@charset "UTF-8";

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style-type: disc;
}

ul.checkmarks {
  list-style: none;
}

ul.checkmarks li:before {
  content: '✓';
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

img,
embed,
object,
audio,
video {
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

html {
  background-color: #ffffff;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media print {
  .plugin-accordion .plugin-accordion-panel .plugin-accordion-body-wrapper {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (min-width: 768px),
print {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  html {
    font-size: 18px;
  }
}

@media screen and (min-width: 1684px) {
  html {
    font-size: 20px;
  }
}

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

body,
button,
input,
select,
textarea {
  font-family: "azo-sans-web", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #323232;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #00504d;
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover,
a:focus,
a:active {
  color: #303030;
  text-decoration: underline;
}

code {
  background-color: whitesmoke;
  color: #ff3860;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: #a0a0a0;
  border: none;
  display: block;
  height: 1px;
  margin: 1.5rem 0;
}

img {
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: inherit;
  font-weight: 700;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #323232;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  text-align: left;
  vertical-align: top;
}

table th {
  color: inherit;
}

.is-clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

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

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

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

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.is-size-1 {
  font-size: 3.052rem !important;
}

.is-size-2 {
  font-size: 2.441rem !important;
}

.is-size-3 {
  font-size: 1.953rem !important;
}

.is-size-4 {
  font-size: 1.563rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.8rem !important;
}

@media screen and (max-width: 767px) {
  .is-size-1-mobile {
    font-size: 3.052rem !important;
  }

  .is-size-2-mobile {
    font-size: 2.441rem !important;
  }

  .is-size-3-mobile {
    font-size: 1.953rem !important;
  }

  .is-size-4-mobile {
    font-size: 1.563rem !important;
  }

  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }

  .is-size-6-mobile {
    font-size: 1rem !important;
  }

  .is-size-7-mobile {
    font-size: 0.8rem !important;
  }
}

@media screen and (min-width: 768px),
print {
  .is-size-1-tablet {
    font-size: 3.052rem !important;
  }

  .is-size-2-tablet {
    font-size: 2.441rem !important;
  }

  .is-size-3-tablet {
    font-size: 1.953rem !important;
  }

  .is-size-4-tablet {
    font-size: 1.563rem !important;
  }

  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }

  .is-size-6-tablet {
    font-size: 1rem !important;
  }

  .is-size-7-tablet {
    font-size: 0.8rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3.052rem !important;
  }

  .is-size-2-touch {
    font-size: 2.441rem !important;
  }

  .is-size-3-touch {
    font-size: 1.953rem !important;
  }

  .is-size-4-touch {
    font-size: 1.563rem !important;
  }

  .is-size-5-touch {
    font-size: 1.25rem !important;
  }

  .is-size-6-touch {
    font-size: 1rem !important;
  }

  .is-size-7-touch {
    font-size: 0.8rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3.052rem !important;
  }

  .is-size-2-desktop {
    font-size: 2.441rem !important;
  }

  .is-size-3-desktop {
    font-size: 1.953rem !important;
  }

  .is-size-4-desktop {
    font-size: 1.563rem !important;
  }

  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }

  .is-size-6-desktop {
    font-size: 1rem !important;
  }

  .is-size-7-desktop {
    font-size: 0.8rem !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3.052rem !important;
  }

  .is-size-2-widescreen {
    font-size: 2.441rem !important;
  }

  .is-size-3-widescreen {
    font-size: 1.953rem !important;
  }

  .is-size-4-widescreen {
    font-size: 1.563rem !important;
  }

  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }

  .is-size-6-widescreen {
    font-size: 1rem !important;
  }

  .is-size-7-widescreen {
    font-size: 0.8rem !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3.052rem !important;
  }

  .is-size-2-fullhd {
    font-size: 2.441rem !important;
  }

  .is-size-3-fullhd {
    font-size: 1.953rem !important;
  }

  .is-size-4-fullhd {
    font-size: 1.563rem !important;
  }

  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }

  .is-size-6-fullhd {
    font-size: 1rem !important;
  }

  .is-size-7-fullhd {
    font-size: 0.8rem !important;
  }
}

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

@media screen and (max-width: 767px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 768px),
print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

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

@media screen and (max-width: 767px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 768px),
print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}

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

@media screen and (max-width: 767px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 768px),
print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}

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

@media screen and (max-width: 767px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 768px),
print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}

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

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

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

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

a.has-text-white:hover,
a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-text-black {
  color: #202020 !important;
}

a.has-text-black:hover,
a.has-text-black:focus {
  color: #070707 !important;
}

.has-text-light {
  color: whitesmoke !important;
}

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

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

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

.has-text-primary {
  color: #00504d !important;
}

a.has-text-primary:hover,
a.has-text-primary:focus {
  color: #001d1c !important;
}

.has-text-link {
  color: #00504d !important;
}

a.has-text-link:hover,
a.has-text-link:focus {
  color: #001d1c !important;
}

.has-text-info {
  color: #209cee !important;
}

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

.has-text-success {
  color: #23d160 !important;
}

a.has-text-success:hover,
a.has-text-success:focus {
  color: #1ca64c !important;
}

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

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

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

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

.has-text-secondary {
  color: #8E0021 !important;
}

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

.has-text-som-gold {
  color: #ffba00 !important;
}

a.has-text-som-gold:hover,
a.has-text-som-gold:focus {
  color: #cc9500 !important;
}

.has-text-light-10 {
  color: #efefef !important;
}

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

.has-text-light-8 {
  color: #dfdfdf !important;
}

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

.has-text-transparent {
  color: rgba(0, 0, 0, 0) !important;
}

a.has-text-transparent:hover,
a.has-text-transparent:focus {
  color: rgba(0, 0, 0, 0) !important;
}

.has-text-black-bis {
  color: #121212 !important;
}

.has-text-black-ter {
  color: #242424 !important;
}

.has-text-grey-darker {
  color: #303030 !important;
}

.has-text-grey-dark {
  color: #323232 !important;
}

.has-text-grey {
  color: #606060 !important;
}

.has-text-grey-light {
  color: #808080 !important;
}

.has-text-grey-lighter {
  color: #a0a0a0 !important;
}

.has-text-white-ter {
  color: whitesmoke !important;
}

.has-text-white-bis {
  color: #fafafa !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

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

.has-text-weight-semibold {
  font-weight: 600 !important;
}

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

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

@media screen and (max-width: 767px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 768px),
print {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}

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

@media screen and (max-width: 767px) {
  .is-flex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 768px),
print {
  .is-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.is-inline {
  display: inline !important;
}

@media screen and (max-width: 767px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 768px),
print {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}

.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 767px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 768px),
print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

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

@media screen and (max-width: 767px) {
  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 768px),
print {
  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.is-hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 768px),
print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}

.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 767px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 768px),
print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

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

.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hero {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero .navbar {
  background: none;
}

.hero .tabs ul {
  border-bottom: none;
}

.hero.is-white {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-white a:not(.button),
.hero.is-white strong {
  color: inherit;
}

.hero.is-white .title {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-white .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  .hero.is-white .navbar-menu {
    background-color: #ffffff;
  }
}

.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-white a.navbar-item:hover,
.hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-white .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.hero.is-white .tabs a:hover {
  opacity: 1;
}

.hero.is-white .tabs li.is-active a {
  opacity: 1;
}

.hero.is-white .tabs.is-boxed a,
.hero.is-white .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-white .tabs.is-boxed a:hover,
.hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(32, 32, 32, 0.1);
}

.hero.is-white .tabs.is-boxed li.is-active a,
.hero.is-white .tabs.is-boxed li.is-active a:hover,
.hero.is-white .tabs.is-toggle li.is-active a,
.hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, #ffffff 71%, white 100%);
}

@media screen and (max-width: 767px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, #ffffff 71%, white 100%);
  }
}

.hero.is-black {
  background-color: #202020;
  color: #fff;
}

.hero.is-black a:not(.button),
.hero.is-black strong {
  color: inherit;
}

.hero.is-black .title {
  color: #fff;
}

.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-black .navbar-menu {
    background-color: #202020;
  }
}

.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-black a.navbar-item:hover,
.hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: #131313;
  color: #fff;
}

.hero.is-black .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-black .tabs a:hover {
  opacity: 1;
}

.hero.is-black .tabs li.is-active a {
  opacity: 1;
}

.hero.is-black .tabs.is-boxed a,
.hero.is-black .tabs.is-toggle a {
  color: #fff;
}

.hero.is-black .tabs.is-boxed a:hover,
.hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(32, 32, 32, 0.1);
}

.hero.is-black .tabs.is-boxed li.is-active a,
.hero.is-black .tabs.is-boxed li.is-active a:hover,
.hero.is-black .tabs.is-toggle li.is-active a,
.hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #202020;
}

.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, #070606 0%, #202020 71%, #2f2b2b 100%);
}

@media screen and (max-width: 767px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #070606 0%, #202020 71%, #2f2b2b 100%);
  }
}

.hero.is-light {
  background-color: whitesmoke;
  color: #303030;
}

.hero.is-light a:not(.button),
.hero.is-light strong {
  color: inherit;
}

.hero.is-light .title {
  color: #303030;
}

.hero.is-light .subtitle {
  color: rgba(48, 48, 48, 0.9);
}

.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: #303030;
}

@media screen and (max-width: 1023px) {
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}

.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(48, 48, 48, 0.7);
}

.hero.is-light a.navbar-item:hover,
.hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #303030;
}

.hero.is-light .tabs a {
  color: #303030;
  opacity: 0.9;
}

.hero.is-light .tabs a:hover {
  opacity: 1;
}

.hero.is-light .tabs li.is-active a {
  opacity: 1;
}

.hero.is-light .tabs.is-boxed a,
.hero.is-light .tabs.is-toggle a {
  color: #303030;
}

.hero.is-light .tabs.is-boxed a:hover,
.hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(32, 32, 32, 0.1);
}

.hero.is-light .tabs.is-boxed li.is-active a,
.hero.is-light .tabs.is-boxed li.is-active a:hover,
.hero.is-light .tabs.is-toggle li.is-active a,
.hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: #303030;
  border-color: #303030;
  color: whitesmoke;
}

.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}

@media screen and (max-width: 767px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}

.hero.is-dark {
  background-color: #303030;
  color: whitesmoke;
}

.hero.is-dark a:not(.button),
.hero.is-dark strong {
  color: inherit;
}

.hero.is-dark .title {
  color: whitesmoke;
}

.hero.is-dark .subtitle {
  color: rgba(245, 245, 245, 0.9);
}

.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: whitesmoke;
}

@media screen and (max-width: 1023px) {
  .hero.is-dark .navbar-menu {
    background-color: #303030;
  }
}

.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(245, 245, 245, 0.7);
}

.hero.is-dark a.navbar-item:hover,
.hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #232323;
  color: whitesmoke;
}

.hero.is-dark .tabs a {
  color: whitesmoke;
  opacity: 0.9;
}

.hero.is-dark .tabs a:hover {
  opacity: 1;
}

.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}

.hero.is-dark .tabs.is-boxed a,
.hero.is-dark .tabs.is-toggle a {
  color: whitesmoke;
}

.hero.is-dark .tabs.is-boxed a:hover,
.hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(32, 32, 32, 0.1);
}

.hero.is-dark .tabs.is-boxed li.is-active a,
.hero.is-dark .tabs.is-boxed li.is-active a:hover,
.hero.is-dark .tabs.is-toggle li.is-active a,
.hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #303030;
}

.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #191415 0%, #303030 71%, #403b3a 100%);
}

@media screen and (max-width: 767px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #191415 0%, #303030 71%, #403b3a 100%);
  }
}

.hero.is-primary {
  background-color: #00504d;
  color: #fff;
}

.hero.is-primary a:not(.button),
.hero.is-primary strong {
  color: inherit;
}

.hero.is-primary .title {
  color: #fff;
}

.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-primary .navbar-menu {
    background-color: #00504d;
  }
}

.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-primary a.navbar-item:hover,
.hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #003734;
  color: #fff;
}

.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-primary .tabs a:hover {
  opacity: 1;
}

.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}

.hero.is-primary .tabs.is-boxed a,
.hero.is-primary .tabs.is-toggle a {
  color: #fff;
}

.hero.is-primary .tabs.is-boxed a:hover,
.hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(32, 32, 32, 0.1);
}

.hero.is-primary .tabs.is-boxed li.is-active a,
.hero.is-primary .tabs.is-boxed li.is-active a:hover,
.hero.is-primary .tabs.is-toggle li.is-active a,
.hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00504d;
}

.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #001d17 0%, #00504d 71%, #005c6a 100%);
}

@media screen and (max-width: 767px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #001d17 0%, #00504d 71%, #005c6a 100%);
  }
}

.hero.is-link {
  background-color: #00504d;
  color: #fff;
}

.hero.is-link a:not(.button),
.hero.is-link strong {
  color: inherit;
}

.hero.is-link .title {
  color: #fff;
}

.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-link .navbar-menu {
    background-color: #00504d;
  }
}

.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-link a.navbar-item:hover,
.hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: #003734;
  color: #fff;
}

.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-link .tabs a:hover {
  opacity: 1;
}

.hero.is-link .tabs li.is-active a {
  opacity: 1;
}

.hero.is-link .tabs.is-boxed a,
.hero.is-link .tabs.is-toggle a {
  color: #fff;
}

.hero.is-link .tabs.is-boxed a:hover,
.hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(32, 32, 32, 0.1);
}

.hero.is-link .tabs.is-boxed li.is-active a,
.hero.is-link .tabs.is-boxed li.is-active a:hover,
.hero.is-link .tabs.is-toggle li.is-active a,
.hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00504d;
}

.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #001d17 0%, #00504d 71%, #005c6a 100%);
}

@media screen and (max-width: 767px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #001d17 0%, #00504d 71%, #005c6a 100%);
  }
}

.hero.is-info {
  background-color: #209cee;
  color: #fff;
}

.hero.is-info a:not(.button),
.hero.is-info strong {
  color: inherit;
}

.hero.is-info .title {
  color: #fff;
}

.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-info .navbar-menu {
    background-color: #209cee;
  }
}

.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-info a.navbar-item:hover,
.hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #118fe4;
  color: #fff;
}

.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-info .tabs a:hover {
  opacity: 1;
}

.hero.is-info .tabs li.is-active a {
  opacity: 1;
}

.hero.is-info .tabs.is-boxed a,
.hero.is-info .tabs.is-toggle a {
  color: #fff;
}

.hero.is-info .tabs.is-boxed a:hover,
.hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(32, 32, 32, 0.1);
}

.hero.is-info .tabs.is-boxed li.is-active a,
.hero.is-info .tabs.is-boxed li.is-active a:hover,
.hero.is-info .tabs.is-toggle li.is-active a,
.hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #209cee;
}

.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
}

@media screen and (max-width: 767px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
  }
}

.hero.is-success {
  background-color: #23d160;
  color: #fff;
}

.hero.is-success a:not(.button),
.hero.is-success strong {
  color: inherit;
}

.hero.is-success .title {
  color: #fff;
}

.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-success .navbar-menu {
    background-color: #23d160;
  }
}

.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-success a.navbar-item:hover,
.hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}

.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-success .tabs a:hover {
  opacity: 1;
}

.hero.is-success .tabs li.is-active a {
  opacity: 1;
}

.hero.is-success .tabs.is-boxed a,
.hero.is-success .tabs.is-toggle a {
  color: #fff;
}

.hero.is-success .tabs.is-boxed a:hover,
.hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(32, 32, 32, 0.1);
}

.hero.is-success .tabs.is-boxed li.is-active a,
.hero.is-success .tabs.is-boxed li.is-active a:hover,
.hero.is-success .tabs.is-toggle li.is-active a,
.hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #23d160;
}

.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
}

@media screen and (max-width: 767px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
  }
}

.hero.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning a:not(.button),
.hero.is-warning strong {
  color: inherit;
}

.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  .hero.is-warning .navbar-menu {
    background-color: #ffdd57;
  }
}

.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning a.navbar-item:hover,
.hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.hero.is-warning .tabs a:hover {
  opacity: 1;
}

.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}

.hero.is-warning .tabs.is-boxed a,
.hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .tabs.is-boxed a:hover,
.hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(32, 32, 32, 0.1);
}

.hero.is-warning .tabs.is-boxed li.is-active a,
.hero.is-warning .tabs.is-boxed li.is-active a:hover,
.hero.is-warning .tabs.is-toggle li.is-active a,
.hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
}

@media screen and (max-width: 767px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
  }
}

.hero.is-danger {
  background-color: #ff3860;
  color: #fff;
}

.hero.is-danger a:not(.button),
.hero.is-danger strong {
  color: inherit;
}

.hero.is-danger .title {
  color: #fff;
}

.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-danger .navbar-menu {
    background-color: #ff3860;
  }
}

.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-danger a.navbar-item:hover,
.hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #ff1f4b;
  color: #fff;
}

.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-danger .tabs a:hover {
  opacity: 1;
}

.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}

.hero.is-danger .tabs.is-boxed a,
.hero.is-danger .tabs.is-toggle a {
  color: #fff;
}

.hero.is-danger .tabs.is-boxed a:hover,
.hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(32, 32, 32, 0.1);
}

.hero.is-danger .tabs.is-boxed li.is-active a,
.hero.is-danger .tabs.is-boxed li.is-active a:hover,
.hero.is-danger .tabs.is-toggle li.is-active a,
.hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff3860;
}

.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
}

@media screen and (max-width: 767px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
  }
}

.hero.is-secondary {
  background-color: #8E0021;
  color: #fff;
}

.hero.is-secondary a:not(.button),
.hero.is-secondary strong {
  color: inherit;
}

.hero.is-secondary .title {
  color: #fff;
}

.hero.is-secondary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-secondary .subtitle a:not(.button),
.hero.is-secondary .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-secondary .navbar-menu {
    background-color: #8E0021;
  }
}

.hero.is-secondary .navbar-item,
.hero.is-secondary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-secondary a.navbar-item:hover,
.hero.is-secondary a.navbar-item.is-active,
.hero.is-secondary .navbar-link:hover,
.hero.is-secondary .navbar-link.is-active {
  background-color: #75001b;
  color: #fff;
}

.hero.is-secondary .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-secondary .tabs a:hover {
  opacity: 1;
}

.hero.is-secondary .tabs li.is-active a {
  opacity: 1;
}

.hero.is-secondary .tabs.is-boxed a,
.hero.is-secondary .tabs.is-toggle a {
  color: #fff;
}

.hero.is-secondary .tabs.is-boxed a:hover,
.hero.is-secondary .tabs.is-toggle a:hover {
  background-color: rgba(32, 32, 32, 0.1);
}

.hero.is-secondary .tabs.is-boxed li.is-active a,
.hero.is-secondary .tabs.is-boxed li.is-active a:hover,
.hero.is-secondary .tabs.is-toggle li.is-active a,
.hero.is-secondary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #8E0021;
}

.hero.is-secondary.is-bold {
  background-image: linear-gradient(141deg, #5b0024 0%, #8E0021 71%, #a8000b 100%);
}

@media screen and (max-width: 767px) {
  .hero.is-secondary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #5b0024 0%, #8E0021 71%, #a8000b 100%);
  }
}

.hero.is-som-gold {
  background-color: #ffba00;
  color: #0a0a0a;
}

.hero.is-som-gold a:not(.button),
.hero.is-som-gold strong {
  color: inherit;
}

.hero.is-som-gold .title {
  color: #0a0a0a;
}

.hero.is-som-gold .subtitle {
  color: rgba(10, 10, 10, 0.9);
}

.hero.is-som-gold .subtitle a:not(.button),
.hero.is-som-gold .subtitle strong {
  color: #0a0a0a;
}

@media screen and (max-width: 1023px) {
  .hero.is-som-gold .navbar-menu {
    background-color: #ffba00;
  }
}

.hero.is-som-gold .navbar-item,
.hero.is-som-gold .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

.hero.is-som-gold a.navbar-item:hover,
.hero.is-som-gold a.navbar-item.is-active,
.hero.is-som-gold .navbar-link:hover,
.hero.is-som-gold .navbar-link.is-active {
  background-color: #e6a700;
  color: #0a0a0a;
}

.hero.is-som-gold .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}

.hero.is-som-gold .tabs a:hover {
  opacity: 1;
}

.hero.is-som-gold .tabs li.is-active a {
  opacity: 1;
}

.hero.is-som-gold .tabs.is-boxed a,
.hero.is-som-gold .tabs.is-toggle a {
  color: #0a0a0a;
}

.hero.is-som-gold .tabs.is-boxed a:hover,
.hero.is-som-gold .tabs.is-toggle a:hover {
  background-color: rgba(32, 32, 32, 0.1);
}

.hero.is-som-gold .tabs.is-boxed li.is-active a,
.hero.is-som-gold .tabs.is-boxed li.is-active a:hover,
.hero.is-som-gold .tabs.is-toggle li.is-active a,
.hero.is-som-gold .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #ffba00;
}

.hero.is-som-gold.is-bold {
  background-image: linear-gradient(141deg, #cc7300 0%, #ffba00 71%, #ffe71a 100%);
}

@media screen and (max-width: 767px) {
  .hero.is-som-gold.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #cc7300 0%, #ffba00 71%, #ffe71a 100%);
  }
}

.hero.is-light-10 {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light-10 a:not(.button),
.hero.is-light-10 strong {
  color: inherit;
}

.hero.is-light-10 .title {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light-10 .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.hero.is-light-10 .subtitle a:not(.button),
.hero.is-light-10 .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  .hero.is-light-10 .navbar-menu {
    background-color: #efefef;
  }
}

.hero.is-light-10 .navbar-item,
.hero.is-light-10 .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light-10 a.navbar-item:hover,
.hero.is-light-10 a.navbar-item.is-active,
.hero.is-light-10 .navbar-link:hover,
.hero.is-light-10 .navbar-link.is-active {
  background-color: #e2e2e2;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light-10 .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.hero.is-light-10 .tabs a:hover {
  opacity: 1;
}

.hero.is-light-10 .tabs li.is-active a {
  opacity: 1;
}

.hero.is-light-10 .tabs.is-boxed a,
.hero.is-light-10 .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light-10 .tabs.is-boxed a:hover,
.hero.is-light-10 .tabs.is-toggle a:hover {
  background-color: rgba(32, 32, 32, 0.1);
}

.hero.is-light-10 .tabs.is-boxed li.is-active a,
.hero.is-light-10 .tabs.is-boxed li.is-active a:hover,
.hero.is-light-10 .tabs.is-toggle li.is-active a,
.hero.is-light-10 .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #efefef;
}

.hero.is-light-10.is-bold {
  background-image: linear-gradient(141deg, #dad1d3 0%, #efefef 71%, #fcfcfc 100%);
}

@media screen and (max-width: 767px) {
  .hero.is-light-10.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dad1d3 0%, #efefef 71%, #fcfcfc 100%);
  }
}

.hero.is-light-8 {
  background-color: #dfdfdf;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light-8 a:not(.button),
.hero.is-light-8 strong {
  color: inherit;
}

.hero.is-light-8 .title {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light-8 .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.hero.is-light-8 .subtitle a:not(.button),
.hero.is-light-8 .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  .hero.is-light-8 .navbar-menu {
    background-color: #dfdfdf;
  }
}

.hero.is-light-8 .navbar-item,
.hero.is-light-8 .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light-8 a.navbar-item:hover,
.hero.is-light-8 a.navbar-item.is-active,
.hero.is-light-8 .navbar-link:hover,
.hero.is-light-8 .navbar-link.is-active {
  background-color: #d2d2d2;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light-8 .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.hero.is-light-8 .tabs a:hover {
  opacity: 1;
}

.hero.is-light-8 .tabs li.is-active a {
  opacity: 1;
}

.hero.is-light-8 .tabs.is-boxed a,
.hero.is-light-8 .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light-8 .tabs.is-boxed a:hover,
.hero.is-light-8 .tabs.is-toggle a:hover {
  background-color: rgba(32, 32, 32, 0.1);
}

.hero.is-light-8 .tabs.is-boxed li.is-active a,
.hero.is-light-8 .tabs.is-boxed li.is-active a:hover,
.hero.is-light-8 .tabs.is-toggle li.is-active a,
.hero.is-light-8 .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #dfdfdf;
}

.hero.is-light-8.is-bold {
  background-image: linear-gradient(141deg, #cbc0c2 0%, #dfdfdf 71%, #edebeb 100%);
}

@media screen and (max-width: 767px) {
  .hero.is-light-8.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #cbc0c2 0%, #dfdfdf 71%, #edebeb 100%);
  }
}

.hero.is-transparent {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}

.hero.is-transparent a:not(.button),
.hero.is-transparent strong {
  color: inherit;
}

.hero.is-transparent .title {
  color: #ffffff;
}

.hero.is-transparent .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-transparent .subtitle a:not(.button),
.hero.is-transparent .subtitle strong {
  color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .hero.is-transparent .navbar-menu {
    background-color: rgba(0, 0, 0, 0);
  }
}

.hero.is-transparent .navbar-item,
.hero.is-transparent .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-transparent a.navbar-item:hover,
.hero.is-transparent a.navbar-item.is-active,
.hero.is-transparent .navbar-link:hover,
.hero.is-transparent .navbar-link.is-active {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}

.hero.is-transparent .tabs a {
  color: #ffffff;
  opacity: 0.9;
}

.hero.is-transparent .tabs a:hover {
  opacity: 1;
}

.hero.is-transparent .tabs li.is-active a {
  opacity: 1;
}

.hero.is-transparent .tabs.is-boxed a,
.hero.is-transparent .tabs.is-toggle a {
  color: #ffffff;
}

.hero.is-transparent .tabs.is-boxed a:hover,
.hero.is-transparent .tabs.is-toggle a:hover {
  background-color: rgba(32, 32, 32, 0.1);
}

.hero.is-transparent .tabs.is-boxed li.is-active a,
.hero.is-transparent .tabs.is-boxed li.is-active a:hover,
.hero.is-transparent .tabs.is-toggle li.is-active a,
.hero.is-transparent .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: rgba(0, 0, 0, 0);
}

.hero.is-transparent.is-bold {
  background-image: linear-gradient(141deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 71%, rgba(13, 12, 12, 0) 100%);
}

@media screen and (max-width: 767px) {
  .hero.is-transparent.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 71%, rgba(13, 12, 12, 0) 100%);
  }
}

.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

@media screen and (min-width: 768px),
print {
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}

@media screen and (min-width: 768px),
print {
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}

.hero.hero--narrow.hero-image {
  background-position: center;
}

.hero.is-halfheight .hero-body,
.hero.is-fullheight .hero-body,
.hero.hero--narrow .hero-body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero.is-halfheight .hero-body>.container,
.hero.is-fullheight .hero-body>.container,
.hero.hero--narrow .hero-body>.container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.hero.is-halfheight {
  min-height: 50vh;
}

.hero.is-fullheight {
  min-height: 75vh;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hero.is-fullheight {
    min-height: 500px;
    min-height: 65vh;
  }
}

.hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.hero-video.is-transparent {
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .hero-video {
    display: none;
  }
}

.hero-buttons {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .hero-buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 768px),
print {
  .hero-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.hero-body {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding: 3rem 1.5rem;
}

.section {
  padding: 3rem 0.809rem;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .section.is-medium {
    padding: 9rem 0.809rem;
  }

  .section.is-large {
    padding: 18rem 0.809rem;
  }
}

.footer {
  background-color: whitesmoke;
  padding: 3rem 1.5rem 6rem;
}

.column {
  display: block;
  -ms-flex: 1 1 0px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 0.48rem 0.809rem;
}

.columns.is-mobile>.column.is-narrow {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.columns.is-mobile>.column.is-full {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}

.columns.is-mobile>.column.is-three-quarters {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 75%;
}

.columns.is-mobile>.column.is-two-thirds {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 66.6666%;
}

.columns.is-mobile>.column.is-half {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
}

.columns.is-mobile>.column.is-one-third {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.3333%;
}

.columns.is-mobile>.column.is-one-quarter {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25%;
}

.columns.is-mobile>.column.is-one-fifth {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 20%;
}

.columns.is-mobile>.column.is-two-fifths {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 40%;
}

.columns.is-mobile>.column.is-three-fifths {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 60%;
}

.columns.is-mobile>.column.is-four-fifths {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 80%;
}

.columns.is-mobile>.column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile>.column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile>.column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile>.column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile>.column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile>.column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile>.column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile>.column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile>.column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile>.column.is-1 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 8.3333333333%;
}

.columns.is-mobile>.column.is-offset-1 {
  margin-left: 8.3333333333%;
}

.columns.is-mobile>.column.is-2 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 16.6666666667%;
}

.columns.is-mobile>.column.is-offset-2 {
  margin-left: 16.6666666667%;
}

.columns.is-mobile>.column.is-3 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25%;
}

.columns.is-mobile>.column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile>.column.is-4 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.3333333333%;
}

.columns.is-mobile>.column.is-offset-4 {
  margin-left: 33.3333333333%;
}

.columns.is-mobile>.column.is-5 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 41.6666666667%;
}

.columns.is-mobile>.column.is-offset-5 {
  margin-left: 41.6666666667%;
}

.columns.is-mobile>.column.is-6 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
}

.columns.is-mobile>.column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile>.column.is-7 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 58.3333333333%;
}

.columns.is-mobile>.column.is-offset-7 {
  margin-left: 58.3333333333%;
}

.columns.is-mobile>.column.is-8 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 66.6666666667%;
}

.columns.is-mobile>.column.is-offset-8 {
  margin-left: 66.6666666667%;
}

.columns.is-mobile>.column.is-9 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 75%;
}

.columns.is-mobile>.column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile>.column.is-10 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 83.3333333333%;
}

.columns.is-mobile>.column.is-offset-10 {
  margin-left: 83.3333333333%;
}

.columns.is-mobile>.column.is-11 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 91.6666666667%;
}

.columns.is-mobile>.column.is-offset-11 {
  margin-left: 91.6666666667%;
}

.columns.is-mobile>.column.is-12 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}

.columns.is-mobile>.column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 767px) {
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .column.is-full-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-mobile {
    margin-left: 50%;
  }

  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }

  .column.is-1-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.3333333333%;
  }

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

  .column.is-2-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.6666666667%;
  }

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

  .column.is-3-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

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

  .column.is-4-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333333333%;
  }

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

  .column.is-5-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.6666666667%;
  }

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

  .column.is-6-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

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

  .column.is-7-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.3333333333%;
  }

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

  .column.is-8-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666666667%;
  }

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

  .column.is-9-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

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

  .column.is-10-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.3333333333%;
  }

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

  .column.is-11-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.6666666667%;
  }

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

  .column.is-12-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 768px),
print {

  .column.is-narrow,
  .column.is-narrow-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .column.is-full,
  .column.is-full-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }

  .column.is-half,
  .column.is-half-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .column.is-one-third,
  .column.is-one-third-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth,
  .column.is-one-fifth-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths,
  .column.is-two-fifths-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths,
  .column.is-three-fifths-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths,
  .column.is-four-fifths-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }

  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%;
  }

  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth,
  .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths,
  .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths,
  .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths,
  .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }

  .column.is-1,
  .column.is-1-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }

  .column.is-2,
  .column.is-2-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }

  .column.is-3,
  .column.is-3-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%;
  }

  .column.is-4,
  .column.is-4-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }

  .column.is-5,
  .column.is-5-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }

  .column.is-6,
  .column.is-6-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%;
  }

  .column.is-7,
  .column.is-7-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }

  .column.is-8,
  .column.is-8-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }

  .column.is-9,
  .column.is-9-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%;
  }

  .column.is-10,
  .column.is-10-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }

  .column.is-11,
  .column.is-11-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }

  .column.is-12,
  .column.is-12-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .column.is-full-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .column.is-one-third-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-touch {
    margin-left: 50%;
  }

  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }

  .column.is-1-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.3333333333%;
  }

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

  .column.is-2-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.6666666667%;
  }

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

  .column.is-3-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

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

  .column.is-4-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333333333%;
  }

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

  .column.is-5-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.6666666667%;
  }

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

  .column.is-6-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

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

  .column.is-7-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.3333333333%;
  }

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

  .column.is-8-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666666667%;
  }

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

  .column.is-9-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

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

  .column.is-10-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.3333333333%;
  }

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

  .column.is-11-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.6666666667%;
  }

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

  .column.is-12-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .column.is-full-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-desktop {
    margin-left: 50%;
  }

  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }

  .column.is-1-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.3333333333%;
  }

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

  .column.is-2-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.6666666667%;
  }

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

  .column.is-3-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

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

  .column.is-4-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333333333%;
  }

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

  .column.is-5-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.6666666667%;
  }

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

  .column.is-6-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

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

  .column.is-7-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.3333333333%;
  }

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

  .column.is-8-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666666667%;
  }

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

  .column.is-9-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

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

  .column.is-10-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.3333333333%;
  }

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

  .column.is-11-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.6666666667%;
  }

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

  .column.is-12-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .column.is-full-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }

  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }

  .column.is-1-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.3333333333%;
  }

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

  .column.is-2-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.6666666667%;
  }

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

  .column.is-3-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

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

  .column.is-4-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333333333%;
  }

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

  .column.is-5-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.6666666667%;
  }

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

  .column.is-6-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

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

  .column.is-7-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.3333333333%;
  }

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

  .column.is-8-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666666667%;
  }

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

  .column.is-9-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

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

  .column.is-10-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.3333333333%;
  }

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

  .column.is-11-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.6666666667%;
  }

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

  .column.is-12-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .column.is-full-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .column.is-one-third-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }

  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }

  .column.is-1-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.3333333333%;
  }

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

  .column.is-2-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.6666666667%;
  }

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

  .column.is-3-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

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

  .column.is-4-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333333333%;
  }

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

  .column.is-5-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.6666666667%;
  }

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

  .column.is-6-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

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

  .column.is-7-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.3333333333%;
  }

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

  .column.is-8-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666666667%;
  }

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

  .column.is-9-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

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

  .column.is-10-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.3333333333%;
  }

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

  .column.is-11-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.6666666667%;
  }

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

  .column.is-12-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.809rem;
  margin-right: -0.809rem;
}

.columns:last-child {
  margin-bottom: -0.809rem;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.809rem);
}

.columns.is-centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless>.column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columns.is-multiline {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.columns.is-vcentered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px),
print {
  .columns:not(.is-desktop) {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

.tile {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 0.75rem;
}

.tile.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tile.is-vertical>.tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 768px),
print {
  .tile:not(.is-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tile.is-1 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.3333333333%;
  }

  .tile.is-2 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.6666666667%;
  }

  .tile.is-3 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .tile.is-4 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333333333%;
  }

  .tile.is-5 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.6666666667%;
  }

  .tile.is-6 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .tile.is-7 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.3333333333%;
  }

  .tile.is-8 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666666667%;
  }

  .tile.is-9 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .tile.is-10 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.3333333333%;
  }

  .tile.is-11 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.6666666667%;
  }

  .tile.is-12 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}

.box {
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px rgba(32, 32, 32, 0.1), 0 0 0 1px rgba(32, 32, 32, 0.1);
  box-shadow: 0 2px 3px rgba(32, 32, 32, 0.1), 0 0 0 1px rgba(32, 32, 32, 0.1);
  color: #323232;
  display: block;
  padding: 1.25rem;
}

.box:not(:last-child) {
  margin-bottom: 1.5rem;
}

a.box:hover,
a.box:focus {
  -webkit-box-shadow: 0 2px 3px rgba(32, 32, 32, 0.1), 0 0 0 1px #00504d;
  box-shadow: 0 2px 3px rgba(32, 32, 32, 0.1), 0 0 0 1px #00504d;
}

a.box:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(32, 32, 32, 0.2), 0 0 0 1px #00504d;
  box-shadow: inset 0 1px 2px rgba(32, 32, 32, 0.2), 0 0 0 1px #00504d;
}

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
  border-color: #a0a0a0;
  color: #303030;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  text-align: center;
  white-space: nowrap;
  border-radius: 1.25rem;
  -webkit-transition: background-color 100ms ease-in, color 100ms ease-in;
  transition: background-color 100ms ease-in, color 100ms ease-in;
}

.button:focus,
.button.is-focused,
.button:active,
.button.is-active {
  outline: none;
}

.button[disabled] {
  cursor: not-allowed;
}

.button strong {
  color: inherit;
}

.button .icon,
.button .icon.is-small,
.button .icon.is-medium,
.button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}

.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em;
}

.button .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px);
}

.button .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}

.button:hover,
.button.is-hovered {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #303030;
}

.button:focus,
.button.is-focused {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #303030;
}

.button:focus:not(:active),
.button.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 80, 77, 0.25);
  box-shadow: 0 0 0 0.125em rgba(0, 80, 77, 0.25);
}

.button:active,
.button.is-active {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #303030;
}

.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #323232;
  text-decoration: underline;
}

.button.is-text:hover,
.button.is-text.is-hovered,
.button.is-text:focus,
.button.is-text.is-focused {
  background-color: whitesmoke;
  color: inherit;
}

.button.is-text:active,
.button.is-text.is-active {
  background-color: #e8e8e8;
  color: inherit;
}

.button.is-text[disabled] {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-white {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-white:hover,
.button.is-white.is-hovered {
  color: #ffffff;
  border-color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-white:focus,
.button.is-white.is-focused {
  color: #ffffff;
  border-color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  outline: 1px solid rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
}

.button.is-white:focus:not(:active),
.button.is-white.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.button.is-white:active,
.button.is-white.is-active {
  color: rgba(0, 0, 0, 0.7);
  background-color: #f2f2f2;
  border-color: rgba(0, 0, 0, 0.7);
}

.button.is-white[disabled] {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-white.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #ffffff;
  color: #ffffff;
}

.button.is-white.is-inverted:hover {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-white.is-inverted[disabled] {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}

.button.is-white.is-loading:after {
  border-color: rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-white.is-outlined {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #ffffff;
}

.button.is-white.is-outlined:hover,
.button.is-white.is-outlined:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-white.is-outlined.is-loading:after {
  border-color: rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) #ffffff #ffffff !important;
}

.button.is-white.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}

.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-white.is-inverted.is-outlined:hover,
.button.is-white.is-inverted.is-outlined:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.button.is-white.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-black {
  background-color: #202020;
  border-color: #fff;
  color: #fff;
}

.button.is-black:hover,
.button.is-black.is-hovered {
  color: #202020;
  border-color: #202020;
  background-color: #fff;
}

.button.is-black:focus,
.button.is-black.is-focused {
  color: #202020;
  border-color: #202020;
  background-color: #fff;
  outline: 1px solid #fff;
  border-color: #fff;
}

.button.is-black:focus:not(:active),
.button.is-black.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 32, 32, 0.25);
  box-shadow: 0 0 0 0.125em rgba(32, 32, 32, 0.25);
}

.button.is-black:active,
.button.is-black.is-active {
  color: #fff;
  background-color: #131313;
  border-color: #fff;
}

.button.is-black[disabled] {
  background-color: #202020;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-black.is-inverted {
  background-color: #fff;
  border-color: #202020;
  color: #202020;
}

.button.is-black.is-inverted:hover {
  background-color: #202020;
  border-color: #fff;
  color: #fff;
}

.button.is-black.is-inverted[disabled] {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #202020;
}

.button.is-black.is-loading:after {
  border-color: #fff #fff #fff #fff !important;
}

.button.is-black.is-outlined {
  color: #202020;
  background-color: #fff;
  border-color: #202020;
}

.button.is-black.is-outlined:hover,
.button.is-black.is-outlined:focus {
  background-color: #202020;
  border-color: #202020;
  color: #fff;
}

.button.is-black.is-outlined.is-loading:after {
  border-color: #fff #fff #202020 #202020 !important;
}

.button.is-black.is-outlined[disabled] {
  background-color: transparent;
  border-color: #202020;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #202020;
}

.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-black.is-inverted.is-outlined:hover,
.button.is-black.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #202020;
}

.button.is-black.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-light {
  background-color: whitesmoke;
  border-color: #303030;
  color: #303030;
}

.button.is-light:hover,
.button.is-light.is-hovered {
  color: whitesmoke;
  border-color: whitesmoke;
  background-color: #303030;
}

.button.is-light:focus,
.button.is-light.is-focused {
  color: whitesmoke;
  border-color: whitesmoke;
  background-color: #303030;
  outline: 1px solid #303030;
  border-color: #303030;
}

.button.is-light:focus:not(:active),
.button.is-light.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.button.is-light:active,
.button.is-light.is-active {
  color: #303030;
  background-color: #e8e8e8;
  border-color: #303030;
}

.button.is-light[disabled] {
  background-color: whitesmoke;
  border-color: #303030;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-light.is-inverted {
  background-color: #303030;
  border-color: whitesmoke;
  color: whitesmoke;
}

.button.is-light.is-inverted:hover {
  background-color: whitesmoke;
  border-color: #303030;
  color: #303030;
}

.button.is-light.is-inverted[disabled] {
  background-color: #303030;
  border-color: #303030;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: whitesmoke;
}

.button.is-light.is-loading:after {
  border-color: #303030 #303030 #303030 #303030 !important;
}

.button.is-light.is-outlined {
  color: whitesmoke;
  background-color: #303030;
  border-color: whitesmoke;
}

.button.is-light.is-outlined:hover,
.button.is-light.is-outlined:focus {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #303030;
}

.button.is-light.is-outlined.is-loading:after {
  border-color: #303030 #303030 whitesmoke whitesmoke !important;
}

.button.is-light.is-outlined[disabled] {
  background-color: transparent;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: whitesmoke;
}

.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #303030;
  color: #303030;
}

.button.is-light.is-inverted.is-outlined:hover,
.button.is-light.is-inverted.is-outlined:focus {
  background-color: #303030;
  color: whitesmoke;
}

.button.is-light.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #303030;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #303030;
}

.button.is-dark {
  background-color: #303030;
  border-color: whitesmoke;
  color: whitesmoke;
}

.button.is-dark:hover,
.button.is-dark.is-hovered {
  color: #303030;
  border-color: #303030;
  background-color: whitesmoke;
}

.button.is-dark:focus,
.button.is-dark.is-focused {
  color: #303030;
  border-color: #303030;
  background-color: whitesmoke;
  outline: 1px solid whitesmoke;
  border-color: whitesmoke;
}

.button.is-dark:focus:not(:active),
.button.is-dark.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(48, 48, 48, 0.25);
  box-shadow: 0 0 0 0.125em rgba(48, 48, 48, 0.25);
}

.button.is-dark:active,
.button.is-dark.is-active {
  color: whitesmoke;
  background-color: #232323;
  border-color: whitesmoke;
}

.button.is-dark[disabled] {
  background-color: #303030;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-dark.is-inverted {
  background-color: whitesmoke;
  border-color: #303030;
  color: #303030;
}

.button.is-dark.is-inverted:hover {
  background-color: #303030;
  border-color: whitesmoke;
  color: whitesmoke;
}

.button.is-dark.is-inverted[disabled] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #303030;
}

.button.is-dark.is-loading:after {
  border-color: whitesmoke whitesmoke whitesmoke whitesmoke !important;
}

.button.is-dark.is-outlined {
  color: #303030;
  background-color: whitesmoke;
  border-color: #303030;
}

.button.is-dark.is-outlined:hover,
.button.is-dark.is-outlined:focus {
  background-color: #303030;
  border-color: #303030;
  color: whitesmoke;
}

.button.is-dark.is-outlined.is-loading:after {
  border-color: whitesmoke whitesmoke #303030 #303030 !important;
}

.button.is-dark.is-outlined[disabled] {
  background-color: transparent;
  border-color: #303030;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #303030;
}

.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

.button.is-dark.is-inverted.is-outlined:hover,
.button.is-dark.is-inverted.is-outlined:focus {
  background-color: whitesmoke;
  color: #303030;
}

.button.is-dark.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: whitesmoke;
}

.button.is-primary {
  background-color: #00504d;
  border-color: #fff;
  color: #fff;
}

.button.is-primary:hover,
.button.is-primary.is-hovered {
  color: #00504d;
  border-color: #00504d;
  background-color: #fff;
}

.button.is-primary:focus,
.button.is-primary.is-focused {
  color: #00504d;
  border-color: #00504d;
  background-color: #fff;
  outline: 1px solid #fff;
  border-color: #fff;
}

.button.is-primary:focus:not(:active),
.button.is-primary.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 80, 77, 0.25);
  box-shadow: 0 0 0 0.125em rgba(0, 80, 77, 0.25);
}

.button.is-primary:active,
.button.is-primary.is-active {
  color: #fff;
  background-color: #003734;
  border-color: #fff;
}

.button.is-primary[disabled] {
  background-color: #00504d;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-primary.is-inverted {
  background-color: #fff;
  border-color: #00504d;
  color: #00504d;
}

.button.is-primary.is-inverted:hover {
  background-color: #00504d;
  border-color: #fff;
  color: #fff;
}

.button.is-primary.is-inverted[disabled] {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #00504d;
}

.button.is-primary.is-loading:after {
  border-color: #fff #fff #fff #fff !important;
}

.button.is-primary.is-outlined {
  color: #00504d;
  background-color: #fff;
  border-color: #00504d;
}

.button.is-primary.is-outlined:hover,
.button.is-primary.is-outlined:focus {
  background-color: #00504d;
  border-color: #00504d;
  color: #fff;
}

.button.is-primary.is-outlined.is-loading:after {
  border-color: #fff #fff #00504d #00504d !important;
}

.button.is-primary.is-outlined[disabled] {
  background-color: transparent;
  border-color: #00504d;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #00504d;
}

.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-primary.is-inverted.is-outlined:hover,
.button.is-primary.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #00504d;
}

.button.is-primary.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-link {
  background-color: #00504d;
  border-color: #fff;
  color: #fff;
}

.button.is-link:hover,
.button.is-link.is-hovered {
  color: #00504d;
  border-color: #00504d;
  background-color: #fff;
}

.button.is-link:focus,
.button.is-link.is-focused {
  color: #00504d;
  border-color: #00504d;
  background-color: #fff;
  outline: 1px solid #fff;
  border-color: #fff;
}

.button.is-link:focus:not(:active),
.button.is-link.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 80, 77, 0.25);
  box-shadow: 0 0 0 0.125em rgba(0, 80, 77, 0.25);
}

.button.is-link:active,
.button.is-link.is-active {
  color: #fff;
  background-color: #003734;
  border-color: #fff;
}

.button.is-link[disabled] {
  background-color: #00504d;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-link.is-inverted {
  background-color: #fff;
  border-color: #00504d;
  color: #00504d;
}

.button.is-link.is-inverted:hover {
  background-color: #00504d;
  border-color: #fff;
  color: #fff;
}

.button.is-link.is-inverted[disabled] {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #00504d;
}

.button.is-link.is-loading:after {
  border-color: #fff #fff #fff #fff !important;
}

.button.is-link.is-outlined {
  color: #00504d;
  background-color: #fff;
  border-color: #00504d;
}

.button.is-link.is-outlined:hover,
.button.is-link.is-outlined:focus {
  background-color: #00504d;
  border-color: #00504d;
  color: #fff;
}

.button.is-link.is-outlined.is-loading:after {
  border-color: #fff #fff #00504d #00504d !important;
}

.button.is-link.is-outlined[disabled] {
  background-color: transparent;
  border-color: #00504d;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #00504d;
}

.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-link.is-inverted.is-outlined:hover,
.button.is-link.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #00504d;
}

.button.is-link.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-info {
  background-color: #209cee;
  border-color: #fff;
  color: #fff;
}

.button.is-info:hover,
.button.is-info.is-hovered {
  color: #209cee;
  border-color: #209cee;
  background-color: #fff;
}

.button.is-info:focus,
.button.is-info.is-focused {
  color: #209cee;
  border-color: #209cee;
  background-color: #fff;
  outline: 1px solid #fff;
  border-color: #fff;
}

.button.is-info:focus:not(:active),
.button.is-info.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

.button.is-info:active,
.button.is-info.is-active {
  color: #fff;
  background-color: #118fe4;
  border-color: #fff;
}

.button.is-info[disabled] {
  background-color: #209cee;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-info.is-inverted {
  background-color: #fff;
  border-color: #209cee;
  color: #209cee;
}

.button.is-info.is-inverted:hover {
  background-color: #209cee;
  border-color: #fff;
  color: #fff;
}

.button.is-info.is-inverted[disabled] {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #209cee;
}

.button.is-info.is-loading:after {
  border-color: #fff #fff #fff #fff !important;
}

.button.is-info.is-outlined {
  color: #209cee;
  background-color: #fff;
  border-color: #209cee;
}

.button.is-info.is-outlined:hover,
.button.is-info.is-outlined:focus {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff;
}

.button.is-info.is-outlined.is-loading:after {
  border-color: #fff #fff #209cee #209cee !important;
}

.button.is-info.is-outlined[disabled] {
  background-color: transparent;
  border-color: #209cee;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #209cee;
}

.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-info.is-inverted.is-outlined:hover,
.button.is-info.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #209cee;
}

.button.is-info.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-success {
  background-color: #23d160;
  border-color: #fff;
  color: #fff;
}

.button.is-success:hover,
.button.is-success.is-hovered {
  color: #23d160;
  border-color: #23d160;
  background-color: #fff;
}

.button.is-success:focus,
.button.is-success.is-focused {
  color: #23d160;
  border-color: #23d160;
  background-color: #fff;
  outline: 1px solid #fff;
  border-color: #fff;
}

.button.is-success:focus:not(:active),
.button.is-success.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.button.is-success:active,
.button.is-success.is-active {
  color: #fff;
  background-color: #20bc56;
  border-color: #fff;
}

.button.is-success[disabled] {
  background-color: #23d160;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-success.is-inverted {
  background-color: #fff;
  border-color: #23d160;
  color: #23d160;
}

.button.is-success.is-inverted:hover {
  background-color: #23d160;
  border-color: #fff;
  color: #fff;
}

.button.is-success.is-inverted[disabled] {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #23d160;
}

.button.is-success.is-loading:after {
  border-color: #fff #fff #fff #fff !important;
}

.button.is-success.is-outlined {
  color: #23d160;
  background-color: #fff;
  border-color: #23d160;
}

.button.is-success.is-outlined:hover,
.button.is-success.is-outlined:focus {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}

.button.is-success.is-outlined.is-loading:after {
  border-color: #fff #fff #23d160 #23d160 !important;
}

.button.is-success.is-outlined[disabled] {
  background-color: transparent;
  border-color: #23d160;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #23d160;
}

.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-success.is-inverted.is-outlined:hover,
.button.is-success.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #23d160;
}

.button.is-success.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-warning {
  background-color: #ffdd57;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:hover,
.button.is-warning.is-hovered {
  color: #ffdd57;
  border-color: #ffdd57;
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus,
.button.is-warning.is-focused {
  color: #ffdd57;
  border-color: #ffdd57;
  background-color: rgba(0, 0, 0, 0.7);
  outline: 1px solid rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus:not(:active),
.button.is-warning.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.button.is-warning:active,
.button.is-warning.is-active {
  color: rgba(0, 0, 0, 0.7);
  background-color: #ffd83d;
  border-color: rgba(0, 0, 0, 0.7);
}

.button.is-warning[disabled] {
  background-color: #ffdd57;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #ffdd57;
  color: #ffdd57;
}

.button.is-warning.is-inverted:hover {
  background-color: #ffdd57;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted[disabled] {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffdd57;
}

.button.is-warning.is-loading:after {
  border-color: rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-warning.is-outlined {
  color: #ffdd57;
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #ffdd57;
}

.button.is-warning.is-outlined:hover,
.button.is-warning.is-outlined:focus {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-outlined.is-loading:after {
  border-color: rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) #ffdd57 #ffdd57 !important;
}

.button.is-warning.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ffdd57;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffdd57;
}

.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted.is-outlined:hover,
.button.is-warning.is-inverted.is-outlined:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.button.is-warning.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-danger {
  background-color: #ff3860;
  border-color: #fff;
  color: #fff;
}

.button.is-danger:hover,
.button.is-danger.is-hovered {
  color: #ff3860;
  border-color: #ff3860;
  background-color: #fff;
}

.button.is-danger:focus,
.button.is-danger.is-focused {
  color: #ff3860;
  border-color: #ff3860;
  background-color: #fff;
  outline: 1px solid #fff;
  border-color: #fff;
}

.button.is-danger:focus:not(:active),
.button.is-danger.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

.button.is-danger:active,
.button.is-danger.is-active {
  color: #fff;
  background-color: #ff1f4b;
  border-color: #fff;
}

.button.is-danger[disabled] {
  background-color: #ff3860;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-danger.is-inverted {
  background-color: #fff;
  border-color: #ff3860;
  color: #ff3860;
}

.button.is-danger.is-inverted:hover {
  background-color: #ff3860;
  border-color: #fff;
  color: #fff;
}

.button.is-danger.is-inverted[disabled] {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ff3860;
}

.button.is-danger.is-loading:after {
  border-color: #fff #fff #fff #fff !important;
}

.button.is-danger.is-outlined {
  color: #ff3860;
  background-color: #fff;
  border-color: #ff3860;
}

.button.is-danger.is-outlined:hover,
.button.is-danger.is-outlined:focus {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}

.button.is-danger.is-outlined.is-loading:after {
  border-color: #fff #fff #ff3860 #ff3860 !important;
}

.button.is-danger.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ff3860;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ff3860;
}

.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-danger.is-inverted.is-outlined:hover,
.button.is-danger.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #ff3860;
}

.button.is-danger.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-secondary {
  background-color: #8E0021;
  border-color: #fff;
  color: #fff;
}

.button.is-secondary:hover,
.button.is-secondary.is-hovered {
  color: #8E0021;
  border-color: #8E0021;
  background-color: #fff;
}

.button.is-secondary:focus,
.button.is-secondary.is-focused {
  color: #8E0021;
  border-color: #8E0021;
  background-color: #fff;
  outline: 1px solid #fff;
  border-color: #fff;
}

.button.is-secondary:focus:not(:active),
.button.is-secondary.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(142, 0, 33, 0.25);
  box-shadow: 0 0 0 0.125em rgba(142, 0, 33, 0.25);
}

.button.is-secondary:active,
.button.is-secondary.is-active {
  color: #fff;
  background-color: #75001b;
  border-color: #fff;
}

.button.is-secondary[disabled] {
  background-color: #8E0021;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-secondary.is-inverted {
  background-color: #fff;
  border-color: #8E0021;
  color: #8E0021;
}

.button.is-secondary.is-inverted:hover {
  background-color: #8E0021;
  border-color: #fff;
  color: #fff;
}

.button.is-secondary.is-inverted[disabled] {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #8E0021;
}

.button.is-secondary.is-loading:after {
  border-color: #fff #fff #fff #fff !important;
}

.button.is-secondary.is-outlined {
  color: #8E0021;
  background-color: #fff;
  border-color: #8E0021;
}

.button.is-secondary.is-outlined:hover,
.button.is-secondary.is-outlined:focus {
  background-color: #8E0021;
  border-color: #8E0021;
  color: #fff;
}

.button.is-secondary.is-outlined.is-loading:after {
  border-color: #fff #fff #8E0021 #8E0021 !important;
}

.button.is-secondary.is-outlined[disabled] {
  background-color: transparent;
  border-color: #8E0021;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #8E0021;
}

.button.is-secondary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-secondary.is-inverted.is-outlined:hover,
.button.is-secondary.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #8E0021;
}

.button.is-secondary.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-som-gold {
  background-color: #ffba00;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-som-gold:hover,
.button.is-som-gold.is-hovered {
  color: #ffba00;
  border-color: #ffba00;
  background-color: #0a0a0a;
}

.button.is-som-gold:focus,
.button.is-som-gold.is-focused {
  color: #ffba00;
  border-color: #ffba00;
  background-color: #0a0a0a;
  outline: 1px solid #0a0a0a;
  border-color: #0a0a0a;
}

.button.is-som-gold:focus:not(:active),
.button.is-som-gold.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 186, 0, 0.25);
  box-shadow: 0 0 0 0.125em rgba(255, 186, 0, 0.25);
}

.button.is-som-gold:active,
.button.is-som-gold.is-active {
  color: #0a0a0a;
  background-color: #e6a700;
  border-color: #0a0a0a;
}

.button.is-som-gold[disabled] {
  background-color: #ffba00;
  border-color: #0a0a0a;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-som-gold.is-inverted {
  background-color: #0a0a0a;
  border-color: #ffba00;
  color: #ffba00;
}

.button.is-som-gold.is-inverted:hover {
  background-color: #ffba00;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-som-gold.is-inverted[disabled] {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffba00;
}

.button.is-som-gold.is-loading:after {
  border-color: #0a0a0a #0a0a0a #0a0a0a #0a0a0a !important;
}

.button.is-som-gold.is-outlined {
  color: #ffba00;
  background-color: #0a0a0a;
  border-color: #ffba00;
}

.button.is-som-gold.is-outlined:hover,
.button.is-som-gold.is-outlined:focus {
  background-color: #ffba00;
  border-color: #ffba00;
  color: #0a0a0a;
}

.button.is-som-gold.is-outlined.is-loading:after {
  border-color: #0a0a0a #0a0a0a #ffba00 #ffba00 !important;
}

.button.is-som-gold.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ffba00;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffba00;
}

.button.is-som-gold.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-som-gold.is-inverted.is-outlined:hover,
.button.is-som-gold.is-inverted.is-outlined:focus {
  background-color: #0a0a0a;
  color: #ffba00;
}

.button.is-som-gold.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #0a0a0a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-light-10 {
  background-color: #efefef;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light-10:hover,
.button.is-light-10.is-hovered {
  color: #efefef;
  border-color: #efefef;
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-light-10:focus,
.button.is-light-10.is-focused {
  color: #efefef;
  border-color: #efefef;
  background-color: rgba(0, 0, 0, 0.7);
  outline: 1px solid rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
}

.button.is-light-10:focus:not(:active),
.button.is-light-10.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(239, 239, 239, 0.25);
  box-shadow: 0 0 0 0.125em rgba(239, 239, 239, 0.25);
}

.button.is-light-10:active,
.button.is-light-10.is-active {
  color: rgba(0, 0, 0, 0.7);
  background-color: #e2e2e2;
  border-color: rgba(0, 0, 0, 0.7);
}

.button.is-light-10[disabled] {
  background-color: #efefef;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-light-10.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #efefef;
  color: #efefef;
}

.button.is-light-10.is-inverted:hover {
  background-color: #efefef;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light-10.is-inverted[disabled] {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #efefef;
}

.button.is-light-10.is-loading:after {
  border-color: rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-light-10.is-outlined {
  color: #efefef;
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #efefef;
}

.button.is-light-10.is-outlined:hover,
.button.is-light-10.is-outlined:focus {
  background-color: #efefef;
  border-color: #efefef;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light-10.is-outlined.is-loading:after {
  border-color: rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) #efefef #efefef !important;
}

.button.is-light-10.is-outlined[disabled] {
  background-color: transparent;
  border-color: #efefef;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #efefef;
}

.button.is-light-10.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light-10.is-inverted.is-outlined:hover,
.button.is-light-10.is-inverted.is-outlined:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #efefef;
}

.button.is-light-10.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light-8 {
  background-color: #dfdfdf;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light-8:hover,
.button.is-light-8.is-hovered {
  color: #dfdfdf;
  border-color: #dfdfdf;
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-light-8:focus,
.button.is-light-8.is-focused {
  color: #dfdfdf;
  border-color: #dfdfdf;
  background-color: rgba(0, 0, 0, 0.7);
  outline: 1px solid rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
}

.button.is-light-8:focus:not(:active),
.button.is-light-8.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(223, 223, 223, 0.25);
  box-shadow: 0 0 0 0.125em rgba(223, 223, 223, 0.25);
}

.button.is-light-8:active,
.button.is-light-8.is-active {
  color: rgba(0, 0, 0, 0.7);
  background-color: #d2d2d2;
  border-color: rgba(0, 0, 0, 0.7);
}

.button.is-light-8[disabled] {
  background-color: #dfdfdf;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-light-8.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #dfdfdf;
  color: #dfdfdf;
}

.button.is-light-8.is-inverted:hover {
  background-color: #dfdfdf;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light-8.is-inverted[disabled] {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #dfdfdf;
}

.button.is-light-8.is-loading:after {
  border-color: rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-light-8.is-outlined {
  color: #dfdfdf;
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #dfdfdf;
}

.button.is-light-8.is-outlined:hover,
.button.is-light-8.is-outlined:focus {
  background-color: #dfdfdf;
  border-color: #dfdfdf;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light-8.is-outlined.is-loading:after {
  border-color: rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) #dfdfdf #dfdfdf !important;
}

.button.is-light-8.is-outlined[disabled] {
  background-color: transparent;
  border-color: #dfdfdf;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #dfdfdf;
}

.button.is-light-8.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light-8.is-inverted.is-outlined:hover,
.button.is-light-8.is-inverted.is-outlined:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #dfdfdf;
}

.button.is-light-8.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-transparent {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  color: #ffffff;
}

.button.is-transparent:hover,
.button.is-transparent.is-hovered {
  color: #202020;
  border-color: #202020;
  background-color: #ffffff;
}

.button.is-transparent:focus,
.button.is-transparent.is-focused {
  color: #202020;
  background-color: #ffffff;
  outline: 1px solid #ffffff;
  border-color: #ffffff;
}

.button.is-transparent:focus:not(:active),
.button.is-transparent.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.28);
}

.button.is-transparent:active,
.button.is-transparent.is-active {
  color: #ffffff;
  background-color: rgba(32, 32, 32, 0.382);
  border-color: #ffffff;
}

.button.is-transparent[disabled] {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-transparent.is-inverted {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-transparent.is-inverted:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  color: #ffffff;
}

.button.is-transparent.is-inverted[disabled] {
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0);
}

.button.is-transparent.is-loading:after {
  border-color: #ffffff #ffffff #ffffff #ffffff !important;
}

.button.is-transparent.is-outlined {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 0, 0, 0);
}

.button.is-transparent.is-outlined:hover,
.button.is-transparent.is-outlined:focus {
  color: #ffffff;
  border-color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}

.button.is-transparent.is-outlined.is-loading {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
}

.button.is-transparent.is-outlined.is-loading:after {
  border-color: #ffffff #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}

.button.is-transparent.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0);
}

.button.is-transparent.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.button.is-transparent.is-inverted.is-outlined:hover,
.button.is-transparent.is-inverted.is-outlined:focus {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-transparent.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}

.button.is-small {
  border-radius: 2px;
  font-size: 0.8rem;
}

.button.is-medium {
  font-size: 1.25rem;
}

.button.is-large {
  font-size: 1.563rem;
}

.button[disabled] {
  background-color: #ffffff;
  border-color: #a0a0a0;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.5;
}

.button.is-fullwidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

.button.is-loading:after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #a0a0a0;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}

.button.is-static {
  background-color: whitesmoke;
  border-color: #a0a0a0;
  color: #606060;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}

.buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.buttons .button {
  margin-bottom: 0.5rem;
}

.buttons .button:not(:last-child) {
  margin-right: 0.5rem;
}

.buttons:last-child {
  margin-bottom: -0.5rem;
}

.buttons:not(:last-child) {
  margin-bottom: 1rem;
}

.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

.buttons.has-addons .button:last-child {
  margin-right: 0;
}

.buttons.has-addons .button:hover,
.buttons.has-addons .button.is-hovered {
  z-index: 2;
}

.buttons.has-addons .button:focus,
.buttons.has-addons .button.is-focused,
.buttons.has-addons .button:active,
.buttons.has-addons .button.is-active,
.buttons.has-addons .button.is-selected {
  z-index: 3;
}

.buttons.has-addons .button:focus:hover,
.buttons.has-addons .button.is-focused:hover,
.buttons.has-addons .button:active:hover,
.buttons.has-addons .button.is-active:hover,
.buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}

.buttons.is-centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.buttons.is-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
    width: 960px;
  }

  .container.is-fluid {
    margin-left: 32px;
    margin-right: 32px;
    max-width: none;
    width: auto;
  }

  .general-content__wrap {
    padding-top: 2rem
  }

  /*rule added by agcarroll on 11/1/2018*/


}

@media screen and (max-width: 1215px) {
  .container.is-widescreen {
    max-width: 1152px;
    width: auto;
  }
}

@media screen and (max-width: 1407px) {
  .container.is-fullhd {
    max-width: 1344px;
    width: auto;
  }
}

@media screen and (min-width: 1216px) {
  .container {
    max-width: 1152px;
    width: 1152px;
  }
}

@media screen and (min-width: 1408px) {
  .container {
    max-width: 1344px;
    width: 1344px;
  }
}

.content:not(:last-child) {
  margin-bottom: 1.5rem;
}

.content li+li {
  margin-top: 0.25em;
}

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: inherit;
  font-weight: 400;
  line-height: 1.125;
}

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.content h1:not(:first-child) {
  margin-top: 1em;
}

.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}

.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}

.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #a0a0a0;
  padding: 1.25em 1.5em;
}

.content ol {
  list-style: decimal outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

.content ul ul ul {
  list-style-type: square;
}

.content dd {
  margin-left: 2em;
}

.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}

.content figure:not(:first-child) {
  margin-top: 2em;
}

.content figure:not(:last-child) {
  margin-bottom: 2em;
}

.content figure img {
  display: inline-block;
}

.content figure figcaption {
  font-style: italic;
}

.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}

.content sup,
.content sub {
  font-size: 75%;
}

.content table {
  width: 100%;
}

.content table td,
.content table th {
  border: 1px solid #a0a0a0;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.content table th {
  color: inherit;
  text-align: left;
}

.content table tr:hover {
  background-color: whitesmoke;
}

.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: inherit;
}

.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: inherit;
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}

.content.is-small {
  font-size: 0.8rem;
}

.content.is-medium {
  font-size: 1.25rem;
}

.content.is-large {
  font-size: 1.563rem;
}

.input,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: #ffffff;
  border-color: #a0a0a0;
  color: #303030;
  -webkit-box-shadow: inset 0 1px 2px rgba(32, 32, 32, 0.1);
  box-shadow: inset 0 1px 2px rgba(32, 32, 32, 0.1);
  max-width: 100%;
  width: 100%;
}

.input:focus,
.input.is-focused,
.input:active,
.input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  outline: none;
}

.input[disabled],
.textarea[disabled] {
  cursor: not-allowed;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: rgba(48, 48, 48, 0.3);
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: rgba(48, 48, 48, 0.3);
}

.input:-moz-placeholder,
.textarea:-moz-placeholder {
  color: rgba(48, 48, 48, 0.3);
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: rgba(48, 48, 48, 0.3);
}

.input:hover,
.input.is-hovered,
.textarea:hover,
.textarea.is-hovered {
  border-color: #808080;
}

.input:focus,
.input.is-focused,
.input:active,
.input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  border-color: #00504d;
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 80, 77, 0.25);
  box-shadow: 0 0 0 0.125em rgba(0, 80, 77, 0.25);
}

.input[disabled],
.textarea[disabled] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #606060;
}

.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
  color: rgba(96, 96, 96, 0.3);
}

.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
  color: rgba(96, 96, 96, 0.3);
}

.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
  color: rgba(96, 96, 96, 0.3);
}

.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
  color: rgba(96, 96, 96, 0.3);
}

.input[type="search"],
.textarea[type="search"] {
  border-radius: 290486px;
}

.input[readonly],
.textarea[readonly] {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input.is-white,
.textarea.is-white {
  border-color: #ffffff;
}

.input.is-white:focus,
.input.is-white.is-focused,
.input.is-white:active,
.input.is-white.is-active,
.textarea.is-white:focus,
.textarea.is-white.is-focused,
.textarea.is-white:active,
.textarea.is-white.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.input.is-black,
.textarea.is-black {
  border-color: #202020;
}

.input.is-black:focus,
.input.is-black.is-focused,
.input.is-black:active,
.input.is-black.is-active,
.textarea.is-black:focus,
.textarea.is-black.is-focused,
.textarea.is-black:active,
.textarea.is-black.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 32, 32, 0.25);
  box-shadow: 0 0 0 0.125em rgba(32, 32, 32, 0.25);
}

.input.is-light,
.textarea.is-light {
  border-color: whitesmoke;
}

.input.is-light:focus,
.input.is-light.is-focused,
.input.is-light:active,
.input.is-light.is-active,
.textarea.is-light:focus,
.textarea.is-light.is-focused,
.textarea.is-light:active,
.textarea.is-light.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.input.is-dark,
.textarea.is-dark {
  border-color: #303030;
}

.input.is-dark:focus,
.input.is-dark.is-focused,
.input.is-dark:active,
.input.is-dark.is-active,
.textarea.is-dark:focus,
.textarea.is-dark.is-focused,
.textarea.is-dark:active,
.textarea.is-dark.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(48, 48, 48, 0.25);
  box-shadow: 0 0 0 0.125em rgba(48, 48, 48, 0.25);
}

.input.is-primary,
.textarea.is-primary {
  border-color: #00504d;
}

.input.is-primary:focus,
.input.is-primary.is-focused,
.input.is-primary:active,
.input.is-primary.is-active,
.textarea.is-primary:focus,
.textarea.is-primary.is-focused,
.textarea.is-primary:active,
.textarea.is-primary.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 80, 77, 0.25);
  box-shadow: 0 0 0 0.125em rgba(0, 80, 77, 0.25);
}

.input.is-link,
.textarea.is-link {
  border-color: #00504d;
}

.input.is-link:focus,
.input.is-link.is-focused,
.input.is-link:active,
.input.is-link.is-active,
.textarea.is-link:focus,
.textarea.is-link.is-focused,
.textarea.is-link:active,
.textarea.is-link.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 80, 77, 0.25);
  box-shadow: 0 0 0 0.125em rgba(0, 80, 77, 0.25);
}

.input.is-info,
.textarea.is-info {
  border-color: #209cee;
}

.input.is-info:focus,
.input.is-info.is-focused,
.input.is-info:active,
.input.is-info.is-active,
.textarea.is-info:focus,
.textarea.is-info.is-focused,
.textarea.is-info:active,
.textarea.is-info.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

.input.is-success,
.textarea.is-success {
  border-color: #23d160;
}

.input.is-success:focus,
.input.is-success.is-focused,
.input.is-success:active,
.input.is-success.is-active,
.textarea.is-success:focus,
.textarea.is-success.is-focused,
.textarea.is-success:active,
.textarea.is-success.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.input.is-warning,
.textarea.is-warning {
  border-color: #ffdd57;
}

.input.is-warning:focus,
.input.is-warning.is-focused,
.input.is-warning:active,
.input.is-warning.is-active,
.textarea.is-warning:focus,
.textarea.is-warning.is-focused,
.textarea.is-warning:active,
.textarea.is-warning.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.input.is-danger,
.textarea.is-danger {
  border-color: #ff3860;
}

.input.is-danger:focus,
.input.is-danger.is-focused,
.input.is-danger:active,
.input.is-danger.is-active,
.textarea.is-danger:focus,
.textarea.is-danger.is-focused,
.textarea.is-danger:active,
.textarea.is-danger.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

.input.is-secondary,
.textarea.is-secondary {
  border-color: #8E0021;
}

.input.is-secondary:focus,
.input.is-secondary.is-focused,
.input.is-secondary:active,
.input.is-secondary.is-active,
.textarea.is-secondary:focus,
.textarea.is-secondary.is-focused,
.textarea.is-secondary:active,
.textarea.is-secondary.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(142, 0, 33, 0.25);
  box-shadow: 0 0 0 0.125em rgba(142, 0, 33, 0.25);
}

.input.is-som-gold,
.textarea.is-som-gold {
  border-color: #ffba00;
}

.input.is-som-gold:focus,
.input.is-som-gold.is-focused,
.input.is-som-gold:active,
.input.is-som-gold.is-active,
.textarea.is-som-gold:focus,
.textarea.is-som-gold.is-focused,
.textarea.is-som-gold:active,
.textarea.is-som-gold.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 186, 0, 0.25);
  box-shadow: 0 0 0 0.125em rgba(255, 186, 0, 0.25);
}

.input.is-light-10,
.textarea.is-light-10 {
  border-color: #efefef;
}

.input.is-light-10:focus,
.input.is-light-10.is-focused,
.input.is-light-10:active,
.input.is-light-10.is-active,
.textarea.is-light-10:focus,
.textarea.is-light-10.is-focused,
.textarea.is-light-10:active,
.textarea.is-light-10.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(239, 239, 239, 0.25);
  box-shadow: 0 0 0 0.125em rgba(239, 239, 239, 0.25);
}

.input.is-light-8,
.textarea.is-light-8 {
  border-color: #dfdfdf;
}

.input.is-light-8:focus,
.input.is-light-8.is-focused,
.input.is-light-8:active,
.input.is-light-8.is-active,
.textarea.is-light-8:focus,
.textarea.is-light-8.is-focused,
.textarea.is-light-8:active,
.textarea.is-light-8.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(223, 223, 223, 0.25);
  box-shadow: 0 0 0 0.125em rgba(223, 223, 223, 0.25);
}

.input.is-transparent,
.textarea.is-transparent {
  border-color: rgba(0, 0, 0, 0);
}

.input.is-transparent:focus,
.input.is-transparent.is-focused,
.input.is-transparent:active,
.input.is-transparent.is-active,
.textarea.is-transparent:focus,
.textarea.is-transparent.is-focused,
.textarea.is-transparent:active,
.textarea.is-transparent.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}

.input.is-small,
.textarea.is-small {
  border-radius: 2px;
  font-size: 0.8rem;
}

.input.is-medium,
.textarea.is-medium {
  font-size: 1.25rem;
}

.input.is-large,
.textarea.is-large {
  font-size: 1.563rem;
}

.input.is-fullwidth,
.textarea.is-fullwidth {
  display: block;
  width: 100%;
}

.input.is-inline,
.textarea.is-inline {
  display: inline;
  width: auto;
}

.input.is-static {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}

.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}

.textarea[rows] {
  height: unset;
}

.textarea.has-fixed-size {
  resize: none;
}

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

.checkbox input,
.radio input {
  cursor: pointer;
}

.checkbox:hover,
.radio:hover {
  color: #303030;
}

.checkbox[disabled],
.radio[disabled] {
  color: #606060;
  cursor: not-allowed;
}

.radio+.radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.select:not(.is-multiple) {
  height: 2.25em;
}

.select:not(.is-multiple)::after {
  border: 1px solid #00504d;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 0.5em;
  margin-top: -0.375em;
  right: 1.125em;
  top: 50%;
  z-index: 4;
}

.select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: #ffffff;
  border-color: #a0a0a0;
  color: #303030;
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

.select select:focus,
.select select.is-focused,
.select select:active,
.select select.is-active {
  outline: none;
}

.select select[disabled] {
  cursor: not-allowed;
}

.select select::-moz-placeholder {
  color: rgba(48, 48, 48, 0.3);
}

.select select::-webkit-input-placeholder {
  color: rgba(48, 48, 48, 0.3);
}

.select select:-moz-placeholder {
  color: rgba(48, 48, 48, 0.3);
}

.select select:-ms-input-placeholder {
  color: rgba(48, 48, 48, 0.3);
}

.select select:hover,
.select select.is-hovered {
  border-color: #808080;
}

.select select:focus,
.select select.is-focused,
.select select:active,
.select select.is-active {
  border-color: #00504d;
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 80, 77, 0.25);
  box-shadow: 0 0 0 0.125em rgba(0, 80, 77, 0.25);
}

.select select[disabled] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #606060;
}

.select select[disabled]::-moz-placeholder {
  color: rgba(96, 96, 96, 0.3);
}

.select select[disabled]::-webkit-input-placeholder {
  color: rgba(96, 96, 96, 0.3);
}

.select select[disabled]:-moz-placeholder {
  color: rgba(96, 96, 96, 0.3);
}

.select select[disabled]:-ms-input-placeholder {
  color: rgba(96, 96, 96, 0.3);
}

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

.select select[disabled]:hover {
  border-color: whitesmoke;
}

.select select:not([multiple]) {
  padding-right: 2.5em;
}

.select select[multiple] {
  height: unset;
  padding: 0;
}

.select select[multiple] option {
  padding: 0.5em 1em;
}

.select:hover::after {
  border-color: #303030;
}

.select.is-white select {
  border-color: #ffffff;
}

.select.is-white select:focus,
.select.is-white select.is-focused,
.select.is-white select:active,
.select.is-white select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.select.is-black select {
  border-color: #202020;
}

.select.is-black select:focus,
.select.is-black select.is-focused,
.select.is-black select:active,
.select.is-black select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 32, 32, 0.25);
  box-shadow: 0 0 0 0.125em rgba(32, 32, 32, 0.25);
}

.select.is-light select {
  border-color: whitesmoke;
}

.select.is-light select:focus,
.select.is-light select.is-focused,
.select.is-light select:active,
.select.is-light select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.select.is-dark select {
  border-color: #303030;
}

.select.is-dark select:focus,
.select.is-dark select.is-focused,
.select.is-dark select:active,
.select.is-dark select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(48, 48, 48, 0.25);
  box-shadow: 0 0 0 0.125em rgba(48, 48, 48, 0.25);
}

.select.is-primary select {
  border-color: #00504d;
}

.select.is-primary select:focus,
.select.is-primary select.is-focused,
.select.is-primary select:active,
.select.is-primary select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 80, 77, 0.25);
  box-shadow: 0 0 0 0.125em rgba(0, 80, 77, 0.25);
}

.select.is-link select {
  border-color: #00504d;
}

.select.is-link select:focus,
.select.is-link select.is-focused,
.select.is-link select:active,
.select.is-link select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 80, 77, 0.25);
  box-shadow: 0 0 0 0.125em rgba(0, 80, 77, 0.25);
}

.select.is-info select {
  border-color: #209cee;
}

.select.is-info select:focus,
.select.is-info select.is-focused,
.select.is-info select:active,
.select.is-info select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

.select.is-success select {
  border-color: #23d160;
}

.select.is-success select:focus,
.select.is-success select.is-focused,
.select.is-success select:active,
.select.is-success select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.select.is-warning select {
  border-color: #ffdd57;
}

.select.is-warning select:focus,
.select.is-warning select.is-focused,
.select.is-warning select:active,
.select.is-warning select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.select.is-danger select {
  border-color: #ff3860;
}

.select.is-danger select:focus,
.select.is-danger select.is-focused,
.select.is-danger select:active,
.select.is-danger select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

.select.is-secondary select {
  border-color: #8E0021;
}

.select.is-secondary select:focus,
.select.is-secondary select.is-focused,
.select.is-secondary select:active,
.select.is-secondary select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(142, 0, 33, 0.25);
  box-shadow: 0 0 0 0.125em rgba(142, 0, 33, 0.25);
}

.select.is-som-gold select {
  border-color: #ffba00;
}

.select.is-som-gold select:focus,
.select.is-som-gold select.is-focused,
.select.is-som-gold select:active,
.select.is-som-gold select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 186, 0, 0.25);
  box-shadow: 0 0 0 0.125em rgba(255, 186, 0, 0.25);
}

.select.is-light-10 select {
  border-color: #efefef;
}

.select.is-light-10 select:focus,
.select.is-light-10 select.is-focused,
.select.is-light-10 select:active,
.select.is-light-10 select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(239, 239, 239, 0.25);
  box-shadow: 0 0 0 0.125em rgba(239, 239, 239, 0.25);
}

.select.is-light-8 select {
  border-color: #dfdfdf;
}

.select.is-light-8 select:focus,
.select.is-light-8 select.is-focused,
.select.is-light-8 select:active,
.select.is-light-8 select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(223, 223, 223, 0.25);
  box-shadow: 0 0 0 0.125em rgba(223, 223, 223, 0.25);
}

.select.is-transparent select {
  border-color: rgba(0, 0, 0, 0);
}

.select.is-transparent select:focus,
.select.is-transparent select.is-focused,
.select.is-transparent select:active,
.select.is-transparent select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}

.select.is-small {
  border-radius: 2px;
  font-size: 0.8rem;
}

.select.is-medium {
  font-size: 1.25rem;
}

.select.is-large {
  font-size: 1.563rem;
}

.select.is-disabled::after {
  border-color: #606060;
}

.select.is-fullwidth {
  width: 100%;
}

.select.is-fullwidth select {
  width: 100%;
}

.select.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #a0a0a0;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  -webkit-transform: none;
  transform: none;
}

.select.is-loading.is-small:after {
  font-size: 0.8rem;
}

.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.select.is-loading.is-large:after {
  font-size: 1.563rem;
}

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.file.is-white .file-cta {
  background-color: #ffffff;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-white:hover .file-cta,
.file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-white:focus .file-cta,
.file.is-white.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-white:active .file-cta,
.file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-black .file-cta {
  background-color: #202020;
  border-color: transparent;
  color: #fff;
}

.file.is-black:hover .file-cta,
.file.is-black.is-hovered .file-cta {
  background-color: #1a1a1a;
  border-color: transparent;
  color: #fff;
}

.file.is-black:focus .file-cta,
.file.is-black.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(32, 32, 32, 0.25);
  box-shadow: 0 0 0.5em rgba(32, 32, 32, 0.25);
  color: #fff;
}

.file.is-black:active .file-cta,
.file.is-black.is-active .file-cta {
  background-color: #131313;
  border-color: transparent;
  color: #fff;
}

.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: #303030;
}

.file.is-light:hover .file-cta,
.file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: #303030;
}

.file.is-light:focus .file-cta,
.file.is-light.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: #303030;
}

.file.is-light:active .file-cta,
.file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #303030;
}

.file.is-dark .file-cta {
  background-color: #303030;
  border-color: transparent;
  color: whitesmoke;
}

.file.is-dark:hover .file-cta,
.file.is-dark.is-hovered .file-cta {
  background-color: #2a2a2a;
  border-color: transparent;
  color: whitesmoke;
}

.file.is-dark:focus .file-cta,
.file.is-dark.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(48, 48, 48, 0.25);
  box-shadow: 0 0 0.5em rgba(48, 48, 48, 0.25);
  color: whitesmoke;
}

.file.is-dark:active .file-cta,
.file.is-dark.is-active .file-cta {
  background-color: #232323;
  border-color: transparent;
  color: whitesmoke;
}

.file.is-primary .file-cta {
  background-color: #00504d;
  border-color: transparent;
  color: #fff;
}

.file.is-primary:hover .file-cta,
.file.is-primary.is-hovered .file-cta {
  background-color: #004341;
  border-color: transparent;
  color: #fff;
}

.file.is-primary:focus .file-cta,
.file.is-primary.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 80, 77, 0.25);
  box-shadow: 0 0 0.5em rgba(0, 80, 77, 0.25);
  color: #fff;
}

.file.is-primary:active .file-cta,
.file.is-primary.is-active .file-cta {
  background-color: #003734;
  border-color: transparent;
  color: #fff;
}

.file.is-link .file-cta {
  background-color: #00504d;
  border-color: transparent;
  color: #fff;
}

.file.is-link:hover .file-cta,
.file.is-link.is-hovered .file-cta {
  background-color: #004341;
  border-color: transparent;
  color: #fff;
}

.file.is-link:focus .file-cta,
.file.is-link.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 80, 77, 0.25);
  box-shadow: 0 0 0.5em rgba(0, 80, 77, 0.25);
  color: #fff;
}

.file.is-link:active .file-cta,
.file.is-link.is-active .file-cta {
  background-color: #003734;
  border-color: transparent;
  color: #fff;
}

.file.is-info .file-cta {
  background-color: #209cee;
  border-color: transparent;
  color: #fff;
}

.file.is-info:hover .file-cta,
.file.is-info.is-hovered .file-cta {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}

.file.is-info:focus .file-cta,
.file.is-info.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
  box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
  color: #fff;
}

.file.is-info:active .file-cta,
.file.is-info.is-active .file-cta {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}

.file.is-success .file-cta {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}

.file.is-success:hover .file-cta,
.file.is-success.is-hovered .file-cta {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}

.file.is-success:focus .file-cta,
.file.is-success.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
  box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
  color: #fff;
}

.file.is-success:active .file-cta,
.file.is-success.is-active .file-cta {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}

.file.is-warning .file-cta {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:hover .file-cta,
.file.is-warning.is-hovered .file-cta {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:focus .file-cta,
.file.is-warning.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
  box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:active .file-cta,
.file.is-warning.is-active .file-cta {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-danger .file-cta {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:hover .file-cta,
.file.is-danger.is-hovered .file-cta {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:focus .file-cta,
.file.is-danger.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
  box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
  color: #fff;
}

.file.is-danger:active .file-cta,
.file.is-danger.is-active .file-cta {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff;
}

.file.is-secondary .file-cta {
  background-color: #8E0021;
  border-color: transparent;
  color: #fff;
}

.file.is-secondary:hover .file-cta,
.file.is-secondary.is-hovered .file-cta {
  background-color: #81001e;
  border-color: transparent;
  color: #fff;
}

.file.is-secondary:focus .file-cta,
.file.is-secondary.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(142, 0, 33, 0.25);
  box-shadow: 0 0 0.5em rgba(142, 0, 33, 0.25);
  color: #fff;
}

.file.is-secondary:active .file-cta,
.file.is-secondary.is-active .file-cta {
  background-color: #75001b;
  border-color: transparent;
  color: #fff;
}

.file.is-som-gold .file-cta {
  background-color: #ffba00;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-som-gold:hover .file-cta,
.file.is-som-gold.is-hovered .file-cta {
  background-color: #f2b100;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-som-gold:focus .file-cta,
.file.is-som-gold.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 186, 0, 0.25);
  box-shadow: 0 0 0.5em rgba(255, 186, 0, 0.25);
  color: #0a0a0a;
}

.file.is-som-gold:active .file-cta,
.file.is-som-gold.is-active .file-cta {
  background-color: #e6a700;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-light-10 .file-cta {
  background-color: #efefef;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light-10:hover .file-cta,
.file.is-light-10.is-hovered .file-cta {
  background-color: #e9e9e9;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light-10:focus .file-cta,
.file.is-light-10.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(239, 239, 239, 0.25);
  box-shadow: 0 0 0.5em rgba(239, 239, 239, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light-10:active .file-cta,
.file.is-light-10.is-active .file-cta {
  background-color: #e2e2e2;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light-8 .file-cta {
  background-color: #dfdfdf;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light-8:hover .file-cta,
.file.is-light-8.is-hovered .file-cta {
  background-color: #d9d9d9;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light-8:focus .file-cta,
.file.is-light-8.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(223, 223, 223, 0.25);
  box-shadow: 0 0 0.5em rgba(223, 223, 223, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light-8:active .file-cta,
.file.is-light-8.is-active .file-cta {
  background-color: #d2d2d2;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-transparent .file-cta {
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
  color: #ffffff;
}

.file.is-transparent:hover .file-cta,
.file.is-transparent.is-hovered .file-cta {
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
  color: #ffffff;
}

.file.is-transparent:focus .file-cta,
.file.is-transparent.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.file.is-transparent:active .file-cta,
.file.is-transparent.is-active .file-cta {
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
  color: #ffffff;
}

.file.is-small {
  font-size: 0.8rem;
}

.file.is-medium {
  font-size: 1.25rem;
}

.file.is-medium .file-icon .fa {
  font-size: 21px;
}

.file.is-large {
  font-size: 1.563rem;
}

.file.is-large .file-icon .fa {
  font-size: 28px;
}

.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.file.has-name.is-empty .file-cta {
  border-radius: 3px;
}

.file.has-name.is-empty .file-name {
  display: none;
}

.file.is-centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.file.is-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.file.is-boxed .file-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.file.is-boxed .file-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}

.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}

.file.is-boxed .file-icon .fa {
  font-size: 21px;
}

.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}

.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}

.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}

.file.is-boxed.has-name .file-cta {
  border-radius: 3px 3px 0 0;
}

.file.is-boxed.has-name .file-name {
  border-radius: 0 0 3px 3px;
  border-width: 0 1px 1px;
}

.file.is-right .file-cta {
  border-radius: 0 3px 3px 0;
}

.file.is-right .file-name {
  border-radius: 3px 0 0 3px;
  border-width: 1px 0 1px 1px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.file.is-fullwidth .file-label {
  width: 100%;
}

.file.is-fullwidth .file-name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: none;
}

.file-label {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #303030;
}

.file-label:hover .file-name {
  border-color: #9a9a9a;
}

.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #303030;
}

.file-label:active .file-name {
  border-color: #939393;
}

.file-input {
  height: 0.01em;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0.01em;
}

.file-cta,
.file-name {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  border-color: #a0a0a0;
  border-radius: 3px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta:focus,
.file-cta.is-focused,
.file-cta:active,
.file-cta.is-active,
.file-name:focus,
.file-name.is-focused,
.file-name:active,
.file-name.is-active {
  outline: none;
}

.file-cta[disabled],
.file-name[disabled] {
  cursor: not-allowed;
}

.file-cta {
  background-color: whitesmoke;
  color: #323232;
}

.file-name {
  border-color: #a0a0a0;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.file-icon .fa {
  font-size: 14px;
}

.label {
  color: #303030;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.label:not(:last-child) {
  margin-bottom: 0.5em;
}

.label.is-small {
  font-size: 0.8rem;
}

.label.is-medium {
  font-size: 1.25rem;
}

.label.is-large {
  font-size: 1.563rem;
}

.help {
  display: block;
  font-size: 0.8rem;
  margin-top: 0.25rem;
}

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

.help.is-black {
  color: #202020;
}

.help.is-light {
  color: whitesmoke;
}

.help.is-dark {
  color: #303030;
}

.help.is-primary {
  color: #00504d;
}

.help.is-link {
  color: #00504d;
}

.help.is-info {
  color: #209cee;
}

.help.is-success {
  color: #23d160;
}

.help.is-warning {
  color: #ffdd57;
}

.help.is-danger {
  color: #ff3860;
}

.help.is-secondary {
  color: #8E0021;
}

.help.is-som-gold {
  color: #ffba00;
}

.help.is-light-10 {
  color: #efefef;
}

.help.is-light-8 {
  color: #dfdfdf;
}

.help.is-transparent {
  color: rgba(0, 0, 0, 0);
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.has-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}

.field.has-addons .control:first-child .button,
.field.has-addons .control:first-child .input,
.field.has-addons .control:first-child .select select {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.field.has-addons .control:last-child .button,
.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.field.has-addons .control .button,
.field.has-addons .control .input,
.field.has-addons .control .select select {
  border-radius: 0;
}

.field.has-addons .control .button:hover,
.field.has-addons .control .button.is-hovered,
.field.has-addons .control .input:hover,
.field.has-addons .control .input.is-hovered,
.field.has-addons .control .select select:hover,
.field.has-addons .control .select select.is-hovered {
  z-index: 2;
}

.field.has-addons .control .button:focus,
.field.has-addons .control .button.is-focused,
.field.has-addons .control .button:active,
.field.has-addons .control .button.is-active,
.field.has-addons .control .input:focus,
.field.has-addons .control .input.is-focused,
.field.has-addons .control .input:active,
.field.has-addons .control .input.is-active,
.field.has-addons .control .select select:focus,
.field.has-addons .control .select select.is-focused,
.field.has-addons .control .select select:active,
.field.has-addons .control .select select.is-active {
  z-index: 3;
}

.field.has-addons .control .button:focus:hover,
.field.has-addons .control .button.is-focused:hover,
.field.has-addons .control .button:active:hover,
.field.has-addons .control .button.is-active:hover,
.field.has-addons .control .input:focus:hover,
.field.has-addons .control .input.is-focused:hover,
.field.has-addons .control .input:active:hover,
.field.has-addons .control .input.is-active:hover,
.field.has-addons .control .select select:focus:hover,
.field.has-addons .control .select select.is-focused:hover,
.field.has-addons .control .select select:active:hover,
.field.has-addons .control .select select.is-active:hover {
  z-index: 4;
}

.field.has-addons .control.is-expanded {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.field.has-addons.has-addons-centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.field.has-addons.has-addons-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.field.has-addons.has-addons-fullwidth .control {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.field.is-grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.field.is-grouped>.control {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.field.is-grouped>.control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.field.is-grouped>.control.is-expanded {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.field.is-grouped.is-grouped-centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.field.is-grouped.is-grouped-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.field.is-grouped.is-grouped-multiline {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.field.is-grouped.is-grouped-multiline>.control:last-child,
.field.is-grouped.is-grouped-multiline>.control:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px),
print {
  .field.is-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}

@media screen and (max-width: 767px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 768px),
print {
  .field-label {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }

  .field-label.is-small {
    font-size: 0.8rem;
    padding-top: 0.375em;
  }

  .field-label.is-normal {
    padding-top: 0.375em;
  }

  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }

  .field-label.is-large {
    font-size: 1.563rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}

@media screen and (min-width: 768px),
print {
  .field-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .field-body .field {
    margin-bottom: 0;
  }

  .field-body>.field {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .field-body>.field:not(.is-narrow) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .field-body>.field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  font-size: 1rem;
  position: relative;
  text-align: left;
}

.control.has-icon .icon {
  color: #a0a0a0;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}

.control.has-icon .input:focus+.icon {
  color: #606060;
}

.control.has-icon .input.is-small+.icon {
  font-size: 0.8rem;
}

.control.has-icon .input.is-medium+.icon {
  font-size: 1.25rem;
}

.control.has-icon .input.is-large+.icon {
  font-size: 1.563rem;
}

.control.has-icon:not(.has-icon-right) .icon {
  left: 0;
}

.control.has-icon:not(.has-icon-right) .input {
  padding-left: 2.25em;
}

.control.has-icon.has-icon-right .icon {
  right: 0;
}

.control.has-icon.has-icon-right .input {
  padding-right: 2.25em;
}

.control.has-icons-left .input:focus~.icon,
.control.has-icons-left .select:focus~.icon,
.control.has-icons-right .input:focus~.icon,
.control.has-icons-right .select:focus~.icon {
  color: #606060;
}

.control.has-icons-left .input.is-small~.icon,
.control.has-icons-left .select.is-small~.icon,
.control.has-icons-right .input.is-small~.icon,
.control.has-icons-right .select.is-small~.icon {
  font-size: 0.8rem;
}

.control.has-icons-left .input.is-medium~.icon,
.control.has-icons-left .select.is-medium~.icon,
.control.has-icons-right .input.is-medium~.icon,
.control.has-icons-right .select.is-medium~.icon {
  font-size: 1.25rem;
}

.control.has-icons-left .input.is-large~.icon,
.control.has-icons-left .select.is-large~.icon,
.control.has-icons-right .input.is-large~.icon,
.control.has-icons-right .select.is-large~.icon {
  font-size: 1.563rem;
}

.control.has-icons-left .icon,
.control.has-icons-right .icon {
  color: #a0a0a0;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.25em;
}

.control.has-icons-left .icon.is-left {
  left: 0;
}

.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.25em;
}

.control.has-icons-right .icon.is-right {
  right: 0;
}

.control.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #a0a0a0;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
}

.control.is-loading.is-small:after {
  font-size: 0.8rem;
}

.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.control.is-loading.is-large:after {
  font-size: 1.563rem;
}

.icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

.icon.is-small {
  height: 1rem;
  width: 1rem;
}

.icon.is-medium {
  height: 2rem;
  width: 2rem;
}

.icon.is-large {
  height: 3rem;
  width: 3rem;
}

.image {
  display: block;
  position: relative;
}

.image img {
  display: block;
  height: auto;
  width: 100%;
}

.image.is-square img,
.image.is-1by1 img,
.image.is-4by3 img,
.image.is-3by2 img,
.image.is-16by9 img,
.image.is-2by1 img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  width: 100%;
}

.image.is-square,
.image.is-1by1 {
  padding-top: 100%;
}

.image.is-4by3 {
  padding-top: 75%;
}

.image.is-3by2 {
  padding-top: 66.6666%;
}

.image.is-16by9 {
  padding-top: 56.25%;
}

.image.is-2by1 {
  padding-top: 50%;
}

.image.is-16x16 {
  height: 16px;
  width: 16px;
}

.image.is-24x24 {
  height: 24px;
  width: 24px;
}

.image.is-32x32 {
  height: 32px;
  width: 32px;
}

.image.is-48x48 {
  height: 48px;
  width: 48px;
}

.image.is-64x64 {
  height: 64px;
  width: 64px;
}

.image.is-96x96 {
  height: 96px;
  width: 96px;
}

.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.notification {
  background-color: whitesmoke;
  border-radius: 3px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}

.notification:not(:last-child) {
  margin-bottom: 1.5rem;
}

.notification a:not(.button) {
  color: currentColor;
  text-decoration: underline;
}

.notification strong {
  color: currentColor;
}

.notification code,
.notification pre {
  background: #ffffff;
}

.notification pre code {
  background: transparent;
}

.notification>.delete {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}

.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

.notification.is-white {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-black {
  background-color: #202020;
  color: #fff;
}

.notification.is-light {
  background-color: whitesmoke;
  color: #303030;
}

.notification.is-dark {
  background-color: #303030;
  color: whitesmoke;
}

.notification.is-primary {
  background-color: #00504d;
  color: #fff;
}

.notification.is-link {
  background-color: #00504d;
  color: #fff;
}

.notification.is-info {
  background-color: #209cee;
  color: #fff;
}

.notification.is-success {
  background-color: #23d160;
  color: #fff;
}

.notification.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-danger {
  background-color: #ff3860;
  color: #fff;
}

.notification.is-secondary {
  background-color: #8E0021;
  color: #fff;
}

.notification.is-som-gold {
  background-color: #ffba00;
  color: #0a0a0a;
}

.notification.is-light-10 {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-light-8 {
  background-color: #dfdfdf;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-transparent {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.progress:not(:last-child) {
  margin-bottom: 1.5rem;
}

.progress::-webkit-progress-bar {
  background-color: #a0a0a0;
}

.progress::-webkit-progress-value {
  background-color: #323232;
}

.progress::-moz-progress-bar {
  background-color: #323232;
}

.progress::-ms-fill {
  background-color: #323232;
  border: none;
}

.progress.is-white::-webkit-progress-value {
  background-color: #ffffff;
}

.progress.is-white::-moz-progress-bar {
  background-color: #ffffff;
}

.progress.is-white::-ms-fill {
  background-color: #ffffff;
}

.progress.is-black::-webkit-progress-value {
  background-color: #202020;
}

.progress.is-black::-moz-progress-bar {
  background-color: #202020;
}

.progress.is-black::-ms-fill {
  background-color: #202020;
}

.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}

.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}

.progress.is-light::-ms-fill {
  background-color: whitesmoke;
}

.progress.is-dark::-webkit-progress-value {
  background-color: #303030;
}

.progress.is-dark::-moz-progress-bar {
  background-color: #303030;
}

.progress.is-dark::-ms-fill {
  background-color: #303030;
}

.progress.is-primary::-webkit-progress-value {
  background-color: #00504d;
}

.progress.is-primary::-moz-progress-bar {
  background-color: #00504d;
}

.progress.is-primary::-ms-fill {
  background-color: #00504d;
}

.progress.is-link::-webkit-progress-value {
  background-color: #00504d;
}

.progress.is-link::-moz-progress-bar {
  background-color: #00504d;
}

.progress.is-link::-ms-fill {
  background-color: #00504d;
}

.progress.is-info::-webkit-progress-value {
  background-color: #209cee;
}

.progress.is-info::-moz-progress-bar {
  background-color: #209cee;
}

.progress.is-info::-ms-fill {
  background-color: #209cee;
}

.progress.is-success::-webkit-progress-value {
  background-color: #23d160;
}

.progress.is-success::-moz-progress-bar {
  background-color: #23d160;
}

.progress.is-success::-ms-fill {
  background-color: #23d160;
}

.progress.is-warning::-webkit-progress-value {
  background-color: #ffdd57;
}

.progress.is-warning::-moz-progress-bar {
  background-color: #ffdd57;
}

.progress.is-warning::-ms-fill {
  background-color: #ffdd57;
}

.progress.is-danger::-webkit-progress-value {
  background-color: #ff3860;
}

.progress.is-danger::-moz-progress-bar {
  background-color: #ff3860;
}

.progress.is-danger::-ms-fill {
  background-color: #ff3860;
}

.progress.is-secondary::-webkit-progress-value {
  background-color: #8E0021;
}

.progress.is-secondary::-moz-progress-bar {
  background-color: #8E0021;
}

.progress.is-secondary::-ms-fill {
  background-color: #8E0021;
}

.progress.is-som-gold::-webkit-progress-value {
  background-color: #ffba00;
}

.progress.is-som-gold::-moz-progress-bar {
  background-color: #ffba00;
}

.progress.is-som-gold::-ms-fill {
  background-color: #ffba00;
}

.progress.is-light-10::-webkit-progress-value {
  background-color: #efefef;
}

.progress.is-light-10::-moz-progress-bar {
  background-color: #efefef;
}

.progress.is-light-10::-ms-fill {
  background-color: #efefef;
}

.progress.is-light-8::-webkit-progress-value {
  background-color: #dfdfdf;
}

.progress.is-light-8::-moz-progress-bar {
  background-color: #dfdfdf;
}

.progress.is-light-8::-ms-fill {
  background-color: #dfdfdf;
}

.progress.is-transparent::-webkit-progress-value {
  background-color: rgba(0, 0, 0, 0);
}

.progress.is-transparent::-moz-progress-bar {
  background-color: rgba(0, 0, 0, 0);
}

.progress.is-transparent::-ms-fill {
  background-color: rgba(0, 0, 0, 0);
}

.progress.is-small {
  height: 0.8rem;
}

.progress.is-medium {
  height: 1.25rem;
}

.progress.is-large {
  height: 1.563rem;
}

.table {
  background-color: #ffffff;
  color: #303030;
  margin-bottom: 1.5rem;
}

.table td,
.table th {
  border: 1px solid #a0a0a0;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.table td.is-white,
.table th.is-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-black,
.table th.is-black {
  background-color: #202020;
  border-color: #202020;
  color: #fff;
}

.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #303030;
}

.table td.is-dark,
.table th.is-dark {
  background-color: #303030;
  border-color: #303030;
  color: whitesmoke;
}

.table td.is-primary,
.table th.is-primary {
  background-color: #00504d;
  border-color: #00504d;
  color: #fff;
}

.table td.is-link,
.table th.is-link {
  background-color: #00504d;
  border-color: #00504d;
  color: #fff;
}

.table td.is-info,
.table th.is-info {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff;
}

.table td.is-success,
.table th.is-success {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}

.table td.is-warning,
.table th.is-warning {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-danger,
.table th.is-danger {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}

.table td.is-secondary,
.table th.is-secondary {
  background-color: #8E0021;
  border-color: #8E0021;
  color: #fff;
}

.table td.is-som-gold,
.table th.is-som-gold {
  background-color: #ffba00;
  border-color: #ffba00;
  color: #0a0a0a;
}

.table td.is-light-10,
.table th.is-light-10 {
  background-color: #efefef;
  border-color: #efefef;
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-light-8,
.table th.is-light-8 {
  background-color: #dfdfdf;
  border-color: #dfdfdf;
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-transparent,
.table th.is-transparent {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}

.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

.table td.is-selected,
.table th.is-selected {
  background-color: #00504d;
  color: #fff;
}

.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}

.table th {
  color: inherit;
  text-align: left;
}

.table tr.is-selected {
  background-color: #00504d;
  color: #fff;
}

.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}

.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}

.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: inherit;
}

.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: inherit;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}

.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

.table.is-fullwidth {
  width: 100%;
}

.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: whitesmoke;
}

.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

.tags {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tags .tag {
  margin-bottom: 0.5rem;
}

.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

.tags:last-child {
  margin-bottom: -0.5rem;
}

.tags:not(:last-child) {
  margin-bottom: 1rem;
}

.tags.has-addons .tag {
  margin-right: 0;
}

.tags.has-addons .tag:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.tags.is-centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.tags.is-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}

.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

.tag:not(body) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: whitesmoke;
  border-radius: 3px;
  color: #323232;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.8rem;
  height: 2em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.tag:not(body) .delete {
  margin-left: 0.25em;
  margin-right: -0.375em;
}

.tag:not(body).is-white {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-black {
  background-color: #202020;
  color: #fff;
}

.tag:not(body).is-light {
  background-color: whitesmoke;
  color: #303030;
}

.tag:not(body).is-dark {
  background-color: #303030;
  color: whitesmoke;
}

.tag:not(body).is-primary {
  background-color: #00504d;
  color: #fff;
}

.tag:not(body).is-link {
  background-color: #00504d;
  color: #fff;
}

.tag:not(body).is-info {
  background-color: #209cee;
  color: #fff;
}

.tag:not(body).is-success {
  background-color: #23d160;
  color: #fff;
}

.tag:not(body).is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-danger {
  background-color: #ff3860;
  color: #fff;
}

.tag:not(body).is-secondary {
  background-color: #8E0021;
  color: #fff;
}

.tag:not(body).is-som-gold {
  background-color: #ffba00;
  color: #0a0a0a;
}

.tag:not(body).is-light-10 {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-light-8 {
  background-color: #dfdfdf;
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-transparent {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}

.tag:not(body).is-medium {
  font-size: 1rem;
}

.tag:not(body).is-large {
  font-size: 1.25rem;
}

.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

.tag:not(body).is-delete:before,
.tag:not(body).is-delete:after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.tag:not(body).is-delete:before {
  height: 1px;
  width: 50%;
}

.tag:not(body).is-delete:after {
  height: 50%;
  width: 1px;
}

.tag:not(body).is-delete:hover,
.tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}

.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}

.tag:not(body).is-rounded {
  border-radius: 290486px;
}

a.tag:hover {
  text-decoration: underline;
}

.title,
.subtitle {
  word-break: break-word;
}

.title:not(:last-child),
.subtitle:not(:last-child) {
  margin-bottom: 1.5rem;
}

.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}

.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: #303030;
  font-size: 1.953rem;
  font-weight: 600;
  line-height: 1.125;
}

.title strong {
  color: inherit;
  font-weight: inherit;
}

.title+.highlight {
  margin-top: -0.75rem;
}

.title:not(.is-spaced)+.subtitle {
  margin-top: -1.5rem;
}

.title.is-1 {
  font-size: 3.052rem;
}

.title.is-2 {
  font-size: 2.441rem;
}

.title.is-3 {
  font-size: 1.953rem;
}

.title.is-4 {
  font-size: 1.563rem;
}

.title.is-5 {
  font-size: 1.25rem;
}

.title.is-6 {
  font-size: 1rem;
}

.title.is-7 {
  font-size: 0.8rem;
}

.subtitle {
  color: #323232;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.subtitle strong {
  color: #303030;
  font-weight: 600;
}

.subtitle:not(.is-spaced)+.title {
  margin-top: -1.5rem;
}

.subtitle.is-1 {
  font-size: 3.052rem;
}

.subtitle.is-2 {
  font-size: 2.441rem;
}

.subtitle.is-3 {
  font-size: 1.953rem;
}

.subtitle.is-4 {
  font-size: 1.563rem;
}

.subtitle.is-5 {
  font-size: 1.25rem;
}

.subtitle.is-6 {
  font-size: 1rem;
}

.subtitle.is-7 {
  font-size: 0.8rem;
}

.block:not(:last-child) {
  margin-bottom: 1.5rem;
}

.delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(32, 32, 32, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.delete:before,
.delete:after {
  background-color: #ffffff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.delete:before {
  height: 2px;
  width: 50%;
}

.delete:after {
  height: 50%;
  width: 2px;
}

.delete:hover,
.delete:focus {
  background-color: rgba(32, 32, 32, 0.3);
}

.delete:active {
  background-color: rgba(32, 32, 32, 0.4);
}

.delete.is-small {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.delete.is-medium {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.delete.is-large {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  /* text-transform: uppercase; */
}

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

.highlight:not(:last-child) {
  margin-bottom: 1.5rem;
}

.highlight pre {
  overflow: auto;
  max-width: 100%;
}

.loader {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #a0a0a0;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

.breadcrumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumb:not(:last-child) {
  margin-bottom: 1.5rem;
}

.breadcrumb a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00504d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5em 0.75em;
}

.breadcrumb a:hover {
  color: #303030;
}

.breadcrumb li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb li:first-child a {
  padding-left: 0;
}

.breadcrumb li.is-active a {
  color: inherit;
  cursor: default;
  pointer-events: none;
}

.breadcrumb li+li::before {
  color: #323232;
  content: "/";
}

.breadcrumb ul,
.breadcrumb ol {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}

.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}

.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.breadcrumb.is-small {
  font-size: 0.8rem;
}

.breadcrumb.is-medium {
  font-size: 1.25rem;
}

.breadcrumb.is-large {
  font-size: 1.563rem;
}

.breadcrumb.has-arrow-separator li+li::before {
  content: "→";
}

.breadcrumb.has-bullet-separator li+li::before {
  content: "•";
}

.breadcrumb.has-dot-separator li+li::before {
  content: "·";
}

.breadcrumb.has-succeeds-separator li+li::before {
  content: "≻";
}

.card,
.card--flat {
  background-color: #ffffff;
  color: #323232;
  max-width: 100%;
  position: relative;
}

.card {
  -webkit-box-shadow: 0 2px 3px rgba(32, 32, 32, 0.1), 0 0 0 1px rgba(32, 32, 32, 0.1);
  box-shadow: 0 2px 3px rgba(32, 32, 32, 0.1), 0 0 0 1px rgba(32, 32, 32, 0.1);
}

.card-header {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-shadow: 0 1px 2px rgba(32, 32, 32, 0.1);
  box-shadow: 0 1px 2px rgba(32, 32, 32, 0.1);
}

.card--flat a {
  display: block;
}

.card--flat .card-header {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card--flat img {
  -webkit-transition: -webkit-transform 120ms ease-in;
  transition: -webkit-transform 120ms ease-in;
  transition: transform 120ms ease-in;
  transition: transform 120ms ease-in, -webkit-transform 120ms ease-in;
}

/*.card--flat:hover, .card--flat:focus, .card--flat:active {
  cursor: pointer;
}*/
.card--flat:hover .card-image img,
.card--flat:focus .card-image img,
.card--flat:active .card-image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.card-header-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem;
}

.card-header-title.is-centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-header-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.75rem;
}

.card-image {
  display: block;
  position: relative;
}

.card-image figure {
  overflow: hidden;
}

.card-content {
  padding: 1.5rem;
  -webkit-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in;
}

.card-content>.card__anchor {
  color: inherit;
}

.card-footer {
  border-top: 1px solid #a0a0a0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-footer-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.75rem;
}

.card-footer-item:not(:last-child) {
  border-right: 1px solid #a0a0a0;
}

.card .media:not(:last-child) {
  margin-bottom: 0.75rem;
}

.dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

.dropdown.is-active .dropdown-menu,
.dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: unset;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 3px rgba(32, 32, 32, 0.1), 0 0 0 1px rgba(32, 32, 32, 0.1);
  box-shadow: 0 2px 3px rgba(32, 32, 32, 0.1), 0 0 0 1px rgba(32, 32, 32, 0.1);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: #323232;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item {
  padding-right: 3rem;
  white-space: nowrap;
}

a.dropdown-item:hover {
  background-color: whitesmoke;
  color: #202020;
}

a.dropdown-item.is-active {
  background-color: #00504d;
  color: #fff;
}

.dropdown-divider {
  background-color: #a0a0a0;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.level {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.level:not(:last-child) {
  margin-bottom: 1.5rem;
}

.level code {
  border-radius: 3px;
}

.level img {
  display: inline-block;
  vertical-align: top;
}

.level.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.level.is-mobile .level-left+.level-right {
  margin-top: 0;
}

.level.is-mobile .level-item {
  margin-right: 0.75rem;
}

.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
}

.level.is-mobile .level-item:not(.is-narrow) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (min-width: 768px),
print {
  .level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .level>.level-item:not(.is-narrow) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.level-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.level-left,
.level-right {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (min-width: 768px),
print {

  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.level-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .level-left+.level-right {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 768px),
print {
  .level-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.level-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 768px),
print {
  .level-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}

.media .media {
  border-top: 1px solid rgba(160, 160, 160, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.75rem;
}

.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}

.media .media .media {
  padding-top: 0.5rem;
}

.media .media .media+.media {
  margin-top: 0.5rem;
}

.media+.media {
  border-top: 1px solid rgba(160, 160, 160, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

.media.is-large+.media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.media-left,
.media-right {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.media-left {
  margin-right: 1rem;
}

.media-right {
  margin-left: 1rem;
}

.media-content {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: left;
}

.menu {
  font-size: 1rem;
}

.menu.is-small {
  font-size: 0.8rem;
}

.menu.is-medium {
  font-size: 1.25rem;
}

.menu.is-large {
  font-size: 1.563rem;
}

.menu-list {
  line-height: 1.25;
}

.menu-list a {
  border-radius: 2px;
  color: #323232;
  display: block;
  padding: 0.5em 0.75em;
}

.menu-list a:hover {
  background-color: whitesmoke;
  color: inherit;
}

.menu-list a.is-active {
  background-color: #00504d;
  color: #fff;
}

.menu-list li ul {
  border-left: 1px solid #a0a0a0;
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #606060;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-label:not(:first-child) {
  margin-top: 1em;
}

.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: whitesmoke;
  border-radius: 3px;
  font-size: 1rem;
}

.message:not(:last-child) {
  margin-bottom: 1.5rem;
}

.message strong {
  color: currentColor;
}

.message a:not(.button):not(.tag) {
  color: currentColor;
  text-decoration: underline;
}

.message.is-small {
  font-size: 0.8rem;
}

.message.is-medium {
  font-size: 1.25rem;
}

.message.is-large {
  font-size: 1.563rem;
}

.message.is-white {
  background-color: white;
}

.message.is-white .message-header {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.7);
}

.message.is-white .message-body {
  border-color: #ffffff;
  color: #4d4d4d;
}

.message.is-black {
  background-color: #fafafa;
}

.message.is-black .message-header {
  background-color: #202020;
  color: #fff;
}

.message.is-black .message-body {
  border-color: #202020;
  color: #1b1b1b;
}

.message.is-light {
  background-color: #fafafa;
}

.message.is-light .message-header {
  background-color: whitesmoke;
  color: #303030;
}

.message.is-light .message-body {
  border-color: whitesmoke;
  color: #4f4f4f;
}

.message.is-dark {
  background-color: #fafafa;
}

.message.is-dark .message-header {
  background-color: #303030;
  color: whitesmoke;
}

.message.is-dark .message-body {
  border-color: #303030;
  color: #272727;
}

.message.is-primary {
  background-color: #f5ffff;
}

.message.is-primary .message-header {
  background-color: #00504d;
  color: #fff;
}

.message.is-primary .message-body {
  border-color: #00504d;
  color: #012d2c;
}

.message.is-link {
  background-color: #f5ffff;
}

.message.is-link .message-header {
  background-color: #00504d;
  color: #fff;
}

.message.is-link .message-body {
  border-color: #00504d;
  color: #012d2c;
}

.message.is-info {
  background-color: #f6fbfe;
}

.message.is-info .message-header {
  background-color: #209cee;
  color: #fff;
}

.message.is-info .message-body {
  border-color: #209cee;
  color: #12537e;
}

.message.is-success {
  background-color: #f6fef9;
}

.message.is-success .message-header {
  background-color: #23d160;
  color: #fff;
}

.message.is-success .message-body {
  border-color: #23d160;
  color: #0e311a;
}

.message.is-warning {
  background-color: #fffdf5;
}

.message.is-warning .message-header {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.message.is-warning .message-body {
  border-color: #ffdd57;
  color: #3c3108;
}

.message.is-danger {
  background-color: #fff5f7;
}

.message.is-danger .message-header {
  background-color: #ff3860;
  color: #fff;
}

.message.is-danger .message-body {
  border-color: #ff3860;
  color: #cd0930;
}

.message.is-secondary {
  background-color: #fff5f7;
}

.message.is-secondary .message-header {
  background-color: #8E0021;
  color: #fff;
}

.message.is-secondary .message-body {
  border-color: #8E0021;
  color: #72011c;
}

.message.is-som-gold {
  background-color: #fffcf5;
}

.message.is-som-gold .message-header {
  background-color: #ffba00;
  color: #0a0a0a;
}

.message.is-som-gold .message-body {
  border-color: #ffba00;
  color: #221a03;
}

.message.is-light-10 {
  background-color: #fafafa;
}

.message.is-light-10 .message-header {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.7);
}

.message.is-light-10 .message-body {
  border-color: #efefef;
  color: #515151;
}

.message.is-light-8 {
  background-color: #fafafa;
}

.message.is-light-8 .message-header {
  background-color: #dfdfdf;
  color: rgba(0, 0, 0, 0.7);
}

.message.is-light-8 .message-body {
  border-color: #dfdfdf;
  color: #545454;
}

.message.is-transparent {
  background-color: rgba(250, 250, 250, 0);
}

.message.is-transparent .message-header {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}

.message.is-transparent .message-body {
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}

.message-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #323232;
  border-radius: 3px 3px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  position: relative;
}

.message-header .delete {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}

.message-header+.message-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

.message-body {
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  color: #323232;
  padding: 1em 1.25em;
}

.message-body code,
.message-body pre {
  background-color: #ffffff;
}

.message-body pre code {
  background-color: transparent;
}

.modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 20;
}

.modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(32, 32, 32, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px),
print {

  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(32, 32, 32, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-close:before,
.modal-close:after {
  background-color: #ffffff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.modal-close:before {
  height: 2px;
  width: 50%;
}

.modal-close:after {
  height: 50%;
  width: 2px;
}

.modal-close:hover,
.modal-close:focus {
  background-color: rgba(32, 32, 32, 0.3);
}

.modal-close:active {
  background-color: rgba(32, 32, 32, 0.4);
}

.modal-close.is-small {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.modal-close.is-medium {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.modal-close.is-large {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.modal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
}

.modal-card-head,
.modal-card-foot {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: whitesmoke;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #a0a0a0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-card-title {
  color: inherit;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.563rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #a0a0a0;
}

.modal-card-foot .button:not(:last-child) {
  margin-right: 10px;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.navbar {
  background-color: #ffffff;
  min-height: 3.25rem;
  position: relative;
}

.navbar.is-white {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-white .navbar-brand>.navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-white .navbar-brand>a.navbar-item:hover,
.navbar.is-white .navbar-brand>a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {

  .navbar.is-white .navbar-start>.navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end>.navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-white .navbar-start>a.navbar-item:hover,
  .navbar.is-white .navbar-start>a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end>a.navbar-item:hover,
  .navbar.is-white .navbar-end>a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.7);
  }
}

.navbar.is-black {
  background-color: #202020;
  color: #fff;
}

.navbar.is-black .navbar-brand>.navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-black .navbar-brand>a.navbar-item:hover,
.navbar.is-black .navbar-brand>a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: #131313;
  color: #fff;
}

.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: #fff;
}

@media screen and (min-width: 1024px) {

  .navbar.is-black .navbar-start>.navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end>.navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-black .navbar-start>a.navbar-item:hover,
  .navbar.is-black .navbar-start>a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end>a.navbar-item:hover,
  .navbar.is-black .navbar-end>a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: #131313;
    color: #fff;
  }

  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #131313;
    color: #fff;
  }

  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #202020;
    color: #fff;
  }
}

.navbar.is-light {
  background-color: whitesmoke;
  color: #303030;
}

.navbar.is-light .navbar-brand>.navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: #303030;
}

.navbar.is-light .navbar-brand>a.navbar-item:hover,
.navbar.is-light .navbar-brand>a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #303030;
}

.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: #303030;
}

@media screen and (min-width: 1024px) {

  .navbar.is-light .navbar-start>.navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end>.navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
    color: #303030;
  }

  .navbar.is-light .navbar-start>a.navbar-item:hover,
  .navbar.is-light .navbar-start>a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end>a.navbar-item:hover,
  .navbar.is-light .navbar-end>a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: #303030;
  }

  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: #303030;
  }

  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: #303030;
  }

  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #303030;
  }
}

.navbar.is-dark {
  background-color: #303030;
  color: whitesmoke;
}

.navbar.is-dark .navbar-brand>.navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: whitesmoke;
}

.navbar.is-dark .navbar-brand>a.navbar-item:hover,
.navbar.is-dark .navbar-brand>a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #232323;
  color: whitesmoke;
}

.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: whitesmoke;
}

@media screen and (min-width: 1024px) {

  .navbar.is-dark .navbar-start>.navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end>.navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
    color: whitesmoke;
  }

  .navbar.is-dark .navbar-start>a.navbar-item:hover,
  .navbar.is-dark .navbar-start>a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end>a.navbar-item:hover,
  .navbar.is-dark .navbar-end>a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #232323;
    color: whitesmoke;
  }

  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: whitesmoke;
  }

  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #232323;
    color: whitesmoke;
  }

  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #303030;
    color: whitesmoke;
  }
}

.navbar.is-primary {
  background-color: #00504d;
  color: #fff;
}

.navbar.is-primary .navbar-brand>.navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-primary .navbar-brand>a.navbar-item:hover,
.navbar.is-primary .navbar-brand>a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #003734;
  color: #fff;
}

.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}

@media screen and (min-width: 1024px) {

  .navbar.is-primary .navbar-start>.navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end>.navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-primary .navbar-start>a.navbar-item:hover,
  .navbar.is-primary .navbar-start>a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end>a.navbar-item:hover,
  .navbar.is-primary .navbar-end>a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #003734;
    color: #fff;
  }

  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #003734;
    color: #fff;
  }

  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #00504d;
    color: #fff;
  }
}

.navbar.is-link {
  background-color: #00504d;
  color: #fff;
}

.navbar.is-link .navbar-brand>.navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-link .navbar-brand>a.navbar-item:hover,
.navbar.is-link .navbar-brand>a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #003734;
  color: #fff;
}

.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}

@media screen and (min-width: 1024px) {

  .navbar.is-link .navbar-start>.navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end>.navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-link .navbar-start>a.navbar-item:hover,
  .navbar.is-link .navbar-start>a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end>a.navbar-item:hover,
  .navbar.is-link .navbar-end>a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #003734;
    color: #fff;
  }

  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #003734;
    color: #fff;
  }

  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #00504d;
    color: #fff;
  }
}

.navbar.is-info {
  background-color: #209cee;
  color: #fff;
}

.navbar.is-info .navbar-brand>.navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-info .navbar-brand>a.navbar-item:hover,
.navbar.is-info .navbar-brand>a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #118fe4;
  color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}

@media screen and (min-width: 1024px) {

  .navbar.is-info .navbar-start>.navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end>.navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-info .navbar-start>a.navbar-item:hover,
  .navbar.is-info .navbar-start>a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end>a.navbar-item:hover,
  .navbar.is-info .navbar-end>a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #118fe4;
    color: #fff;
  }

  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #118fe4;
    color: #fff;
  }

  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #209cee;
    color: #fff;
  }
}

.navbar.is-success {
  background-color: #23d160;
  color: #fff;
}

.navbar.is-success .navbar-brand>.navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-success .navbar-brand>a.navbar-item:hover,
.navbar.is-success .navbar-brand>a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}

.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}

@media screen and (min-width: 1024px) {

  .navbar.is-success .navbar-start>.navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end>.navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-success .navbar-start>a.navbar-item:hover,
  .navbar.is-success .navbar-start>a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end>a.navbar-item:hover,
  .navbar.is-success .navbar-end>a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #20bc56;
    color: #fff;
  }

  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #20bc56;
    color: #fff;
  }

  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #23d160;
    color: #fff;
  }
}

.navbar.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand>.navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand>a.navbar-item:hover,
.navbar.is-warning .navbar-brand>a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {

  .navbar.is-warning .navbar-start>.navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end>.navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-start>a.navbar-item:hover,
  .navbar.is-warning .navbar-start>a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end>a.navbar-item:hover,
  .navbar.is-warning .navbar-end>a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
  }
}

.navbar.is-danger {
  background-color: #ff3860;
  color: #fff;
}

.navbar.is-danger .navbar-brand>.navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-danger .navbar-brand>a.navbar-item:hover,
.navbar.is-danger .navbar-brand>a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #ff1f4b;
  color: #fff;
}

.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}

@media screen and (min-width: 1024px) {

  .navbar.is-danger .navbar-start>.navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end>.navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-danger .navbar-start>a.navbar-item:hover,
  .navbar.is-danger .navbar-start>a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end>a.navbar-item:hover,
  .navbar.is-danger .navbar-end>a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #ff1f4b;
    color: #fff;
  }

  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ff1f4b;
    color: #fff;
  }

  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #ff3860;
    color: #fff;
  }
}

.navbar.is-secondary {
  background-color: #8E0021;
  color: #fff;
}

.navbar.is-secondary .navbar-brand>.navbar-item,
.navbar.is-secondary .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-secondary .navbar-brand>a.navbar-item:hover,
.navbar.is-secondary .navbar-brand>a.navbar-item.is-active,
.navbar.is-secondary .navbar-brand .navbar-link:hover,
.navbar.is-secondary .navbar-brand .navbar-link.is-active {
  background-color: #75001b;
  color: #fff;
}

.navbar.is-secondary .navbar-brand .navbar-link::after {
  border-color: #fff;
}

@media screen and (min-width: 1024px) {

  .navbar.is-secondary .navbar-start>.navbar-item,
  .navbar.is-secondary .navbar-start .navbar-link,
  .navbar.is-secondary .navbar-end>.navbar-item,
  .navbar.is-secondary .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-secondary .navbar-start>a.navbar-item:hover,
  .navbar.is-secondary .navbar-start>a.navbar-item.is-active,
  .navbar.is-secondary .navbar-start .navbar-link:hover,
  .navbar.is-secondary .navbar-start .navbar-link.is-active,
  .navbar.is-secondary .navbar-end>a.navbar-item:hover,
  .navbar.is-secondary .navbar-end>a.navbar-item.is-active,
  .navbar.is-secondary .navbar-end .navbar-link:hover,
  .navbar.is-secondary .navbar-end .navbar-link.is-active {
    background-color: #75001b;
    color: #fff;
  }

  .navbar.is-secondary .navbar-start .navbar-link::after,
  .navbar.is-secondary .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-secondary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-secondary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #75001b;
    color: #fff;
  }

  .navbar.is-secondary .navbar-dropdown a.navbar-item.is-active {
    background-color: #8E0021;
    color: #fff;
  }
}

.navbar.is-som-gold {
  background-color: #ffba00;
  color: #0a0a0a;
}

.navbar.is-som-gold .navbar-brand>.navbar-item,
.navbar.is-som-gold .navbar-brand .navbar-link {
  color: #0a0a0a;
}

.navbar.is-som-gold .navbar-brand>a.navbar-item:hover,
.navbar.is-som-gold .navbar-brand>a.navbar-item.is-active,
.navbar.is-som-gold .navbar-brand .navbar-link:hover,
.navbar.is-som-gold .navbar-brand .navbar-link.is-active {
  background-color: #e6a700;
  color: #0a0a0a;
}

.navbar.is-som-gold .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}

@media screen and (min-width: 1024px) {

  .navbar.is-som-gold .navbar-start>.navbar-item,
  .navbar.is-som-gold .navbar-start .navbar-link,
  .navbar.is-som-gold .navbar-end>.navbar-item,
  .navbar.is-som-gold .navbar-end .navbar-link {
    color: #0a0a0a;
  }

  .navbar.is-som-gold .navbar-start>a.navbar-item:hover,
  .navbar.is-som-gold .navbar-start>a.navbar-item.is-active,
  .navbar.is-som-gold .navbar-start .navbar-link:hover,
  .navbar.is-som-gold .navbar-start .navbar-link.is-active,
  .navbar.is-som-gold .navbar-end>a.navbar-item:hover,
  .navbar.is-som-gold .navbar-end>a.navbar-item.is-active,
  .navbar.is-som-gold .navbar-end .navbar-link:hover,
  .navbar.is-som-gold .navbar-end .navbar-link.is-active {
    background-color: #e6a700;
    color: #0a0a0a;
  }

  .navbar.is-som-gold .navbar-start .navbar-link::after,
  .navbar.is-som-gold .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }

  .navbar.is-som-gold .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-som-gold .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e6a700;
    color: #0a0a0a;
  }

  .navbar.is-som-gold .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffba00;
    color: #0a0a0a;
  }
}

.navbar.is-light-10 {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light-10 .navbar-brand>.navbar-item,
.navbar.is-light-10 .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light-10 .navbar-brand>a.navbar-item:hover,
.navbar.is-light-10 .navbar-brand>a.navbar-item.is-active,
.navbar.is-light-10 .navbar-brand .navbar-link:hover,
.navbar.is-light-10 .navbar-brand .navbar-link.is-active {
  background-color: #e2e2e2;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light-10 .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {

  .navbar.is-light-10 .navbar-start>.navbar-item,
  .navbar.is-light-10 .navbar-start .navbar-link,
  .navbar.is-light-10 .navbar-end>.navbar-item,
  .navbar.is-light-10 .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-light-10 .navbar-start>a.navbar-item:hover,
  .navbar.is-light-10 .navbar-start>a.navbar-item.is-active,
  .navbar.is-light-10 .navbar-start .navbar-link:hover,
  .navbar.is-light-10 .navbar-start .navbar-link.is-active,
  .navbar.is-light-10 .navbar-end>a.navbar-item:hover,
  .navbar.is-light-10 .navbar-end>a.navbar-item.is-active,
  .navbar.is-light-10 .navbar-end .navbar-link:hover,
  .navbar.is-light-10 .navbar-end .navbar-link.is-active {
    background-color: #e2e2e2;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-light-10 .navbar-start .navbar-link::after,
  .navbar.is-light-10 .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-light-10 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light-10 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e2e2e2;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-light-10 .navbar-dropdown a.navbar-item.is-active {
    background-color: #efefef;
    color: rgba(0, 0, 0, 0.7);
  }
}

.navbar.is-light-8 {
  background-color: #dfdfdf;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light-8 .navbar-brand>.navbar-item,
.navbar.is-light-8 .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light-8 .navbar-brand>a.navbar-item:hover,
.navbar.is-light-8 .navbar-brand>a.navbar-item.is-active,
.navbar.is-light-8 .navbar-brand .navbar-link:hover,
.navbar.is-light-8 .navbar-brand .navbar-link.is-active {
  background-color: #d2d2d2;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light-8 .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {

  .navbar.is-light-8 .navbar-start>.navbar-item,
  .navbar.is-light-8 .navbar-start .navbar-link,
  .navbar.is-light-8 .navbar-end>.navbar-item,
  .navbar.is-light-8 .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-light-8 .navbar-start>a.navbar-item:hover,
  .navbar.is-light-8 .navbar-start>a.navbar-item.is-active,
  .navbar.is-light-8 .navbar-start .navbar-link:hover,
  .navbar.is-light-8 .navbar-start .navbar-link.is-active,
  .navbar.is-light-8 .navbar-end>a.navbar-item:hover,
  .navbar.is-light-8 .navbar-end>a.navbar-item.is-active,
  .navbar.is-light-8 .navbar-end .navbar-link:hover,
  .navbar.is-light-8 .navbar-end .navbar-link.is-active {
    background-color: #d2d2d2;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-light-8 .navbar-start .navbar-link::after,
  .navbar.is-light-8 .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-light-8 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light-8 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #d2d2d2;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-light-8 .navbar-dropdown a.navbar-item.is-active {
    background-color: #dfdfdf;
    color: rgba(0, 0, 0, 0.7);
  }
}

.navbar.is-transparent {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}

.navbar.is-transparent .navbar-brand>.navbar-item,
.navbar.is-transparent .navbar-brand .navbar-link {
  color: #ffffff;
}

.navbar.is-transparent .navbar-brand>a.navbar-item:hover,
.navbar.is-transparent .navbar-brand>a.navbar-item.is-active,
.navbar.is-transparent .navbar-brand .navbar-link:hover,
.navbar.is-transparent .navbar-brand .navbar-link.is-active {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}

.navbar.is-transparent .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}

@media screen and (min-width: 1024px) {

  .navbar.is-transparent .navbar-start>.navbar-item,
  .navbar.is-transparent .navbar-start .navbar-link,
  .navbar.is-transparent .navbar-end>.navbar-item,
  .navbar.is-transparent .navbar-end .navbar-link {
    color: #ffffff;
  }

  .navbar.is-transparent .navbar-start>a.navbar-item:hover,
  .navbar.is-transparent .navbar-start>a.navbar-item.is-active,
  .navbar.is-transparent .navbar-start .navbar-link:hover,
  .navbar.is-transparent .navbar-start .navbar-link.is-active,
  .navbar.is-transparent .navbar-end>a.navbar-item:hover,
  .navbar.is-transparent .navbar-end>a.navbar-item.is-active,
  .navbar.is-transparent .navbar-end .navbar-link:hover,
  .navbar.is-transparent .navbar-end .navbar-link.is-active {
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
  }

  .navbar.is-transparent .navbar-start .navbar-link::after,
  .navbar.is-transparent .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }

  .navbar.is-transparent .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
  }

  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
  }
}

.navbar>.container {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

.navbar.has-shadow {
  -webkit-box-shadow: 0 2px 3px rgba(32, 32, 32, 0.1);
  box-shadow: 0 2px 3px rgba(32, 32, 32, 0.1);
}

.navbar.is-fixed-bottom,
.navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

.navbar.is-fixed-bottom {
  bottom: 0;
}

.navbar.is-fixed-bottom.has-shadow {
  -webkit-box-shadow: 0 -2px 3px rgba(32, 32, 32, 0.1);
  box-shadow: 0 -2px 3px rgba(32, 32, 32, 0.1);
}

.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top {
  padding-top: 3.25rem;
}

html.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}

.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-duration: 86ms;
  transition-duration: 86ms;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  width: 16px;
}

.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.navbar-burger.is-active span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #323232;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  position: relative;
}

a.navbar-item:hover,
a.navbar-item.is-active,
a.navbar-link:hover,
a.navbar-link.is-active {
  background-color: whitesmoke;
  color: #00504d;
}

.navbar-item {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.navbar-item img {
  max-height: 1.75rem;
}

.navbar-item.has-dropdown {
  padding: 0;
}

.navbar-item.is-expanded {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}

.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #00504d;
}

.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #00504d;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #00504d;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.navbar-link {
  padding-right: 2.5em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: #a0a0a0;
  border: none;
  display: none;
  height: 1px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  .navbar>.container {
    display: block;
  }

  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-menu {
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 16px rgba(32, 32, 32, 0.1);
    box-shadow: 0 8px 16px rgba(32, 32, 32, 0.1);
    padding: 0.5rem 0;
  }

  .navbar-menu.is-active {
    display: block;
  }

  .navbar.is-fixed-bottom-touch,
  .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }

  .navbar.is-fixed-bottom-touch.has-shadow {
    -webkit-box-shadow: 0 -2px 3px rgba(32, 32, 32, 0.1);
    box-shadow: 0 -2px 3px rgba(32, 32, 32, 0.1);
  }

  .navbar.is-fixed-top-touch {
    top: 0;
  }

  .navbar.is-fixed-top .navbar-menu,
  .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }

  html.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }

  html.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}

@media screen and (min-width: 1024px) {

  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar {
    min-height: 3.25rem;
  }

  .navbar.is-transparent a.navbar-item:hover,
  .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent a.navbar-link:hover,
  .navbar.is-transparent a.navbar-link.is-active {
    background-color: transparent !important;
  }

  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }

  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #202020;
  }

  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #00504d;
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
  .navbar-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-item.has-dropdown {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navbar-item.has-dropdown-up .navbar-link::after {
    -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }

  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 1px solid #a0a0a0;
    border-radius: 5px 5px 0 0;
    border-top: none;
    bottom: 100%;
    -webkit-box-shadow: 0 -8px 8px rgba(32, 32, 32, 0.1);
    box-shadow: 0 -8px 8px rgba(32, 32, 32, 0.1);
    top: auto;
  }

  .navbar-item.is-active .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }

  .navbar-item.is-active .navbar-dropdown.is-boxed,
  .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .navbar-link::after {
    border: 1px solid #00504d;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.5em;
    pointer-events: none;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 0.5em;
    margin-top: -0.375em;
    right: 1.125em;
    top: 50%;
  }

  .navbar-menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .navbar-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: auto;
  }

  .navbar-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
  }

  .navbar-dropdown {
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #a0a0a0;
    -webkit-box-shadow: 0 8px 8px rgba(32, 32, 32, 0.1);
    box-shadow: 0 8px 8px rgba(32, 32, 32, 0.1);
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: -100;
  }

  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }

  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }

  .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #202020;
  }

  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #00504d;
  }

  .navbar-dropdown.is-boxed {
    border-radius: 5px;
    border-top: none;
    -webkit-box-shadow: 0 8px 8px rgba(32, 32, 32, 0.1), 0 0 0 1px rgba(32, 32, 32, 0.1);
    box-shadow: 0 8px 8px rgba(32, 32, 32, 0.1), 0 0 0 1px rgba(32, 32, 32, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition-duration: 86ms;
    transition-duration: 86ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  .navbar-divider {
    display: block;
  }

  .navbar>.container .navbar-brand,
  .container>.navbar .navbar-brand {
    margin-left: -1rem;
  }

  .navbar>.container .navbar-menu,
  .container>.navbar .navbar-menu {
    margin-right: -1rem;
  }

  .navbar.is-fixed-bottom-desktop,
  .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }

  .navbar.is-fixed-bottom-desktop.has-shadow {
    -webkit-box-shadow: 0 -2px 3px rgba(32, 32, 32, 0.1);
    box-shadow: 0 -2px 3px rgba(32, 32, 32, 0.1);
  }

  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  html.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }

  html.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }

  a.navbar-item.is-active,
  a.navbar-link.is-active {
    color: #202020;
  }

  a.navbar-item.is-active:not(:hover),
  a.navbar-link.is-active:not(:hover) {
    background-color: transparent;
  }

  .navbar-item.has-dropdown:hover .navbar-link,
  .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: whitesmoke;
  }
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}

.pagination.is-small {
  font-size: 0.8rem;
}

.pagination.is-medium {
  font-size: 1.25rem;
}

.pagination.is-large {
  font-size: 1.563rem;
}

.pagination,
.pagination-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.25rem;
  text-align: center;
}

.pagination-previous:focus,
.pagination-previous.is-focused,
.pagination-previous:active,
.pagination-previous.is-active,
.pagination-next:focus,
.pagination-next.is-focused,
.pagination-next:active,
.pagination-next.is-active,
.pagination-link:focus,
.pagination-link.is-focused,
.pagination-link:active,
.pagination-link.is-active,
.pagination-ellipsis:focus,
.pagination-ellipsis.is-focused,
.pagination-ellipsis:active,
.pagination-ellipsis.is-active {
  outline: none;
}

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled] {
  cursor: not-allowed;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #a0a0a0;
  min-width: 2.25em;
}

.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #808080;
  color: #303030;
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #3273dc;
}

.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(32, 32, 32, 0.2);
  box-shadow: inset 0 1px 2px rgba(32, 32, 32, 0.2);
}

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #a0a0a0;
  border-color: #a0a0a0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #606060;
  opacity: 0.5;
}

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.pagination-link.is-current {
  background-color: #00504d;
  border-color: #00504d;
  color: #fff;
}

.pagination-ellipsis {
  color: #808080;
  pointer-events: none;
}

.pagination-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pagination-previous,
  .pagination-next {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .pagination-list li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

@media screen and (min-width: 768px),
print {
  .pagination-list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

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

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

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

  .pagination.is-centered .pagination-previous {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .pagination.is-centered .pagination-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .pagination.is-centered .pagination-next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .pagination.is-right .pagination-previous {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .pagination.is-right .pagination-next {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .pagination.is-right .pagination-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.panel {
  font-size: 1rem;
}

.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

.panel-heading,
.panel-tabs,
.panel-block {
  border-bottom: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
}

.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
  border-top: 1px solid #a0a0a0;
}

.panel-heading {
  background-color: whitesmoke;
  border-radius: 3px 3px 0 0;
  color: inherit;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.5em 0.75em;
}

.panel-tabs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.panel-tabs a {
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: -1px;
  padding: 0.5em;
}

.panel-tabs a.is-active {
  border-bottom-color: #323232;
  color: #303030;
}

.panel-list a {
  color: #323232;
}

.panel-list a:hover {
  color: #00504d;
}

.panel-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}

.panel-block input[type="checkbox"] {
  margin-right: 0.75em;
}

.panel-block>.control {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
}

.panel-block.is-wrapped {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.panel-block.is-active {
  border-left-color: #00504d;
  color: #303030;
}

.panel-block.is-active .panel-icon {
  color: #00504d;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}

a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #606060;
  margin-right: 0.75em;
}

.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

.tabs a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-color: #a0a0a0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}

.tabs a:hover {
  border-bottom-color: inherit;
  color: inherit;
}

.tabs li {
  display: block;
}

.tabs li.is-active a {
  border-bottom-color: #00504d;
  color: #00504d;
}

.tabs ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-color: #a0a0a0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tabs ul.is-left {
  padding-right: 0.75em;
}

.tabs ul.is-center {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.tabs ul.is-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 0.75em;
}

.tabs .icon:first-child {
  margin-right: 0.5em;
}

.tabs .icon:last-child {
  margin-left: 0.5em;
}

.tabs.is-centered ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs.is-right ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}

.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #a0a0a0;
}

.tabs.is-boxed li.is-active a {
  background-color: #ffffff;
  border-color: #a0a0a0;
  border-bottom-color: transparent !important;
}

.tabs.is-fullwidth li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tabs.is-toggle a {
  border-color: #a0a0a0;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #808080;
  z-index: 2;
}

.tabs.is-toggle li+li {
  margin-left: -1px;
}

.tabs.is-toggle li:first-child a {
  border-radius: 3px 0 0 3px;
}

.tabs.is-toggle li:last-child a {
  border-radius: 0 3px 3px 0;
}

.tabs.is-toggle li.is-active a {
  background-color: #00504d;
  border-color: #00504d;
  color: #fff;
  z-index: 1;
}

.tabs.is-toggle ul {
  border-bottom: none;
}

.tabs.is-small {
  font-size: 0.8rem;
}

.tabs.is-medium {
  font-size: 1.25rem;
}

.tabs.is-large {
  font-size: 1.563rem;
}

/* Gradient fills */
.image {
  overflow: hidden;
}

.image.is-4by5 {
  padding-top: 125%;
}

.image.is-4by5 img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.image.is-12by17 {
  padding-top: 142%;
}

.image.is-12by17 img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.image.is-GR {
  padding-top: 61.8%;
}

.image.is-GR img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.image.is-GR-landscape {
  padding-top: 161.8%;
}

.image.is-GR-landscape img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.video {
  display: block;
  position: relative;
}

.video video,
.video object,
.video iframe {
  display: block;
  height: auto;
  width: 100%;
}

.video.is-square video,
.video.is-square object,
.video.is-square iframe,
.video.is-1by1 video,
.video.is-1by1 object,
.video.is-1by1 iframe,
.video.is-4by3 video,
.video.is-4by3 object,
.video.is-4by3 iframe,
.video.is-3by2 video,
.video.is-3by2 object,
.video.is-3by2 iframe,
.video.is-16by9 video,
.video.is-16by9 object,
.video.is-16by9 iframe,
.video.is-2by1 video,
.video.is-2by1 object,
.video.is-2by1 iframe,
.video.is-GR video,
.video.is-GR object,
.video.is-GR iframe {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.video.is-square,
.video.is-1by1 {
  padding-top: 100%;
}

.video.is-4by3 {
  padding-top: 75%;
}

.video.is-3by2 {
  padding-top: 66.6666%;
}

.video.is-16by9 {
  padding-top: 56.25%;
}

.video.is-2by1 {
  padding-top: 50%;
}

.video.is-GR {
  padding-top: 61.8%;
}

.video.is-16x16 {
  height: 16px;
  width: 16px;
}

.video.is-24x24 {
  height: 24px;
  width: 24px;
}

.video.is-32x32 {
  height: 32px;
  width: 32px;
}

.video.is-48x48 {
  height: 48px;
  width: 48px;
}

.video.is-64x64 {
  height: 64px;
  width: 64px;
}

.video.is-96x96 {
  height: 96px;
  width: 96px;
}

.video.is-128x128 {
  height: 128px;
  width: 128px;
}

/** Overrides bulma/elements/hero.sass **/
.hero-video {
  /*   @include mobile {
         display: inherit;
     }*/
}

.container {
  width: 100%;
  max-width: 1152px;
}

@media screen and (min-width: 1408px) {
  .container {
    max-width: 1344px;
  }
}

.container.is-fullwidth {
  max-width: none;
  width: auto;
}

.container.is-fullwidth>.columns {
  margin-left: 0;
  margin-right: 0;
}

/*.is-gl-large	{ width: $gld-10 }
.is-gl-xlarge	{ width: $base - ($gld-7 + $gld-7) }
.is-gl-med	    { width: $gld-9 }
.is-gl-small	{ width: $gld-8 }
.is-gl-xsmall	{ width: $gld-7 }*/
@media screen and (min-width: 768px),
print {
  .column.is-gl-large {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 61.804697157%;
  }

  .column.is-gl-xlarge {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 70.8223768146%;
  }

  .column.is-gl-med {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 38.195302843%;
  }

  .column.is-gl-small {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 23.6064912503%;
  }

  .column.is-gl-xsmall {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 14.5888115927%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-gl-large--desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 61.804697157%;
  }

  .column.is-gl-xlarge--desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 70.8223768146%;
  }

  .column.is-gl-med--desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 38.195302843%;
  }

  .column.is-gl-small--desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 23.6064912503%;
  }

  .column.is-gl-xsmall--desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 14.5888115927%;
  }
}

.columns.is-widescreen {
  display: inherit;
}

@media screen and (min-width: 768px),
print {
  .columns:not(.is-widescreen) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-widescreen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.column {
  -ms-flex: 1 1 0;
}

.column.is-narrow-mobile,
.column.is-full-mobile,
.column.is-three-quarters-mobile,
.column.is-two-thirds-mobile,
.column.is-half-mobile,
.column.is-one-third-mobile,
.column.is-one-quarter-mobile,
.column.is-one-fifth-mobile,
.column.is-two-fifths-mobile,
.column.is-three-fifths-mobile,
.column.is-four-fifths-mobile {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-1-mobile {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-2-mobile {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-3-mobile {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-4-mobile {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-5-mobile {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-6-mobile {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-7-mobile {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-8-mobile {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-9-mobile {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-10-mobile {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-11-mobile {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-12-mobile {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-narrow,
.column.is-narrow-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-full,
.column.is-full-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-three-quarters,
.column.is-three-quarters-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-two-thirds,
.column.is-two-thirds-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-half,
.column.is-half-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-one-third,
.column.is-one-third-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-one-quarter,
.column.is-one-quarter-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-one-fifth,
.column.is-one-fifth-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-two-fifths,
.column.is-two-fifths-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-three-fifths,
.column.is-three-fifths-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-four-fifths,
.column.is-four-fifths-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-1,
.column.is-1-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-2,
.column.is-2-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-3,
.column.is-3-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-4,
.column.is-4-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-5,
.column.is-5-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-6,
.column.is-6-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-7,
.column.is-7-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-8,
.column.is-8-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-9,
.column.is-9-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-10,
.column.is-10-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-11,
.column.is-11-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-12,
.column.is-12-tablet {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-narrow-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-full-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-three-quarters-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-two-thirds-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-half-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-one-third-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-one-quarter-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-one-fifth-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-two-fifths-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-three-fifths-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-four-fifths-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-1-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-2-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-3-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-4-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-5-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-6-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-7-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-8-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-9-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-10-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-11-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-12-touch {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-narrow-desktop {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-full-desktop {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-three-quarters-desktop {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-two-thirds-desktop {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-half-desktop {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-one-third-desktop {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-one-quarter-desktop {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-one-fifth-desktop {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-two-fifths-desktop {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-three-fifths-desktop {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-four-fifths-desktop {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-1-desktop {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 8.3333333333%;
}

.column.is-2-desktop {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 16.6666666667%;
}

.column.is-3-desktop {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25%;
}

.column.is-4-desktop {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.3333333333%;
}

.column.is-5-desktop {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 41.6666666667%;
}

.column.is-6-desktop {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
}

.column.is-7-desktop {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 58.3333333333%;
}

.column.is-8-desktop {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 66.6666666667%;
}

.column.is-9-desktop {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 75%;
}

.column.is-10-desktop {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 83.3333333333%;
}

.column.is-11-desktop {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 91.6666666667%;
}

.column.is-12-desktop {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}

.column.is-narrow-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-full-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-three-quarters-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-two-thirds-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-half-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-one-third-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-one-quarter-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-one-fifth-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-two-fifths-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-three-fifths-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-four-fifths-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-1-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-2-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-3-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-4-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-5-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-6-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-7-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-8-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-9-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-10-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-11-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-12-widescreen {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-narrow-fullhd,
.column.is-full-fullhd,
.column.is-three-quarters-fullhd,
.column.is-two-thirds-fullhd,
.column.is-half-fullhd,
.column.is-one-third-fullhd,
.column.is-one-quarter-fullhd,
.column.is-one-fifth-fullhd,
.column.is-two-fifths-fullhd,
.column.is-three-fifths-fullhd,
.column.is-four-fifths-fullhd {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-1-fullhd {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-2-fullhd {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-3-fullhd {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-4-fullhd {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-5-fullhd {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-6-fullhd {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-7-fullhd {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-8-fullhd {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-9-fullhd {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-10-fullhd {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-11-fullhd {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.column.is-12-fullhd {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

@media screen and (min-width: 768px),
print {

  .column.is-gl-xlarge,
  .column.is-gl-xlarge-tablet {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    width: 70.8223768146%;
  }

  .column.is-gl-large,
  .column.is-gl-large-tablet {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    width: 61.804697157%;
  }

  .column.is-gl-med,
  .column.is-gl-med-tablet {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    width: 38.195302843%;
  }

  .column.is-gl-small,
  .column.is-gl-small-tablet {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    width: 23.6064912503%;
  }
}

.centralized-columns {
  display: block;
}

@media screen and (min-width: 1024px) {
  .centralized-columns>.centralized-column {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    width: 38.195302843%;
    padding-left: 4.8629371976%;
    padding-right: 4.8629371976%;
  }
}

.general-content_wrap p iframe,
.column p iframe,
p iframe {
  width: 100%;
  min-height: 400px;
  margin: 0px auto;
  display: block;
  padding: 7px;
  border: 1px solid #000000;
}

/*added 1/17/2019 by agcarroll*/

.section,
section {
  padding-top: 0rem;
  /*changed by agcarroll on 10/18/2018 from 2.344rem*/
  background-repeat: no-repeat;
  background-size: cover;
}

.section.has-reverse-fill,
section.has-reverse-fill {
  color: #ffffff;
}

.section.has-reverse-fill a,
section.has-reverse-fill a {
  color: #efefef;
}

.section.has-reverse-fill a:hover,
.section.has-reverse-fill a:focus,
.section.has-reverse-fill a:active,
section.has-reverse-fill a:hover,
section.has-reverse-fill a:focus,
section.has-reverse-fill a:active {
  color: #ffffff;
}

.section.has-overlay .container,
section.has-overlay .container {
  position: relative;
  z-index: 20;
}

.section.is-fullwith,
section.is-fullwith {
  padding-left: 0;
  padding-right: 0;
}

.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Gradient fills */
@media screen and (max-width: 1023px) {
  .navbar-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar a {
  text-decoration: none;
}

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

.navbar-item img {
  max-height: none;
}

.navbar-dropdown {
  font-size: 0.8rem;
  border-radius: 0;
  min-width: 0;
}

.navbar-dropdown:focus {
  outline: none;
}

.navbar-link {
  padding-right: 0;
}

@media screen and (min-width: 1024px) {

  .navbar-brand,
  .navbar-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-negative: 0;
  }

  .navbar-item,
  .navbar-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navbar-start {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .navbar-menu {
    -ms-flex: 1 0 auto;
  }

  .navbar-link::after {
    content: "";
    border: none;
  }

  .navbar-item.has-dropdown {
    -ms-flex-align: stretch;
  }

  .navbar-item.has-dropdown:hover .navbar-link,
  .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: transparent;
  }

  .navbar-item.has-dropdown:hover .navbar-link,
  .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: inherit;
  }
}

.button {
  color: #ffffff;
  background-color: #00504d;
  border-color: #ffffff;
  text-decoration: none;
}

.button:hover,
.button:active,
.button:focus {
  color: #00504d;
  border-color: #00504d;
  background-color: #ffffff;
}

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

@media screen and (max-width: 1023px) {
  .button {
    margin-bottom: 0.614rem;
  }
}

/* Hide SVG stack */
.vcu-som-icons-stack {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
}

.has-white-background {
  color: rgba(0, 0, 0, 0.7);
  background-color: #ffffff;
}

.has-white-background .section__intro,
.has-white-background .section__intro--thin {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}

.has-white-background .icon {
  fill: rgba(0, 0, 0, 0.7);
  stroke: rgba(0, 0, 0, 0.7);
}

.has-white-background .button:not([class*="is-"]) {
  color: #ffffff;
  border-color: #ffba00;
  background-color: #ffffff;
}

.has-white-background .button:not([class*="is-"]):hover,
.has-white-background .button:not([class*="is-"]):active,
.has-white-background .button:not([class*="is-"]):focus {
  color: #ffffff;
  background-color: #ffba00;
  border-color: #ffffff;
}

.has-white-background a {
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.has-white-background a:hover,
.has-white-background a:active,
.has-white-background a:focus {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
}

.has-white-background .container {
  z-index: 20;
}

.has-white-background.has-vision-graphic {
  background-color: transparent;
}

.has-white-background.has-vision-graphic::before {
  background-color: #ffffff;
}

.has-white-background.is-transparent {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.82);
}

.has-white-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.has-white-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(255, 255, 255, 0.82);
}

.has-white-background .image-overlay {
  background-color: rgba(255, 255, 255, 0.82);
}

.has-black-background {
  color: #fff;
  background-color: #202020;
}

.has-black-background .section__intro,
.has-black-background .section__intro--thin {
  border-bottom-color: #fff;
}

.has-black-background .icon {
  fill: #fff;
  stroke: #fff;
}

.has-black-background .button:not([class*="is-"]) {
  color: #202020;
  border-color: #ffba00;
  background-color: #ffffff;
}

.has-black-background .button:not([class*="is-"]):hover,
.has-black-background .button:not([class*="is-"]):active,
.has-black-background .button:not([class*="is-"]):focus {
  color: #202020;
  background-color: #ffba00;
  border-color: #ffffff;
}

.has-black-background a {
  color: #fff;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.has-black-background a:hover,
.has-black-background a:active,
.has-black-background a:focus {
  color: #202020;
  background-color: #fff;
}

.has-black-background .container {
  z-index: 20;
}

.has-black-background.has-vision-graphic {
  background-color: transparent;
}

.has-black-background.has-vision-graphic::before {
  background-color: #202020;
}

.has-black-background.is-transparent {
  background-color: #202020;
  background-color: rgba(32, 32, 32, 0.82);
}

.has-black-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.has-black-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(32, 32, 32, 0.82);
}

.has-black-background .image-overlay {
  background-color: rgba(32, 32, 32, 0.82);
}

.has-light-background {
  color: #303030;
  background-color: whitesmoke;
}

.has-light-background .section__intro,
.has-light-background .section__intro--thin {
  border-bottom-color: #303030;
}

.has-light-background .icon {
  fill: #303030;
  stroke: #303030;
}

.has-light-background .button:not([class*="is-"]) {
  color: whitesmoke;
  border-color: #ffba00;
  background-color: #ffffff;
}

.has-light-background .button:not([class*="is-"]):hover,
.has-light-background .button:not([class*="is-"]):active,
.has-light-background .button:not([class*="is-"]):focus {
  color: whitesmoke;
  background-color: #ffba00;
  border-color: #ffffff;
}

.has-light-background a {
  color: #303030;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.has-light-background a:hover,
.has-light-background a:active,
.has-light-background a:focus {
  color: whitesmoke;
  background-color: #303030;
}

.has-light-background .container {
  z-index: 20;
}

.has-light-background.has-vision-graphic {
  background-color: transparent;
}

.has-light-background.has-vision-graphic::before {
  background-color: whitesmoke;
}

.has-light-background.is-transparent {
  background-color: whitesmoke;
  background-color: rgba(245, 245, 245, 0.82);
}

.has-light-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.has-light-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(245, 245, 245, 0.82);
}

.has-light-background .image-overlay {
  background-color: rgba(245, 245, 245, 0.82);
}

.has-dark-background {
  color: whitesmoke;
  background-color: #303030;
}

.has-dark-background .section__intro,
.has-dark-background .section__intro--thin {
  border-bottom-color: whitesmoke;
}

.has-dark-background .icon {
  fill: whitesmoke;
  stroke: whitesmoke;
}

.has-dark-background .button:not([class*="is-"]) {
  color: #303030;
  border-color: #ffba00;
  background-color: #ffffff;
}

.has-dark-background .button:not([class*="is-"]):hover,
.has-dark-background .button:not([class*="is-"]):active,
.has-dark-background .button:not([class*="is-"]):focus {
  color: #303030;
  background-color: #ffba00;
  border-color: #ffffff;
}

.has-dark-background a {
  color: whitesmoke;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.has-dark-background a:hover,
.has-dark-background a:active,
.has-dark-background a:focus {
  color: #303030;
  background-color: whitesmoke;
}

.has-dark-background .container {
  z-index: 20;
}

.has-dark-background.has-vision-graphic {
  background-color: transparent;
}

.has-dark-background.has-vision-graphic::before {
  background-color: #303030;
}

.has-dark-background.is-transparent {
  background-color: #303030;
  background-color: rgba(48, 48, 48, 0.82);
}

.has-dark-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.has-dark-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(48, 48, 48, 0.82);
}

.has-dark-background .image-overlay {
  background-color: rgba(48, 48, 48, 0.82);
}

.has-primary-background {
  color: #fff;
  background-color: #00504d;
}

.has-primary-background .section__intro,
.has-primary-background .section__intro--thin {
  border-bottom-color: #fff;
}

.has-primary-background .icon {
  fill: #fff;
  stroke: #fff;
}

.has-primary-background .button:not([class*="is-"]) {
  color: #00504d;
  border-color: #ffba00;
  background-color: #ffffff;
}

.has-primary-background .button:not([class*="is-"]):hover,
.has-primary-background .button:not([class*="is-"]):active,
.has-primary-background .button:not([class*="is-"]):focus {
  color: #00504d;
  background-color: #ffba00;
  border-color: #ffffff;
}

.has-primary-background a {
  color: #fff;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.has-primary-background a:hover,
.has-primary-background a:active,
.has-primary-background a:focus {
  color: #00504d;
  background-color: #fff;
}

.has-primary-background .container {
  z-index: 20;
}

.has-primary-background.has-vision-graphic {
  background-color: transparent;
}

.has-primary-background.has-vision-graphic::before {
  background-color: #00504d;
}

.has-primary-background.is-transparent {
  background-color: #00504d;
  background-color: rgba(0, 80, 77, 0.82);
}

.has-primary-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.has-primary-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(0, 80, 77, 0.82);
}

.has-primary-background .image-overlay {
  background-color: rgba(0, 80, 77, 0.82);
}

.has-link-background {
  color: #fff;
  background-color: #00504d;
}

.has-link-background .section__intro,
.has-link-background .section__intro--thin {
  border-bottom-color: #fff;
}

.has-link-background .icon {
  fill: #fff;
  stroke: #fff;
}

.has-link-background .button:not([class*="is-"]) {
  color: #00504d;
  border-color: #ffba00;
  background-color: #ffffff;
}

.has-link-background .button:not([class*="is-"]):hover,
.has-link-background .button:not([class*="is-"]):active,
.has-link-background .button:not([class*="is-"]):focus {
  color: #00504d;
  background-color: #ffba00;
  border-color: #ffffff;
}

.has-link-background a {
  color: #fff;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.has-link-background a:hover,
.has-link-background a:active,
.has-link-background a:focus {
  color: #00504d;
  background-color: #fff;
}

.has-link-background .container {
  z-index: 20;
}

.has-link-background.has-vision-graphic {
  background-color: transparent;
}

.has-link-background.has-vision-graphic::before {
  background-color: #00504d;
}

.has-link-background.is-transparent {
  background-color: #00504d;
  background-color: rgba(0, 80, 77, 0.82);
}

.has-link-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.has-link-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(0, 80, 77, 0.82);
}

.has-link-background .image-overlay {
  background-color: rgba(0, 80, 77, 0.82);
}

.has-info-background {
  color: #fff;
  background-color: #209cee;
}

.has-info-background .section__intro,
.has-info-background .section__intro--thin {
  border-bottom-color: #fff;
}

.has-info-background .icon {
  fill: #fff;
  stroke: #fff;
}

.has-info-background .button:not([class*="is-"]) {
  color: #209cee;
  border-color: #ffba00;
  background-color: #ffffff;
}

.has-info-background .button:not([class*="is-"]):hover,
.has-info-background .button:not([class*="is-"]):active,
.has-info-background .button:not([class*="is-"]):focus {
  color: #209cee;
  background-color: #ffba00;
  border-color: #ffffff;
}

.has-info-background a {
  color: #fff;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.has-info-background a:hover,
.has-info-background a:active,
.has-info-background a:focus {
  color: #209cee;
  background-color: #fff;
}

.has-info-background .container {
  z-index: 20;
}

.has-info-background.has-vision-graphic {
  background-color: transparent;
}

.has-info-background.has-vision-graphic::before {
  background-color: #209cee;
}

.has-info-background.is-transparent {
  background-color: #209cee;
  background-color: rgba(32, 156, 238, 0.82);
}

.has-info-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.has-info-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(32, 156, 238, 0.82);
}

.has-info-background .image-overlay {
  background-color: rgba(32, 156, 238, 0.82);
}

.has-success-background {
  color: #fff;
  background-color: #23d160;
}

.has-success-background .section__intro,
.has-success-background .section__intro--thin {
  border-bottom-color: #fff;
}

.has-success-background .icon {
  fill: #fff;
  stroke: #fff;
}

.has-success-background .button:not([class*="is-"]) {
  color: #23d160;
  border-color: #ffba00;
  background-color: #ffffff;
}

.has-success-background .button:not([class*="is-"]):hover,
.has-success-background .button:not([class*="is-"]):active,
.has-success-background .button:not([class*="is-"]):focus {
  color: #23d160;
  background-color: #ffba00;
  border-color: #ffffff;
}

.has-success-background a {
  color: #fff;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.has-success-background a:hover,
.has-success-background a:active,
.has-success-background a:focus {
  color: #23d160;
  background-color: #fff;
}

.has-success-background .container {
  z-index: 20;
}

.has-success-background.has-vision-graphic {
  background-color: transparent;
}

.has-success-background.has-vision-graphic::before {
  background-color: #23d160;
}

.has-success-background.is-transparent {
  background-color: #23d160;
  background-color: rgba(35, 209, 96, 0.82);
}

.has-success-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.has-success-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(35, 209, 96, 0.82);
}

.has-success-background .image-overlay {
  background-color: rgba(35, 209, 96, 0.82);
}

.has-warning-background {
  color: rgba(0, 0, 0, 0.7);
  background-color: #ffdd57;
}

.has-warning-background .section__intro,
.has-warning-background .section__intro--thin {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}

.has-warning-background .icon {
  fill: rgba(0, 0, 0, 0.7);
  stroke: rgba(0, 0, 0, 0.7);
}

.has-warning-background .button:not([class*="is-"]) {
  color: #ffdd57;
  border-color: #ffba00;
  background-color: #ffffff;
}

.has-warning-background .button:not([class*="is-"]):hover,
.has-warning-background .button:not([class*="is-"]):active,
.has-warning-background .button:not([class*="is-"]):focus {
  color: #ffdd57;
  background-color: #ffba00;
  border-color: #ffffff;
}

.has-warning-background a {
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.has-warning-background a:hover,
.has-warning-background a:active,
.has-warning-background a:focus {
  color: #ffdd57;
  background-color: rgba(0, 0, 0, 0.7);
}

.has-warning-background .container {
  z-index: 20;
}

.has-warning-background.has-vision-graphic {
  background-color: transparent;
}

.has-warning-background.has-vision-graphic::before {
  background-color: #ffdd57;
}

.has-warning-background.is-transparent {
  background-color: #ffdd57;
  background-color: rgba(255, 221, 87, 0.82);
}

.has-warning-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.has-warning-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(255, 221, 87, 0.82);
}

.has-warning-background .image-overlay {
  background-color: rgba(255, 221, 87, 0.82);
}

.has-danger-background {
  color: #fff;
  background-color: #ff3860;
}

.has-danger-background .section__intro,
.has-danger-background .section__intro--thin {
  border-bottom-color: #fff;
}

.has-danger-background .icon {
  fill: #fff;
  stroke: #fff;
}

.has-danger-background .button:not([class*="is-"]) {
  color: #ff3860;
  border-color: #ffba00;
  background-color: #ffffff;
}

.has-danger-background .button:not([class*="is-"]):hover,
.has-danger-background .button:not([class*="is-"]):active,
.has-danger-background .button:not([class*="is-"]):focus {
  color: #ff3860;
  background-color: #ffba00;
  border-color: #ffffff;
}

.has-danger-background a {
  color: #fff;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.has-danger-background a:hover,
.has-danger-background a:active,
.has-danger-background a:focus {
  color: #ff3860;
  background-color: #fff;
}

.has-danger-background .container {
  z-index: 20;
}

.has-danger-background.has-vision-graphic {
  background-color: transparent;
}

.has-danger-background.has-vision-graphic::before {
  background-color: #ff3860;
}

.has-danger-background.is-transparent {
  background-color: #ff3860;
  background-color: rgba(255, 56, 96, 0.82);
}

.has-danger-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.has-danger-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(255, 56, 96, 0.82);
}

.has-danger-background .image-overlay {
  background-color: rgba(255, 56, 96, 0.82);
}

.has-secondary-background {
  color: #fff;
  background-color: #8E0021;
}

.has-secondary-background .section__intro,
.has-secondary-background .section__intro--thin {
  border-bottom-color: #fff;
}

.has-secondary-background .icon {
  fill: #fff;
  stroke: #fff;
}

.has-secondary-background .button:not([class*="is-"]) {
  color: #8E0021;
  border-color: #ffba00;
  background-color: #ffffff;
}

.has-secondary-background .button:not([class*="is-"]):hover,
.has-secondary-background .button:not([class*="is-"]):active,
.has-secondary-background .button:not([class*="is-"]):focus {
  color: #8E0021;
  background-color: #ffba00;
  border-color: #ffffff;
}

.has-secondary-background a {
  color: #fff;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.has-secondary-background a:hover,
.has-secondary-background a:active,
.has-secondary-background a:focus {
  color: #8E0021;
  background-color: #fff;
}

.has-secondary-background .container {
  z-index: 20;
}

.has-secondary-background.has-vision-graphic {
  background-color: transparent;
}

.has-secondary-background.has-vision-graphic::before {
  background-color: #8E0021;
}

.has-secondary-background.is-transparent {
  background-color: #8E0021;
  background-color: rgba(142, 0, 33, 0.82);
}

.has-secondary-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.has-secondary-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(142, 0, 33, 0.82);
}

.has-secondary-background .image-overlay {
  background-color: rgba(142, 0, 33, 0.82);
}

.has-som-gold-background {
  color: #202020;
  background-color: #ffba00;
}

.has-som-gold-background .section__intro,
.has-som-gold-background .section__intro--thin {
  border-bottom-color: #202020;
}

.has-som-gold-background .icon {
  fill: #202020;
  stroke: #202020;
}

.has-som-gold-background .button:not([class*="is-"]) {
  color: #202020;
  border-color: #202020;
  background-color: #ffffff;
}

.has-som-gold-background .button:not([class*="is-"]):hover,
.has-som-gold-background .button:not([class*="is-"]):active,
.has-som-gold-background .button:not([class*="is-"]):focus {
  color: #ffba00 !important;
  background-color: #202020;
  border-color: #ffffff;
}

.has-som-gold-background a {
  color: #202020;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.has-som-gold-background a:hover,
.has-som-gold-background a:active,
.has-som-gold-background a:focus {
  color: #ffba00;
  background-color: #202020;
}

.has-som-gold-background .container {
  z-index: 20;
}

.has-som-gold-background.has-vision-graphic {
  background-color: transparent;
}

.has-som-gold-background.has-vision-graphic::before {
  background-color: #ffba00;
}

.has-som-gold-background.is-transparent {
  background-color: #ffba00;
  background-color: rgba(255, 186, 0, 0.82);
}

.has-som-gold-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.has-som-gold-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(255, 186, 0, 0.82);
}

.has-som-gold-background .image-overlay {
  background-color: rgba(255, 186, 0, 0.82);
}

.has-light-10-background {
  color: rgba(0, 0, 0, 0.7);
  background-color: #efefef;
}

.has-light-10-background .section__intro,
.has-light-10-background .section__intro--thin {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}

.has-light-10-background .icon {
  fill: rgba(0, 0, 0, 0.7);
  stroke: rgba(0, 0, 0, 0.7);
}

.has-light-10-background .button:not([class*="is-"]) {
  color: #efefef;
  border-color: #ffba00;
  background-color: #ffffff;
}

.has-light-10-background .button:not([class*="is-"]):hover,
.has-light-10-background .button:not([class*="is-"]):active,
.has-light-10-background .button:not([class*="is-"]):focus {
  color: #efefef;
  background-color: #ffba00;
  border-color: #ffffff;
}

.has-light-10-background a {
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.has-light-10-background a:hover,
.has-light-10-background a:active,
.has-light-10-background a:focus {
  color: #efefef;
  background-color: rgba(0, 0, 0, 0.7);
}

.has-light-10-background .container {
  z-index: 20;
}

.has-light-10-background.has-vision-graphic {
  background-color: transparent;
}

.has-light-10-background.has-vision-graphic::before {
  background-color: #efefef;
}

.has-light-10-background.is-transparent {
  background-color: #efefef;
  background-color: rgba(239, 239, 239, 0.82);
}

.has-light-10-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.has-light-10-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(239, 239, 239, 0.82);
}

.has-light-10-background .image-overlay {
  background-color: rgba(239, 239, 239, 0.82);
}

.has-light-8-background {
  color: rgba(0, 0, 0, 0.7);
  background-color: #dfdfdf;
}

.has-light-8-background .section__intro,
.has-light-8-background .section__intro--thin {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}

.has-light-8-background .icon {
  fill: rgba(0, 0, 0, 0.7);
  stroke: rgba(0, 0, 0, 0.7);
}

.has-light-8-background .button:not([class*="is-"]) {
  color: #dfdfdf;
  border-color: #ffba00;
  background-color: #ffffff;
}

.has-light-8-background .button:not([class*="is-"]):hover,
.has-light-8-background .button:not([class*="is-"]):active,
.has-light-8-background .button:not([class*="is-"]):focus {
  color: #dfdfdf;
  background-color: #ffba00;
  border-color: #ffffff;
}

.has-light-8-background a {
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.has-light-8-background a:hover,
.has-light-8-background a:active,
.has-light-8-background a:focus {
  color: #dfdfdf;
  background-color: rgba(0, 0, 0, 0.7);
}

.has-light-8-background .container {
  z-index: 20;
}

.has-light-8-background.has-vision-graphic {
  background-color: transparent;
}

.has-light-8-background.has-vision-graphic::before {
  background-color: #dfdfdf;
}

.has-light-8-background.is-transparent {
  background-color: #dfdfdf;
  background-color: rgba(223, 223, 223, 0.82);
}

.has-light-8-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.has-light-8-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(223, 223, 223, 0.82);
}

.has-light-8-background .image-overlay {
  background-color: rgba(223, 223, 223, 0.82);
}

.has-transparent-background {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}

.has-transparent-background .section__intro,
.has-transparent-background .section__intro--thin {
  border-bottom-color: #ffffff;
}

.has-transparent-background .icon {
  fill: #ffffff;
  stroke: #ffffff;
}

.has-transparent-background .button:not([class*="is-"]) {
  color: rgba(0, 0, 0, 0);
  border-color: #ffba00;
  background-color: #ffffff;
}

.has-transparent-background .button:not([class*="is-"]):hover,
.has-transparent-background .button:not([class*="is-"]):active,
.has-transparent-background .button:not([class*="is-"]):focus {
  color: rgba(0, 0, 0, 0);
  background-color: #ffba00;
  border-color: #ffffff;
}

.has-transparent-background a {
  color: #ffffff;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.has-transparent-background a:hover,
.has-transparent-background a:active,
.has-transparent-background a:focus {
  color: rgba(0, 0, 0, 0);
  background-color: #ffffff;
}

.has-transparent-background .container {
  z-index: 20;
}

.has-transparent-background.has-vision-graphic {
  background-color: transparent;
}

.has-transparent-background.has-vision-graphic::before {
  background-color: rgba(0, 0, 0, 0);
}

.has-transparent-background.is-transparent {
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.82);
}

.has-transparent-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.has-transparent-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(0, 0, 0, 0.82);
}

.has-transparent-background .image-overlay {
  background-color: rgba(0, 0, 0, 0.82);
}

.has-primary-background--grad,
.has-secondary-background--grad {
  color: #ffffff;
}

.has-primary-background--grad a,
.has-secondary-background--grad a {
  color: #ffffff;
}

.has-primary-background--grad {
  background-color: #00504d;
  background-image: linear-gradient(19.5deg, #006c68, #003432);
}

.has-secondary-background--grad {
  background-color: #8E0021;
  background-image: linear-gradient(19.5deg, #aa0028, #72001a);
}

/* Vision graphic angle */
.vcu-angle {
  width: 0;
  height: 0;
  border-top: 60px solid #aabbcc;
  border-bottom: 60px solid rgba(187, 204, 170, 0.5);
  border-left: 60px solid rgba(204, 187, 170, 0.5);
  border-right: 60px solid rgba(170, 204, 187, 0.5);
}

.vcu-skewed {
  width: 25%;
  height: 100vh;
  position: relative;
  background-color: #aabbcc;
  /* transform: skewX(-19.5deg);*/
}

.vcu-skewed::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -20%;
  background-color: #ccbbaa;
  -webkit-transform: skew(-19.5deg, 0);
  transform: skew(-19.5deg, 0);
  z-index: -10;
}

.image-overlay,
.angle-overlay,
.image-overlay--gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 10;
  background-blend-mode: overlay;
}

@media screen and (max-width: 1023px) {
  .deans-message-feature .image-overlay {
    background-color: transparent;
  }

  .deans-message-feature .deans-message {
    padding: 1rem !important;
  }
}

.image-overlay {
  background-color: rgba(32, 32, 32, 0.32);
  -webkit-transition: background-color 160ms ease-out;
  transition: background-color 160ms ease-out;
}

.image-overlay.image-overlay--dark {
  background-color: rgba(32, 32, 32, 0.52);
}

.image-overlay.image-overlay--light {
  background-color: rgba(32, 32, 32, 0.22);
}

.image-overlay--gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 32, 32, 0.92)), color-stop(50%, transparent));
  background-image: linear-gradient(to top, rgba(32, 32, 32, 0.92), transparent 50%);
  -webkit-transition: background-image 300ms ease-in;
  transition: background-image 300ms ease-in;
}

@media screen and (min-width: 1024px) {
  .angle-overlay {
    -webkit-transform: skewX(-19.5deg);
    transform: skewX(-19.5deg);
  }
}

.angle-overlay.is-primary {
  background-color: rgba(0, 80, 77, 0.82);
}

.angle-overlay.is-secondary {
  background-color: rgba(142, 0, 33, 0.82);
}

@media screen and (min-width: 1024px) {
  .angle-overlay.is-half {
    max-width: 57%;
    margin-left: -6%;
  }
}

/* SVG Icons */
.svg-icon-wrap {
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

svg.quote {
  transform: rotate(180deg);
}

/* Override Bulma class to style svgs */
.icon.icon--svg {
  max-width: 100%;
  max-height: 100%;
}

.icon.icon--svg.is-inline-icon,
.icon.icon--svg.is-inline-icon--large-text,
.icon.icon--svg.is-inline-icon {
  display: inline-block;
  position: relative;
  height: 1rem;
  width: 1rem;
  bottom: -0.15rem;
}

.icon.icon--svg.is-inline-icon--large-text {
  bottom: -0.2rem;
}

.icon.icon--svg svg {
  max-height: 100%;
  max-width: 100%;
  fill: inherit;
  stroke: inherit;
}

.icon.icon--svg svg text {
  display: none;
}

.icon.icon--svg.has-icon-white {
  fill: #ffffff;
  stroke: #ffffff;
}

.icon.icon--svg.has-icon-black {
  fill: #202020;
  stroke: #202020;
}

.icon.icon--svg.has-icon-light {
  fill: whitesmoke;
  stroke: whitesmoke;
}

.icon.icon--svg.has-icon-dark {
  fill: #303030;
  stroke: #303030;
}

.icon.icon--svg.has-icon-primary {
  fill: #00504d;
  stroke: #00504d;
}

.icon.icon--svg.has-icon-link {
  fill: #00504d;
  stroke: #00504d;
}

.icon.icon--svg.has-icon-info {
  fill: #209cee;
  stroke: #209cee;
}

.icon.icon--svg.has-icon-success {
  fill: #23d160;
  stroke: #23d160;
}

.icon.icon--svg.has-icon-warning {
  fill: #ffdd57;
  stroke: #ffdd57;
}

.icon.icon--svg.has-icon-danger {
  fill: #ff3860;
  stroke: #ff3860;
}

.icon.icon--svg.has-icon-secondary {
  fill: #8E0021;
  stroke: #8E0021;
}

.icon.icon--svg.has-icon-som-gold {
  fill: #ffba00;
  stroke: #ffba00;
}

.icon.icon--svg.has-icon-light-10 {
  fill: #efefef;
  stroke: #efefef;
}

.icon.icon--svg.has-icon-light-8 {
  fill: #dfdfdf;
  stroke: #dfdfdf;
}

.icon.icon--svg.has-icon-transparent {
  fill: rgba(0, 0, 0, 0);
  stroke: rgba(0, 0, 0, 0);
}

.icon.icon--svg.icon--svg--has-text {
  width: auto;
  height: auto;
}

.icon.icon--svg.icon--svg--has-text svg {
  height: 1.25rem;
  width: 1.25rem;
  margin-bottom: 0.307rem;
}

.show-more-icon {
  display: inherit;
}

.show-less-icon {
  display: none;
}

.icon-text {
  color: inherit;
  text-transform: uppercase;
  font-size: 0.75rem;
}

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

.is-active .show-more-icon {
  display: none;
}

.is-active .show-less-icon {
  display: inherit;
}

.is-feature-font--serif {
  font-family: "garamond-premier-pro-display", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  line-height: 1.3;
}

.section__title {
  font-family: "azo-sans-web", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
  font-size: 1.953rem;
  line-height: 1.3;
  margin-bottom: 1.2rem;
}

.section__title.is-feature-font--serif {
  font-family: "garamond-premier-pro-display", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 2.441rem;
}

.section__sub-title {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.section__sub-title.is-feature-font--serif {
  font-family: "garamond-premier-pro-display", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 2.441rem;
}

.is-vision-angle,
.has-vision-graphic {
  position: relative;
  z-index: 3;
}

.is-vision-angle:before,
.has-vision-graphic:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #00504d;
  left: -19.5%;
  right: 0;
}

.is-vision-angle.is-transparent::before,
.has-vision-graphic.is-transparent::before {
  background-color: rgba(0, 80, 77, 0.82);
}

.is-vision-angle--right,
.has-vision-graphic--right {
  position: relative;
  z-index: 3;
}

.is-vision-angle--right:before,
.has-vision-graphic--right:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #00504d;
  left: 0;
  right: -19.5%;
}

.is-vision-angle--right.is-transparent,
.has-vision-graphic--right.is-transparent {
  background-color: rgba(0, 80, 77, 0.82);
}

body:not(.is-2col) .section__header {
  padding: 0 .768rem;
}

/* added 01/28/19 by mattesmj for mobile appearance control */
.section__label__container {
  margin-bottom: 0.614rem;
}

.section__label,
.content-label {
  font-size: 0.8rem;
  /* Accessibility issue: Test in all caps */
  /* text-transform: uppercase; */
  font-weight: 400;
  color: #606060;
}

body.is-2col .section__title__outer-wrap {
  padding: 0 1.768rem;
}


.section__title__outer-wrap {
  background-color: #efefef;
  margin-left: -0.768rem;
  margin-right: -0.768rem;
  margin-bottom: 2.344rem;
}

.section__title--featured__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 2.2rem;
  padding: 0 .768rem;
  /* added by mattesmj 01/28/19 for mobile appearance control for VCUSOM heading with description */
}

.section__title--featured__wrap .section__intro {
  margin-bottom: 0;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 1200px) {
  .section__title--featured__wrap .section__intro {
    display: none;
  }
}

.section__title--featured .section__title {
  -ms-flex: none;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: inline;
  margin-bottom: 0;
  margin-right: 1.172rem;
  font-size: 2.25rem;
}

.section__title--featured .section__title>span {
  display: inline-block;
  padding-left: 2.427rem;
  padding-right: 2.344rem;
  padding-top: 0.614rem;
  padding-bottom: 0.614rem;
  margin-left: -1.618rem;
  background-color: #00504d;
  color: #ffffff;
  border-radius: 2.9066rem;
}

@media screen and (max-width: 1200px) {
  .section__header .section__title.is-feature-font--serif>span {
    margin-left: 0;
  }
}

.section__title--featured p {
  border-bottom: none;
}

.section__intro,
.section__intro--thin {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #202020;
}

@media screen and (min-width: 1200px) {

  .section__intro.is-touch-only,
  .section__intro--thin.is-touch-only {
    display: none;
  }
}

.section__intro--thin {
  font-weight: 200;
}

.som-content-label {
  color: #404040;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 0;
}

.som-content-label.is-light {
  font-weight: 300;
}

.read-more-link {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 0;
}

#fb-svg-icon--round path {
  fill: #202020;
}

.is-feature-font,
.is-feature-font--serif {
  -webkit-transition: visibility 250ms ease-out;
  transition: visibility 250ms ease-out;
}

.is-feature-font--serif {
  font-family: "garamond-premier-pro-display", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}

.wf-loading .is-feature-font,
.wf-loading .is-feature-font--serif {
  visibility: hidden;
}

/* Golden ratio dimensions */
div.is-GR {
  padding-top: 61.8%;
}

div.is-GR div {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

div.is-GR-landscape {
  padding-top: 161.8%;
}

div.is-GR-landscape div {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/**
    A-Z links
**/
.a-z-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  height: 100%;
}

.a-z-navigation a {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: inherit;
  border-colour: inherit;
  background-colour: inherit;
  width: 18%;
  padding-top: 0.307rem;
  padding-bottom: 0.307rem;
  margin-bottom: 0.307rem;
  border-width: 1px;
  border-style: solid;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: background-color 160ms ease-out;
  transition: background-color 160ms ease-out;
}

.a-z-navigation a:hover,
.a-z-navigation a:active,
.a-z-navigation a:focus {
  color: inherit;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "azo-sans-web", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1.2rem;
}

p,
li {
  font-size: 1rem;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
}

p {
  font-size: 1rem;
  margin-bottom: 1rem;
  /* changed 10/18/2018 by agcarroll from 1.25rem */
}

ul,
ol {
  /* changed 1/29/2019 by nhellenbrand to include ol */
  padding-left: 1.618rem;
  margin-bottom: 1.25rem;
}

a:focus {
  outline: 1px solid #8E0021;
}

h1 {
  font-family: "azo-sans-web", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
  font-size: 3.052rem;
  margin-bottom: 1.2rem;
}

h2 {
  font-size: 1.563rem;
}

h3 {
  font-size: 1.25rem;
}

/*adding by agcarroll 1/11/2019 for IE 11 margin-right bug*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  h3 {
    font-size: 1.25rem;
    width: 100%;
  }
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

a {
  color: #00504d;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  color: #8E0021;
  text-decoration: underline;
}

/** Inner pages multi-col layouts **/
.content-area-wrap {
  /* General for all cards */
}

.content-area-wrap.section {
  padding-top: 0;
  padding-bottom: 0;
}

.content-area-wrap>.container {
  margin: 0;
  width: 100%;
  max-width: none;
}

.content-area-wrap>.container>.columns {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .content-area-wrap .cards-columns>.column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1684px) {
  .content-area-wrap .cards-columns>.column {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    /* max-width: 25%; */
    /*commented out by mattesmj 02/04/2019 and will fallback to max-width:50%; */
  }

  .content-area-wrap .cards-columns .card-heading {
    font-size: 1.1rem;
  }

  .content-area-wrap .cards-columns .grad-overlay-card .card-heading {
    font-size: 1.563rem;
  }
}

@media screen and (min-width: 1820px) {
  .content-area-wrap .cards-columns>.column {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    /* max-width: 25%; */
    /*  */
  }
}

.main-content {
  padding-top: .5rem;
  /*1.2rem orig style, changed by agcarroll 9/11/2018*/
  padding-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .main-content {
    padding-top: 2.125rem;
  }
}

.main-content>.section {
  margin-left: -0.809rem;
  margin-right: -0.809rem;
}

@media screen and (max-width: 1023px) {
  .main-content>.section {
    padding-top: 2.344rem;
  }
}

.main-content>.section.text-feature.has-section-nav {
  padding-bottom: 0.96rem;
}

.main-content>.section.text-feature.has-section-nav>.container {
  max-width: none;
}

@media screen and (min-width: 1024px) {
  .main-content>.section.text-feature .text-feature__intro-para {
    padding-left: 0.9625223081rem;
  }

  .main-content>.section.text-feature .text-feature__intro-para::before {
    width: 2px;
    left: -0;
  }
}

@media screen and (min-width: 1216px) {
  .main-content>.section.text-feature .text-feature__intro-para {
    padding-left: 0;
  }

  .main-content>.section.text-feature .text-feature__intro-para::before {
    width: 4px;
    left: -1.618rem;
  }
}

@media screen and (min-width: 1024px) {
  .main-content>.section.text-feature .inner-page-nav>ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 1024px) {
  .main-content>.section.text-feature .inner-page-nav>ul>li {
    border-left: none;
    border-bottom: none;
  }
}

@media screen and (min-width: 1216px) {
  .main-content>.section.text-feature .inner-page-nav>ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .main-content>.section.text-feature .inner-page-nav>ul>li {
    border-left: 1px solid #808080;
    border-bottom: 1px solid #808080;
  }

  .main-content>.section.text-feature .inner-page-nav>ul>li:first-child {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-left: none;
  }

  .main-content>.section.text-feature .inner-page-nav>ul>li:first-child>a {
    border-radius: 0;
  }

  .main-content>.section.text-feature .inner-page-nav>ul>li:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-right: none;
  }

  .main-content>.section.text-feature .inner-page-nav>ul>li:last-child>a {
    border-radius: 0;
  }
}

.main-content>.section:first-child {
  padding-top: 0;
}

.main-content>.section:first-child h1:first-child,
.main-content>.section:first-child h2:first-child,
.main-content>.section:first-child h3:first-child {
  margin-top: -0.15rem;
}

.main-content>.section .inner-page-nav {
  margin-left: -0.809rem;
  margin-right: -0.809rem;
}

.main-content>.section .inner-page-nav .section__label {
  padding-left: 0.809rem;
  padding-right: 0.809rem;
}

.main-content>.section.feature-section--vision-graphic {
  padding-top: 0;
}

.main-content>.section.feature-section--vision-graphic .feature__column {
  padding: 2.344rem 4rem;
  /*changing from 1.618rem to 4rem 6/22/2018 by agcarroll*/
}

.main-content .general-content {
  margin-left: -0.809rem;
  margin-right: -0.809rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.main-content .general-content__wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.809rem;
  padding-right: 0.809rem;
}

section.section.feature-section.text-feature {
  clear:both;
}

/*adding by agcarroll 1/11/2019 for IE 11 margin-right bug*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  .main-content .general-content__wrap {
    max-width: 900px;
    margin-left: inherit;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 0.809rem;
  }

  .plugin-accordion-panel .plugin-accordion-heading button {
    background: rgba(0, 0, 0, 0) !important;
  }
}

.main-content .general-content__wrap:first-child h1:first-child,
.main-content .general-content__wrap:first-child h2:first-child,
.main-content .general-content__wrap:first-child h3:first-child {
  margin-top: -0.225rem;
}

.main-content .general-content figure {
  max-width: 23.6064912503%;
  margin-bottom: 1.5rem;
}

.main-content .general-content figure.is-pulled-right {
  float: right;
  margin-left: 1.5rem;
}

.main-content .general-content figure.is-pulled-left {
  float: left;
  margin-right: 1.5rem;
}

.main-content .general-content figure img {
  margin-bottom: 0.307rem;
}

.main-content .general-content figure figcaption {
  font-size: 0.8rem;
  color: #606060;
}

.main-content .general-content figure.is-feature-image {
  max-width: 100%;
}

.main-content .general-content ul {
  margin-bottom: 1.5rem;
}

.main-content .general-content .fulltext-video {
  margin-bottom: 1.5rem;
  max-width: 40rem;
}

.main-content .general-content.deans-message {
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
  padding-bottom: 2.344rem;
  margin-top: 3.662rem;
}

.main-content .general-content.deans-message .deans-message__heading {
  width: 100%;
  margin-bottom: 1.875rem;
}

.main-content .general-content.deans-message .deans-image {
  max-width: none;
  float: left;
  width: 38.195302843%;
  padding-top: 0;
  padding-left: 0.809rem;
  padding-right: 1.618rem;
}

.main-content .general-content.deans-message .deans-image:before {
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}

.main-content .general-content.deans-message .deans-image>figure {
  max-width: none;
}

.main-content .general-content.deans-message .deans-image>figure img {
  margin-bottom: 0;
}

@media screen and (min-width: 300px) {
  .main-content>.section.feature-section--vision-graphic .feature__column {
    padding: 2.344rem 1rem;
    /*added on 6/22/2018 by agcarroll to account for padding on laptop*/
  }
}

@media screen and (min-width: 500px) {
  .main-content .general-content.deans-message .general-content__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .main-content .general-content.deans-message .general-content__wrap .deans-image {
    float: none;
    max-width: 38.195302843%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 38.195302843%;
    flex: 1 1 38.195302843%;
  }

  .main-content .general-content.deans-message .general-content__wrap .deans-message__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}

@media screen and (min-width: 700px) {
  .main-content .general-content.deans-message .general-content__wrap .deans-image {
    max-width: 23.6064912503%;
  }
}

@media screen and (min-width: 768px),
print {
  .main-content .general-content.deans-message .general-content__wrap .deans-image {
    padding-top: 0;
  }

  .main-content>.section.feature-section--vision-graphic .feature__column {
    padding: 2.344rem 1.8rem;
    /*added on 6/22/2018 by agcarroll to account for padding on laptop*/
  }
}

@media screen and (min-width: 1024px) {
  .main-content .general-content.deans-message .general-content__wrap .deans-image {
    padding-left: 0.809rem;
  }

  .main-content>.section.feature-section--vision-graphic .feature__column {
    padding: 2.344rem 2.5rem;
    /*added on 6/22/2018 by agcarroll to account for padding on laptop*/
  }
}

@media screen and (min-width: 1216px) {
  .main-content .general-content.deans-message .general-content__wrap .deans-image {
    max-width: 21.883217389%;
  }
}

.main-content .news-item__related-news__heading {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .main-content .news-item__related-news {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    margin-bottom: 2.344rem;
  }

  .main-content .news-item__related-news .cards-columns>.column {
    max-width: 50%;
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media screen and (min-width: 1408px) {
  .main-content .general-content figure.is-pulled-right {
    float: right;
    margin-left: 1.5rem;
    margin-right: -3.236rem;
  }

  .main-content .general-content__wrap {
    max-width: 1344px;
    /*rule added by agcarroll 10/19/2018 for wide-screen*/
  }



}

@media screen and (max-width: 1884px) and (min-width: 1408px) {
  .main-content .general-content__wrap {
    max-width: 1000px;
    /*rule added by nhellenbrand 2/18/2019 for overflowing headers*/
  }

}

/** Two col layout **/
.is-2col .left-sidebar,
.is-3col .left-sidebar {
  padding-top: 1.2rem;
  padding-bottom: 0;
}

@media screen and (max-width: 1023px) {

  .is-2col .left-sidebar,
  .is-3col .left-sidebar {
    padding-top: 2.344rem;
  }
}

.is-2col .sidebar-nav-wrap,
.is-2col .sidebar-card,
.is-3col .sidebar-nav-wrap,
.is-3col .sidebar-card {
  margin-bottom: 1.5rem;
}

.is-2col .sidebar-nav-wrap.sidebar-card--mobile,
.is-2col .sidebar-card.sidebar-card--mobile,
.is-3col .sidebar-nav-wrap.sidebar-card--mobile,
.is-3col .sidebar-card.sidebar-card--mobile {
  margin-top: 1.5rem;
}

@media screen and (max-width: 1023px) {

  .is-2col .sidebar-nav-wrap,
  .is-3col .sidebar-nav-wrap {
    margin-bottom: 0;
  }
}

/*@media screen and (max-width: 1023px) {
  .is-2col .sidebar-card.sidebar-card--desktop, .is-3col .sidebar-card.sidebar-card--desktop {
    display: none;
  }
} Commented out by nhellenbrand on 2/18/2019 to show sidebar contact info on surgery*/
.is-2col .sidebar-card.sidebar-card--mobile,
.is-3col .sidebar-card.sidebar-card--mobile {
  display: none;
}

@media screen and (max-width: 1023px) {

  .is-2col .sidebar-card.sidebar-card--mobile,
  .is-3col .sidebar-card.sidebar-card--mobile {
    display: block;
  }
}

.is-2col .main-content .video-slider-feature,
.is-3col .main-content .video-slider-feature {
  padding: 0;
}

@media screen and (min-width: 1024px) {

  .is-2col .left-sidebar,
  .is-3col .left-sidebar {
    background-color: #efefef;
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    width: 23.6064912503%;
  }

  .is-2col .main-content,
  .is-3col .main-content {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    width: 76.3935087497%;
    -webkit-box-shadow: -4px 0px 4px -2px rgba(32, 32, 32, 0.24);
    box-shadow: -4px 0px 4px -2px rgba(32, 32, 32, 0.24);
  }

  .is-2col .main-content .video-slider-feature .columns,
  .is-3col .main-content .video-slider-feature .columns {
    margin-left: 0;
    margin-right: 0;
  }

  .is-2col .hero.is-inner-hero .container,
  .is-3col .hero.is-inner-hero .container {
    max-width: none;
  }

  .is-2col .hero.is-inner-hero .hero-content-wrap,
  .is-3col .hero.is-inner-hero .hero-content-wrap {
    width: auto;
    margin-left: 23.6064912503%;
  }
}

/** Three col layout **/
.is-3col .right-sidebar {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-3col .content-area-wrap {
    -webkit-box-shadow: inset 0px 4px 4px -2px rgba(32, 32, 32, 0.36);
    box-shadow: inset 0px 4px 4px -2px rgba(32, 32, 32, 0.36);
  }
}

@media screen and (min-width: 1024px) {
  .is-3col .right-sidebar {
    -webkit-box-shadow: inset 4px 0px 4px -3px rgba(32, 32, 32, 0.36);
    box-shadow: inset 4px 0px 4px -3px rgba(32, 32, 32, 0.36);
  }
}

@media screen and (min-width: 1408px) {
  .is-3col .left-sidebar {
    width: 23.6064912503%;
  }

  .is-3col .right-sidebar {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    width: 14.5888115927%;
    display: block;
    background-color: #efefef;
    padding-top: 1.5rem;
  }
}

/* Gradient fills */
.button__is-primary,
.button__is-secondary {
  color: #ffffff;
  background-color: #00504d;
  border-color: #ffffff;
}

.button__is-primary:hover,
.button__is-primary:active,
.button__is-primary:focus,
.button__is-secondary:hover,
.button__is-secondary:active,
.button__is-secondary:focus {
  color: #00504d;
  border-color: #00504d;
  background-color: #ffffff;
}

.button__is-primary,
.button.is-primary {
  background-color: #00504d;
  border-color: #ffba00;
  color: #ffffff;
}

.button__is-primary:hover,
.button__is-primary:active,
.button__is-primary:focus,
.button.is-primary:hover,
.button.is-primary:active,
.button.is-primary:focus {
  background-color: #ffba00;
  border-color: #00504d;
  color: #00504d;
}

.button__is-secondary,
.button.is-secondary {
  background-color: #8E0021;
  border-color: #ffba00;
  color: #ffffff;
}

.button__is-secondary:hover,
.button__is-secondary:active,
.button__is-secondary:focus,
.button.is-secondary:hover,
.button.is-secondary:active,
.button.is-secondary:focus {
  background-color: #ffba00;
  border-color: #8E0021;
  color: #8E0021;
}

/*
    SoM Navigation schemes
*/
.main-site-header {
  z-index: 20000;
}

.main-site-header.section {
  padding-top: 0;
  padding-bottom: 0;
}

/* Skip to content */
.som-skip-links {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50000;
  padding-left: 0.809rem;
  padding-right: 0.809rem;
}

.som-skip-links a {
  color: #fff !important;
}

.som-skip-links a {
  background-color: #323232;
  color: #ffffff;
  text-decoration: underline;
  position: relative;
  border-bottom: 2px solid white;
  font-size: 0.9rem;
  top: -100px;
  padding: 0.307rem 0.809rem;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-transition: top 220ms ease-out;
  transition: top 220ms ease-out;
}

.som-skip-links a:hover,
.som-skip-links a:active,
.som-skip-links a:focus {
  color: #00b6af;
}

.som-skip-links a:focus {
  outline: none;
  top: 0px;
}


/* Main navigation */
.main-navigation .navbar-brand {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .main-navigation .navbar-brand {
    margin-left: -0.809rem;
    margin-right: -0.809rem;
  }
}

.main-navigation .navbar-brand .mobile-nav-toggle {
  padding: 0;
  -ms-flex: 0 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.main-navigation .navbar-brand .mobile-nav-toggle .navbar-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.809rem;
  padding-right: 0.809rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .main-navigation .navbar-brand .mobile-nav-toggle {
    display: none;
  }
}

.main-navigation .navbar-brand .main-nav-close-icon {
  max-height: 1rem;
}

.main-navigation .navbar-brand .main-nav-toggle__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.main-navigation .navbar-brand .main-nav-toggle__mobile .navbar-link {
  padding-left: 1.618rem;
  padding-right: 1.618rem;
}

@media screen and (min-width: 1024px) {
  .main-navigation .navbar-brand .main-nav-toggle__mobile {
    display: none;
  }
}

.main-navigation .navbar-brand .navbar-link {
  padding-left: 0.614rem;
  padding-right: 0.614rem;
}

.main-navigation .navbar-brand .navbar-link:hover,
.main-navigation .navbar-brand .navbar-link:active,
.main-navigation .navbar-brand .navbar-link:focus {
  background-color: #efefef;
}

.main-navigation .navbar-brand .som-logo {
  /*width: $gl-large;*/
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .main-navigation .navbar-brand .som-logo {
    margin-left: -0.809rem;
    padding-left: 0.809rem;
    padding-right: 0.809rem;
    width: auto;
    position: relative;
  }

  .main-navigation .navbar-brand .som-logo:before {
    -webkit-box-shadow: inset -4px 0px 4px -3px rgba(32, 32, 32, 0.36);
    box-shadow: inset -4px 0px 4px -3px rgba(32, 32, 32, 0.36);
  }

  .main-navigation .navbar-brand .som-logo a {
    position: relative;
    z-index: 3;
  }

  .main-navigation .navbar-brand .som-logo::before {
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 119.5%;
    top: 0;
    left: -19.5%;
    right: 0;
    -webkit-transform: skewX(-19.5deg);
    transform: skewX(-19.5deg);
    z-index: 1;
    background-color: #efefef;
  }
}

@media screen and (min-width: 1408px) {
  .main-navigation .navbar-brand .som-logo {
    padding-left: 1.618rem;
    padding-right: 1.618rem;
  }
}

@media screen and (min-width: 1216px) {
  .main-navigation .navbar-brand .som-logo {
    padding-left: 1.0786666667rem;
    padding-right: 1.0786666667rem;
  }
}

.main-navigation .main-navigation__search-toggle {
  display: none;
}

@media screen and (min-width: 1024px) {
  .main-navigation .main-navigation__search-toggle {
    display: inherit;
    margin-right: -0.809rem;
    padding-right: 0.809rem;
    padding-left: 0.809rem;
  }

  .main-navigation .main-navigation__search-toggle>.navbar-item {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .main-navigation .main-navigation__search-toggle .navbar-link {
    height: 100%;
    padding-left: 1.618rem;
    padding-right: 1.618rem;
    margin-right: -0.809rem;
  }

  .main-navigation .main-navigation__search-toggle .navbar-link:before {
    background-color: #efefef;
    -webkit-box-shadow: inset 4px 0px 4px -3px rgba(32, 32, 32, 0.36);
    box-shadow: inset 4px 0px 4px -3px rgba(32, 32, 32, 0.36);
  }

  .main-navigation .main-navigation__search-toggle .navbar-link:hover::before,
  .main-navigation .main-navigation__search-toggle .navbar-link:active::before,
  .main-navigation .main-navigation__search-toggle .navbar-link:focus::before {
    background-color: #dfdfdf;
  }

  .main-navigation .main-navigation__search-toggle .show-less-icon {
    max-height: 1rem;
    max-width: 1rem;
  }
}

.main-navigation .navbar-burger {
  margin-left: 0;
}

@media screen and (min-width: 1024px) {
  .main-navigation .secondary-nav--mobile__menu {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .main-navigation .main-navigation__navbar {
    padding-left: 0.809rem;
    padding-right: 0.809rem;
  }
}

@media screen and (min-width: 1024px) {
  .main-navigation {
    margin-left: -0.809rem;
    margin-right: -0.809rem;
  }

  .main-navigation .mobile-nav-toggle {
    display: none;
  }
}

@media screen and (max-width: 1023px) {

  .navbar-link.has-dropdown,
  .navbar-item.has-dropdown {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.navbar-link.vcu-health-logo,
.navbar-item.vcu-health-logo {
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: inset 0px 4px 4px -2px rgba(239, 239, 239, 0.36), inset 0px -4px 4px -2px rgba(239, 239, 239, 0.36);
  box-shadow: inset 0px 4px 4px -2px rgba(239, 239, 239, 0.36), inset 0px -4px 4px -2px rgba(239, 239, 239, 0.36);
  background-color: #ffffff;
}

.navbar-link.vcu-health-logo>img,
.navbar-item.vcu-health-logo>img {
  max-height: 0.75rem;
}

.navbar-link.vcu-health-logo:hover,
.navbar-link.vcu-health-logo:active,
.navbar-link.vcu-health-logo:focus,
.navbar-item.vcu-health-logo:hover,
.navbar-item.vcu-health-logo:active,
.navbar-item.vcu-health-logo:focus {
  background-color: #dfdfdf;
}

.navbar-link.vcu-health-logo>span,
.navbar-item.vcu-health-logo>span {
  display: none;
}

.navbar-link .navbar-item>.icon {
  -ms-flex: -1;
  -webkit-box-flex: -1;
  -ms-flex-positive: -1;
  flex-grow: -1;
  width: 1.2rem;
  height: 1.2rem;
}

/* Secondary navigation - mobile */
.secondary-nav--mobile__menu {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 63px;
  width: calc(100% + $gutter-width);
  margin-left: -0.809rem;
  margin-right: -0.809rem;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  -webkit-transition: visibility 160ms ease-out, opacity 160ms;
  transition: visibility 160ms ease-out, opacity 160ms;
  background-color: #323232;
  color: #ffffff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #ffba00;
}

.secondary-nav--mobile__menu.is-active {
  visibility: visible;
  opacity: 1;
}

.secondary-nav--mobile__menu .navbar-dropdown {
  display: none;
}

.secondary-nav--mobile__menu .navbar-dropdown.is-active {
  display: inherit;
}

.secondary-nav--mobile__menu .secondary-nav--mobile__link {
  color: #ffffff;
  padding: 0.614rem 1.618rem;
}

.secondary-nav--mobile__menu .secondary-nav--mobile__link:hover,
.secondary-nav--mobile__menu .secondary-nav--mobile__link:active,
.secondary-nav--mobile__menu .secondary-nav--mobile__link:focus {
  color: #ffffff;
  text-decoration: underline;
}

.secondary-nav--mobile__menu .secondary-nav--mobile__link.has-dropdown,
.secondary-nav--mobile__menu .secondary-nav--mobile__link.has-icon {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.secondary-nav--mobile__menu .secondary-nav--mobile__link.has-dropdown .icon,
.secondary-nav--mobile__menu .secondary-nav--mobile__link.has-icon .icon {
  width: 1rem;
  height: 1rem;
}

.secondary-nav--mobile__menu .secondary-nav--mobile__link.has-dropdown .show-more-icon,
.secondary-nav--mobile__menu .secondary-nav--mobile__link.has-icon .show-more-icon {
  display: inherit;
}

.secondary-nav--mobile__menu .secondary-nav--mobile__link.has-dropdown .show-less-icon,
.secondary-nav--mobile__menu .secondary-nav--mobile__link.has-icon .show-less-icon {
  display: none;
}

.secondary-nav--mobile__menu .secondary-nav--mobile__link.has-dropdown.is-active .show-more-icon,
.secondary-nav--mobile__menu .secondary-nav--mobile__link.has-icon.is-active .show-more-icon {
  display: none;
}

.secondary-nav--mobile__menu .secondary-nav--mobile__link.has-dropdown.is-active .show-less-icon,
.secondary-nav--mobile__menu .secondary-nav--mobile__link.has-icon.is-active .show-less-icon {
  display: inherit;
}

.secondary-nav--mobile__menu .secondary-nav--mobile__link.vcu-health-logo {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.secondary-nav--mobile__menu .secondary-nav--mobile__link.vcu-health-logo>img {
  max-height: 1.125rem;
}

.secondary-nav--mobile__menu .secondary-nav--mobile__link.vcu-health-link {
  background-color: #ffba00;
  color: #202020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.secondary-nav--mobile__menu .secondary-nav--mobile__link.vcu-health-link:hover,
.secondary-nav--mobile__menu .secondary-nav--mobile__link.vcu-health-link:focus,
.secondary-nav--mobile__menu .secondary-nav--mobile__link.vcu-health-link:active,
.secondary-nav--mobile__menu .secondary-nav--mobile__link.vcu-health-link.is-active {
  background-color: #ad7e00;
}

.secondary-nav--mobile__menu .secondary-nav--mobile__link.vcu-health-link:hover svg,
.secondary-nav--mobile__menu .secondary-nav--mobile__link.vcu-health-link:focus svg,
.secondary-nav--mobile__menu .secondary-nav--mobile__link.vcu-health-link:active svg,
.secondary-nav--mobile__menu .secondary-nav--mobile__link.vcu-health-link.is-active svg {
  fill: #ffffff;
}

.secondary-nav--mobile__menu .secondary-nav--mobile__link.audience-link {
  font-weight: 700;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.secondary-nav--mobile__menu .secondary-nav--mobile__link:hover,
.secondary-nav--mobile__menu .secondary-nav--mobile__link:focus,
.secondary-nav--mobile__menu .secondary-nav--mobile__link:active,
.secondary-nav--mobile__menu .secondary-nav--mobile__link.is-active {
  color: #ffffff;
  background-color: #202020;
}

.secondary-nav--mobile__menu .secondary-nav--mobile__link:hover.vcu-health-logo,
.secondary-nav--mobile__menu .secondary-nav--mobile__link:focus.vcu-health-logo,
.secondary-nav--mobile__menu .secondary-nav--mobile__link:active.vcu-health-logo,
.secondary-nav--mobile__menu .secondary-nav--mobile__link.is-active.vcu-health-logo {
  background-color: #dfdfdf;
}

.secondary-nav--mobile__menu .secondary-nav__audience-menu {
  padding: 0;
  padding-top: 0.614rem;
  padding-bottom: 0.614rem;
}

.secondary-nav--mobile__menu .secondary-nav__dropdown {
  background-color: #202020;
}

.secondary-nav--mobile__menu .secondary-nav__dropdown .secondary-nav--mobile__link {
  padding-left: 2.427rem;
  padding-right: 2.427rem;
}

.secondary-navigation {
  display: none;
  background-color: #323232;
  color: #ffffff;
  padding: 0 0.809rem;
}

.secondary-navigation.container {
  margin-left: -0.809rem;
  margin-right: -0.809rem;
}

.secondary-navigation.container>.navbar .navbar-menu {
  margin-right: auto;
}

.secondary-navigation .secondary-nav__navbar {
  background-color: transparent;
  min-height: auto;
}

.secondary-navigation .icon {
  position: relative;
  right: -2.1283342369%;
}

.secondary-navigation .navbar-item,
.secondary-navigation .navbar-link {
  color: inherit;
  padding-top: 0.614rem;
  padding-bottom: 0.614rem;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
}

.secondary-navigation .navbar-item.has-dropdown,
.secondary-navigation .navbar-link.has-dropdown {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.secondary-navigation .navbar-item.has-dropdown:hover,
.secondary-navigation .navbar-item.has-dropdown:active,
.secondary-navigation .navbar-item.has-dropdown:focus,
.secondary-navigation .navbar-item.has-dropdown.is-active,
.secondary-navigation .navbar-link.has-dropdown:hover,
.secondary-navigation .navbar-link.has-dropdown:active,
.secondary-navigation .navbar-link.has-dropdown:focus,
.secondary-navigation .navbar-link.has-dropdown.is-active {
  background-color: #585858;
  color: #ffffff;
}

.secondary-navigation .navbar-item.vcu-health-logo>img,
.secondary-navigation .navbar-link.vcu-health-logo>img {
  max-height: 1rem;
}

.secondary-navigation .navbar-item:hover,
.secondary-navigation .navbar-item:active,
.secondary-navigation .navbar-item:focus,
.secondary-navigation .navbar-item.is-active,
.secondary-navigation .navbar-link:hover,
.secondary-navigation .navbar-link:active,
.secondary-navigation .navbar-link:focus,
.secondary-navigation .navbar-link.is-active {
  background-color: #585858;
  color: #ffffff;
}

.secondary-navigation .navbar-item:hover.vcu-health-logo,
.secondary-navigation .navbar-item:active.vcu-health-logo,
.secondary-navigation .navbar-item:focus.vcu-health-logo,
.secondary-navigation .navbar-item.is-active.vcu-health-logo,
.secondary-navigation .navbar-link:hover.vcu-health-logo,
.secondary-navigation .navbar-link:active.vcu-health-logo,
.secondary-navigation .navbar-link:focus.vcu-health-logo,
.secondary-navigation .navbar-link.is-active.vcu-health-logo {
  background-color: #dfdfdf;
}

.secondary-navigation .navbar-item.has-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.secondary-navigation .navbar-item.has-dropdown .navbar-link {
  padding-right: 1.0786666667rem;
}

.secondary-navigation .navbar-item.has-dropdown:hover .navbar-link::before,
.secondary-navigation .navbar-item.has-dropdown:active .navbar-link::before,
.secondary-navigation .navbar-item.has-dropdown:focus .navbar-link::before,
.secondary-navigation .navbar-item.has-dropdown.is-active .navbar-link::before {
  z-index: 100;
  position: absolute;
  bottom: -8px;
  right: 14.5888115927%;
  content: " ";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #585858;
}

.secondary-navigation .navbar-dropdown {
  top: 60px;
  left: -47%;
  width: 148%;
  background-color: #323232;
  z-index: 400;
  -webkit-transition: visibility 160ms ease-out 20ms, opacity 160ms ease-out 20ms;
  transition: visibility 160ms ease-out 20ms, opacity 160ms ease-out 20ms;
}

.secondary-navigation .navbar-dropdown .navbar-item {
  padding-right: 0.809rem;
  padding-left: 0.809rem;
  word-break: break-word;
  overflow: hidden;
  white-space: normal;
  text-align: center;
}

.secondary-navigation .navbar-dropdown .navbar-item:hover,
.secondary-navigation .navbar-dropdown .navbar-item:active,
.secondary-navigation .navbar-dropdown .navbar-item:focus,
.secondary-navigation .navbar-dropdown .navbar-item.is-active {
  background-color: #585858;
  color: #ffffff;
}

.secondary-navigation .navbar-dropdown::after {
  position: absolute;
  top: -5%;
  bottom: -115%;
  left: -20%;
  right: -20%;
  height: 120%;
  width: 140%;
  content: " ";
  z-index: -10;
}

@media screen and (min-width: 1024px) {
  .secondary-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .secondary-navigation .navbar-item {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 1216px) {
  .secondary-navigation .navbar-dropdown {
    top: 64px;
  }
}

@media screen and (min-width: 1684px) {
  .secondary-navigation .navbar-item {
    font-size: 0.9rem;
  }
}

/* Main navigation */
.main-navigation__menu {
  padding: 0.96rem 0;
}

@media screen and (max-width: 1023px) {
  .main-navigation__menu {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 63px;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    width: calc(100% + $gutter-width);
    margin-left: -0.809rem;
    margin-right: -0.809rem;
    -webkit-transition: visibility 160ms ease-out, opacity 160ms;
    transition: visibility 160ms ease-out, opacity 160ms;
    padding-bottom: 0;
    padding-top: 0;
    border-top: 1px solid rgba(32, 32, 32, 0.24);
    border-bottom: 4px solid #00504d;
  }

  .main-navigation__menu.is-active {
    visibility: visible;
    opacity: 1;
  }

  .main-navigation__menu .navbar-dropdown {
    width: 100%;
    display: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-navigation__menu .navbar-dropdown.is-active {
    display: inherit;
  }

  .main-navigation__menu .navbar-dropdown__body {
    width: 100%;
  }

  .main-navigation__menu .main-nav-toggle.icon {
    display: none;
  }
}

.main-navigation__menu .main-navigation__item {
  padding: 0;
}

.main-navigation__menu .main-navigation__item>a {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.main-navigation__menu .main-navigation__item>a.navbar-link--main {
  color: #323232;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .main-navigation__menu .main-navigation__item>a {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .main-navigation__menu .main-navigation__item>a.navbar-link--main:hover,
  .main-navigation__menu .main-navigation__item>a.navbar-link--main:active,
  .main-navigation__menu .main-navigation__item>a.navbar-link--main:focus {
    color: #ffffff;
  }
}

@media screen and (max-width: 1023px) {

  .main-navigation__menu .main-navigation__item .navbar-dropdown__header,
  .main-navigation__menu .main-navigation__item .navbar-dropdown__feature {
    display: none;
  }
}

.main-navigation__menu .main-navigation__item:first-child .navbar-link--main {
  border-top: none;
}

@media screen and (min-width: 1024px) {
  .main-navigation__menu .main-navigation__item {
    position: static;
  }

  .main-navigation__menu .main-navigation__item .navbar-link--main:hover,
  .main-navigation__menu .main-navigation__item .navbar-link--main:active,
  .main-navigation__menu .main-navigation__item .navbar-link--main:focus,
  .main-navigation__menu .main-navigation__item .navbar-link--main.is-active {
    background-color: #00504d;
    color: #ffffff;
  }

  .main-navigation__menu .main-navigation__item .navbar-link--main:hover .icon svg,
  .main-navigation__menu .main-navigation__item .navbar-link--main:active .icon svg,
  .main-navigation__menu .main-navigation__item .navbar-link--main:focus .icon svg,
  .main-navigation__menu .main-navigation__item .navbar-link--main.is-active .icon svg {
    fill: #ffffff;
    stroke: #ffffff;
  }

  .main-navigation__menu .main-navigation__item .navbar-link--main:hover::before,
  .main-navigation__menu .main-navigation__item .navbar-link--main:active::before,
  .main-navigation__menu .main-navigation__item .navbar-link--main:focus::before,
  .main-navigation__menu .main-navigation__item .navbar-link--main.is-active::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: " ";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #00504d;
  }

  .main-navigation__menu .main-navigation__item .navbar-link--main:hover+.navbar-dropdown::after,
  .main-navigation__menu .main-navigation__item .navbar-link--main:active+.navbar-dropdown::after,
  .main-navigation__menu .main-navigation__item .navbar-link--main:focus+.navbar-dropdown::after,
  .main-navigation__menu .main-navigation__item .navbar-link--main.is-active+.navbar-dropdown::after {
    top: -5%;
    height: 105%;
  }
}

.main-navigation__menu .navbar-link--main {
  font-weight: 700;
  display: inline-block;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1.2rem 1.618rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media screen and (max-width: 1023px) {
  .main-navigation__menu .navbar-link--main {
    border-bottom: 1px solid #00504d;
    border-top: 1px solid #00504d;
    margin-top: -1px;
    width: 100%;
  }
}

.main-navigation__menu .navbar-link--main .mobile-nav-toggle {
  max-width: 1.5rem;
  max-height: 1.5rem;
  margin: 0.5rem;
}

.main-navigation__menu .navbar-link--main .show-more-icon {
  display: inherit;
}

.main-navigation__menu .navbar-link--main .show-less-icon {
  display: none;
}

.main-navigation__menu .navbar-link--main.is-active {
  background-color: transparent;
}

.main-navigation__menu .navbar-link--main.is-active .show-more-icon {
  display: none;
}

.main-navigation__menu .navbar-link--main.is-active .show-less-icon {
  display: inherit;
}

@media screen and (min-width: 1024px) {
  .main-navigation__menu .navbar-link--main {
    padding: 0.614rem 0.809rem;
    position: relative;
    -webkit-transition: background-color 120ms ease-out;
    transition: background-color 120ms ease-out;
  }

  .main-navigation__menu .navbar-link--main .icon {
    position: relative;
    right: -9.0165708237%;
  }

  .main-navigation__menu .navbar-link--main:hover,
  .main-navigation__menu .navbar-link--main:focus,
  .main-navigation__menu .navbar-link--main:active,
  .main-navigation__menu .navbar-link--main.is-active:not(:hover) {
    background-color: #00504d;
    color: #ffffff;
  }

  .main-navigation__menu .navbar-link--main:hover .icon,
  .main-navigation__menu .navbar-link--main:focus .icon,
  .main-navigation__menu .navbar-link--main:active .icon,
  .main-navigation__menu .navbar-link--main.is-active:not(:hover) .icon {
    fill: #ffffff;
    stroke: #ffffff;
  }
}

@media screen and (max-width: 1023px) {
  .main-navigation__menu .navbar-dropdown__links {
    -webkit-box-shadow: inset 0px -4px 4px -2px rgba(32, 32, 32, 0.36), inset 0px 4px 4px -2px rgba(32, 32, 32, 0.36);
    box-shadow: inset 0px -4px 4px -2px rgba(32, 32, 32, 0.36), inset 0px 4px 4px -2px rgba(32, 32, 32, 0.36);
  }
}

.main-navigation__menu .navbar-dropdown__links .navbar-dropdown__link {
  font-size: 1rem;
  font-weight: 400;
  padding: 0.96rem 1.618rem;
  width: 100%;
  color: #202020;
  background-color: transparent;
  border-bottom: 1px solid #dfdfdf;
  -webkit-transition: background-color 160ms ease-out;
  transition: background-color 160ms ease-out;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.main-navigation__menu .navbar-dropdown__links .navbar-dropdown__link:hover,
.main-navigation__menu .navbar-dropdown__links .navbar-dropdown__link:active,
.main-navigation__menu .navbar-dropdown__links .navbar-dropdown__link:focus {
  background-color: #ffffff;
}

.main-navigation__menu .navbar-dropdown__links .navbar-dropdown__link:last-child {
  border-bottom: 0;
}

.main-navigation__menu .navbar-dropdown .navbar-item {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 1024px) {
  .main-navigation__menu {
    position: static;
    padding-left: 0.809rem;
  }

  .main-navigation__menu .navbar-start {
    position: relative;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .main-navigation__menu .navbar-dropdown {
    border-top: none;
    width: 100%;
    padding: 1.5rem;
    left: 0%;
    top: 66px;
    background-color: #efefef;
    border-bottom: 4px solid #00504d;
  }

  .main-navigation__menu .navbar-dropdown::after {
    position: absolute;
    top: -0%;
    left: -2.5%;
    right: -2.5%;
    height: 100%;
    width: 105%;
  }

  .main-navigation__menu .navbar-dropdown.has-two-cols .navbar-dropdown__body {
    border-top: 1px solid #00504d;
  }

  .main-navigation__menu .navbar-dropdown.has-two-cols .navbar-dropdown__links {
    border-top: none;
    width: 50%;
  }

  .main-navigation__menu .navbar-dropdown.has-two-cols .navbar-dropdown__links:first-child {
    padding-right: 0.809rem;
  }

  .main-navigation__menu .navbar-dropdown.has-two-cols .navbar-dropdown__links:last-child {
    padding-left: 0.809rem;
  }

  .main-navigation__menu .navbar-dropdown__header {
    width: 100%;
  }

  .main-navigation__menu .navbar-dropdown__header p {
    margin-bottom: 1.2rem;
  }

  .main-navigation__menu .navbar-dropdown__heading {
    font-size: 1.953rem;
    margin-top: -0.36615rem;
    line-height: -0.9;
    margin-bottom: 0.614rem;
  }

  .main-navigation__menu .navbar-dropdown__header,
  .main-navigation__menu .navbar-dropdown__link {
    padding-left: 0.809rem;
    padding-right: 0.809rem;
  }

  .main-navigation__menu .navbar-dropdown__links {
    padding-top: 0.614rem;
    border-top: 1px solid #00504d;
    width: 100%;
  }

  .main-navigation__menu .navbar-dropdown__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .main-navigation__menu .navbar-dropdown__link {
    padding-top: 0.96rem;
    padding-bottom: 0.96rem;
  }

  .main-navigation__menu .navbar-dropdown__link:hover,
  .main-navigation__menu .navbar-dropdown__link:active,
  .main-navigation__menu .navbar-dropdown__link:focus,
  .main-navigation__menu .navbar-dropdown__link.is-active {
    background-color: #ffffff;
  }

  .main-navigation__menu .navbar-dropdown__links,
  .main-navigation__menu .navbar-dropdown__feature {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .main-navigation__menu .navbar-dropdown__feature {
    display: none;
    -ms-flex: 0 1 38.1953%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-top: calc($space-2 + $space-1);
    padding-left: 1.618rem;
  }
}

@media screen and (min-width: 1216px) {
  .main-navigation__menu .main-navigation__item {
    padding-left: 0.809rem;
    padding-right: 0.809rem;
  }

  .main-navigation__menu .navbar-dropdown {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    max-width: 61.804697157%;
    left: 19.0976514215%;
    top: 74px;
  }

  .main-navigation__menu .navbar-dropdown.has-feature {
    max-width: none;
    left: 0;
  }

  .main-navigation__menu .navbar-dropdown.has-feature .navbar-dropdown__links {
    width: 61.804697157%;
  }

  .main-navigation__menu .navbar-dropdown.has-two-cols {
    left: 0;
    max-width: none;
  }

  .main-navigation__menu .navbar-dropdown__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    max-width: 38%;
  }
}

@media screen and (min-width: 1408px) {
  .main-navigation__menu .main-navigation__item {
    padding-left: 1.0786666667rem;
    padding-right: 1.0786666667rem;
  }
}

@media screen and (min-width: 1560px) {
  .main-navigation__menu .main-navigation__item {
    padding-left: 2.427rem;
    padding-right: 2.427rem;
  }
}

@media screen and (min-width: 1560px) {
  .main-navigation__menu .main-navigation__item {
    padding-left: 2.427rem;
    padding-right: 2.427rem;
  }
}

@media screen and (min-width: 1684px) {
  .main-navigation__menu {
    padding-left: 1.618rem;
    padding-right: 1.618rem;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .main-navigation__menu .main-navigation__item {
    padding-left: 1.618rem;
    padding-right: 1.618rem;
  }

  .main-navigation__menu .navbar-start {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 0;
  }

  .main-navigation__menu .navbar-dropdown {
    padding-top: 2.344rem;
    padding-bottom: 2.344rem;
    top: 76px;
  }

  .main-navigation__menu .navbar-dropdown.has-feature,
  .main-navigation__menu .navbar-dropdown.has-two-cols {
    width: 105%;
    left: -1.25%;
  }
}

@media screen and (min-width: 1024px) {

  .secondary-navigation .navbar-item.has-dropdown:hover .navbar-dropdown,
  .secondary-navigation .navbar-item.has-dropdown:active .navbar-dropdown,
  .secondary-navigation .navbar-item.has-dropdown:focus .navbar-dropdown,
  .secondary-navigation .navbar-item.has-dropdown.is-active .navbar-dropdown,
  .main-navigation__menu .navbar-item.has-dropdown:hover .navbar-dropdown,
  .main-navigation__menu .navbar-item.has-dropdown:active .navbar-dropdown,
  .main-navigation__menu .navbar-item.has-dropdown:focus .navbar-dropdown,
  .main-navigation__menu .navbar-item.has-dropdown.is-active .navbar-dropdown,
  .main-navigation__search-toggle .navbar-item.has-dropdown:hover .navbar-dropdown,
  .main-navigation__search-toggle .navbar-item.has-dropdown:active .navbar-dropdown,
  .main-navigation__search-toggle .navbar-item.has-dropdown:focus .navbar-dropdown,
  .main-navigation__search-toggle .navbar-item.has-dropdown.is-active .navbar-dropdown {
    visibility: visible;
    opacity: 1;
  }

  .secondary-navigation .navbar-item.has-dropdown .navbar-link:hover+.navbar-dropdown,
  .secondary-navigation .navbar-item.has-dropdown .navbar-link:active+.navbar-dropdown,
  .secondary-navigation .navbar-item.has-dropdown .navbar-link:focus+.navbar-dropdown,
  .secondary-navigation .navbar-item.has-dropdown .navbar-link.is-active+.navbar-dropdown,
  .main-navigation__menu .navbar-item.has-dropdown .navbar-link:hover+.navbar-dropdown,
  .main-navigation__menu .navbar-item.has-dropdown .navbar-link:active+.navbar-dropdown,
  .main-navigation__menu .navbar-item.has-dropdown .navbar-link:focus+.navbar-dropdown,
  .main-navigation__menu .navbar-item.has-dropdown .navbar-link.is-active+.navbar-dropdown,
  .main-navigation__search-toggle .navbar-item.has-dropdown .navbar-link:hover+.navbar-dropdown,
  .main-navigation__search-toggle .navbar-item.has-dropdown .navbar-link:active+.navbar-dropdown,
  .main-navigation__search-toggle .navbar-item.has-dropdown .navbar-link:focus+.navbar-dropdown,
  .main-navigation__search-toggle .navbar-item.has-dropdown .navbar-link.is-active+.navbar-dropdown {
    visibility: visible;
    opacity: 1;
  }

  .secondary-navigation .navbar-dropdown,
  .main-navigation__menu .navbar-dropdown,
  .main-navigation__search-toggle .navbar-dropdown {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    display: block;
    z-index: 400;
    -webkit-box-shadow: 0 18px 38px rgba(32, 32, 32, 0.12), 0 16px 12px rgba(32, 32, 32, 0.22);
    box-shadow: 0 18px 38px rgba(32, 32, 32, 0.12), 0 16px 12px rgba(32, 32, 32, 0.22);
    -webkit-transition: visibility 160ms ease-out 20ms, opacity 160ms ease-out 20ms;
    transition: visibility 160ms ease-out 20ms, opacity 160ms ease-out 20ms;
  }

  .secondary-navigation .navbar-dropdown::after,
  .main-navigation__menu .navbar-dropdown::after,
  .main-navigation__search-toggle .navbar-dropdown::after {
    position: absolute;
    content: " ";
    z-index: -10;
  }

  .secondary-navigation .navbar-dropdown.is-active,
  .main-navigation__menu .navbar-dropdown.is-active,
  .main-navigation__search-toggle .navbar-dropdown.is-active {
    visibility: visible;
    opacity: 1;
  }

  .secondary-navigation .main-navigation__item--left .navbar-dropdown,
  .main-navigation__menu .main-navigation__item--left .navbar-dropdown,
  .main-navigation__search-toggle .main-navigation__item--left .navbar-dropdown {
    left: 0;
  }

  .secondary-navigation .main-navigation__item--right .navbar-dropdown,
  .main-navigation__menu .main-navigation__item--right .navbar-dropdown,
  .main-navigation__search-toggle .main-navigation__item--right .navbar-dropdown {
    left: auto;
    right: 0;
  }
}

.site-search-form {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 63px;
  width: calc(100% + $gutter-width);
  margin-left: -0.809rem;
  margin-right: -0.809rem;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  -webkit-transition: visibility 160ms ease-out, opacity 160ms;
  transition: visibility 160ms ease-out, opacity 160ms;
  padding: 2.344rem 1.618rem;
  background-color: #efefef;
  color: #202020;
  border-bottom: 4px solid #00504d;
}

.site-search-form::after {
  position: absolute;
  top: -5%;
  bottom: -110%;
  left: -5%;
  right: -5%;
  height: 110%;
  width: 110%;
  content: " ";
  z-index: -10;
}

.site-search-form.is-active {
  visibility: visible;
  opacity: 1;
}

.site-search-form .site-search-form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.site-search-form #searchquery {
  background-color: transparent;
  color: #323232;
  font-size: 1rem;
  padding: 0.614rem 0.614rem;
  margin-right: 3.4439065322%;
  border: none;
  border-bottom: 1px solid #202020;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: background-color 160ms ease-out;
  transition: background-color 160ms ease-out;
}

.site-search-form #searchquery:active,
.site-search-form #searchquery:focus {
  outline: unset;
  background-color: #ffffff;
}

.site-search-form #search_go {
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-search-form p {
  margin-top: 2.344rem;
  margin-bottom: 0.614rem;
}

.site-search-form fieldset {
  border: none;
}

.site-search-form fieldset legend {
  display: none;
}

.site-search-form .site-search-form__filters {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-search-form .site-search-form__filters .site-search-form__filter {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.site-search-form .site-search-form__filters a {
  color: #323232;
}

.site-search-form .site-search-form__filters a:hover,
.site-search-form .site-search-form__filters a:active,
.site-search-form .site-search-form__filters a:focus {
  color: #323232;
  text-decoration: underline;
}

.site-search-form .site-search-form__filters .site-search-form__filter_label {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding-left: 0.614rem;
  margin-right: 9.0165708237%;
}

@media screen and (min-width: 1024px) {
  .site-search-form {
    position: absolute;
    left: auto;
    top: 28px;
    right: 11.0%;
    width: 61.804697157%;
    -webkit-box-shadow: 0 18px 38px rgba(32, 32, 32, 0.12), 0 16px 12px rgba(32, 32, 32, 0.22);
    box-shadow: 0 18px 38px rgba(32, 32, 32, 0.12), 0 16px 12px rgba(32, 32, 32, 0.22);
  }

  .site-search-form::before {
    position: absolute;
    top: 16px;
    right: -8px;
    content: " ";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #efefef;
  }
}

@media screen and (min-width: 1216px) {
  .site-search-form {
    top: 42px;
    right: 8.0%;
  }
}

.site-search-form__close {
  position: absolute;
  top: 0.96rem;
  right: 0.96rem;
}

.site-search-form__close>a {
  font-size: 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #606060;
}

.site-search-form__close>a .icon.icon--svg {
  margin-left: 0.307rem;
  height: 0.75rem;
  width: 0.75rem;
}

.site-search-form__close>a .icon.icon--svg svg {
  fill: #606060;
}

/** Audience navigation **/
.landing-page-navigation {
  -webkit-box-shadow: 0px 8px 8px -4px rgba(32, 32, 32, 0.24);
  box-shadow: 0px 8px 8px -4px rgba(32, 32, 32, 0.24);
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 4px solid #202020;
  color: #ffffff;
}

.landing-page-navigation .section__label {
  color: #ffffff;
}

.landing-page-navigation ul,
.landing-page-navigation li {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.landing-page-navigation a {
  font-size: 1.125rem;
  text-decoration: none;
}

.landing-page-navigation a:hover,
.landing-page-navigation a:active,
.landing-page-navigation a:focus {
  text-decoration: underline;
}

.landing-page-navigation .landing-page-nav__heading a.audience-nav__toggle {
  position: relative;
}

.landing-page-navigation .icon {
  position: absolute;
  top: 0;
  right: 0;
  -ms-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 1.563rem;
  width: 1.563rem;
}

.landing-page-navigation .landing-page-nav__heading a {
  color: #ffffff;
}

.landing-page-navigation .landing-page-nav__heading a:hover,
.landing-page-navigation .landing-page-nav__heading a:active,
.landing-page-navigation .landing-page-nav__heading a:focus {
  color: #ffffff;
}

.landing-page-navigation .landing-page-navigation__body a {
  color: #323232;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.landing-page-navigation .landing-page-navigation__body a:hover,
.landing-page-navigation .landing-page-navigation__body a:active,
.landing-page-navigation .landing-page-navigation__body a:focus {
  color: #ffffff;
  background-color: #323232;
}

.landing-page-navigation.is-active .landing-page-nav__body-wrap {
  display: block;
}

.landing-page-nav__top-wrap {
  color: #ffffff;
}

.landing-page-nav__top-wrap,
.landing-page-nav__body-wrap {
  margin-left: -0.809rem;
  margin-right: -0.809rem;
}

.landing-page-nav__top-wrap {
  background-color: #323232;
  padding-top: 0.614rem;
  padding-bottom: 0.614rem;
}

.landing-page-nav__body-wrap {
  background-color: #efefef;
  -webkit-box-shadow: inset 0px 4px 4px -2px rgba(32, 32, 32, 0.36), inset 0px -4px 4px -2px rgba(32, 32, 32, 0.36);
  box-shadow: inset 0px 4px 4px -2px rgba(32, 32, 32, 0.36), inset 0px -4px 4px -2px rgba(32, 32, 32, 0.36);
  display: none;
}

.landing-page-nav__heading,
.audience-nav__heading {
  padding-left: 0.809rem;
  padding-right: 0.809rem;
}

.landing-page-nav__heading .landing-page-nav__heading-text,
.audience-nav__heading .landing-page-nav__heading-text {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0;
}

.landing-page-nav__heading .landing-page-nav__toggle,
.landing-page-nav__heading .audience-nav__toggle,
.audience-nav__heading .landing-page-nav__toggle,
.audience-nav__heading .audience-nav__toggle {
  max-height: 1.953rem;
  max-width: 1.953rem;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.landing-page-nav__heading .landing-page-nav__toggle:hover,
.landing-page-nav__heading .landing-page-nav__toggle:active,
.landing-page-nav__heading .landing-page-nav__toggle:focus,
.landing-page-nav__heading .audience-nav__toggle:hover,
.landing-page-nav__heading .audience-nav__toggle:active,
.landing-page-nav__heading .audience-nav__toggle:focus,
.audience-nav__heading .landing-page-nav__toggle:hover,
.audience-nav__heading .landing-page-nav__toggle:active,
.audience-nav__heading .landing-page-nav__toggle:focus,
.audience-nav__heading .audience-nav__toggle:hover,
.audience-nav__heading .audience-nav__toggle:active,
.audience-nav__heading .audience-nav__toggle:focus {
  text-decoration: none;
}

.landing-page-navigation__body {
  padding-top: 1.2rem;
  padding-bottom: 1.5rem;
  padding-left: 0.809rem;
  padding-right: 0.809rem;
}

.landing-page-navigation__body .column {
  padding: 0;
}

.landing-page-navigation__body a {
  display: block;
  padding: 0.614rem 0.809rem;
  padding-bottom: 0.614rem;
  -webkit-transition: background-color 120px ease-in;
  transition: background-color 120px ease-in;
}

.landing-page-navigation__body a:first-child {
  margin-bottom: 0;
}

.landing-page-navigation__body a:last-child {
  margin-bottom: 0;
}

.landing-page-navigation__body a:hover,
.landing-page-navigation__body a:active,
.landing-page-navigation__body a:focus {
  background-color: #ffffff;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .landing-page-navigation__body a {
    border-bottom: 1px solid #a0a0a0;
  }

  .landing-page-navigation__body a:last-child {
    border-bottom: none;
  }
}

@media screen and (min-width: 768px),
print {
  .landing-page-navigation__body .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .landing-page-navigation__body a {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .landing-page-navigation__body a {
    width: 25%;
  }
}

.audience-navigation {
  border-bottom-color: #ffba00;
  width: 100%;
}

.audience-navigation .audience-navigation__body {
  color: #ffffff;
}

.audience-navigation .audience-navigation__body a {
  color: #ffffff;
}

.audience-navigation__top-wrap {
  background-color: #202020;
}

.audience-navigation__body-wrap {
  background-color: #323232;
}

@media screen and (max-width: 1023px) {
  .audience-navigation__body-wrap {
    display: none;
  }
}

.audience-navigation__body {
  padding-top: 2.344rem;
}

.audience-navigation__body .column {
  padding: 0 0.809rem;
}

.audience-navigation__body li {
  margin-bottom: 1.2rem;
}

@media screen and (min-width: 768px),
print {
  .audience-navigation__body .column {
    display: block;
  }
}

/** Inner page navigation schemes **/
@media screen and (min-width: 1024px) {
  .sidebar-nav-wrap {
    margin-left: -0.809rem;
    margin-right: -0.809rem;
  }
}

.sidebar-nav-toggle {
  background-color: #323232;
  color: #ffffff;
  overflow: hidden;
}

.sidebar-nav-toggle>a {
  color: #ffffff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-nav-toggle>a>h3 {
  color: #ffffff;
}

.sidebar-nav-toggle>a h3 {
  padding: 0.614rem 0.809rem;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}

.sidebar-nav-toggle>a:hover>h3,
.sidebar-nav-toggle>a:active>h3,
.sidebar-nav-toggle>a:focus>h3 {
  color: #ffffff;
}

.sidebar-nav-toggle>a:hover .sidebar-nav-toggle__icons::before,
.sidebar-nav-toggle>a:active .sidebar-nav-toggle__icons::before,
.sidebar-nav-toggle>a:focus .sidebar-nav-toggle__icons::before {
  background-color: #727272;
}

@media screen and (min-width: 1024px) {
  .sidebar-nav-toggle .sidebar-nav-toggle__icons {
    display: none;
  }
}

/* Commented out because of issue with not displaying on mobile */
/* @media screen and (max-width: 1023px) {
  .sidebar-nav-toggle+.sidebar-nav {
    display: none;
  }
} */

.sidebar-nav {
  margin: 0;
  padding: 0;
}

.sidebar-nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.sidebar-nav .show-more-icon {
  display: inherit;
}

.sidebar-nav .show-less-icon {
  display: none;
}

.sidebar-nav .is-active>.sidebar-nav-toggle__icons .show-more-icon {
  display: none;
}

.sidebar-nav .is-active>.sidebar-nav-toggle__icons .show-less-icon {
  display: inherit;
}

.sidebar-nav a:not(.sidebar-nav-toggle__icons) {
  display: inline-block;
}

.sidebar-nav li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #efefef;
}

.sidebar-nav li.has-dropdown>a:not(.sidebar-nav-toggle__icons) {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
  width: 85.4111884073%;
}

.sidebar-nav li.has-dropdown>ul {
  display: none;
}

.sidebar-nav li a {
  text-decoration: none;
  background-color: #ffffff;
  color: #202020;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in;
}

.sidebar-nav li a:not(.sidebar-nav-toggle__icons) {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 0.614rem 0.809rem;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  background-color: #f1f1f1;
  text-decoration: underline;
}

.sidebar-nav li.is-active>a {
  border-bottom: 1px solid #f1f1f1;
}

.sidebar-nav:last-child {
  boder-bottom: none;
}

.sidebar-nav>li>a {
  font-size: 0.9rem;
}

.sidebar-nav>li>a.sidebar-nav-toggle__icons:hover,
.sidebar-nav>li>a.sidebar-nav-toggle__icons:active,
.sidebar-nav>li>a.sidebar-nav-toggle__icons:focus {
  background-color: #f1f1f1;
}

.sidebar-nav>li>ul li {
  border-bottom: 1px solid #d1d1d1;
}

.sidebar-nav>li>ul li>a {
  background-color: #efefef;
  font-size: 0.8rem;
}

.sidebar-nav>li>ul li>a:not(.sidebar-nav-toggle__icons) {
  padding-left: 1.618rem;
}

.sidebar-nav>li>ul li>a:hover,
.sidebar-nav>li>ul li>a:active,
.sidebar-nav>li>ul li>a:focus {
  background-color: #e1e1e1;
}

.sidebar-nav>li>ul li>a.sidebar-nav-toggle__icons {
  background-color: #efefef;
}

.sidebar-nav>li>ul li>a.sidebar-nav-toggle__icons:hover,
.sidebar-nav>li>ul li>a.sidebar-nav-toggle__icons:active,
.sidebar-nav>li>ul li>a.sidebar-nav-toggle__icons:focus {
  background-color: #e1e1e1;
}

.sidebar-nav>li>ul li>ul li {
  border-bottom: none;
}

.sidebar-nav>li>ul li>ul li>a {
  font-size: 0.75rem;
  background-color: #dfdfdf;
  color: #202020;
}

.sidebar-nav>li>ul li>ul li>a:not(.sidebar-nav-toggle__icons) {
  padding-left: 3.236rem;
}

.sidebar-nav>li>ul li>ul li>a:hover,
.sidebar-nav>li>ul li>ul li>a:active,
.sidebar-nav>li>ul li>ul li>a:focus {
  background-color: #d1d1d1;
}

.sidebar-nav>li>ul li>ul li>a.sidebar-nav-toggle__icons {
  background-color: #dfdfdf, 5.57224%;
}

.sidebar-nav>li>ul li>ul li>a.sidebar-nav-toggle__icons:hover,
.sidebar-nav>li>ul li>ul li>a.sidebar-nav-toggle__icons:active,
.sidebar-nav>li>ul li>ul li>a.sidebar-nav-toggle__icons:focus {
  background-color: #d1d1d1;
}

.sidebar-nav-toggle__icons {
  height: auto;
  width: 14.5888115927%;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.sidebar-nav-toggle__icons.is-mobile-toggle {
  height: 3.815rem;
  background-color: transparent;
  position: relative;
  z-index: 3;
}

.sidebar-nav-toggle__icons.is-mobile-toggle:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #808080;
  left: 0;
  right: -19.5%;
}

.sidebar-nav-toggle__icons.is-mobile-toggle .show-more-icon,
.sidebar-nav-toggle__icons.is-mobile-toggle .show-less-icon {
  width: 1.25rem;
  height: 1.953rem;
  fill: #ffffff;
  stroke: #ffffff;
}

.sidebar-nav-toggle__icons.is-mobile-toggle::before {
  -webkit-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in;
}

.sidebar-nav-toggle__icons:not(.is-mobile-toggle) {
  border-left: 1px solid #e8e8e8;
  -webkit-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in;
  background-color: #ffffff;
}

.sidebar-nav-toggle__icons.icon svg {
  width: 1rem;
  height: 1rem;
  fill: #404040;
  stroke: #404040;
}

.inner-page-nav {
  -webkit-box-shadow: 0 36px 24px -36px rgba(32, 32, 32, 0.22);
  box-shadow: 0 36px 24px -36px rgba(32, 32, 32, 0.22);
}

.inner-page-nav ul,
.inner-page-nav li {
  margin: 0;
  padding: 0;
}

.inner-page-nav li {
  list-style: none;
}

.inner-page-nav .section__label {
  margin-top: 0.614rem;
  margin-bottom: 0.614rem;
}

@media screen and (min-width: 1408px) {
  .inner-page-nav .section__label {
    margin-top: 1.5rem;
  }
}

.inner-page-nav ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  max-width: 100%;
}

@media screen and (min-width: 768px),
print {
  .inner-page-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.inner-page-nav ul>li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-top: 1px solid #808080;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.inner-page-nav ul>li:hover,
.inner-page-nav ul>li:active,
.inner-page-nav ul>li:focus {
  background-color: #00504d;
  color: #ffffff;
  text-decoration: underline;
}

.inner-page-nav ul>li:hover a,
.inner-page-nav ul>li:active a,
.inner-page-nav ul>li:focus a {
  color: inherit;
}

.inner-page-nav ul>li:last-child {
  border-bottom: 1px solid #808080;
}

.inner-page-nav ul>li>a {
  text-decoration: none;
  width: 100%;
  text-align: left;
  padding: 0.614rem 0.809rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px),
print {
  .inner-page-nav ul>li>a {
    text-align: center;
    padding: 0.614rem 0.809rem 0.96rem;
  }
}

@media screen and (min-width: 768px),
print {
  .inner-page-nav ul>li {
    border-left: 1px solid #808080;
    border-bottom: 1px solid #808080;
  }

  .inner-page-nav ul>li:first-child {
    border-left: none;
  }
}

@media screen and (min-width: 1216px) {
  .inner-page-nav ul>li:first-child {
    -webkit-box-shadow: inset 8px 0px 8px -4px rgba(223, 223, 223, 0.24);
    box-shadow: inset 8px 0px 8px -4px rgba(223, 223, 223, 0.24);
    border-left: 1px solid #808080;
    border-top-left-radius: 3.052rem;
    border-bottom-left-radius: 3.052rem;
  }

  .inner-page-nav ul>li:first-child>a {
    border-top-left-radius: 3.052rem;
    border-bottom-left-radius: 3.052rem;
  }

  .inner-page-nav ul>li:last-child {
    -webkit-box-shadow: inset -8px 0px 8px -4px rgba(223, 223, 223, 0.24);
    box-shadow: inset -8px 0px 8px -4px rgba(223, 223, 223, 0.24);
    border-right: 1px solid #808080;
    border-top-right-radius: 3.052rem;
    border-bottom-right-radius: 3.052rem;
  }

  .inner-page-nav ul>li:last-child>a {
    border-top-right-radius: 3.052rem;
    border-bottom-right-radius: 3.052rem;
  }
}

/* General for all cards */
@media screen and (min-width: 768px),
print {
  .cards-columns.columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cards-columns>.column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .cards-columns.columns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cards-columns>.column {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

@media screen and (min-width: 768px),
print {
  .vcu-health-cards .cards-columns>.column {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: none;
  }
}

@media screen and (min-width: 768px),
print {
  .vcu-health-cards .cards-columns {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .vcu-health-cards .cards-columns>.column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1216px) {
  .vcu-health-cards .cards-columns>.column {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    /* flex 25% added by mattesmj 01/18/19 to fix vcu gold cards; less than four cards should still fill their container width */
  }
}

/** flat cards - base styling for cards **/
.card--flat {
  /*  border: 1px solid #dfdfdf;*/
  overflow: hidden;
}

.card--flat .card-content .card__anchor {
  display: block;
  color: inherit;
  text-decoration: none;
}

.card--flat .card-content .card__anchor:hover,
.card--flat .card-content .card__anchor:focus,
.card--flat .card-content .card__anchor:active {
  text-decoration: none;
}

.card--flat .card-header {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card--flat .card-heading {
  color: inherit;
  font-size: 1.25rem;
  margin-top: -0.23445rem;
  margin-bottom: 0.614rem;
}

.card--flat .card-content {
  padding: 1.2rem 0.809rem;
  padding: 1.2rem 0.809rem;
  -webkit-transition: background-color 160ms ease-out;
  transition: background-color 160ms ease-out;
}

.card--flat .card-content__text {
  color: inherit;
  margin-bottom: 0;
}

.card--flat .button {
  background-color: #00504d;
  color: #fff;
  border-color: #fff;
}

.card--flat .button:hover,
.card--flat .button:active,
.card--flat .button:focus {
  background-color: #fff;
  color: #00504d;
  border-color: #00504d;
}

.card--flat p {
  margin-bottom: 0.614rem;
}

.card--flat a {
  color: inherit;
  text-decoration: none;
}

.card--flat a:hover,
.card--flat a:active,
.card--flat a:focus {
  text-decoration: underline;
  background-color: transparent;
  color: #BE0021;
}

.card--flat img {
  -webkit-transition: -webkit-transform 160ms ease-in;
  transition: -webkit-transform 160ms ease-in;
  transition: transform 160ms ease-in;
  transition: transform 160ms ease-in, -webkit-transform 160ms ease-in;
}

.card--flat .image-overlay {
  background-color: rgba(32, 32, 32, 0.28);
}

.card--flat:not(.program-card) .button {
  margin-top: 0.96rem;
}

.card--flat .card-content__read-more {
  display: block;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: inherit;
  margin-top: 0.614rem;
  margin-bottom: 0;
}

.card--flat .card__arrow {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card--flat .card__arrow .icon {
  width: 14.5888115927%;
  max-height: 1.5rem;
  position: relative;
  z-index: 3;
}

.card--flat .card__arrow .icon:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #00504d;
  left: 0;
  right: -19.5%;
}

.card--flat .card__arrow .icon::before {
  height: 102%;
  width: 130%;
  right: -30%;
}

.card--flat .card__arrow .icon svg {
  height: 80%;
  fill: #ffffff;
  -webkit-transition: height 180ms ease-out;
  transition: height 180ms ease-out;
}

.card--flat.has-border-white {
  border-bottom: 3px solid #ffffff;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-white .card__arrow span::before {
  background-color: #ffffff;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-white .card__arrow span .icon svg {
  fill: rgba(0, 0, 0, 0.7);
}

.card--flat.has-white-background .card-content {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.7);
}

.card--flat.has-white-background .button {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
}

.card--flat.has-white-background .button:hover,
.card--flat.has-white-background .button:active,
.card--flat.has-white-background .button:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  border-color: #ffffff;
}

.card--flat.has-white-background .icon.icon--svg svg {
  fill: rgba(0, 0, 0, 0.7);
}

.card--flat.has-white-background .card__arrow>.icon.icon--svg::before {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
  box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
}

.card--flat.has-white-background .card__arrow>.icon.icon--svg svg {
  fill: #ffffff;
}

.card--flat.has-border-black {
  border-bottom: 3px solid #202020;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-black .card__arrow span::before {
  background-color: #202020;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-black .card__arrow span .icon svg {
  fill: #fff;
}

.card--flat.has-black-background .card-content {
  background-color: #202020;
  color: #fff;
}

.card--flat.has-black-background .button {
  background-color: #202020;
  color: #fff;
  border-color: #fff;
}

.card--flat.has-black-background .button:hover,
.card--flat.has-black-background .button:active,
.card--flat.has-black-background .button:focus {
  background-color: #fff;
  color: #202020;
  border-color: #202020;
}

.card--flat.has-black-background .icon.icon--svg svg {
  fill: #fff;
}

.card--flat.has-black-background .card__arrow>.icon.icon--svg::before {
  background-color: #fff;
  -webkit-box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
  box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
}

.card--flat.has-black-background .card__arrow>.icon.icon--svg svg {
  fill: #202020;
}

.card--flat.has-border-light {
  border-bottom: 3px solid whitesmoke;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-light .card__arrow span::before {
  background-color: whitesmoke;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-light .card__arrow span .icon svg {
  fill: #303030;
}

.card--flat.has-light-background .card-content {
  background-color: whitesmoke;
  color: #303030;
}

.card--flat.has-light-background .button {
  background-color: whitesmoke;
  color: #303030;
  border-color: #303030;
}

.card--flat.has-light-background .button:hover,
.card--flat.has-light-background .button:active,
.card--flat.has-light-background .button:focus {
  background-color: #303030;
  color: whitesmoke;
  border-color: whitesmoke;
}

.card--flat.has-light-background .icon.icon--svg svg {
  fill: #303030;
}

.card--flat.has-light-background .card__arrow>.icon.icon--svg::before {
  background-color: #303030;
  -webkit-box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
  box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
}

.card--flat.has-light-background .card__arrow>.icon.icon--svg svg {
  fill: whitesmoke;
}

.card--flat.has-border-dark {
  border-bottom: 3px solid #303030;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-dark .card__arrow span::before {
  background-color: #303030;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-dark .card__arrow span .icon svg {
  fill: whitesmoke;
}

.card--flat.has-dark-background .card-content {
  background-color: #303030;
  color: whitesmoke;
}

.card--flat.has-dark-background .button {
  background-color: #303030;
  color: whitesmoke;
  border-color: whitesmoke;
}

.card--flat.has-dark-background .button:hover,
.card--flat.has-dark-background .button:active,
.card--flat.has-dark-background .button:focus {
  background-color: whitesmoke;
  color: #303030;
  border-color: #303030;
}

.card--flat.has-dark-background .icon.icon--svg svg {
  fill: whitesmoke;
}

.card--flat.has-dark-background .card__arrow>.icon.icon--svg::before {
  background-color: whitesmoke;
  -webkit-box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
  box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
}

.card--flat.has-dark-background .card__arrow>.icon.icon--svg svg {
  fill: #303030;
}

.card--flat.has-border-primary {
  border-bottom: 3px solid #00504d;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-primary .card__arrow span::before {
  background-color: #00504d;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-primary .card__arrow span .icon svg {
  fill: #fff;
}

.card--flat.has-primary-background .card-content {
  background-color: #00504d;
  color: #fff;
}

.card--flat.has-primary-background .button {
  background-color: #00504d;
  color: #fff;
  border-color: #fff;
}

.card--flat.has-primary-background .button:hover,
.card--flat.has-primary-background .button:active,
.card--flat.has-primary-background .button:focus {
  background-color: #fff;
  color: #00504d;
  border-color: #00504d;
}

.card--flat.has-primary-background .icon.icon--svg svg {
  fill: #fff;
}

.card--flat.has-primary-background .card__arrow>.icon.icon--svg::before {
  background-color: #fff;
  -webkit-box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
  box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
}

.card--flat.has-primary-background .card__arrow>.icon.icon--svg svg {
  fill: #00504d;
}

.card--flat.has-border-link {
  border-bottom: 3px solid #00504d;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-link .card__arrow span::before {
  background-color: #00504d;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-link .card__arrow span .icon svg {
  fill: #fff;
}

.card--flat.has-link-background .card-content {
  background-color: #00504d;
  color: #fff;
}

.card--flat.has-link-background .button {
  background-color: #00504d;
  color: #fff;
  border-color: #fff;
}

.card--flat.has-link-background .button:hover,
.card--flat.has-link-background .button:active,
.card--flat.has-link-background .button:focus {
  background-color: #fff;
  color: #00504d;
  border-color: #00504d;
}

.card--flat.has-link-background .icon.icon--svg svg {
  fill: #fff;
}

.card--flat.has-link-background .card__arrow>.icon.icon--svg::before {
  background-color: #fff;
  -webkit-box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
  box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
}

.card--flat.has-link-background .card__arrow>.icon.icon--svg svg {
  fill: #00504d;
}

.card--flat.has-border-info {
  border-bottom: 3px solid #209cee;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-info .card__arrow span::before {
  background-color: #209cee;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-info .card__arrow span .icon svg {
  fill: #fff;
}

.card--flat.has-info-background .card-content {
  background-color: #209cee;
  color: #fff;
}

.card--flat.has-info-background .button {
  background-color: #209cee;
  color: #fff;
  border-color: #fff;
}

.card--flat.has-info-background .button:hover,
.card--flat.has-info-background .button:active,
.card--flat.has-info-background .button:focus {
  background-color: #fff;
  color: #209cee;
  border-color: #209cee;
}

.card--flat.has-info-background .icon.icon--svg svg {
  fill: #fff;
}

.card--flat.has-info-background .card__arrow>.icon.icon--svg::before {
  background-color: #fff;
  -webkit-box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
  box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
}

.card--flat.has-info-background .card__arrow>.icon.icon--svg svg {
  fill: #209cee;
}

.card--flat.has-border-success {
  border-bottom: 3px solid #23d160;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-success .card__arrow span::before {
  background-color: #23d160;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-success .card__arrow span .icon svg {
  fill: #fff;
}

.card--flat.has-success-background .card-content {
  background-color: #23d160;
  color: #fff;
}

.card--flat.has-success-background .button {
  background-color: #23d160;
  color: #fff;
  border-color: #fff;
}

.card--flat.has-success-background .button:hover,
.card--flat.has-success-background .button:active,
.card--flat.has-success-background .button:focus {
  background-color: #fff;
  color: #23d160;
  border-color: #23d160;
}

.card--flat.has-success-background .icon.icon--svg svg {
  fill: #fff;
}

.card--flat.has-success-background .card__arrow>.icon.icon--svg::before {
  background-color: #fff;
  -webkit-box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
  box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
}

.card--flat.has-success-background .card__arrow>.icon.icon--svg svg {
  fill: #23d160;
}

.card--flat.has-border-warning {
  border-bottom: 3px solid #ffdd57;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-warning .card__arrow span::before {
  background-color: #ffdd57;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-warning .card__arrow span .icon svg {
  fill: rgba(0, 0, 0, 0.7);
}

.card--flat.has-warning-background .card-content {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.card--flat.has-warning-background .button {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
}

.card--flat.has-warning-background .button:hover,
.card--flat.has-warning-background .button:active,
.card--flat.has-warning-background .button:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
  border-color: #ffdd57;
}

.card--flat.has-warning-background .icon.icon--svg svg {
  fill: rgba(0, 0, 0, 0.7);
}

.card--flat.has-warning-background .card__arrow>.icon.icon--svg::before {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
  box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
}

.card--flat.has-warning-background .card__arrow>.icon.icon--svg svg {
  fill: #ffdd57;
}

.card--flat.has-border-danger {
  border-bottom: 3px solid #ff3860;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-danger .card__arrow span::before {
  background-color: #ff3860;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-danger .card__arrow span .icon svg {
  fill: #fff;
}

.card--flat.has-danger-background .card-content {
  background-color: #ff3860;
  color: #fff;
}

.card--flat.has-danger-background .button {
  background-color: #ff3860;
  color: #fff;
  border-color: #fff;
}

.card--flat.has-danger-background .button:hover,
.card--flat.has-danger-background .button:active,
.card--flat.has-danger-background .button:focus {
  background-color: #fff;
  color: #ff3860;
  border-color: #ff3860;
}

.card--flat.has-danger-background .icon.icon--svg svg {
  fill: #fff;
}

.card--flat.has-danger-background .card__arrow>.icon.icon--svg::before {
  background-color: #fff;
  -webkit-box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
  box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
}

.card--flat.has-danger-background .card__arrow>.icon.icon--svg svg {
  fill: #ff3860;
}

.card--flat.has-border-secondary {
  border-bottom: 3px solid #8E0021;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-secondary .card__arrow span::before {
  background-color: #8E0021;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-secondary .card__arrow span .icon svg {
  fill: #fff;
}

.card--flat.has-secondary-background .card-content {
  background-color: #8E0021;
  color: #fff;
}

.card--flat.has-secondary-background .button {
  background-color: #8E0021;
  color: #fff;
  border-color: #fff;
}

.card--flat.has-secondary-background .button:hover,
.card--flat.has-secondary-background .button:active,
.card--flat.has-secondary-background .button:focus {
  background-color: #fff;
  color: #8E0021;
  border-color: #8E0021;
}

.card--flat.has-secondary-background .icon.icon--svg svg {
  fill: #fff;
}

.card--flat.has-secondary-background .card__arrow>.icon.icon--svg::before {
  background-color: #fff;
  -webkit-box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
  box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
}

.card--flat.has-secondary-background .card__arrow>.icon.icon--svg svg {
  fill: #8E0021;
}

.card--flat.has-border-som-gold {
  border-bottom: 3px solid #ffba00;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-som-gold .card__arrow span::before {
  background-color: #ffba00;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-som-gold .card__arrow span .icon svg {
  fill: #202020;
}

.card--flat.has-som-gold-background .card-content {
  background-color: #ffba00;
  color: #202020;
}

.card--flat.has-som-gold-background .button {
  background-color: #ffba00;
  color: #202020;
  border-color: #202020;
}

.card--flat.has-som-gold-background .button:hover,
.card--flat.has-som-gold-background .button:active,
.card--flat.has-som-gold-background .button:focus {
  background-color: #202020;
  color: #ffba00;
  border-color: #ffba00;
}

.card--flat.has-som-gold-background .icon.icon--svg svg {
  fill: #202020;
}

.card--flat.has-som-gold-background .card__arrow>.icon.icon--svg::before {
  background-color: #202020;
  -webkit-box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
  box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
}

.card--flat.has-som-gold-background .card__arrow>.icon.icon--svg svg {
  fill: #ffba00;
}

.card--flat.has-border-light-10 {
  border-bottom: 3px solid #efefef;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-light-10 .card__arrow span::before {
  background-color: #efefef;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-light-10 .card__arrow span .icon svg {
  fill: rgba(0, 0, 0, 0.7);
}

.card--flat.has-light-10-background .card-content {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.7);
}

.card--flat.has-light-10-background .button {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
}

.card--flat.has-light-10-background .button:hover,
.card--flat.has-light-10-background .button:active,
.card--flat.has-light-10-background .button:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #efefef;
  border-color: #efefef;
}

.card--flat.has-light-10-background .icon.icon--svg svg {
  fill: rgba(0, 0, 0, 0.7);
}

.card--flat.has-light-10-background .card__arrow>.icon.icon--svg::before {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
  box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
}

.card--flat.has-light-10-background .card__arrow>.icon.icon--svg svg {
  fill: #efefef;
}

.card--flat.has-border-light-8 {
  border-bottom: 3px solid #dfdfdf;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-light-8 .card__arrow span::before {
  background-color: #dfdfdf;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-light-8 .card__arrow span .icon svg {
  fill: rgba(0, 0, 0, 0.7);
}

.card--flat.has-light-8-background .card-content {
  background-color: #dfdfdf;
  color: rgba(0, 0, 0, 0.7);
}

.card--flat.has-light-8-background .button {
  background-color: #dfdfdf;
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
}

.card--flat.has-light-8-background .button:hover,
.card--flat.has-light-8-background .button:active,
.card--flat.has-light-8-background .button:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #dfdfdf;
  border-color: #dfdfdf;
}

.card--flat.has-light-8-background .icon.icon--svg svg {
  fill: rgba(0, 0, 0, 0.7);
}

.card--flat.has-light-8-background .card__arrow>.icon.icon--svg::before {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
  box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
}

.card--flat.has-light-8-background .card__arrow>.icon.icon--svg svg {
  fill: #dfdfdf;
}

.card--flat.has-border-transparent {
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-transparent .card__arrow span::before {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.card--flat.has-border-transparent .card__arrow span .icon svg {
  fill: #ffffff;
}

.card--flat.has-transparent-background .card-content {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}

.card--flat.has-transparent-background .button {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  border-color: #ffffff;
}

.card--flat.has-transparent-background .button:hover,
.card--flat.has-transparent-background .button:active,
.card--flat.has-transparent-background .button:focus {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.card--flat.has-transparent-background .icon.icon--svg svg {
  fill: #ffffff;
}

.card--flat.has-transparent-background .card__arrow>.icon.icon--svg::before {
  background-color: #ffffff;
  -webkit-box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
  box-shadow: inset 4px 0px 4px -3px rgba(223, 223, 223, 0.36), inset 0px 4px 4px -2px rgba(223, 223, 223, 0.36);
}

.card--flat.has-transparent-background .card__arrow>.icon.icon--svg svg {
  fill: rgba(0, 0, 0, 0);
}

/*.card--flat:hover, .card--flat:focus, .card--flat:active {
  cursor: pointer;
}*/
.card--flat:hover .card-image img,
.card--flat:focus .card-image img,
.card--flat:active .card-image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.card--flat:hover .image-overlay,
.card--flat:focus .image-overlay,
.card--flat:active .image-overlay {
  background-color: rgba(32, 32, 32, 0.36);
}

.card--flat:hover .card-content__text,
.card--flat:focus .card-content__text,
.card--flat:active .card-content__text {
  text-decoration: underline;
}

.card--flat:hover .card-content__read-more,
.card--flat:focus .card-content__read-more,
.card--flat:active .card-content__read-more {
  font-weight: 700;
}

.card--flat:hover .card__arrow .icon svg,
.card--flat:focus .card__arrow .icon svg,
.card--flat:active .card__arrow .icon svg {
  height: 100%;
  fill: #00504d;
}

/** Card date - inset in card image **/
.card__date--inset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efefef;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: auto;
}

.card__date--inset .card__date__day,
.card__date--inset .card__date__month {
  padding-top: 0.307rem;
  padding-bottom: 0.307rem;
}

.card__date--inset .card__date__day {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  color: #ffffff;
  padding-left: 0.809rem;
  padding-right: 0.809rem;
  border-right: 1px solid #202020;
  background-color: #8E0021;
}

.card__date--inset .card__date__month {
  -webkit-box-shadow: inset 4px 0px 4px -3px rgba(32, 32, 32, 0.36);
  box-shadow: inset 4px 0px 4px -3px rgba(32, 32, 32, 0.36);
  display: inline-block;
  width: 100%;
  line-height: 1;
  font-size: 0.9rem;
  padding-left: 0.809rem;
  padding-right: 0.809rem;
}

/** Card image - inset in image **/
.card-label--inset,
.card-label--inset--left {
  top: 9.0165708237%;
  padding-top: 0.23025rem;
  padding-bottom: 0.23025rem;
  padding-left: 0.809rem;
  padding-right: 0.809rem;
}

.card-label--inset {
  right: 0;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #ffffff;
  left: 0;
  right: -19.5%;
}

.card-label--inset.is-white {
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset.is-white:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #ffffff;
  left: 0;
  right: -19.5%;
}

.card-label--inset.is-black {
  color: #fff;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset.is-black:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #202020;
  left: 0;
  right: -19.5%;
}

.card-label--inset.is-light {
  color: #303030;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset.is-light:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: whitesmoke;
  left: 0;
  right: -19.5%;
}

.card-label--inset.is-dark {
  color: whitesmoke;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset.is-dark:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #303030;
  left: 0;
  right: -19.5%;
}

.card-label--inset.is-primary {
  color: #fff;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset.is-primary:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #00504d;
  left: 0;
  right: -19.5%;
}

.card-label--inset.is-link {
  color: #fff;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset.is-link:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #00504d;
  left: 0;
  right: -19.5%;
}

.card-label--inset.is-info {
  color: #fff;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset.is-info:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #209cee;
  left: 0;
  right: -19.5%;
}

.card-label--inset.is-success {
  color: #fff;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset.is-success:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #23d160;
  left: 0;
  right: -19.5%;
}

.card-label--inset.is-warning {
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset.is-warning:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #ffdd57;
  left: 0;
  right: -19.5%;
}

.card-label--inset.is-danger {
  color: #fff;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset.is-danger:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #ff3860;
  left: 0;
  right: -19.5%;
}

.card-label--inset.is-secondary {
  color: #fff;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset.is-secondary:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #8E0021;
  left: 0;
  right: -19.5%;
}

.card-label--inset.is-som-gold {
  color: #202020;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset.is-som-gold:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #ffba00;
  left: 0;
  right: -19.5%;
}

.card-label--inset.is-light-10 {
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset.is-light-10:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #efefef;
  left: 0;
  right: -19.5%;
}

.card-label--inset.is-light-8 {
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset.is-light-8:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #dfdfdf;
  left: 0;
  right: -19.5%;
}

.card-label--inset.is-transparent {
  color: #ffffff;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset.is-transparent:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  right: -19.5%;
}

.card-label--inset--left {
  left: 0;
  right: auto;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset--left:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #ffffff;
  left: -19.5%;
  right: 0;
}

.card-label--inset--left.is-white {
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset--left.is-white:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #ffffff;
  left: -19.5%;
  right: 0;
}

.card-label--inset--left.is-black {
  color: #fff;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset--left.is-black:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #202020;
  left: -19.5%;
  right: 0;
}

.card-label--inset--left.is-light {
  color: #303030;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset--left.is-light:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: whitesmoke;
  left: -19.5%;
  right: 0;
}

.card-label--inset--left.is-dark {
  color: whitesmoke;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset--left.is-dark:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #303030;
  left: -19.5%;
  right: 0;
}

.card-label--inset--left.is-primary {
  color: #fff;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset--left.is-primary:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #00504d;
  left: -19.5%;
  right: 0;
}

.card-label--inset--left.is-link {
  color: #fff;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset--left.is-link:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #00504d;
  left: -19.5%;
  right: 0;
}

.card-label--inset--left.is-info {
  color: #fff;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset--left.is-info:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #209cee;
  left: -19.5%;
  right: 0;
}

.card-label--inset--left.is-success {
  color: #fff;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset--left.is-success:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #23d160;
  left: -19.5%;
  right: 0;
}

.card-label--inset--left.is-warning {
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset--left.is-warning:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #ffdd57;
  left: -19.5%;
  right: 0;
}

.card-label--inset--left.is-danger {
  color: #fff;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset--left.is-danger:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #ff3860;
  left: -19.5%;
  right: 0;
}

.card-label--inset--left.is-secondary {
  color: #fff;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset--left.is-secondary:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #8E0021;
  left: -19.5%;
  right: 0;
}

.card-label--inset--left.is-som-gold {
  color: #202020;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset--left.is-som-gold:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #ffba00;
  left: -19.5%;
  right: 0;
}

.card-label--inset--left.is-light-10 {
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset--left.is-light-10:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #efefef;
  left: -19.5%;
  right: 0;
}

.card-label--inset--left.is-light-8 {
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset--left.is-light-8:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: #dfdfdf;
  left: -19.5%;
  right: 0;
}

.card-label--inset--left.is-transparent {
  color: #ffffff;
  position: relative;
  z-index: 3;
  position: absolute;
}

.card-label--inset--left.is-transparent:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 119.5%;
  top: 0;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
  left: -19.5%;
  right: 0;
}

.heading-only-card {
  border: none;
}

.heading-only-card .heading-only-card__content {
  border-left: 1px solid #efefef;
  border-bottom: 3px solid #00504d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-only-card .heading-only-card__content .card-heading {
  margin-bottom: 0;
}

.heading-only-card .card__arrow {
  max-width: 23.6064912503%;
}

.heading-only-card .card__arrow .icon {
  height: 100%;
  width: 100%;
  max-height: none;
}

.heading-only-card .card__arrow .icon::before {
  background-color: #00504d;
}

.heading-only-card .card__arrow .icon>svg {
  fill: #ffffff;
}

.heading-only-card .card__arrow .heading-only-card__icon-wrap {
  max-height: 2.344rem;
}

.heading-only-card .card__arrow .heading-only-card__icon-wrap svg {
  height: 2.344rem;
}

.heading-only-card:hover .card__anchor,
.heading-only-card:active .card__anchor,
.heading-only-card:focus .card__anchor {
  text-decoration: underline;
}

.heading-only-card:hover .card__arrow .heading-only-card__icon-wrap,
.heading-only-card:active .card__arrow .heading-only-card__icon-wrap,
.heading-only-card:focus .card__arrow .heading-only-card__icon-wrap {
  max-height: 2.344rem;
}

.heading-only-card:hover .card__arrow .heading-only-card__icon-wrap svg,
.heading-only-card:active .card__arrow .heading-only-card__icon-wrap svg,
.heading-only-card:focus .card__arrow .heading-only-card__icon-wrap svg {
  fill: #ffffff;
  height: 2.344rem;
}

.card--dark {
  color: #ffffff;
}

.card--dark .card-content {
  background-color: #323232;
}

.card--dark .icon svg {
  fill: #ffffff;
  stroke: #ffffff;
}

/** Site gateway cards **/
.site-gateways {
  padding-top: 2.344rem;
  padding-bottom: 3.662rem;
}

.site-gateways+.site-gateways {
  padding-top: 0;
}

.site-gateway__card,
.site-gateway__card--left {
  border: 1px solid #efefef;
  border-bottom: 3px solid #00504d;
}

.site-gateway__card .card-heading,
.site-gateway__card--left .card-heading {
  font-size: 1rem;
  margin-bottom: 0.614rem;
}

@media screen and (max-width: 1023px) {

  .site-gateway__card .card-heading,
  .site-gateway__card--left .card-heading {
    font-size: 1.25rem;
  }
}

.site-gateway__card .card-content,
.site-gateway__card--left .card-content {
  text-align: center;
}

.site-gateway__card .card-content p,
.site-gateway__card--left .card-content p {
  margin-bottom: 0;
}

.site-gateway__card .card__anchor,
.site-gateway__card--left .card__anchor {
  color: transparent;
}

.site-gateway__card .card__anchor *,
.site-gateway__card--left .card__anchor * {
  color: #323232;
}

.site-gateway__card .card__arrow>.icon.icon--svg::before,
.site-gateway__card--left .card__arrow>.icon.icon--svg::before {
  background-color: #00504d;
}

.site-gateway__card:hover,
.site-gateway__card:active,
.site-gateway__card:focus,
.site-gateway__card--left:hover,
.site-gateway__card--left:active,
.site-gateway__card--left:focus {
  background-color: #00504d;
  color: #ffffff;
}

.site-gateway__card:hover .card__anchor,
.site-gateway__card:active .card__anchor,
.site-gateway__card:focus .card__anchor,
.site-gateway__card--left:hover .card__anchor,
.site-gateway__card--left:active .card__anchor,
.site-gateway__card--left:focus .card__anchor {
  text-decoration: none;
  outline-color: #202020;
}

.site-gateway__card:hover .card__anchor *,
.site-gateway__card:active .card__anchor *,
.site-gateway__card:focus .card__anchor *,
.site-gateway__card--left:hover .card__anchor *,
.site-gateway__card--left:active .card__anchor *,
.site-gateway__card--left:focus .card__anchor * {
  color: #ffffff;
}

.site-gateway__card:hover .card__anchor p,
.site-gateway__card:active .card__anchor p,
.site-gateway__card:focus .card__anchor p,
.site-gateway__card--left:hover .card__anchor p,
.site-gateway__card--left:active .card__anchor p,
.site-gateway__card--left:focus .card__anchor p {
  text-decoration: none;
}

.site-gateway__card:hover .card__arrow>.icon.icon--svg::before,
.site-gateway__card:active .card__arrow>.icon.icon--svg::before,
.site-gateway__card:focus .card__arrow>.icon.icon--svg::before,
.site-gateway__card--left:hover .card__arrow>.icon.icon--svg::before,
.site-gateway__card--left:active .card__arrow>.icon.icon--svg::before,
.site-gateway__card--left:focus .card__arrow>.icon.icon--svg::before {
  background-color: #ffffff;
}

.site-gateway__card--left .card-content {
  text-align: left;
}

.site-gateway__card--left .card-heading {
  font-size: 1.25rem;
}

/** Featured programs cards **/
.featured-programs {
  background-color: #efefef;
  padding-top: 3.516rem;
  padding-bottom: 4.688rem;
  -webkit-box-shadow: 0px -8px 8px -4px rgba(32, 32, 32, 0.24), inset 0px -8px 8px -4px rgba(32, 32, 32, 0.24);
  box-shadow: 0px -8px 8px -4px rgba(32, 32, 32, 0.24), inset 0px -8px 8px -4px rgba(32, 32, 32, 0.24);
}

.featured-programs>.container {
  margin-right: auto;
  margin-left: auto;
}

.featured-programs .section__intro {
  padding-bottom: 1rem;
  border-bottom: none;
}

.featured-programs .featured-programs__outer-columns>.column {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.featured-programs .featured-programs__outer-columns>.column:first-child {
  padding-bottom: 2.344rem;
}

.featured-programs .featured-programs__outer-columns>.column:last-child {
  padding-top: 2.344rem;
}

@media screen and (min-width: 768px),
print {
  .featured-programs .featured-programs__outer-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
}

.featured-programs .featured-programs__column>.columns>.column {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 540px) {
  .featured-programs .featured-programs__column {
    padding-left: 9.0165708237%;
    padding-right: 9.0165708237%;
  }
}

@media screen and (min-width: 1024px) {
  .featured-programs .featured-programs__column {
    padding: 0.48rem 1.618rem;
  }
}

@media screen and (min-width: 540px) {
  .featured-programs .featured-programs__column.featured-programs-cards>.columns {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .featured-programs .featured-programs__column.featured-programs-cards>.columns>.column {
    padding: 0;
    -ms-flex: 1 1 50%;
    -webkit-box-flex: 1;
    flex: 1 1 50%;
    max-width: 32.3%;
  }
}

@media screen and (min-width: 1024px) {
  .featured-programs .featured-programs__column.featured-programs-cards>.columns>.column {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    max-width: none;
  }
}

@media screen and (min-width: 1216px) {
  .featured-programs .featured-programs__column.featured-programs-cards>.columns>.column {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    max-width: none;
  }
}

@media screen and (min-width: 1024px) {
  .featured-programs .featured-programs__column.featured-programs__intro--column .featured-programs-cards__intro {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .featured-programs-cards__intro {
    margin-bottom: auto;
  }
}

.featured-programs-card {
  text-align: right;
  position: relative;
  overflow: hidden;
  border: none;
  -webkit-transition: -webkit-transform 240ms ease-out 40ms;
  transition: -webkit-transform 240ms ease-out 40ms;
  transition: transform 240ms ease-out 40ms;
  transition: transform 240ms ease-out 40ms, -webkit-transform 240ms ease-out 40ms;
}

.featured-programs-card .card-image figure {
  padding-top: 120%;
  overflow: hidden;
}

.featured-programs-card .card-image figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .featured-programs-card .card-image figure {
    padding-top: 142%;
  }
}

.featured-programs-card .card-content {
  color: #ffffff;
  padding-bottom: 0.96rem;
  /* padding-right: 1.2944rem;
  padding-left: 1.2944rem; */
  padding-top: 1.2944rem;
  position: absolute;
  bottom: -7.6rem;
  left: 0;
  z-index: 20;
  width: 100%;
  -webkit-transition: background-color 260ms ease-out, bottom 280ms ease-out;
  transition: background-color 260ms ease-out, bottom 280ms ease-out;
}

.featured-programs-card .card-content .card-heading {
  font-family: "garamond-premier-pro-display", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 1.953rem;
  margin-bottom: 0.64rem;
}

@media screen and (min-width: 510px) {
  .featured-programs-card .card-content {
    bottom: -6.8rem;
  }
}

@media screen and (min-width: 540px) {
  .featured-programs-card .card-content {
    bottom: -10.2rem;
  }
}

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

@media screen and (min-width: 680px) {
  .featured-programs-card .card-content {
    bottom: -7.6rem;
  }
}

@media screen and (min-width: 768px),
print {
  .featured-programs-card .card-content {
    bottom: -7.2rem;
  }
}

@media screen and (min-width: 900px) {
  .featured-programs-card .card-content {
    bottom: -8.0rem;
  }
}

@media screen and (min-width: 1024px) {
  .featured-programs-card .card-content {
    bottom: -7rem;
  }
}

@media screen and (min-width: 1216px) {
  .featured-programs-card .card-content {
    bottom: -7rem;
  }
}

.featured-programs-card .card-content p {
  margin-bottom: 0.307rem;
}

.featured-programs-card .card-content .card-content__read-more {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: inherit;
  margin-bottom: 0;
}

.featured-programs-card .card-content .card-content__read-more .icon svg {
  fill: #ffffff;
}

.featured-programs-card:hover,
.featured-programs-card:active,
.featured-programs-card:focus {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.75);
  overflow: visible;
  z-index: 30;
}

.featured-programs-card:hover .card-content,
.featured-programs-card:active .card-content,
.featured-programs-card:focus .card-content {
  bottom: 0rem;
  background-color: rgba(0, 80, 77, 0.82);
}

.featured-programs-card:hover .card-heading,
.featured-programs-card:hover .card-content,
.featured-programs-card:active .card-heading,
.featured-programs-card:active .card-content,
.featured-programs-card:focus .card-heading,
.featured-programs-card:focus .card-content {
  height: auto !important;
}

.featured-programs-2 .cards-columns>.columns {
  -ms-flex: 1 1 0;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}

.program-card {
  position: relative;
}

.program-card .card-heading {
  margin-bottom: 0.96rem;
}

.program-card .card-content__read-more {
  margin-top: 0;
  padding-right: 0.4045rem;
  font-size: 1rem;
  text-transform: none;
}

.program-card .card-content__read-more:hover,
.program-card .card-content__read-more:active,
.program-card .card-content__read-more:focus {
  font-weight: 400;
  text-decoration: underline;
}

.program-card .program-card__intro {
  margin-bottom: 1.2rem;
}

.program-card:hover,
.program-card:active,
.program-card:focus {
  cursor: auto;
}

.program-card:hover .card-content__read-more,
.program-card:active .card-content__read-more,
.program-card:focus .card-content__read-more {
  font-weight: 400;
}

.program-card .card__arrow {
  margin-top: -1.5rem;
}

.program-card .card__arrow .icon svg {
  height: 90%;
}

.program-card__ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.program-card__ctas a,
.program-card__ctas .button {
  margin-right: 0.809rem;
}

.featured-programs-card-alt {
  border-bottom-width: 3px;
  border-bottom-color: #00504d;
}

.featured-programs-card-alt:hover,
.featured-programs-card-alt:active,
.featured-programs-card-alt:focus {
  cursor: auto;
}

.featured-programs-card-alt .card-content {
  padding-top: 1.875rem;
  padding-bottom: 0.614rem;
}

.featured-programs-card-alt .image {
  position: relative;
}

.featured-programs-card-alt .image::before {
  z-index: 20;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(32, 32, 32, 0.1618);
}

.featured-programs-card-alt .image::before {
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.featured-programs-card-alt .image>img {
  z-index: 0;
}

.featured-programs-card-alt .program-card__ctas {
  margin-top: 1.5rem;
}

.featured-programs-card-alt .program-card__ctas .button {
  margin-top: 0;
  margin-bottom: 0;
}

.featured-programs-card-alt .button:not([class*='is-']):hover,
.featured-programs-card-alt .button:not([class*='is-']):active,
.featured-programs-card-alt .button:not([class*='is-']):focus {
  background-color: #ffba00;
  border-color: #ffffff;
}

.featured-programs-card-alt:hover .image::before,
.featured-programs-card-alt:active .image::before,
.featured-programs-card-alt:focus .image::before {
  background-color: rgba(32, 32, 32, 0.22);
}

.featured-programs-card-alt:hover .card__arrow .icon svg,
.featured-programs-card-alt:active .card__arrow .icon svg,
.featured-programs-card-alt:focus .card__arrow .icon svg {
  fill: #ffffff;
}

/** Video slider - has a caption and play icon **/
.video-slider-card .card-content,
.photo-slider-card .card-content {
  padding: 0;
}

.video-slider-card .card-content__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.video-slider-card .video-slider__play,
.video-slider-card .video-slider__caption,
.photo-slider-card .photo-slider__caption {
  padding-top: 0.96rem;
  padding-bottom: 0.96rem;
}

.video-slider-card .video-slider__play {
  width: 14.5888115927%;
  border-right: 1px solid #202020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 160ms ease-in;
  transition: background-color 160ms ease-in;
}

.video-slider-card .video-slider__play span {
  width: 3.052rem;
  height: 3.052rem;
}

.video-slider-card .video-slider__play:hover,
.video-slider-card .video-slider__play:active,
.video-slider-card .video-slider__play:focus {
  background-color: #efefef;
}

.video-slider-card .video-slider__caption,
.photo-slider-card .photo-slider__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  padding-left: 0.809rem;
  padding-right: 0.809rem;
  font-size: 1.125rem;
}

.video-slider-card .video-slider__date {
  margin-top: 0.307rem;
  font-size: 0.9rem;
}

.video-slider-card.is-related-video .video-slider__caption,
.photo-slider-card.is-related-video .photo-slider__caption,
.video-slider-card.is-related-video .video-slider__play {
  background-color: #202020;
  color: #ffffff;
}

.video-slider-card.is-related-video .video-slider__play {
  width: 23.6064912503%;
  border-right-color: #ffffff;
}

.video-slider-card.is-related-video .video-slider__play:hover,
.video-slider-card.is-related-video .video-slider__play:active,
.video-slider-card.is-related-video .video-slider__play:focus {
  background-color: #323232;
}

@media screen and (min-width: 768px),
print {
  .video-slider-card .video-slider__play span {
    width: 3.815rem;
    height: 3.815rem;
  }

  .video-slider-card.is-related-video .video-slider__play span {
    width: 2.441rem;
    height: 2.441rem;
  }
}

/** Featured discovery card - card-content has a date and discovery title,
    card image has a category label **/
.featured-discovery-card .card-image {
  position: relative;
}

.featured-discovery-card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.featured-discovery-card .card-content .card__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.featured-discovery-card .card-content.is-featured {
  background-color: #202020;
  color: #ffffff;
}

.featured-discovery-card .card-content.is-featured a {
  color: #ffffff;
}

.featured-discovery-card .card-content.is-featured .card__title {
  font-size: 1.125rem;
}

.featured-discovery-card .card__date--plain {
  font-size: 0.8rem;
  margin-bottom: 0;
  margin-top: 0.614rem;
  color: #323232;
}

.featured-discovery-card .card__title {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}

.grad-overlay-card {
  color: #ffffff;
  position: relative;
}

.grad-overlay-card .card-heading {
  font-size: 1.563rem;
  margin-bottom: 0.307rem;
}

@media screen and (min-width: 1024px) {
  .grad-overlay-card .card-heading {
    font-size: 1.563rem;
  }
}

@media screen and (min-width: 1216px) {
  .grad-overlay-card .card-heading {
    font-size: 1.563rem;
  }
}

@media screen and (min-width: 1408px) {
  .grad-overlay-card .card-heading {
    font-size: 1.563rem;
  }
}

@media screen and (min-width: 1684px) {
  .grad-overlay-card .card-heading {
    font-size: 1.563rem;
  }
}

.grad-overlay-card p {
  margin-bottom: 0;
}

.grad-overlay-card .som-content-label {
  z-index: 20;
}

.grad-overlay-card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.grad-overlay-card a:hover p,
.grad-overlay-card a:active p,
.grad-overlay-card a:focus p {
  text-decoration: underline;
}

.grad-overlay-card.grad-overlay-card--vcu-health .card-label::before {
  background-color: #ffba00;
}

.grad-overlay-card.grad-overlay-card--vcu-health .card-heading {
  text-shadow: 2px 2px 2px rgba(32, 32, 32, 0.52);
  margin-bottom: 0;
}

.grad-overlay-card.grad-overlay-card--vcu-health .card-cta {
  font-size: 1.25rem;
  color: #ffba00;
}

.grad-overlay-card.grad-overlay-card--vcu-health .card-cta .icon.is-inline-icon {
  height: 1.25rem;
  width: 1.25rem;
  bottom: -0.32rem;
}

.grad-overlay-card.grad-overlay-card--vcu-health .card-cta svg {
  fill: #ffba00;
}

.grad-overlay-card.grad-overlay-card--vcu-health:hover .card-cta,
.grad-overlay-card.grad-overlay-card--vcu-health:active .card-cta,
.grad-overlay-card.grad-overlay-card--vcu-health:focus .card-cta {
  text-decoration: underline;
}

@media screen and (min-width: 1820px) {
  .grad-overlay-card.grad-overlay-card--vcu-health .card-content .card-heading {
    font-size: 1.563rem;
  }

  .grad-overlay-card.grad-overlay-card--vcu-health .card-content .card-label {
    font-size: 0.75rem;
  }

  .grad-overlay-card.grad-overlay-card--vcu-health .card-content .card-cta {
    font-size: 1rem;
  }
}

.by-the-numbers-card .by-the-numbers__number {
  font-family: "garamond-premier-pro-display", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 4.76875rem;
  line-height: 1;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 767px) {
  .by-the-numbers-card .by-the-numbers__number {
    margin-bottom: 0;
  }
}

.by-the-numbers-card .by-the-numbers__sub-text {
  font-size: 1.953rem;
  font-weight: 700;
  margin-bottom: 0;
}

.by-the-numbers-card .by-the-numbers__text {
  font-size: 1.125rem;
}

.sidebar-card {
  background-color: #ffffff;
  padding-top: 0.96rem;
  padding-left: 0.5393333333rem;
  padding-right: 0.5393333333rem;
}

.sidebar-card .card-title {
  font-weight: 700;
  margin-bottom: 0.96rem;
}

.sidebar-card .news-events--listing .news-listing__title,
.sidebar-card .news-events--listing .news-listing__date {
  font-size: 0.9rem;
}

.sidebar-card .news-events--listing .news-listing__label {
  font-size: 0.75rem;
}

/*Feature sections with cards - .has-colour classes */
.section.feature-section.has-secondary-cards .section__title--featured .section__title>span {
  background-color: #8E0021;
}

.section.feature-section.has-secondary-cards .card-flat .card__arrow span::before {
  background-color: #8E0021;
}

.section.feature-section.has-secondary-cards .card-flat .card__arrow span>svg {
  fill: #fff;
}

.section.feature-section.has-secondary-cards .site-gateway__card {
  border-bottom-color: #8E0021;
}

.section.feature-section.has-secondary-cards .site-gateway__card .card__arrow .icon::before {
  background-color: #8E0021;
}

.section.feature-section.has-secondary-cards .site-gateway__card:hover,
.section.feature-section.has-secondary-cards .site-gateway__card:active,
.section.feature-section.has-secondary-cards .site-gateway__card:focus {
  background-color: #8E0021;
  color: #fff;
}

.section.feature-section.has-secondary-cards .video-slider-card {
  border: none;
}

.section.feature-section.has-secondary-cards .video-slider-card .card-content__controls,
.section.feature-section.has-secondary-cards .video-slider-card .card-content__controls {
  background-color: #8E0021;
  color: #fff;
}

.section.feature-section.has-secondary-cards .video-slider-card .card-content__controls:hover,
.section.feature-section.has-secondary-cards .video-slider-card .card-content__controls:active,
.section.feature-section.has-secondary-cards .video-slider-card .card-content__controls:focus {
  background-color: #75001b;
}

.section.feature-section.has-secondary-cards .video-slider-card .video-slider__play:hover,
.section.feature-section.has-secondary-cards .video-slider-card .video-slider__play:active,
.section.feature-section.has-secondary-cards .video-slider-card .video-slider__play:focus {
  background-color: #75001b;
}

.section.feature-section.has-secondary-cards .heading-only-card {
  border-bottom-color: #8E0021;
}

.section.feature-section.has-secondary-cards .heading-only-card .heading-only-card__content {
  border-bottom-color: #8E0021;
}

.section.feature-section.has-secondary-cards .heading-only-card .card__arrow {
  max-width: 23.6064912503%;
}

.section.feature-section.has-secondary-cards .heading-only-card .card__arrow .icon {
  height: 100%;
  width: 100%;
  max-height: none;
}

.section.feature-section.has-secondary-cards .heading-only-card .card__arrow .icon::before {
  background-color: #8E0021;
}

.section.feature-section.has-secondary-cards .heading-only-card .card__arrow .heading-only-card__icon-wrap {
  max-height: 2.344rem;
}

.section.feature-section.has-secondary-cards .heading-only-card .card__arrow .heading-only-card__icon-wrap svg {
  height: 2.344rem;
}

.section.feature-section.has-primary-cards .section__title--featured .section__title>span {
  background-color: #00504d;
}

.section.feature-section.has-primary-cards .card-flat .card__arrow span::before {
  background-color: #00504d;
}

.section.feature-section.has-primary-cards .card-flat .card__arrow span>svg {
  fill: #fff;
}

.section.feature-section.has-primary-cards .site-gateway__card {
  border-bottom-color: #00504d;
}

.section.feature-section.has-primary-cards .site-gateway__card .card__arrow .icon::before {
  background-color: #00504d;
}

.section.feature-section.has-primary-cards .site-gateway__card:hover,
.section.feature-section.has-primary-cards .site-gateway__card:active,
.section.feature-section.has-primary-cards .site-gateway__card:focus {
  background-color: #00504d;
  color: #fff;
}

.section.feature-section.has-primary-cards .video-slider-card {
  border: none;
}

.section.feature-section.has-primary-cards .video-slider-card .card-content__controls {
  background-color: #00504d;
  color: #fff;
}

.section.feature-section.has-primary-cards .video-slider-card .card-content__controls:hover,
.section.feature-section.has-primary-cards .video-slider-card .card-content__controls:active,
.section.feature-section.has-primary-cards .video-slider-card .card-content__controls:focus {
  background-color: #003734;
}

.section.feature-section.has-primary-cards .video-slider-card .video-slider__play:hover,
.section.feature-section.has-primary-cards .video-slider-card .video-slider__play:active,
.section.feature-section.has-primary-cards .video-slider-card .video-slider__play:focus {
  background-color: #003734;
}

.section.feature-section.has-primary-cards .heading-only-card {
  border-bottom-color: #00504d;
}

.section.feature-section.has-primary-cards .heading-only-card .heading-only-card__content {
  border-bottom-color: #00504d;
}

.section.feature-section.has-primary-cards .heading-only-card .card__arrow {
  max-width: 23.6064912503%;
}

.section.feature-section.has-primary-cards .heading-only-card .card__arrow .icon {
  height: 100%;
  width: 100%;
  max-height: none;
}

.section.feature-section.has-primary-cards .heading-only-card .card__arrow .icon::before {
  background-color: #00504d;
}

.section.feature-section.has-primary-cards .heading-only-card .card__arrow .heading-only-card__icon-wrap {
  max-height: 2.344rem;
}

.section.feature-section.has-primary-cards .heading-only-card .card__arrow .heading-only-card__icon-wrap svg {
  height: 2.344rem;
}

.section.feature-section.has-som-yellow-cards .section__title--featured .section__title>span {
  background-color: #ffba00;
}

.section.feature-section.has-som-yellow-cards .card-flat .card__arrow span::before {
  background-color: #ffba00;
}

.section.feature-section.has-som-yellow-cards .card-flat .card__arrow span>svg {
  fill: #202020;
}

.section.feature-section.has-som-yellow-cards .site-gateway__card {
  border-bottom-color: #ffba00;
}

.section.feature-section.has-som-yellow-cards .site-gateway__card .card__arrow .icon::before {
  background-color: #ffba00;
}

.section.feature-section.has-som-yellow-cards .site-gateway__card:hover,
.section.feature-section.has-som-yellow-cards .site-gateway__card:active,
.section.feature-section.has-som-yellow-cards .site-gateway__card:focus {
  background-color: #ffba00;
  color: #202020;
}

.section.feature-section.has-som-yellow-cards .video-slider-card {
  border: none;
}

.section.feature-section.has-som-yellow-cards .video-slider-card .card-content__controls {
  background-color: #ffba00;
  color: #202020;
}

.section.feature-section.has-som-yellow-cards .video-slider-card .card-content__controls:hover,
.section.feature-section.has-som-yellow-cards .video-slider-card .card-content__controls:active,
.section.feature-section.has-som-yellow-cards .video-slider-card .card-content__controls:focus {
  background-color: #e6a700;
}

.section.feature-section.has-som-yellow-cards .video-slider-card .video-slider__play:hover,
.section.feature-section.has-som-yellow-cards .video-slider-card .video-slider__play:active,
.section.feature-section.has-som-yellow-cards .video-slider-card .video-slider__play:focus {
  background-color: #e6a700;
}

.section.feature-section.has-som-yellow-cards .heading-only-card {
  border-bottom-color: #ffba00;
}

.section.feature-section.has-som-yellow-cards .heading-only-card .heading-only-card__content {
  border-bottom-color: #ffba00;
}

.section.feature-section.has-som-yellow-cards .heading-only-card .card__arrow {
  max-width: 23.6064912503%;
}

.section.feature-section.has-som-yellow-cards .heading-only-card .card__arrow .icon {
  height: 100%;
  width: 100%;
  max-height: none;
}

.section.feature-section.has-som-yellow-cards .heading-only-card .card__arrow .icon::before {
  background-color: #ffba00;
}

.section.feature-section.has-som-yellow-cards .heading-only-card .card__arrow .heading-only-card__icon-wrap {
  max-height: 2.344rem;
}

.section.feature-section.has-som-yellow-cards .heading-only-card .card__arrow .heading-only-card__icon-wrap svg {
  height: 2.344rem;
}

.plain-cards-feature .cards-columns .card-content {
  color: #ffffff;
}

.plain-cards-feature .cards-columns .column:nth-child(odd) .card-content {
  background-color: #00504d;
}

.plain-cards-feature .cards-columns .column:nth-child(odd) .button {
  color: #00504d;
  background-color: #ffffff;
  border-color: #ffba00;
}

.plain-cards-feature .cards-columns .column:nth-child(odd) .button:hover,
.plain-cards-feature .cards-columns .column:nth-child(odd) .button:active,
.plain-cards-feature .cards-columns .column:nth-child(odd) .button:focus {
  background-color: #ffba00;
  border-color: #ffffff;
  color: #00504d;
}

.plain-cards-feature .cards-columns .column:nth-child(even) .card-content {
  background-color: #8E0021;
}

.plain-cards-feature .cards-columns .column:nth-child(even) .button {
  color: #8E0021;
  background-color: #ffffff;
  border-color: #ffba00;
}

.plain-cards-feature .cards-columns .column:nth-child(even) .button:hover,
.plain-cards-feature .cards-columns .column:nth-child(even) .button:active,
.plain-cards-feature .cards-columns .column:nth-child(even) .button:focus {
  background-color: #ffba00;
  border-color: #ffffff;
  color: #8E0021;
}

/* Hero block */
.hero:not([class*='-background']) {
  background-color: #606060;
  background-image: linear-gradient(19.5deg, #6e6e6e, #525252);
  color: #ffffff;
}

.hero a:not(.button) {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

.hero a:not(.button):hover,
.hero a:not(.button):active,
.hero a:not(.button):focus {
  text-decoration: underline;
}

.hero .section__label {
  font-weight: 200;
}

.hero .button {
  margin-bottom: 1.2rem;
}

.hero.hero--narrow {
  padding-top: 3.662rem;
  padding-bottom: 3.662rem;
}

@media screen and (min-width: 1408px) {
  .hero.hero--narrow {
    padding-top: 4.578rem;
    padding-bottom: 4.578rem;
  }
}

.hero.hero--video {
  padding-top: 0;
  background-color: #202020;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero.hero--video .hero-video__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.hero.hero--video .hero-video {
  padding-top: 56.25%;
  position: relative;
  display: block;
}

.hero.hero--video .hero-video>video {
  -webkit-transform: none;
  transform: none;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%; commenting this rule out to address left and right side bars showing in video hero space -- agcarroll 01/23/2019*/
}

.hero.hero--video .hero-video-ctrl {
  position: absolute;
  top: 0;
  right: 40px;
  margin-top: 20px;
  z-index: 22;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  padding: 7px 15px;
  font-size: 0.8em;
  border-radius: 25px;
}

@media screen and (max-width: 1024px) {
  .hero.hero--video .hero-video-ctrl {
    right: 5px;
    margin-top: 10px;
  }
}

/* above class and media query added by mattesmj 01/17/19 for homepage video accesible playback */

.hero.has-footer-nav {
  padding-top: 5.722rem;
}

.hero.has-footer-nav .columns {
  margin-bottom: 0;
}

.hero.has-footer-nav .hero-footer {
  position: relative;
  padding-top: 3.662rem;
  z-index: 20;
}

.hero.has-footer-nav .hero__footer-nav--item {
  padding-top: 0.614rem;
  padding-bottom: 0.614rem;
  padding-left: 1.618rem;
  padding-right: 1.618rem;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
  -webkit-box-pack: stretch;
  justify-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-shadow: inset 0px 4px 4px -2px rgba(32, 32, 32, 0.36);
  box-shadow: inset 0px 4px 4px -2px rgba(32, 32, 32, 0.36);
  color: #ffffff;
}

.hero.has-footer-nav .hero__footer-nav--item::last-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hero.has-footer-nav .hero__footer-nav--item:hover,
.hero.has-footer-nav .hero__footer-nav--item:active,
.hero.has-footer-nav .hero__footer-nav--item:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hero.has-footer-nav .hero__footer-nav--item:hover>a,
.hero.has-footer-nav .hero__footer-nav--item:active>a,
.hero.has-footer-nav .hero__footer-nav--item:focus>a {
  text-decoration: underline;
}

.hero.has-footer-nav .hero__footer-nav--item:nth-child(odd) {
  background-color: #00504d;
}

.hero.has-footer-nav .hero__footer-nav--item::nth-child(even) {
  background-color: #8E0021;
}

.hero.has-footer-nav .hero__footer-nav--item>a,
.hero.has-footer-nav .hero__footer-nav--item span {
  display: block;
}

.hero.has-footer-nav .hero__footer-nav--item>a {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero.has-footer-nav .hero__footer-nav--item>a>span {
  max-height: none;
  max-width: none;
  width: 1.5rem;
  height: 1.5rem;
}

.hero.has-footer-nav .hero__footer-nav--item svg {
  fill: #ffffff;
}

@media screen and (min-width: 768px),
print {
  .hero.has-footer-nav .hero__footer-nav--item {
    padding-top: 1.6875rem;
    padding-bottom: 1.6875rem;
    padding-left: 1.618rem;
    padding-right: 1.618rem;
    -webkit-box-shadow: inset -4px 0px 4px -3px rgba(32, 32, 32, 0.36);
    box-shadow: inset -4px 0px 4px -3px rgba(32, 32, 32, 0.36);
    max-width: 180px;
  }

  .hero.has-footer-nav .hero__footer-nav--item>a>span {
    width: 2.344rem;
    height: 2.344rem;
  }
}

@media screen and (min-width: 1216px) {
  .hero.has-footer-nav .hero__footer-nav--item>a>span {
    width: 2.637rem;
    height: 2.637rem;
  }
}

@media screen and (min-width: 768px),
print {
  .hero.has-footer-nav .hero__footer-nav {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
  }
}

.hero.has-footer-nav.has-white-background--grad .hero__footer-nav--item:nth-child(odd) {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.7);
}

.hero.has-footer-nav.has-white-background--grad .hero__footer-nav--item:nth-child(odd) svg {
  fill: rgba(0, 0, 0, 0.7);
}

.hero.has-footer-nav.has-white-background--grad .hero__footer-nav--item:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.hero.has-footer-nav.has-white-background--grad .hero__footer-nav--item:nth-child(even) svg {
  fill: #ffffff;
}

.hero.has-footer-nav.has-black-background--grad .hero__footer-nav--item:nth-child(odd) {
  background-color: #202020;
  color: #fff;
}

.hero.has-footer-nav.has-black-background--grad .hero__footer-nav--item:nth-child(odd) svg {
  fill: #fff;
}

.hero.has-footer-nav.has-black-background--grad .hero__footer-nav--item:nth-child(even) {
  background-color: #fff;
  color: #202020;
}

.hero.has-footer-nav.has-black-background--grad .hero__footer-nav--item:nth-child(even) svg {
  fill: #202020;
}

.hero.has-footer-nav.has-light-background--grad .hero__footer-nav--item:nth-child(odd) {
  background-color: whitesmoke;
  color: #303030;
}

.hero.has-footer-nav.has-light-background--grad .hero__footer-nav--item:nth-child(odd) svg {
  fill: #303030;
}

.hero.has-footer-nav.has-light-background--grad .hero__footer-nav--item:nth-child(even) {
  background-color: #303030;
  color: whitesmoke;
}

.hero.has-footer-nav.has-light-background--grad .hero__footer-nav--item:nth-child(even) svg {
  fill: whitesmoke;
}

.hero.has-footer-nav.has-dark-background--grad .hero__footer-nav--item:nth-child(odd) {
  background-color: #303030;
  color: whitesmoke;
}

.hero.has-footer-nav.has-dark-background--grad .hero__footer-nav--item:nth-child(odd) svg {
  fill: whitesmoke;
}

.hero.has-footer-nav.has-dark-background--grad .hero__footer-nav--item:nth-child(even) {
  background-color: whitesmoke;
  color: #303030;
}

.hero.has-footer-nav.has-dark-background--grad .hero__footer-nav--item:nth-child(even) svg {
  fill: #303030;
}

.hero.has-footer-nav.has-primary-background--grad .hero__footer-nav--item:nth-child(odd) {
  background-color: #00504d;
  color: #fff;
}

.hero.has-footer-nav.has-primary-background--grad .hero__footer-nav--item:nth-child(odd) svg {
  fill: #fff;
}

.hero.has-footer-nav.has-primary-background--grad .hero__footer-nav--item:nth-child(even) {
  background-color: #fff;
  color: #00504d;
}

.hero.has-footer-nav.has-primary-background--grad .hero__footer-nav--item:nth-child(even) svg {
  fill: #00504d;
}

.hero.has-footer-nav.has-link-background--grad .hero__footer-nav--item:nth-child(odd) {
  background-color: #00504d;
  color: #fff;
}

.hero.has-footer-nav.has-link-background--grad .hero__footer-nav--item:nth-child(odd) svg {
  fill: #fff;
}

.hero.has-footer-nav.has-link-background--grad .hero__footer-nav--item:nth-child(even) {
  background-color: #fff;
  color: #00504d;
}

.hero.has-footer-nav.has-link-background--grad .hero__footer-nav--item:nth-child(even) svg {
  fill: #00504d;
}

.hero.has-footer-nav.has-info-background--grad .hero__footer-nav--item:nth-child(odd) {
  background-color: #209cee;
  color: #fff;
}

.hero.has-footer-nav.has-info-background--grad .hero__footer-nav--item:nth-child(odd) svg {
  fill: #fff;
}

.hero.has-footer-nav.has-info-background--grad .hero__footer-nav--item:nth-child(even) {
  background-color: #fff;
  color: #209cee;
}

.hero.has-footer-nav.has-info-background--grad .hero__footer-nav--item:nth-child(even) svg {
  fill: #209cee;
}

.hero.has-footer-nav.has-success-background--grad .hero__footer-nav--item:nth-child(odd) {
  background-color: #23d160;
  color: #fff;
}

.hero.has-footer-nav.has-success-background--grad .hero__footer-nav--item:nth-child(odd) svg {
  fill: #fff;
}

.hero.has-footer-nav.has-success-background--grad .hero__footer-nav--item:nth-child(even) {
  background-color: #fff;
  color: #23d160;
}

.hero.has-footer-nav.has-success-background--grad .hero__footer-nav--item:nth-child(even) svg {
  fill: #23d160;
}

.hero.has-footer-nav.has-warning-background--grad .hero__footer-nav--item:nth-child(odd) {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.hero.has-footer-nav.has-warning-background--grad .hero__footer-nav--item:nth-child(odd) svg {
  fill: rgba(0, 0, 0, 0.7);
}

.hero.has-footer-nav.has-warning-background--grad .hero__footer-nav--item:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.hero.has-footer-nav.has-warning-background--grad .hero__footer-nav--item:nth-child(even) svg {
  fill: #ffdd57;
}

.hero.has-footer-nav.has-danger-background--grad .hero__footer-nav--item:nth-child(odd) {
  background-color: #ff3860;
  color: #fff;
}

.hero.has-footer-nav.has-danger-background--grad .hero__footer-nav--item:nth-child(odd) svg {
  fill: #fff;
}

.hero.has-footer-nav.has-danger-background--grad .hero__footer-nav--item:nth-child(even) {
  background-color: #fff;
  color: #ff3860;
}

.hero.has-footer-nav.has-danger-background--grad .hero__footer-nav--item:nth-child(even) svg {
  fill: #ff3860;
}

.hero.has-footer-nav.has-secondary-background--grad .hero__footer-nav--item:nth-child(odd) {
  background-color: #8E0021;
  color: #fff;
}

.hero.has-footer-nav.has-secondary-background--grad .hero__footer-nav--item:nth-child(odd) svg {
  fill: #fff;
}

.hero.has-footer-nav.has-secondary-background--grad .hero__footer-nav--item:nth-child(even) {
  background-color: #fff;
  color: #8E0021;
}

.hero.has-footer-nav.has-secondary-background--grad .hero__footer-nav--item:nth-child(even) svg {
  fill: #8E0021;
}

.hero.has-footer-nav.has-som-gold-background--grad .hero__footer-nav--item:nth-child(odd) {
  background-color: #ffba00;
  color: #202020;
}

.hero.has-footer-nav.has-som-gold-background--grad .hero__footer-nav--item:nth-child(odd) svg {
  fill: #202020;
}

.hero.has-footer-nav.has-som-gold-background--grad .hero__footer-nav--item:nth-child(even) {
  background-color: #202020;
  color: #ffba00;
}

.hero.has-footer-nav.has-som-gold-background--grad .hero__footer-nav--item:nth-child(even) svg {
  fill: #ffba00;
}

.hero.has-footer-nav.has-light-10-background--grad .hero__footer-nav--item:nth-child(odd) {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.7);
}

.hero.has-footer-nav.has-light-10-background--grad .hero__footer-nav--item:nth-child(odd) svg {
  fill: rgba(0, 0, 0, 0.7);
}

.hero.has-footer-nav.has-light-10-background--grad .hero__footer-nav--item:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.7);
  color: #efefef;
}

.hero.has-footer-nav.has-light-10-background--grad .hero__footer-nav--item:nth-child(even) svg {
  fill: #efefef;
}

.hero.has-footer-nav.has-light-8-background--grad .hero__footer-nav--item:nth-child(odd) {
  background-color: #dfdfdf;
  color: rgba(0, 0, 0, 0.7);
}

.hero.has-footer-nav.has-light-8-background--grad .hero__footer-nav--item:nth-child(odd) svg {
  fill: rgba(0, 0, 0, 0.7);
}

.hero.has-footer-nav.has-light-8-background--grad .hero__footer-nav--item:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.7);
  color: #dfdfdf;
}

.hero.has-footer-nav.has-light-8-background--grad .hero__footer-nav--item:nth-child(even) svg {
  fill: #dfdfdf;
}

.hero.has-footer-nav.has-transparent-background--grad .hero__footer-nav--item:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}

.hero.has-footer-nav.has-transparent-background--grad .hero__footer-nav--item:nth-child(odd) svg {
  fill: #ffffff;
}

.hero.has-footer-nav.has-transparent-background--grad .hero__footer-nav--item:nth-child(even) {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0);
}

.hero.has-footer-nav.has-transparent-background--grad .hero__footer-nav--item:nth-child(even) svg {
  fill: rgba(0, 0, 0, 0);
}

.hero.has-footer-nav.is-vcu-health .hero__footer-nav--item:nth-child(even) {
  background-color: #e57200;
  color: #202020;
}

.hero.has-footer-nav.is-vcu-health .hero__footer-nav--item:nth-child(even) svg {
  fill: #202020;
}

.hero-body-quicklinks-container {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
}

.hero-body-quicklinks-container hr {
  display: none;
}

@media screen and (min-width: 1408px) {
  .hero-body-quicklinks-container {
    max-width: 1344px;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .hero-body-quicklinks-container .hero-body {
    -ms-flex: 1 1 61.804697157%;
    -webkit-box-flex: 1;
    flex: 1 1 61.804697157%;
  }

  .hero-body-quicklinks-container .hero-quicklinks {
    background-color: transparent;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .hero-body-quicklinks-container .hero-quicklinks .button {
    margin-bottom: 0.75rem;
  }

  .hero-body-quicklinks-container .hero-quicklinks .hero-quicklinks__text {
    text-align: right;
  }

  .hero-body-quicklinks-container .hero-quicklinks .hero-quicklinks__wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
}

.hero-body,
.hero-quicklinks {
  /*padding: 0 0.809rem; commented out 10/15/2018 by agcarroll*/
}

.hero-title {
  font-family: "garamond-premier-pro-display", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-weight: 500;
  font-size: 3.815rem;
  font-weight: 200;
  margin-bottom: 1.5rem;
  margin: 0;
  line-height: 1;
  -webkit-transition: visibility 250ms ease-out;
  transition: visibility 250ms ease-out;
  margin-top: -0.19075rem;
  margin-bottom: 1.2rem;
}

.hero-title.is-sans-serif {
  font-family: "azo-sans-web", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
  font-weight: 500;
}

.hero-title.hero-title--vcu-health {
  font-size: 2.441rem;
  color: #ffba00;
  line-height: 1.0;
  text-shadow: 4px 4px 2px rgba(32, 32, 32, 0.32);
}

.hero-title.hero-title--vcu-health>span {
  text-shadow: none;
  color: white;
  font-size: 1.563rem;
  display: block;
}

@media screen and (min-width: 1024px) {
  .hero-title.hero-title--vcu-health {
    font-size: 3.052rem;
  }

  .hero-title.hero-title--vcu-health>span {
    margin-top: 0.614rem;
  }
}

.hero-content-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.hero-text-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: visible;
}

.hero-subtext {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 2.344rem;
  color: #ffffff;
}

.hero-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero-image .hero-body {
  position: relative;
  color: #ffffff;
  z-index: 20;
}

.hero-image .hero-foot {
  position: relative;
  bottom: 0;
  color: #ffffff;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 200;
  padding-top: 0.614rem;
  padding-bottom: 0.614rem;
  background-color: rgba(32, 32, 32, 0.4);
  z-index: 20;
  text-align: center;
  -webkit-transition: background-color 180ms ease-out;
  transition: background-color 180ms ease-out;
}

.hero-image .hero-foot a {
  -webkit-transition: fill 200ms ease-out;
  transition: fill 200ms ease-out;
}

.hero-image .hero-foot:hover,
.hero-image .hero-foot:active,
.hero-image .hero-foot:focus {
  background-color: rgba(32, 32, 32, 0.84);
}

.hero-image .hero-foot:hover a,
.hero-image .hero-foot:active a,
.hero-image .hero-foot:focus a {
  text-decoration: none;
  color: #dfdfdf;
}

.hero-image .hero-foot:hover .svg-icon--scroll svg,
.hero-image .hero-foot:active .svg-icon--scroll svg,
.hero-image .hero-foot:focus .svg-icon--scroll svg {
  fill: light-8;
}

.hero-image .hero-foot .svg-icon--scroll {
  width: 100%;
  max-height: 3.815rem;
}

.hero-image .hero-foot .svg-icon--scroll span {
  margin-bottom: 0.307rem;
}

.hero-image .hero-foot .svg-icon--scroll svg {
  max-height: 1.953rem;
  fill: #ffffff;
  -webkit-transition: fill 200ms ease-out;
  transition: fill 200ms ease-out;
}

.hero-image .section__label {
  color: #ffffff;
  display: inline-block;
}

.hero-quicklinks {
  padding-bottom: 0.307rem;
  z-index: 20;
  background-color: rgba(50, 50, 50, 0.22);
}

.hero-quicklinks .section__label {
  color: #ffffff;
}

.hero-quicklinks .columns {
  margin-bottom: 0;
}

.hero-quicklinks .column {
  padding-bottom: 0;
}

.hero-quicklinks .hero-quicklinks__text {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-bottom: 0.307rem;
  color: #ffffff;
  font-weight: 200;
}

.hero-quicklinks .hero-quicklinks__wrap {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media screen and (min-width: 768px),
print {
  .hero-quicklinks .hero-quicklinks__wrap {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1023px) {
  .hero-quicklinks .button {
    margin-bottom: 0.307rem;
  }
}

@media screen and (min-width: 768px),
print {
  .hero-title {
    font-size: 3.052rem;
  }
}

@media screen and (min-width: 1024px) {
  .hero-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (min-width: 1408px) {
  .hero.hero--news-heading .container .hero-text-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .hero.hero--narrow .container .hero-text-wrap,
  .hero.is-inner-hero:not(.has-footer-nav) .container .hero-text-wrap {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1684px) {
  .hero-title {
    font-size: 3rem;
  }
}

/** Triple hero **/
.hero.hero--triple {
  padding-top: 0;
  color: #ffffff;
}

.hero.hero--triple .hero-body {
  padding-top: 2.344rem;
  padding-bottom: 2.344rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.hero--triple .hero-body__text {
  z-index: 20;
  position: relative;
  max-width: 82%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.hero.hero--triple .hero-body__text__heading {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

.hero.hero--triple .hero-body__text__heading>h1 {
  font-size: 2.441rem;
}

.hero.hero--triple .hero-body__text p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

.hero.hero--triple .hero-body__text a {
  text-decoration: underline;
}

/*line 18954-18956 added 01/16/19 by mattesmj for link accessiblity*/
.hero.hero--triple.is-in-page {
  min-height: 60vh;
}

@media screen and (max-width: 1023px) {
  .hero.hero--triple.is-in-page {
    min-height: 80vh;
  }
}

@media screen and (min-width: 768px),
print {
  .hero.hero--triple {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .hero.hero--triple .hero-body {
    width: 33%;
  }

  .hero.hero--triple.is-in-page {
    max-height: 100vh;
    min-height: 61.6vh;
    min-height: 61.6vh;
  }

  .hero.hero--triple.is-in-page .hero-body {
    min-height: 61.6vh;
  }
}

@media screen and (min-width: 1024px) {
  .hero.hero--triple.is-in-page {
    min-height: 75vh;
  }

  .hero.hero--triple.is-in-page .hero-body {
    min-height: 75vh;
  }
}

.hero.hero--news-heading {
  min-height: 50vh;
  padding-top: 0;
  background-image: url(/media/medschool2018/site-assets/img/papers-bckgrd.jpeg);
  background-size: cover;
}

.hero.hero--news-heading .columns {
  margin-bottom: 0;
}

.hero.hero--news-heading .hero-body {
  padding-top: 2.344rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero.hero--news-heading .hero-body .hero-text-wrap {
  position: relative;
  z-index: 20;
}

.hero.hero--news-heading .hero-title {
  font-size: 2.441rem;
  line-height: 1.3;
}

.hero.hero--news-heading .hero-title.is-sans-serif {
  font-family: "azo-sans-web", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
  font-weight: 500;
}

.hero.hero--news-heading .hero-subtext {
  font-size: 1.25rem;
}

.hero.hero--news-heading .hero-footer {
  padding-left: 0.809rem;
  padding-right: 0.809rem;
}

.hero.hero--news-heading .hero-footer .content-author-date {
  background-color: rgba(0, 80, 77, 0.82);
  color: #ffffff;
}

.hero.hero--news-heading .hero-footer .content-author-date__date,
.hero.hero--news-heading .hero-footer .content-share__label {
  margin-bottom: 0.307rem;
}

.hero.hero--news-heading .hero-footer .hero-content-wrap {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

/** Hero slider **/
.hero-slider {
  padding-top: 0;
}

.hero-slider .hero-slider__slide {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-slider .hero-body {
  width: 100%;
  padding: 0;
}

.hero-slider .slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hero-slider .container {
  max-width: none;
}

.hero-slider .hero-content-wrap {
  padding-left: 1.618rem;
  padding-left: 1.618rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slider .hero-slider__image {
  padding-top: 50%;
  overflow: hidden;
}

.hero-slider .news-slider__story {
  right: 0;
}

.hero-slider .hero-slider__controls {
  background-color: #202020;
  padding-left: 0.809rem;
  padding-right: 0.809rem;
}

.hero-slider .hero-quicklinks {
  background-color: rgba(32, 32, 32, 0.42);
  padding-bottom: 0.614rem;
}

@media screen and (max-width: 1023px) {
  .hero-slider .hero-quicklinks {
    background-color: #00504d;
  }
}

@media screen and (min-width: 768px),
print {
  .hero-slider .hero-slider__controls {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-slider .hero-slider__controls .hero-slider__controls__next {
    margin-left: 0.809rem;
  }

  .hero-slider .hero-slider__controls .hero-slider__controls__prev {
    margin-right: 0.809rem;
  }
}

@media screen and (min-width: 1024px) {
  .hero-slider .hero-quicklinks {
    position: absolute;
    width: 100%;
    bottom: 8%;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 1120px) {
  .hero-slider .hero-quicklinks {
    bottom: 7.2%;
  }
}

@media screen and (min-width: 1216px) {
  .hero-slider .hero-slider__image {
    padding-top: 43.75%;
  }

  .hero-slider .hero-slider__image img {
    -webkit-transform: translate(0%, -14.5833333333%);
    transform: translate(0%, -14.5833333333%);
  }

  .hero-slider .hero-quicklinks {
    right: auto;
    width: auto;
    bottom: 54%;
    -webkit-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
  }

  .hero-slider .hero-quicklinks .hero-quicklinks__wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .hero-slider .hero-quicklinks .button {
    margin-bottom: 0.614rem;
  }
}

/**
  * SoM Lightbox
**/
body.has-lightbox-active {
  position: relative;
}

.som-lightbox {
  position: absolute;
  padding-top: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 60000;
  background-color: rgba(32, 32, 32, 0.82);
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 220ms ease-out;
  transition: opacity 220ms ease-out;
}

.som-lightbox.is-visible {
  visibility: visible;
  opacity: 1;
}

.som-lightbox .som-lightbox-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.som-lightbox .som-lightbox-column {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px),
print {
  .som-lightbox .som-lightbox-column.is-lightbox-gallery {
    width: 100%;
  }

  .som-lightbox .som-lightbox-column.is-lightbox-gallery .som-lightbox-item {
    padding-left: 1.618rem;
    padding-right: 1.618rem;
    width: 38.195%;
    -webkit-transition: opacity 160ms ease-out, -webkit-transform 400ms ease-out;
    transition: opacity 160ms ease-out, -webkit-transform 400ms ease-out;
    transition: opacity 160ms ease-out, transform 400ms ease-out;
    transition: opacity 160ms ease-out, transform 400ms ease-out, -webkit-transform 400ms ease-out;
  }

  .som-lightbox .som-lightbox-column.is-lightbox-gallery .som-lightbox-item:not(.slick-current) {
    opacity: .618;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  .som-lightbox .som-lightbox-column.is-lightbox-gallery .som-lightbox-item:not(.slick-current):hover,
  .som-lightbox .som-lightbox-column.is-lightbox-gallery .som-lightbox-item:not(.slick-current):active,
  .som-lightbox .som-lightbox-column.is-lightbox-gallery .som-lightbox-item:not(.slick-current):focus {
    opacity: .809;
  }
}

@media screen and (min-width: 1024px) {
  .som-lightbox .som-lightbox-column {
    width: 61.8047%;
  }

  .som-lightbox .som-lightbox-column.is-lightbox-gallery {
    width: 100%;
  }

  .som-lightbox .som-lightbox-column.is-lightbox-gallery .som-lightbox-item {
    -webkit-transition: opacity 160ms ease-out, -webkit-transform 400ms ease-out;
    transition: opacity 160ms ease-out, -webkit-transform 400ms ease-out;
    transition: opacity 160ms ease-out, transform 400ms ease-out;
    transition: opacity 160ms ease-out, transform 400ms ease-out, -webkit-transform 400ms ease-out;
  }

  .som-lightbox .som-lightbox-column.is-lightbox-gallery .som-lightbox-item:not(.slick-current) {
    opacity: .618;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  .som-lightbox .som-lightbox-column.is-lightbox-gallery .som-lightbox-item:not(.slick-current):hover,
  .som-lightbox .som-lightbox-column.is-lightbox-gallery .som-lightbox-item:not(.slick-current):active,
  .som-lightbox .som-lightbox-column.is-lightbox-gallery .som-lightbox-item:not(.slick-current):focus {
    opacity: .809;
  }
}

.som-lightbox .som-lightbox__player {
  background-color: #000000;
  /*changed by agcarroll 6/22/2018*/
  -webkit-box-shadow: 0 18px 38px rgba(32, 32, 32, 0.12), 0 16px 12px rgba(32, 32, 32, 0.22);
  box-shadow: 0 18px 38px rgba(32, 32, 32, 0.12), 0 16px 12px rgba(32, 32, 32, 0.22);
  padding: 0.96rem 0.96rem;
}

.som-lightbox .som-lightbox__title h2 {
  margin-bottom: 1.5rem;
}

.som-lightbox .som-lightbox__media>img {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.som-lightbox .som-lightbox__caption p {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.som-lightbox .som-lightbox__close {
  color: inherit;
  max-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 1024px) {
  .som-lightbox .som-lightbox__close {
    background-color: #000000;
    /*changed by agcarroll 6/22/2018*/
    /*-webkit-box-shadow: inset 8px 0px 8px -4px rgba(32, 32, 32, 0.24);
    box-shadow: inset 8px 0px 8px -4px rgba(32, 32, 32, 0.24);*/
    padding-top: 0.307rem;
    padding-bottom: 0.307rem;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 9.0165708237%;
    position: absolute;
    top: 0;
    right: -9.0165708237%;
  }
}

.som-lightbox .som-lightbox__close .icon-text {
  color: #efefef;
}

/*
    Sliders
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider__controls-wrap {
  width: 100%;
  padding-left: 0.809rem;
  padding-right: 0.809rem;
  background-color: transparent;
}

@media screen and (min-width: 1040px) {
  .slider__controls-wrap {
    width: auto;
    margin-left: 2%;
    margin-right: 2%;
  }
}

@media screen and (min-width: 1140px) {
  .slider__controls-wrap {
    width: auto;
    margin-left: 3%;
    margin-right: 3%;
  }
}

@media screen and (min-width: 1280px) {
  .slider__controls-wrap {
    width: auto;
    margin-left: 4%;
    margin-right: 4%;
  }
}

@media screen and (min-width: 1540px) {
  .slider__controls-wrap {
    width: auto;
    margin-left: 6%;
    margin-right: 6%;
  }
}

@media screen and (min-width: 1640px) {
  .slider__controls-wrap {
    width: auto;
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media screen and (min-width: 1780px) {
  .slider__controls-wrap {
    width: auto;
    margin-left: 12%;
    margin-right: 12%;
  }
}

.slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider__controls.has-white-background .slider-control {
  background-color: white;
  -webkit-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in;
}

.slider__controls.has-white-background .slider-control:hover,
.slider__controls.has-white-background .slider-control:active,
.slider__controls.has-white-background .slider-control:focus {
  background-color: white;
}

.slider__controls.has-black-background .slider-control {
  background-color: #464646;
  -webkit-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in;
}

.slider__controls.has-black-background .slider-control:hover,
.slider__controls.has-black-background .slider-control:active,
.slider__controls.has-black-background .slider-control:focus {
  background-color: #535353;
}

.slider__controls.has-light-background .slider-control {
  background-color: white;
  -webkit-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in;
}

.slider__controls.has-light-background .slider-control:hover,
.slider__controls.has-light-background .slider-control:active,
.slider__controls.has-light-background .slider-control:focus {
  background-color: white;
}

.slider__controls.has-dark-background .slider-control {
  background-color: #565656;
  -webkit-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in;
}

.slider__controls.has-dark-background .slider-control:hover,
.slider__controls.has-dark-background .slider-control:active,
.slider__controls.has-dark-background .slider-control:focus {
  background-color: #636363;
}

.slider__controls.has-primary-background .slider-control {
  background-color: #009d97;
  -webkit-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in;
}

.slider__controls.has-primary-background .slider-control:hover,
.slider__controls.has-primary-background .slider-control:active,
.slider__controls.has-primary-background .slider-control:focus {
  background-color: #00b6af;
}

.slider__controls.has-link-background .slider-control {
  background-color: #009d97;
  -webkit-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in;
}

.slider__controls.has-link-background .slider-control:hover,
.slider__controls.has-link-background .slider-control:active,
.slider__controls.has-link-background .slider-control:focus {
  background-color: #00b6af;
}

.slider__controls.has-info-background .slider-control {
  background-color: #67bbf4;
  -webkit-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in;
}

.slider__controls.has-info-background .slider-control:hover,
.slider__controls.has-info-background .slider-control:active,
.slider__controls.has-info-background .slider-control:focus {
  background-color: #7fc6f5;
}

.slider__controls.has-success-background .slider-control {
  background-color: #5ee48d;
  -webkit-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in;
}

.slider__controls.has-success-background .slider-control:hover,
.slider__controls.has-success-background .slider-control:active,
.slider__controls.has-success-background .slider-control:focus {
  background-color: #73e79c;
}

.slider__controls.has-warning-background .slider-control {
  background-color: #ffeda3;
  -webkit-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in;
}

.slider__controls.has-warning-background .slider-control:hover,
.slider__controls.has-warning-background .slider-control:active,
.slider__controls.has-warning-background .slider-control:focus {
  background-color: #fff2bd;
}

.slider__controls.has-danger-background .slider-control {
  background-color: #ff859d;
  -webkit-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in;
}

.slider__controls.has-danger-background .slider-control:hover,
.slider__controls.has-danger-background .slider-control:active,
.slider__controls.has-danger-background .slider-control:focus {
  background-color: #ff9eb1;
}

.slider__controls.has-secondary-background .slider-control {
  background-color: #db0033;
  -webkit-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in;
}

.slider__controls.has-secondary-background .slider-control:hover,
.slider__controls.has-secondary-background .slider-control:active,
.slider__controls.has-secondary-background .slider-control:focus {
  background-color: #f40039;
}

.slider__controls.has-som-gold-background .slider-control {
  background-color: #ffcf4d;
  -webkit-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in;
}

.slider__controls.has-som-gold-background .slider-control:hover,
.slider__controls.has-som-gold-background .slider-control:active,
.slider__controls.has-som-gold-background .slider-control:focus {
  background-color: #ffd666;
}

.slider__controls.has-light-10-background .slider-control {
  background-color: white;
  -webkit-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in;
}

.slider__controls.has-light-10-background .slider-control:hover,
.slider__controls.has-light-10-background .slider-control:active,
.slider__controls.has-light-10-background .slider-control:focus {
  background-color: white;
}

.slider__controls.has-light-8-background .slider-control {
  background-color: white;
  -webkit-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in;
}

.slider__controls.has-light-8-background .slider-control:hover,
.slider__controls.has-light-8-background .slider-control:active,
.slider__controls.has-light-8-background .slider-control:focus {
  background-color: white;
}

.slider__controls.has-transparent-background .slider-control {
  background-color: rgba(38, 38, 38, 0);
  -webkit-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in;
}

.slider__controls.has-transparent-background .slider-control:hover,
.slider__controls.has-transparent-background .slider-control:active,
.slider__controls.has-transparent-background .slider-control:focus {
  background-color: rgba(51, 51, 51, 0);
}

.slider-control {
  border: none;
  background-color: #efefef;
  padding: 0.614rem;
}

.slider-control:hover,
.slider-control:active,
.slider-control:focus {
  cursor: pointer;
}

.news-slider {
  position: relative;
  padding-top: 2.344rem;
  padding-bottom: 0;
  width: 100%;
  max-width: 100%;
}

.news-slider .news-slider__controls {
  background: #202020;
}

.news-slider .news-slider__control {
  width: 2.344rem;
  height: 2.344rem;
  border: none;
  background-color: #323232;
}

.news-slider .news-slider__control:hover,
.news-slider .news-slider__control:active,
.news-slider .news-slider__control:focus {
  background-color: #a0a0a0;
}

.news-slider .slick-dots {
  background-color: #202020;
  color: #ffffff;
  padding-left: 0.809rem;
  padding-right: 0.809rem;
  padding-top: 0.307rem;
  padding-bottom: 0.307rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-slider .slick-dots>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-right: 0.307rem;
  padding-left: 0.307rem;
  min-height: 25px;
  min-width: 25px;
}

.news-slider .slick-dots button {
  font-size: 0;
  padding: 0.614rem;
  border: none;
  background-color: #dfdfdf;
  color: #dfdfdf;
  border-radius: 50%;
}

.news-slider .slick-dots button:hover,
.news-slider .slick-dots button:active,
.news-slider .slick-dots button:focus {
  background-color: #c6c6c6;
  color: #c6c6c6;
}

.news-slider .slick-dots .slick-active button {
  background-color: #ffffff;
  color: #ffffff;
}

.hero-slider__slide:nth-child(even) .news-slider__story::before,
.news-slider__slide:nth-child(even) .news-slider__story::before {
  background-color: #00504d;
}

.news-slider__slide {
  position: relative;
  height: 50vm;
  padding-left: 0.809rem;
  padding-right: 0.809rem;
  -webkit-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}

.news-slider__slide:not(.slick-current) {
  opacity: 0.32;
}

.news-slider__image {
  height: auto;
}

.news-listing--featured .read-more-link {
  color: #8E0021;
}

.news-slider__story {
  position: relative;
  padding: 1.618rem 0.809rem;
  color: #ffffff;
}

.news-slider__story .news-slider__story__text {
  max-width: 100%;
}

.news-slider__story .news-slider__story__text a {
  color: #ffffff;
  text-decoration: none;
}

.news-slider__story .news-slider__story__text a:hover,
.news-slider__story .news-slider__story__text a:active,
.news-slider__story .news-slider__story__text a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.news-slider__story .news-label,
.news-slider__story .news-date {
  text-transform: uppercase;
  display: block;
  color: #efefef;
  font-size: 0.8rem;
  margin-bottom: 0.96rem;
}

.news-slider__story .news-slider__story__title {
  max-width: 100%;
  font-size: 1.25rem;
  margin-bottom: 0.96rem;
}

.news-slider__story::before {
  content: " ";
  background-color: #8E0021;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}

@media screen and (min-width: 768px),
print {
  .news-slider__story::before {
    opacity: 0.82;
  }
}

@media screen and (min-width: 768px),
print {
  .news-slider__story {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    height: auto;
    width: 55%;
    top: 25%;
    right: 0.809rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
    z-index: 10;
    overflow: hidden;
    padding-right: 3.6472028982%;
    padding-left: 7.2944057963%;
  }

  .news-slider__story::before {
    width: 100%;
    left: 9.75%;
    -webkit-transform: skewX(19.5deg);
    transform: skewX(19.5deg);
  }
}

@media screen and (min-width: 1024px) {
  .news-slider__story {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media screen and (min-width: 1216px) {
  .news-slider__story {
    width: 47.945302843%;
    padding-top: 3.6472028982%;
    padding-bottom: 3.6472028982%;
    height: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

/** Discovery slider **/
.discovery-title .discovery-slider__title {
  margin-bottom: 0;
}

.discovery-slider-wrapper {
  padding-bottom: 3.662rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #323232;
}

.discovery-slider-wrapper:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.discovery-slider__title {
  margin-bottom: 0;
}

.discovery-slider__title h3 {
  margin-bottom: 0.96rem;
}

.discovery-slider .card--flat {
  border-bottom: 3px solid #00504d;
}

.discovery-slider .card--flat a {
  color: #323232;
}

.discovery-slider .card--flat:hover,
.discovery-slider .card--flat:active,
.discovery-slider .card--flat:focus {
  border-bottom: 3px solid #ffba00;
}

.discovery-slider .card--flat:hover .card-content,
.discovery-slider .card--flat:active .card-content,
.discovery-slider .card--flat:focus .card-content {
  background-color: #00504d;
}

.discovery-slider .card--flat:hover .card-content .card__title,
.discovery-slider .card--flat:hover .card-content a,
.discovery-slider .card--flat:active .card-content .card__title,
.discovery-slider .card--flat:active .card-content a,
.discovery-slider .card--flat:focus .card-content .card__title,
.discovery-slider .card--flat:focus .card-content a {
  color: #ffffff;
}

.discovery-slider .card--flat:hover .card-content .som-content-label,
.discovery-slider .card--flat:hover .card-content .card__date--plain,
.discovery-slider .card--flat:active .card-content .som-content-label,
.discovery-slider .card--flat:active .card-content .card__date--plain,
.discovery-slider .card--flat:focus .card-content .som-content-label,
.discovery-slider .card--flat:focus .card-content .card__date--plain {
  color: white;
}

.discovery-slider.is-secondary .card--flat {
  border-bottom-color: #8E0021;
}

.discovery-slider.is-secondary .card--flat:hover,
.discovery-slider.is-secondary .card--flat:active,
.discovery-slider.is-secondary .card--flat:focus {
  border-bottom-color: #ffba00;
}

.discovery-slider.is-secondary .card--flat:hover .card-content,
.discovery-slider.is-secondary .card--flat:active .card-content,
.discovery-slider.is-secondary .card--flat:focus .card-content {
  background-color: #8E0021;
}

.discovery-slider.is-secondary .card--flat:hover .card-content,
.discovery-slider.is-secondary .card--flat:active .card-content,
.discovery-slider.is-secondary .card--flat:focus .card-content {
  background-color: #8E0021;
}

.discovery-slider .discovery-slider__controls {
  bottom: 0;
  position: absolute;
  z-index: 10;
  width: 100%;
  padding-right: 0.809rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.discovery-slider .discovery-slider__control {
  background-color: #202020;
}

.discovery-slider .discovery-slider__control:hover,
.discovery-slider .discovery-slider__control:active,
.discovery-slider .discovery-slider__control:focus {
  background-color: #3f3f3f;
}

.discovery-slider .discovery-slider__slider {
  display: block;
}

.discovery-slider .discovery-slider__slider .slick-list {
  padding-bottom: 4rem;
}

.discovery-slider .discovery-slider__slide {
  width: 100%;
}

/** Discovery feature with slider **/
.discovery-feature .columns {
  margin-bottom: 0;
}

.discovery-feature .discovery-feature__intro__text {
  font-weight: 200;
  font-size: 1.25rem;
}

.discovery-feature .discovery-feature__slider-container {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: auto;
  margin-left: -0.809rem;
  margin-right: -0.809rem;
}

.discovery-feature .discovery-feature__slider-container .columns {
  padding-left: 0.809rem;
  padding-right: 0.809rem;
}

.discovery-feature .discovery-feature__slider-container .image-overlay {
  background-color: rgba(255, 255, 255, 0.32);
}

.discovery-feature .discovery-feature__slider {
  position: relative;
  z-index: 20;
}

.discovery-feature .discovery-feature__slider:after {
  content: "";
  display: table;
  clear: both;
}

.discovery-feature .discovery-feature__slide {
  background-color: #202020;
  color: #ffffff;
  padding: 2.344rem 1.618rem;
  margin-left: 0.5393333333rem;
  margin-right: 0.5393333333rem;
  margin-bottom: 1.618rem;
  -webkit-box-shadow: 0 18px 38px rgba(32, 32, 32, 0.12), 0 16px 12px rgba(32, 32, 32, 0.22);
  box-shadow: 0 18px 38px rgba(32, 32, 32, 0.12), 0 16px 12px rgba(32, 32, 32, 0.22);
}

.discovery-feature .discovery-feature__slide .button {
  background-color: #202020;
  border-color: #ffffff;
  color: #ffffff;
}

.discovery-feature .discovery-feature__slide .button:hover,
.discovery-feature .discovery-feature__slide .button:active,
.discovery-feature .discovery-feature__slide .button:focus {
  background-color: #ffffff;
  border-color: #202020;
  color: #202020;
}

.discovery-feature .discovery-feature__slide p {
  margin-bottom: 0.96rem;
}

.discovery-feature .discovery-feature__slide p:last-child {
  margin-bottom: 0;
}

.discovery-feature .discovery-feature__slide img {
  margin-bottom: 1.5rem;
}

.discovery-feature .discovery-feature__slide a:not(.read-more-link) {
  font-weight: 500;
}

.discovery-feature .discovery-feature__slider-columns {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.discovery-feature .discovery-feature__slider-columns .column {
  padding: 3.6472028982% 7.2944057963% 3.6472028982%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.discovery-feature .discovery-feature__slider__controls {
  position: relative;
  z-index: 20;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 1.618rem;
}

.discovery-feature .discovery-feature__slider__controls .slider-control {
  background-color: #202020;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
}

.discovery-feature .discovery-feature__slider__controls .slider-control:hover,
.discovery-feature .discovery-feature__slider__controls .slider-control:active,
.discovery-feature .discovery-feature__slider__controls .slider-control:focus {
  background-color: #464646;
}

@media screen and (min-width: 1024px) {
  .discovery-feature .discovery-feature__slider-columns {
    max-width: 1024px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1216px) {

  .discovery-feature .discovery-feature__slide,
  .discovery-feature .discovery-feature__slider__controls {
    max-width: 82%;
  }

  .discovery-feature .discovery-feature__slider-columns,
  .discovery-feature .discovery-feature__slider__controls {
    max-width: 1216px;
  }
}

@media screen and (min-width: 1408px) {

  .discovery-feature .discovery-feature__slider-columns,
  .discovery-feature .discovery-feature__slider__controls {
    max-width: 1408px;
  }
}

/** Video gallery feature **/
.video-gallery-feature,
.photo-gallery-feature {
  padding-bottom: 1.5rem;
  background-color: #202020;
  color: #ffffff;
  /*width: 100%; disabled 2/5/2019 by agcarroll to get Photogallery to sit flush with right side of screen*/
}

.video-gallery-feature .columns,
.photo-gallery-feature .columns {
  margin-bottom: 0;
}

.video-gallery-feature .gallery-feature__wrap,
.photo-gallery-feature .gallery-feature__wrap {
  background-color: #ffffff;
  margin-left: -0.809rem;
  margin-right: -0.809rem;
  -webkit-box-shadow: inset 0px 8px 8px -4px rgba(32, 32, 32, 0.24), inset 0px -8px 8px -4px rgba(32, 32, 32, 0.24);
  box-shadow: inset 0px 8px 8px -4px rgba(32, 32, 32, 0.24), inset 0px -8px 8px -4px rgba(32, 32, 32, 0.24);
}

.video-gallery-feature .gallery-feature__slider,
.photo-gallery-feature .gallery-feature__slider {
  padding-top: 2.427rem;
  padding-bottom: 2.427rem;
}

.video-gallery-feature .video-slider-card,
.photo-gallery-feature .photo-slider-card {
  margin-left: 0.7191111111rem;
  margin-right: 0.7191111111rem;
}

.video-gallery-feature .video-slider-card .card-content__controls,
.photo-gallery-feature .photo-slider-card .card-content__controls {
  background-color: #00504d;
  color: #ffffff;
}

.video-gallery-feature .video-slider-card .card-content__controls:hover,
.video-gallery-feature .video-slider-card .card-content__controls:focus,
.video-gallery-feature .video-slider-card .card-content__controlsactive,
.photo-gallery-feature .photo-slider-card .card-content__controls:hover {
  background-color: #003734;
}

.video-gallery-feature .video-slider-card .card-content__controls a:hover,
.video-gallery-feature .video-slider-card .card-content__controls a:focus,
.video-gallery-feature .video-slider-card .card-content__controls aactive,
.photo-gallery-feature .photo-slider-card .card-content__controls a:hover {
  background-color: #003734;
}

.video-gallery-feature .slider-control,
.photo-gallery-feature .slider-control {
  background-color: #323232;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
}

.video-gallery-feature .slider-control:hover,
.video-gallery-feature .slider-control:active,
.video-gallery-feature .slider-control:focus,
.photo-gallery-feature .slider-control:hover {
  background-color: #585858;
}

.photo-slider__controls.column {
  text-align: center;
}

@media screen and (min-width: 768px),
print {

  .video-gallery-feature .video-slider-card,
  .photo-gallery-feature .photo-slider-card {
    -webkit-transition: opacity 160ms ease-out, -webkit-transform 400ms ease-out;
    transition: opacity 160ms ease-out, -webkit-transform 400ms ease-out;
    transition: opacity 160ms ease-out, transform 400ms ease-out;
    transition: opacity 160ms ease-out, transform 400ms ease-out, -webkit-transform 400ms ease-out;
  }

  .video-gallery-feature .video-slider-card:not(.slick-current),
  .photo-gallery-feature .photo-slider-card:not(.slick-current) {
    /* accessability issue: Color contrast does not meet minimum requirement */
    /* opacity: .618; */
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  .video-gallery-feature .video-slider-card:not(.slick-current):hover,
  .video-gallery-feature .video-slider-card:not(.slick-current):active,
  .video-gallery-feature .video-slider-card:not(.slick-current):focus,
  .photo-gallery-feature .photo-slider-card:not(.slick-current):hover {
    opacity: .809;
  }
}

/** News and events features **/
/** News and events feature listing **/
.news-and-events-feature {
  padding-top: 1.875rem;
}

@media screen and (min-width: 1216px) {
  .news-events--listing>.columns {
    -ms-display: flex;
    display: -webkit-box;
    display: flex;
  }
}

.news-events--listing .column {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 1216px) {
  .news-events--listing .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.news-events--listing .news-listing-column,
.news-events--listing .events-listing-column {
  margin-bottom: 0.96rem;
}

@media screen and (min-width: 1216px) {

  .news-events--listing .news-listing-column,
  .news-events--listing .events-listing-column {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1216px) {
  .news-events--listing .news-listing-column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 70.8223768146%;
  }
}

.news-events--listing .news-events--listing__heading {
  width: 100%;
  font-size: 1.563rem;
  font-weight: 400;
  padding-top: 0.614rem;
  padding-bottom: 0.614rem;
  margin-bottom: 0.96rem;
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
}

@media screen and (min-width: 768px),
print {
  .news-events--listing .news-listing__items {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.news-events--listing .news-listing__items,
.news-events--listing .events-items {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.news-events--listing .news-listing__item,
.news-events--listing .events-listing__item {
  padding-top: 0.307rem;
  margin-bottom: 0.614rem;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
}

.news-events--listing .news-listing__item a,
.news-events--listing .events-listing__item a {
  text-decoration: none;
}

.news-events--listing .news-listing__item:hover,
.news-events--listing .news-listing__item:active,
.news-events--listing .news-listing__item:focus,
.news-events--listing .events-listing__item:hover,
.news-events--listing .events-listing__item:active,
.news-events--listing .events-listing__item:focus {
  background-color: #efefef;
  cursor: pointer;
}

.news-events--listing .news-listing__item:hover a,
.news-events--listing .news-listing__item:active a,
.news-events--listing .news-listing__item:focus a,
.news-events--listing .events-listing__item:hover a,
.news-events--listing .events-listing__item:active a,
.news-events--listing .events-listing__item:focus a {
  color: #00504d;
  text-decoration: underline;
}

.news-events--listing .news-listing__item p,
.news-events--listing .events-listing__item p {
  margin-bottom: 0.307rem;
}

.news-events--listing .news-listing__title,
.news-events--listing .events-listing__title {
  font-size: 1rem;
  margin-bottom: 0.307rem;
  max-width: 100%;
}

.news-events--listing .news-listing__title>a,
.news-events--listing .events-listing__title>a {
  color: #8E0021;
  max-width: 100%;
}

@media screen and (min-width: 768px),
print {
  .news-events--listing .events-items {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media screen and (min-width: 1216px) {
  .news-events--listing .events-items {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.news-events--listing .events-listing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.news-events--listing .event-details {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.news-events--listing .events-listing__date {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 23.6064912503%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .news-events--listing .events-listing__date {
    width: 14.5888115927%;
  }
}

.news-events--listing .event-day,
.news-events--listing .event-month {
  text-align: center;
  display: block;
}

.news-events--listing .event-day {
  font-size: 1.563rem;
  font-weight: 500;
  text-align: center;
  padding-top: 0.614rem;
  padding-bottom: 0.614rem;
  background-color: rgba(142, 0, 33, 0.84);
  color: #fff;
}

.news-events--listing .event-month {
  background-color: #efefef;
  padding-left: 0.307rem;
  padding-right: 0.307rem;
}

.news-events--listing .event-details {
  padding-left: 1.618rem;
}

.news-events--listing hr {
  background-color: #323232;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0.1535rem;
}

.news-events--listing .read-more-block {
  border-bottom: 1px solid #202020;
  margin-top: 1.5rem;
  background-color: #efefef;
  padding-bottom: 0.307rem;
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  text-align: right;
}

.news-events--listing .read-more-block .icon {
  margin-right: 0.4045rem;
}

.news-events--listing .read-more-block a {
  text-decoration: none;
}

.news-events--listing .read-more-block a:hover,
.news-events--listing .read-more-block a:active,
.news-events--listing .read-more-block a:focus {
  text-decoration: underline;
}

.news-events--listing .read-more-block:hover,
.news-events--listing .read-more-block:active,
.news-events--listing .read-more-block:focus {
  background-color: #dfdfdf;
}

.news-events--listing .read-more-link {
  color: #8E0021;
  font-weight: 500;
}

@media screen and (min-width: 768px),
print {
  .programs-block>.container>.columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.programs-block .programs-block__columns {
  position: relative;
}

.program-info-card__button {
  -webkit-transition: background-color 120ms ease-out;
  transition: background-color 120ms ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
}

.program-info-card__button>span {
  display: block;
}

.program-info-card__button>span:not(.program-info-card__deptartment) {
  font-size: 1.25rem;
}

.program-info-card__button:hover,
.program-info-card__button:active,
.program-info-card__button:focus {
  text-decoration: none;
  background-color: #efefef;
  /*background-image: linear-gradient(to right, $light-10 0%,#ffffff 40%,#ffffff 60%,$light-10 100%);*/
}

.program-info-card__button:hover>span:not(.program-info-card__deptartment),
.program-info-card__button:active>span:not(.program-info-card__deptartment),
.program-info-card__button:focus>span:not(.program-info-card__deptartment) {
  text-decoration: underline;
}

.program-info-card__button:hover .program-info-card__deptartment,
.program-info-card__button:active .program-info-card__deptartment,
.program-info-card__button:focus .program-info-card__deptartment {
  color: inherit;
}

.program-info-card__button .program-info-card__deptartment {
  font-size: 0.8rem;
  color: #efefef;
}

@media screen and (min-width: 768px),
print {
  .program-info-card {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    width: 50%;
  }
}

.program-info-card__card--column {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 768px),
print {
  .program-info-card__card--column {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    width: 100%;
  }
}

.program-info-card__card {
  padding-left: 0.809rem;
  padding-right: 0.809rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  width: 100%;
  position: relative;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  left: -100%;
  -webkit-box-shadow: fullPaper rgba(32, 32, 32, 0.36);
  box-shadow: fullPaper rgba(32, 32, 32, 0.36);
  -webkit-transition: opacity 180ms ease-out, left 200ms ease-out, right 200ms ease-out, max-height 180ms ease-out;
  transition: opacity 180ms ease-out, left 200ms ease-out, right 200ms ease-out, max-height 180ms ease-out;
  background-color: #ffffff;
}

.program-info-card__card.is-visible {
  margin-top: 0.614rem;
  padding-top: 0.96rem;
  padding-bottom: 0.96rem;
  max-height: none;
  visibility: visible;
  opacity: 1;
  left: 0;
}

.program-info-card__card--right {
  left: auto;
  right: -100%;
  -webkit-transition: right 200ms ease-out;
  transition: right 200ms ease-out;
}

.program-info-card__card--right.is-visible {
  left: auto;
  right: 0;
}

.program-info-card__card .program-card__ctas .button {
  margin-right: 0.809rem;
  color: #ffffff;
  background-color: #00504d;
  border-color: #ffffff;
}

.program-info-card__card .program-card__ctas .button:hover,
.program-info-card__card .program-card__ctas .button:active,
.program-info-card__card .program-card__ctas .button:focus {
  color: #00504d;
  border-color: #00504d;
  background-color: #ffffff;
}

.program-info-card__card .program-card__ctas p {
  margin-bottom: 0;
}

/*
 *   Som Accordions - build on http://katmai.staging.vcu.edu/plugins/accordion-panel/
 */
.accordion-feature-section>.container>.columns {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.accordion-feature-section>.container>.columns>.column {
  max-width: 49.96rem;
}

@media screen and (min-width: 1408px) {
  .accordion-feature-section>.container>.columns>.column {
    max-width: 59.952rem;
  }
}

/*adding by agcarroll 1/11/2019 for IE 11 margin-right bug*/
@media all and (-ms-high-contrast: none) and (min-width:1408px),
(-ms-high-contrast: active) and (min-width:1408px) {

  /* IE10+ CSS styles go here */
  .accordion-feature-section>.container>.columns>.column {
    max-width: none;
  }
}

.plugin-accordion .plugin-accordion-heading {
  background-color: #00504d;
  color: #ffffff;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.plugin-accordion .plugin-accordion-heading:hover,
.plugin-accordion .plugin-accordion-heading:active,
.plugin-accordion .plugin-accordion-heading:focus {
  background-color: #003734;
}

.plugin-accordion .plugin-accordion-heading .plugin-accordion-heading-indicator {
  color: inherit;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.plugin-accordion.has-secondary-background {
  color: #202020;
  background-color: #ffffff;
}

.plugin-accordion.has-secondary-background .plugin-accordion-heading {
  background-color: #8E0021;
}

.plugin-accordion.has-secondary-background .plugin-accordion-heading:hover,
.plugin-accordion.has-secondary-background .plugin-accordion-heading:active,
.plugin-accordion.has-secondary-background .plugin-accordion-heading:focus {
  background-color: #75001b;
}

.plugin-accordion .plugin-accordion-body-wrapper {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 800ms ease-out, visibility 400ms ease-out;
  transition: opacity 800ms ease-out, visibility 400ms ease-out;
}

.plugin-accordion .plugin-accordion-panel.expand .plugin-accordion-body-wrapper {
  height: auto;
  visibility: visible;
  opacity: 1;
}

/***
 *   Site footer
***/
footer.vcu-som-footer {
  background-color: #323232;
  color: #ffffff;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer.vcu-som-footer .footer__columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer.vcu-som-footer .footer__columns>.column {
    margin-bottom: 1.2rem;
    -ms-flex: 1 1 50%;
    -webkit-box-flex: 1;
    flex: 1 1 50%;
  }
}

@media screen and (min-width: 768px),
print {
  footer.vcu-som-footer .footer__columns>.column {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

footer.vcu-som-footer .footer__heading {
  font-size: 1.563rem;
}

footer.vcu-som-footer .footer__school-name {
  font-family: "garamond-premier-pro-display", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 1.953rem;
  line-height: 1.1;
}

@media screen and (min-width: 1024px) {
  footer.vcu-som-footer .footer__school-name {
    font-size: 1.563rem;
  }
}

footer.vcu-som-footer .footer__a-z__links.a-z-navigation a {
  text-decoration: none;
  border-color: #ffffff;
  width: 18%;
}

footer.vcu-som-footer .footer__a-z__links.a-z-navigation a:hover,
footer.vcu-som-footer .footer__a-z__links.a-z-navigation a:active,
footer.vcu-som-footer .footer__a-z__links.a-z-navigation a:focus {
  background-color: #00837e;
  color: #ffffff;
}

footer.vcu-som-footer .footer__social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

footer.vcu-som-footer .footer__social-icons .icon {
  height: 2.441rem;
  width: 2.441rem;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 0.307rem;
  -webkit-transition: background-color 160ms ease-out;
  transition: background-color 160ms ease-out;
}

footer.vcu-som-footer .footer__social-icons .icon svg {
  fill: #323232;
}

footer.vcu-som-footer .footer__social-icons>a {
  display: inline-block;
  -ms-flex: 1 1 auto;
  -ms-flex-wrap: wrap;
  margin-right: 0.96rem;
}

footer.vcu-som-footer .footer__social-icons>a:hover,
footer.vcu-som-footer .footer__social-icons>a:active,
footer.vcu-som-footer .footer__social-icons>a:focus {
  background-color: transparent;
}

footer.vcu-som-footer .footer__social-icons>a:hover .icon,
footer.vcu-som-footer .footer__social-icons>a:active .icon,
footer.vcu-som-footer .footer__social-icons>a:focus .icon {
  background-color: #00504d;
}

footer.vcu-som-footer .footer__social-icons>a:hover .icon svg,
footer.vcu-som-footer .footer__social-icons>a:active .icon svg,
footer.vcu-som-footer .footer__social-icons>a:focus .icon svg {
  fill: #ffffff;
}

footer.vcu-som-footer a {
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
}

footer.vcu-som-footer a:hover,
footer.vcu-som-footer a:active,
footer.vcu-som-footer a:focus {
  color: #00504d;
  background-color: #ffffff;
}

footer.vcu-som-footer .footer__meta-links a {
  margin-bottom: 0;
  font-weight: normal;
}

/** Site themeing **/
/** Department site colour themes **/
/* slate-blue-and-rose */
.slate-blue-and-rose a {
  color: #770031;
  text-decoration: underline;
}

.slate-blue-and-rose a:hover,
.slate-blue-and-rose a:active,
.slate-blue-and-rose a:focus {
  color: #094d63;
}

.slate-blue-and-rose a:focus {
  outline-color: #094d63;
}

.slate-blue-and-rose .icon.icon--svg.has-icon-primary>svg {
  fill: #094d63;
  stroke: #094d63;
}

.slate-blue-and-rose .icon.icon--svg.has-icon-secondary>svg {
  fill: #770031;
  stroke: #770031;
}

.slate-blue-and-rose .button__is-primary,
.slate-blue-and-rose .button.is-primary {
  background-color: #094d63;
  border-color: #ffba00;
  color: #fff;
}

.slate-blue-and-rose .button__is-primary:hover,
.slate-blue-and-rose .button__is-primary:active,
.slate-blue-and-rose .button__is-primary:focus,
.slate-blue-and-rose .button.is-primary:hover,
.slate-blue-and-rose .button.is-primary:active,
.slate-blue-and-rose .button.is-primary:focus {
  background-color: #ffba00;
  border-color: #094d63;
  color: #094d63;
}

.slate-blue-and-rose .button__is-secondary,
.slate-blue-and-rose .button.is-secondary {
  background-color: #770031;
  border-color: #ffba00;
  color: #fff;
}

.slate-blue-and-rose .button__is-secondary:hover,
.slate-blue-and-rose .button__is-secondary:active,
.slate-blue-and-rose .button__is-secondary:focus,
.slate-blue-and-rose .button.is-secondary:hover,
.slate-blue-and-rose .button.is-secondary:active,
.slate-blue-and-rose .button.is-secondary:focus {
  background-color: #ffba00;
  border-color: #770031;
  color: #770031;
}

@media screen and (max-width: 1023px) {
  .slate-blue-and-rose .main-navigation__menu {
    border-bottom-color: #094d63;
  }
}

@media screen and (min-width: 1024px) {

  .slate-blue-and-rose .main-navigation__menu .main-navigation__item:hover::before,
  .slate-blue-and-rose .main-navigation__menu .main-navigation__item:active::before,
  .slate-blue-and-rose .main-navigation__menu .main-navigation__item:focus::before {
    border-top-color: #094d63;
  }
}

.slate-blue-and-rose .main-navigation__menu .navbar-dropdown__body {
  border-bottom-color: #094d63;
}

.slate-blue-and-rose .main-navigation__menu .navbar-dropdown__body .card--dark .card-content {
  background-color: #094d63;
  color: #fff;
}

.slate-blue-and-rose .main-navigation__menu .navbar-dropdown__body .card--dark .card-content .card__anchor:hover,
.slate-blue-and-rose .main-navigation__menu .navbar-dropdown__body .card--dark .card-content .card__anchor:active,
.slate-blue-and-rose .main-navigation__menu .navbar-dropdown__body .card--dark .card-content .card__anchor:focus {
  color: #fff;
}

@media screen and (min-width: 1024px) {

  .slate-blue-and-rose .main-navigation__item .navbar-link--main:hover,
  .slate-blue-and-rose .main-navigation__item .navbar-link--main:active,
  .slate-blue-and-rose .main-navigation__item .navbar-link--main:focus {
    background-color: #094d63;
  }

  .slate-blue-and-rose .main-navigation__item .navbar-link--main:hover::before,
  .slate-blue-and-rose .main-navigation__item .navbar-link--main:active::before,
  .slate-blue-and-rose .main-navigation__item .navbar-link--main:focus::before {
    border-top-color: #094d63;
  }
}

.slate-blue-and-rose footer.vcu-som-footer a:hover,
.slate-blue-and-rose footer.vcu-som-footer a:active,
.slate-blue-and-rose footer.vcu-som-footer a:focus {
  color: #094d63;
}

.slate-blue-and-rose footer.vcu-som-footer .footer__a-z__links.a-z-navigation a:hover,
.slate-blue-and-rose footer.vcu-som-footer .footer__a-z__links.a-z-navigation a:active,
.slate-blue-and-rose footer.vcu-som-footer .footer__a-z__links.a-z-navigation a:focus {
  background-color: #094d63;
}

.slate-blue-and-rose footer.vcu-som-footer .footer__social-icons>a:hover .icon,
.slate-blue-and-rose footer.vcu-som-footer .footer__social-icons>a:active .icon,
.slate-blue-and-rose footer.vcu-som-footer .footer__social-icons>a:focus .icon {
  background-color: #094d63;
}

.slate-blue-and-rose .section__title--featured .section__title>span {
  background-color: #094d63;
  color: #fff;
}

.slate-blue-and-rose .has-primary-background {
  color: #fff;
  background-color: #094d63;
}

.slate-blue-and-rose .has-primary-background .section__intro,
.slate-blue-and-rose .has-primary-background .section__intro--thin {
  border-bottom-color: #fff;
}

.slate-blue-and-rose .has-primary-background .icon {
  fill: #fff;
  stroke: #fff;
}

.slate-blue-and-rose .has-primary-background a {
  color: #fff;
}

.slate-blue-and-rose .has-primary-background a:hover,
.slate-blue-and-rose .has-primary-background a:active,
.slate-blue-and-rose .has-primary-background a:focus {
  color: #094d63;
  background-color: #fff;
}

.slate-blue-and-rose .has-primary-background .button:not([class*="is-"]) {
  color: #094d63;
  background-color: #ffffff;
  border-color: #ffffff;
}

.slate-blue-and-rose .has-primary-background .button:not([class*="is-"]):hover,
.slate-blue-and-rose .has-primary-background .button:not([class*="is-"]):active,
.slate-blue-and-rose .has-primary-background .button:not([class*="is-"]):focus {
  background-color: #ffba00;
  color: #094d63;
}

.slate-blue-and-rose .has-primary-background.has-vision-graphic::before {
  background-color: #094d63;
}

.slate-blue-and-rose .has-primary-background.is-transparent {
  background-color: #094d63;
  background-color: rgba(9, 77, 99, 0.82);
}

.slate-blue-and-rose .has-primary-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.slate-blue-and-rose .has-primary-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(9, 77, 99, 0.82);
}

.slate-blue-and-rose .has-primary-background .image-overlay {
  background-color: rgba(9, 77, 99, 0.82);
}

.slate-blue-and-rose .has-secondary-background {
  color: #fff;
  background-color: #770031;
}

.slate-blue-and-rose .has-secondary-background .section__intro,
.slate-blue-and-rose .has-secondary-background .section__intro--thin {
  border-bottom-color: #fff;
}

.slate-blue-and-rose .has-secondary-background .icon {
  fill: #fff;
  stroke: #fff;
}

.slate-blue-and-rose .has-secondary-background a {
  color: #fff;
}

.slate-blue-and-rose .has-secondary-background a:hover,
.slate-blue-and-rose .has-secondary-background a:active,
.slate-blue-and-rose .has-secondary-background a:focus {
  color: #770031;
  background-color: #fff;
}

.slate-blue-and-rose .has-secondary-background .button:not([class*="is-"]) {
  color: #770031;
  background-color: #ffffff;
  border-color: #ffffff;
}

.slate-blue-and-rose .has-secondary-background .button:not([class*="is-"]):hover,
.slate-blue-and-rose .has-secondary-background .button:not([class*="is-"]):active,
.slate-blue-and-rose .has-secondary-background .button:not([class*="is-"]):focus {
  background-color: #ffba00;
  color: #770031;
}

.slate-blue-and-rose .has-secondary-background.has-vision-graphic::before {
  background-color: #770031;
}

.slate-blue-and-rose .has-secondary-background.is-transparent {
  background-color: #770031;
  background-color: rgba(119, 0, 49, 0.82);
}

.slate-blue-and-rose .has-secondary-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.slate-blue-and-rose .has-secondary-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(119, 0, 49, 0.82);
}

.slate-blue-and-rose .has-secondary-background .image-overlay {
  background-color: rgba(119, 0, 49, 0.82);
}

.slate-blue-and-rose .has-primary-background--grad {
  background-color: #094d63;
  background-image: linear-gradient(5deg, #0b617d, #073949);
}

.slate-blue-and-rose .has-secondary-background--grad {
  background-color: #770031;
  background-image: linear-gradient(5deg, #93003d, #5b0025);
}

.slate-blue-and-rose .is-vision-angle::before,
.slate-blue-and-rose .has-vision-graphic::before {
  background-colour: #094d63;
}

.slate-blue-and-rose .is-vision-angle.is-transparent,
.slate-blue-and-rose .has-vision-graphic.is-transparent {
  background-color: transparent;
}

.slate-blue-and-rose .is-vision-angle.is-transparent::before,
.slate-blue-and-rose .has-vision-graphic.is-transparent::before {
  background-color: rgba(9, 77, 99, 0.82);
}

.slate-blue-and-rose .is-vision-angle--right.is-transparent,
.slate-blue-and-rose .has-vision-graphic--right.is-transparent {
  background-color: rgba(9, 77, 99, 0.82);
}

.slate-blue-and-rose .hero.hero--news-heading .hero-footer .content-author-date {
  background-color: rgba(9, 77, 99, 0.82);
  color: #ffffff;
}

.slate-blue-and-rose .hero.hero--news-heading .hero-footer .content-share {
  background-color: #094d63;
  color: #ffffff;
}

.slate-blue-and-rose .hero.hero--news-heading .hero-footer .content-share .content-label {
  color: #ffffff;
}

.slate-blue-and-rose .section.feature-section .section__title--featured .section__title>span {
  background-color: #094d63;
}

.slate-blue-and-rose .section.feature-section .card-flat .card__arrow span::before {
  background-color: #094d63;
}

.slate-blue-and-rose .section.feature-section .card-flat:hover .card__arrow span::before,
.slate-blue-and-rose .section.feature-section .card-flat:active .card__arrow span::before,
.slate-blue-and-rose .section.feature-section .card-flat:focus .card__arrow span::before {
  background-color: #fff;
}

.slate-blue-and-rose .section.feature-section .card-flat:hover .card__arrow span>svg,
.slate-blue-and-rose .section.feature-section .card-flat:active .card__arrow span>svg,
.slate-blue-and-rose .section.feature-section .card-flat:focus .card__arrow span>svg {
  fill: #fff;
}

.slate-blue-and-rose .section.feature-section .site-gateway__card {
  border-bottom-color: #094d63;
}

.slate-blue-and-rose .section.feature-section .site-gateway__card .card__arrow .icon::before {
  background-color: #094d63;
}

.slate-blue-and-rose .section.feature-section .site-gateway__card:hover,
.slate-blue-and-rose .section.feature-section .site-gateway__card:active,
.slate-blue-and-rose .section.feature-section .site-gateway__card:focus {
  background-color: #094d63;
  color: #fff;
}

.slate-blue-and-rose .section.feature-section .site-gateway__card:hover .card__arrow .icon::before,
.slate-blue-and-rose .section.feature-section .site-gateway__card:active .card__arrow .icon::before,
.slate-blue-and-rose .section.feature-section .site-gateway__card:focus .card__arrow .icon::before {
  background-color: #fff;
}

.slate-blue-and-rose .section.feature-section .site-gateway__card:hover .card__arrow .icon>svg,
.slate-blue-and-rose .section.feature-section .site-gateway__card:active .card__arrow .icon>svg,
.slate-blue-and-rose .section.feature-section .site-gateway__card:focus .card__arrow .icon>svg {
  fill: #094d63;
}

.slate-blue-and-rose .section.feature-section .heading-only-card {
  border-bottom-color: #094d63;
}

.slate-blue-and-rose .section.feature-section .heading-only-card .heading-only-card__content {
  border-bottom-color: #094d63;
}

.slate-blue-and-rose .section.feature-section .heading-only-card .card__arrow .icon::before {
  background-color: #094d63;
}

.slate-blue-and-rose .section.feature-section .heading-only-card:hover .heading-only-card__icon-wrap svg,
.slate-blue-and-rose .section.feature-section .heading-only-card:active .heading-only-card__icon-wrap svg,
.slate-blue-and-rose .section.feature-section .heading-only-card:focus .heading-only-card__icon-wrap svg {
  fill: #fff;
}

.slate-blue-and-rose .section.feature-section.has-secondary-cards .section__title--featured .section__title>span {
  background-color: #770031;
}

.slate-blue-and-rose .section.feature-section.has-secondary-cards .card-flat .card__arrow span::before {
  background-color: #770031;
}

.slate-blue-and-rose .section.feature-section.has-secondary-cards .card-flat:hover .card__arrow span>svg,
.slate-blue-and-rose .section.feature-section.has-secondary-cards .card-flat:active .card__arrow span>svg,
.slate-blue-and-rose .section.feature-section.has-secondary-cards .card-flat:focus .card__arrow span>svg {
  fill: #fff;
}

.slate-blue-and-rose .section.feature-section.has-secondary-cards .site-gateway__card {
  border-bottom-color: #770031;
}

.slate-blue-and-rose .section.feature-section.has-secondary-cards .site-gateway__card .card__arrow .icon::before {
  background-color: #770031;
}

.slate-blue-and-rose .section.feature-section.has-secondary-cards .site-gateway__card:hover,
.slate-blue-and-rose .section.feature-section.has-secondary-cards .site-gateway__card:active,
.slate-blue-and-rose .section.feature-section.has-secondary-cards .site-gateway__card:focus {
  background-color: #770031;
  color: #fff;
}

.slate-blue-and-rose .section.feature-section.has-secondary-cards .site-gateway__card:hover .card__arrow .icon::before,
.slate-blue-and-rose .section.feature-section.has-secondary-cards .site-gateway__card:active .card__arrow .icon::before,
.slate-blue-and-rose .section.feature-section.has-secondary-cards .site-gateway__card:focus .card__arrow .icon::before {
  background-color: #fff;
}

.slate-blue-and-rose .section.feature-section.has-secondary-cards .site-gateway__card:hover .card__arrow .icon>svg,
.slate-blue-and-rose .section.feature-section.has-secondary-cards .site-gateway__card:active .card__arrow .icon>svg,
.slate-blue-and-rose .section.feature-section.has-secondary-cards .site-gateway__card:focus .card__arrow .icon>svg {
  fill: #770031;
}

.slate-blue-and-rose .section.feature-section.has-secondary-cards .video-slider-card .card-content__controls {
  background-color: #770031;
  color: #fff;
}

.slate-blue-and-rose .section.feature-section.has-secondary-cards .video-slider-card .card-content__controls:hover,
.slate-blue-and-rose .section.feature-section.has-secondary-cards .video-slider-card .card-content__controls:active,
.slate-blue-and-rose .section.feature-section.has-secondary-cards .video-slider-card .card-content__controls:focus {
  background-color: #5e0027;
}

.slate-blue-and-rose .section.feature-section.has-secondary-cards .video-slider-card .video-slider__play:hover,
.slate-blue-and-rose .section.feature-section.has-secondary-cards .video-slider-card .video-slider__play:active,
.slate-blue-and-rose .section.feature-section.has-secondary-cards .video-slider-card .video-slider__play:focus {
  background-color: #5e0027;
}

.slate-blue-and-rose .section.feature-section.has-secondary-cards .heading-only-card {
  border-bottom-color: #770031;
}

.slate-blue-and-rose .section.feature-section.has-secondary-cards .heading-only-card .heading-only-card__content {
  border-bottom-color: #770031;
}

.slate-blue-and-rose .section.feature-section.has-secondary-cards .heading-only-card .card__arrow .icon::before {
  background-color: #770031;
}

.slate-blue-and-rose .section.feature-section.has-secondary-cards .heading-only-card .card__arrow .icon>svg {
  fill: #fff;
}

.slate-blue-and-rose .card__date--inset .card__date__day {
  background-color: #770031;
  color: #fff;
}

.slate-blue-and-rose .feature-section--vision-graphic .button {
  color: #094d63;
}

.slate-blue-and-rose .feature-section--vision-graphic .button:hover,
.slate-blue-and-rose .feature-section--vision-graphic .button:active,
.slate-blue-and-rose .feature-section--vision-graphic .button:focus {
  color: #094d63;
}

.slate-blue-and-rose .feature-section--vision-graphic a {
  color: #fff;
}

.slate-blue-and-rose .feature-section--vision-graphic a:hover,
.slate-blue-and-rose .feature-section--vision-graphic a:active,
.slate-blue-and-rose .feature-section--vision-graphic a:focus {
  color: #094d63;
  background-color: #fff;
}

.slate-blue-and-rose .feature-section--vision-graphic .section__intro,
.slate-blue-and-rose .feature-section--vision-graphic .section__intro--thin {
  border-bottom-color: #fff;
}

.slate-blue-and-rose .hero-slider__slide:nth-child(even) .news-slider__story::before,
.slate-blue-and-rose .news-slider__slide:nth-child(even) .news-slider__story::before {
  background-color: #094d63;
}

.slate-blue-and-rose .hero-slider__slide:nth-child(odd) .news-slider__story::before,
.slate-blue-and-rose .news-slider__slide:nth-child(odd) .news-slider__story::before {
  background-color: #770031;
}

.slate-blue-and-rose .news-slider .section__title--featured .section__title>span {
  background-color: #770031;
  color: #fff;
}

.slate-blue-and-rose .news-slider.has-primary-color .section__title--featured .section__title>span {
  background-color: #094d63;
  color: #fff;
}

.slate-blue-and-rose .news-events--listing .news-listing__title>a,
.slate-blue-and-rose .news-events--listing .events-listing__title>a {
  color: #770031;
}

.slate-blue-and-rose .news-events--listing .news-listing__title>a:hover,
.slate-blue-and-rose .news-events--listing .news-listing__title>a:active,
.slate-blue-and-rose .news-events--listing .news-listing__title>a:focus,
.slate-blue-and-rose .news-events--listing .events-listing__title>a:hover,
.slate-blue-and-rose .news-events--listing .events-listing__title>a:active,
.slate-blue-and-rose .news-events--listing .events-listing__title>a:focus {
  color: #094d63;
}

.slate-blue-and-rose .news-events--listing .read-more-block {
  background-color: rgba(239, 239, 239, 0.72);
}

.slate-blue-and-rose .news-events--listing .read-more-link {
  color: #770031;
}

.slate-blue-and-rose .news-events--listing .event-day {
  background-color: rgba(119, 0, 49, 0.84);
}

.slate-blue-and-rose .news-and-events-feature.has-primary-color .news-events--listing .news-listing__title>a,
.slate-blue-and-rose .news-and-events-feature.has-primary-color .news-events--listing .events-listing__title>a {
  color: #094d63;
}

.slate-blue-and-rose .news-and-events-feature.has-primary-color .news-events--listing .news-listing__title>a:hover,
.slate-blue-and-rose .news-and-events-feature.has-primary-color .news-events--listing .news-listing__title>a:active,
.slate-blue-and-rose .news-and-events-feature.has-primary-color .news-events--listing .news-listing__title>a:focus,
.slate-blue-and-rose .news-and-events-feature.has-primary-color .news-events--listing .events-listing__title>a:hover,
.slate-blue-and-rose .news-and-events-feature.has-primary-color .news-events--listing .events-listing__title>a:active,
.slate-blue-and-rose .news-and-events-feature.has-primary-color .news-events--listing .events-listing__title>a:focus {
  color: #770031;
}

.slate-blue-and-rose .news-and-events-feature.has-primary-color .event-day {
  background-color: rgba(9, 77, 99, 0.84);
}

.slate-blue-and-rose .discovery-slider .card--flat {
  border-bottom-color: #094d63;
}

.slate-blue-and-rose .discovery-slider .card--flat:hover,
.slate-blue-and-rose .discovery-slider .card--flat:active,
.slate-blue-and-rose .discovery-slider .card--flat:focus {
  border-bottom-color: #ffba00;
}

.slate-blue-and-rose .discovery-slider .card--flat:hover .card-content,
.slate-blue-and-rose .discovery-slider .card--flat:active .card-content,
.slate-blue-and-rose .discovery-slider .card--flat:focus .card-content {
  background-color: #094d63;
}

.slate-blue-and-rose .discovery-slider.is-secondary .card--flat {
  border-bottom-color: #770031;
}

.slate-blue-and-rose .discovery-slider.is-secondary .card--flat:hover,
.slate-blue-and-rose .discovery-slider.is-secondary .card--flat:active,
.slate-blue-and-rose .discovery-slider.is-secondary .card--flat:focus {
  border-bottom-color: #ffba00;
  border-bottom-color: #ffba00;
}

.slate-blue-and-rose .discovery-slider.is-secondary .card--flat:hover .card-content,
.slate-blue-and-rose .discovery-slider.is-secondary .card--flat:active .card-content,
.slate-blue-and-rose .discovery-slider.is-secondary .card--flat:focus .card-content {
  background-color: #770031;
}

.slate-blue-and-rose .feature-section--section-intro .section-intro__heading__text::after {
  background-color: #094d63;
}

.slate-blue-and-rose .feature-section--section-intro .section-intro__body::before {
  background-color: rgba(9, 77, 99, 0.82);
}

.slate-blue-and-rose .feature-section--section-intro.has-secondary-background .section-intro__body::before {
  background-color: rgba(119, 0, 49, 0.82);
}

.slate-blue-and-rose .feature-section--section-intro.has-secondary-background .section-intro__heading__text::after {
  background-color: #770031;
}

.slate-blue-and-rose .text-feature__intro-para::before {
  background-color: #094d63;
}

.slate-blue-and-rose .text-feature .inner-page-nav>ul>li>a {
  color: #094d63;
}

.slate-blue-and-rose .text-feature .inner-page-nav>ul>li>a:hover,
.slate-blue-and-rose .text-feature .inner-page-nav>ul>li>a:active,
.slate-blue-and-rose .text-feature .inner-page-nav>ul>li>a:focus {
  background-color: #094d63;
  color: #fff;
}

.slate-blue-and-rose .plugin-accordion .plugin-accordion-heading {
  background-color: #094d63;
  color: #fff;
}

.slate-blue-and-rose .plugin-accordion .plugin-accordion-heading:hover,
.slate-blue-and-rose .plugin-accordion .plugin-accordion-heading:active,
.slate-blue-and-rose .plugin-accordion .plugin-accordion-heading:focus {
  background-color: #073b4c;
}

.slate-blue-and-rose .accordion-feature-section.has-secondary-background {
  color: #202020;
  background-color: #ffffff;
}

.slate-blue-and-rose .accordion-feature-section.has-secondary-background .plugin-accordion-heading {
  background-color: #770031;
  color: #fff;
}

.slate-blue-and-rose .accordion-feature-section.has-secondary-background .plugin-accordion-heading:hover,
.slate-blue-and-rose .accordion-feature-section.has-secondary-background .plugin-accordion-heading:active,
.slate-blue-and-rose .accordion-feature-section.has-secondary-background .plugin-accordion-heading:focus {
  background-color: #5e0027;
}

@media screen and (max-width: 1023px) {
  .slate-blue-and-rose .hero-slider .hero-quicklinks {
    background-color: #094d63;
  }
}

/* maroon-and-tan */
.maroon-and-tan a {
  color: #8c6239;
  text-decoration: underline;
}

.maroon-and-tan a:hover,
.maroon-and-tan a:active,
.maroon-and-tan a:focus {
  color: #61001f;
}

.maroon-and-tan a:focus {
  outline-color: #61001f;
}

.maroon-and-tan .icon.icon--svg.has-icon-primary>svg {
  fill: #61001f;
  stroke: #61001f;
}

.maroon-and-tan .icon.icon--svg.has-icon-secondary>svg {
  fill: #8c6239;
  stroke: #8c6239;
}

.maroon-and-tan .button__is-primary,
.maroon-and-tan .button.is-primary {
  background-color: #61001f;
  border-color: #ffba00;
  color: #ffffff;
}

.maroon-and-tan .button__is-primary:hover,
.maroon-and-tan .button__is-primary:active,
.maroon-and-tan .button__is-primary:focus,
.maroon-and-tan .button.is-primary:hover,
.maroon-and-tan .button.is-primary:active,
.maroon-and-tan .button.is-primary:focus {
  background-color: #8C6239;
  border-color: #61001f;
  /*color: #61001f;*/
}

.maroon-and-tan .button__is-secondary,
.maroon-and-tan .button.is-secondary {
  background-color: #8c6239;
  border-color: #ffba00;
  color: #fff;
}

.maroon-and-tan .button__is-secondary:hover,
.maroon-and-tan .button__is-secondary:active,
.maroon-and-tan .button__is-secondary:focus,
.maroon-and-tan .button.is-secondary:hover,
.maroon-and-tan .button.is-secondary:active,
.maroon-and-tan .button.is-secondary:focus {
  background-color: #ffba00;
  border-color: #8c6239;
  color: #8c6239;
}

@media screen and (max-width: 1023px) {
  .maroon-and-tan .main-navigation__menu {
    border-bottom-color: #61001f;
  }
}

@media screen and (min-width: 1024px) {

  .maroon-and-tan .main-navigation__menu .main-navigation__item:hover::before,
  .maroon-and-tan .main-navigation__menu .main-navigation__item:active::before,
  .maroon-and-tan .main-navigation__menu .main-navigation__item:focus::before {
    border-top-color: #61001f;
  }
}

.maroon-and-tan .main-navigation__menu .navbar-dropdown__body {
  border-bottom-color: #61001f;
}

.maroon-and-tan .main-navigation__menu .navbar-dropdown__body .card--dark .card-content {
  background-color: #61001f;
  color: #fff;
}

.maroon-and-tan .main-navigation__menu .navbar-dropdown__body .card--dark .card-content .card__anchor:hover,
.maroon-and-tan .main-navigation__menu .navbar-dropdown__body .card--dark .card-content .card__anchor:active,
.maroon-and-tan .main-navigation__menu .navbar-dropdown__body .card--dark .card-content .card__anchor:focus {
  color: #fff;
}

@media screen and (min-width: 1024px) {

  .maroon-and-tan .main-navigation__item .navbar-link--main:hover,
  .maroon-and-tan .main-navigation__item .navbar-link--main:active,
  .maroon-and-tan .main-navigation__item .navbar-link--main:focus {
    background-color: #61001f;
  }

  .maroon-and-tan .main-navigation__item .navbar-link--main:hover::before,
  .maroon-and-tan .main-navigation__item .navbar-link--main:active::before,
  .maroon-and-tan .main-navigation__item .navbar-link--main:focus::before {
    border-top-color: #61001f;
  }
}

.maroon-and-tan footer.vcu-som-footer a:hover,
.maroon-and-tan footer.vcu-som-footer a:active,
.maroon-and-tan footer.vcu-som-footer a:focus {
  color: #61001f;
}

.maroon-and-tan footer.vcu-som-footer .footer__a-z__links.a-z-navigation a:hover,
.maroon-and-tan footer.vcu-som-footer .footer__a-z__links.a-z-navigation a:active,
.maroon-and-tan footer.vcu-som-footer .footer__a-z__links.a-z-navigation a:focus {
  background-color: #61001f;
}

.maroon-and-tan footer.vcu-som-footer .footer__social-icons>a:hover .icon,
.maroon-and-tan footer.vcu-som-footer .footer__social-icons>a:active .icon,
.maroon-and-tan footer.vcu-som-footer .footer__social-icons>a:focus .icon {
  background-color: #61001f;
}

.maroon-and-tan .section__title--featured .section__title>span {
  background-color: #61001f;
  color: #fff;
}

.maroon-and-tan .has-primary-background {
  color: #fff;
  background-color: #61001f;
}

.maroon-and-tan .has-primary-background .section__intro,
.maroon-and-tan .has-primary-background .section__intro--thin {
  border-bottom-color: #fff;
}

.maroon-and-tan .has-primary-background .icon {
  fill: #fff;
  stroke: #fff;
}

.maroon-and-tan .has-primary-background a {
  color: #fff;
}

.maroon-and-tan .has-primary-background a:hover,
.maroon-and-tan .has-primary-background a:active,
.maroon-and-tan .has-primary-background a:focus {
  color: #61001f;
  background-color: #fff;
}

.maroon-and-tan .has-primary-background .button:not([class*="is-"]) {
  color: #61001f;
  background-color: #ffffff;
  border-color: #ffffff;
}

.maroon-and-tan .has-primary-background .button:not([class*="is-"]):hover,
.maroon-and-tan .has-primary-background .button:not([class*="is-"]):active,
.maroon-and-tan .has-primary-background .button:not([class*="is-"]):focus {
  background-color: #ffba00;
  color: #61001f;
}

.maroon-and-tan .has-primary-background.has-vision-graphic::before {
  background-color: #61001f;
}

.maroon-and-tan .has-primary-background.is-transparent {
  background-color: #61001f;
  background-color: rgba(97, 0, 31, 0.82);
}

.maroon-and-tan .has-primary-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.maroon-and-tan .has-primary-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(97, 0, 31, 0.82);
}

.maroon-and-tan .has-primary-background .image-overlay {
  background-color: rgba(97, 0, 31, 0.82);
}

.maroon-and-tan .has-secondary-background {
  color: #fff;
  background-color: #8c6239;
}

.maroon-and-tan .has-secondary-background .section__intro,
.maroon-and-tan .has-secondary-background .section__intro--thin {
  border-bottom-color: #fff;
}

.maroon-and-tan .has-secondary-background .icon {
  fill: #fff;
  stroke: #fff;
}

.maroon-and-tan .has-secondary-background a {
  color: #fff;
}

.maroon-and-tan .has-secondary-background a:hover,
.maroon-and-tan .has-secondary-background a:active,
.maroon-and-tan .has-secondary-background a:focus {
  color: #8c6239;
  background-color: #fff;
}

.maroon-and-tan .has-secondary-background .button:not([class*="is-"]) {
  color: #8c6239;
  background-color: #ffffff;
  border-color: #ffffff;
}

.maroon-and-tan .has-secondary-background .button:not([class*="is-"]):hover,
.maroon-and-tan .has-secondary-background .button:not([class*="is-"]):active,
.maroon-and-tan .has-secondary-background .button:not([class*="is-"]):focus {
  background-color: #61001f;
  color: #ffffff;
}

.maroon-and-tan .has-secondary-background.has-vision-graphic::before {
  background-color: #8c6239;
}

.maroon-and-tan .has-secondary-background.is-transparent {
  background-color: #8c6239;
  background-color: rgba(140, 98, 57, 0.82);
}

.maroon-and-tan .has-secondary-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.maroon-and-tan .has-secondary-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(140, 98, 57, 0.82);
}

.maroon-and-tan .has-secondary-background .image-overlay {
  background-color: rgba(140, 98, 57, 0.82);
}

.maroon-and-tan .has-primary-background--grad {
  background-color: #61001f;
  background-image: linear-gradient(5deg, #7d0028, #450016);
}

.maroon-and-tan .has-secondary-background--grad {
  background-color: #8c6239;
  background-image: linear-gradient(5deg, #a07041, #785431);
}

.maroon-and-tan .is-vision-angle::before,
.maroon-and-tan .has-vision-graphic::before {
  background-colour: #61001f;
}

.maroon-and-tan .is-vision-angle.is-transparent,
.maroon-and-tan .has-vision-graphic.is-transparent {
  background-color: transparent;
}

.maroon-and-tan .is-vision-angle.is-transparent::before,
.maroon-and-tan .has-vision-graphic.is-transparent::before {
  background-color: rgba(97, 0, 31, 0.82);
}

.maroon-and-tan .is-vision-angle--right.is-transparent,
.maroon-and-tan .has-vision-graphic--right.is-transparent {
  background-color: rgba(97, 0, 31, 0.82);
}

.maroon-and-tan .hero.hero--news-heading .hero-footer .content-author-date {
  background-color: rgba(97, 0, 31, 0.82);
  color: #ffffff;
}

.maroon-and-tan .hero.hero--news-heading .hero-footer .content-share {
  background-color: #61001f;
  color: #ffffff;
}

.maroon-and-tan .hero.hero--news-heading .hero-footer .content-share .content-label {
  color: #ffffff;
}

.maroon-and-tan .section.feature-section .section__title--featured .section__title>span {
  background-color: #61001f;
}

.maroon-and-tan .section.feature-section .card-flat .card__arrow span::before {
  background-color: #61001f;
}

.maroon-and-tan .section.feature-section .card-flat:hover .card__arrow span::before,
.maroon-and-tan .section.feature-section .card-flat:active .card__arrow span::before,
.maroon-and-tan .section.feature-section .card-flat:focus .card__arrow span::before {
  background-color: #fff;
}

.maroon-and-tan .section.feature-section .card-flat:hover .card__arrow span>svg,
.maroon-and-tan .section.feature-section .card-flat:active .card__arrow span>svg,
.maroon-and-tan .section.feature-section .card-flat:focus .card__arrow span>svg {
  fill: #fff;
}

.maroon-and-tan .section.feature-section .site-gateway__card {
  border-bottom-color: #61001f;
}

.maroon-and-tan .section.feature-section .site-gateway__card .card__arrow .icon::before {
  background-color: #61001f;
}

.maroon-and-tan .section.feature-section .site-gateway__card:hover,
.maroon-and-tan .section.feature-section .site-gateway__card:active,
.maroon-and-tan .section.feature-section .site-gateway__card:focus {
  background-color: #61001f;
  color: #fff;
}

.maroon-and-tan .section.feature-section .site-gateway__card:hover .card__arrow .icon::before,
.maroon-and-tan .section.feature-section .site-gateway__card:active .card__arrow .icon::before,
.maroon-and-tan .section.feature-section .site-gateway__card:focus .card__arrow .icon::before {
  background-color: #fff;
}

.maroon-and-tan .section.feature-section .site-gateway__card:hover .card__arrow .icon>svg,
.maroon-and-tan .section.feature-section .site-gateway__card:active .card__arrow .icon>svg,
.maroon-and-tan .section.feature-section .site-gateway__card:focus .card__arrow .icon>svg {
  fill: #61001f;
}

.maroon-and-tan .section.feature-section .heading-only-card {
  border-bottom-color: #61001f;
}

.maroon-and-tan .section.feature-section .heading-only-card .heading-only-card__content {
  border-bottom-color: #61001f;
}

.maroon-and-tan .section.feature-section .heading-only-card .card__arrow .icon::before {
  background-color: #61001f;
}

.maroon-and-tan .section.feature-section .heading-only-card:hover .heading-only-card__icon-wrap svg,
.maroon-and-tan .section.feature-section .heading-only-card:active .heading-only-card__icon-wrap svg,
.maroon-and-tan .section.feature-section .heading-only-card:focus .heading-only-card__icon-wrap svg {
  fill: #fff;
}

.maroon-and-tan .section.feature-section.has-secondary-cards .section__title--featured .section__title>span {
  background-color: #8c6239;
}

.maroon-and-tan .section.feature-section.has-secondary-cards .card-flat .card__arrow span::before {
  background-color: #8c6239;
}

.maroon-and-tan .section.feature-section.has-secondary-cards .card-flat:hover .card__arrow span>svg,
.maroon-and-tan .section.feature-section.has-secondary-cards .card-flat:active .card__arrow span>svg,
.maroon-and-tan .section.feature-section.has-secondary-cards .card-flat:focus .card__arrow span>svg {
  fill: #fff;
}

.maroon-and-tan .section.feature-section.has-secondary-cards .site-gateway__card {
  border-bottom-color: #8c6239;
}

.maroon-and-tan .section.feature-section.has-secondary-cards .site-gateway__card .card__arrow .icon::before {
  background-color: #8c6239;
}

.maroon-and-tan .section.feature-section.has-secondary-cards .site-gateway__card:hover,
.maroon-and-tan .section.feature-section.has-secondary-cards .site-gateway__card:active,
.maroon-and-tan .section.feature-section.has-secondary-cards .site-gateway__card:focus {
  background-color: #8c6239;
  color: #fff;
}

.maroon-and-tan .section.feature-section.has-secondary-cards .site-gateway__card:hover .card__arrow .icon::before,
.maroon-and-tan .section.feature-section.has-secondary-cards .site-gateway__card:active .card__arrow .icon::before,
.maroon-and-tan .section.feature-section.has-secondary-cards .site-gateway__card:focus .card__arrow .icon::before {
  background-color: #fff;
}

.maroon-and-tan .section.feature-section.has-secondary-cards .site-gateway__card:hover .card__arrow .icon>svg,
.maroon-and-tan .section.feature-section.has-secondary-cards .site-gateway__card:active .card__arrow .icon>svg,
.maroon-and-tan .section.feature-section.has-secondary-cards .site-gateway__card:focus .card__arrow .icon>svg {
  fill: #8c6239;
}

.maroon-and-tan .section.feature-section.has-secondary-cards .video-slider-card .card-content__controls {
  background-color: #8c6239;
  color: #fff;
}

.maroon-and-tan .section.feature-section.has-secondary-cards .video-slider-card .card-content__controls:hover,
.maroon-and-tan .section.feature-section.has-secondary-cards .video-slider-card .card-content__controls:active,
.maroon-and-tan .section.feature-section.has-secondary-cards .video-slider-card .card-content__controls:focus {
  background-color: #7a5532;
}

.maroon-and-tan .section.feature-section.has-secondary-cards .video-slider-card .video-slider__play:hover,
.maroon-and-tan .section.feature-section.has-secondary-cards .video-slider-card .video-slider__play:active,
.maroon-and-tan .section.feature-section.has-secondary-cards .video-slider-card .video-slider__play:focus {
  background-color: #7a5532;
}

.maroon-and-tan .section.feature-section.has-secondary-cards .heading-only-card {
  border-bottom-color: #8c6239;
}

.maroon-and-tan .section.feature-section.has-secondary-cards .heading-only-card .heading-only-card__content {
  border-bottom-color: #8c6239;
}

.maroon-and-tan .section.feature-section.has-secondary-cards .heading-only-card .card__arrow .icon::before {
  background-color: #8c6239;
}

.maroon-and-tan .section.feature-section.has-secondary-cards .heading-only-card .card__arrow .icon>svg {
  fill: #fff;
}

.maroon-and-tan .card__date--inset .card__date__day {
  background-color: #8c6239;
  color: #fff;
}

.maroon-and-tan .feature-section--vision-graphic .button {
  color: #61001f;
}

.maroon-and-tan .feature-section--vision-graphic .button:hover,
.maroon-and-tan .feature-section--vision-graphic .button:active,
.maroon-and-tan .feature-section--vision-graphic .button:focus {
  color: #61001f;
}

.maroon-and-tan .feature-section--vision-graphic a {
  color: #fff;
}

.maroon-and-tan .feature-section--vision-graphic a:hover,
.maroon-and-tan .feature-section--vision-graphic a:active,
.maroon-and-tan .feature-section--vision-graphic a:focus {
  color: #61001f;
  background-color: #fff;
}

.maroon-and-tan .feature-section--vision-graphic .section__intro,
.maroon-and-tan .feature-section--vision-graphic .section__intro--thin {
  border-bottom-color: #fff;
}

.maroon-and-tan .hero-slider__slide:nth-child(even) .news-slider__story::before,
.maroon-and-tan .news-slider__slide:nth-child(even) .news-slider__story::before {
  background-color: #61001f;
}

.maroon-and-tan .hero-slider__slide:nth-child(odd) .news-slider__story::before,
.maroon-and-tan .news-slider__slide:nth-child(odd) .news-slider__story::before {
  background-color: #8c6239;
}

.maroon-and-tan .news-slider .section__title--featured .section__title>span {
  background-color: #8c6239;
  color: #fff;
}

.maroon-and-tan .news-slider.has-primary-color .section__title--featured .section__title>span {
  background-color: #61001f;
  color: #fff;
}

.maroon-and-tan .news-events--listing .news-listing__title>a,
.maroon-and-tan .news-events--listing .events-listing__title>a {
  color: #8c6239;
}

.maroon-and-tan .news-events--listing .news-listing__title>a:hover,
.maroon-and-tan .news-events--listing .news-listing__title>a:active,
.maroon-and-tan .news-events--listing .news-listing__title>a:focus,
.maroon-and-tan .news-events--listing .events-listing__title>a:hover,
.maroon-and-tan .news-events--listing .events-listing__title>a:active,
.maroon-and-tan .news-events--listing .events-listing__title>a:focus {
  color: #61001f;
}

.maroon-and-tan .news-events--listing .read-more-block {
  background-color: rgba(239, 239, 239, 0.72);
}

.maroon-and-tan .news-events--listing .read-more-link {
  color: #8c6239;
}

.maroon-and-tan .news-events--listing .event-day {
  background-color: rgba(140, 98, 57, 0.84);
}

.maroon-and-tan .news-and-events-feature.has-primary-color .news-events--listing .news-listing__title>a,
.maroon-and-tan .news-and-events-feature.has-primary-color .news-events--listing .events-listing__title>a {
  color: #61001f;
}

.maroon-and-tan .news-and-events-feature.has-primary-color .news-events--listing .news-listing__title>a:hover,
.maroon-and-tan .news-and-events-feature.has-primary-color .news-events--listing .news-listing__title>a:active,
.maroon-and-tan .news-and-events-feature.has-primary-color .news-events--listing .news-listing__title>a:focus,
.maroon-and-tan .news-and-events-feature.has-primary-color .news-events--listing .events-listing__title>a:hover,
.maroon-and-tan .news-and-events-feature.has-primary-color .news-events--listing .events-listing__title>a:active,
.maroon-and-tan .news-and-events-feature.has-primary-color .news-events--listing .events-listing__title>a:focus {
  color: #8c6239;
}

.maroon-and-tan .news-and-events-feature.has-primary-color .event-day {
  background-color: rgba(97, 0, 31, 0.84);
}

.maroon-and-tan .discovery-slider .card--flat {
  border-bottom-color: #61001f;
}

.maroon-and-tan .discovery-slider .card--flat:hover,
.maroon-and-tan .discovery-slider .card--flat:active,
.maroon-and-tan .discovery-slider .card--flat:focus {
  border-bottom-color: #ffba00;
}

.maroon-and-tan .discovery-slider .card--flat:hover .card-content,
.maroon-and-tan .discovery-slider .card--flat:active .card-content,
.maroon-and-tan .discovery-slider .card--flat:focus .card-content {
  background-color: #61001f;
}

.maroon-and-tan .discovery-slider.is-secondary .card--flat {
  border-bottom-color: #8c6239;
}

.maroon-and-tan .discovery-slider.is-secondary .card--flat:hover,
.maroon-and-tan .discovery-slider.is-secondary .card--flat:active,
.maroon-and-tan .discovery-slider.is-secondary .card--flat:focus {
  border-bottom-color: #ffba00;
  border-bottom-color: #ffba00;
}

.maroon-and-tan .discovery-slider.is-secondary .card--flat:hover .card-content,
.maroon-and-tan .discovery-slider.is-secondary .card--flat:active .card-content,
.maroon-and-tan .discovery-slider.is-secondary .card--flat:focus .card-content {
  background-color: #8c6239;
}

.maroon-and-tan .feature-section--section-intro .section-intro__heading__text::after {
  background-color: #61001f;
}

.maroon-and-tan .feature-section--section-intro .section-intro__body::before {
  background-color: rgba(97, 0, 31, 0.82);
}

.maroon-and-tan .feature-section--section-intro.has-secondary-background .section-intro__body::before {
  background-color: rgba(140, 98, 57, 0.82);
}

.maroon-and-tan .feature-section--section-intro.has-secondary-background .section-intro__heading__text::after {
  background-color: #8c6239;
}

.maroon-and-tan .text-feature__intro-para::before {
  background-color: #61001f;
}

.maroon-and-tan .text-feature .inner-page-nav>ul>li>a {
  color: #61001f;
}

.maroon-and-tan .text-feature .inner-page-nav>ul>li>a:hover,
.maroon-and-tan .text-feature .inner-page-nav>ul>li>a:active,
.maroon-and-tan .text-feature .inner-page-nav>ul>li>a:focus {
  background-color: #61001f;
  color: #fff;
}

.maroon-and-tan .plugin-accordion .plugin-accordion-heading {
  background-color: #61001f;
  color: #fff;
}

.maroon-and-tan .plugin-accordion .plugin-accordion-heading:hover,
.maroon-and-tan .plugin-accordion .plugin-accordion-heading:active,
.maroon-and-tan .plugin-accordion .plugin-accordion-heading:focus {
  background-color: #480017;
  color: #ffffff;
}

.maroon-and-tan .accordion-feature-section.has-secondary-background {
  color: #202020;
  background-color: #ffffff;
}

.maroon-and-tan .accordion-feature-section.has-secondary-background .plugin-accordion-heading {
  background-color: #8c6239;
  color: #fff;
}

.maroon-and-tan .accordion-feature-section.has-secondary-background .plugin-accordion-heading:hover,
.maroon-and-tan .accordion-feature-section.has-secondary-background .plugin-accordion-heading:active,
.maroon-and-tan .accordion-feature-section.has-secondary-background .plugin-accordion-heading:focus {
  background-color: #7a5532;
}

@media screen and (max-width: 1023px) {
  .maroon-and-tan .hero-slider .hero-quicklinks {
    background-color: #61001f;
  }
}

/* deep-blue-and-light-teal */
.deep-blue-and-light-teal a {
  color: #0c6e6d;
  text-decoration: underline;
}

.deep-blue-and-light-teal a:hover,
.deep-blue-and-light-teal a:active,
.deep-blue-and-light-teal a:focus {
  color: #0b2751;
}

.deep-blue-and-light-teal a:focus {
  outline-color: #0b2751;
}

.deep-blue-and-light-teal .icon.icon--svg.has-icon-primary>svg {
  fill: #0b2751;
  stroke: #0b2751;
}

.deep-blue-and-light-teal .icon.icon--svg.has-icon-secondary>svg {
  fill: #0c6e6d;
  stroke: #0c6e6d;
}

.deep-blue-and-light-teal .button__is-primary,
.deep-blue-and-light-teal .button.is-primary {
  background-color: #0b2751;
  border-color: #ffba00;
  color: #fff;
}

.deep-blue-and-light-teal .button__is-primary:hover,
.deep-blue-and-light-teal .button__is-primary:active,
.deep-blue-and-light-teal .button__is-primary:focus,
.deep-blue-and-light-teal .button.is-primary:hover,
.deep-blue-and-light-teal .button.is-primary:active,
.deep-blue-and-light-teal .button.is-primary:focus {
  background-color: #ffba00;
  border-color: #0b2751;
  color: #081c3a;
}

.deep-blue-and-light-teal .button__is-secondary,
.deep-blue-and-light-teal .button.is-secondary {
  background-color: #0c6e6d;
  border-color: #ffba00;
  color: #fff;
}

.deep-blue-and-light-teal .button__is-secondary:hover,
.deep-blue-and-light-teal .button__is-secondary:active,
.deep-blue-and-light-teal .button__is-secondary:focus,
.deep-blue-and-light-teal .button.is-secondary:hover,
.deep-blue-and-light-teal .button.is-secondary:active,
.deep-blue-and-light-teal .button.is-secondary:focus {
  background-color: #ffba00;
  border-color: #0c6e6d;
  color: #0c6e6d;
}

@media screen and (max-width: 1023px) {
  .deep-blue-and-light-teal .main-navigation__menu {
    border-bottom-color: #0b2751;
  }
}

@media screen and (min-width: 1024px) {

  .deep-blue-and-light-teal .main-navigation__menu .main-navigation__item:hover::before,
  .deep-blue-and-light-teal .main-navigation__menu .main-navigation__item:active::before,
  .deep-blue-and-light-teal .main-navigation__menu .main-navigation__item:focus::before {
    border-top-color: #0b2751;
  }
}

.deep-blue-and-light-teal .main-navigation__menu .navbar-dropdown__body {
  border-bottom-color: #0b2751;
}

.deep-blue-and-light-teal .main-navigation__menu .navbar-dropdown__body .card--dark .card-content {
  background-color: #0b2751;
  color: #fff;
}

.deep-blue-and-light-teal .main-navigation__menu .navbar-dropdown__body .card--dark .card-content .card__anchor:hover,
.deep-blue-and-light-teal .main-navigation__menu .navbar-dropdown__body .card--dark .card-content .card__anchor:active,
.deep-blue-and-light-teal .main-navigation__menu .navbar-dropdown__body .card--dark .card-content .card__anchor:focus {
  color: #fff;
}

@media screen and (min-width: 1024px) {

  .deep-blue-and-light-teal .main-navigation__item .navbar-link--main:hover,
  .deep-blue-and-light-teal .main-navigation__item .navbar-link--main:active,
  .deep-blue-and-light-teal .main-navigation__item .navbar-link--main:focus {
    background-color: #0b2751;
  }

  .deep-blue-and-light-teal .main-navigation__item .navbar-link--main:hover::before,
  .deep-blue-and-light-teal .main-navigation__item .navbar-link--main:active::before,
  .deep-blue-and-light-teal .main-navigation__item .navbar-link--main:focus::before {
    border-top-color: #0b2751;
  }
}

.deep-blue-and-light-teal footer.vcu-som-footer a:hover,
.deep-blue-and-light-teal footer.vcu-som-footer a:active,
.deep-blue-and-light-teal footer.vcu-som-footer a:focus {
  color: #0b2751;
}

.deep-blue-and-light-teal footer.vcu-som-footer .footer__a-z__links.a-z-navigation a:hover,
.deep-blue-and-light-teal footer.vcu-som-footer .footer__a-z__links.a-z-navigation a:active,
.deep-blue-and-light-teal footer.vcu-som-footer .footer__a-z__links.a-z-navigation a:focus {
  background-color: #0b2751;
}

.deep-blue-and-light-teal footer.vcu-som-footer .footer__social-icons>a:hover .icon,
.deep-blue-and-light-teal footer.vcu-som-footer .footer__social-icons>a:active .icon,
.deep-blue-and-light-teal footer.vcu-som-footer .footer__social-icons>a:focus .icon {
  background-color: #0b2751;
}

.deep-blue-and-light-teal .section__title--featured .section__title>span {
  background-color: #0b2751;
  color: #fff;
}

.deep-blue-and-light-teal .has-primary-background {
  color: #fff;
  background-color: #0b2751;
}

.deep-blue-and-light-teal .has-primary-background .section__intro,
.deep-blue-and-light-teal .has-primary-background .section__intro--thin {
  border-bottom-color: #fff;
}

.deep-blue-and-light-teal .has-primary-background .icon {
  fill: #fff;
  stroke: #fff;
}

.deep-blue-and-light-teal .has-primary-background a {
  color: #fff;
}

.deep-blue-and-light-teal .has-primary-background a:hover,
.deep-blue-and-light-teal .has-primary-background a:active,
.deep-blue-and-light-teal .has-primary-background a:focus {
  color: #0b2751;
  background-color: #fff;
}

.deep-blue-and-light-teal .has-primary-background .button:not([class*="is-"]) {
  color: #0b2751;
  background-color: #ffffff;
  border-color: #ffffff;
}

.deep-blue-and-light-teal .has-primary-background .button:not([class*="is-"]):hover,
.deep-blue-and-light-teal .has-primary-background .button:not([class*="is-"]):active,
.deep-blue-and-light-teal .has-primary-background .button:not([class*="is-"]):focus {
  background-color: #ffba00;
  color: #0b2751;
}

.deep-blue-and-light-teal .has-primary-background.has-vision-graphic::before {
  background-color: #0b2751;
}

.deep-blue-and-light-teal .has-primary-background.is-transparent {
  background-color: #0b2751;
  background-color: rgba(11, 39, 81, 0.82);
}

.deep-blue-and-light-teal .has-primary-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.deep-blue-and-light-teal .has-primary-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(11, 39, 81, 0.82);
}

.deep-blue-and-light-teal .has-primary-background .image-overlay {
  background-color: rgba(11, 39, 81, 0.82);
}

.deep-blue-and-light-teal .has-secondary-background {
  color: #fff;
  background-color: #0c6e6d;
}

.deep-blue-and-light-teal .has-secondary-background .section__intro,
.deep-blue-and-light-teal .has-secondary-background .section__intro--thin {
  border-bottom-color: #fff;
}

.deep-blue-and-light-teal .has-secondary-background .icon {
  fill: #fff;
  stroke: #fff;
}

.deep-blue-and-light-teal .has-secondary-background a {
  color: #fff;
}

.deep-blue-and-light-teal .has-secondary-background a:hover,
.deep-blue-and-light-teal .has-secondary-background a:active,
.deep-blue-and-light-teal .has-secondary-background a:focus {
  color: #0c6e6d;
  background-color: #fff;
}

.deep-blue-and-light-teal .has-secondary-background .button:not([class*="is-"]) {
  color: #0c6e6d;
  background-color: #ffffff;
  border-color: #ffffff;
}

.deep-blue-and-light-teal .has-secondary-background .button:not([class*="is-"]):hover,
.deep-blue-and-light-teal .has-secondary-background .button:not([class*="is-"]):active,
.deep-blue-and-light-teal .has-secondary-background .button:not([class*="is-"]):focus {
  background-color: #ffba00;
  color: #0B5D5A;
}

.deep-blue-and-light-teal .has-secondary-background.has-vision-graphic::before {
  background-color: #0c6e6d;
}

.deep-blue-and-light-teal .has-secondary-background.is-transparent {
  background-color: #0c6e6d;
  background-color: rgba(12, 110, 109, 0.82);
}

.deep-blue-and-light-teal .has-secondary-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.deep-blue-and-light-teal .has-secondary-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(12, 110, 109, 0.82);
}

.deep-blue-and-light-teal .has-secondary-background .image-overlay {
  background-color: rgba(12, 110, 109, 0.82);
}

.deep-blue-and-light-teal .has-primary-background--grad {
  background-color: #0b2751;
  background-image: linear-gradient(5deg, #0e336a, #081b38);
}

.deep-blue-and-light-teal .has-secondary-background--grad {
  background-color: #0c6e6d;
  background-image: linear-gradient(5deg, #0f8886, #095454);
}

.deep-blue-and-light-teal .is-vision-angle::before,
.deep-blue-and-light-teal .has-vision-graphic::before {
  background-colour: #0b2751;
}

.deep-blue-and-light-teal .is-vision-angle.is-transparent,
.deep-blue-and-light-teal .has-vision-graphic.is-transparent {
  background-color: transparent;
}

.deep-blue-and-light-teal .is-vision-angle.is-transparent::before,
.deep-blue-and-light-teal .has-vision-graphic.is-transparent::before {
  background-color: rgba(11, 39, 81, 0.82);
}

.deep-blue-and-light-teal .is-vision-angle--right.is-transparent,
.deep-blue-and-light-teal .has-vision-graphic--right.is-transparent {
  background-color: rgba(11, 39, 81, 0.82);
}

.deep-blue-and-light-teal .hero.hero--news-heading .hero-footer .content-author-date {
  background-color: rgba(11, 39, 81, 0.82);
  color: #ffffff;
}

.deep-blue-and-light-teal .hero.hero--news-heading .hero-footer .content-share {
  background-color: #0b2751;
  color: #ffffff;
}

.deep-blue-and-light-teal .hero.hero--news-heading .hero-footer .content-share .content-label {
  color: #ffffff;
}

.deep-blue-and-light-teal .section.feature-section .section__title--featured .section__title>span {
  background-color: #0b2751;
}

.deep-blue-and-light-teal .section.feature-section .card-flat .card__arrow span::before {
  background-color: #0b2751;
}

.deep-blue-and-light-teal .section.feature-section .card-flat:hover .card__arrow span::before,
.deep-blue-and-light-teal .section.feature-section .card-flat:active .card__arrow span::before,
.deep-blue-and-light-teal .section.feature-section .card-flat:focus .card__arrow span::before {
  background-color: #fff;
}

.deep-blue-and-light-teal .section.feature-section .card-flat:hover .card__arrow span>svg,
.deep-blue-and-light-teal .section.feature-section .card-flat:active .card__arrow span>svg,
.deep-blue-and-light-teal .section.feature-section .card-flat:focus .card__arrow span>svg {
  fill: #fff;
}

.deep-blue-and-light-teal .section.feature-section .site-gateway__card {
  border-bottom-color: #0b2751;
}

.deep-blue-and-light-teal .section.feature-section .site-gateway__card .card__arrow .icon::before {
  background-color: #0b2751;
}

.deep-blue-and-light-teal .section.feature-section .site-gateway__card:hover,
.deep-blue-and-light-teal .section.feature-section .site-gateway__card:active,
.deep-blue-and-light-teal .section.feature-section .site-gateway__card:focus {
  background-color: #0b2751;
  color: #fff;
}

.deep-blue-and-light-teal .section.feature-section .site-gateway__card:hover .card__arrow .icon::before,
.deep-blue-and-light-teal .section.feature-section .site-gateway__card:active .card__arrow .icon::before,
.deep-blue-and-light-teal .section.feature-section .site-gateway__card:focus .card__arrow .icon::before {
  background-color: #fff;
}

.deep-blue-and-light-teal .section.feature-section .site-gateway__card:hover .card__arrow .icon>svg,
.deep-blue-and-light-teal .section.feature-section .site-gateway__card:active .card__arrow .icon>svg,
.deep-blue-and-light-teal .section.feature-section .site-gateway__card:focus .card__arrow .icon>svg {
  fill: #0b2751;
}

.deep-blue-and-light-teal .section.feature-section .heading-only-card {
  border-bottom-color: #0b2751;
}

.deep-blue-and-light-teal .section.feature-section .heading-only-card .heading-only-card__content {
  border-bottom-color: #0b2751;
}

.deep-blue-and-light-teal .section.feature-section .heading-only-card .card__arrow .icon::before {
  background-color: #0b2751;
}

.deep-blue-and-light-teal .section.feature-section .heading-only-card:hover .heading-only-card__icon-wrap svg,
.deep-blue-and-light-teal .section.feature-section .heading-only-card:active .heading-only-card__icon-wrap svg,
.deep-blue-and-light-teal .section.feature-section .heading-only-card:focus .heading-only-card__icon-wrap svg {
  fill: #fff;
}

.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .section__title--featured .section__title>span {
  background-color: #0c6e6d;
}

.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .card-flat .card__arrow span::before {
  background-color: #0c6e6d;
}

.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .card-flat:hover .card__arrow span>svg,
.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .card-flat:active .card__arrow span>svg,
.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .card-flat:focus .card__arrow span>svg {
  fill: #fff;
}

.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .site-gateway__card {
  border-bottom-color: #0c6e6d;
}

.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .site-gateway__card .card__arrow .icon::before {
  background-color: #0c6e6d;
}

.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .site-gateway__card:hover,
.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .site-gateway__card:active,
.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .site-gateway__card:focus {
  background-color: #0c6e6d;
  color: #fff;
}

.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .site-gateway__card:hover .card__arrow .icon::before,
.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .site-gateway__card:active .card__arrow .icon::before,
.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .site-gateway__card:focus .card__arrow .icon::before {
  background-color: #fff;
}

.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .site-gateway__card:hover .card__arrow .icon>svg,
.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .site-gateway__card:active .card__arrow .icon>svg,
.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .site-gateway__card:focus .card__arrow .icon>svg {
  fill: #0c6e6d;
}

.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .video-slider-card .card-content__controls {
  background-color: #0c6e6d;
  color: #fff;
}

.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .video-slider-card .card-content__controls:hover,
.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .video-slider-card .card-content__controls:active,
.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .video-slider-card .card-content__controls:focus {
  background-color: #095756;
}

.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .video-slider-card .video-slider__play:hover,
.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .video-slider-card .video-slider__play:active,
.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .video-slider-card .video-slider__play:focus {
  background-color: #095756;
}

.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .heading-only-card {
  border-bottom-color: #0c6e6d;
}

.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .heading-only-card .heading-only-card__content {
  border-bottom-color: #0c6e6d;
}

.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .heading-only-card .card__arrow .icon::before {
  background-color: #0c6e6d;
}

.deep-blue-and-light-teal .section.feature-section.has-secondary-cards .heading-only-card .card__arrow .icon>svg {
  fill: #fff;
}

.deep-blue-and-light-teal .card__date--inset .card__date__day {
  background-color: #0c6e6d;
  color: #fff;
}

.deep-blue-and-light-teal .feature-section--vision-graphic .button {
  color: #0b2751;
}

.deep-blue-and-light-teal .feature-section--vision-graphic .button:hover,
.deep-blue-and-light-teal .feature-section--vision-graphic .button:active,
.deep-blue-and-light-teal .feature-section--vision-graphic .button:focus {
  color: #0b2751;
}

.deep-blue-and-light-teal .feature-section--vision-graphic a {
  color: #fff;
}

.deep-blue-and-light-teal .feature-section--vision-graphic a:hover,
.deep-blue-and-light-teal .feature-section--vision-graphic a:active,
.deep-blue-and-light-teal .feature-section--vision-graphic a:focus {
  color: #0b2751;
  background-color: #fff;
}

.deep-blue-and-light-teal .feature-section--vision-graphic .section__intro,
.deep-blue-and-light-teal .feature-section--vision-graphic .section__intro--thin {
  border-bottom-color: #fff;
}

.deep-blue-and-light-teal .hero-slider__slide:nth-child(even) .news-slider__story::before,
.deep-blue-and-light-teal .news-slider__slide:nth-child(even) .news-slider__story::before {
  background-color: #0b2751;
}

.deep-blue-and-light-teal .hero-slider__slide:nth-child(odd) .news-slider__story::before,
.deep-blue-and-light-teal .news-slider__slide:nth-child(odd) .news-slider__story::before {
  background-color: #0c6e6d;
}

.deep-blue-and-light-teal .news-slider .section__title--featured .section__title>span {
  background-color: #0c6e6d;
  color: #fff;
}

.deep-blue-and-light-teal .news-slider.has-primary-color .section__title--featured .section__title>span {
  background-color: #0b2751;
  color: #fff;
}

.deep-blue-and-light-teal .news-events--listing .news-listing__title>a,
.deep-blue-and-light-teal .news-events--listing .events-listing__title>a {
  color: #0c6e6d;
}

.deep-blue-and-light-teal .news-events--listing .news-listing__title>a:hover,
.deep-blue-and-light-teal .news-events--listing .news-listing__title>a:active,
.deep-blue-and-light-teal .news-events--listing .news-listing__title>a:focus,
.deep-blue-and-light-teal .news-events--listing .events-listing__title>a:hover,
.deep-blue-and-light-teal .news-events--listing .events-listing__title>a:active,
.deep-blue-and-light-teal .news-events--listing .events-listing__title>a:focus {
  color: #0b2751;
}

.deep-blue-and-light-teal .news-events--listing .read-more-block {
  background-color: rgba(239, 239, 239, 0.72);
}

.deep-blue-and-light-teal .news-events--listing .read-more-link {
  color: #0c6e6d;
}

.deep-blue-and-light-teal .news-events--listing .event-day {
  background-color: rgba(12, 110, 109, 0.84);
}

.deep-blue-and-light-teal .news-and-events-feature.has-primary-color .news-events--listing .news-listing__title>a,
.deep-blue-and-light-teal .news-and-events-feature.has-primary-color .news-events--listing .events-listing__title>a {
  color: #0b2751;
}

.deep-blue-and-light-teal .news-and-events-feature.has-primary-color .news-events--listing .news-listing__title>a:hover,
.deep-blue-and-light-teal .news-and-events-feature.has-primary-color .news-events--listing .news-listing__title>a:active,
.deep-blue-and-light-teal .news-and-events-feature.has-primary-color .news-events--listing .news-listing__title>a:focus,
.deep-blue-and-light-teal .news-and-events-feature.has-primary-color .news-events--listing .events-listing__title>a:hover,
.deep-blue-and-light-teal .news-and-events-feature.has-primary-color .news-events--listing .events-listing__title>a:active,
.deep-blue-and-light-teal .news-and-events-feature.has-primary-color .news-events--listing .events-listing__title>a:focus {
  color: #0c6e6d;
}

.deep-blue-and-light-teal .news-and-events-feature.has-primary-color .event-day {
  background-color: rgba(11, 39, 81, 0.84);
}

.deep-blue-and-light-teal .discovery-slider .card--flat {
  border-bottom-color: #0b2751;
}

.deep-blue-and-light-teal .discovery-slider .card--flat:hover,
.deep-blue-and-light-teal .discovery-slider .card--flat:active,
.deep-blue-and-light-teal .discovery-slider .card--flat:focus {
  border-bottom-color: #ffba00;
}

.deep-blue-and-light-teal .discovery-slider .card--flat:hover .card-content,
.deep-blue-and-light-teal .discovery-slider .card--flat:active .card-content,
.deep-blue-and-light-teal .discovery-slider .card--flat:focus .card-content {
  background-color: #0b2751;
}

.deep-blue-and-light-teal .discovery-slider.is-secondary .card--flat {
  border-bottom-color: #0c6e6d;
}

.deep-blue-and-light-teal .discovery-slider.is-secondary .card--flat:hover,
.deep-blue-and-light-teal .discovery-slider.is-secondary .card--flat:active,
.deep-blue-and-light-teal .discovery-slider.is-secondary .card--flat:focus {
  border-bottom-color: #ffba00;
  border-bottom-color: #ffba00;
}

.deep-blue-and-light-teal .discovery-slider.is-secondary .card--flat:hover .card-content,
.deep-blue-and-light-teal .discovery-slider.is-secondary .card--flat:active .card-content,
.deep-blue-and-light-teal .discovery-slider.is-secondary .card--flat:focus .card-content {
  background-color: #0c6e6d;
}

.deep-blue-and-light-teal .feature-section--section-intro .section-intro__heading__text::after {
  background-color: #0b2751;
}

.deep-blue-and-light-teal .feature-section--section-intro .section-intro__body::before {
  background-color: rgba(11, 39, 81, 0.82);
}

.deep-blue-and-light-teal .feature-section--section-intro.has-secondary-background .section-intro__body::before {
  background-color: rgba(12, 110, 109, 0.82);
}

.deep-blue-and-light-teal .feature-section--section-intro.has-secondary-background .section-intro__heading__text::after {
  background-color: #0c6e6d;
}

.deep-blue-and-light-teal .text-feature__intro-para::before {
  background-color: #0b2751;
}

.deep-blue-and-light-teal .text-feature .inner-page-nav>ul>li>a {
  color: #0b2751;
}

.deep-blue-and-light-teal .text-feature .inner-page-nav>ul>li>a:hover,
.deep-blue-and-light-teal .text-feature .inner-page-nav>ul>li>a:active,
.deep-blue-and-light-teal .text-feature .inner-page-nav>ul>li>a:focus {
  background-color: #0b2751;
  color: #fff;
}

.deep-blue-and-light-teal .plugin-accordion .plugin-accordion-heading {
  background-color: #0b2751;
  color: #fff;
}

.deep-blue-and-light-teal .plugin-accordion .plugin-accordion-heading:hover,
.deep-blue-and-light-teal .plugin-accordion .plugin-accordion-heading:active,
.deep-blue-and-light-teal .plugin-accordion .plugin-accordion-heading:focus {
  background-color: #081c3b;
}

.deep-blue-and-light-teal .accordion-feature-section.has-secondary-background {
  color: #202020;
  background-color: #ffffff;
}

.deep-blue-and-light-teal .accordion-feature-section.has-secondary-background .plugin-accordion-heading {
  background-color: #0c6e6d;
  color: #fff;
}

.deep-blue-and-light-teal .accordion-feature-section.has-secondary-background .plugin-accordion-heading:hover,
.deep-blue-and-light-teal .accordion-feature-section.has-secondary-background .plugin-accordion-heading:active,
.deep-blue-and-light-teal .accordion-feature-section.has-secondary-background .plugin-accordion-heading:focus {
  background-color: #095756;
}

@media screen and (max-width: 1023px) {
  .deep-blue-and-light-teal .hero-slider .hero-quicklinks {
    background-color: #0b2751;
  }
}

/* deep-purple-and-orange */
.deep-purple-and-orange a {
  color: #BA5400;
  text-decoration: underline;
}

.deep-purple-and-orange a:hover,
.deep-purple-and-orange a:active,
.deep-purple-and-orange a:focus {
  color: #330130;
}

.deep-purple-and-orange a:focus {
  outline-color: #330130;
}

.deep-purple-and-orange .icon.icon--svg.has-icon-primary>svg {
  fill: #330130;
  stroke: #330130;
}

.deep-purple-and-orange .icon.icon--svg.has-icon-secondary>svg {
  fill: #BA5400;
  stroke: #BA5400;
}

.deep-purple-and-orange .button__is-primary,
.deep-purple-and-orange a.button.is-primary {
  background-color: #330130;
  border-color: #ffba00;
  color: #ffffff !important;
}

.deep-purple-and-orange .button__is-primary:hover,
.deep-purple-and-orange .button__is-primary:active,
.deep-purple-and-orange .button__is-primary:focus,
.deep-purple-and-orange a.button.is-primary:hover,
.deep-purple-and-orange a.button.is-primary:active,
.deep-purple-and-orange .button.is-primary:focus {
  background-color: #ffba00;
  border-color: #330130;
  /*color: #330130 !important;*/
}

.deep-purple-and-orange .button__is-secondary,
.deep-purple-and-orange .button.is-secondary {
  background-color: #BA5400;
  border-color: #ffba00;
  color: #ffffff !important;
}

.deep-purple-and-orange .button__is-secondary:hover,
.deep-purple-and-orange .button__is-secondary:active,
.deep-purple-and-orange .button__is-secondary:focus,
.deep-purple-and-orange .button.is-secondary:hover,
.deep-purple-and-orange .button.is-secondary:active,
.deep-purple-and-orange .button.is-secondary:focus {
  background-color: #ffba00;
  border-color: #BA5400;
  color: #BA5400 !important;
}

@media screen and (max-width: 1023px) {
  .deep-purple-and-orange .main-navigation__menu {
    border-bottom-color: #330130;
  }
}

@media screen and (min-width: 1024px) {

  .deep-purple-and-orange .main-navigation__menu .main-navigation__item:hover::before,
  .deep-purple-and-orange .main-navigation__menu .main-navigation__item:active::before,
  .deep-purple-and-orange .main-navigation__menu .main-navigation__item:focus::before {
    border-top-color: #330130;
  }
}

.deep-purple-and-orange .main-navigation__menu .navbar-dropdown__body {
  border-bottom-color: #330130;
}

.deep-purple-and-orange .main-navigation__menu .navbar-dropdown__body .card--dark .card-content {
  background-color: #330130;
  color: #fff;
}

.deep-purple-and-orange .main-navigation__menu .navbar-dropdown__body .card--dark .card-content .card__anchor:hover,
.deep-purple-and-orange .main-navigation__menu .navbar-dropdown__body .card--dark .card-content .card__anchor:active,
.deep-purple-and-orange .main-navigation__menu .navbar-dropdown__body .card--dark .card-content .card__anchor:focus {
  color: #fff;
}

@media screen and (min-width: 1024px) {

  .deep-purple-and-orange .main-navigation__item .navbar-link--main:hover,
  .deep-purple-and-orange .main-navigation__item .navbar-link--main:active,
  .deep-purple-and-orange .main-navigation__item .navbar-link--main:focus {
    background-color: #330130;
  }

  .deep-purple-and-orange .main-navigation__item .navbar-link--main:hover::before,
  .deep-purple-and-orange .main-navigation__item .navbar-link--main:active::before,
  .deep-purple-and-orange .main-navigation__item .navbar-link--main:focus::before {
    border-top-color: #330130;
  }
}

.deep-purple-and-orange footer.vcu-som-footer a:hover,
.deep-purple-and-orange footer.vcu-som-footer a:active,
.deep-purple-and-orange footer.vcu-som-footer a:focus {
  color: #330130;
}

.deep-purple-and-orange footer.vcu-som-footer .footer__a-z__links.a-z-navigation a:hover,
.deep-purple-and-orange footer.vcu-som-footer .footer__a-z__links.a-z-navigation a:active,
.deep-purple-and-orange footer.vcu-som-footer .footer__a-z__links.a-z-navigation a:focus {
  background-color: #330130;
}

.deep-purple-and-orange footer.vcu-som-footer .footer__social-icons>a:hover .icon,
.deep-purple-and-orange footer.vcu-som-footer .footer__social-icons>a:active .icon,
.deep-purple-and-orange footer.vcu-som-footer .footer__social-icons>a:focus .icon {
  background-color: #330130;
}

.deep-purple-and-orange .section__title--featured .section__title>span {
  background-color: #330130;
  color: #fff;
}

.deep-purple-and-orange .has-primary-background {
  color: #fff;
  background-color: #330130;
}

.deep-purple-and-orange .has-primary-background .section__intro,
.deep-purple-and-orange .has-primary-background .section__intro--thin {
  border-bottom-color: #fff;
}

.deep-purple-and-orange .has-primary-background .icon {
  fill: #fff;
  stroke: #fff;
}

.deep-purple-and-orange .has-primary-background a {
  color: #fff;
}

.deep-purple-and-orange .has-primary-background a:hover,
.deep-purple-and-orange .has-primary-background a:active,
.deep-purple-and-orange .has-primary-background a:focus {
  color: #330130;
  background-color: #fff;
}

.deep-purple-and-orange .has-primary-background .button:not([class*="is-"]) {
  color: #330130;
  background-color: #ffffff;
  border-color: #ffffff;
}

.deep-purple-and-orange .has-primary-background .button:not([class*="is-"]):hover,
.deep-purple-and-orange .has-primary-background .button:not([class*="is-"]):active,
.deep-purple-and-orange .has-primary-background .button:not([class*="is-"]):focus {
  background-color: #ffba00;
  color: #330130;
}

.deep-purple-and-orange .has-primary-background.has-vision-graphic::before {
  background-color: #330130;
}

.deep-purple-and-orange .has-primary-background.is-transparent {
  background-color: #330130;
  background-color: rgba(51, 1, 48, 0.82);
}

.deep-purple-and-orange .has-primary-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.deep-purple-and-orange .has-primary-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(51, 1, 48, 0.82);
}

.deep-purple-and-orange .has-primary-background .image-overlay {
  background-color: rgba(51, 1, 48, 0.82);
}

.deep-purple-and-orange .has-secondary-background {
  color: #fff;
  background-color: #BA5400;
}

.deep-purple-and-orange .has-secondary-background .section__intro,
.deep-purple-and-orange .has-secondary-background .section__intro--thin {
  border-bottom-color: #fff;
}

.deep-purple-and-orange .has-secondary-background .icon {
  fill: #fff;
  stroke: #fff;
}

.deep-purple-and-orange .has-secondary-background a {
  color: #fff;
}

.deep-purple-and-orange .has-secondary-background a:hover,
.deep-purple-and-orange .has-secondary-background a:active,
.deep-purple-and-orange .has-secondary-background a:focus {
  color: #BA5400;
  background-color: #fff;
}

.deep-purple-and-orange .has-secondary-background .button:not([class*="is-"]) {
  color: #BA5400;
  background-color: #ffffff;
  border-color: #ffffff;
}

.deep-purple-and-orange .has-secondary-background .button:not([class*="is-"]):hover,
.deep-purple-and-orange .has-secondary-background .button:not([class*="is-"]):active,
.deep-purple-and-orange .has-secondary-background .button:not([class*="is-"]):focus {
  background-color: #ffba00;
  color: #BA5400;
  color: #202020;
}

.deep-purple-and-orange .has-secondary-background.has-vision-graphic::before {
  background-color: #BA5400;
}

.deep-purple-and-orange .has-secondary-background.is-transparent {
  background-color: #BA5400;
  background-color: rgba(186, 84, 0, 0.82);
}

.deep-purple-and-orange .has-secondary-background.is-transparent.has-vision-graphic {
  background-color: transparent;
}

.deep-purple-and-orange .has-secondary-background.is-transparent.has-vision-graphic::before {
  background-color: rgba(186, 84, 0, 0.82);
}

.deep-purple-and-orange .has-secondary-background .image-overlay {
  background-color: rgba(186, 84, 0, 0.82);
}

.deep-purple-and-orange .has-primary-background--grad {
  background-color: #330130;
  background-image: linear-gradient(5deg, #4f024a, #170016);
}

.deep-purple-and-orange .has-secondary-background--grad {
  background-color: #BA5400;
  background-image: linear-gradient(5deg, #d66100, #9e4700);
}

.deep-purple-and-orange .is-vision-angle::before,
.deep-purple-and-orange .has-vision-graphic::before {
  background-colour: #330130;
}

.deep-purple-and-orange .is-vision-angle.is-transparent,
.deep-purple-and-orange .has-vision-graphic.is-transparent {
  background-color: transparent;
}

.deep-purple-and-orange .is-vision-angle.is-transparent::before,
.deep-purple-and-orange .has-vision-graphic.is-transparent::before {
  background-color: rgba(51, 1, 48, 0.82);
}

.deep-purple-and-orange .is-vision-angle--right.is-transparent,
.deep-purple-and-orange .has-vision-graphic--right.is-transparent {
  background-color: rgba(51, 1, 48, 0.82);
}

.deep-purple-and-orange .hero.hero--news-heading .hero-footer .content-author-date {
  background-color: rgba(51, 1, 48, 0.82);
  color: #ffffff;
}

.deep-purple-and-orange .hero.hero--news-heading .hero-footer .content-share {
  background-color: #330130;
  color: #ffffff;
}

.deep-purple-and-orange .hero.hero--news-heading .hero-footer .content-share .content-label {
  color: #ffffff;
}

.deep-purple-and-orange .section.feature-section .section__title--featured .section__title>span {
  background-color: #330130;
}

.deep-purple-and-orange .section.feature-section .card-flat .card__arrow span::before {
  background-color: #330130;
}

.deep-purple-and-orange .section.feature-section .card-flat:hover .card__arrow span::before,
.deep-purple-and-orange .section.feature-section .card-flat:active .card__arrow span::before,
.deep-purple-and-orange .section.feature-section .card-flat:focus .card__arrow span::before {
  background-color: #fff;
}

.deep-purple-and-orange .section.feature-section .card-flat:hover .card__arrow span>svg,
.deep-purple-and-orange .section.feature-section .card-flat:active .card__arrow span>svg,
.deep-purple-and-orange .section.feature-section .card-flat:focus .card__arrow span>svg {
  fill: #fff;
}

.deep-purple-and-orange .section.feature-section .site-gateway__card {
  border-bottom-color: #330130;
}

.deep-purple-and-orange .section.feature-section .site-gateway__card .card__arrow .icon::before {
  background-color: #330130;
}

.deep-purple-and-orange .section.feature-section .site-gateway__card:hover,
.deep-purple-and-orange .section.feature-section .site-gateway__card:active,
.deep-purple-and-orange .section.feature-section .site-gateway__card:focus {
  background-color: #330130;
  color: #fff;
}

.deep-purple-and-orange .section.feature-section .site-gateway__card:hover .card__arrow .icon::before,
.deep-purple-and-orange .section.feature-section .site-gateway__card:active .card__arrow .icon::before,
.deep-purple-and-orange .section.feature-section .site-gateway__card:focus .card__arrow .icon::before {
  background-color: #fff;
}

.deep-purple-and-orange .section.feature-section .site-gateway__card:hover .card__arrow .icon>svg,
.deep-purple-and-orange .section.feature-section .site-gateway__card:active .card__arrow .icon>svg,
.deep-purple-and-orange .section.feature-section .site-gateway__card:focus .card__arrow .icon>svg {
  fill: #330130;
}

.deep-purple-and-orange .section.feature-section .heading-only-card {
  border-bottom-color: #330130;
}

.deep-purple-and-orange .section.feature-section .heading-only-card .heading-only-card__content {
  border-bottom-color: #330130;
}

.deep-purple-and-orange .section.feature-section .heading-only-card .card__arrow .icon::before {
  background-color: #330130;
}

.deep-purple-and-orange .section.feature-section .heading-only-card:hover .heading-only-card__icon-wrap svg,
.deep-purple-and-orange .section.feature-section .heading-only-card:active .heading-only-card__icon-wrap svg,
.deep-purple-and-orange .section.feature-section .heading-only-card:focus .heading-only-card__icon-wrap svg {
  fill: #fff;
}

.deep-purple-and-orange .section.feature-section.has-secondary-cards .section__title--featured .section__title>span {
  background-color: #BA5400;
}

.deep-purple-and-orange .section.feature-section.has-secondary-cards .card-flat .card__arrow span::before {
  background-color: #BA5400;
}

.deep-purple-and-orange .section.feature-section.has-secondary-cards .card-flat:hover .card__arrow span>svg,
.deep-purple-and-orange .section.feature-section.has-secondary-cards .card-flat:active .card__arrow span>svg,
.deep-purple-and-orange .section.feature-section.has-secondary-cards .card-flat:focus .card__arrow span>svg {
  fill: #fff;
}

.deep-purple-and-orange .section.feature-section.has-secondary-cards .site-gateway__card {
  border-bottom-color: #BA5400;
}

.deep-purple-and-orange .section.feature-section.has-secondary-cards .site-gateway__card .card__arrow .icon::before {
  background-color: #BA5400;
}

.deep-purple-and-orange .section.feature-section.has-secondary-cards .site-gateway__card:hover,
.deep-purple-and-orange .section.feature-section.has-secondary-cards .site-gateway__card:active,
.deep-purple-and-orange .section.feature-section.has-secondary-cards .site-gateway__card:focus {
  background-color: #BA5400;
  color: #fff;
}

.deep-purple-and-orange .section.feature-section.has-secondary-cards .site-gateway__card:hover .card__arrow .icon::before,
.deep-purple-and-orange .section.feature-section.has-secondary-cards .site-gateway__card:active .card__arrow .icon::before,
.deep-purple-and-orange .section.feature-section.has-secondary-cards .site-gateway__card:focus .card__arrow .icon::before {
  background-color: #fff;
}

.deep-purple-and-orange .section.feature-section.has-secondary-cards .site-gateway__card:hover .card__arrow .icon>svg,
.deep-purple-and-orange .section.feature-section.has-secondary-cards .site-gateway__card:active .card__arrow .icon>svg,
.deep-purple-and-orange .section.feature-section.has-secondary-cards .site-gateway__card:focus .card__arrow .icon>svg {
  fill: #BA5400;
}

.deep-purple-and-orange .section.feature-section.has-secondary-cards .video-slider-card .card-content__controls {
  background-color: #BA5400;
  color: #fff;
}

.deep-purple-and-orange .section.feature-section.has-secondary-cards .video-slider-card .card-content__controls:hover,
.deep-purple-and-orange .section.feature-section.has-secondary-cards .video-slider-card .card-content__controls:active,
.deep-purple-and-orange .section.feature-section.has-secondary-cards .video-slider-card .card-content__controls:focus {
  background-color: #a14800;
}

.deep-purple-and-orange .section.feature-section.has-secondary-cards .video-slider-card .video-slider__play:hover,
.deep-purple-and-orange .section.feature-section.has-secondary-cards .video-slider-card .video-slider__play:active,
.deep-purple-and-orange .section.feature-section.has-secondary-cards .video-slider-card .video-slider__play:focus {
  background-color: #a14800;
}

.deep-purple-and-orange .section.feature-section.has-secondary-cards .heading-only-card {
  border-bottom-color: #BA5400;
}

.deep-purple-and-orange .section.feature-section.has-secondary-cards .heading-only-card .heading-only-card__content {
  border-bottom-color: #BA5400;
}

.deep-purple-and-orange .section.feature-section.has-secondary-cards .heading-only-card .card__arrow .icon::before {
  background-color: #BA5400;
}

.deep-purple-and-orange .section.feature-section.has-secondary-cards .heading-only-card .card__arrow .icon>svg {
  fill: #fff;
}

.deep-purple-and-orange .card__date--inset .card__date__day {
  background-color: #BA5400;
  color: #fff;
}

.deep-purple-and-orange .feature-section--vision-graphic .button {
  color: #330130;
}

.deep-purple-and-orange .feature-section--vision-graphic .button:hover,
.deep-purple-and-orange .feature-section--vision-graphic .button:active,
.deep-purple-and-orange .feature-section--vision-graphic .button:focus {
  color: #330130;
}

.deep-purple-and-orange .feature-section--vision-graphic a {
  color: #fff;
}

.deep-purple-and-orange .feature-section--vision-graphic a:hover,
.deep-purple-and-orange .feature-section--vision-graphic a:active,
.deep-purple-and-orange .feature-section--vision-graphic a:focus {
  color: #330130;
  background-color: #fff;
}

.deep-purple-and-orange .feature-section--vision-graphic .section__intro,
.deep-purple-and-orange .feature-section--vision-graphic .section__intro--thin {
  border-bottom-color: #fff;
}

.deep-purple-and-orange .hero-slider__slide:nth-child(even) .news-slider__story::before,
.deep-purple-and-orange .news-slider__slide:nth-child(even) .news-slider__story::before {
  background-color: #330130;
}

.deep-purple-and-orange .hero-slider__slide:nth-child(odd) .news-slider__story::before,
.deep-purple-and-orange .news-slider__slide:nth-child(odd) .news-slider__story::before {
  background-color: #BA5400;
}

.deep-purple-and-orange .news-slider .section__title--featured .section__title>span {
  background-color: #BA5400;
  color: #fff;
}

.deep-purple-and-orange .news-slider.has-primary-color .section__title--featured .section__title>span {
  background-color: #330130;
  color: #fff;
}

.deep-purple-and-orange .news-events--listing .news-listing__title>a,
.deep-purple-and-orange .news-events--listing .events-listing__title>a {
  color: #BA5400;
}

.deep-purple-and-orange .news-events--listing .news-listing__title>a:hover,
.deep-purple-and-orange .news-events--listing .news-listing__title>a:active,
.deep-purple-and-orange .news-events--listing .news-listing__title>a:focus,
.deep-purple-and-orange .news-events--listing .events-listing__title>a:hover,
.deep-purple-and-orange .news-events--listing .events-listing__title>a:active,
.deep-purple-and-orange .news-events--listing .events-listing__title>a:focus {
  color: #330130;
}

.deep-purple-and-orange .news-events--listing .read-more-block {
  /* background-color: rgba(239, 239, 239, 0.72); */
  background-color: #F7F7F7;
}

.deep-purple-and-orange .news-events--listing .read-more-link {
  color: #BA5400;
}

.deep-purple-and-orange .news-events--listing .event-day {
  background-color: rgba(186, 84, 0, 0.84);
}

.deep-purple-and-orange .news-and-events-feature.has-primary-color .news-events--listing .news-listing__title>a,
.deep-purple-and-orange .news-and-events-feature.has-primary-color .news-events--listing .events-listing__title>a {
  color: #330130;
}

.deep-purple-and-orange .news-and-events-feature.has-primary-color .news-events--listing .news-listing__title>a:hover,
.deep-purple-and-orange .news-and-events-feature.has-primary-color .news-events--listing .news-listing__title>a:active,
.deep-purple-and-orange .news-and-events-feature.has-primary-color .news-events--listing .news-listing__title>a:focus,
.deep-purple-and-orange .news-and-events-feature.has-primary-color .news-events--listing .events-listing__title>a:hover,
.deep-purple-and-orange .news-and-events-feature.has-primary-color .news-events--listing .events-listing__title>a:active,
.deep-purple-and-orange .news-and-events-feature.has-primary-color .news-events--listing .events-listing__title>a:focus {
  color: #BA5400;
}

.deep-purple-and-orange .news-and-events-feature.has-primary-color .event-day {
  background-color: rgba(51, 1, 48, 0.84);
}

.deep-purple-and-orange .discovery-slider .card--flat {
  border-bottom-color: #330130;
}

.deep-purple-and-orange .discovery-slider .card--flat:hover,
.deep-purple-and-orange .discovery-slider .card--flat:active,
.deep-purple-and-orange .discovery-slider .card--flat:focus {
  border-bottom-color: #ffba00;
}

.deep-purple-and-orange .discovery-slider .card--flat:hover .card-content,
.deep-purple-and-orange .discovery-slider .card--flat:active .card-content,
.deep-purple-and-orange .discovery-slider .card--flat:focus .card-content {
  background-color: #330130;
}

.deep-purple-and-orange .discovery-slider.is-secondary .card--flat {
  border-bottom-color: #BA5400;
}

.deep-purple-and-orange .discovery-slider.is-secondary .card--flat:hover,
.deep-purple-and-orange .discovery-slider.is-secondary .card--flat:active,
.deep-purple-and-orange .discovery-slider.is-secondary .card--flat:focus {
  border-bottom-color: #ffba00;
  border-bottom-color: #ffba00;
}

.deep-purple-and-orange .discovery-slider.is-secondary .card--flat:hover .card-content,
.deep-purple-and-orange .discovery-slider.is-secondary .card--flat:active .card-content,
.deep-purple-and-orange .discovery-slider.is-secondary .card--flat:focus .card-content {
  background-color: #BA5400;
}

.deep-purple-and-orange .feature-section--section-intro .section-intro__heading__text::after {
  background-color: #330130;
}

.deep-purple-and-orange .feature-section--section-intro .section-intro__body::before {
  background-color: rgba(51, 1, 48, 0.82);
}

.deep-purple-and-orange .feature-section--section-intro.has-secondary-background .section-intro__body::before {
  background-color: rgba(186, 84, 0, 0.82);
}

.deep-purple-and-orange .feature-section--section-intro.has-secondary-background .section-intro__heading__text::after {
  background-color: #BA5400;
}

.deep-purple-and-orange .text-feature__intro-para::before {
  background-color: #330130;
}

.deep-purple-and-orange .text-feature .inner-page-nav>ul>li>a {
  color: #330130;
}

.deep-purple-and-orange .text-feature .inner-page-nav>ul>li>a:hover,
.deep-purple-and-orange .text-feature .inner-page-nav>ul>li>a:active,
.deep-purple-and-orange .text-feature .inner-page-nav>ul>li>a:focus {
  background-color: #330130;
  color: #fff;
}

.deep-purple-and-orange .plugin-accordion .plugin-accordion-heading {
  background-color: #330130;
  color: #fff;
}

.deep-purple-and-orange .plugin-accordion .plugin-accordion-heading:hover,
.deep-purple-and-orange .plugin-accordion .plugin-accordion-heading:active,
.deep-purple-and-orange .plugin-accordion .plugin-accordion-heading:focus {
  background-color: #1a0118;
}

.deep-purple-and-orange .accordion-feature-section.has-secondary-background {
  color: #202020;
  background-color: #ffffff;
}

.deep-purple-and-orange .accordion-feature-section.has-secondary-background .plugin-accordion-heading {
  background-color: #BA5400;
  color: #fff;
}

.deep-purple-and-orange .accordion-feature-section.has-secondary-background .plugin-accordion-heading:hover,
.deep-purple-and-orange .accordion-feature-section.has-secondary-background .plugin-accordion-heading:active,
.deep-purple-and-orange .accordion-feature-section.has-secondary-background .plugin-accordion-heading:focus {
  background-color: #a14800;
}

@media screen and (max-width: 1023px) {
  .deep-purple-and-orange .hero-slider .hero-quicklinks {
    background-color: #330130;
  }
}

body {
  /* background-color: #f0f0f0; */
}

.site-index-section a {
  text-decoration: none;
}

.site-index-section a:hover,
.site-index-section a:active,
.site-index-section a:focus {
  text-decoration: underline;
}

/* Body wrap */
.body-wrap {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: -8px 0px 8px -4px rgba(32, 32, 32, 0.24), 8px 0px 8px -4px rgba(32, 32, 32, 0.24);
  box-shadow: -8px 0px 8px -4px rgba(32, 32, 32, 0.24), 8px 0px 8px -4px rgba(32, 32, 32, 0.24);
  /* background-color: #ffffff; */
  margin-left: auto;
  margin-right: auto;
  width: 100%;

}

/*max-width: 1920px; removed from above for testing*/
.body-wrap .body-inner-wrap {
  overflow: hidden;
}

/** Diversity feature **/
.feature-section--vision-graphic {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-section--vision-graphic.is-narrow .feature__column {
  padding-top: 2.344rem;
  padding-bottom: 2.344rem;
}

.feature-section--vision-graphic .section__title,
.feature-section--vision-graphic .section__intro {
  margin-bottom: 1.5rem;
}

.feature-section--vision-graphic .section__intro {
  border-bottom: none;
}

.feature-section--vision-graphic .feature__column {
  padding-top: 3.662rem;
  padding-bottom: 3.662rem;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .feature-section--vision-graphic .feature__column::before {
    top: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
  }
}

.feature-section--vision-graphic .button {
  background-color: #ffffff;
  color: #00504d;
  border-color: #ffba00;
}

.feature-section--vision-graphic .button:hover,
.feature-section--vision-graphic .button:active,
.feature-section--vision-graphic .button:focus {
  background-color: #ffba00;
  color: #00504d;
  border-color: #ffffff;
}

.feature-section--vision-graphic a {
  color: #fff;
}

.feature-section--vision-graphic a:hover,
.feature-section--vision-graphic a:active,
.feature-section--vision-graphic a:focus {
  color: #00504d;
  background-color: #fff;
}

@media screen and (min-width: 768px),
print {
  .feature-section--vision-graphic .feature__column {
    padding-top: 5.722rem;
    padding-bottom: 5.722rem;
    max-width: 50%;
  }

  .feature-section--vision-graphic .feature__column:before {
    width: 180%;
    left: -70%;
    right: auto;
    -webkit-transform: skewX(-19.5deg);
    transform: skewX(-19.5deg);
  }

  .feature-section--vision-graphic .columns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .feature-section--vision-graphic .columns.pull-right {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }

  .feature-section--vision-graphic .columns.pull-right .feature__column:before {
    width: 200%;
    left: auto;
    right: -80%;
    -webkit-transform: skewX(-19.5deg);
    transform: skewX(-19.5deg);
  }
}

/* Static landing page feature */
.feature-section--fixed {
  position: fixed;
  bottom: 0%;
  right: 0;
  width: 100%;
  max-width: 1200px;
  z-index: 100000;
  padding: 0;
  background-color: transparent;
}

.feature-section--fixed .container {
  max-width: none;
}

.feature-section--fixed .columns {
  margin-bottom: 0;
  position: relative;
}

.feature-section--fixed .feature-section--fixed__content {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: inset 0px -8px 8px -4px rgba(32, 32, 32, 0.24);
  box-shadow: inset 0px -8px 8px -4px rgba(32, 32, 32, 0.24);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-position: center right;
}

.feature-section--fixed .feature-section--fixed__content .button {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1023px) {
  .feature-section--fixed.is-active .feature-section--fixed__content {
    padding-bottom: 50%;
    max-height: none;
    visibility: visible;
  }

  .feature-section--fixed.is-active .feature-section--fixed__content .button {
    margin-bottom: 1.5rem;
  }

  .feature-section--fixed .feature-section--fixed__content {
    padding-bottom: 0;
    background-position: center bottom;
    max-height: 0;
    -webkit-transition: max-height 280ms ease-out, visibility 280ms ease-out 120ms;
    transition: max-height 280ms ease-out, visibility 280ms ease-out 120ms;
  }

  .feature-section--fixed .feature-section--fixed__content .button {
    margin-bottom: 1.5rem;
  }
}

.feature-section--fixed .feature-section--fixed__text-container {
  padding-top: 1.5rem;
  padding-left: 1.618rem;
  padding-right: 1.618rem;
  position: relative;
  z-index: 3;
}

.feature-section--fixed .feature-section--fixed__text-container:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 40%;
  top: 0;
  left: auto;
  right: -19.5%;
  -webkit-transition: background-color 280ms ease-out;
  transition: background-color 280ms ease-out;
  -webkit-transform: skewX(-19.5deg);
  transform: skewX(-19.5deg);
  z-index: -1;
}

.feature-section--fixed .fixed-feature__heading {
  font-family: "garamond-premier-pro-display", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 1.953rem;
  width: 95%;
  font-style: italic;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .feature-section--fixed .fixed-feature__heading {
    font-size: 1.563rem;
    width: auto;
  }
}

.feature-section--fixed .tab-column a {
  text-decoration: none;
  color: #ffffff;
}

.tab-column__mobile .feature-section--fixed__hide {
  position: relative;
  top: 2em;
}

/* added by mattesmj 01/25/19 */

.feature-section--fixed .tab-column a:hover,
.feature-section--fixed .tab-column a:active,
.feature-section--fixed .tab-column a:focus {
  text-decoration: underline;
  background-color: transparent;
}

.feature-section--fixed .tab-column a:focus {
  outline-width: 0px;
}

.feature-section--fixed .tab-column.tab-column__mobile {
  padding-top: 0.96rem;
  padding-left: 1.618rem;
  padding-right: 1.618rem;
  padding-bottom: 0.614rem;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  -webkit-transition: background-color 280ms ease-out;
  transition: background-color 280ms ease-out;
}

.feature-section--fixed .tab-column.tab-column__mobile .icon.icon--svg {
  max-width: 1.25rem;
  max-height: 1.25rem;
}

.feature-section--fixed .tab-column.tab-column__desktop {
  display: none;
}

.feature-section--fixed .tab-column {
  background-color: transparent;
  color: #ffffff;
}

.feature-section--fixed.has-secondary-background .tab-column__mobile.has-secondary-background {
  color: #8E0021 !important;
}

/* added by mattesmj 01/25/19 */
.feature-section--fixed .tab-column:hover,
.feature-section--fixed .tab-column:active,
.feature-section--fixed .tab-column:focus {
  background-color: #003734;
}

.feature-section--fixed .feature-section--fixed__content {
  background-color: #00504d;
  color: #ffffff;
}

.feature-section--fixed.has-secondary-background .tab-column {
  background-color: #8E0021;
}

.feature-section--fixed.has-secondary-background .tab-column:hover,
.feature-section--fixed.has-secondary-background .tab-column:active,
.feature-section--fixed.has-secondary-background .tab-column:focus {
  background-color: #75001b;
}

.feature-section--fixed.has-secondary-background .feature-section--fixed__content {
  background-color: #8E0021;
}

.feature-section--fixed .feature-section--fixed__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .feature-section--fixed {
    position: fixed;
    bottom: auto;
    top: 38.195302843%;
    right: -89%;
    -webkit-transition: right 520ms ease-out;
    transition: right 520ms ease-out;
  }

  .feature-section--fixed.is-active {
    right: 0 !important;
  }

  .feature-section--fixed {
    right: -1085px;
  }
}

@media screen and (min-width: 1024px) {
  .feature-section--fixed .container {
    margin: 0;
  }

  .feature-section--fixed .feature-section--fixed__content {
    padding-bottom: 0;
    background-position: right center;
    color: white;
    border-bottom-left-radius: 12rem;
    border-top-left-radius: 12rem;
  }

  .feature-section--fixed .tab-column.tab-column__desktop {
    background-color: transparent;
  }

  .feature-section--fixed .tab-column a {
    color: #ffffff;
    text-decoration: none;
  }

  .feature-section--fixed .tab-column a:hover,
  .feature-section--fixed .tab-column a:active,
  .feature-section--fixed .tab-column a:focus {
    color: #ffffff;
    text-decoration: underline;
  }

  .feature-section--fixed .feature-section--fixed__content {
    background-color: transparent;
  }

  .feature-section--fixed .feature-section--fixed__text-container {
    background-color: #00504d;
    color: #ffffff;
  }

  .feature-section--fixed .feature-section--fixed__text-container::before {
    background-color: #00504d;
  }

  .feature-section--fixed.has-secondary-background .tab-column.tab-column__desktop {
    background-color: transparent;
  }

  .feature-section--fixed.has-secondary-background .feature-section--fixed__text-container {
    background-color: #8E0021;
  }

  .feature-section--fixed.has-secondary-background .feature-section--fixed__text-container::before {
    background-color: #8E0021;
  }

  .feature-section--fixed .feature-section--fixed__text-container {
    max-width: 47.2118736667%;
    padding-left: 1.618rem;
    padding-left: 8rem;
    padding-right: 0;
    padding-bottom: 1.618rem;
    border-bottom-left-radius: 12rem;
    border-top-left-radius: 12rem;
  }

  .feature-section--fixed .tab-column.tab-column__mobile {
    display: none;
  }

  .feature-section--fixed .tab-column.tab-column__desktop {
    display: inherit;
    background-color: transparent;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    top: 0%;
    left: -0%;
    z-index: -20;
    width: 100%;
    height: 100%;
  }

  .feature-section--fixed .tab-column.tab-column__desktop .feature-section--fixed__toggle {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .feature-section--fixed .tab-column.tab-column__desktop .feature-section--fixed__hide {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 0.64rem;
    width: 100%;
    color: #808080;
    margin-bottom: 1.25rem;
    margin-bottom: 1.2rem;
  }

  .feature-section--fixed .tab-column.tab-column__desktop .feature-section--fixed__hide .icon.icon--svg {
    margin-left: 0.20225rem;
    max-width: 0.75rem;
    max-height: 0.75rem;
    stroke: #808080;
    fill: #808080;
  }

  .feature-section--fixed .tab-column.tab-column__desktop .feature-section--fixed__hide .show-less-icon {
    display: inherit;
  }

  .feature-section--fixed .tab-column.tab-column__desktop .feature-section--fixed__hide:hover,
  .feature-section--fixed .tab-column.tab-column__desktop .feature-section--fixed__hide:active,
  .feature-section--fixed .tab-column.tab-column__desktop .feature-section--fixed__hide:focus {
    color: #808080;
  }

  .feature-section--fixed .tab-column.tab-column__desktop .feature-section--fixed__hide:hover .icon.icon--svg,
  .feature-section--fixed .tab-column.tab-column__desktop .feature-section--fixed__hide:active .icon.icon--svg,
  .feature-section--fixed .tab-column.tab-column__desktop .feature-section--fixed__hide:focus .icon.icon--svg {
    margin-left: 0.20225rem;
    max-width: 0.75rem;
    max-height: 0.75rem;
    stroke: #dfdfdf;
    fill: #dfdfdf;
  }

  .feature-section--fixed .tab-column.tab-column__desktop .tab-column__text {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
  }

  .feature-section--fixed .tab-column.tab-column__desktop .tab-column__text .icon.icon--svg {
    margin-left: 0.809rem;
    max-height: 100%;
    max-width: 1.953rem;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1080px) {
  .feature-section--fixed .tab-column.tab-column__desktop {
    left: -4%;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1080px) {
  .feature-section--fixed .tab-column.tab-column__desktop {
    left: -6%;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .feature-section--fixed .tab-column.tab-column__desktop {
    left: -10%;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1216px) {
  .feature-section--fixed .tab-column.tab-column__desktop {
    left: -6%;
  }
}

@media screen and (min-width: 1024px) {
  .feature-section--fixed .feature-section--fixed__toggle {
    position: relative;
    top: -10px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .feature-section--fixed {
    right: -93%;
  }
}

/* added by mattesmj 01/25/19 */
@media screen and (min-width: 1200px) {
  .feature-section--fixed {
    right: -1085px;
  }
}

/* added by mattesmj 01/25/19 */
@media screen and (min-width: 1920px) {
  .feature-section--fixed {
    position: absolute;
    top: 4%;
  }
}

@media screen and (min-width: 1684px) {
  .feature-section--fixed a.feature-section--fixed__hide {
    padding-top: 1rem
  }
}

.feature-section--text-plain .section__title {
  text-align: center;
}

.feature-section--text-plain .feature-section--text-plain__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media screen and (min-width: 768px),
print {
  .feature-section--text-plain .columns {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .feature-section--text-plain .columns .column {
    max-width: 850px;
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;
  }

  .feature-section--text-plain .feature-section--text-plain__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.feature-section--text-plain .button:not(:last-child) {
  margin-right: 0.809rem;
}

/** Video slider feature **/
.video-slider-feature {
  padding-top: 14.5888115927%;
  padding-bottom: 14.5888115927%;
}

.video-slider-feature .columns {
  padding: 3.4439065322%;
}

.video-slider-feature.has-white-background>.container>.columns {
  margin-bottom: 0;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.7);
}

.video-slider-feature.has-white-background>.container>.columns .button:not([class*='is-']) {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #ffffff;
  color: #ffffff;
}

.video-slider-feature.has-white-background>.container>.columns .button:not([class*='is-']):hover,
.video-slider-feature.has-white-background>.container>.columns .button:not([class*='is-']):active,
.video-slider-feature.has-white-background>.container>.columns .button:not([class*='is-']):focus {
  background-color: #ffba00;
  border-color: #ffffff;
  color: #ffffff;
}

.video-slider-feature.has-black-background>.container>.columns {
  margin-bottom: 0;
  background: #464646;
  color: #fff;
}

.video-slider-feature.has-black-background>.container>.columns .button:not([class*='is-']) {
  background-color: #fff;
  border-color: #202020;
  color: #202020;
}

.video-slider-feature.has-black-background>.container>.columns .button:not([class*='is-']):hover,
.video-slider-feature.has-black-background>.container>.columns .button:not([class*='is-']):active,
.video-slider-feature.has-black-background>.container>.columns .button:not([class*='is-']):focus {
  background-color: #ffba00;
  border-color: #ffffff;
  color: #202020;
}

.video-slider-feature.has-light-background>.container>.columns {
  margin-bottom: 0;
  background: whitesmoke;
  color: #303030;
}

.video-slider-feature.has-light-background>.container>.columns .button:not([class*='is-']) {
  background-color: #303030;
  border-color: whitesmoke;
  color: whitesmoke;
}

.video-slider-feature.has-light-background>.container>.columns .button:not([class*='is-']):hover,
.video-slider-feature.has-light-background>.container>.columns .button:not([class*='is-']):active,
.video-slider-feature.has-light-background>.container>.columns .button:not([class*='is-']):focus {
  background-color: #ffba00;
  border-color: #ffffff;
  color: whitesmoke;
}

.video-slider-feature.has-dark-background>.container>.columns {
  margin-bottom: 0;
  background: #303030;
  color: whitesmoke;
}

.video-slider-feature.has-dark-background>.container>.columns .button:not([class*='is-']) {
  background-color: whitesmoke;
  border-color: #303030;
  color: #303030;
}

.video-slider-feature.has-dark-background>.container>.columns .button:not([class*='is-']):hover,
.video-slider-feature.has-dark-background>.container>.columns .button:not([class*='is-']):active,
.video-slider-feature.has-dark-background>.container>.columns .button:not([class*='is-']):focus {
  background-color: #ffba00;
  border-color: #ffffff;
  color: #303030;
}

.video-slider-feature.has-primary-background>.container>.columns {
  margin-bottom: 0;
  background: #00504d;
  color: #fff;
}

.video-slider-feature.has-primary-background>.container>.columns .button:not([class*='is-']) {
  background-color: #fff;
  border-color: #00504d;
  color: #00504d;
}

.video-slider-feature.has-primary-background>.container>.columns .button:not([class*='is-']):hover,
.video-slider-feature.has-primary-background>.container>.columns .button:not([class*='is-']):active,
.video-slider-feature.has-primary-background>.container>.columns .button:not([class*='is-']):focus {
  background-color: #ffba00;
  border-color: #ffffff;
  color: #00504d;
}

.video-slider-feature.has-primary-background>.container>.columns .button:not([class*='is-']) {
  border-color: #ffba00;
}

.video-slider-feature.has-primary-background>.container>.columns .button:not([class*='is-']):hover,
.video-slider-feature.has-primary-background>.container>.columns .button:not([class*='is-']):active,
.video-slider-feature.has-primary-background>.container>.columns .button:not([class*='is-']):focus {
  background-color: #ffba00;
  border-color: #fff;
  color: #00504d;
}

.video-slider-feature.has-link-background>.container>.columns {
  margin-bottom: 0;
  background: #00504d;
  color: #fff;
}

.video-slider-feature.has-link-background>.container>.columns .button:not([class*='is-']) {
  background-color: #fff;
  border-color: #00504d;
  color: #00504d;
}

.video-slider-feature.has-link-background>.container>.columns .button:not([class*='is-']):hover,
.video-slider-feature.has-link-background>.container>.columns .button:not([class*='is-']):active,
.video-slider-feature.has-link-background>.container>.columns .button:not([class*='is-']):focus {
  background-color: #ffba00;
  border-color: #ffffff;
  color: #00504d;
}

.video-slider-feature.has-info-background>.container>.columns {
  margin-bottom: 0;
  background: #209cee;
  color: #fff;
}

.video-slider-feature.has-info-background>.container>.columns .button:not([class*='is-']) {
  background-color: #fff;
  border-color: #209cee;
  color: #209cee;
}

.video-slider-feature.has-info-background>.container>.columns .button:not([class*='is-']):hover,
.video-slider-feature.has-info-background>.container>.columns .button:not([class*='is-']):active,
.video-slider-feature.has-info-background>.container>.columns .button:not([class*='is-']):focus {
  background-color: #ffba00;
  border-color: #ffffff;
  color: #209cee;
}

.video-slider-feature.has-success-background>.container>.columns {
  margin-bottom: 0;
  background: #23d160;
  color: #fff;
}

.video-slider-feature.has-success-background>.container>.columns .button:not([class*='is-']) {
  background-color: #fff;
  border-color: #23d160;
  color: #23d160;
}

.video-slider-feature.has-success-background>.container>.columns .button:not([class*='is-']):hover,
.video-slider-feature.has-success-background>.container>.columns .button:not([class*='is-']):active,
.video-slider-feature.has-success-background>.container>.columns .button:not([class*='is-']):focus {
  background-color: #ffba00;
  border-color: #ffffff;
  color: #23d160;
}

.video-slider-feature.has-warning-background>.container>.columns {
  margin-bottom: 0;
  background: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.video-slider-feature.has-warning-background>.container>.columns .button:not([class*='is-']) {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #ffdd57;
  color: #ffdd57;
}

.video-slider-feature.has-warning-background>.container>.columns .button:not([class*='is-']):hover,
.video-slider-feature.has-warning-background>.container>.columns .button:not([class*='is-']):active,
.video-slider-feature.has-warning-background>.container>.columns .button:not([class*='is-']):focus {
  background-color: #ffba00;
  border-color: #ffffff;
  color: #ffdd57;
}

.video-slider-feature.has-danger-background>.container>.columns {
  margin-bottom: 0;
  background: #ff3860;
  color: #fff;
}

.video-slider-feature.has-danger-background>.container>.columns .button:not([class*='is-']) {
  background-color: #fff;
  border-color: #ff3860;
  color: #ff3860;
}

.video-slider-feature.has-danger-background>.container>.columns .button:not([class*='is-']):hover,
.video-slider-feature.has-danger-background>.container>.columns .button:not([class*='is-']):active,
.video-slider-feature.has-danger-background>.container>.columns .button:not([class*='is-']):focus {
  background-color: #ffba00;
  border-color: #ffffff;
  color: #ff3860;
}

.video-slider-feature.has-secondary-background>.container>.columns {
  margin-bottom: 0;
  background: #8E0021;
  color: #fff;
}

.video-slider-feature.has-secondary-background>.container>.columns .button:not([class*='is-']) {
  background-color: #fff;
  border-color: #8E0021;
  color: #8E0021;
}

.video-slider-feature.has-secondary-background>.container>.columns .button:not([class*='is-']):hover,
.video-slider-feature.has-secondary-background>.container>.columns .button:not([class*='is-']):active,
.video-slider-feature.has-secondary-background>.container>.columns .button:not([class*='is-']):focus {
  background-color: #ffba00;
  border-color: #ffffff;
  color: #8E0021;
}

.video-slider-feature.has-secondary-background>.container>.columns .button:not([class*='is-']) {
  border-color: #ffba00;
}

.video-slider-feature.has-secondary-background>.container>.columns .button:not([class*='is-']):hover,
.video-slider-feature.has-secondary-background>.container>.columns .button:not([class*='is-']):active,
.video-slider-feature.has-secondary-background>.container>.columns .button:not([class*='is-']):focus {
  background-color: #ffba00;
  border-color: #fff;
  color: #8E0021;
}

.video-slider-feature.has-som-gold-background>.container>.columns {
  margin-bottom: 0;
  background: #ffba00;
  color: #202020;
}

.video-slider-feature.has-som-gold-background>.container>.columns .button:not([class*='is-']) {
  background-color: #202020;
  border-color: #ffba00;
  color: #ffba00;
}

.video-slider-feature.has-som-gold-background>.container>.columns .button:not([class*='is-']):hover,
.video-slider-feature.has-som-gold-background>.container>.columns .button:not([class*='is-']):active,
.video-slider-feature.has-som-gold-background>.container>.columns .button:not([class*='is-']):focus {
  background-color: #ffba00;
  border-color: #ffffff;
  color: #ffba00;
}

.video-slider-feature.has-light-10-background>.container>.columns {
  margin-bottom: 0;
  background: #efefef;
  color: rgba(0, 0, 0, 0.7);
}

.video-slider-feature.has-light-10-background>.container>.columns .button:not([class*='is-']) {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #efefef;
  color: #efefef;
}

.video-slider-feature.has-light-10-background>.container>.columns .button:not([class*='is-']):hover,
.video-slider-feature.has-light-10-background>.container>.columns .button:not([class*='is-']):active,
.video-slider-feature.has-light-10-background>.container>.columns .button:not([class*='is-']):focus {
  background-color: #ffba00;
  border-color: #ffffff;
  color: #efefef;
}

.video-slider-feature.has-light-8-background>.container>.columns {
  margin-bottom: 0;
  background: #dfdfdf;
  color: rgba(0, 0, 0, 0.7);
}

.video-slider-feature.has-light-8-background>.container>.columns .button:not([class*='is-']) {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #dfdfdf;
  color: #dfdfdf;
}

.video-slider-feature.has-light-8-background>.container>.columns .button:not([class*='is-']):hover,
.video-slider-feature.has-light-8-background>.container>.columns .button:not([class*='is-']):active,
.video-slider-feature.has-light-8-background>.container>.columns .button:not([class*='is-']):focus {
  background-color: #ffba00;
  border-color: #ffffff;
  color: #dfdfdf;
}

.video-slider-feature.has-transparent-background>.container>.columns {
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
}

.video-slider-feature.has-transparent-background>.container>.columns .button:not([class*='is-']) {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}

.video-slider-feature.has-transparent-background>.container>.columns .button:not([class*='is-']):hover,
.video-slider-feature.has-transparent-background>.container>.columns .button:not([class*='is-']):active,
.video-slider-feature.has-transparent-background>.container>.columns .button:not([class*='is-']):focus {
  background-color: #ffba00;
  border-color: #ffffff;
  color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 768px),
print {
  .video-slider-feature {
    padding-top: 9.0165708237%;
    padding-bottom: 9.0165708237%;
  }

  .video-slider-feature .columns {
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .video-slider-feature .video-slider-feature__text {
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (min-width: 1024px) {
  .video-slider-feature {
    padding-top: 3.4439065322%;
    padding-bottom: 3.4439065322%;
  }

  .video-slider-feature .columns {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .video-slider-feature .video-slider-feature__text {
    margin-bottom: 2.344rem;
    max-width: none;
  }
}

@media screen and (min-width: 1216px) {
  .video-slider-feature .columns {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .video-slider-feature .video-slider-feature__text {
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (min-width: 600px) {
  .feature-section.by-the-numbers-feature .by-the-numbers__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .feature-section.by-the-numbers-feature .by-the-numbers__columns>.column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}

@media screen and (min-width: 768px),
print {
  .feature-section.by-the-numbers-feature .by-the-numbers__columns>.column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}

/** Plain cards feature **/
@media screen and (min-width: 768px),
print {
  .feature-section.plain-cards-feature .columns {
    -ms-flex-pack: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.feature-section.discovery-slider {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.deans-message-feature {
  background-color: #efefef;
  -webkit-box-shadow: inset 0px 8px 8px -4px rgba(32, 32, 32, 0.24), inset 0px -8px 8px -4px rgba(32, 32, 32, 0.24);
  box-shadow: inset 0px 8px 8px -4px rgba(32, 32, 32, 0.24), inset 0px -8px 8px -4px rgba(32, 32, 32, 0.24);
}

.deans-message-feature .section__title {
  display: none;
}

.deans-message-feature .section__title.is-touch {
  display: block;
}

@media screen and (min-width: 768px),
print {
  .deans-message-feature .section__title {
    display: block;
  }

  .deans-message-feature .section__title.is-touch {
    display: none;
  }
}

.deans-message-feature .deans-message__read-more,
.deans-message-feature .read-more-link {
  font-size: 1.25rem;
}

.deans-message-feature .deans-message__read-more:hover svg,
.deans-message-feature .deans-message__read-more:active svg,
.deans-message-feature .deans-message__read-more:focus svg,
.deans-message-feature .read-more-link:hover svg,
.deans-message-feature .read-more-link:active svg,
.deans-message-feature .read-more-link:focus svg {
  fill: #8E0021;
}

.deans-message-feature a {
  color: inherit;
}

.deans-message-feature a:hover,
.deans-message-feature a:active,
.deans-message-feature a:focus {
  color: #8E0021;
}

.deans-message-feature .container {
  z-index: 20;
}

.deans-message-feature .column {
  padding-top: 0;
  padding-bottom: 0;
}

.deans-message-feature .deans-image {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding: 1.5rem 1.5rem;
  max-width: 180px;
}

.deans-message-feature .deans-image .image {
  -webkit-box-shadow: 0 18px 38px rgba(32, 32, 32, 0.12), 0 16px 12px rgba(32, 32, 32, 0.22);
  box-shadow: 0 18px 38px rgba(32, 32, 32, 0.12), 0 16px 12px rgba(32, 32, 32, 0.22);
}

.deans-message-feature .deans-image::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0%;
  z-index: -10;
  height: 100%;
  width: 100%;
  background-color: #dfdfdf;
}

.deans-message-feature .deans-message {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 0.809rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-shadow: 0 18px 38px rgba(32, 32, 32, 0.12), 0 16px 12px rgba(32, 32, 32, 0.22);
  box-shadow: 0 18px 38px rgba(32, 32, 32, 0.12), 0 16px 12px rgba(32, 32, 32, 0.22);
  color: #ffffff;
}

.deans-message-feature .deans-message>.deans-messsage__text {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  z-index: 10;
}

.deans-message-feature .deans-message>.image-overlay {
  z-index: -10;
  background-color: rgba(0, 80, 77, 0.82);
}

.deans-message-feature .deans-messsage__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.deans-message-feature .deans-messsage__text__message,
.deans-message-feature .deans-messsage__text .icon {
  -ms-flex: 1 1 0;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}

.deans-message-feature .deans-messsage__text .icon {
  -ms-flex: 1 1 9.0165708237%;
  -webkit-box-flex: 1;
  flex: 1 1 9.0165708237%;
  margin-top: 0.307rem;
}

.deans-message-feature .deans-messsage__text__message {
  -ms-flex: 1 1 85.4111884073%;
  -webkit-box-flex: 1;
  flex: 1 1 85.4111884073%;
}

.deans-message-feature .deans-messsage__text__message>p {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px),
print {
  .deans-message-feature .deans-messsage__text .icon {
    margin-top: 0.614rem;
  }

  .deans-message-feature .deans-messsage__text__message {
    -ms-flex: 1 1 85.4111884073%;
    -webkit-box-flex: 1;
    flex: 1 1 85.4111884073%;
  }
}

.deans-message-feature .deans-message__content {
  -ms-flex: 1 0 auto;
}

@media screen and (min-width: 550px) {
  .deans-message-feature .deans-message__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .deans-message-feature .deans-message__content .deans-image {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    max-width: none;
    width: 23.6064912503%;
  }

  .deans-message-feature .deans-message__content .deans-image img {
    width: 100%;
  }

  .deans-message-feature .deans-message__content .read-more-link {
    font-size: 1rem;
  }

  .deans-message-feature .deans-message__content .deans-message {
    -ms-flex: 1 0 auto;
    margin-top: 0;
    margin-left: 1.5rem;
    padding-left: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .deans-message-feature .deans-message__content .deans-message h2,
  .deans-message-feature .deans-message__content .deans-message h3,
  .deans-message-feature .deans-message__content .deans-message h4,
  .deans-message-feature .deans-message__content .deans-message h5,
  .deans-message-feature .deans-message__content .deans-message p {
    -ms-flex: 0 1 auto;
  }

  .deans-message-feature .deans-message__content .deans-message h2,
  .deans-message-feature .deans-message__content .deans-message h3,
  .deans-message-feature .deans-message__content .deans-message h4,
  .deans-message-feature .deans-message__content .deans-message h5 {
    width: 100%;
  }

  .deans-message-feature .deans-message__content .deans-message h2>span,
  .deans-message-feature .deans-message__content .deans-message h3>span,
  .deans-message-feature .deans-message__content .deans-message h4>span,
  .deans-message-feature .deans-message__content .deans-message h5>span {
    width: 100%;
    display: inline-block;
    padding-bottom: 0.307rem;
    border-bottom: 2px solid #ffffff;
  }
}

.deans-message-feature .image-overlay {
  background-color: rgba(255, 255, 255, 0.64);
}

.deans-image {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding: 1.5rem 1.5rem;
  max-width: 180px;
}

.deans-image .image {
  -webkit-box-shadow: 0 18px 38px rgba(32, 32, 32, 0.12), 0 16px 12px rgba(32, 32, 32, 0.22);
  box-shadow: 0 18px 38px rgba(32, 32, 32, 0.12), 0 16px 12px rgba(32, 32, 32, 0.22);
}

.deans-image::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0%;
  z-index: -10;
  height: 100%;
  width: 100%;
  background-color: #dfdfdf;
}

@media screen and (min-width: 768px),
print {
  .deans-image {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    max-width: none;
    width: 23.6064912503%;
  }

  .deans-image img {
    width: 100%;
  }
}

/** Education landing page **/
.featured-programs-alt {
  padding-top: 1.875rem;
  padding-bottom: 1.5rem;
}

.graduate-study-header-columns .graduate-study-intro {
  margin-bottom: 0;
}

.graduate-study-header-columns .column:first-child {
  padding-top: 0;
}

.graduate-study-intro {
  font-size: 1.25rem;
}

/** Landing page section with heading pulled left, intro text an image to the right **/
.feature-section--section-intro {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0.8rem;
}

.feature-section--section-intro>.container {
  max-width: none;
}

@media screen and (max-width: 890px) {
  .feature-section--section-intro>.container>.columns {
    display: block;
  }
}

.feature-section--section-intro>.container>.columns>.column {
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-section--section-intro .section-intro__heading {
  padding: 1.618rem 1.618rem 2.427rem;
  color: #202020;
  position: relative;
  background-position: center center;
  position: relative;
}

.feature-section--section-intro .section-intro__heading::before {
  z-index: 0;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.82);
}

.feature-section--section-intro .section-intro__heading::before {
  -webkit-box-shadow: inset 0px 8px 8px -4px rgba(32, 32, 32, 0.24), inset 0px -8px 8px -4px rgba(32, 32, 32, 0.24);
  box-shadow: inset 0px 8px 8px -4px rgba(32, 32, 32, 0.24), inset 0px -8px 8px -4px rgba(32, 32, 32, 0.24);
}

@media screen and (min-width: 900px) {
  .feature-section--section-intro .section-intro__heading::before {
    -webkit-box-shadow: inset -8px 0px 8px -4px rgba(32, 32, 32, 0.24);
    box-shadow: inset -8px 0px 8px -4px rgba(32, 32, 32, 0.24);
  }
}

.feature-section--section-intro .section-intro__heading__text {
  position: relative;
  width: 100%;
  padding-bottom: 0.96rem;
  z-index: 10;
}

.feature-section--section-intro .section-intro__heading__text>h1 {
  margin-bottom: 0;
}

.feature-section--section-intro .section-intro__heading__text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  width: 38.195302843%;
  height: 2px;
  background-color: #00504d;
}

@media screen and (min-width: 900px) {
  .feature-section--section-intro .section-intro__heading__text::after {
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .feature-section--section-intro .section-intro__heading {
    max-width: 38.195302843%;
  }
}

@media screen and (min-width: 1024px) {
  .feature-section--section-intro .section-intro__heading {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .feature-section--section-intro .section-intro__heading__text {
    max-width: 90%;
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1100px) {
  .feature-section--section-intro .section-intro__heading__text {
    max-width: 80%;
  }
}

@media screen and (min-width: 1216px) {
  .feature-section--section-intro .section-intro__heading {
    padding-top: 3.236rem;
    padding-bottom: 3.236rem;
  }

  .feature-section--section-intro .section-intro__heading__text {
    max-width: 95%;
  }
}

@media screen and (min-width: 1408px) {
  .feature-section--section-intro .section-intro__heading {
    max-width: 23.6064912503%;
  }
}

.feature-section--section-intro .section-intro__body {
  color: #ffffff;
  padding: 1.618rem;
  background-position: center;
  position: relative;
}

.feature-section--section-intro .section-intro__body::before {
  z-index: 0;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 80, 77, 0.82);
}

.feature-section--section-intro .section-intro__body p,
.feature-section--section-intro .section-intro__body ul,
.feature-section--section-intro .section-intro__body li {
  font-weight: 200;
  font-size: 1.25rem;
}

.feature-section--section-intro .section-intro__body p:last-child,
.feature-section--section-intro .section-intro__body ul:last-child,
.feature-section--section-intro .section-intro__body li:last-child {
  margin-bottom: 0;
}

.feature-section--section-intro .section-intro__body__text {
  position: relative;
  z-index: 20;
}

@media screen and (min-width: 1216px) {
  .feature-section--section-intro .section-intro__body {
    padding-top: 3.236rem;
    padding: 3.236rem;
  }
}

.feature-section--section-intro .section-intro__right-image {
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}

@media screen and (min-width: 1408px) {
  .feature-section--section-intro .section-intro__right-image {
    display: inherit;
    max-width: 23.6064912503%;
  }
}

@media screen and (min-width: 1216px) {
  .feature-section--section-intro .section-intro__right-image {
    padding-top: 3.236rem;
    padding-bottom: 3.236rem;
  }
}

.feature-section--section-intro.has-secondary-background .section-intro__body::before {
  background-color: rgba(142, 0, 33, 0.82);
}

.feature-section--section-intro.has-secondary-background .section-intro__heading__text::after {
  background-color: #8E0021;
}

.feature-section--two-col-text {
  padding-top: 0;
  padding-bottom: 0;
}

.feature-section--two-col-text .columns {
  margin-bottom: 0;
}

.feature-section--two-col-text .two-col-feature__body-col {
  font-weight: 200;
}

@media screen and (max-width: 1023px) {
  .feature-section--two-col-text .two-col-feature__image {
    display: none;
  }
}

.feature-section--two-col-text .two-col-feature__image {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -webkit-box-shadow: inset 8px 0px 8px -4px rgba(32, 32, 32, 0.24), inset -8px 0px 8px -4px rgba(32, 32, 32, 0.24);
  box-shadow: inset 8px 0px 8px -4px rgba(32, 32, 32, 0.24), inset -8px 0px 8px -4px rgba(32, 32, 32, 0.24);
}

.feature-section--two-col-text .two-col-feature__text {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  min-width: 70.8223768146%;
}

.feature-section--two-col-text .two-col-feature__text .columns {
  display: block;
}

.two-col-feature__heading-col h1 {
  font-size: 2.7rem;
  font-family: "garamond-premier-pro-display", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}

@media screen and (min-width: 860px) and (max-width: 1024px) {
  .feature-section--two-col-text .two-col-feature__text .columns {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .feature-section--two-col-text .two-col-feature__heading-col {
    max-width: 38.195302843%;
  }
}

@media screen and (min-width: 1024px) {
  .feature-section--two-col-text .two-col-feature__text {
    min-width: 70.8223768146%;
  }
}

@media screen and (min-width: 1216px) {
  .feature-section--two-col-text .two-col-feature__text {
    min-width: 70.8223768146%;
  }

  .feature-section--two-col-text .two-col-feature__text .columns {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .feature-section--two-col-text .two-col-feature__heading-col {
    max-width: 38.195302843%;
  }
}

.text-feature.has-section-nav {
  padding-bottom: 0;
}

.text-feature__intro-para {
  font-weight: 700;
  font-size: 1.25rem;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .text-feature__intro-para {
    padding-left: 0.9625223081rem;
  }
}

.text-feature__intro-para::before {
  content: " ";
  position: absolute;
  width: 2px;
  left: -0;
  top: 4%;
  bottom: 4%;
  background-color: #00504d;
}

@media screen and (min-width: 1024px) {
  .text-feature__intro-para::before {
    width: 4px;
    left: -1.618rem;
  }
}

.som-landing-page .text-feature .inner-page-nav>ul {
  margin-left: -0.809rem;
  margin-right: -0.809rem;
}

@media screen and (min-width: 768px),
print {
  .som-landing-page .text-feature .inner-page-nav>ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 1408px) {
  .som-landing-page .text-feature__nav_column {
    max-width: 86%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Sharing icons */
.content-share__label {
  margin-bottom: 0.614rem;
}

.content-share {
  background-color: #00504d;
  color: #ffffff;
}

.content-share .content-label {
  color: #ffffff;
}

.content-share__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-share__icons .icon.icon--svg {
  height: 2.225rem;
  width: 2.225rem;
  padding: 0.38375rem;
  margin-right: 0.4045rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.content-share__icons .icon.icon--svg svg {
  fill: #ffffff;
}

.content-share__icons .icon.icon--svg:hover,
.content-share__icons .icon.icon--svg:active,
.content-share__icons .icon.icon--svg:focus {
  background-color: #ffffff;
}

.content-share__icons .icon.icon--svg:hover svg,
.content-share__icons .icon.icon--svg:active svg,
.content-share__icons .icon.icon--svg:focus svg {
  fill: #00504d;
}

@media screen and (min-width: 1024px) {
  .content-share__icons .icon.icon--svg {
    padding: 0.38375rem;
  }
}

.content-share__icons.content-share__icons--sidebar {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-share__icons.content-share__icons--sidebar .icon.icon--svg {
  margin-bottom: 0.96rem;
  margin-right: 0.3236rem;
  border-color: #202020;
}

.content-share__icons.content-share__icons--sidebar .icon.icon--svg svg {
  fill: #202020;
}

.content-share__icons.content-share__icons--sidebar .icon.icon--svg:hover,
.content-share__icons.content-share__icons--sidebar .icon.icon--svg:active,
.content-share__icons.content-share__icons--sidebar .icon.icon--svg:focus {
  background-color: #202020;
}

.content-share__icons.content-share__icons--sidebar .icon.icon--svg:hover svg,
.content-share__icons.content-share__icons--sidebar .icon.icon--svg:active svg,
.content-share__icons.content-share__icons--sidebar .icon.icon--svg:focus svg {
  fill: #ffffff;
}

.share-icons-sidebar {
  margin-left: -0.809rem;
  margin-right: -0.809rem;
  padding-left: 0.809rem;
  padding-right: 0.809rem;
  padding-bottom: 0.307rem;
  margin-bottom: 0.614rem;
  -webkit-box-shadow: 0px 4px 4px -2px rgba(32, 32, 32, 0.36);
  box-shadow: 0px 4px 4px -2px rgba(32, 32, 32, 0.36);
}

.share-icons-sidebar .content-share__label {
  font-weight: 500;
}

/*Edit Bar*/
a.t4Edit-page {
  background: url(https://medschool.vcu.edu/media/medschool2018/site-assets/img/pencil.gif) no-repeat 4px 12px;
  width: 14px;
  height: 20px;
  text-indent: -9999px;
  display: inline-block;
  text-align: left;
}

/*T4 Post Implementaion fixes*/
main .section.audience-navigation {
  margin: 0;
}

.news-slider .slider__controls-wrap .container {
  margin-bottom: 1rem;
}

.news-slider__controls.slider__controls {
  margin-top: 1rem;
}


@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .hero-image .hero-foot {
    position: absolute;
    width: 100%;
  }
}

@media all and (min-width: 1408px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .hero-image:not(.hero-slider) .hero-body {
    margin-top: 8rem;
  }

  .hero-image:not(.hero-slider) .hero-quicklinks {
    margin-top: 8rem;
  }
}

@media all and (min-width: 1200px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .hero-image:not(.hero-slider) .hero-body {
    margin-top: 6rem;
  }

  .hero-image:not(.hero-slider) .hero-quicklinks {
    margin-top: 6rem;
  }
}

@media all and (min-width: 0px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .hero-image:not(.hero-slider) .hero-body {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 786px) {

  .video-gallery-feature .video-slider-card .card-content__controls,
  .photo-gallery-feature .photo-slider-card .card-content__controls {
    min-height: 115px;
  }
}

/*Footer Links Updates*/
footer.vcu-som-footer .column.footer__links a:hover,
footer.vcu-som-footer .column.footer__links a:focus,
footer.vcu-som-footer .column.footer__links a:active,
footer.vcu-som-footer .column.footer__address a:hover,
footer.vcu-som-footer .column.footer__address a:focus,
footer.vcu-som-footer .column.footer__address a:active,
footer.vcu-som-footer .columns.footer__meta-links a:hover,
footer.vcu-som-footer .columns.footer__meta-links a:focus,
footer.vcu-som-footer .columns.footer__meta-links a:active {
  background-color: transparent;
  color: #ffba00;
}

footer.vcu-som-footer .footer__a-z__links.a-z-navigation a:hover,
footer.vcu-som-footer .footer__a-z__links.a-z-navigation a:active,
footer.vcu-som-footer .footer__a-z__links.a-z-navigation a:focus {
  background-color: #ffba00;
}

footer.vcu-som-footer .footer__social-icons>a:hover .icon,
footer.vcu-som-footer .footer__social-icons>a:active .icon,
footer.vcu-som-footer .footer__social-icons>a:focus .icon {
  background-color: #ffba00;
}

footer .footer__address a:hover+.icon.icon--svg.has-icon-white {
  fill: #ffba00 !important;
  stroke: #ffba00 !important;
}

/*Main Navigation updates on focus*/
.main-navigation__menu a.navbar-link:focus {
  border: 3px solid #8E0021;
  outline: none;
}

.main-navigation__menu .navbar-dropdown__links .navbar-dropdown__link:last-child:focus {
  border-bottom: 3px solid #8E0021;
}

.main-navigation__menu .main-navigation__item:first-child .navbar-link--main:focus {
  border-top: 3px solid #8E0021;
}

.inner-page-nav ul>li>a:focus,
.inner-page-nav ul>li:focus-within,
.inner-page-nav ul>li>a:hover,
.inner-page-nav ul>li:hover {
  background-color: #8E0021;
  color: #fff;
}

/*Safari search button fix*/
@media screen and (min-width: 1024px) {
  .navbar-link.is-vision-angle--right.safari_only {
    height: 83px;
  }
}

@media screen and (min-width: 1884px) {
  .navbar-link.is-vision-angle--right.safari_only {
    height: 92px;
  }
}

/*Additional CSS post Implementation*/
@media screen and (min-width: 1024px) {
  .main-navigation {
    box-shadow: none !important;
  }
}

.navbar-dropdown__feature .card--flat p,
.card--flat p.card-content__text {
  word-break: break-word;
  /* doesn't work in firefox */
  word-wrap: break-word;
}

.maroon-and-tan .discovery-feature .slick-dots-container,
.deep-blue-and-light-teal .discovery-feature .slick-dots-container,
.slate-blue-and-rose .discovery-feature .slick-dots-container,
.deep-purple-and-orange .discovery-feature .slick-dots-container,
.maroon-and-tan .video-gallery-feature .slick-dots-container,
.deep-blue-and-light-teal .video-gallery-feature .slick-dots-container,
.slate-blue-and-rose .video-gallery-feature .slick-dots-container,
.deep-purple-and-orange .video-gallery-feature .slick-dots-container {
  display: none;
}

.hero-slider .hero-slider-control__dots {
  display: none !important;
}

.heading-only-card .card__arrow {
  width: 73px;
}

.heading-only-card .card-heading {
  width: 205px;
}

.featured-programs-card:hover .card-heading {
  margin-top: 0.6rem;
}

.featured-programs-card .card-heading {
  margin-top: -11.5rem;
}

.audience-navigation a {
  width: auto;
}

.two-cards {
  max-width: 50% !important;
  display: inline;
  /* nhellenbrand 2/18/2019 mobile cards had empty spacing */
}

.three-cards {
  max-width: 33.3%;
  display: inline;
  /* nhellenbrand 2/18/2019 mobile cards had empty spacing */
}

.four-cards {
  max-width: 25%;
  display: inline;
  /* nhellenbrand 2/18/2019 mobile cards had empty spacing */
}

/*Accordion updates*/
.vcusom-gold-color .plugin-accordion .plugin-accordion-heading {
  background-color: #ffba00;
}

.vcusom-green-color .plugin-accordion .plugin-accordion-heading {
  background-color: #00504d;
}

.vcusom-red-color .plugin-accordion .plugin-accordion-heading {
  background-color: #8E0021;
}

.vcusom-deep-blue-color .plugin-accordion .plugin-accordion-heading {
  background-color: #082751;
}

.vcusom-teal-color .plugin-accordion .plugin-accordion-heading {
  background-color: #0C6E6D;
}

.vcusom-slate-blue-color .plugin-accordion .plugin-accordion-heading {
  background-color: #094D63;
}

.vcusom-rose-color .plugin-accordion .plugin-accordion-heading {
  background-color: #770031;
}

.vcusom-maroon-color .plugin-accordion .plugin-accordion-heading {
  background-color: #61001F;
}

.vcusom-tan-color .plugin-accordion .plugin-accordion-heading {
  background-color: #8C6239;
}

.vcusom-purple-color .plugin-accordion .plugin-accordion-heading {
  background-color: #330130;
}

.vcusom-orange-color .plugin-accordion .plugin-accordion-heading {
  background-color: #BA5400;
}



.vcusom-gold-color.by-the-numbers-feature {
  background-color: #ffba00;
}

.vcusom-green-color.by-the-numbers-feature {
  background-color: #00504d;
  color: #fff;
}

.vcusom-red-color.by-the-numbers-feature {
  background-color: #8E0021;
  color: #fff;
}

.vcusom-deep-blue-color.by-the-numbers-feature {
  background-color: #082751;
  color: #fff;
}

.vcusom-teal-color.by-the-numbers-feature {
  background-color: #0C6E6D;
  color: #fff;
}

.vcusom-slate-blue-color.by-the-numbers-feature {
  background-color: #094D63;
  color: #fff;
}

.vcusom-rose-color.by-the-numbers-feature {
  background-color: #770031;
  color: #fff;
}

.vcusom-maroon-color.by-the-numbers-feature {
  background-color: #61001F;
  color: #fff;
}

.vcusom-tan-color.by-the-numbers-feature {
  background-color: #8C6239;
  color: #fff;
}

.vcusom-purple-color.by-the-numbers-feature {
  background-color: #330130;
  color: #fff;
}

.vcusom-orange-color.by-the-numbers-feature {
  background-color: #BA5400;
  color: #fff;
}

.grad-overlay-card .image.is-3by2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


/*Site color updates - 2 Feature Cards*/
.deep-blue-and-light-teal .featured-programs-alt {
  color: #0b2751;
  background-color: #fff;
}

.deep-blue-and-light-teal .featured-programs-alt .program-card__ctas a {
  color: #0b2751;
}

.deep-blue-and-light-teal .featured-programs-alt .program-card__ctas a .icon {
  fill: #0b2751;
  stroke: #fff;
}

.deep-blue-and-light-teal .featured-programs-card-alt .program-card__ctas a.button {
  background-color: #0b2751;
  color: #fff;
}

.deep-blue-and-light-teal .featured-programs-card-alt .program-card__ctas a.button:hover {
  background-color: #0c6e6d;
}

.deep-blue-and-light-teal .featured-programs-card-alt .card__arrow .icon:before {
  background-color: #0b2751;
}

.deep-blue-and-light-teal .card--flat.has-border-primary .card__arrow span::before {
  background-color: #0b2751;
}

.deep-blue-and-light-teal .site-gateway__card--left.card--flat.has-border-primary:hover .card__arrow span::before {
  background-color: #fff;
}

.deep-blue-and-light-teal .site-gateway__card:hover,
.deep-blue-and-light-teal .site-gateway__card:active,
.deep-blue-and-light-teal .site-gateway__card:focus,
.deep-blue-and-light-teal .site-gateway__card--left:hover,
.deep-blue-and-light-teal .site-gateway__card--left:active,
.deep-blue-and-light-teal .site-gateway__card--left:focus {
  background-color: #0b2751;
}

.deep-blue-and-light-teal .featured-programs-alt {
  color: #0b2751;
  background-color: #fff;
}

.deep-blue-and-light-teal .featured-programs-alt .program-card__ctas a {
  color: #0b2751;
}

.deep-blue-and-light-teal .featured-programs-alt .program-card__ctas a .icon {
  fill: #0b2751;
  stroke: #fff;
}

.deep-blue-and-light-teal .featured-programs-card-alt .program-card__ctas a.button {
  background-color: #0b2751;
  color: #fff;
}

.deep-blue-and-light-teal .featured-programs-card-alt .program-card__ctas a.button:hover {
  background-color: #0c6e6d;
}

.deep-blue-and-light-teal .featured-programs-card-alt .card__arrow .icon:before {
  background-color: #0b2751;
}

.deep-blue-and-light-teal .card--flat.has-border-primary .card__arrow span::before {
  background-color: #0b2751;
}

.deep-blue-and-light-teal .site-gateway__card--left.card--flat.has-border-primary:hover .card__arrow span::before {
  background-color: #fff;
}

.deep-blue-and-light-teal .site-gateway__card:hover,
.deep-blue-and-light-teal .site-gateway__card:active,
.deep-blue-and-light-teal .site-gateway__card:focus,
.deep-blue-and-light-teal .site-gateway__card--left:hover,
.deep-blue-and-light-teal .site-gateway__card--left:active,
.deep-blue-and-light-teal .site-gateway__card--left:focus {
  background-color: #0b2751;
}

.deep-blue-and-light-teal .card--flat.has-border-primary,
.deep-blue-and-light-teal .featured-programs-card-alt {
  border-bottom-color: #0b2751;
}

.slate-blue-and-rose .featured-programs-alt {
  color: #094d63;
  background-color: #fff;
}

.slate-blue-and-rose .featured-programs-alt .program-card__ctas a {
  color: #094d63;
}

.slate-blue-and-rose .featured-programs-alt .program-card__ctas a .icon {
  fill: #094d63;
  stroke: #fff;
}

.slate-blue-and-rose .featured-programs-card-alt .program-card__ctas a.button {
  background-color: #094d63;
  color: #fff;
}

.slate-blue-and-rose .featured-programs-card-alt .program-card__ctas a.button:hover {
  background-color: #0c6e6d;
}

.slate-blue-and-rose .featured-programs-card-alt .card__arrow .icon:before {
  background-color: #094d63;
}

.slate-blue-and-rose .card--flat.has-border-primary .card__arrow span::before {
  background-color: #094d63;
}

.slate-blue-and-rose .site-gateway__card--left.card--flat.has-border-primary:hover .card__arrow span::before {
  background-color: #fff;
}

.slate-blue-and-rose .site-gateway__card:hover,
.slate-blue-and-rose .site-gateway__card:active,
.slate-blue-and-rose .site-gateway__card:focus,
.slate-blue-and-rose .site-gateway__card--left:hover,
.slate-blue-and-rose .site-gateway__card--left:active,
.slate-blue-and-rose .site-gateway__card--left:focus {
  background-color: #094d63;
}

.slate-blue-and-rose .featured-programs-alt {
  color: #094d63;
  background-color: transparent !important;
}

.slate-blue-and-rose .featured-programs-alt .program-card__ctas a {
  color: #094d63;
}

.slate-blue-and-rose .featured-programs-alt .program-card__ctas a .icon {
  fill: #094d63;
  stroke: #fff;
}

.slate-blue-and-rose .featured-programs-card-alt .program-card__ctas a.button {
  background-color: #094d63;
  color: #fff;
}

.slate-blue-and-rose .featured-programs-card-alt .program-card__ctas a.button:hover {
  background-color: #770031;
}

.slate-blue-and-rose .featured-programs-card-alt .card__arrow .icon:before {
  background-color: #094d63;
}

.slate-blue-and-rose .card--flat.has-border-primary .card__arrow span::before {
  background-color: #094d63;
}

.slate-blue-and-rose .site-gateway__card--left.card--flat.has-border-primary:hover .card__arrow span::before {
  background-color: #fff;
}

.slate-blue-and-rose .site-gateway__card:hover,
.slate-blue-and-rose .site-gateway__card:active,
.slate-blue-and-rose .site-gateway__card:focus,
.slate-blue-and-rose .site-gateway__card--left:hover,
.slate-blue-and-rose .site-gateway__card--left:active,
.slate-blue-and-rose .site-gateway__card--left:focus {
  background-color: #094d63;
}

.slate-blue-and-rose .card--flat.has-border-primary,
.slate-blue-and-rose .featured-programs-card-alt {
  border-bottom-color: #094d63;
}

.maroon-and-tan .featured-programs-alt {
  color: #61001f;
  background-color: #fff;
}

.maroon-and-tan .featured-programs-alt .program-card__ctas a {
  color: #61001f;
}

.maroon-and-tan .featured-programs-alt .program-card__ctas a .icon {
  fill: #61001f;
  stroke: #fff;
}

.maroon-and-tan .featured-programs-card-alt .program-card__ctas a.button {
  background-color: #8c6239;
  color: #fff;
}

.maroon-and-tan .featured-programs-card-alt .program-card__ctas a.button:hover {
  background-color: #0c6e6d;
}

.maroon-and-tan .featured-programs-card-alt .card__arrow .icon:before {
  background-color: #61001f;
}

.maroon-and-tan .card--flat.has-border-primary .card__arrow span::before {
  background-color: #61001f;
}

.maroon-and-tan .site-gateway__card--left.card--flat.has-border-primary:hover .card__arrow span::before {
  background-color: #fff;
}

.maroon-and-tan .site-gateway__card:hover,
.maroon-and-tan .site-gateway__card:active,
.maroon-and-tan .site-gateway__card:focus,
.maroon-and-tan .site-gateway__card--left:hover,
.maroon-and-tan .site-gateway__card--left:active,
.maroon-and-tan .site-gateway__card--left:focus {
  background-color: #61001f;
}

.maroon-and-tan .featured-programs-alt {
  color: #61001f;
  background-color: #fff;
}

.maroon-and-tan .featured-programs-alt .program-card__ctas a {
  color: #61001f;
}

.maroon-and-tan .featured-programs-alt .program-card__ctas a .icon {
  fill: #61001f;
  stroke: #fff;
}

.maroon-and-tan .featured-programs-card-alt .program-card__ctas a.button {
  background-color: #61001f;
  color: #fff;
}

.maroon-and-tan .featured-programs-card-alt .program-card__ctas a.button:hover {
  background-color: #8c6239;
}

.maroon-and-tan .featured-programs-card-alt .card__arrow .icon:before {
  background-color: #61001f;
}

.maroon-and-tan .card--flat.has-border-primary .card__arrow span::before {
  background-color: #61001f;
}

.maroon-and-tan .site-gateway__card--left.card--flat.has-border-primary:hover .card__arrow span::before {
  background-color: #fff;
}

.maroon-and-tan .site-gateway__card:hover,
.maroon-and-tan .site-gateway__card:active,
.maroon-and-tan .site-gateway__card:focus,
.maroon-and-tan .site-gateway__card--left:hover,
.maroon-and-tan .site-gateway__card--left:active,
.maroon-and-tan .site-gateway__card--left:focus {
  background-color: #61001f;
}

.maroon-and-tan .card--flat.has-border-primary,
.maroon-and-tan .featured-programs-card-alt {
  border-bottom-color: #61001f;
}

.deep-purple-and-orange .featured-programs-alt {
  color: #330130;
  background-color: #fff;
}

.deep-purple-and-orange .featured-programs-alt .program-card__ctas a {
  color: #330130;
}

.deep-purple-and-orange .featured-programs-alt .program-card__ctas a .icon {
  fill: #330130;
  stroke: #fff;
}

.deep-purple-and-orange .featured-programs-card-alt .program-card__ctas a.button {
  background-color: #8c6239;
  color: #fff;
}

.deep-purple-and-orange .featured-programs-card-alt .program-card__ctas a.button:hover {
  background-color: #0c6e6d;
}

.deep-purple-and-orange .featured-programs-card-alt .card__arrow .icon:before {
  background-color: #330130;
}

.deep-purple-and-orange .card--flat.has-border-primary .card__arrow span::before {
  background-color: #330130;
}

.deep-purple-and-orange .site-gateway__card--left.card--flat.has-border-primary:hover .card__arrow span::before {
  background-color: #fff;
}

.deep-purple-and-orange .site-gateway__card:hover,
.deep-purple-and-orange .site-gateway__card:active,
.deep-purple-and-orange .site-gateway__card:focus,
.deep-purple-and-orange .site-gateway__card--left:hover,
.deep-purple-and-orange .site-gateway__card--left:active,
.deep-purple-and-orange .site-gateway__card--left:focus {
  background-color: #330130;
}

.deep-purple-and-orange .featured-programs-alt {
  color: #330130;
  background-color: #fff;
}

.deep-purple-and-orange .featured-programs-alt .program-card__ctas a {
  color: #330130;
}

.deep-purple-and-orange .featured-programs-alt .program-card__ctas a .icon {
  fill: #330130;
  stroke: #fff;
}

.deep-purple-and-orange .featured-programs-card-alt .program-card__ctas a.button {
  background-color: #330130;
  color: #fff;
}

.deep-purple-and-orange .featured-programs-card-alt .program-card__ctas a.button:hover {
  background-color: #BA5400;
}

.deep-purple-and-orange .featured-programs-card-alt .card__arrow .icon:before {
  background-color: #330130;
}

.deep-purple-and-orange .card--flat.has-border-primary .card__arrow span::before {
  background-color: #330130;
}

.deep-purple-and-orange .site-gateway__card--left.card--flat.has-border-primary:hover .card__arrow span::before {
  background-color: #fff;
}

.deep-purple-and-orange .site-gateway__card:hover,
.deep-purple-and-orange .site-gateway__card:active,
.deep-purple-and-orange .site-gateway__card:focus,
.deep-purple-and-orange .site-gateway__card--left:hover,
.deep-purple-and-orange .site-gateway__card--left:active,
.deep-purple-and-orange .site-gateway__card--left:focus {
  background-color: #330130;
}

.deep-purple-and-orange .card--flat.has-border-primary,
.deep-purple-and-orange .featured-programs-card-alt {
  border-bottom-color: #330130;
}

/*Site color updates - Gallery*/
.deep-blue-and-light-teal .video-gallery-feature .video-slider-card .card-content__controls {
  background-color: #0b2751;
}

.deep-blue-and-light-teal .video-gallery-feature .video-slider-card .card-content__controls:hover {
  background-color: #092043;
}

.slate-blue-and-rose .video-gallery-feature .video-slider-card .card-content__controls {
  background-color: #094d63;
}

.slate-blue-and-rose .video-gallery-feature .video-slider-card .card-content__controls:hover {
  background-color: #09485d;
}

.maroon-and-tan .video-gallery-feature .video-slider-card .card-content__controls {
  background-color: #61001f;
}

.maroon-and-tan .video-gallery-feature .video-slider-card .card-content__controls:hover {
  background-color: #4d0018;
}

.deep-purple-and-orange .video-gallery-feature .video-slider-card .card-content__controls {
  background-color: #330130;
}

.deep-purple-and-orange .video-gallery-feature .video-slider-card .card-content__controls:hover {
  background-color: #330120;
}

/*Site COlor - Dean's Message*/
.deep-blue-and-light-teal .deans-message-feature .deans-message>.image-overlay {
  background-color: rgba(11, 39, 81, 0.82);
}

.slate-blue-and-rose .deans-message-feature .deans-message>.image-overlay {
  background-color: rgba(9, 77, 99, 0.82);
}

.maroon-and-tan .deans-message-feature .deans-message>.image-overlay {
  background-color: rgba(97, 0, 31, 0.82);
}

.deep-purple-and-orange .deans-message-feature .deans-message>.image-overlay {
  background-color: rgba(51, 1, 48, 0.82);
}

.deep-blue-and-light-teal .deans-message-feature a:hover,
.deep-blue-and-light-teal .deans-message-feature a:active,
.deep-blue-and-light-teal .deans-message-feature a:focus {
  color: #0b2751;
}

.slate-blue-and-rose .deans-message-feature a:hover,
.slate-blue-and-rose .deans-message-feature a:active,
.slate-blue-and-rose .deans-message-feature a:focus {
  color: #094d63;
}

.maroon-and-tan .deans-message-feature a:hover,
.maroon-and-tan .deans-message-feature a:active,
.maroon-and-tan .deans-message-feature a:focus {
  color: #8c6239;
}

.deep-purple-and-orange .deans-message-feature a:hover,
.deep-purple-and-orange .deans-message-feature a:active,
.deep-purple-and-orange .deans-message-feature a:focus {
  color: #BA5400;
}

/*Site COlor - 3 Action Boxes*/

.deep-blue-and-light-teal .plain-cards-feature .cards-columns .column:nth-child(odd) .card-content {
  background-color: #0b2751;
}

.deep-blue-and-light-teal .plain-cards-feature .cards-columns .column:nth-child(even) .card-content {
  background-color: #0c6e6d;
}

.slate-blue-and-rose .plain-cards-feature .cards-columns .column:nth-child(odd) .card-content {
  background-color: #094d63;
}

.slate-blue-and-rose .plain-cards-feature .cards-columns .column:nth-child(even) .card-content {
  background-color: #770031;
}

.maroon-and-tan .plain-cards-feature .cards-columns .column:nth-child(even) .card-content {
  background-color: #61001f;
}

.maroon-and-tan .plain-cards-feature .cards-columns .column:nth-child(odd) .card-content {
  background-color: #8c6239;
}

.deep-purple-and-orange .plain-cards-feature .cards-columns .column:nth-child(even) .card-content {
  background-color: #330130;
}

.deep-purple-and-orange .plain-cards-feature .cards-columns .column:nth-child(odd) .card-content {
  background-color: #BA5400;
}


.deep-blue-and-light-teal .plain-cards-feature .cards-columns .column:nth-child(even) .button {
  color: #0c6e6d;
}

.deep-blue-and-light-teal .plain-cards-feature .cards-columns .column:nth-child(odd) .button {
  color: #0b2751;
}

.slate-blue-and-rose .plain-cards-feature .cards-columns .column:nth-child(even) .button {
  color: #770031;
}

.slate-blue-and-rose .plain-cards-feature .cards-columns .column:nth-child(odd) .button {
  color: #094d63;
}

.maroon-and-tan .plain-cards-feature .cards-columns .column:nth-child(even) .button {
  color: #8c6239;
}

.maroon-and-tan .plain-cards-feature .cards-columns .column:nth-child(odd) .button {
  color: #61001f;
}

.deep-purple-and-orange .plain-cards-feature .cards-columns .column:nth-child(even) .button {
  color: #330130;
}

.deep-purple-and-orange .plain-cards-feature .cards-columns .column:nth-child(odd) .button {
  color: #BA5400;
}

/*Site Color - Featured Programs*/
.deep-blue-and-light-teal .featured-programs-card:hover .card-content,
.deep-blue-and-light-teal .featured-programs-card:active .card-content,
.deep-blue-and-light-teal .featured-programs-card:focus .card-content {
  background-color: rgba(11, 39, 81, 0.82);
}

.slate-blue-and-rose .featured-programs-card:hover .card-content,
.slate-blue-and-rose .featured-programs-card:active .card-content,
.slate-blue-and-rose .featured-programs-card:focus .card-content {
  background-color: rgba(9, 77, 99, 0.82);
}

.maroon-and-tan .featured-programs-card:hover .card-content,
.maroon-and-tan .featured-programs-card:active .card-content,
.maroon-and-tan .featured-programs-card:focus .card-content {
  background-color: rgba(97, 0, 31, 0.82);
}

.deep-purple-and-orange .featured-programs-card:hover .card-content,
.deep-purple-and-orange .featured-programs-card:active .card-content,
.deep-purple-and-orange .featured-programs-card:focus .card-content {
  background-color: rgba(51, 1, 48, 0.82);
}

/*Site Color - MegaMenu*/
.deep-blue-and-light-teal .main-navigation__menu .main-navigation__item>a.navbar-link--main.is-active {
  background-color: #0b2751;
}

.slate-blue-and-rose .main-navigation__menu .main-navigation__item>a.navbar-link--main.is-active {
  background-color: #094d63;
}

.maroon-and-tan .main-navigation__menu .main-navigation__item>a.navbar-link--main.is-active {
  background-color: #61001f;
}

.deep-purple-and-orange .main-navigation__menu .main-navigation__item>a.navbar-link--main.is-active {
  background-color: #330130;
  color: #fff;
}

.deep-blue-and-light-teal .main-navigation__menu .main-navigation__item>a.navbar-link--main.is-active::before {
  border-top-color: #0b2751;
}

.slate-blue-and-rose .main-navigation__menu .main-navigation__item>a.navbar-link--main.is-active::before {
  border-top-color: #094d63;
}

.maroon-and-tan .main-navigation__menu .main-navigation__item>a.navbar-link--main.is-active::before {
  border-top-color: #61001f;
}

.deep-purple-and-orange .main-navigation__menu .main-navigation__item>a.navbar-link--main.is-active::before {
  border-top-color: #330130;
}


/*Featured Programs - 2Col*/
.featured-programs .column.two-cols,
.featured-programs .column.two-cols .featured-programs-card,
.column.two-cols .card-image,
.column.two-cols .card__anchor,
.column.two-cols figure.image img {
  max-height: 30rem !important;
}

.column.two-cols figure.image img {
  object-fit: cover;
}

.column.two-cols .card--flat.featured-programs-card:hover figure.image img {
  padding-bottom: 0.8rem;
}

/*3 split cotnent - Gold*/
.feature-section--section-intro.has-som-gold-background .section-intro__body:before {

  background-color: rgba(255, 186, 0, 0.8) !important;
}

.feature-section--section-intro.has-som-gold-background .section-intro__body {
  color: #202020;
}

.feature-section--section-intro.has-som-gold-background .section-intro__body:before {

  background-color: rgba(255, 186, 0, 0.8);
}

.feature-section--section-intro.has-som-gold-background .section-intro__body {
  color: #202020;
}

/*Visual Graphic Gold*/
.feature-section--vision-graphic .has-som-gold-background:before {
  background-color: rgba(255, 186, 0, 0.8) !important;
}

/*Hero Image Overlay*/
.hero.is-fullheight.hero-image {
  background-color: rgba(0, 80, 77, 0.82);
}

.deep-blue-and-light-teal .hero.is-fullheight.hero-image {
  background-color: rgba(11, 39, 81, 0.82);
}

.slate-blue-and-rose .hero.is-fullheight.hero-image {
  background-color: rgba(9, 77, 99, 0.82);
}

.maroon-and-tan .hero.is-fullheight.hero-image {
  background-color: rgba(97, 0, 31, 0.82);
}

.deep-purple-and-orange .hero.is-fullheight.hero-image {
  background-color: rgba(51, 1, 48, 0.82);
}

.hero:not([class*='-background']) {
  background-image: linear-gradient(19.5deg, #00504d, #525252);
}

.deep-blue-and-light-teal .hero:not([class*='-background']) {
  background-image: linear-gradient(19.5deg, #0b2751, #525252);
}

.slate-blue-and-rose .hero:not([class*='-background']) {
  background-image: linear-gradient(19.5deg, #094d63, #525252);
}

.maroon-and-tan .hero:not([class*='-background']) {
  background-image: linear-gradient(19.5deg, #61001f, #525252);
}

.deep-purple-and-orange .hero:not([class*='-background']) {
  background-image: linear-gradient(19.5deg, #330130, #525252);
}

/*Visual Graphic Updates*/
.feature-section--vision-graphic .columns .has-vision-graphic:before {
  left: -300%;
  width: 400%;
  right: auto;
}

.feature-section--vision-graphic .columns.pull-right .has-vision-graphic:before {
  right: -300%;
  width: 420%;
  left: auto;
}


/*Site Color - Seconday/Gold Color Updates*/
.deep-blue-and-light-teal .featured-programs-alt.color-has-secondary-background .program-card__ctas a {
  color: #0c6e6d;
}

.deep-blue-and-light-teal .featured-programs-alt.color-has-secondary-background .program-card__ctas a .icon {
  fill: #0c6e6d;
  stroke: #fff;
}

.deep-blue-and-light-teal .color-has-secondary-background .featured-programs-card-alt .program-card__ctas a.button {
  background-color: #0c6e6d;
  color: #fff;
}

.deep-blue-and-light-teal .color-has-secondary-background .featured-programs-card-alt .program-card__ctas a.button:hover {
  background-color: #0b2751;
}

.deep-blue-and-light-teal .color-has-secondary-background .featured-programs-card-alt .card__arrow .icon:before {
  background-color: #0c6e6d;
}

.deep-blue-and-light-teal .color-has-secondary-background .card--flat.has-border-primary .card__arrow span::before {
  background-color: #0c6e6d;
}

.deep-blue-and-light-teal .color-has-secondary-background .site-gateway__card--left.card--flat.has-border-primary:hover .card__arrow span::before {
  background-color: #fff;
}

.deep-blue-and-light-teal .color-has-secondary-background .site-gateway__card:hover,
.deep-blue-and-light-teal .color-has-secondary-background .site-gateway__card:active,
.deep-blue-and-light-teal .color-has-secondary-background .site-gateway__card:focus,
.deep-blue-and-light-teal .color-has-secondary-background .site-gateway__card--left:hover,
.deep-blue-and-light-teal .color-has-secondary-background .site-gateway__card--left:active,
.deep-blue-and-light-teal .color-has-secondary-background .site-gateway__card--left:focus {
  background-color: #0c6e6d;
}

.deep-blue-and-light-teal .color-has-secondary-background .card--flat.has-border-primary,
.deep-blue-and-light-teal .color-has-secondary-background .featured-programs-card-alt {
  border-bottom-color: #0c6e6d;
}

.deep-blue-and-light-teal .featured-programs-alt.color-has-som-gold-background .program-card__ctas a {
  color: #ffba00;
}

.deep-blue-and-light-teal .featured-programs-alt.color-has-som-gold-background .program-card__ctas a .icon {
  fill: #ffba00;
  stroke: #fff;
}

.deep-blue-and-light-teal .color-has-som-gold-background .card--flat:hover .card__arrow .icon svg,
.card--flat:focus .card__arrow .icon svg,
.card--flat:active .card__arrow .icon svg {
  fill: #fff;
}

.deep-blue-and-light-teal .color-has-som-gold-background .featured-programs-card-alt .program-card__ctas a.button {
  background-color: #ffba00;
  color: #202020;
}

.deep-blue-and-light-teal .color-has-som-gold-background .featured-programs-card-alt .program-card__ctas a.button:hover {
  background-color: #202020;
  color: #ffba00;
}

.deep-blue-and-light-teal .color-has-som-gold-background .featured-programs-card-alt .card__arrow .icon:before {
  background-color: #ffba00;
}

.deep-blue-and-light-teal .color-has-som-gold-background .card--flat.has-border-primary .card__arrow span::before {
  background-color: #ffba00;
}

.deep-blue-and-light-teal .color-has-som-gold-background .site-gateway__card--left.card--flat.has-border-primary:hover .card__arrow span::before {
  background-color: #202020;
}

.deep-blue-and-light-teal .color-has-som-gold-background .site-gateway__card:hover,
.deep-blue-and-light-teal .color-has-som-gold-background .site-gateway__card:active,
.deep-blue-and-light-teal .color-has-som-gold-background .site-gateway__card:focus,
.deep-blue-and-light-teal .color-has-som-gold-background .site-gateway__card--left:hover,
.deep-blue-and-light-teal .color-has-som-gold-background .site-gateway__card--left:active,
.deep-blue-and-light-teal .color-has-som-gold-background .site-gateway__card--left:focus {
  background-color: #ffba00;
}

.deep-blue-and-light-teal .color-has-som-gold-background .card--flat.has-border-primary,
.deep-blue-and-light-teal .color-has-som-gold-background .featured-programs-card-alt {
  border-bottom-color: #ffba00;
}

.slate-blue-and-rose .featured-programs-alt.color-has-secondary-background .program-card__ctas a {
  color: #770031;
}

.slate-blue-and-rose .featured-programs-alt.color-has-secondary-background .program-card__ctas a .icon {
  fill: #770031;
  stroke: #fff;
}

.slate-blue-and-rose .color-has-secondary-background .featured-programs-card-alt .program-card__ctas a.button {
  background-color: #770031;
  color: #fff;
}

.slate-blue-and-rose .color-has-secondary-background .featured-programs-card-alt .program-card__ctas a.button:hover {
  background-color: #094d63;
}

.slate-blue-and-rose .color-has-secondary-background .featured-programs-card-alt .card__arrow .icon:before {
  background-color: #770031;
}

.slate-blue-and-rose .color-has-secondary-background .card--flat.has-border-primary .card__arrow span::before {
  background-color: #770031;
}

.slate-blue-and-rose .color-has-secondary-background .site-gateway__card--left.card--flat.has-border-primary:hover .card__arrow span::before {
  background-color: #fff;
}

.slate-blue-and-rose .color-has-secondary-background .site-gateway__card:hover,
.slate-blue-and-rose .color-has-secondary-background .site-gateway__card:active,
.slate-blue-and-rose .color-has-secondary-background .site-gateway__card:focus,
.slate-blue-and-rose .color-has-secondary-background .site-gateway__card--left:hover,
.slate-blue-and-rose .color-has-secondary-background .site-gateway__card--left:active,
.slate-blue-and-rose .color-has-secondary-background .site-gateway__card--left:focus {
  background-color: #770031;
}

.slate-blue-and-rose .color-has-secondary-background .card--flat.has-border-primary,
.slate-blue-and-rose .color-has-secondary-background .featured-programs-card-alt {
  border-bottom-color: #770031;
}

.slate-blue-and-rose .featured-programs-alt.color-has-som-gold-background .program-card__ctas a {
  color: #ffba00;
}

.slate-blue-and-rose .featured-programs-alt.color-has-som-gold-background .program-card__ctas a .icon {
  fill: #ffba00;
  stroke: #fff;
}

.slate-blue-and-rose .color-has-som-gold-background .card--flat:hover .card__arrow .icon svg,
.card--flat:focus .card__arrow .icon svg,
.card--flat:active .card__arrow .icon svg {
  fill: #fff;
}

.slate-blue-and-rose .color-has-som-gold-background .featured-programs-card-alt .program-card__ctas a.button {
  background-color: #ffba00;
  color: #202020;
}

.slate-blue-and-rose .color-has-som-gold-background .featured-programs-card-alt .program-card__ctas a.button:hover {
  background-color: #202020;
  color: #ffba00;
}

.slate-blue-and-rose .color-has-som-gold-background .featured-programs-card-alt .card__arrow .icon:before {
  background-color: #ffba00;
}

.slate-blue-and-rose .color-has-som-gold-background .card--flat.has-border-primary .card__arrow span::before {
  background-color: #ffba00;
}

.slate-blue-and-rose .color-has-som-gold-background .site-gateway__card--left.card--flat.has-border-primary:hover .card__arrow span::before {
  background-color: #202020;
}

.slate-blue-and-rose .color-has-som-gold-background .site-gateway__card:hover,
.slate-blue-and-rose .color-has-som-gold-background .site-gateway__card:active,
.slate-blue-and-rose .color-has-som-gold-background .site-gateway__card:focus,
.slate-blue-and-rose .color-has-som-gold-background .site-gateway__card--left:hover,
.slate-blue-and-rose .color-has-som-gold-background .site-gateway__card--left:active,
.slate-blue-and-rose .color-has-som-gold-background .site-gateway__card--left:focus {
  background-color: #ffba00;
}

.slate-blue-and-rose .color-has-som-gold-background .card--flat.has-border-primary,
.slate-blue-and-rose .color-has-som-gold-background .featured-programs-card-alt {
  border-bottom-color: #ffba00;
}

.maroon-and-tan .featured-programs-alt.color-has-secondary-background .program-card__ctas a {
  color: #8c6239;
}

.maroon-and-tan .featured-programs-alt.color-has-secondary-background .program-card__ctas a .icon {
  fill: #8c6239;
  stroke: #fff;
}

.maroon-and-tan .color-has-secondary-background .featured-programs-card-alt .program-card__ctas a.button {
  background-color: #8c6239;
  color: #fff;
}

.maroon-and-tan .color-has-secondary-background .featured-programs-card-alt .program-card__ctas a.button:hover {
  background-color: #61001f;
}

.maroon-and-tan .color-has-secondary-background .featured-programs-card-alt .card__arrow .icon:before {
  background-color: #8c6239;
}

.maroon-and-tan .color-has-secondary-background .card--flat.has-border-primary .card__arrow span::before {
  background-color: #8c6239;
}

.maroon-and-tan .color-has-secondary-background .site-gateway__card--left.card--flat.has-border-primary:hover .card__arrow span::before {
  background-color: #fff;
}

.maroon-and-tan .color-has-secondary-background .site-gateway__card:hover,
.maroon-and-tan .color-has-secondary-background .site-gateway__card:active,
.maroon-and-tan .color-has-secondary-background .site-gateway__card:focus,
.maroon-and-tan .color-has-secondary-background .site-gateway__card--left:hover,
.maroon-and-tan .color-has-secondary-background .site-gateway__card--left:active,
.maroon-and-tan .color-has-secondary-background .site-gateway__card--left:focus {
  background-color: #8c6239;
}

.maroon-and-tan .color-has-secondary-background .card--flat.has-border-primary,
.maroon-and-tan .color-has-secondary-background .featured-programs-card-alt {
  border-bottom-color: #8c6239;
}

.maroon-and-tan .featured-programs-alt.color-has-som-gold-background .program-card__ctas a {
  color: #ffba00;
}

.maroon-and-tan .featured-programs-alt.color-has-som-gold-background .program-card__ctas a .icon {
  fill: #ffba00;
  stroke: #fff;
}

.maroon-and-tan .color-has-som-gold-background .card--flat:hover .card__arrow .icon svg,
.card--flat:focus .card__arrow .icon svg,
.card--flat:active .card__arrow .icon svg {
  fill: #fff;
}

.maroon-and-tan .color-has-som-gold-background .featured-programs-card-alt .program-card__ctas a.button {
  background-color: #ffba00;
  color: #202020;
}

.maroon-and-tan .color-has-som-gold-background .featured-programs-card-alt .program-card__ctas a.button:hover {
  background-color: #202020;
  color: #ffba00;
}

.maroon-and-tan .color-has-som-gold-background .featured-programs-card-alt .card__arrow .icon:before {
  background-color: #ffba00;
}

.maroon-and-tan .color-has-som-gold-background .card--flat.has-border-primary .card__arrow span::before {
  background-color: #ffba00;
}

.maroon-and-tan .color-has-som-gold-background .site-gateway__card--left.card--flat.has-border-primary:hover .card__arrow span::before {
  background-color: #202020;
}

.maroon-and-tan .color-has-som-gold-background .site-gateway__card:hover,
.maroon-and-tan .color-has-som-gold-background .site-gateway__card:active,
.maroon-and-tan .color-has-som-gold-background .site-gateway__card:focus,
.maroon-and-tan .color-has-som-gold-background .site-gateway__card--left:hover,
.maroon-and-tan .color-has-som-gold-background .site-gateway__card--left:active,
.maroon-and-tan .color-has-som-gold-background .site-gateway__card--left:focus {
  background-color: #ffba00;
}

.maroon-and-tan .color-has-som-gold-background .card--flat.has-border-primary,
.maroon-and-tan .color-has-som-gold-background .featured-programs-card-alt {
  border-bottom-color: #ffba00;
}

.deep-purple-and-orange .featured-programs-alt.color-has-secondary-background .program-card__ctas a {
  color: #BA5400;
}

.deep-purple-and-orange .featured-programs-alt.color-has-secondary-background .program-card__ctas a .icon {
  fill: #BA5400;
  stroke: #fff;
}

.deep-purple-and-orange .color-has-secondary-background .featured-programs-card-alt .program-card__ctas a.button {
  background-color: #BA5400;
  color: #fff;
}

.deep-purple-and-orange .color-has-secondary-background .featured-programs-card-alt .program-card__ctas a.button:hover {
  background-color: #330130;
}

.deep-purple-and-orange .color-has-secondary-background .featured-programs-card-alt .card__arrow .icon:before {
  background-color: #BA5400;
}

.deep-purple-and-orange .color-has-secondary-background .card--flat.has-border-primary .card__arrow span::before {
  background-color: #BA5400;
}

.deep-purple-and-orange .color-has-secondary-background .site-gateway__card--left.card--flat.has-border-primary:hover .card__arrow span::before {
  background-color: #fff;
}

.deep-purple-and-orange .color-has-secondary-background .site-gateway__card:hover,
.deep-purple-and-orange .color-has-secondary-background .site-gateway__card:active,
.deep-purple-and-orange .color-has-secondary-background .site-gateway__card:focus,
.deep-purple-and-orange .color-has-secondary-background .site-gateway__card--left:hover,
.deep-purple-and-orange .color-has-secondary-background .site-gateway__card--left:active,
.deep-purple-and-orange .color-has-secondary-background .site-gateway__card--left:focus {
  background-color: #BA5400;
}

.deep-purple-and-orange .color-has-secondary-background .card--flat.has-border-primary,
.deep-purple-and-orange .color-has-secondary-background .featured-programs-card-alt {
  border-bottom-color: #BA5400;
}

.deep-purple-and-orange .featured-programs-alt.color-has-som-gold-background .program-card__ctas a {
  color: #ffba00;
}

.deep-purple-and-orange .featured-programs-alt.color-has-som-gold-background .program-card__ctas a .icon {
  fill: #ffba00;
  stroke: #fff;
}

.deep-purple-and-orange .color-has-som-gold-background .card--flat:hover .card__arrow .icon svg,
.card--flat:focus .card__arrow .icon svg,
.card--flat:active .card__arrow .icon svg {
  fill: #fff;
}

.deep-purple-and-orange .color-has-som-gold-background .featured-programs-card-alt .program-card__ctas a.button {
  background-color: #ffba00;
  color: #202020;
}

.deep-purple-and-orange .color-has-som-gold-background .featured-programs-card-alt .program-card__ctas a.button:hover {
  background-color: #202020;
  color: #ffba00;
}

.deep-purple-and-orange .color-has-som-gold-background .featured-programs-card-alt .card__arrow .icon:before {
  background-color: #ffba00;
}

.deep-purple-and-orange .color-has-som-gold-background .card--flat.has-border-primary .card__arrow span::before {
  background-color: #ffba00;
}

.deep-purple-and-orange .color-has-som-gold-background .site-gateway__card--left.card--flat.has-border-primary:hover .card__arrow span::before {
  background-color: #202020;
}

.deep-purple-and-orange .color-has-som-gold-background .site-gateway__card:hover,
.deep-purple-and-orange .color-has-som-gold-background .site-gateway__card:active,
.deep-purple-and-orange .color-has-som-gold-background .site-gateway__card:focus,
.deep-purple-and-orange .color-has-som-gold-background .site-gateway__card--left:hover,
.deep-purple-and-orange .color-has-som-gold-background .site-gateway__card--left:active,
.deep-purple-and-orange .color-has-som-gold-background .site-gateway__card--left:focus {
  background-color: #ffba00;
}

.deep-purple-and-orange .color-has-som-gold-background .card--flat.has-border-primary,
.deep-purple-and-orange .color-has-som-gold-background .featured-programs-card-alt {
  border-bottom-color: #ffba00;
}

/*Seconday/Gold Color Updates - Gallery*/
.deep-blue-and-light-teal .color-has-secondary-background.video-gallery-feature .video-slider-card .card-content__controls {
  background-color: #0c6e6d;
}

.deep-blue-and-light-teal .color-has-secondary-background.video-gallery-feature .video-slider-card .card-content__controls:hover {
  background-color: #0a5c5a;
}

.deep-blue-and-light-teal .color-has-som-gold-background.video-gallery-feature .video-slider-card .card-content__controls {
  background-color: #ffba00;
  color: #202020;
}

.deep-blue-and-light-teal .color-has-som-gold-background.video-gallery-feature .video-slider-card .card-content__controls:hover {
  background-color: #e6a800;
}

.slate-blue-and-rose .color-has-secondary-background.video-gallery-feature .video-slider-card .card-content__controls {
  background-color: #770031;
}

.slate-blue-and-rose .color-has-secondary-background.video-gallery-feature .video-slider-card .card-content__controls:hover {
  background-color: #66002b;
}

.slate-blue-and-rose .color-has-som-gold-background.video-gallery-feature .video-slider-card .card-content__controls {
  background-color: #ffba00;
  color: #202020;
}

.slate-blue-and-rose .color-has-som-gold-background.video-gallery-feature .video-slider-card .card-content__controls:hover {
  background-color: #e6a800;
}

.maroon-and-tan .color-has-secondary-background.video-gallery-feature .video-slider-card .card-content__controls {
  background-color: #8c6239;
}

.maroon-and-tan .color-has-secondary-background.video-gallery-feature .video-slider-card .card-content__controls:hover {
  background-color: #7f5934;
}

.maroon-and-tan .color-has-som-gold-background.video-gallery-feature .video-slider-card .card-content__controls {
  background-color: #ffba00;
  color: #202020;
}

.maroon-and-tan .color-has-som-gold-background.video-gallery-feature .video-slider-card .card-content__controls:hover {
  background-color: #e6a800;
}

.deep-purple-and-orange .color-has-secondary-background.video-gallery-feature .video-slider-card .card-content__controls {
  background-color: #BA5400;
}

.deep-purple-and-orange .color-has-secondary-background.video-gallery-feature .video-slider-card .card-content__controls:hover {
  background-color: #994500;
}

.deep-purple-and-orange .color-has-som-gold-background.video-gallery-feature .video-slider-card .card-content__controls {
  background-color: #ffba00;
  color: #202020;
}

.deep-purple-and-orange .color-has-som-gold-background.video-gallery-feature .video-slider-card .card-content__controls:hover {
  background-color: #e6a800;
}

/*Message to the dean - Seconday/Gold*/
.deep-blue-and-light-teal .color-has-secondary-background.deans-message-feature .deans-message>.image-overlay {
  background-color: rgba(12, 110, 109, 0.82);
}

.deep-blue-and-light-teal .color-has-secondary-background.deans-message-feature a:hover,
.deep-blue-and-light-teal .color-has-secondary-background.deans-message-feature a:active,
.deep-blue-and-light-teal .color-has-secondary-background.deans-message-feature a:focus {
  color: #0b2751;
}

.deep-blue-and-light-teal .color-has-som-gold-background.deans-message-feature .deans-message>.image-overlay {
  background-color: rgba(255, 186, 0, 0.82);
  color: #202020;
}

.deep-blue-and-light-teal .color-has-som-gold-background.deans-message-feature a,
.deep-blue-and-light-teal .color-has-som-gold-background.deans-message-feature a:hover,
.deep-blue-and-light-teal .color-has-som-gold-background.deans-message-feature a:active,
.deep-blue-and-light-teal .color-has-som-gold-background.deans-message-feature a:focus {
  color: #202020;
}

.deep-blue-and-light-teal .deans-message-feature.color-has-som-gold-background .deans-message__content .deans-message {
  color: #202020;
}

.deep-blue-and-light-teal .deans-message-feature.color-has-som-gold-background .deans-message .icon.icon--svg.has-icon-white {
  fill: #202020;
  stroke: #202020;
}

.deep-blue-and-light-teal .deans-message-feature.color-has-som-gold-background .deans-message__content .deans-message h2>span,
.deep-blue-and-light-teal .deans-message-feature.color-has-som-gold-background .deans-message__content .deans-message h3>span,
.deep-blue-and-light-teal .deans-message-feature.color-has-som-gold-background .deans-message__content .deans-message h4>span,
.deep-blue-and-light-teal .deans-message-feature.color-has-som-gold-background .deans-message__content .deans-message h5>span {
  border-bottom: 2px solid #202020;
}

.slate-blue-and-rose .color-has-secondary-background.deans-message-feature .deans-message>.image-overlay {
  background-color: rgba(119, 0, 49, 0.82);
}

.slate-blue-and-rose .color-has-secondary-background.deans-message-feature a:hover,
.slate-blue-and-rose .color-has-secondary-background.deans-message-feature a:active,
.slate-blue-and-rose .color-has-secondary-background.deans-message-feature a:focus {
  color: #094d63;
}

.slate-blue-and-rose .color-has-som-gold-background.deans-message-feature .deans-message>.image-overlay {
  background-color: rgba(255, 186, 0, 0.82);
  color: #202020;
}

.slate-blue-and-rose .color-has-som-gold-background.deans-message-feature a,
.slate-blue-and-rose .color-has-som-gold-background.deans-message-feature a:hover,
.slate-blue-and-rose .color-has-som-gold-background.deans-message-feature a:active,
.slate-blue-and-rose .color-has-som-gold-background.deans-message-feature a:focus {
  color: #202020;
}

.slate-blue-and-rose .deans-message-feature.color-has-som-gold-background .deans-message__content .deans-message {
  color: #202020;
}

.slate-blue-and-rose .deans-message-feature.color-has-som-gold-background .deans-message .icon.icon--svg.has-icon-white {
  fill: #202020;
  stroke: #202020;
}

.slate-blue-and-rose .deans-message-feature.color-has-som-gold-background .deans-message__content .deans-message h2>span,
.slate-blue-and-rose .deans-message-feature.color-has-som-gold-background .deans-message__content .deans-message h3>span,
.slate-blue-and-rose .deans-message-feature.color-has-som-gold-background .deans-message__content .deans-message h4>span,
.slate-blue-and-rose .deans-message-feature.color-has-som-gold-background .deans-message__content .deans-message h5>span {
  border-bottom: 2px solid #202020;
}

.maroon-and-tan .color-has-secondary-background.deans-message-feature .deans-message>.image-overlay {
  background-color: rgba(140, 98, 57, 0.82);
}

.maroon-and-tan .color-has-secondary-background.deans-message-feature a:hover,
.maroon-and-tan .color-has-secondary-background.deans-message-feature a:active,
.maroon-and-tan .color-has-secondary-background.deans-message-feature a:focus {
  color: #61001f;
}

.maroon-and-tan .color-has-som-gold-background.deans-message-feature .deans-message>.image-overlay {
  background-color: rgba(255, 186, 0, 0.82);
  color: #202020;
}

.maroon-and-tan .color-has-som-gold-background.deans-message-feature a,
.maroon-and-tan .color-has-som-gold-background.deans-message-feature a:hover,
.maroon-and-tan .color-has-som-gold-background.deans-message-feature a:active,
.maroon-and-tan .color-has-som-gold-background.deans-message-feature a:focus {
  color: #202020;
}

.maroon-and-tan .deans-message-feature.color-has-som-gold-background .deans-message__content .deans-message {
  color: #202020;
}

.maroon-and-tan .deans-message-feature.color-has-som-gold-background .deans-message .icon.icon--svg.has-icon-white {
  fill: #202020;
  stroke: #202020;
}

.maroon-and-tan .deans-message-feature.color-has-som-gold-background .deans-message__content .deans-message h2>span,
.maroon-and-tan .deans-message-feature.color-has-som-gold-background .deans-message__content .deans-message h3>span,
.maroon-and-tan .deans-message-feature.color-has-som-gold-background .deans-message__content .deans-message h4>span,
.maroon-and-tan .deans-message-feature.color-has-som-gold-background .deans-message__content .deans-message h5>span {
  border-bottom: 2px solid #202020;
}

.deep-purple-and-orange .color-has-secondary-background.deans-message-feature .deans-message>.image-overlay {
  background-color: rgba(186, 84, 0, 0.82);
}

.deep-purple-and-orange .color-has-secondary-background.deans-message-feature a:hover,
.deep-purple-and-orange .color-has-secondary-background.deans-message-feature a:active,
.deep-purple-and-orange .color-has-secondary-background.deans-message-feature a:focus {
  color: #330130;
}

.deep-purple-and-orange .color-has-som-gold-background.deans-message-feature .deans-message>.image-overlay {
  background-color: rgba(255, 186, 0, 0.82);
  color: #202020;
}

.deep-purple-and-orange .color-has-som-gold-background.deans-message-feature a,
.deep-purple-and-orange .color-has-som-gold-background.deans-message-feature a:hover,
.deep-purple-and-orange .color-has-som-gold-background.deans-message-feature a:active,
.deep-purple-and-orange .color-has-som-gold-background.deans-message-feature a:focus {
  color: #202020;
}

.deep-purple-and-orange .deans-message-feature.color-has-som-gold-background .deans-message__content .deans-message {
  color: #202020;
}

.deep-purple-and-orange .deans-message-feature.color-has-som-gold-background .deans-message .icon.icon--svg.has-icon-white {
  fill: #202020;
  stroke: #202020;
}

.deep-purple-and-orange .deans-message-feature.color-has-som-gold-background .deans-message__content .deans-message h2>span,
.deep-purple-and-orange .deans-message-feature.color-has-som-gold-background .deans-message__content .deans-message h3>span,
.deep-purple-and-orange .deans-message-feature.color-has-som-gold-background .deans-message__content .deans-message h4>span,
.deep-purple-and-orange .deans-message-feature.color-has-som-gold-background .deans-message__content .deans-message h5>span {
  border-bottom: 2px solid #202020;
}


/*3 Action Boxes - Secondary/Gold*/
.deep-blue-and-light-teal .color-has-secondary-background.plain-cards-feature .cards-columns .column:nth-child(odd) .card-content {
  background-color: #0c6e6d;
}

.deep-blue-and-light-teal .color-has-secondary-background.plain-cards-feature .cards-columns .column:nth-child(even) .card-content {
  background-color: #0b2751;
}

.slate-blue-and-rose .color-has-secondary-background.plain-cards-feature .cards-columns .column:nth-child(odd) .card-content {
  background-color: #770031;
}

.slate-blue-and-rose .color-has-secondary-background.plain-cards-feature .cards-columns .column:nth-child(even) .card-content {
  background-color: #094d63;
}

.maroon-and-tan .color-has-secondary-background.plain-cards-feature .cards-columns .column:nth-child(even) .card-content {
  background-color: #8c6239;
}

.maroon-and-tan .color-has-secondary-background.plain-cards-feature .cards-columns .column:nth-child(odd) .card-content {
  background-color: #61001f;
}

.deep-purple-and-orange .color-has-secondary-background.plain-cards-feature .cards-columns .column:nth-child(even) .card-content {
  background-color: #BA5400;
}

.deep-purple-and-orange .color-has-secondary-background.plain-cards-feature .cards-columns .column:nth-child(odd) .card-content {
  background-color: #330130;
}


.deep-blue-and-light-teal .color-has-secondary-background.plain-cards-feature .cards-columns .column:nth-child(even) .button {
  color: #0b2751;
}

.deep-blue-and-light-teal .color-has-secondary-background.plain-cards-feature .cards-columns .column:nth-child(odd) .button {
  color: #0c6e6d;
}

.slate-blue-and-rose .color-has-secondary-background.plain-cards-feature .cards-columns .column:nth-child(even) .button {
  color: #094d63;
}

.slate-blue-and-rose .color-has-secondary-background.plain-cards-feature .cards-columns .column:nth-child(odd) .button {
  color: #770031;
}

.maroon-and-tan .color-has-secondary-background.plain-cards-feature .cards-columns .column:nth-child(even) .button {
  color: #61001f;
}

.maroon-and-tan .color-has-secondary-background.plain-cards-feature .cards-columns .column:nth-child(odd) .button {
  color: #8c6239;
}

.deep-purple-and-orange .color-has-secondary-background.plain-cards-feature .cards-columns .column:nth-child(even) .button {
  color: #BA5400;
}

.deep-purple-and-orange .color-has-secondary-background.plain-cards-feature .cards-columns .column:nth-child(odd) .button {
  color: #330130;
}


.color-has-som-gold-background.plain-cards-feature .cards-columns .column:nth-child(even) .button {
  color: #ffba00 !important;
}

.color-has-som-gold-background.plain-cards-feature .cards-columns .column:nth-child(even) .button:hover {
  background-color: #ffba00 !important;
  color: #202020 !important;
}

.color-has-som-gold-background.plain-cards-feature .cards-columns .column:nth-child(odd) .button {
  color: #202020 !important;
}

.color-has-som-gold-background.plain-cards-feature .cards-columns .column:nth-child(odd) .button:hover {
  background-color: #202020 !important;
  color: #ffba00 !important;
}

.color-has-som-gold-background.plain-cards-feature .cards-columns .column:nth-child(even) .card-content {
  background-color: #202020 !important;
}

.color-has-som-gold-background.plain-cards-feature .cards-columns .column:nth-child(odd) .card-content {
  background-color: #ffba00 !important;
}

/*Featur Programs - Gold Secondary*/
.deep-blue-and-light-teal .color-has-secondary-background .featured-programs-card:hover .card-content,
.deep-blue-and-light-teal .color-has-secondary-background .featured-programs-card:active .card-content,
.deep-blue-and-light-teal .color-has-secondary-background .featured-programs-card:focus .card-content {
  background-color: rgba(12, 110, 109, 0.82);
}

.slate-blue-and-rose .color-has-secondary-background .featured-programs-card:hover .card-content,
.slate-blue-and-rose .color-has-secondary-background .featured-programs-card:active .card-content,
.slate-blue-and-rose .color-has-secondary-background .featured-programs-card:focus .card-content {
  background-color: rgba(119, 0, 49, 0.82);
}

.maroon-and-tan .color-has-secondary-background .featured-programs-card:hover .card-content,
.maroon-and-tan .color-has-secondary-background .featured-programs-card:active .card-content,
.maroon-and-tan .color-has-secondary-background .featured-programs-card:focus .card-content {
  background-color: rgba(140, 98, 57, 0.82);
}

.deep-purple-and-orange .color-has-secondary-background .featured-programs-card:hover .card-content,
.deep-purple-and-orange .color-has-secondary-background .featured-programs-card:active .card-content,
.deep-purple-and-orange .color-has-secondary-background .featured-programs-card:focus .card-content {
  background-color: rgba(186, 84, 0, 0.82);
}

.color-has-som-gold-background .featured-programs-card:hover .card-content,
.deep-purple-and-orange .color-has-som-gold-background .featured-programs-card:active .card-content,
.deep-purple-and-orange .color-has-som-gold-background .featured-programs-card:focus .card-content {
  background-color: rgba(255, 186, 0, 0.82) !important;
}

.navbar-item.som-logo {
  max-width: none;
}

@media screen and (min-width: 1024px) {
  .navbar-item.som-logo {
    max-width: 265px !important;
  }
}

.emptyp {
  background-color: red;
}


.navbar-dropdown.has-feature .card-content {
  height: 100%;
}

.secondary-navigation .navbar-item {
  text-decoration: none;
}

.slick-dots-container {
  display: none;
}

/*Mega Menu Borders - Site Colors*/
.main-navigation__menu .navbar-dropdown,
.main-navigation__menu {
  border-color: #00504d;
}

.deep-blue-and-light-teal .main-navigation__menu .navbar-dropdown,
.deep-blue-and-light-teal .main-navigation__menu {
  border-color: #0b2751;
}

.slate-blue-and-rose .main-navigation__menu .navbar-dropdown,
.slate-blue-and-rose .main-navigation__menu {
  border-color: #094d63;
}

.maroon-and-tan .main-navigation__menu .navbar-dropdown,
.maroon-and-tan .main-navigation__menu {
  border-color: #61001f;
}

.deep-purple-and-orange .main-navigation__menu .navbar-dropdown,
.deep-purple-and-orange .main-navigation__menu {
  border-color: #330130;
}

@media screen and (max-width: 1023px) {
  .main-navigation__menu .navbar-link--main {
    border-color: #00504d;
  }

  .deep-blue-and-light-teal .main-navigation__menu .navbar-link--main {
    border-color: #0b2751;
  }

  .slate-blue-and-rose .main-navigation__menu .navbar-link--main {
    border-color: #094d63;
  }

  .maroon-and-tan .main-navigation__menu .navbar-link--main {
    border-color: #61001f;
  }

  .deep-purple-and-orange .main-navigation__menu .navbar-link--main {
    border-color: #330130;
  }
}


/*Dean's Message mobile overlay*/

@media screen and (min-width: 0px) {

  .inner-page-nav ul>li>a:focus,
  .inner-page-nav ul>li:focus-within,
  .inner-page-nav ul>li>a:hover,
  .inner-page-nav ul>li:hover {
    background-color: #00504d;
    color: #fff;
  }


  .deep-blue-and-light-teal .inner-page-nav ul>li>a:focus,
  .deep-blue-and-light-teal .inner-page-nav ul>li:focus-within,
  .deep-blue-and-light-teal .inner-page-nav ul>li>a:hover,
  .deep-blue-and-light-teal .inner-page-nav ul>li:hover {
    background-color: #0b2751;
    color: #fff;
  }

  .slate-blue-and-rose .inner-page-nav ul>li>a:focus,
  .slate-blue-and-rose .inner-page-nav ul>li:focus-within,
  .slate-blue-and-rose .inner-page-nav ul>li>a:hover,
  .slate-blue-and-rose .inner-page-nav ul>li:hover {
    background-color: #094d63;
    color: #fff;
  }

  .maroon-and-tan .inner-page-nav ul>li>a:focus,
  .maroon-and-tan .inner-page-nav ul>li:focus-within,
  .maroon-and-tan .inner-page-nav ul>li>a:hover,
  .maroon-and-tan .inner-page-nav ul>li:hover {
    background-color: #61001f;
    color: #fff;
  }

  .deep-purple-and-orange .inner-page-nav ul>li>a:focus,
  .deep-purple-and-orange .inner-page-nav ul>li:focus-within,
  .deep-purple-and-orange .inner-page-nav ul>li>a:hover,
  .deep-purple-and-orange .inner-page-nav ul>li:hover {
    background-color: #330130;
    color: #fff;
  }
}

.navbar-dropdown a {
  text-decoration: none !important;
}

.navbar-dropdown a:hover {
  text-decoration: underline !important;
}

section.deans-message-feature {
  padding-top: 2.5rem;
}

.news-and-events-feature .plugin-vcu-news-items {
  display: block;
}

.news-and-events-feature .plugin-vcu-news-item {
  display: inline-block;
}

.navbar-link.navbar-link--main span.icon {
  position: relative;
  z-index: 100;
  /*changed from 1000 to 100 on 2/11/2019 by agcarroll*/
}

.main-navigation .navbar-brand .som-logo,
.main-navigation .navbar-brand .som-logo a {
  position: relative !important;
  z-index: 500001 !important;
}

.section__title__outer-wrap {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  #toTop:hover {
    cursor: pointer;
    background: #000;
    fill: #fff;
  }

  #toTop {
    position: fixed;
    left: 8%;
    bottom: 50px;
    color: #fff;
    border-radius: 50%;
    background: #ffba00;
    z-index: 20;
    transform: rotate(-90deg);
    padding: 20px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    fill: #000;
    visibility: hidden;
    opacity: 0;
  }

  #toTop.show {
    visibility: visible !important;
    opacity: 1 !important;
  }

  #toTop span.icon {
    display: block;
    fill: inherit;
  }
}

@media screen and (max-width: 1023px) {
  #toTop.show {
    display: none;
  }
}

main.news-content div.video {
  max-width: 100% !important;
}

main.news-content div.table {}

main.news-content div.table div.table-row {
  width: 100%;
  display: inline-block;
  border: solid 1px black;
  margin: 1px;
}

main.news-content div.table div.table-row div.table-data {
  text-align: center;
  display: inline-block;
  margin: 1%;
}

main.news-content div.table-data.column-3 {
  width: 30% !important;
}

/* nhellenbrand on 3/12/19 for removing button native styling */
div.plugin-accordion-heading button {
  border: inherit;
  padding: 0;
  background: inherit;
  color: inherit;
  font-size: inherit;
}

/* nhellenbarand on 4/16/19 to remove the duplicate content on Expertise page */
.profile-pop-up:nth-of-type(2) {
  display: none;
}

/*agcarroll on 05/01/19 to center the events feed on biostatistics site*/
table#cal_xml_feed {
  margin: 0px auto;
}


/*agcarroll on 7/31/2019*/
fieldset {
  border: 0px;
  padding: 7px;
}

section.has-light-background a.button:focus {
  color: #fff;
}

a.button {
  color: #fff;
}

/*agcarroll on 11/8/2019* VCUSOM News content type enhancements*/

div.calloutbox;

p.calloutbox {
  width: 300px;
}

p.fac_intro img {
  max-width: 400px;
}

/*rccarroll on 12/19/19 to unwrap the Educational Programs Heading on Ortho's About page */
h1>span.unwrappedHeader {
  white-space: nowrap;
}

/*rccarroll on 12/19/19 to add a full-width image to General Text */
div.fullWidthImg>* {
  width: 100% !important;
}

/*rccarroll on 12/19/19 to make images full width at a certain viewport width */
@media screen and (max-width: 400px) {
  div.general-content__wrap img {
    width: 100% !important;
  }
}

.footer__social-icons .icon.icon--svg svg,
.main-navigation__search-toggle .icon.icon--svg svg,
.slick-arrow .icon.icon--svg svg,
.discovery-feature__slider__controls.slider__controls .icon.icon--svg svg,
.news-slider__controls.slider__controls .icon.icon--svg svg,
.addthis_toolbox .icon.icon--svg svg,
.video-slider__play .icon.icon--svg svg {
  max-height: none;
}

/*rccarroll on 1/31/20 to make VCUSOM Feature Programs - In Dev display title and content properly */
.image-overlay-title {
  position: absolute;
  bottom: 0;
  right: 0.809rem;
  color: white !important;
  font-size: 1.953rem !important;
}

.card-hover:not(:hover) .card-content {
  opacity: 0;
}

.card-hover:hover .image-overlay-title {
  opacity: 0;
}

/*rccarroll on 2/19/20 to style Match Day Story Page */

.matchDay {
  display: flex;
}

.matchDay-content {
  flex: 2;
  margin-right: 100px;
  hyphens: none;
}

.matchDay-content h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: hsl(0, 0%, 25%);
}

.matchDay-sideBar {
  flex: 1
}

.matchDay-sideBar .calloutbox {
  margin-top: 56px;
  margin-bottom: 200px;
  border-left: 5px solid hsla(178, 100%, 16%, 0.52);
  padding-left: 30px;
}

.matchDay-sideBar .calloutbox h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: .5rem;
}

.matchDay-sideBar .calloutbox ul {
  list-style: none;
  padding: 0;
  font-size: 18px;
}

.matchDay-sideBar li {
  transition: all .15s ease-in-out;
  cursor: pointer;
}

.matchDay-sideBar li:hover {
  padding-left: 5px;
}

.matchDay-sideBar img {
  border-radius: 3px;
  box-shadow: 0px 0px 20px hsla(0, 0%, 0%, .2);
}

.matchDay-sideBar div img+p {
  font-size: 14px;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid hsla(178, 100%, 16%, 0.2);
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .matchDay {
    flex-direction: column-reverse;
  }

  .matchDay-content {
    margin: 20px 0px 0px 0px;
  }

  .matchDay-sideBar .calloutbox {
    margin: 0;
  }

  .matchDay-sideBar .calloutbox ul {
    display: flex;
    flex-direction: column;
  }

  .matchDay-sideBar .calloutbox li:not(:first-child) {
    margin-top: 10px
  }

  .matchDay-sideBar img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
  }

}

/* rccarroll on 3/10/20 to fix spacing in mobile navbar */

@media screen and (max-width: 420px) {

  .main-navigation .navbar-brand .som-logo,
  .main-navigation .navbar-brand .som-logo a {
    max-width: 52vw;
  }
}

/* rccarroll on 3/23/20 for Match List 2020 */

.dataTables_wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 1rem 3rem 5rem 3rem;
  letter-spacing: 1px;
}

.dataTables_length {
  position: sticky;
  top: 0px;
  flex: 50%;
  margin: 0 -20px;
  background: white;
  padding: 30px 20px;
  font-size: 16px;
}

.dataTables_filter {
  position: sticky;
  top: 0px;
  flex: 50%;
  margin: 0 -20px;
  background: white;
  padding: 30px 20px;
  text-align: right;
  font-size: 16px;

}

.dataTables_filter input {
  transition: all .15s ease-in-out;
  margin-left: 5px;
  border: none;
  border-bottom: 1px solid grey;
  font-size: 16px;
}

.dataTables_filter input:focus {
  border-color: hsla(178, 40%, 50%, 1);
}

.dataTable {
  flex-basis: 100%;
  margin-bottom: 50px;
}

.dataTable thead>tr {
  margin-bottom: 5px;
  border-bottom: 1px solid grey;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: hsl(0, 0%, 25%);
  text-transform: uppercase;
}

.dataTable thead>tr>td {
  transition: all .15s ease-in-out;
}

.dataTable thead>tr>td:hover {
  color: grey;
}

.dataTable tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
}

.dataTable tr>td:first-child,
.dataTable tr>th:first-child {
  text-align: start;
}

.dataTable tr>td:nth-child(2),
.dataTable tr>th:nth-child(2) {
  text-align: center;
}

.dataTable tr>td:nth-child(3),
.dataTable tr>th:nth-child(3) {
  text-align: end;
}

.dataTable tbody tr {
  margin: 0px -20px;
  margin-top: 15px;
  font-size: 18px;
  padding: 15px 20px;
}

/* .dataTable tr td:nth-child(4),
.dataTable tr td:nth-child(5) {
  display: none;
} */

.dataTable tbody tr:nth-child(even) {
  transition: background-color .15s ease-in-out;
  background-color: hsla(178, 40%, 80%, 1);
  border-radius: 10px;
}

.dataTable tbody tr:nth-child(even):hover {
  background-color: hsla(178, 40%, 85%, 1);
}

.dataTable tbody tr:nth-child(odd) {
  padding: 0 20px;
}


.dataTables_info {
  flex-basis: 50%;
  font-size: 16px;
}

.dataTables_paginate {
  flex-basis: 50%;
  text-align: right;
  font-size: 16px;
}

.dataTables_paginate>*:not(:first-child) {
  margin-left: 10px;
}


@media screen and (max-width: 720px) {

  .dataTables_wrapper {
    padding: 10px 0px 50px 0px;
  }

  .dataTables_filter {
    padding: 0px 15px 15px 0px;
  }

  .dataTables_filter label {
    font-size: 14px;
  }

  .dataTable thead>tr {
    font-size: 14px;
  }

  .dataTable tbody>tr {
    font-size: 13px;
  }

  .dataTables_info {
    flex-basis: 100%;
    font-size: 14px;
  }

}

/* rccarroll on 4/13/20 to fix contrast on purple/orange color scheme */
.deep-purple-and-orange .plain-cards-feature .cards-columns .column:nth-child(2n+1) .button {
  color: black;
}

.deep-purple-and-orange .plain-cards-feature .cards-columns .column:nth-child(2n+1) .button:hover {
  color: black;
}

a.navbar-link.navbar-link--main.is-active {
  color: #fff;
}


/* rccarroll on 5/28/20 to remove underline on Feature Cards text after refactor */
.site-gateways__cards .card__anchor,
.site-gateways__cards .card__anchor:hover {
  text-decoration: none;
}

/* rccarroll on 10/19/20 - added "max-height: 50px;" to eliminate mobile issue for .som-lightbox__close */
/*nhellenbrand 6/16/20 to help spacing on full width pages for news slider*/
[id^=vcusom-fullwidth] .column.discovery-slider__slide.slick-slide {
  max-height: 400px !important;
}

/*nhellenbrand 8/12/2020 MDPHD Page css issues fix*/
body#vcusom-inner-88210 div.bio-entry {
  clear: both;
}

body#vcusom-inner-88210 section.som-profile-section[aria-label=site-profiles-344710] {
  visibility: hidden;
  position: absolute;
}

body#vcusom-inner-88210 p.fac_dep {
  display: none;
}

body#vcusom-inner-88210 div.bio-entry div {
  width: 300px;
  height: 400px;
  background-size: cover;
  border: 1px solid #000000;
  padding: 7px;
  margin: 0px 10px 10px;
  float: left;
  background-position: center;
  background-clip: content-box;
}

body#vcusom-inner-88210 div.bio-entry p {
  overflow: hidden;
}

body#vcusom-inner-88210 p.fac_intro img {
  display: none;
}

body#vcusom-inner-88210 span#scores img {
  width: 33%;
  height: auto;
}

body#vcusom-inner-88210 div.plugin-accordion-body iframe {}

body#vcusom-inner-88210 a.button,
body#vcusom-inner-88210 section.photo-gallery-feature {
  display: none;
}

body#vcusom-inner-88210 table {
  width: 100%;
}

body#vcusom-inner-88210 table p {
  text-align: center;
}

body#vcusom-inner-88210 table tr.table-head {
  background-color: #bfbfbf;
}

body#vcusom-inner-88210 span.caption {
  width: 400px;
  height: auto;
  padding: 7px;
  margin: 0px auto;
  float: right;
  font-size: 0.7em;
}

body#vcusom-inner-88210 .video-slider-feature.has-black-background>.container>.columns {
  background: rgba(70, 70, 70, 0.75);
}

@media screen and (max-width: 767px) {
  body#vcusom-inner-88210 div.bio-entry div {
    width: 100%;
    margin: 0 auto;
  }
}

body#vcusom-inner-88210 div#d.en.315455:parent,
body#vcusom-inner-88210 div#d.en.315452:parent,
body#vcusom-inner-88210 div#d.en.315450:parent,
body#vcusom-inner-88210 div#d.en.315448:parent,
body#vcusom-inner-88210 a#d.en.315446:parent,
body#vcusom-inner-88210 div#d.en.315436:parent,
body#vcusom-inner-88210 div#d.en.315435:parent,
body#vcusom-inner-88210 div#d.en.315434:parent,
body#vcusom-inner-88210 div#d.en.315430:parent,
body#vcusom-inner-88210 div#d.en.315429:parent,
body#vcusom-inner-88210 div#d.en.315428:parent,
body#vcusom-inner-88210 div#d.en.315425:parent,
body#vcusom-inner-88210 div#d.en.315423:parent,
body#vcusom-inner-88210 div#d.en.315421:parent,
body#vcusom-inner-88210 div#d.en.315201:parent,
body#vcusom-inner-88210 div#d.en.315169:parent,
body#vcusom-inner-88210 div#d.en.315118:parent,
body#vcusom-inner-88210 div#d.en.315115:parent,
body#vcusom-inner-88210 div#d.en.351064:parent {
  display: none;
}

body#vcusom-fullwidth-98666 section#content-start div.news-slider__story__text a {
  display: none;
}

/* rccarroll on 3/11/21 - styles for VCUSOM Heading - No Description content type */
h2.heading-nd {
  padding-bottom: 0px;
  margin-bottom: 1rem;
  margin-top: 3rem;
  clear:both;
}

div.container:has(h2.heading-nd){
  clear:both;
}

h2.heading-nd strong {
  /* border-top: 10px solid #00504dcc; */
  padding-top: 5px;
  padding-right: 1rem;
  font-size: 2rem;
}

.maroon-and-tan h2.heading-nd strong {
  border-color: rgba(140, 98, 57, 0.82)
}

.deep-purple-and-orange h2.heading-nd strong {
  border-color: rgba(48, 15, 44, 60%);
}

@media screen and (max-width: 400px) {

  h2.heading-nd {
    /* border-top: 10px solid #00504dcc; */
    padding: 5px 1rem 0 0 !important;
    margin-left: 0.809rem !important;
    margin-right: 0.809rem !important;
  }

  .maroon-and-tan h2.heading-nd {
    border-color: rgba(140, 98, 57, 0.82);
  }

  .deep-purple-and-orange h2.heading-nd {
    border-color: rgba(48, 15, 44, 60%);
  }

  h2.heading-nd strong {
    border: none;
    padding: 0;
  }

}

/* rccarroll on 3/17/21 for Match List 2021 */

#vcusom-inner-108353 .dataTable_wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 920px;
  padding: 10px 0px 50px 0px;
  letter-spacing: 1px;
  margin: 0 auto;
}

#vcusom-inner-108353 .dataTable_length {
  position: sticky;
  top: 0px;
  flex: 50%;
  margin: 0 -20px;
  background: white;
  padding: 30px 20px;
  font-size: 16px;
}

#vcusom-inner-108353 .dataTable_filter {
  position: sticky;
  top: 0px;
  flex: 50%;
  margin: 0 -20px;
  background: white;
  padding: 30px 20px;
  text-align: right;
  font-size: 16px;

}

#vcusom-inner-108353 .dataTable_filter input {
  transition: all .15s ease-in-out;
  margin-left: 5px;
  border: none;
  border-bottom: 1px solid grey;
  font-size: 16px;
}

#vcusom-inner-108353 .dataTable_filter input:focus {
  border-color: hsla(178, 40%, 50%, 1);
}

#vcusom-inner-108353 .dataTable {
  flex-basis: 100%;
  margin-bottom: 50px;
}

#vcusom-inner-108353 .dataTable thead>tr {
  border-bottom: 6px solid #00504d;
  font-size: 20px;
  font-weight: bold;
  color: hsl(0, 0%, 25%);
  text-transform: uppercase;
  padding: 0px 1rem .5rem 1rem;
  margin: 0;
}

#vcusom-inner-108353 .dataTable thead>tr>td {
  transition: all .15s ease-in-out;
}



#vcusom-inner-108353 .dataTable thead>tr>td:hover {
  color: grey;
}

#vcusom-inner-108353 .dataTable tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
}

#vcusom-inner-108353 .dataTable tbody tr:nth-child(2n) {
  border-radius: 0px;
  background-color: white;
}

#vcusom-inner-108353 .dataTable tr>td,
#vcusom-inner-108353 .dataTable tr>th {
  text-align: start;
}

#vcusom-inner-108353 .dataTable tbody tr {
  font-size: 18px;
  padding: 15px 20px;
  margin: 0;
}

#vcusom-inner-108353 .dataTable thead>tr>th:nth-child(3),
#vcusom-inner-108353 .dataTable tr td:nth-child(3) {
  margin-left: 1rem;
}

#vcusom-inner-108353 .dataTable tr td:nth-child(4),
#vcusom-inner-108353 .dataTable tr td:nth-child(5) {
  display: none;
}

#vcusom-inner-108353 .dataTable tbody tr:nth-child(odd) {
  transition: background-color .15s ease-in-out;
  background-color: hsl(0, 0%, 90%);
}

#vcusom-inner-108353 .dataTable tbody tr:nth-child(odd):hover {
  background-color: hsla(178, 40%, 85%, 1);
}

#vcusom-inner-108353 .dataTable_info {
  flex-basis: 50%;
  font-size: 16px;
}

#vcusom-inner-108353 .dataTable_paginate {
  flex-basis: 50%;
  text-align: right;
  font-size: 16px;
}

#vcusom-inner-108353 .dataTable_paginate>*:not(:first-child) {
  margin-left: 10px;
}


@media screen and (max-width: 720px) {

  #vcusom-inner-108353 .dataTable_wrapper {
    padding: 10px 0px 50px 0px;
  }

  #vcusom-inner-108353 .dataTable_filter {
    padding: 0px 15px 15px 0px;
  }

  #vcusom-inner-108353 .dataTable_filter label {
    font-size: 14px;
  }

  #vcusom-inner-108353 .dataTable thead>tr {
    font-size: 14px;
  }

  #vcusom-inner-108353 .dataTable tbody>tr {
    font-size: 13px;
  }

  #vcusom-inner-108353 .dataTable_info {
    flex-basis: 100%;
    font-size: 14px;
  }

}

.unslant {
  padding-right: 2rem;
}

.unslant::before {
  transform: skewX(0deg) !important;
}

/* 5/11 by rcarroll for commencement '21 banner */
.commencementBanner {
  display: flex;
  background: linear-gradient(90deg, rgba(254, 190, 16, 1) 50%, rgba(0, 80, 77, 1) 50%, rgba(0, 80, 77, 1) 100%);
}

.commencementBanner>div:first-child {
  display: flex;
  align-items: center;
  background-color: #FFB300;
  padding: .75rem;
  padding-left: 4rem;
  flex: 1;
}

.commencementBanner p {
  margin: 0;
  font-weight: bold;
}

.commencementBanner>div:nth-child(2) {
  background-color: #00504d;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: .75rem;
  flex: 8;
  font-weight: bold;
  color: #FFB300;
  transform: skewX(-20deg);
  box-shadow: -10px 0px 20px -5px rgba(0, 0, 0, 0.25);
}

.commencementBanner>div:nth-child(2) p {
  margin: 0;
  transform: skewX(20deg);
}

.commencementBanner>div:nth-child(2) p:nth-child(1) {
  margin: 0 10px;
}

.commencementBanner>div:nth-child(2) p a {
  color: #FFB300;
  transition: color .15s ease-in-out;
}

.commencementBanner>div:nth-child(2) p a:hover,
.commencementBanner>div:nth-child(2) p a:focus {
  color: white;
}

@media screen and (max-width: 850px) {
  .commencementBanner>div:first-child {
    padding-left: .75rem;
  }
}

/*6/2/21 rcarroll fixing contrast for news events*/
.plugin-vcu-news-headline a {
  color: #07605f !important;
}

/* 7/28/21 rcarroll adding styles for VCUSOM Info Blocks */
.info-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0px;
  padding-top: 0px;
  margin: 1rem 0rem 3rem 0rem;
}

.info-block {
  margin: 1rem 0rem 1rem 0rem;
  position: relative;
  width: 48%;
  min-width: 350px;
  display: flex;
}

.info-block.withImage {
  margin-top: calc(7.5vw + 1rem);
  margin-bottom: 3vw;
}


.info-block img {
  position: absolute;
  top: -7.5vw;
  left: 0;
  z-index: 0;
  width: 90% !important;
  height: 100% !important;
  object-fit: cover;
  box-shadow: 0px 0px 20px hsla(0, 0%, 0%, .2)
}

@media screen and (min-width: 1885px) {
  .info-block>img {
    height: 150% !important;
  }
}

.info-block-info {
  display: flex;
  flex-direction: column;
  background-color: hsla(20, 0%, 100%, .9);
  border-radius: 5px;
  padding: 0.9rem 0;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .info-block-info {
    background-color: hsla(20, 0%, 100%, .75);
    backdrop-filter: blur(10px);
  }
}

.info-block img+.info-block-info {
  width: 95%;
  margin-left: 5%;
  padding: 0.9rem 1.2rem;
}

.info-block-title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #0d5450;
}

.info-block-description {
  padding-bottom: 15px;
  border-bottom: 4px solid rgba(13, 84, 80, 0.9);
  height: 100%;
}

.info-block-description p {
  font-size: .9rem;
  margin-bottom: .5rem;
}

.slate-blue-and-rose .info-block-title {
  color: hsla(195, 83%, 21%, 0.82);
}

.slate-blue-and-rose .info-block-description {
  border-color: hsla(195, 83%, 21%, 0.82);
}

.deep-purple-and-orange .info-block-title {
  color: rgba(51, 1, 48, 0.82);
}

.deep-purple-and-orange .info-block-description {
  border-color: rgba(51, 1, 48, 0.82);
}

.maroon-and-tan .info-block-title {
  color: hsla(30, 42%, 39%, 0.82);
}

.maroon-and-tan .info-block-description {
  border-color: hsla(30, 42%, 39%, 0.82);
}

.deep-blue-and-light-teal .info-block-title {
  color: rgba(11, 39, 81, 0.82);
}

.deep-blue-and-light-teal .info-block-description {
  border-color: rgba(11, 39, 81, 0.82);
}

/* rcarroll on 7/28 for Static Profiles */
.staticProfiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

.staticProfiles>div.staticProfile {
  margin: 1rem 3rem 1rem 0rem;
  max-width: 250px;
  display: flex;
  flex-direction: column;
}

.staticProfiles>div.staticProfile>img {
  box-shadow: 0px 0px 20px hsla(0, 0%, 0%, .2);
  height: 375px !important;
  object-fit: cover;
  width: 100% !important;
}

.staticProfiles>div.staticProfile>div {
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 80, 77, 0.42);
  flex: 1;
}

.staticProfiles>div.staticProfile>div>p.staticProfile-name {
  font-size: 1rem;

}

.staticProfiles>div.staticProfile>div p {
  font-size: .8rem;
  margin-bottom: .2rem;
}

.slate-blue-and-rose .staticProfiles>div.staticProfile>div {
  border-color: hsla(195, 83%, 21%, 0.42);
}

.deep-purple-and-orange .staticProfiles>div.staticProfile>div {
  border-color: rgba(51, 1, 48, 0.42);
}

.maroon-and-tan .staticProfiles>div.staticProfile>div {
  border-color: hsla(30, 42%, 39%, 0.42);
}

.deep-blue-and-light-teal .staticProfiles>div.staticProfile>div {
  border-color: rgba(11, 39, 81, 0.42);
}

/* rcarroll on 7/28 for Quote Content Type */

.quoteCT {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin: 2rem auto;
  width: 90%;
}

.quoteCT>div {
  background-color: lightgrey;
  padding: 1rem 2rem 1rem;
  z-index: 1;
}

.quoteCT>img+div {
  padding: 1rem 10rem 1rem 2rem;
}

.quoteCT>div>p {
  padding: 1rem 0;
  font-size: 1.15rem;
  margin-bottom: 0px;
}

.quoteCT>div>p:first-child {
  border-top: 2px solid darkgrey;
}

.quoteCT>div>p:last-child {
  border-bottom: 2px solid darkgrey;
  padding-top: 0px;
}

.quoteCT>div>p>strong {
  display: block;
  margin-top: 0px;
  font-size: 1.6rem;
  text-align: right;
  margin-right: 1rem;
}

.quoteCT>img {
  margin-left: -8rem;
  width: 250px !important;
  box-shadow: 0px 0px 20px hsla(0, 0%, 0%, .2);
  z-index: 2;
}

@media screen and (max-width: 600px) {
  .quoteCT>img+div {
    padding: 1rem 2rem;
  }

  .quoteCT>img {
    display: none;
  }

}

/* rcarroll on 7/30 for Timeline CT */
div.timelineItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
}

div.timelineItem>span {
  margin-right: 1.5rem;
  color: #00504d91;
  font-size: 2rem;
  font-weight: bold;
}

div.timelineItem-description p:last-child {
  margin-bottom: 0;
}

div.timelineSpacer {
  border-left: 4px dotted hsla(178, 100%, 16%, 0.259);
  height: 50px;
  margin-left: 50px;
}

.slate-blue-and-rose div.timelineItem>span {
  color: hsla(195, 83%, 21%, 0.82);
}

.slate-blue-and-rose div.timelineSpacer {
  border-color: hsla(195, 83%, 21%, 0.42);
}

.deep-purple-and-orange div.timelineItem>span {
  color: rgba(51, 1, 48, 0.82);
}

.deep-purple-and-orange div.timelineSpacer {
  border-color: rgba(51, 1, 48, 0.42);
}

.maroon-and-tan div.timelineItem>span {
  color: hsla(30, 42%, 39%, 0.82);
}

.maroon-and-tan div.timelineSpacer {
  border-color: rgba(140, 98, 57, 0.42);
}

.deep-blue-and-light-teal div.timelineItem>span {
  color: rgba(11, 39, 81, 0.82);
}

.deep-blue-and-light-teal div.timelineSpacer {
  border-color: rgba(11, 39, 81, 0.42);
}

/* rcarroll on 8/30 for VCUSOM PhotoPage */
.photoPage {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem;
  grid-auto-flow: dense;
}

figure.photoPage-item {
  border-radius: 10px;
  box-shadow: 0px 0px 10px #80808063;
  display: flex;
}

figure.photoPage-item:nth-child(12n+1) {
  grid-column: span 2;
  grid-row: span 2;
}

figure.photoPage-item img:hover {
  transform: scale(1.05);
  overflow: hidden;
  cursor: pointer;
}

.photoPage-item img {
  border-radius: 10px;
  width: 100%;
  transition: all .3s ease-out;
  object-fit: cover;
}


.photoPage-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  padding: 6rem;
  background: rgba(0, 0, 0, .8);
  z-index: 21000;
  opacity: 0;
  transition: all .3s ease-out;
}

.photoPage-modal-img {
  position: relative;
  border-radius: 5px;
  max-height: 90vh;
  object-fit: cover;
  flex: 1;
}

.photoPage-modal.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity .3s ease-out;
}

.photoPage-modal.visible .photoPage-modal-img {
  animation: .3s fade-up .2s both ease-out;
}

.photoPage-modal.visible.fadeOut {
  animation: none;
  opacity: 0;
}


@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

}

@keyframes fade-up {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  100% {
    transform: translateY(-20px);
    opacity: 1;
  }
}
.navbar, .navbar-brand{
  padding: 0;
  margin: 0;
}

/*START Robbie Carroll Font-Changes 5/12/2022*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

* {
  font-family: 'Roboto', sans-serif !important;
}

/*HERO IMAGE */

/*line 23103 */
.hero-title {
  font-weight: 500;
}

/* line 22533 */
.hero .section__label {
  font-weight: 400;
}

/* line 23158 */
.hero-subtext {
  font-weight: 300;
}
/*END Robbie Carroll Font-Changes 5/12/2022*/
/*START Robbie Carroll New CT Changes 5/12/2022*/
/* VCUSOM Tabs Slideshow */

.section.feature-section.tabSlideshow {
  background-color: hsl(187, 5%, 95%);
}

.section.feature-section.tabSlideshow .column.general-content__wrap {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.tabSlideshow-controls {
  display: flex;
  flex-direction: column;
  flex: .75 300px;
}

.tabSlideshow-controls>h2 {
  font-size: 2rem;
  padding-left: 1rem;
  margin-bottom: 2rem;
  font-weight: bold;
  color: hsl(0, 0%, 30%);
}

.tabSlideshow-controls>button {
  position: relative;
  background: transparent;
  border: none;
  font-siZe: 1rem;
  text-align: left;
  font-weight: bold;
  color: #000;
  padding: .8rem 1.6rem;
  border-bottom: 1px solid lightgray;
  cursor: pointer;
  transition: all .3s ease-out;
  z-index: 2;
}

.tabSlideshow-controls>button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  transition: width .3s ease-out;
  background: linear-gradient(90deg, #FFB300 3%, #2A6060 3%, #2A6060);
  z-index: -1;
}

.tabSlideshow-controls>button[aria-selected="true"] {
  color: white;
  background-color: #2b6061;
}

.tabSlideshow-controls>button[aria-selected="true"]::after {
  width: 100%;
}

.tabSlideshow-controls>button[aria-selected="false"]:hover,
.tabSlideshow-controls>button[aria-selected="false"]:focus {
  background: hsl(178, 5%, 85%);
}

.tabSlideshow-panels {
  background-color: #00504d;
  box-shadow: -6px 6px 0px 0px #FFB300;
  padding: 2rem;
  color: white;
  flex: 1 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.tabSlideshow-panel {
  animation: .4s ease-out fadeIn;
}

.tabSlideshow-panels a {
  color: #FFB300;
}

.tabSlideshow-panels a:hover {
  color: #FFEAB4;
}

.tabSlideshow-panel p a {
  font-weight: bold;
}


@keyframes fadeIn {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}


.tabsContainer nav.plugin-tabs__nav button.plugin-tabs__tab[aria-selected="true"] {
  font-weight: bold;

}

.tabsContainer nav.plugin-tabs__nav button.plugin-tabs__tab[tabindex="0"]::before {
  background-color: rgba(0, 80, 77, .9);
}

.tabsContainer nav.plugin-tabs__nav button.plugin-tabs__tab[aria-selected="false"]:hover {
  background-color: #E2E9E9;
  color: black;
}

.tabsContainer nav.plugin-tabs__nav button.plugin-tabs__tab {
  font-size:.8rem;
  transition: font-weight .15s ease-out, background-color .15s ease-out;
}



/* VCUSOM Layered Content */


section.layeredContent .column.general-content__wrap {
  display: flex;
  gap: 20rem;
  align-items: center;
  flex-wrap: wrap;
}

section.layeredContent .column.general-content__wrap>div.layeredContent-content {
  flex: .5;
  padding: 2.4rem 2rem;
  background-color: #00504D;
  color: white;
  max-height: 85%;
  z-index: 4;
  margin: 5% -30rem 5% 0;
  box-shadow: -8px 8px 0px 0px #FFB300, 0px 0px 10px #0000009e;
}

section.layeredContent .column.general-content__wrap>div.layeredContent-content a {
  color: #FFD159;
  font-weight: bold;
  transition: color .15s ease-out;
}

section.layeredContent .column.general-content__wrap>div.layeredContent-content a:hover {
  font-weight: bold;
  color: #FFEAB4;
}

section.layeredContent .column.general-content__wrap>div.layeredContent-content>p:last-child {
  margin-bottom: 0px;
}

section.layeredContent .column.general-content__wrap>div.layeredContent-img {
  flex: 1;
  box-shadow: 0px 0px 6px 3px #00000038;
  height: 100%;
  display: flex;
}

section.layeredContent .column.general-content__wrap>div.layeredContent-img>img,
section.layeredContent .column.general-content__wrap>img {
  object-fit: cover;
  flex: 1;
  box-shadow: 0px 0px 20px #00000069;
  height: 100%;
}

h2.styledH2 {
  font-weight: bold;
  position: relative;
}

h2.styledH2::before {
  position: absolute;
  content: "";
  top: -.55rem;
  left: 0;
  width: 20%;
  height: .25rem;
  background-color: #FFB300;
}


section.layeredContent.reversed .column.general-content__wrap {
  flex-direction: row-reverse;
}

section.layeredContent.reversed .column.general-content__wrap>div.layeredContent-content {
  margin: 5% 0rem 5% -30rem;
}


@media screen and (max-width: 700px) {

  section.layeredContent .column.general-content__wrap {
      gap: 0rem;
      flex-direction: column-reverse
  }

  section.layeredContent .column.general-content__wrap>div.layeredContent-content {
      flex: 1;
      max-height: 100%;
      margin: 0px;
      margin-top: -30%;
      max-width: 95%;
      align-self: flex-start;
  }

  section.layeredContent .column.general-content__wrap>div.layeredContent-img {
      flex: 1;
      height: 100%;
      max-width: 90%;
      align-self: flex-end;
  }

}


/* VCUSOM Event Item */


.eventsCT {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  list-style: none;
  padding-left: 0;
}

.eventsCT>.eventCT-item {

  border-bottom: 1px solid hsl(180, 30%, 90%);
  padding-bottom: 1rem;
  display: flex;
  gap: 1rem;
}

.eventsCT>.eventCT-item .eventCT-decDate {
  flex: 1;
  font-size: 1.6rem;
  font-weight: bold;
  color: hsl(180, 40%, 30%);
}

.eventsCT>.eventCT-item img {
  max-width: 30%;
  object-fit: cover;
  margin-right: 2rem;
  border-radius: 4px;
}

.eventsCT>.eventCT-item>.eventCT-item-content {
  display: flex;
  flex-direction: column;
  flex: 5;
  max-width: 65em;
}

.eventsCT>.eventCT-item>.eventCT-item-content>.eventCT-item-heading {
  display: flex;
  flex-direction: column;
}

.eventsCT>.eventCT-item>.eventCT-item-content>.eventCT-item-heading>.eventCT-item-title {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.eventsCT>.eventCT-item>.eventCT-item-content>.eventCT-item-heading>.eventCT-date {
  margin: 0;
  font-weight: bold;
  font-size: .9rem;
  color: hsla(177.8, 100%, 15.7%, .8);
  flex: 1;
  margin-top: .1rem;
}

.eventsCT>.eventCT-item .eventCT-item-description {
  margin-top: .25rem;
}

.eventsCT>.eventCT-item .eventCT-item-description p {
  font-size: .9rem;
  margin-bottom: 1rem;
}

.eventsCT>.eventCT-item .eventCT-item-description p:last-child {
  margin-bottom: .5rem;
}

.eventsCT>.eventCT-item .eventCT-item-description p a {
  font-weight: bold;
}

.eventsCT>.eventCT-item:last-child {
  border: none;
  padding-bottom: 0;
}

@media screen and (max-width: 525px) {
  .eventsCT>.eventCT-item>.eventCT-item-content {
      flex: 3;
  }
}

/* VCUSOM Link Bars */


.linkBars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 3rem;
  margin-top: 1rem;

}

a.linkBar {
  flex: 40%;
  position: relative;
  max-height: 300px;
  text-decoration: none;
  min-width: 300px;
  text-align: center;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 80, 77, .9);
  padding: 1.25rem 2rem;
  font-size: 1.4rem;
  max-width: 50%;
  color: white !important;
  border-radius: 3px;
  letter-spacing: 1px;
  font-weight: bold;
  transition: all .2s ease-out;
  box-shadow: 0px 0px 0px goldenrod;
  background: url(https://medschool.vcu.edu/media/medschool2018/site-assets/img/default-images/AnnouncementBar-pattern.png);
  background-size: cover;
}

.slate-blue-and-rose a.linkBar {
  background-color: hsla(193, 83%, 21%, .9);
  /* background: none; */
}

.maroon-and-tan a.linkBar {
  background-color: hsla(30, 42%, 39%, 0.9);
  background: none;
}

.deep-purple-and-orange a.linkBar {
  background-color: rgba(51, 1, 48, 0.9);
  /* background: none; */
}

.deep-blue-and-light-teal a.linkBar {
  background-color: rgba(11, 39, 81, 0.9);
  background: none;
}

a.linkBar::after {
  content: "";
  position: absolute;
  bottom: calc(1.25rem / 1.75);
  left: 50%;
  height: 5px;
  background-color: white;
  width: 1px;
  opacity: 0;
  transition: transform .2s ease-out;
}

a.linkBar:hover,
a.linkBar:focus,
a.linkBar:active {
  transform: translate(8px, -8px);
  box-shadow: -8px 8px 0px #FFB300;
}

a.linkBar:hover::after,
a.linkBar:focus::after,
a.linkBar:active::after {
  opacity: 1;
  transform-origin: center;
  transform: scaleX(200);
}

@media screen and (max-width: 1023px) {
  .linkBars {
      margin-top: 3rem;
  }
}


@media screen and (max-width: 767px) {
  .linkBars {
      margin-bottom: 6rem;
  }
}

@media screen and (max-width: 678px) {
  a.linkBar {
      max-width: 100%;
  }
}


/* VCUSOM Call To Action */

section.section.callToAction {
  padding: 3rem;
  background-attachment: fixed;
  min-height: 50vh;
  background-position: center;
  display: flex;
  align-items: center;
}

.callToAction-box {
  width: 40%;
  min-width: 300px;
  background-color: hsla(137, 10%, 95%, .9);
  padding: 1rem 1.4rem;
  border-radius: 1rem;
  backdrop-filter: blur(10px);
}

.callToAction-tagline {
  font-size: 2rem;
  color: hsl(0, 0%, 25%);
  line-height: 2.6rem;
}

p.callToAction-text {
  color: rgba(0, 80, 77, .9);
}

.callToAction-box a,
.callToAction-box p.callToAction-text {
  position: relative;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.callToAction-box a::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #388885;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (hover: hover) and (pointer: fine) {
  .callToAction-box a:hover {
      color: #388885;
  }

  .callToAction-box a:hover::before {
      left: 0;
      right: auto;
      width: 100%;
  }
}

@supports (-webkit-touch-callout: none) {
  section.section.callToAction {
      background-attachment: scroll !important;
  }
}


/* VCUSOM Two Column Content */

.twoColumn .columns {
flex-direction: column;
align-items: flex-start;
}

.main-content > .section:first-child h2.heading-nd:first-child {
  margin-top: 3rem;
}

.twoColumn .column.general-content__wrap:not(.heading-nd) {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 3rem;
padding-top:2rem;
width: 100%;
}

.twoColumn-reverse .column.general-content__wrap {
flex-direction: row-reverse; 
}


.twoColumn-has-primary-background {
background-color:#00504D;
color: white;
}

.twoColumn-has-secondary-background {
background-color: hsl(345, 40%,35%);
color: white;
}

.twoColumn-has-light-gray-background {
  background-color: hsl(187, 5%, 95%);
}

.twoColumn-has-primary-background a, .twoColumn-has-secondary-background a, .twoColumn-has-light-gray-background a {
color: #FFB300;
}

.twoColumn-has-primary-background .twoColumn-column a:hover, .twoColumn-has-secondary-background .twoColumn-column a:hover, .twoColumn-has-light-gray-background a:hover {
color: #ffe5a0; 
}

.twoColumn .column > * {
flex: 1;
width: 50% !important;
min-width: 300px;
}

.twoColumn .column > .twoColumn-column > h2.heading-nd, .twoColumn h2.heading-nd > strong {
padding-left: 0px !important; 
margin-left: 0px !important;
}

.twoColumn h2.heading-nd {
width: 100%;
}


.twoColumn  h2.heading-nd {
position: relative;
font-weight: bold;
font-size: 2rem;
}

.twoColumn .columns > h2.heading-nd {

margin-bottom: 0px;
}

.twoColumn h2.heading-nd:empty {
display:none;
}

.twoColumn h2.heading-nd, .twoColumn  h2.heading-nd strong, .twoColumn h2.heading-nd, .twoColumn h2.heading-nd strong {
border: none; 
}

.twoColumn.withImage .columns > h2.heading-nd {
display:none;
}

.twoColumn.withImage .twoColumn-column h2.heading-nd {
margin-top: 1rem; 
}

/* .twoColumn h2.heading-nd::before */
h2.heading-nd::before {
position: absolute;
content: "";
top: -.25rem;
left: auto;
width: clamp(100px, 5vw, 5vw);
height: .35rem;
background-color: #ffba00;
}

.twoColumn.twoColumn-has-primary-background h2.heading-nd::before, .twoColumn.twoColumn-has-secondary-background h2.heading-nd::before {
background-color: #ffb300 !important;
}

.twoColumn a.button:hover {
color: #00504d;
}


.slate-blue-and-rose .twoColumn h2.heading-nd::before {
background-color: hsl(196, 50%, 30%);
}
    
.deep-blue-and-light-teal .twoColumn h2.heading-nd::before {
background-color: #0b2751;
}

.maroon-and-tan .twoColumn h2.heading-nd::before {
background-color: #61001f;
}

.deep-purple-and-orange .twoColumn h2.heading-nd::before {
background-color: #492747;
}

.twoColumn-reverse h2.heading-nd {
justify-content: flex-end; 
}

.twoColumn .column > .twoColumn-imgContainer {
box-shadow: 0px 4px 10px 6px hsl(0, 0%, 10.2%, .15);
display: flex;
}


.slate-blue-and-rose .twoColumn-has-primary-background {
background-color: hsl(196, 50%, 30%);
color: white;
}

.slate-blue-and-rose .twoColumn-has-secondary-background {
background-color: hsl(345, 40%,35%);
color: white;
}

.deep-blue-and-light-teal .twoColumn-has-primary-background {
background-color: #0b2751;
color: white;
}

.deep-blue-and-light-teal .twoColumn-has-secondary-background {
background-color: rgb(12, 110, 109);
color: white;
}

.maroon-and-tan .twoColumn-has-primary-background {
background-color: #61001f;
color: white;
}

.maroon-and-tan .twoColumn-has-secondary-background {
background-color: #8c6239;
color: white;
}

.deep-purple-and-orange .twoColumn-has-primary-background {
background-color: #492747;
color: white;
}

.deep-purple-and-orange .twoColumn-has-primary-background {
background-color: #8E4910;
color: white;
}

/* VCUSOM Full Width Image */
@supports (-webkit-touch-callout: none) {
  section.fullWidthImg {
      background-attachment: scroll !important;
  }
}


/* VCUSOM News Tile */

.newsTile-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  width: 100%;
  overflow: hidden;
  gap: 2rem;
  justify-items: stretch;
  margin-bottom: 3rem;
  margin-top: 1rem;
  grid-auto-rows: 1fr;
}

a.newsTile {
  display: flex;
  flex-direction: column;
  position: relative;
  grid-column: span 1;
  text-decoration: none;
  max-height: 400px;
}

a.newsTile .newsTile-imgContainer {
  flex-direction: column;
  flex: 2;
  min-height: 50%;
  box-shadow: 0px 3px 15px hsl(0, 0%, 85%);
  object-fit: contain;
  overflow: hidden;
}

a.newsTile img {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  object-fit: cover;
  transition: all .2s ease-out;
}

.newsTile-content {
  flex: 2;
  display: flex;
  flex-direction: column;
  padding: 0;
  border-bottom: 3px solid #2C807D;
}

.newsTile-content p {
  text-decoration: none;
  margin-bottom: 0;
}

.newsTile-content p:first-child {
  text-transform: uppercase;
  color: #2C807D;
  font-size: 0.8rem;
  margin-top: 8px;
  font-weight: bold;
}

.newsTile-content p:nth-child(2) {
  font-weight: bold;
  color: #3F3F3F;
  font-size: 1rem;
  flex: 1
}

.newsTile-content p:nth-child(3) {
  color: hsl(0, 0%, 45%);
  font-size: 0.8rem;
  justify-self: flex-end;
  margin-bottom: 8px;
}

a.newsTile:hover img,
a.newsTile:active img,
a.newsTile:focus img {
  transform: scale(1.02);
}

a.newsTile:hover .newsTile-content p:nth-child(2),
a.newsTile:active .newsTile-content p:nth-child(2),
a.newsTile:focus .newsTile-content p:nth-child(2) {
  color: grey;
}

/* site colorS */

.slate-blue-and-rose .newsTile-content p:first-child {
  color: hsla(195, 83%, 21%, 0.82);
}

.slate-blue-and-rose .newsTile-content {
  border-color: hsla(195, 83%, 21%, 0.82);
}

.deep-purple-and-orange .newsTile-content p:first-child {
  color: rgba(51, 1, 48, 0.82);
}

.deep-purple-and-orange .newsTile-content {
  border-color: rgba(51, 1, 48, 0.82);
}

.maroon-and-tan .newsTile-content p:first-child {
  color: hsla(30, 42%, 39%, 0.82);
}

.maroon-and-tan .newsTile-content {
  border-color: hsla(30, 42%, 39%, 0.82);
}

.deep-blue-and-light-teal .newsTile-content p:first-child {
  color: rgba(11, 39, 81, 0.82);
}

.deep-blue-and-light-teal .newsTile-content {
  border-color: rgba(11, 39, 81, 0.82);
}

@media screen and (max-width: 442px) {
  .newsTile-content p:nth-child(2) {
      font-size: 1.2rem;
  }

  .newsTile-imgContainer {
      flex: 3;
  }
}

@media screen and (max-width: 700px) {
  .newsTile-container {
      margin-top: 3rem;
  }
}

/* VCUSOM Photo Page */
.photoPage>figure {
  position: relative;
  overflow: hidden;
}

.photoPage.layout-column {
  display: flex;
  flex-direction: column;
}

.photoPage.layout-column>figure.photoPage-item {
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  margin-bottom: 1rem;
}

.photoPage.layout-column>figure.photoPage-item .photoPage-item-image {
  box-shadow: 0px 0px 10px #80808063;
}

.photoPage.layout-column>figure.photoPage-item .photoPage-item-image {
  min-width: 50%;
}

.photoPage.layout-column>figure.photoPage-item:hover .photoPage-item-image {
  transform: none;
}

.photoPage.layout-column>figure.photoPage-item figcaption {
  position: relative;
  font-size: .9rem;
  font-style: italic;
  width: 80%;
  text-align: center;
  padding: .7rem;
}

.photoPage.layout-column>figure.photoPage-item figcaption::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 1px;
  background-color: lightgrey;
}

.photoPage>figure.photoPage-item figcaption:empty {
  display: none;
}

.photoPage.layout-grid>figure.photoPage-item figcaption {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0px;
  padding: 5px 15px;
  background-color: hsla(0, 0%, 0%, .75);
  color: hsl(0, 0%, 90%);
  font-size: .8rem;
  opacity: 0;
  transition: opacity .2s ease-out;
  height: 5.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.photoPage.layout-grid>figure.photoPage-item:hover figcaption {
  opacity: 1;
}

.photoPage-modal {
  flex-direction: column;
}

.photoPage-modal img {
  max-height: 80vh;
  flex: 0;
  min-width: 50%;
  object-fit: contain;
}

.photoPage-modal>button.modal-button {
  position: absolute;
  top: 1rem;
  right: 3rem;
  font-size: 3rem;
  color: lightgray;
  background: transparent;
  border: none;
}

.photoPage-modal>p {
  color: white;
  font-size: .9rem;
  margin-bottom: 0;
  max-width: 75%;
}

@media screen and (max-width: 700px) {
  .photoPage-modal {
      padding: 1rem;
  }
}

@media screen and (max-width: 500px) {
  .photoPage.layout-grid {
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr))
  }
}

/* Link Tiles */

.linkTile-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 3rem;
  margin-top: 1rem;

}

a.linkTile {
  flex: 40%;
  display: flex;
  position: relative;
  max-height: 300px;
  text-decoration: none;
  min-width: 300px;
  max-width: 47%;
}

a.linkTile .linkTile-imgContainer {
  display: flex;
  width: 95%;
  min-height: 100%;
  object-fit: contain;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, .2);
}

a.linkTile img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: all .2s ease-out;
}

a.linkTile p {
  position: absolute;
  background-color: rgba(0, 80, 77, .9);
  padding: 1.35rem 1.75rem;
  font-size: 1.25rem;
  max-width: 90%;
  color: white;
  border-radius: 3px;
  letter-spacing: 1px;
  font-weight: bold;
  bottom: 10%;
  right: 0%;
  transition: all .2s ease-out;
  box-shadow: 0px 0px 0px goldenrod;
}

.slate-blue-and-rose a.linkTile p {
  background-color: hsla(193, 83%, 21%, .9);
}

.maroon-and-tan a.linkTile p {
  background-color: hsla(30, 42%, 39%, 0.9);
}

.deep-purple-and-orange a.linkTile p {
  background-color: rgba(51, 1, 48, 0.9)
}

.deep-blue-and-light-teal a.linkTile p {
  background-color: rgba(11, 39, 81, 0.9);
}

a.linkTile p::after {
  content: "";
  position: absolute;
  bottom: calc(1.25rem / 1.75);
  left: 50%;
  height: 5px;
  background-color: white;
  width: 1px;
  opacity: 0;
  transition: transform .2s ease-out;
}

a.linkTile:hover img,
a.linkTile:focus img,
a.linkTile:active img {
  transform: scale(1.02);
}

a.linkTile:hover p,
a.linkTile:focus p,
a.linkTile:active p {
  transform: translate(8px, -8px);
  box-shadow: -8px 8px 0px #FFB300;
}

a.linkTile:hover p::after,
a.linkTile:focus p::after,
a.linkTile:active p::after {
  opacity: 1;
  transform-origin: center;
  transform: scaleX(200);
}

@media screen and (max-width: 1023px) {
  .linkTile-container {
      margin-top: 3rem;
  }
}


@media screen and (max-width: 767px) {
  .linkTile-container {
      margin-bottom: 6rem;
  }
}

@media screen and (max-width: 678px) {
  a.linkTile {
      max-width: 100%;
  }
}

/* VCUSOM Quote title fix  */

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

  
/* VCUSOM Heading 2 */

.h2Heading h2::before {
content: '';
position: absolute;
top: 1.5rem;
left: .809rem;
height: 5px;
width: clamp(100px, 5vw, 5vw);
background: #00504dcc;
}
/*END Robbie Carroll New CT Changes 5/12/2022*/
/*Quick banner link fix - nhellenbrand*/
a.portfolioLink:hover {
  color:#fff;
}
/*Standardize Link Format START*/
section p a, section ul li a, section ol li a, a.linkBar {
  color: black;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #FFB300;
  text-decoration-thickness: 2px;
  transition: all .2s ease-out;
}
section p a:hover, section ul li a:hover, section ol li a:hover {
  color: #00504D;
  text-decoration-color: transparent;
}
section p a:focus, section ul li a:focus, section ol li a:focus, section p a:focus {
  color: #00504D;
  text-decoration-color: transparent;
}

a.linkBar:hover {
  text-decoration-color: transparent;
}
/*Standardize Link Format END*/
/* Quick fix for News Listing Display */
div.discovery-slider__slide figure.image.is-3by2 {
  background-position: top !important;
}
/* Quick fix for News Listing Display */
/* Links style for Portfolio */
/* Profile */
#vcusom-fullwidth-122421 div.facexpdir-content a, #vcusom-fullwidth-122465 div.facexpdir-content a {
  color: black;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #FFB300;
  text-decoration-thickness: 2px;
  transition: all .2s ease-out;
}
#vcusom-fullwidth-122421 div.facexpdir-content a:hover, #vcusom-fullwidth-122465 div.facexpdir-content a:hover {
  color: #00504D;
  text-decoration-color: transparent;
}
#vcusom-fullwidth-122421 div.facexpdir-content a.active, #vcusom-fullwidth-122465 div.facexpdir-content a.active {
  color:#fff;
  text-decoration: transparent;
}
/* Listing */
#vcusom-fullwidth-122420 div.row a {
  color: black;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #FFB300;
  text-decoration-thickness: 2px;
  transition: all .2s ease-out;
}
#vcusom-fullwidth-122420 div.row a:hover{
  color: #00504D;
  text-decoration-color: transparent;
}
.som-profile-content {
  border-bottom: 3px solid #FFB300 !important;
  transition: all .2s ease-out;
}
.som-profile-content:hover{
border-bottom: transparent;
}

div.profile-head p.Address {
  display: none;
}
/* Links style for Portfolio */

@media screen AND (max-width:1068px) {
  span.icon.icon--svg.sidebar-nav-toggle__icons.is-mobile-toggle {display:none;}
  }

  /* This is disabled for hiding main menu "Information for ..." dropdown */
.is-feature-font:not(.navbar-menu) {
  overflow: hidden;
}

.footer__disclaimer {
  font-style: italic;
  text-align: center;
  margin: 0 auto;
  max-width: 85%;
}

/* START Bootstrap Overrides */
.badge-secondary {
  background-color: #595959;
}
/* END Bootstrap Overrides */