﻿img,
legend {
  border: 0;
}

legend,
td,
th {
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre,
textarea {
  overflow: auto;
}

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

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

input,
select,
textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

[class*='font-sans'] {
  font-family: 'Source Sans Pro', Calibri, sans-serif;
}

[class*='font-serif'] {
  font-family: Merriweather, Cambria, serif;
}

.no-ul-list,
.drupal-messages ol,
.region-branding .block-system-menublock ul.menu,
.social ul,
.social--round ul,
.social--small ul,
footer #portal-footer .block-menu ul.menu,
nav.breadcrumb ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.no-ul-list>li,
.drupal-messages ol>li,
.region-branding .block-system-menublock ul.menu>li,
.social ul>li,
.social--round ul>li,
.social--small ul>li,
footer #portal-footer .block-menu ul.menu>li,
nav.breadcrumb ol>li {
  display: inline-block;
  list-style-type: none;
  margin: 2px;
}

.blk-style {
  border: 1px solid #e3e3e3;
  padding: 10px;
  border-radius: 5px;
  background: #f3f9fc;
}

.addthis_inline_share_toolbox {
  display: none;
}

@media (min-width: 1025px) {
  .addthis_inline_share_toolbox {
    display: block;
  }

  .at-expanding-share-button {
    display: none;
  }
}

a[href$='.pdf']:after,
a[href$='.zip']:after,
a[href$='.doc']:after,
a[href$='.docx']:after,
a[href$='.xls']:after,
a[href$='.xlsx']:after,
a[href$='.ppt']:after,
a[href$='.pptx']:after {
  content: '';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  width: 20px;
  height: 20px;
  text-align: right;
  margin-left: 8px;
  position: relative;
  top: 2px;
  background-size: contain;
}

a[href$='.pdf']:after {
  background: url('/themes/custom/hamilton/sass/components/pdf.svg') 0 100% no-repeat;
  background-size: contain;
}

a[href$='.zip']:after {
  background: url('/themes/custom/hamilton/sass/components/zip.svg') 0 100% no-repeat;
  background-size: contain;
}

a[href$='.doc']:after,
a[href$='.docx']:after {
  background: url('/themes/custom/hamilton/sass/components/doc.svg') 0 100% no-repeat;
  background-size: contain;
}

a[href$='.xls']:after,
a[href$='.xlsx']:after {
  background: url('/themes/custom/hamilton/sass/components/xls.svg') 0 100% no-repeat;
  background-size: contain;
}

a[href$='.ppt']:after,
a[href$='.pptx']:after {
  background: url('/themes/custom/hamilton/sass/components/ppt.svg') 0 100% no-repeat;
  background-size: contain;
}

:target:before {
  content: '';
  display: block;
  height: 140px;
  margin: -140px 0 0;
}

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

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

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

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

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

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

.text-ls-auto {
  letter-spacing: initial !important;
}

.text-ls-neg-3 {
  letter-spacing: -0.03em !important;
}

.text-ls-neg-2 {
  letter-spacing: -0.02em !important;
}

.text-ls-neg-1 {
  letter-spacing: -0.01em !important;
}

.text-ls-1 {
  letter-spacing: 0.025em !important;
}

.text-ls-2 {
  letter-spacing: 0.1em !important;
}

.text-ls-3 {
  letter-spacing: 0.15em !important;
}

.field--name-field-news-use-featured-image {
  display: none !important;
  visibility: hidden !important;
}

.layoutmanager .layout-row:after {
  content: '';
  display: table;
  clear: both;
}

@media print {
  footer {
    display: none !important;
    visibility: hidden !important;
  }
}

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

.align-left {
  text-align: left;
  margin: 10px 10px 10px 0;
}

.align-right {
  text-align: right;
  margin: 10px 0 10px 10px;
}

@media screen and (min-width: 40em) {
  .layout-gutter {
    justify-content: space-between;
  }

  .layout-gutter.layout--twocol-section--33-67>.layout__region--second,
  .layout-gutter.layout--twocol-section--67-33>.layout__region--first {
    flex: 0 1 65.5%;
  }

  .layout-gutter.layout--twocol-section--33-67>.layout__region--first,
  .layout-gutter.layout--twocol-section--67-33>.layout__region--second {
    flex: 0 1 31.5%;
  }

  .layout-gutter.layout--twocol-section--50-50>.layout__region--first,
  .layout-gutter.layout--twocol-section--50-50>.layout__region--second {
    flex: 0 1 48.5%;
  }

  .layout-gutter.layout--twocol-section--25-75>.layout__region--second,
  .layout-gutter.layout--twocol-section--75-25>.layout__region--first {
    flex: 0 1 73.5%;
  }

  .layout-gutter.layout--twocol-section--25-75>.layout__region--first,
  .layout-gutter.layout--twocol-section--75-25>.layout__region--second {
    flex: 0 1 23.5%;
  }

  .layout-gutter.layout--threecol-section--25-50-25>.layout__region--first,
  .layout-gutter.layout--threecol-section--25-50-25>.layout__region--third,
  .layout-gutter.layout--threecol-section--25-25-50>.layout__region--first,
  .layout-gutter.layout--threecol-section--25-25-50>.layout__region--second,
  .layout-gutter.layout--threecol-section--50-25-25>.layout__region--second,
  .layout-gutter.layout--threecol-section--50-25-25>.layout__region--third {
    flex: 0 1 23.5%;
  }

  .layout-gutter.layout--threecol-section--25-50-25>.layout__region--second,
  .layout-gutter.layout--threecol-section--25-25-50>.layout__region--third,
  .layout-gutter.layout--threecol-section--50-25-25>.layout__region--first {
    flex: 0 1 48.5%;
  }

  .layout-gutter.layout--threecol-section--33-34-33>.layout__region--first,
  .layout-gutter.layout--threecol-section--33-34-33>.layout__region--third,
  .layout-gutter.layout--threecol-section--33-34-33>.layout__region--second {
    flex: 0 1 31.5%;
  }

  .layout-gutter.layout--fourcol-section .layout__region {
    flex: 0 1 23.5%;
  }
}

.grid-col {
  flex: 1 !important;
}

html,
body {
  min-height: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #393b3e;
}

body {
  font-family: 'Source Sans Pro', Calibri, sans-serif;
  font-size: 1.1em;
  line-height: 160%;
}

body .menu-item {
  padding-top: 0;
  margin: 0;
}

.abstract {
  font-size: 1em;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  font-weight: 200;
  line-height: 1.4em;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .abstract {
    font-size: 22px;
    line-height: 1.45;
  }

  #pre-content {
    margin-top: 80px !important;
  }
}

.taxonomy-tag {
  letter-spacing: 0.08em;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: #0053a3;
}

a:hover,
a:link:hover,
a:visited:hover {
  text-decoration: underline;
  color: #0053a3;
}

body p {
  margin: 3px 0 10px;
}

blockquote {
  background: url('../images/quote.png') no-repeat 0 5px;
  padding: 0px 15px 0 35px;
  color: #00488e;
  font-weight: 300;
}

blockquote:last-child {
  margin-bottom: 0;
}

ol {
  padding: 0 0 0 30px;
  margin: 0 0 1px;
}

ol li {
  margin: 4px 0;
  padding: 0;
}

ol ol {
  padding: 0 0 0 22.5px;
}

ol ol ol {
  padding: 0 0 0 22.5px;
}

ul {
  padding: 0 0 0 30px;
  margin: 0 0 1px;
}

ul li {
  margin: 4px 0;
  padding: 0;
}

ul ul {
  padding: 0 0 0 22.5px;
}

ul ul ul {
  padding: 0 0 0 22.5px;
}

table {
  table-layout: fixed;
  line-height: 1.25;
}

table tbody tr:nth-child(odd) {
  background-color: transparent;
}

table th {
  font-weight: normal;
}

#content-area table tbody tr:nth-child(even) {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}

#content-area table td,
#content-area table th {
  padding: 7px 10px;
}

table.styled {
  width: 100%;
  font-size: 85%;
  table-layout: auto;
  line-height: 1.85;
}

table.styled th {
  text-align: left;
  background-color: #00488e;
  padding: 4px 25px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

table.styled td {
  border: 0;
  outline: none;
  padding: 4px 25px;
}

table.styled thead {
  border-bottom: 0;
}

table.styled tbody tr:nth-child(odd) {
  background-color: #fafafa;
}

.date-format,
.latest-news .date-format {
  color: #666;
  font-size: 14px;
}

.date-format--bigger {
  font-size: 1.26em;
}

.more,
.more--inline {
  font-size: 0.75em;
  text-transform: uppercase;
}

@media (min-width: 768px) {

  .more,
  .more--inline {
    font-size: 0.8em;
  }
}

@media (min-width: 1128px) {

  .more,
  .more--inline {
    font-size: 1.1em;
  }
}

.more--inline {
  background-image: url('/themes/custom/hamilton/sass/components/../base/images/yellow-pointer.png');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
}

.more--inline {
  padding-right: 15px;
}

.more--inline,
.more--inline:link,
.more--inline:visited {
  color: #5e5e5e;
}

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

.content__container {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .content__container {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  overflow: hidden !important;
  word-wrap: normal;
}

.twitter-viewall-link,
.featured-stories-viewall,
.learn-more-btn {
  display: block;
  margin-top: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #393b3e !important;
  font-family: 'Source Sans Pro', Calibri, sans-serif !important;
  float: right;
}

.twitter-viewall-link::before,
.featured-stories-viewall::before,
.learn-more-btn::before {
  content: '';
  display: inline-block;
  border-top: solid 1px #393b3e;
  width: 74px;
  position: absolute;
  transform: translate(33px, 18px);
  transition: all 0.32s cubic-bezier(0.24, 1.17, 0.3, 1);
  opacity: 0;
}

.twitter-viewall-link::after,
.featured-stories-viewall::after,
.learn-more-btn::after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url('/themes/custom/hamilton/sass/components/tile-link/arrow-right-gray.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 12px;
  position: relative;
  top: 7px;
  transition: all 0.3s cubic-bezier(0.24, 1, 0.3, 1);
}

.twitter-viewall-link:hover,
.twitter-viewall-link:active,
.twitter-viewall-link:focus,
.featured-stories-viewall:hover,
.featured-stories-viewall:active,
.featured-stories-viewall:focus,
.learn-more-btn:hover,
.learn-more-btn:active,
.learn-more-btn:focus {
  background-color: transparent;
  color: #393b3e;
  text-decoration: none !important;
}

.twitter-viewall-link:hover::before,
.twitter-viewall-link:active::before,
.twitter-viewall-link:focus::before,
.featured-stories-viewall:hover::before,
.featured-stories-viewall:active::before,
.featured-stories-viewall:focus::before,
.learn-more-btn:hover::before,
.learn-more-btn:active::before,
.learn-more-btn:focus::before {
  transform: translate(159px, 18px);
  width: 27px;
  opacity: 1;
  transition-delay: 0.05s;
}

.twitter-viewall-link:hover::after,
.twitter-viewall-link:active::after,
.twitter-viewall-link:focus::after,
.featured-stories-viewall:hover::after,
.featured-stories-viewall:active::after,
.featured-stories-viewall:focus::after,
.learn-more-btn:hover::after,
.learn-more-btn:active::after,
.learn-more-btn:focus::after {
  transform: translateX(22px) scale(0.6);
  background-image: url('/themes/custom/hamilton/sass/components/tile-link/arrow-gray.svg');
}

.twitter-viewall-link {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .twitter-viewall-link {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .twitter-viewall-link {
    margin-top: 0;
  }
}

.daily-public-schedule .learn-more-btn::before {
  content: '';
  display: inline-block;
  border-top: solid 1px #393b3e !important;
  width: 74px;
  position: absolute;
  transform: translate(33px, 18px);
  transition: all 0.32s cubic-bezier(0.24, 1.17, 0.3, 1);
  opacity: 0;
}

.daily-public-schedule .learn-more-btn::after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url('/themes/custom/hamilton/sass/components/tile-link/arrow-right-gray.svg') !important;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 12px;
  position: relative;
  top: 7px;
  transition: all 0.3s cubic-bezier(0.24, 1, 0.3, 1);
}

.daily-public-schedule .learn-more-btn:hover,
.daily-public-schedule .learn-more-btn:active,
.daily-public-schedule .learn-more-btn:focus {
  background-color: transparent;
  color: #393b3e;
  text-decoration: none !important;
}

.daily-public-schedule .learn-more-btn:hover::before,
.daily-public-schedule .learn-more-btn:active::before,
.daily-public-schedule .learn-more-btn:focus::before {
  transform: translate(159px, 18px);
  width: 27px;
  opacity: 1;
  transition-delay: 0.05s;
}

.daily-public-schedule .learn-more-btn:hover::after,
.daily-public-schedule .learn-more-btn:active::after,
.daily-public-schedule .learn-more-btn:focus::after {
  transform: translateX(22px) scale(0.6);
  background-image: url('/themes/custom/hamilton/sass/components/tile-link/arrow-gray.svg') !important;
}

.featured-stories-viewall,
.daily-public-schedule .learn-more-btn {
  display: inline-block;
  margin-top: 0;
}

.featured-stories-viewall:hover::before,
.featured-stories-viewall:active::before,
.featured-stories-viewall:focus::before,
.daily-public-schedule .learn-more-btn:hover::before,
.daily-public-schedule .learn-more-btn:active::before,
.daily-public-schedule .learn-more-btn:focus::before {
  transform: translate(226px, 18px);
}

.featured-stories-viewall:hover::before {
  transform: translate(246px, 18px);
}

.daily-public-schedule .view-empty .learn-more-btn:hover::before,
.daily-public-schedule .view-empty .learn-more-btn:active::before,
.daily-public-schedule .view-empty .learn-more-btn:focus::before {
  transform: translate(314px, 18px);
}

.view-remarks-statements .more-link a {
  color: #0053a3;
  text-decoration: none;
  line-height: 18px;
  font-weight: 600;
}

.view-remarks-statements .more-link a:hover,
.view-remarks-statements .more-link a:focus,
.view-remarks-statements .more-link a:active {
  text-decoration: underline;
  line-height: 18px;
  color: #0053a3;
}

.sub-nav-group .view-mega-menu-news .more-link a {
  color: #0053a3;
  text-decoration: none;
  line-height: 18px;
  font-weight: 600;
}

.sub-nav-group .view-mega-menu-news .more-link a:hover,
.sub-nav-group .view-mega-menu-news .more-link a:focus,
.sub-nav-group .view-mega-menu-news .more-link a:active {
  text-decoration: underline;
  line-height: 18px;
  color: #0053a3;
}

.sub-nav-group#column-2 :hover .view-mega-menu-news .more-link a,
.sub-nav-group:active .view-mega-menu-news .more-link a,
.sub-nav-group:focus .view-mega-menu-news .more-link a {
  color: #0053a3;
  text-decoration: none;
  line-height: 18px;
  font-weight: 600;
}

.sub-nav-group#column-2 :hover .view-mega-menu-news .more-link a:hover,
.sub-nav-group#column-2 :hover .view-mega-menu-news .more-link a:focus,
.sub-nav-group#column-2 :hover .view-mega-menu-news .more-link a:active,
.sub-nav-group:active .view-mega-menu-news .more-link a:hover,
.sub-nav-group:active .view-mega-menu-news .more-link a:focus,
.sub-nav-group:active .view-mega-menu-news .more-link a:active,
.sub-nav-group:focus .view-mega-menu-news .more-link a:hover,
.sub-nav-group:focus .view-mega-menu-news .more-link a:focus,
.sub-nav-group:focus .view-mega-menu-news .more-link a:active {
  text-decoration: underline;
  line-height: 18px;
  color: #0053a3;
}

.sub-nav-group#column-3 .view-mega-menu-news .more-link a {
  color: #0053a3;
  text-decoration: none;
  line-height: 18px;
  font-weight: 600;
}

.sub-nav-group#column-3 .view-mega-menu-news .more-link a:hover,
.sub-nav-group#column-3 .view-mega-menu-news .more-link a:focus,
.sub-nav-group#column-3 .view-mega-menu-news .more-link a:active {
  text-decoration: underline;
  line-height: 18px;
  color: #0053a3;
}

form {
  margin: 0 0 1em;
}

label {
  margin: 0;
  display: inline-block;
  color: #323232;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
}

/* input[type='text'],
input[type='password'],
input[type='date'],
textarea {
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
} */
input[type='text']:focus,
input[type='password']:focus,
input[type='date']:focus,
textarea:focus {
  box-shadow: 0 0 5px #999;
  border-color: #999;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='date']:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999;
  outline: none;
}

input[type='text'][disabled],
input[type='password'][disabled],
input[type='date'][disabled],
textarea[disabled] {
  background-color: #e3e3e3;
}

input[type='file'],
input[type='checkbox'],
input[type='radio'],
select {
  margin: 0 0 1em;
}

input[type='file'] {
  width: 100%;
}

fieldset {
  border: solid 1px #e3e3e3;
  padding: 1.25em;
  margin: 1.125em 0;
}

fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}

.error .error textarea,
.error select {
  border-color: #ee696c;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}

.error input:focus,
.error textarea:focus,
.error select:focus {
  background: #fafafa;
  border-color: #999;
}

.error label,
.error label.error {
  color: #ee696c;
}

.error>small,
.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #ee696c;
  color: #fff;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error {
  border-color: #ee696c;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}

input.error:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999;
}

.error select {
  border-color: #ee696c;
  background-color: rgba(198, 15, 19, 0.1);
}

.error select:focus {
  background: #fafafa;
  border-color: #999;
}

label.error {
  color: #ee696c;
}

/* input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'] {
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='time']:focus,
input[type='url']:focus {
  box-shadow: 0 0 5px #999;
  border-color: #999;
}
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='time']:focus,
input[type='url']:focus {
  background: #fafafa;
  border-color: #999;
  outline: none;
}
input[type='datetime'][disabled],
input[type='datetime-local'][disabled],
input[type='month'][disabled],
input[type='week'][disabled],
input[type='email'][disabled],
input[type='number'][disabled],
input[type='search'][disabled],
input[type='tel'][disabled],
input[type='time'][disabled],
input[type='url'][disabled] {
  background-color: #e3e3e3;
} */
h1,
h2,
.sub-nav-group span.field--name-title {
  color: #393b3e;
  font-weight: 300;
  font-family: Merriweather, Cambria, serif;
  padding: 0 0 0.3em;
  margin: 0;
}

h4,
blockquote {
  font-weight: 600;
  font-family: 'Source Sans Pro', Calibri, sans-serif;
  padding: 0 0 0.3em;
  margin: 0;
  text-transform: uppercase;
}

h5 {
  font-size: 1.16em;
  font-weight: 400;
}

h5 a,
h5 a:link,
h5 a:visited {
  color: #00488e;
}

h6 {
  color: #666;
  font-weight: 600;
  font-size: 1em;
  font-family: 'Source Sans Pro', Calibri, sans-serif;
  text-transform: uppercase;
}

h6 a,
h6 a:link,
h6 a:visited {
  color: #00488e;
}

h1 {
  font-size: 40px;
  line-height: 115%;
  padding-bottom: 30px;
}

.block-page-title-block h1 {
  background-image: url('h1-underline.png');
  background-repeat: no-repeat;
  background-position: left bottom;
}

.path--node .block-page-title-block h1 {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

h2,
.sub-nav-group span.field--name-title {
  font-size: 150%;
  line-height: 145%;
}

@media (min-width: 1025px) {

  h2,
  .sub-nav-group span.field--name-title {
    font-size: 170%;
  }
}

@media (min-width: 1128px) {

  h2,
  .sub-nav-group span.field--name-title {
    font-size: 230%;
  }
}

h2 a,
.sub-nav-group span.field--name-title a,
h2 a:link,
h2 a:visited {
  color: #00488e;
}

h3 {
  font-size: 1.1em;
  line-height: 145%;
}

h3 a,
h3 a:link,
h3 a:visited {
  color: #00488e;
}

h4,
blockquote {
  font-size: 1.2em;
  line-height: 145%;
}

h4 a,
blockquote a,
h4 a:link,
h4 a:visited {
  color: #00488e;
}

.view-header h2,
.view-header .sub-nav-group span.field--name-title,
.sub-nav-group .view-header span.field--name-title {
  display: table-cell;
  white-space: pre;
  padding-right: 15px;
}

@media (min-width: 1025px) {

  .view-header h2,
  .view-header .sub-nav-group span.field--name-title,
  .sub-nav-group .view-header span.field--name-title {
    font-size: 40px;
    vertical-align: middle;
    margin-bottom: 15px;
    padding-right: 0.8em;
  }
}

.view-header h2 a,
.view-header .sub-nav-group span.field--name-title a,
.sub-nav-group .view-header span.field--name-title a {
  color: #393b3e;
  text-decoration: none;
  display: table;
  border-bottom: 3px solid transparent;
}

.view-header h2 a:hover,
.view-header .sub-nav-group span.field--name-title a:hover,
.sub-nav-group .view-header span.field--name-title a:hover,
.view-header h2 a:focus,
.view-header .sub-nav-group span.field--name-title a:focus,
.sub-nav-group .view-header span.field--name-title a:focus,
.view-header h2 a:active,
.view-header .sub-nav-group span.field--name-title a:active,
.sub-nav-group .view-header span.field--name-title a:active {
  color: #393b3e;
  text-decoration: none;
  border-bottom: 3px solid #0483af;
}

.view-header span.heading-border {
  display: table-cell;
  height: 1px;
  width: 100%;
  position: relative;
  vertical-align: middle;
}

.view-header span.heading-border .line {
  height: 1px;
  border-top: solid 1px #ccc;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}

.view-header a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.view-header a h2,
.view-header a .sub-nav-group span.field--name-title,
.sub-nav-group .view-header a span.field--name-title {
  color: #393b3e;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0;
}

.view-header a h2:after,
.view-header a .sub-nav-group span.field--name-title:after,
.sub-nav-group .view-header a span.field--name-title:after {
  transition: transform 0.3s ease-out, border-color 0.3s ease-out;
  position: relative;
  display: block;
  bottom: 1px;
  left: 0;
  right: 0;
  width: 100%;
  transform: scaleX(0);
  border-top: 3px solid transparent;
  content: '';
  padding-bottom: inherit;
}

.view-header a:hover.more--inline,
.view-header a:focus.more--inline,
.view-header a:active.more--inline {
  text-decoration: underline;
}

.view-header a:hover h2,
.view-header a:hover .sub-nav-group span.field--name-title,
.sub-nav-group .view-header a:hover span.field--name-title,
.view-header a:focus h2,
.view-header a:focus .sub-nav-group span.field--name-title,
.sub-nav-group .view-header a:focus span.field--name-title,
.view-header a:active h2,
.view-header a:active .sub-nav-group span.field--name-title,
.sub-nav-group .view-header a:active span.field--name-title {
  color: #393b3e;
}

.view-header a:hover h2:after,
.view-header a:hover .sub-nav-group span.field--name-title:after,
.sub-nav-group .view-header a:hover span.field--name-title:after,
.view-header a:focus h2:after,
.view-header a:focus .sub-nav-group span.field--name-title:after,
.sub-nav-group .view-header a:focus span.field--name-title:after,
.view-header a:active h2:after,
.view-header a:active .sub-nav-group span.field--name-title:after,
.sub-nav-group .view-header a:active span.field--name-title:after {
  border-top-color: #dcc928;
  transform: scaleX(1);
}

@media only screen and (max-width: 1024px) {

  .daily-public-schedule .view-header,
  .view-data-center .view-header {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .view-featured-stories .view-header {
    margin-bottom: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  .view-featured-stories .view-header h2,
  .view-featured-stories .view-header .sub-nav-group span.field--name-title,
  .sub-nav-group .view-featured-stories .view-header span.field--name-title {
    padding-bottom: 20px !important;
  }
}

.featued-stories--list-block {
  padding: 0;
  margin: 0;
}

.featued-stories--list-block .view-header {
  border-bottom: 1px #e3e3e3 solid;
  margin-bottom: 15px;
}

.featued-stories--list-block .view-header h2,
.featued-stories--list-block .view-header .sub-nav-group span.field--name-title,
.sub-nav-group .featued-stories--list-block .view-header span.field--name-title {
  display: inline-block;
}

.featued-stories--list-block .view-header .more,
.featued-stories--list-block .view-header .more--inline {
  text-align: right;
}

.view-data-center .view-header {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .view-data-center .view-header {
    margin-bottom: 0;
  }
}

header.view-header {
  border-bottom: none;
}

header h2,
header .sub-nav-group span.field--name-title,
.sub-nav-group header span.field--name-title {
  vertical-align: middle;
  padding: 0;
  padding-right: 0.8em;
}

.view-custom-taxonomy-term .view-header {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
}

.view-custom-taxonomy-term .view-header h1 {
  display: inline-block;
  padding-bottom: 0;
}

.view-custom-taxonomy-term .view-header .more,
.view-custom-taxonomy-term .view-header .more--inline {
  text-align: right;
}

.view-custom-taxonomy-term h2,
.view-custom-taxonomy-term .sub-nav-group span.field--name-title,
.sub-nav-group .view-custom-taxonomy-term span.field--name-title {
  padding-top: 0;
}

.latest-news .date-format {
  margin: 15px 0 10px;
  font-size: 13px;
  font-weight: normal;
}

.latest-news .view-header {
  border-bottom: 1px #e3e3e3 solid;
  margin-bottom: 15px;
}

.latest-news .view-header h2,
.latest-news .view-header .sub-nav-group span.field--name-title,
.sub-nav-group .latest-news .view-header span.field--name-title,
.latest-news .view-header h3 {
  display: inline-block;
  border-bottom: none;
  padding-bottom: 0.2em;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 1.18;
  font-weight: bold;
  margin-top: 10px;
  font-size: 24px;
  color: #0053a3;
  font-family: 'Source Sans Pro', Calibri, sans-serif;
}

.latest-news .view-header .more,
.latest-news .view-header .more--inline {
  text-align: right;
}

.block-views-blockmedia-items-block-1 {
  padding: 0;
  margin: 0;
}

.block-views-blockmedia-items-block-1 .view-header {
  border-bottom: 1px #e3e3e3 solid;
  margin-bottom: 15px;
}

.block-views-blockmedia-items-block-1 .view-header h2,
.block-views-blockmedia-items-block-1 .view-header .sub-nav-group span.field--name-title,
.sub-nav-group .block-views-blockmedia-items-block-1 .view-header span.field--name-title {
  display: inline-block;
}

.block-views-blockmedia-items-block-1 .view-header .more,
.block-views-blockmedia-items-block-1 .view-header .more--inline {
  text-align: right;
}

.featured-stories__headline,
.featured-stories--vertical__headline {
  font-size: 24px;
  line-height: 32px;
  font-family: Merriweather, Cambria, serif;
  font-weight: 300;
  text-transform: none !important;
  line-height: 1.4 !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  margin-top: 0 !important;
}

@media (max-width: 767px) {

  .featured-stories__headline,
  .featured-stories--vertical__headline {
    font-size: 18px;
    line-height: 24px;
  }
}

.featured-stories__headline a,
.featured-stories__headline a:link,
.featured-stories__headline a:visited,
.featured-stories--vertical__headline a,
.featured-stories--vertical__headline a:link,
.featured-stories--vertical__headline a:visited {
  color: #393b3e !important;
}

.featured-stories__headline a:focus,
.featured-stories__headline a:hover,
.featured-stories__headline a:link:focus,
.featured-stories__headline a:link:hover,
.featured-stories__headline a:visited:focus,
.featured-stories__headline a:visited:hover,
.featured-stories--vertical__headline a:focus,
.featured-stories--vertical__headline a:hover,
.featured-stories--vertical__headline a:link:focus,
.featured-stories--vertical__headline a:link:hover,
.featured-stories--vertical__headline a:visited:focus,
.featured-stories--vertical__headline a:visited:hover {
  color: #393b3e !important;
  text-decoration: underline;
}

.featured-stories__headline a:visited,
.featured-stories--vertical__headline a:visited {
  color: purple !important;
}

.block-page-title-block h1,
.block-page-title-block h2,
.block-page-title-block .sub-nav-group span.field--name-title,
.sub-nav-group .block-page-title-block span.field--name-title {
  font-size: 40px;
  line-height: 115%;
  padding-bottom: 30px;
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {

  .block-page-title-block h1,
  .block-page-title-block h2,
  .block-page-title-block .sub-nav-group span.field--name-title,
  .sub-nav-group .block-page-title-block span.field--name-title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {

  .block-page-title-block h1,
  .block-page-title-block h2,
  .block-page-title-block .sub-nav-group span.field--name-title,
  .sub-nav-group .block-page-title-block span.field--name-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.featured-stories .date-format time,
.featured-stories--vertical .date-format time {
  font-size: 13px;
  font-weight: normal;
}

.featured-stories .subcategory a,
.featured-stories--vertical .subcategory a {
  font-size: 14px;
  line-height: 1.4;
}

.path--news .featured-stories__headline {
  margin-bottom: 20px;
  letter-spacing: 0px;
  line-height: 1.4;
}

@media screen and (max-width: 1023px) {
  .path--news .featured-stories__headline {
    margin-bottom: 15px;
  }

  .path--news .featured-stories__headline a {
    display: block;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 1023px) {
  .path--news .pager {
    border-top: none;
  }
}

.layoutmanager h3 {
  font-weight: 600;
  font-family: 'Source Sans Pro', Calibri, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.18;
  font-weight: bold;
  margin-top: 10px;
  font-size: 24px;
  color: #0053a3;
}

.block-menu h3,
.block-menu h2,
.block-menu .sub-nav-group span.field--name-title,
.sub-nav-group .block-menu span.field--name-title,
.block-menu h3 a,
.block-menu h2 a,
.block-menu .sub-nav-group span.field--name-title a,
.sub-nav-group .block-menu span.field--name-title a {
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
  margin-top: 0px !important;
  font-size: 24px !important;
  color: #0053a3 !important;
  padding: 0px 0 20px !important;
}

h3 {
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
  margin-top: 20px !important;
  font-size: 24px !important;
  color: #0053a3 !important;
  margin: 20px 0 !important;
}

h4,
blockquote {
  color: #393b00;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0 20px;
  text-transform: none;
}

h5 {
  color: #4b8000 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin: 20px 0 !important;
}

h6 {
  color: #666 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin: 20px 0 15px !important;
}

.block-page-title-block h2,
.block-page-title-block .sub-nav-group span.field--name-title,
.sub-nav-group .block-page-title-block span.field--name-title,
.block-page-title-block h1,
.layoutmanager h2,
.layoutmanager .sub-nav-group span.field--name-title,
.sub-nav-group .layoutmanager span.field--name-title,
.layoutmanager h1 {
  font-size: 24px !important;
  line-height: 115% !important;
  padding-bottom: 30px !important;
  margin-top: 10px !important;
  margin-bottom: 22px;
  background-image: url('h1-underline.png') !important;
  background-repeat: no-repeat !important;
  background-position: left bottom !important;
  color: #393b3e !important;
  font-weight: 300 !important;
  font-family: Merriweather, Cambria, serif !important;
  margin: 0 !important;
}

@media (min-width: 768px) {

  .block-page-title-block h2,
  .block-page-title-block .sub-nav-group span.field--name-title,
  .sub-nav-group .block-page-title-block span.field--name-title,
  .block-page-title-block h1,
  .layoutmanager h2,
  .layoutmanager .sub-nav-group span.field--name-title,
  .sub-nav-group .layoutmanager span.field--name-title,
  .layoutmanager h1 {
    font-size: 30px !important;
  }
}

@media (min-width: 1025px) {

  .block-page-title-block h2,
  .block-page-title-block .sub-nav-group span.field--name-title,
  .sub-nav-group .block-page-title-block span.field--name-title,
  .block-page-title-block h1,
  .layoutmanager h2,
  .layoutmanager .sub-nav-group span.field--name-title,
  .sub-nav-group .layoutmanager span.field--name-title,
  .layoutmanager h1 {
    font-size: 40px !important;
  }
}

h3.super-header-title {
  text-transform: none !important;
  font-style: italic !important;
  font-family: georgia !important;
  font-weight: 300 !important;
  color: #5e5e5e !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  padding: 10px 0 !important;
}

@media screen and (max-width: 1459px) {
  h3.super-header-title {
    padding-left: 50px !important;
  }
}

.menu--portal-footer h3 {
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-family: 'Source Sans Pro', Calibri, sans-serif !important;
  padding: 0 0 0.3em !important;
  margin: 0 !important;
  font-size: 1.1em !important;
  letter-spacing: 0 !important;
}

.path--front .tile-link-block h3,
.path--front .tile-link-block h3 a {
  font-family: Merriweather, Cambria, serif !important;
  color: #fff !important;
  font-size: 20px;
}

@media (min-width: 768px) {

  .path--front .tile-link-block h3,
  .path--front .tile-link-block h3 a {
    font-size: 26px !important;
  }
}

@media (min-width: 1025px) {

  .path--front .tile-link-block h3,
  .path--front .tile-link-block h3 a {
    font-size: 40px !important;
  }
}

.path--front .slide__headline h2,
.path--front .slide__headline .sub-nav-group span.field--name-title,
.sub-nav-group .path--front .slide__headline span.field--name-title,
.path--front .slide__headline h2 a,
.path--front .slide__headline .sub-nav-group span.field--name-title a,
.sub-nav-group .path--front .slide__headline span.field--name-title a {
  font-family: Merriweather, Cambria, serif !important;
  color: #fff !important;
  font-size: 30px;
}

@media (min-width: 768px) {

  .path--front .slide__headline h2,
  .path--front .slide__headline .sub-nav-group span.field--name-title,
  .sub-nav-group .path--front .slide__headline span.field--name-title,
  .path--front .slide__headline h2 a,
  .path--front .slide__headline .sub-nav-group span.field--name-title a,
  .sub-nav-group .path--front .slide__headline span.field--name-title a {
    font-size: 48px !important;
  }
}

@media (min-width: 1025px) {

  .path--front .slide__headline h2,
  .path--front .slide__headline .sub-nav-group span.field--name-title,
  .sub-nav-group .path--front .slide__headline span.field--name-title,
  .path--front .slide__headline h2 a,
  .path--front .slide__headline .sub-nav-group span.field--name-title a,
  .sub-nav-group .path--front .slide__headline span.field--name-title a {
    font-size: 60px !important;
  }
}

.mm h2,
.mm .sub-nav-group span.field--name-title,
.sub-nav-group .mm span.field--name-title {
  margin-top: 0 !important;
  margin-bottom: 2px !important;
}

.tile-link-block h3 {
  text-transform: none !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
}

.sub-nav h2,
.sub-nav .sub-nav-group span.field--name-title,
.sub-nav-group .sub-nav span.field--name-title,
.sub-nav h2 a,
.sub-nav .sub-nav-group span.field--name-title a,
.sub-nav-group .sub-nav span.field--name-title a {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 15px !important;
  padding-left: 0;
  letter-spacing: 0.04em;
  margin-bottom: 2px !important;
  color: #393b36 !important;
  font-weight: 600 !important;
  line-height: 18px;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
.ui-dialog .ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-dialog .ui-widget .ui-widget {
  font-size: 1em;
}

.ui-dialog .ui-widget input,
.ui-dialog .ui-widget select,
.ui-dialog .ui-widget textarea,
.ui-dialog .ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-dialog.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff url('/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x;
  color: #222;
}

.ui-dialog.ui-widget-content a {
  color: #222;
}

.ui-dialog .ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url('/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png') 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}

.ui-dialog .ui-widget-header a {
  color: #222;
}

.ui-dialog .ui-state-default,
.ui-dialog.ui-widget-content .ui-state-default,
.ui-dialog .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url('/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png') 50% 50% repeat-x;
  font-weight: normal;
  color: #555;
}

.ui-dialog .ui-state-default a,
.ui-dialog .ui-state-default a:link,
.ui-dialog .ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-dialog .ui-state-hover,
.ui-dialog.ui-widget-content .ui-state-hover,
.ui-dialog .ui-widget-header .ui-state-hover,
.ui-dialog .ui-state-focus,
.ui-dialog.ui-widget-content .ui-state-focus,
.ui-dialog .ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url('/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png') 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-dialog .ui-state-hover a,
.ui-dialog .ui-state-hover a:hover,
.ui-dialog .ui-state-hover a:link,
.ui-dialog .ui-state-hover a:visited,
.ui-dialog .ui-state-focus a,
.ui-dialog .ui-state-focus a:hover,
.ui-dialog .ui-state-focus a:link,
.ui-dialog .ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-dialog .ui-state-active,
.ui-dialog.ui-widget-content .ui-state-active,
.ui-dialog .ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url('/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png') 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-dialog .ui-state-active a,
.ui-dialog .ui-state-active a:link,
.ui-dialog .ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-dialog .ui-state-highlight,
.ui-dialog.ui-widget-content .ui-state-highlight,
.ui-dialog .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url('/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png') 50% 50% repeat-x;
  color: #363636;
}

.ui-dialog .ui-state-highlight a,
.ui-dialog.ui-widget-content .ui-state-highlight a,
.ui-dialog .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-dialog .ui-state-error,
.ui-dialog.ui-widget-content .ui-state-error,
.ui-dialog .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url('/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png') 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-dialog .ui-state-error a,
.ui-dialog.ui-widget-content .ui-state-error a,
.ui-dialog .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-dialog .ui-state-error-text,
.ui-dialog.ui-widget-content .ui-state-error-text,
.ui-dialog .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-dialog .ui-priority-primary,
.ui-dialog.ui-widget-content .ui-priority-primary,
.ui-dialog .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-dialog .ui-priority-secondary,
.ui-dialog.ui-widget-content .ui-priority-secondary,
.ui-dialog .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-dialog .ui-state-disabled,
.ui-dialog.ui-widget-content .ui-state-disabled,
.ui-dialog .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-dialog .ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-dialog .ui-icon {
  width: 16px;
  height: 16px;
}

.ui-dialog .ui-icon,
.ui-dialog.ui-widget-content .ui-icon {
  background-image: url('/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_222222_256x240.png');
}

.ui-dialog .ui-widget-header .ui-icon {
  background-image: url('/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_222222_256x240.png');
}

.ui-dialog .ui-state-default .ui-icon {
  background-image: url('/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_888888_256x240.png');
}

.ui-dialog .ui-state-hover .ui-icon,
.ui-dialog .ui-state-focus .ui-icon {
  background-image: url('/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_454545_256x240.png');
}

.ui-dialog .ui-state-active .ui-icon {
  background-image: url('/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_454545_256x240.png');
}

.ui-dialog .ui-state-highlight .ui-icon {
  background-image: url('/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_2e83ff_256x240.png');
}

.ui-dialog .ui-state-error .ui-icon,
.ui-dialog .ui-state-error-text .ui-icon {
  background-image: url('/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_cd0a0a_256x240.png');
}

.ui-dialog .ui-icon-blank {
  background-position: 16px 16px;
}

.ui-dialog .ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-dialog .ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-dialog .ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-dialog .ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-dialog .ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-dialog .ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-dialog .ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-dialog .ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-dialog .ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-dialog .ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-dialog .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-dialog .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-dialog .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-dialog .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-dialog .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-dialog .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-dialog .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-dialog .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-dialog .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-dialog .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-dialog .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-dialog .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-dialog .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-dialog .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-dialog .ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-dialog .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-dialog .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-dialog .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-dialog .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-dialog .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-dialog .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-dialog .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-dialog .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-dialog .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-dialog .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-dialog .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-dialog .ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-dialog .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-dialog .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-dialog .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-dialog .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-dialog .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-dialog .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-dialog .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-dialog .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-dialog .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-dialog .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-dialog .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-dialog .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-dialog .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-dialog .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-dialog .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-dialog .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-dialog .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-dialog .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-dialog .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-dialog .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-dialog .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-dialog .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-dialog .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-dialog .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-dialog .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-dialog .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-dialog .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-dialog .ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-dialog .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-dialog .ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-dialog .ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-dialog .ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-dialog .ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-dialog .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-dialog .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-dialog .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-dialog .ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-dialog .ui-icon-document {
  background-position: -32px -96px;
}

.ui-dialog .ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-dialog .ui-icon-note {
  background-position: -64px -96px;
}

.ui-dialog .ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-dialog .ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-dialog .ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-dialog .ui-icon-comment {
  background-position: -128px -96px;
}

.ui-dialog .ui-icon-person {
  background-position: -144px -96px;
}

.ui-dialog .ui-icon-print {
  background-position: -160px -96px;
}

.ui-dialog .ui-icon-trash {
  background-position: -176px -96px;
}

.ui-dialog .ui-icon-locked {
  background-position: -192px -96px;
}

.ui-dialog .ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-dialog .ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-dialog .ui-icon-tag {
  background-position: -240px -96px;
}

.ui-dialog .ui-icon-home {
  background-position: 0 -112px;
}

.ui-dialog .ui-icon-flag {
  background-position: -16px -112px;
}

.ui-dialog .ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-dialog .ui-icon-cart {
  background-position: -48px -112px;
}

.ui-dialog .ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-dialog .ui-icon-clock {
  background-position: -80px -112px;
}

.ui-dialog .ui-icon-disk {
  background-position: -96px -112px;
}

.ui-dialog .ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-dialog .ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-dialog .ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-dialog .ui-icon-search {
  background-position: -160px -112px;
}

.ui-dialog .ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-dialog .ui-icon-gear {
  background-position: -192px -112px;
}

.ui-dialog .ui-icon-heart {
  background-position: -208px -112px;
}

.ui-dialog .ui-icon-star {
  background-position: -224px -112px;
}

.ui-dialog .ui-icon-link {
  background-position: -240px -112px;
}

.ui-dialog .ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-dialog .ui-icon-plus {
  background-position: -16px -128px;
}

.ui-dialog .ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-dialog .ui-icon-minus {
  background-position: -48px -128px;
}

.ui-dialog .ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-dialog .ui-icon-close {
  background-position: -80px -128px;
}

.ui-dialog .ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-dialog .ui-icon-key {
  background-position: -112px -128px;
}

.ui-dialog .ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-dialog .ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-dialog .ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-dialog .ui-icon-copy {
  background-position: -176px -128px;
}

.ui-dialog .ui-icon-contact {
  background-position: -192px -128px;
}

.ui-dialog .ui-icon-image {
  background-position: -208px -128px;
}

.ui-dialog .ui-icon-video {
  background-position: -224px -128px;
}

.ui-dialog .ui-icon-script {
  background-position: -240px -128px;
}

.ui-dialog .ui-icon-alert {
  background-position: 0 -144px;
}

.ui-dialog .ui-icon-info {
  background-position: -16px -144px;
}

.ui-dialog .ui-icon-notice {
  background-position: -32px -144px;
}

.ui-dialog .ui-icon-help {
  background-position: -48px -144px;
}

.ui-dialog .ui-icon-check {
  background-position: -64px -144px;
}

.ui-dialog .ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-dialog .ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-dialog .ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-dialog .ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-dialog .ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-dialog .ui-icon-play {
  background-position: 0 -160px;
}

.ui-dialog .ui-icon-pause {
  background-position: -16px -160px;
}

.ui-dialog .ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-dialog .ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-dialog .ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-dialog .ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-dialog .ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-dialog .ui-icon-stop {
  background-position: -96px -160px;
}

.ui-dialog .ui-icon-eject {
  background-position: -112px -160px;
}

.ui-dialog .ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-dialog .ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-dialog .ui-icon-power {
  background-position: 0 -176px;
}

.ui-dialog .ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-dialog .ui-icon-signal {
  background-position: -32px -176px;
}

.ui-dialog .ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-dialog .ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-dialog .ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-dialog .ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-dialog .ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-dialog .ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-dialog .ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-dialog .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-dialog .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-dialog .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-dialog .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-dialog .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-dialog .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-dialog .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-dialog .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-dialog .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-dialog .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-dialog .ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-dialog .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-dialog .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-dialog .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-dialog .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-dialog .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-dialog .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-dialog .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-dialog .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-dialog .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-dialog .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-dialog .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-dialog .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-dialog .ui-corner-all,
.ui-dialog .ui-corner-top,
.ui-dialog .ui-corner-left,
.ui-dialog .ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-dialog .ui-corner-all,
.ui-dialog .ui-corner-top,
.ui-dialog .ui-corner-right,
.ui-dialog .ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-dialog .ui-corner-all,
.ui-dialog .ui-corner-bottom,
.ui-dialog .ui-corner-left,
.ui-dialog .ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-dialog .ui-corner-all,
.ui-dialog .ui-corner-bottom,
.ui-dialog .ui-corner-right,
.ui-dialog .ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #aaa url('/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url('/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

.roman-upper li {
  list-style-type: upper-roman;
}

.roman-lower li {
  list-style-type: lower-roman;
}

.alpha-upper li {
  list-style-type: upper-alpha;
}

.alpha-lower li {
  list-style-type: lower-alpha;
}

.mq--t {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.mq--t:after {
  content: ' ';
  display: block;
  clear: both;
}

.breadcrumb-container {
  max-width: 100vw;
}

.breadcrumb-container .breadcrumb {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb-container .breadcrumb:after {
  content: ' ';
  display: block;
  clear: both;
}

.breadcrumb-container #block-hamilton-breadcrumbs {
  background-color: #f1f2f2;
  padding-bottom: 0;
  margin-bottom: 80px;
  position: relative;
  top: 40px;
}

@media screen and (max-width: 1024px) {
  .breadcrumb-container #block-hamilton-breadcrumbs {
    margin-bottom: 0px;
    top: 0px;
  }
}

body.toolbar-fixed .breadcrumb-container #block-hamilton-breadcrumbs {
  top: 40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  body.toolbar-fixed .breadcrumb-container #block-hamilton-breadcrumbs {
    margin-bottom: 0px;
    top: -40px;
  }
}

.content__container:focus {
  outline: none;
}

.preface-region {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .preface-region {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.toolbar-fixed.toolbar-tray-open .hero-region {
  margin-top: 195px !important;
}

@media (min-width: 768px) {
  .body-sidebars-first aside.sidebar-first {
    width: 18.0573329921%;
    float: left;
    margin-right: 3.5065267469%;
  }

  .body-sidebars-first aside.sidebar-first>* {
    padding-left: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .body-sidebars-first aside.sidebar-first {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .body-sidebars-first section#content {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-top: 50px;
  }

  .body-sidebars-first section#content>* {
    padding-right: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .body-sidebars-first section#content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .body-sidebars-second aside.sidebar-second {
    width: 22.3701049399%;
    float: right;
    margin-right: 0;
  }

  .body-sidebars-second aside.sidebar-second>* {
    padding-right: 15px;
  }

  .body-sidebars-second section#content {
    width: 74.1233683133%;
    float: left;
    margin-right: 3.5065267469%;
  }

  .body-sidebars-second section#content>* {
    padding-left: 25px;
  }
}

.body-sidebars-both aside.sidebar-first {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .body-sidebars-both aside.sidebar-first {
    width: 15.9050445104%;
    float: left;
    margin-right: 3.5014836795%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .body-sidebars-both aside.sidebar-first {
    width: 74.1246290801%;
    float: left;
    margin-right: 3.5014836795%;
  }
}

.body-sidebars-both section#content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .body-sidebars-both section#content {
    width: 54.7181008902%;
    float: left;
    margin-right: 3.5014836795%;
    margin-left: 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .body-sidebars-both section#content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.body-sidebars-both aside.sidebar-second {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .body-sidebars-both aside.sidebar-second {
    width: 22.3738872404%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .body-sidebars-both aside.sidebar-second {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.body-sidebars-none section#content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

aside.sidebar {
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  #main-content .mq--t {
    display: flex;
    flex-flow: column;
  }

  #main-content #content {
    order: 1;
    margin-top: 15px;
  }

  aside#sidebar-first {
    order: 2;
  }

  aside#sidebar-second {
    order: 3;
  }
}

@media screen and (min-width: 336px) and (max-width: 767px) and (max-height: 447px) {

  .body-sidebars-first #content,
  .body-sidebars-both #content {
    margin-top: -260px !important;
  }
}

.sidebars .view-latest-news a {
  display: block;
  padding: 0px 0 0.875em;
  line-height: 1.35;
  font-size: 0.875em;
}

.sidebars .block-menu h2,
.sidebars .block-menu .sub-nav-group span.field--name-title,
.sub-nav-group .sidebars .block-menu span.field--name-title {
  margin-top: 10px !important;
}

#two-two {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#two-two:after {
  content: ' ';
  display: block;
  clear: both;
}

@media (min-width: 768px) {

  #two-two .two-two-row1-col1,
  #two-two .two-two-row2-col1 {
    width: 56.5217391304%;
    float: left;
    margin-right: 4.347826087%;
  }
}

@media (min-width: 768px) {

  #two-two .two-two-row1-col2,
  #two-two .two-two-row2-col2 {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  #two-two .two-two-row2-col1,
  #two-two .two-two-row2-col2 {
    width: 100%;
    float: none;
  }
}

.treas-accent-card {
  box-sizing: border-box;
  background-color: #083c6f;
  padding: 2rem 2.5rem;
  color: #fff !important;
  background-image: url('/themes/custom/hamilton/sass/components/accent-card/treas-seal-bg.png');
  background-repeat: no-repeat;
  background-position: 0% 60%;
  background-size: 160% auto;
  margin-bottom: 1.5rem;
  display: flex;
  flex-flow: column;
  cursor: pointer;
  text-decoration: none;
}

.treas-accent-card:hover,
.treas-accent-card:focus {
  color: #fff !important;
  text-decoration: none !important;
}

.treas-accent-card--title {
  margin: 0;
  font-family: 'Merriweather', cambria, georgia, serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0rem;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .treas-accent-card--title {
    max-width: 90%;
  }
}

.treas-accent-card--text {
  margin-bottom: 0rem;
  font-size: 1rem;
  color: #fff !important;
}

@media screen and (min-width: 1024px) {
  .treas-accent-card--text {
    max-width: 90%;
  }
}

.treas-accent-card--action {
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  color: #fff !important;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  align-self: flex-end;
}

.treas-accent-card--action-2 {
  display: block;
  color: #fff !important;
}

.treas-accent-card-grid,
.treas-accent-card-grid .layout__region {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.treas-accent-card-grid .treas-accent-card,
.treas-accent-card-grid .layout__region .treas-accent-card {
  width: 100%;
  margin-bottom: 1.5rem;
  min-width: 286px;
}

@media screen and (min-width: 1024px) {

  .treas-accent-card-grid-2 .treas-accent-card,
  .treas-accent-card-grid-2 .layout__region .treas-accent-card,
  .treas-accent-card-grid .layout__region-2 .treas-accent-card,
  .treas-accent-card-grid .layout__region-2 .layout__region .treas-accent-card {
    width: 48.5%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {

  .treas-accent-card-grid-3 .treas-accent-card,
  .treas-accent-card-grid-3 .layout__region .treas-accent-card,
  .treas-accent-card-grid .layout__region-3 .treas-accent-card,
  .treas-accent-card-grid .layout__region-3 .layout__region .treas-accent-card {
    width: 32%;
    margin-bottom: 2.25%;
  }
}

@media screen and (min-width: 1024px) {

  .treas-accent-card-grid-4 .treas-accent-card,
  .treas-accent-card-grid-4 .layout__region .treas-accent-card,
  .treas-accent-card-grid .layout__region-4 .treas-accent-card,
  .treas-accent-card-grid .layout__region-4 .layout__region .treas-accent-card {
    width: 23.5%;
    margin-bottom: 2.25%;
  }
}

.treas-accent-card-grid-4 .treas-accent-card--title,
.treas-accent-card-grid-4 .layout__region .treas-accent-card--title,
.treas-accent-card-grid .layout__region-4 .treas-accent-card--title,
.treas-accent-card-grid .layout__region-4 .layout__region .treas-accent-card--title {
  font-size: 2rem;
}

@media screen and (min-width: 800px) {

  .treas-accent-card-grid-4 .treas-accent-card--title,
  .treas-accent-card-grid-4 .layout__region .treas-accent-card--title,
  .treas-accent-card-grid .layout__region-4 .treas-accent-card--title,
  .treas-accent-card-grid .layout__region-4 .layout__region .treas-accent-card--title {
    max-width: 100%;
  }
}

.treas-accent-card-grid-4 .treas-accent-card--text,
.treas-accent-card-grid-4 .layout__region .treas-accent-card--text,
.treas-accent-card-grid .layout__region-4 .treas-accent-card--text,
.treas-accent-card-grid .layout__region-4 .layout__region .treas-accent-card--text {
  font-size: 0.9rem;
}

@media screen and (min-width: 800px) {

  .treas-accent-card-grid-4 .treas-accent-card--text,
  .treas-accent-card-grid-4 .layout__region .treas-accent-card--text,
  .treas-accent-card-grid .layout__region-4 .treas-accent-card--text,
  .treas-accent-card-grid .layout__region-4 .layout__region .treas-accent-card--text {
    max-width: 100%;
  }
}

.treas-accent-card--primary {
  background-color: #0053a2;
}

.treas-accent-card--primary-darker {
  background-color: #083c6f;
}

.treas-accent-card--secondary {
  background-color: #2e8540;
}

.treas-accent-card--secondary-darker {
  background-color: #175624;
}

.treas-accent-card--base {
  background-color: #757575;
}

.treas-accent-card--base-darker {
  background-color: #3d3d3d;
}

.treas-accent-card--red {
  background-color: #a41e26;
}

.treas-accent-card--red-darker {
  background-color: #7f2324;
}

.treas-accent-card--gold {
  background-color: #c49f04;
  text-shadow: 1px 1px 0px #000;
}

.treas-accent-card--gold-darker {
  background-color: #655731;
}

.treas-accent-card--purple {
  background-color: #491780;
}

.strat-accent-card {
  box-sizing: border-box;
  padding: 1rem 1.5rem;
  color: #fff !important;
  background-image: url(/themes/custom/hamilton/sass/components/accent-card/treas-seal-bg.png);
  background-repeat: no-repeat;
  background-position: 0% 60%;
  background-size: 160% auto;
  margin-bottom: 1.5rem;
  display: flex;
  flex-flow: column;
  cursor: pointer;
  text-decoration: none;
  min-height: 200px;
}

.strat-accent-card--text {
  margin-bottom: 0rem;
  font-size: 1rem;
  color: #fff !important;
}

@media screen and (min-width: 1024px) {
  .strat-accent-card--text {
    max-width: 90%;
  }
}

.strat-accent-card--title {
  margin-right: 1rem;
  font-family: 'Merriweather', cambria, georgia, serif;
  font-size: 1.5rem !important;
  font-weight: 300;
  letter-spacing: 0rem;
  line-height: 1.1;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .strat-accent-card--title {
    max-width: 90%;
  }
}

.strat-accent-card--link {
  color: #fff !important;
  text-decoration: none !important;
}

.strat-accent-card--link:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.strat-svg-container {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}

.sidebar-accent-card {
  box-sizing: border-box;
  background-color: #083c6f;
  padding: 1.5rem 2rem;
  color: #fff !important;
  background-image: url('/themes/custom/hamilton/sass/components/accent-card/treas-seal-bg.png');
  background-repeat: no-repeat;
  background-position: 0% 60%;
  background-size: 160% auto;
  margin-bottom: 1.5rem;
  display: flex;
  flex-flow: column;
  cursor: pointer;
  text-decoration: none;
}

.sidebar-accent-card:hover,
.sidebar-accent-card:focus {
  color: #fff !important;
  text-decoration: none !important;
}

.sidebar-accent-card--title {
  margin: 0;
  font-family: 'Merriweather', cambria, georgia, serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0rem;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .sidebar-accent-card--title {
    max-width: 90%;
  }
}

.sidebar-accent-card--text {
  margin-bottom: 0rem;
  font-size: 1rem;
  color: #fff !important;
}

@media screen and (min-width: 1024px) {
  .sidebar-accent-card--text {
    max-width: 90%;
  }
}

.sidebar-accent-card--action {
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  color: #fff !important;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  align-self: flex-end;
}

.sidebar-accent-card--action-2 {
  display: block;
  color: #fff !important;
}

.sidebar-accent-card-grid,
.sidebar-accent-card-grid .layout__region {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.sidebar-accent-card-grid .sidebar-accent-card,
.sidebar-accent-card-grid .layout__region .sidebar-accent-card {
  width: 100%;
  margin-bottom: 1.5rem;
  min-width: 286px;
}

@media screen and (min-width: 1024px) {

  .sidebar-accent-card-grid-2 .sidebar-accent-card,
  .sidebar-accent-card-grid-2 .layout__region .sidebar-accent-card,
  .sidebar-accent-card-grid .layout__region-2 .sidebar-accent-card,
  .sidebar-accent-card-grid .layout__region-2 .layout__region .sidebar-accent-card {
    width: 48.5%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {

  .sidebar-accent-card-grid-3 .sidebar-accent-card,
  .sidebar-accent-card-grid-3 .layout__region .sidebar-accent-card,
  .sidebar-accent-card-grid .layout__region-3 .sidebar-accent-card,
  .sidebar-accent-card-grid .layout__region-3 .layout__region .sidebar-accent-card {
    width: 32%;
    margin-bottom: 2.25%;
  }
}

@media screen and (min-width: 1024px) {

  .sidebar-accent-card-grid-4 .sidebar-accent-card,
  .sidebar-accent-card-grid-4 .layout__region .sidebar-accent-card,
  .sidebar-accent-card-grid .layout__region-4 .sidebar-accent-card,
  .sidebar-accent-card-grid .layout__region-4 .layout__region .sidebar-accent-card {
    width: 23.5%;
    margin-bottom: 2.25%;
  }
}

.sidebar-accent-card-grid-4 .sidebar-accent-card--title,
.sidebar-accent-card-grid-4 .layout__region .sidebar-accent-card--title,
.sidebar-accent-card-grid .layout__region-4 .sidebar-accent-card--title,
.sidebar-accent-card-grid .layout__region-4 .layout__region .sidebar-accent-card--title {
  font-size: 2rem;
}

@media screen and (min-width: 800px) {

  .sidebar-accent-card-grid-4 .sidebar-accent-card--title,
  .sidebar-accent-card-grid-4 .layout__region .sidebar-accent-card--title,
  .sidebar-accent-card-grid .layout__region-4 .sidebar-accent-card--title,
  .sidebar-accent-card-grid .layout__region-4 .layout__region .sidebar-accent-card--title {
    max-width: 100%;
  }
}

.sidebar-accent-card-grid-4 .sidebar-accent-card--text,
.sidebar-accent-card-grid-4 .layout__region .sidebar-accent-card--text,
.sidebar-accent-card-grid .layout__region-4 .sidebar-accent-card--text,
.sidebar-accent-card-grid .layout__region-4 .layout__region .sidebar-accent-card--text {
  font-size: 0.9rem;
}

@media screen and (min-width: 800px) {

  .sidebar-accent-card-grid-4 .sidebar-accent-card--text,
  .sidebar-accent-card-grid-4 .layout__region .sidebar-accent-card--text,
  .sidebar-accent-card-grid .layout__region-4 .sidebar-accent-card--text,
  .sidebar-accent-card-grid .layout__region-4 .layout__region .sidebar-accent-card--text {
    max-width: 100%;
  }
}

.sidebar-accent-card--primary {
  background-color: #0053a2;
}

.sidebar-accent-card--primary-darker {
  background-color: #083c6f;
}

.sidebar-accent-card--secondary {
  background-color: #2e8540;
}

.sidebar-accent-card--secondary-darker {
  background-color: #175624;
}

.sidebar-accent-card--base {
  background-color: #757575;
}

.sidebar-accent-card--base-darker {
  background-color: #3d3d3d;
}

.sidebar-accent-card--red {
  background-color: #a41e26;
}

.sidebar-accent-card--red-darker {
  background-color: #7f2324;
}

.sidebar-accent-card--gold {
  background-color: #c49f04;
  text-shadow: 1px 1px 0px #000;
}

.sidebar-accent-card--gold-darker {
  background-color: #655731;
}

.sidebar-accent-card--purple {
  background-color: #491780;
}

.treas-accordion,
.treas-accordion-bordered {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: none;
  color: #323232;
  padding: 0;
  width: 100%;
}

.treas-accordion>li,
.treas-accordion-bordered>li {
  background-color: #f1f2f2;
  list-style: none;
  margin-bottom: 0.5rem;
  width: 100%;
}

.treas-accordion .treas-accordion-content,
.treas-accordion-bordered .treas-accordion-content {
  background-color: #fff;
  overflow: auto;
  padding: 1rem 1rem;
}

.treas-accordion .treas-accordion-content[aria-hidden='true'],
.treas-accordion-bordered .treas-accordion-content[aria-hidden='true'] {
  display: none;
}

.treas-accordion-bordered .treas-accordion-content {
  border-bottom: 3px solid #f1f2f2;
  border-left: 3px solid #f1f2f2;
  border-right: 3px solid #f1f2f2;
}

.treas-accordion-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  background-color: #f1f2f2;
  background-image: url('/themes/custom/hamilton/sass/components/accordion/minus.svg');
  background-position: right 2rem center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  color: #323232;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  padding: 1.2rem 5.5rem 1.2rem 2rem;
  width: 100%;
  text-transform: none;
  letter-spacing: 0px;
}

.treas-accordion-button:hover {
  background-color: #e3e3e3;
}

.treas-accordion-button[aria-expanded='false'] {
  background-image: url('/themes/custom/hamilton/sass/components/accordion/plus.svg');
  background-repeat: no-repeat;
  background-size: 1.5rem;
}

.treas-accordion-button--goal1 {
  background-color: #d0ccc1 !important;
}

.treas-accordion-button--goal2 {
  background-color: #e5d3d3 !important;
}

.treas-accordion-button--goal3 {
  background-color: #ccdcec !important;
}

.treas-accordion-button--goal4 {
  background-color: #ecf3ec !important;
}

.treas-accordion-button--goal5 {
  background-color: #ece7f2 !important;
}

.stratplan-accordion {
  margin-bottom: 1rem;
  margin-top: 1rem;
  max-width: 100%;
  min-height: 75px;
}

.stratplan-accordion button {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  padding-left: 5.5rem;
  padding-right: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  background-color: #f1f2f2;
  font-family: Public Sans Web, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 0.94rem;
  border-radius: 2px;
  min-height: 75px;
}

.stratplan-accordion button .scroll {
  background-color: #655731;
  position: absolute;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  top: 0;
  left: 0;
  height: 100%;
  align-items: center;
  display: flex;
}

.stratplan-accordion button .shield {
  background-color: #7f2324;
  position: absolute;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  top: 0;
  left: 0;
  height: 100%;
  align-items: center;
  display: flex;
}

.stratplan-accordion button .chart {
  background-color: #0053a2;
  position: absolute;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  top: 0;
  left: 0;
  height: 100%;
  align-items: center;
  display: flex;
}

.stratplan-accordion button .globe {
  background-color: #175624;
  position: absolute;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  top: 0;
  left: 0;
  height: 100%;
  align-items: center;
  display: flex;
}

.stratplan-accordion button .star {
  background-color: #491780;
  position: absolute;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  top: 0;
  left: 0;
  height: 100%;
  align-items: center;
  display: flex;
}

@media all and (min-width: 40em) {
  .stratplan-accordion button {
    padding-right: 4rem;
  }
}

.block {
  position: relative;
  padding-bottom: 20px;
  /* margin-bottom: 20px; */
}

.block h2,
.block .sub-nav-group span.field--name-title,
.sub-nav-group .block span.field--name-title {
  padding-bottom: 0.2em;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

.block .more--inline {
  position: absolute;
  right: 0;
  top: 3px;
}

@media (min-width: 768px) {
  .block .more--inline {
    top: 7px;
  }
}

@media (min-width: 1025px) {
  .block .more--inline {
    top: 18px;
  }
}

.block.underline h2,
.block.block-views-blocklatest-news-block-1 h2,
.block.underline .sub-nav-group span.field--name-title,
.block.block-views-blocklatest-news-block-1 .sub-nav-group span.field--name-title,
.sub-nav-group .block.underline span.field--name-title,
.sub-nav-group .block.block-views-blocklatest-news-block-1 span.field--name-title,
body.path--front #two-two .two-two-row2 .block-region-row2-col2>div.block h2,
body.path--front #two-two .two-two-row2 .block-region-row2-col2>div.block .sub-nav-group span.field--name-title,
.sub-nav-group body.path--front #two-two .two-two-row2 .block-region-row2-col2>div.block span.field--name-title {
  padding-bottom: 0em;
  margin-bottom: 20px;
}

#block-addthisblock.block {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.block-menu:not(.menu--portal-footer):not(.menu--quick-links) h2,
.block-menu:not(.menu--portal-footer):not(.menu--quick-links) .sub-nav-group span.field--name-title,
.sub-nav-group .block-menu:not(.menu--portal-footer):not(.menu--quick-links) span.field--name-title,
.block-menu:not(.menu--portal-footer):not(.menu--quick-links) h3 {
  font-weight: 600;
  font-size: 1.3em;
  font-family: 'Source Sans Pro', Calibri, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.18;
  font-weight: bold;
  margin-top: 10px;
  font-size: 24px;
  color: #0053a3;
}

.block-menu:not(.menu--portal-footer):not(.menu--quick-links) .menu {
  padding: 0 0 0 0;
  list-style: none;
}

.block-menu:not(.menu--portal-footer):not(.menu--quick-links) .menu li.menu-item {
  line-height: 1.5;
  margin-bottom: 0px;
  font-size: 1em;
  border-top: solid 1px #5e5e5e;
}

@media screen and (max-width: 1023px) {
  .block-menu:not(.menu--portal-footer):not(.menu--quick-links) .menu li.menu-item {
    border-top: solid 1px #ccc;
  }
}

.block-menu:not(.menu--portal-footer):not(.menu--quick-links) .menu li.menu-item>ul {
  margin-top: 0px;
}

.block-menu:not(.menu--portal-footer):not(.menu--quick-links) .menu li.menu-item:first-child {
  border-top: none;
}

.block-menu:not(.menu--portal-footer):not(.menu--quick-links) .menu li.menu-item li.menu-item {
  border: none;
  font-size: 0.875em;
}

.block-menu:not(.menu--portal-footer):not(.menu--quick-links) .menu li.menu-item li.menu-item a {
  padding-left: 1.8rem;
}

.block-menu:not(.menu--portal-footer):not(.menu--quick-links) .menu li.menu-item li.menu-item li.menu-item a {
  padding: 0.55rem 0.85rem 0.55rem 2.55rem;
}

@media screen and (max-width: 1023px) {
  .block-menu:not(.menu--portal-footer):not(.menu--quick-links) .menu li.menu-item--active-trail {
    border-top: solid 1px #ccc !important;
  }
}

.block-menu:not(.menu--portal-footer):not(.menu--quick-links) .menu li.menu-item--active-trail>a.is-active {
  color: #004e99 !important;
}

.block-menu:not(.menu--portal-footer):not(.menu--quick-links) .menu a,
.block-menu:not(.menu--portal-footer):not(.menu--quick-links) .menu a:link {
  color: #5e5e5e;
  line-height: 1.3em;
  padding: 0.8rem 0.85rem 0.8rem 1rem;
  display: block;
}

.block-menu:not(.menu--portal-footer):not(.menu--quick-links) .menu a:hover {
  text-decoration: none;
  background-color: #f1f2f2;
}

.block.block-menu h2,
.block.block-menu .sub-nav-group span.field--name-title,
.sub-nav-group .block.block-menu span.field--name-title {
  padding-bottom: 0.9em;
}

nav:not(.menu--portal-footer):not(.menu--quick-links):not(.menu--utility-menu) .menu li.menu-item--active-trail>a {
  color: #004e99 !important;
  border-left: 4px solid #004e99;
  font-weight: 700;
  padding-left: 0.7rem;
  display: block;
  background-color: #efefef;
}

nav.menu--utility-menu .menu li.menu-item--active-trail a {
  color: #3d3d3d !important;
}

#usa-header #usa-region #block-utilitymenu .menu li.menu-item:first-of-type a {
  opacity: 0;
  transition: all 0.4s;
}

#usa-header #usa-region #block-utilitymenu .menu li.menu-item:first-of-type a:focus {
  opacity: 1;
}

.sidebars #block-mainstructure ul ul ul>li>ul li a {
  padding-left: 3.75rem;
}

.shared-folder-page .global-sidebar {
  display: none !important;
  visibility: hidden !important;
}

.shared-folder-page .main-header {
  display: none !important;
  visibility: hidden !important;
}

.shared-folder-page .page-body {
  margin-right: 0 !important;
}

body.front nav.breadcrumb {
  display: none;
}

nav.breadcrumb {
  display: none;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
  background: #f1f2f2;
}

@media (min-width: 768px) {
  nav.breadcrumb {
    display: block;
  }
}

nav.breadcrumb ol {
  margin-left: 20px;
}

@media (min-width: 768px) {
  nav.breadcrumb ol {
    margin-left: 50px;
  }
}

@media (min-width: 1458px) {
  nav.breadcrumb ol {
    margin-left: 0px;
  }
}

nav.breadcrumb ol a {
  color: #49525c;
}

nav.breadcrumb ol a:hover,
nav.breadcrumb ol a:focus,
nav.breadcrumb ol a:active {
  color: #49525c;
}

nav.breadcrumb ol li {
  opacity: 1;
  padding: 5px 0;
  letter-spacing: 1px;
  font-size: 14px;
}

nav.breadcrumb ol li:last-child {
  opacity: 1;
  color: #00498f;
}

nav.breadcrumb ol li:after {
  content: ' ';
  background: url('/themes/custom/hamilton/sass/components/images/breadcrumb-arrow.png') no-repeat transparent center center;
  background-size: 6px 8px;
  color: #9c9999;
  display: inline-block;
  width: 6px;
  height: 8px;
}

nav.breadcrumb ol li:last-child:after {
  content: ' ';
  background: none;
}

.burger {
  float: right;
  -webkit-appearance: none;
  appearance: none;
  height: 36px;
  width: 36px;
  position: absolute;
  background: none;
  border: none;
  right: 20px;
  top: 20px;
}

.burger span.descriptive-text {
  color: #f8e71c;
  display: inline-block;
  font-weight: 600;
  font-size: 110%;
  vertical-align: super;
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .burger span.descriptive-text {
    display: inline-block;
    display: none;
  }
}

.burger span.hidden-text {
  height: 36px;
  width: 36px;
  display: inline-block;
  text-indent: -100000px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}

.burger span.hidden-text:active {
  background: rgba(255, 255, 255, 0.35);
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

.burger span.hidden-text span.menu-line {
  display: block;
  position: absolute;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  top: 5px;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 29px;
}

.burger span.hidden-text span.menu-line:nth-child(2) {
  top: 15px;
  width: 36px;
}

.burger span.hidden-text span.menu-line:nth-child(3) {
  top: 25px;
}

.burger.is-expanded span.hidden-text {
  position: absolute;
  transform: translate(-2px, -5px);
  top: 0;
  left: 0;
}

.burger.is-expanded span.hidden-text span.menu-line:nth-child(1) {
  opacity: 1;
  transform: rotate(45deg);
  top: 20px;
  left: 0px;
  right: 0;
  width: 36px;
}

.burger.is-expanded span.hidden-text span.menu-line:nth-child(3) {
  opacity: 1;
  transform: rotate(135deg);
  top: 20px;
  left: 0px;
  right: 0;
  width: 36px;
}

.burger.is-expanded span.hidden-text span.menu-line:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg);
  top: 0px;
  width: 0px;
}

@media (min-width: 1025px) {
  .burger {
    display: none;
  }
}

.button-link,
#views-exposed-form-media-items-page-1 .form-submit,
#views-exposed-form-custom-taxonomy-term-daily-guidance .form-submit,
#block-exposedformcustom-taxonomy-termpress-releases .form-submit,
#block-exposedformcustom-taxonomy-termfeatured .form-submit,
#block-exposedformcustom-taxonomy-termsecretary-statements-remarks .form-submit,
#block-exposedformofac-recent-actionspage-1 .form-submit,
#block-exposedformofac-recent-actionspage-2 .form-submit,
.button-link--rounded,
.node--type-data_set nav.block-system-menublock ul li.menu-item a,
.button-link--royal-blue,
.button-link--white,
.node--type-data_set .block-entity-fieldnodefield-data-set-raw-files .field--name-field-data-set-raw-files a,
.button-link:link,
.button-link:visited {
  background: #308ee7;
  display: inline-block;
  padding: 8px 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 600;
}

.button-link:hover,
#views-exposed-form-media-items-page-1 .form-submit:hover,
#views-exposed-form-custom-taxonomy-term-daily-guidance .form-submit:hover,
#block-exposedformcustom-taxonomy-termpress-releases .form-submit:hover,
#block-exposedformcustom-taxonomy-termfeatured .form-submit:hover,
#block-exposedformcustom-taxonomy-termsecretary-statements-remarks .form-submit:hover,
#block-exposedformofac-recent-actionspage-1 .form-submit:hover,
#block-exposedformofac-recent-actionspage-2 .form-submit:hover,
.button-link--rounded:hover,
.node--type-data_set nav.block-system-menublock ul li.menu-item a:hover,
.button-link--royal-blue:hover,
.button-link--white:hover,
.node--type-data_set .block-entity-fieldnodefield-data-set-raw-files .field--name-field-data-set-raw-files a:hover,
.button-link:link:hover,
.button-link:visited:hover {
  opacity: 0.9;
  color: #fff;
}

.button-link--white,
.node--type-data_set .block-entity-fieldnodefield-data-set-raw-files .field--name-field-data-set-raw-files a {
  color: #308ee7 !important;
  background: #fff !important;
  border: 2px solid #308ee7;
}

.button-link--royal-blue {
  background: #00488e !important;
}

.button-link--royal-blue a,
.button-link--royal-blue a:link,
.button-link--royal-blue a:visited {
  color: #fff !important;
}

.button-link--royal-blue:after {
  content: '〉';
}

.button-link--rounded,
.node--type-data_set nav.block-system-menublock ul li.menu-item a {
  border-radius: 20px;
  border: 1px solid #e3e3e3;
  color: #5e5e5e !important;
  padding: 8px 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: transparent !important;
}

.button-link--rounded.is-active,
.node--type-data_set nav.block-system-menublock ul li.menu-item a.is-active {
  color: #fff !important;
  background: #308ee7 !important;
  border: 0;
}

.btn {
  margin-top: 20px;
  color: #000;
  border: 2px solid #000;
  background-color: transparent;
  padding: 6px 14px !important;
  font-size: 12px;
  transition: all 0.4s;
  letter-spacing: 2px;
}

.btn:hover,
.btn:focus {
  background-color: #4b8025;
  border-color: #4b8025;
  color: #fff;
}

.btn.large-btn,
.btn a {
  border-color: #fff;
  color: #fff;
  padding: 11px 17px;
}

.btn.large-btn:hover,
.btn.large-btn:focus,
.btn a:hover,
.btn a:focus {
  background-color: #3452ff;
  border-color: #3452ff;
  color: #fff;
}

.data-link {
  margin-top: 20px;
}

.data-link a {
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #4b8025;
  background: url('/themes/custom/hamilton/sass/components/tile-link/arrow-stem.svg') #4b8025 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 0px 0px !important;
  padding: 2px 33px !important;
  color: #fff !important;
  font-size: 12px;
  transition: all 0.2s cubic-bezier(0.24, 1, 0.3, 1);
  text-decoration: none !important;
  display: inline-block;
}

@media (min-width: 1025px) {
  .data-link a {
    display: inline-block;
  }
}

.data-link a:hover,
.data-link a:focus,
.data-link a:active {
  background: url('/themes/custom/hamilton/sass/components/tile-link/arrow-stem.svg') #4b8025 !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: 27px 23px !important;
  border-color: #4b8025;
  padding-left: 13px !important;
  padding-right: 53px !important;
}

.data-link-btn a,
.green-shortcode-btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #4b8025;
  background: url('/themes/custom/hamilton/sass/components/tile-link/arrow-stem.svg') #4b8025 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 0px 0px !important;
  padding: 2px 23px !important;
  color: #fff !important;
  font-size: 12px;
  transition: all 0.2s cubic-bezier(0.24, 1, 0.3, 1);
  text-decoration: none !important;
  display: inline-block;
}

.data-link-btn a:hover,
.data-link-btn a:focus,
.data-link-btn a:active,
.green-shortcode-btn:hover,
.green-shortcode-btn:focus,
.green-shortcode-btn:active {
  background: url('/themes/custom/hamilton/sass/components/tile-link/arrow-stem.svg') #4b8025 !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: 27px 23px !important;
  border-color: #4b8025;
  padding-left: 23px !important;
  padding-right: 43px !important;
}

.slide__readmore a {
  border: 2px solid #fff;
  color: #fff !important;
  padding: 7px 17px !important;
  font-size: 14px;
  transition: all 0.4s;
  text-decoration: none !important;
}

.slide__readmore a:hover,
.slide__readmore a:focus {
  background-color: #0057a0;
  border-color: #0057a0;
  color: #fff;
}

.more--inline,
.slide__readmore a,
.slide__readmore a:active,
.slide__readmore a:link,
.slide__readmore a:visited {
  background-image: none !important;
}

.shortcode-button {
  display: inline-block;
  background-color: #0053a2;
  color: #fff !important;
  border: 2px solid #0053a2;
  border-radius: 34px;
  font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.36px;
  cursor: pointer;
  /* text-transform: uppercase; */
  padding: 10px 25px;
  line-height: 1;
  text-align: center;
  transition: all 0.4s;
  text-decoration: none !important;
  margin: 8px 4px;
}

.shortcode-button:hover,
.shortcode-button:focus {
  background-color: #092645;
  border-color: #092645;
  text-decoration: none;
}

.shortcode-button.outline.blue {
  border-color: #0053a2;
  color: #0053a2 !important;
  background-color: transparent;
}

.shortcode-button.outline.blue:hover,
.shortcode-button.outline.blue:focus {
  background-color: #0053a2;
  color: #fff !important;
}

.shortcode-button.outline.green {
  color: #276d35 !important;
  background-color: transparent;
  border-color: #276d35;
}

.shortcode-button.outline.green:hover,
.shortcode-button.outline.green:focus {
  background-color: #276d35;
  border-color: #276d35;
  color: #fff !important;
}

.shortcode-button.outline.white {
  color: #fff !important;
  background-color: transparent;
  border-color: #fff;
}

.shortcode-button.outline.white:hover,
.shortcode-button.outline.white:focus {
  color: #5b616b !important;
  background-color: #fff;
  border-color: #fff;
}

.shortcode-button.outline.lightblue {
  color: #2d8fe8 !important;
  background-color: transparent;
  border-color: #2d8fe8;
}

.shortcode-button.outline.lightblue:hover,
.shortcode-button.outline.lightblue:focus {
  background-color: #2d8fe8;
  border-color: #2d8fe8;
  color: #fff !important;
}

.shortcode-button.outline.black {
  color: #5b616b !important;
  background-color: transparent;
  border-color: #5b616b;
}

.shortcode-button.outline.black:hover,
.shortcode-button.outline.black:focus {
  color: #fff !important;
  background-color: #5b616b;
  border-color: #5b616b;
}

.shortcode-button.filled.green {
  background-color: #276d35;
  border-color: #276d35;
}

.shortcode-button.filled.green:hover,
.shortcode-button.filled.green:focus {
  background-color: #1e562a;
  border-color: #1e562a;
}

.shortcode-button.filled.white {
  background-color: #fff;
  border-color: #fff;
  color: #5b616b !important;
}

.shortcode-button.filled.white:hover,
.shortcode-button.filled.white:focus {
  background-color: #dedede;
  border-color: #dedede;
}

.shortcode-button.filled.lightblue {
  background-color: #0053a2;
  border-color: #0053a2;
}

.shortcode-button.filled.lightblue:hover,
.shortcode-button.filled.lightblue:focus {
  background-color: #083c6f;
  border-color: #083c6f;
}

.shortcode-button.filled.black {
  background-color: #5b616b;
  border-color: #5b616b;
}

.shortcode-button.filled.black:hover,
.shortcode-button.filled.black:focus {
  background-color: #333;
  border-color: #333;
}

.shortcode-button.small {
  padding: 8px 20px;
  font-size: 15px;
}

.shortcode-button.large {
  padding: 15px 35px;
}

.shortcode-button.fullwidth {
  display: block !important;
  clear: both !important;
}

button.shortcode-button.fullwidth {
  width: 100%;
}

.print-button {
  position: relative;
  z-index: 1;
  margin: 5px 8px 20px 0px;
  background-image: url('/themes/custom/hamilton/sass/components/button/printer-icon.svg');
  background-position: 0.8rem center;
  background-size: auto 1.2rem;
  background-repeat: no-repeat;
  padding-left: 2.5rem !important;
}

.usa-button {
  box-sizing: border-box;
  font-family: 'Source Sans Pro Web', 'Source Sans Pro', Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06rem;
  line-height: 0.9;
  color: #fff;
  background-color: #005ea2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0.25rem;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 0.5rem;
  padding: 0.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

@media screen and (min-width: 30em) {
  .usa-button {
    width: auto;
  }
}

.usa-button:hover {
  color: #fff;
  background-color: #1a4480;
  border-bottom: 0;
  text-decoration: none !important;
}

.usa-button--full-width {
  width: 100% !important;
}

.usa-button--outline {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #005ea2;
  color: #005ea2;
}

.usa-button--outline:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #1a4480;
  color: #1a4480;
}

.orp-faq-dropdown {
  min-width: 15%;
}

.layoutmanager .container-fluid.layout-container {
  margin-top: 30px;
}

.layoutmanager .layout-row .layout-column {
  padding-top: 0;
}

.layoutmanager .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.layoutmanager .row {
  margin-right: -15px;
  margin-left: -15px;
}

.layoutmanager .col-lg-1,
.layoutmanager .col-lg-10,
.layoutmanager .col-lg-11,
.layoutmanager .col-lg-12,
.layoutmanager .col-lg-2,
.layoutmanager .col-lg-3,
.layoutmanager .col-lg-4,
.layoutmanager .col-lg-5,
.layoutmanager .col-lg-6,
.layoutmanager .col-lg-7,
.layoutmanager .col-lg-8,
.layoutmanager .col-lg-9,
.layoutmanager .col-md-1,
.layoutmanager .col-md-10,
.layoutmanager .col-md-11,
.layoutmanager .col-md-12,
.layoutmanager .col-md-2,
.layoutmanager .col-md-3,
.layoutmanager .col-md-4,
.layoutmanager .col-md-5,
.layoutmanager .col-md-6,
.layoutmanager .col-md-7,
.layoutmanager .col-md-8,
.layoutmanager .col-md-9,
.layoutmanager .col-sm-1,
.layoutmanager .col-sm-10,
.layoutmanager .col-sm-11,
.layoutmanager .col-sm-12,
.layoutmanager .col-sm-2,
.layoutmanager .col-sm-3,
.layoutmanager .col-sm-4,
.layoutmanager .col-sm-5,
.layoutmanager .col-sm-6,
.layoutmanager .col-sm-7,
.layoutmanager .col-sm-8,
.layoutmanager .col-sm-9,
.layoutmanager .col-xs-1,
.layoutmanager .col-xs-10,
.layoutmanager .col-xs-11,
.layoutmanager .col-xs-12,
.layoutmanager .col-xs-2,
.layoutmanager .col-xs-3,
.layoutmanager .col-xs-4,
.layoutmanager .col-xs-5,
.layoutmanager .col-xs-6,
.layoutmanager .col-xs-7,
.layoutmanager .col-xs-8,
.layoutmanager .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.layoutmanager .col-lg-1,
.layoutmanager .col-lg-10,
.layoutmanager .col-lg-11,
.layoutmanager .col-lg-12,
.layoutmanager .col-lg-2,
.layoutmanager .col-lg-3,
.layoutmanager .col-lg-4,
.layoutmanager .col-lg-5,
.layoutmanager .col-lg-6,
.layoutmanager .col-lg-7,
.layoutmanager .col-lg-8,
.layoutmanager .col-lg-9 {
  float: left;
}

.layoutmanager .col-lg-12 {
  width: 100%;
}

.layoutmanager .col-lg-11 {
  width: 86.66666667%;
}

.layoutmanager .col-lg-10 {
  width: 78.33333333%;
}

.layoutmanager .col-lg-9 {
  width: 70%;
}

.layoutmanager .col-lg-8 {
  width: 61.66666667%;
}

.layoutmanager .col-lg-7 {
  width: 53.33333333%;
}

.layoutmanager .col-lg-6 {
  width: 45%;
}

.layoutmanager .col-lg-5 {
  width: 36.66666667%;
}

.layoutmanager .col-lg-4 {
  width: 28.33333333%;
}

.layoutmanager .col-lg-3 {
  width: 20%;
}

.layoutmanager .col-lg-2 {
  width: 11.66666667%;
}

.layoutmanager .col-lg-1 {
  width: 3.33333333%;
}

.layoutmanager .col-lg-pull-12 {
  right: 100%;
}

.layoutmanager .col-lg-pull-11 {
  right: 91.66666667%;
}

.layoutmanager .col-lg-pull-10 {
  right: 83.33333333%;
}

.layoutmanager .col-lg-pull-9 {
  right: 75%;
}

.layoutmanager .col-lg-pull-8 {
  right: 66.66666667%;
}

.layoutmanager .col-lg-pull-7 {
  right: 58.33333333%;
}

.layoutmanager .col-lg-pull-6 {
  right: 50%;
}

.layoutmanager .col-lg-pull-5 {
  right: 41.66666667%;
}

.layoutmanager .col-lg-pull-4 {
  right: 33.33333333%;
}

.layoutmanager .col-lg-pull-3 {
  right: 25%;
}

.layoutmanager .col-lg-pull-2 {
  right: 16.66666667%;
}

.layoutmanager .col-lg-pull-1 {
  right: 8.33333333%;
}

.layoutmanager .col-lg-pull-0 {
  right: auto;
}

.layoutmanager .col-lg-push-12 {
  left: 100%;
}

.layoutmanager .col-lg-push-11 {
  left: 91.66666667%;
}

.layoutmanager .col-lg-push-10 {
  left: 83.33333333%;
}

.layoutmanager .col-lg-push-9 {
  left: 75%;
}

.layoutmanager .col-lg-push-8 {
  left: 66.66666667%;
}

.layoutmanager .col-lg-push-7 {
  left: 58.33333333%;
}

.layoutmanager .col-lg-push-6 {
  left: 50%;
}

.layoutmanager .col-lg-push-5 {
  left: 41.66666667%;
}

.layoutmanager .col-lg-push-4 {
  left: 33.33333333%;
}

.layoutmanager .col-lg-push-3 {
  left: 25%;
}

.layoutmanager .col-lg-push-2 {
  left: 16.66666667%;
}

.layoutmanager .col-lg-push-1 {
  left: 8.33333333%;
}

.layoutmanager .col-lg-push-0 {
  left: auto;
}

.layoutmanager .col-lg-offset-12 {
  margin-left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

body .contextual {
  z-index: 50;
}

.travel-schedule,
.daily-public-schedule {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0px;
}

@media (max-width: 767px) {

  .travel-schedule,
  .daily-public-schedule {
    margin-top: 20px;
  }
}

.travel-schedule table,
.daily-public-schedule table {
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
}

.travel-schedule table td,
.travel-schedule table th,
.daily-public-schedule table td,
.daily-public-schedule table th {
  padding: 12px;
  color: #333;
  font-size: 15px;
  border-collapse: collapse;
}

.travel-schedule table tr:nth-child(even),
.daily-public-schedule table tr:nth-child(even) {
  background-color: #efefef;
}

.travel-schedule table tr:nth-child(odd),
.daily-public-schedule table tr:nth-child(odd) {
  background-color: #fff;
}

.travel-schedule table .sr-only,
.daily-public-schedule table .sr-only {
  visibility: hidden !important;
  display: none !important;
}

.travel-schedule .table-title,
.daily-public-schedule .table-title {
  background-color: #dedede;
  padding: 12px;
  vertical-align: middle;
  text-align: left;
}

.travel-schedule .table-title span,
.daily-public-schedule .table-title span {
  vertical-align: middle;
  display: inline-block;
}

.travel-schedule .table-title .date-day,
.daily-public-schedule .table-title .date-day {
  color: #333;
  font-size: 20px;
  margin-top: 10px;
}

.travel-schedule .table-title .date-number,
.daily-public-schedule .table-title .date-number {
  color: #333;
  font-size: 50px;
  display: block;
  float: left;
  margin-right: 12px;
  width: 50px;
}

.travel-schedule .table-title .date-month-year,
.daily-public-schedule .table-title .date-month-year {
  color: #666;
  font-size: 14px;
  display: block;
}

.travel-schedule .time,
.daily-public-schedule .time {
  width: 60px;
  white-space: nowrap;
}

.travel-schedule .leader,
.daily-public-schedule .leader {
  width: 88px;
  white-space: nowrap;
}

.travel-schedule .time,
.daily-public-schedule .time {
  font-size: 18px;
}

.travel-schedule .leader,
.daily-public-schedule .leader {
  display: none;
  visibility: hidden;
  width: 0;
}

.travel-schedule .leader abbr,
.daily-public-schedule .leader abbr {
  font-size: 15px;
  display: block;
  padding: 6px 8px;
  color: #333;
  text-align: left;
  border: none;
  text-decoration: none;
}

.travel-schedule .activity,
.daily-public-schedule .activity {
  padding: 12px 20px;
}

.travel-schedule .learn-more-btn,
.daily-public-schedule .learn-more-btn {
  display: block;
  margin-top: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.travel-schedule .learn-more-btn::before,
.daily-public-schedule .learn-more-btn::before {
  content: '';
  display: inline-block;
  border-top: solid 1px #fff;
  width: 74px;
  position: absolute;
  transform: translate(33px, 18px);
  transition: all 0.32s cubic-bezier(0.24, 1.17, 0.3, 1);
  opacity: 0;
}

.travel-schedule .learn-more-btn::after,
.daily-public-schedule .learn-more-btn::after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url('/themes/custom/hamilton/sass/components/tile-link/arrow-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 12px;
  position: relative;
  top: 7px;
  transition: all 0.3s cubic-bezier(0.24, 1, 0.3, 1);
}

.travel-schedule .view-empty,
.daily-public-schedule .view-empty {
  background-color: #f6f6f6;
  padding: 75px 30px 30px;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media (max-width: 767px) {

  .travel-schedule .view-empty,
  .daily-public-schedule .view-empty {
    padding: 65px 20px 20px;
    margin-bottom: 60px;
  }
}

.travel-schedule .view-empty .no-schedule,
.daily-public-schedule .view-empty .no-schedule {
  background-image: url('/themes/custom/hamilton/sass/components/images/calendar-icon.svg');
  background-size: 67px 67px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  font-size: 22px;
  font-family: 'Source Sans Pro', Calibri, sans-serif;
  font-weight: normal;
  text-align: center;
  color: #8c8c8c;
  padding: 105px 0 65px;
}

@media (max-width: 767px) {

  .travel-schedule .view-empty .no-schedule,
  .daily-public-schedule .view-empty .no-schedule {
    background-size: 40px 40px;
    padding: 65px 0 45px;
  }
}

.travel-schedule .view-empty .learn-more-btn,
.daily-public-schedule .view-empty .learn-more-btn {
  display: block;
  position: absolute;
  right: 0;
  padding: 15px 0;
}

.travel-schedule .view-footer:after,
.daily-public-schedule .view-footer:after {
  content: '';
  display: table;
  clear: both;
}

.daily-public-schedule table {
  margin-top: 20px;
}

@media (min-width: 1025px) {
  .daily-public-schedule {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .daily-public-schedule {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .two-two-row1__container {
    margin: 0 0px 10px 0px !important;
  }
}

.travel-schedule {
  margin-top: 0px;
}

a.learn-more-btn.link--weekly-schedule:hover::before {
  transform: translate(272px, 18px);
}

@media (min-width: 768px) {
  .view-data-center .view-content>div {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .view-data-center .view-content>div:after {
    content: ' ';
    display: block;
    clear: both;
  }
}

@media (min-width: 768px) {
  .view-data-center .col-1 {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.347826087%;
  }
}

.view-data-center .col-1 p {
  color: #666;
  font-size: 90%;
}

.view-data-center .col-1 .data-link {
  margin-bottom: 20px;
}

.view-data-center .col-1 .data-link a {
  text-transform: uppercase;
  padding-right: 15px;
}

.view-data-center .col-2 {
  margin-right: 0;
}

@media (min-width: 768px) {
  .view-data-center .col-2 {
    width: 65.2173913043%;
    float: right;
    margin-right: 0;
  }
}

.view-data-center .col-2 img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .view-data-center .col-2 {
    margin-top: 40px !important;
  }
}

.view-data-center #data-title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}

.view-data-center #data-subtitle {
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.view-data-center .data-row-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  flex-flow: wrap;
}

.view-data-center .data-box {
  margin-top: 8px;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  background: #f0f2f5;
  border: 1px solid gray !important;
}

.view-data-center .data-box span {
  font-size: 35px;
  font-weight: 300;
  font-family: Merriweather, Cambria, serif;
  color: #393b4b;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
}

.view-data-center .data-box hr {
  width: 70%;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c3c3c3;
  padding: 0;
  margin: 3px auto;
}

.view-data-center .data-three-column-box {
  width: 29.333%;
}

.view-data-center .data-four-column-box {
  width: 21.25%;
}

.view-data-center .data-five-column-box {
  width: 16.2%;
}

.view-data-center .data-five-column-box span {
  font-size: 30px;
}

.view-data-center:after {
  content: '';
  clear: both;
  display: block;
}

.view-data-center .data-four-column-box,
.view-data-center .data-three-column-box {
  border: 1px solid gray !important;
}

@media (max-width: 767px) {
  .view-data-center .data-box {
    font-size: 0.95rem;
    padding: 4px 4px;
  }

  .view-data-center .data-box span {
    font-size: 1.7rem !important;
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .view-data-center .data-box span {
    font-size: 1.78rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) and (max-width: 380px) {
  .data-box span {
    font-size: 25px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) and (max-width: 1140px) and (min-width: 1025px) {
  .data-box span {
    font-size: 2.75vw !important;
  }
}

@media screen and (max-width: 413px) and (min-width: 320px) {
  .data-four-column-box {
    width: 44% !important;
  }

  .data-three-column-box {
    width: 44% !important;
  }

  .data-five-column-box {
    width: 27.333% !important;
  }

  .data-five-column-box:nth-child(4),
  .data-five-column-box:nth-child(5) {
    width: 44% !important;
  }
}

.node--type-data_set nav.block-system-menublock ul {
  padding-left: 0;
}

.node--type-data_set nav.block-system-menublock ul li.menu-item {
  display: inline-block;
}

.node--type-data_set nav.block-system-menublock ul li.menu-item a {
  font-size: 0.7em;
  margin: 10px 10px 0 0;
  padding: 10px 16px !important;
}

.node--type-data_set nav.block-system-menublock ul li.menu-item a:after {
  content: '';
}

.node--type-data_set .block-entity-fieldnodefield-data-set-chart-footnote {
  font-size: 0.6em;
  width: 60%;
  display: inline-block;
}

.node--type-data_set .block-entity-fieldnodefield-data-set-chart-footnote p {
  line-height: 110%;
}

.node--type-data_set .block-entity-fieldnodefield-data-set-raw-files {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  float: right;
}

.node--type-data_set .block-entity-fieldnodefield-data-set-raw-files .field--name-field-data-set-raw-files a {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  font-weight: 500 !important;
  font-size: 0.8em !important;
}

.node--type-data_set .block-entity-fieldnodefield-data-set-raw-files .field--name-field-data-set-raw-files a:after {
  content: ' >';
}

.node--type-data_set .data-collection--content {
  width: 75%;
  display: inline-block;
}

.node--type-data_set .data-collection--links {
  width: 22%;
  display: inline-block;
  background: #f1f2f2;
  vertical-align: top;
  padding: 10px;
}

.node--type-data_set .data-collection--links .field--name-field-data-collection-links {
  border-bottom: 1px solid #e3e3e3;
}

.node--type-data_set .data-collection--links .field--name-field-data-collection-links:last-child {
  border-bottom: none;
}

.date-taxo {
  font-size: 0.86em;
}

.date-taxo h2,
.date-taxo .sub-nav-group span.field--name-title,
.sub-nav-group .date-taxo span.field--name-title {
  font-size: 1em;
  border: none;
  font-family: 'Source Sans Pro', Calibri, sans-serif;
  font-weight: 600 !important;
}

.date-taxo * {
  display: inline;
}

.ui-dialog {
  background: url('/themes/custom/hamilton/sass/components/external/external-bg.png') no-repeat 0 50% !important;
  z-index: 101 !important;
}

.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: none;
  font-size: 1.7em;
  font-family: Merriweather, Cambria, serif;
  font-weight: normal;
  line-height: 125%;
  margin-bottom: 5px;
  padding-bottom: 0;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  float: none;
  white-space: normal;
  overflow: auto;
}

.ui-dialog button.ui-dialog-titlebar-close {
  position: absolute;
  right: 5px;
  top: 10px;
}

.ui-dialog .ui-dialog-buttonpane {
  padding: 0.3em;
  margin: 10px auto;
  width: 80%;
}

.ui-dialog .ui-dialog-buttonpane .ui-button-text {
  background: #308ee7;
  padding: 8px 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: normal;
  font-size: 0.7em;
  text-align: left;
}

.ui-dialog .external-after {
  margin-top: 20px;
  line-height: 125%;
  margin: 0 10px;
}

.ui-dialog #external-dialog {
  display: none !important;
}

.view-content div:first-of-type .featured-stories--horizontal {
  margin-left: 0 !important;
}

@media (max-width: 767px) {
  .view-content div:first-of-type .featured-stories--horizontal {
    margin-top: 0 !important;
  }
}

.view-content div:last-of-type .featured-stories--horizontal {
  margin-right: 0 !important;
}

.featured-stories--horizontal {
  transition: all 0.4s;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.17);
  margin: 0 30px 30px 0;
  padding: 30px;
  width: calc(50% - 77px);
  float: left;
  border: 1px solid #fff;
}

@media (max-width: 767px) {
  .featured-stories--horizontal {
    height: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .featured-stories--horizontal {
    height: auto !important;
  }
}

.featured-stories--horizontal span {
  width: calc(50% - 30px);
  float: left;
  margin-right: 30px;
  visibility: hidden;
  display: none;
  overflow: hidden;
}

.featured-stories--horizontal span img {
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.24, 1, 0.3, 1);
}

.featured-stories--horizontal .featured-stories--horizontal__col2 {
  float: left;
  width: 100%;
}

.featured-stories--horizontal .featured-stories--horizontal__col2 .featured-stories__headline a {
  font-family: Merriweather, Cambria, serif;
  font-size: 28px;
  font-weight: 300;
  color: #333;
  text-decoration: none;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .featured-stories--horizontal .featured-stories--horizontal__col2 .featured-stories__headline a {
    float: none;
    display: block;
    clear: both;
  }
}

@media screen and (max-width: 1023px) {
  .featured-stories--horizontal .featured-stories--horizontal__col2 .featured-stories__headline a {
    font-size: 24px;
    line-height: 32px;
  }
}

.featured-stories--horizontal .featured-stories--horizontal__col2 .date-format time {
  display: block;
  color: #545454;
  font-size: 16px;
  border-bottom: 1px solid #d1d1d1;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  padding: 0 0 15px;
  margin: 0 0 15px;
  transition: all 0.4s;
  text-transform: capitalize;
}

.featured-stories--horizontal.full-featured-stories--horizontal {
  width: calc(100% - 62px);
  float: none;
  margin: 30px 30px 30px 0;
}

.featured-stories--horizontal.full-featured-stories--horizontal span {
  visibility: visible;
  display: block;
}

@media screen and (max-width: 1099px) {
  .featured-stories--horizontal.full-featured-stories--horizontal span {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

.featured-stories--horizontal.full-featured-stories--horizontal .featured-stories--horizontal__col2 {
  width: 50%;
}

@media screen and (max-width: 1099px) {
  .featured-stories--horizontal.full-featured-stories--horizontal .featured-stories--horizontal__col2 {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 1099px) {
  .featured-stories--horizontal {
    float: none;
    width: calc(100% - 122px);
    margin: 0 30px 30px !important;
  }
}

.featured-stories--horizontal:hover,
.featured-stories--horizontal:focus,
.featured-stories--horizontal:active {
  cursor: pointer;
  color: #222;
}

.featured-stories--horizontal:hover .date-format time,
.featured-stories--horizontal:hover .learn-more-btn,
.featured-stories--horizontal:hover .featured-stories__headline a,
.featured-stories--horizontal:focus .date-format time,
.featured-stories--horizontal:focus .learn-more-btn,
.featured-stories--horizontal:focus .featured-stories__headline a,
.featured-stories--horizontal:active .date-format time,
.featured-stories--horizontal:active .learn-more-btn,
.featured-stories--horizontal:active .featured-stories__headline a {
  color: #222;
}

.featured-stories--horizontal:hover .date-format time,
.featured-stories--horizontal:focus .date-format time,
.featured-stories--horizontal:active .date-format time {
  border-bottom: 1px solid #0483af;
}

.featured-stories--horizontal:hover span img,
.featured-stories--horizontal:focus span img,
.featured-stories--horizontal:active span img {
  transform: scale(1.1);
}

.featured-stories--horizontal:after {
  content: '';
  display: table;
  clear: both;
}

@media screen and (max-width: 1099px) {
  .featured-stories--horizontal {
    width: 100% !important;
    box-sizing: border-box;
    height: auto !important;
    float: none !important;
    margin: 30px 30px 30px 0 !important;
  }
}

.featured-stories--horizontal:hover,
.featured-stories--horizontal:focus,
.featured-stories--horizontal:active {
  border: 1px solid #d8dcde;
}

@media (min-width: 768px) {

  .featured-stories--horizontal:hover .learn-more-btn::before,
  .featured-stories--horizontal:focus .learn-more-btn::before,
  .featured-stories--horizontal:active .learn-more-btn::before {
    transform: translate(102px, 18px);
    width: 27px;
    opacity: 1;
    transition-delay: 0.05s;
  }

  .featured-stories--horizontal:hover _:-ms-lang(x),
  .featured-stories--horizontal:hover .learn-more-btn::before,
  .featured-stories--horizontal:focus _:-ms-lang(x),
  .featured-stories--horizontal:focus .learn-more-btn::before,
  .featured-stories--horizontal:active _:-ms-lang(x),
  .featured-stories--horizontal:active .learn-more-btn::before {
    position: relative;
    right: -127px;
    top: -3.825px;
    transform: none;
  }

  .featured-stories--horizontal:hover .learn-more-btn::after,
  .featured-stories--horizontal:focus .learn-more-btn::after,
  .featured-stories--horizontal:active .learn-more-btn::after {
    transform: translateX(22px) scale(0.6);
  }
}

.featured-stories--horizontal:hover .learn-more-btn::after,
.featured-stories--horizontal:focus .learn-more-btn::after,
.featured-stories--horizontal:active .learn-more-btn::after {
  background-image: url('/themes/custom/hamilton/sass/components/tile-link/arrow-gray.svg');
}

.featured-stories--horizontal .learn-more-btn {
  visibility: visible;
  display: block;
  margin-top: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  overflow: visible;
  width: 100%;
  text-align: right;
}

@media (max-width: 767px) {
  .featured-stories--horizontal .learn-more-btn {
    width: 100% !important;
    float: none !important;
    margin: 20px 0;
    display: none !important;
  }
}

@media (min-width: 768px) {
  .featured-stories--horizontal .learn-more-btn::before {
    content: '';
    display: inline-block;
    border-top: solid 1px #333;
    width: 74px;
    position: absolute;
    transform: translate(33px, 18px);
    transition: all 0.32s cubic-bezier(0.24, 1.17, 0.3, 1);
    opacity: 0;
  }
}

.featured-stories--horizontal .learn-more-btn::after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url('/themes/custom/hamilton/sass/components/tile-link/arrow-right-gray.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 12px;
  position: relative;
  top: 7px;
  transition: all 0.3s cubic-bezier(0.24, 1, 0.3, 1);
}

@media (min-width: 768px) {

  .featured-stories--horizontal _:-ms-lang(x),
  .featured-stories--horizontal .learn-more-btn::before {
    position: relative;
    right: -97px;
    top: -3.825px;
    transform: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .view-featured-stories .view-content {
    margin-top: -35px;
  }
}

@media (min-width: 1025px) {
  .view-featured-stories .view-content {
    margin-top: -10px;
  }
}

.featued-stories--promoted-block .view-footer {
  clear: both;
}

@media (max-width: 767px) {

  .path--news .featured-stories .content--2col__body>div .featured-stories--vertical__image img,
  .path--news .featured-stories--vertical .content--2col__body>div .featured-stories--vertical__image img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {

  .path--news .featured-stories .content--2col__body>div:first-of-type .featured-stories--vertical__image img,
  .path--news .featured-stories--vertical .content--2col__body>div:first-of-type .featured-stories--vertical__image img {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {

  .path--news .featured-stories .content--2col__body>div:last-of-type .featured-stories--vertical__image img,
  .path--news .featured-stories--vertical .content--2col__body>div:last-of-type .featured-stories--vertical__image img {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .featured-stories--vertical__col2 {
    display: inline-block;
    width: calc(65% - 30px);
    margin-left: 30px;
  }
}

.featured-stories--vertical__image {
  vertical-align: top;
}

@media (min-width: 768px) {
  .featured-stories--vertical__image {
    display: inline-block;
    width: 30%;
    max-width: 195px;
  }
}

.featured-stories--vertical__image img {
  width: 100%;
  max-width: 195px;
  margin-bottom: 30px;
}

.featured-stories--vertical__abstract {
  font-weight: 300;
}

.date-stamp {
  padding-left: 10%;
}

footer {
  margin-top: 40px;
}

@media only screen and (min-width: 1025px) {
  footer {
    margin-top: 90px;
  }
}

.region-footer,
.region-post-footer {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 768px) {

  .region-footer,
  .region-post-footer {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (min-width: 1458px) {

  .region-footer,
  .region-post-footer {
    margin-left: 0;
    margin-right: 0;
  }
}

footer {
  font-size: 91%;
  color: #fff;
}

footer a,
footer a:link,
footer a:visited {
  color: #fff;
}

footer a:hover,
footer a:link:hover,
footer a:visited:hover {
  color: #fff;
}

footer h3 {
  color: #fff;
  text-transform: uppercase;
}

footer #portal-footer:before {
  background: transparent url('seal.png') no-repeat center top;
  background-size: 70px 70px;
  height: 80px;
  width: 100%;
  display: block;
  content: ' ';
  margin-top: -50px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  footer #portal-footer:before {
    background-size: 100px 100px;
    margin-top: -70px;
    height: 100px;
  }
}

@media (min-width: 1025px) {
  footer #portal-footer:before {
    background-size: 120px 120px;
    margin-top: -80px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  footer .menu--portal-footer {
    margin-bottom: 0px;
  }
}

footer #portal-footer {
  background: #1c2936;
  padding-top: 20px;
}

footer #portal-footer .inner {
  padding-top: 1%;
}

footer #portal-footer .col {
  line-height: 2em;
  padding-top: 20px;
}

footer #portal-footer .col li {
  font-size: 0.94em;
}

footer #portal-footer .col li a,
footer #portal-footer .col li a:link,
footer #portal-footer .col li a:visited {
  opacity: 0.8;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1024px) {
  footer #portal-footer .col {
    width: 20%;
    float: left;
    margin-right: 20%;
  }

  footer #portal-footer .col:nth-child(3) {
    margin-right: 0;
  }

  footer #portal-footer .col:nth-child(4) {
    clear: left;
  }
}

@media (min-width: 1025px) {
  footer #portal-footer .col {
    width: 15.2941176471%;
    float: left;
    margin-right: 5.8823529412%;
  }

  footer #portal-footer .col:last-child {
    margin-right: 0;
  }
}

footer #portal-footer .block-menu ul.menu li {
  display: block;
  margin-bottom: 12px;
  line-height: 1.37;
}

footer #post-footer {
  background: #1c2936;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

footer #post-footer:after {
  content: ' ';
  display: block;
  clear: both;
}

footer #post-footer #block-languages {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

footer #post-footer .inner {
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 0.86em;
  line-height: 160%;
}

@media (max-width: 767px) {
  footer #post-footer .inner {
    padding-top: 15px;
  }
}

@media (min-width: 768px) {
  footer #post-footer .col-1 {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%;
  }
}

footer #post-footer .col-1 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer #post-footer .col-1 ul li {
  display: inline;
}

footer #post-footer div.lang-menu ul li:after {
  padding: 0 5px;
  content: ' | ';
}

footer #post-footer div.lang-menu ul li:last-child:after {
  content: '';
}

footer #post-footer div.site-menu ul a,
footer #post-footer div.site-menu ul a:link,
footer #post-footer div.site-menu ul a:visited {
  opacity: 0.6;
}

footer #post-footer div.site-menu ul li:after {
  padding: 0 5px;
  content: '•';
}

footer #post-footer div.site-menu ul li:last-child:after {
  content: '';
}

footer #post-footer .col-2 .block-menu .menu a,
footer #post-footer .col-2 .block-menu .menu a:link,
footer #post-footer .col-2 .block-menu .menu a:visited {
  color: #fff;
  opacity: 0.6;
}

@media (min-width: 768px) {
  footer #post-footer .col-2 {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
  }
}

footer #post-footer .col-2 img {
  width: 100px;
  padding-top: 10px;
}

footer #post-footer .site-plugins {
  opacity: 0.6;
  font-style: italic;
}

footer #post-footer .site-plugins a {
  margin-left: 5px;
}

.path--front #two-two .two-two-row1__container {
  margin: 0 0px 40px 0px;
}

@media (min-width: 768px) {
  .path--front #two-two .two-two-row1__container {
    margin: 0 0px 40px 0px;
  }
}

.path--front .two-two-row1 {
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 768px) {
  .path--front .two-two-row1 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.path--front .preface-region {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.path--front .preface-region:after {
  content: ' ';
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .path--front .preface-region .block-views-blockfeatured-stories-block-1 {
    width: 56.5217391304%;
    float: left;
    margin-right: 4.347826087%;
  }
}

@media (max-width: 767px) {
  .path--front .preface-region .block-views-blockfeatured-stories-block-1:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media (min-width: 768px) {
  .path--front .preface-region .block-treasury-social-hub {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
    float: right;
    margin-right: 0;
  }
}

body.path--front #two-two .two-two-row2 .block-region-row2-col2>div {
  padding-bottom: 0;
}

.gallery {
  overflow: hidden;
}

.gallery .view-content {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.gallery-img {
  position: relative;
  display: flex;
  line-height: 0;
  margin-bottom: 0.5%;
}

@media (max-width: 767px) {
  .gallery-img {
    width: 100%;
    margin-bottom: 5vw;
  }

  .gallery-img img {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .gallery-img {
    width: 49.5%;
  }
}

@media (min-width: 1025px) {
  .gallery-img {
    width: 24.5%;
  }
}

.gallery-img .hover-overlay-layer {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  transition: all 0.3s;
  cursor: pointer;
}

.gallery-img .hover-overlay-layer:hover,
.gallery-img .hover-overlay-layer:focus {
  opacity: 1;
}

.gallery-img .hover-overlay-layer .hover-overlay-center {
  display: block;
  position: absolute;
  font-size: 1.2rem;
  line-height: 1.2rem;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
}

.gallery-img a {
  width: 100%;
}

.gallery-img a:focus .hover-overlay-layer {
  opacity: 1;
}

.grid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid:after {
  content: ' ';
  display: block;
  clear: both;
}

@media (min-width: 480px) and (max-width: 767px) {
  .grid .views-row {
    width: 48.5714285714%;
    float: left;
  }

  .grid .views-row:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .grid .views-row:nth-child(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .grid .views-row {
    width: 31.4285714286%;
    float: left;
  }

  .grid .views-row:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .grid .views-row:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }

  .grid .views-row:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 1025px) {
  .grid .views-row {
    width: 22.8571428571%;
    float: left;
  }

  .grid .views-row:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .grid .views-row:nth-child(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }

  .grid .views-row:nth-child(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }

  .grid .views-row:nth-child(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }
}

.grid--2up {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid--2up:after {
  content: ' ';
  display: block;
  clear: both;
}

@media (min-width: 480px) and (max-width: 767px) {
  .grid--2up .views-row {
    width: 48.5714285714%;
    float: left;
  }

  .grid--2up .views-row:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .grid--2up .views-row:nth-child(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .grid--2up .views-row {
    width: 48.5714285714%;
    float: left;
  }

  .grid--2up .views-row:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .grid--2up .views-row:nth-child(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 1025px) {
  .grid--2up .views-row {
    width: 48.5714285714%;
    float: left;
  }

  .grid--2up .views-row:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .grid--2up .views-row:nth-child(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
}

.grid .views-field-title,
.grid--2up .views-field-title {
  padding: 15px 0 30px 0;
}

.grid img,
.grid--2up img {
  width: 100%;
  height: auto;
  display: block;
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 64em) {
  .grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-container-card {
  margin-left: auto;
  margin-right: auto;
  max-width: 10rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 64em) {
  .grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-container-card-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 15rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 64em) {
  .grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-container-mobile {
  margin-left: auto;
  margin-right: auto;
  max-width: 20rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 64em) {
  .grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-container-mobile-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 64em) {
  .grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-container-tablet {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 64em) {
  .grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-container-tablet-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 55rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 64em) {
  .grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-container-desktop {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 64em) {
  .grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-container-desktop-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 64em) {
  .grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-container-widescreen {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 64em) {
  .grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-row {
  display: flex;
  flex-wrap: wrap;
}

.grid-row.grid-gap {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.grid-row.grid-gap>* {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media all and (min-width: 64em) {
  .grid-row.grid-gap {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .grid-row.grid-gap>* {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.grid-row.grid-gap-0 {
  margin-left: 0;
  margin-right: 0;
}

.grid-row.grid-gap-0>* {
  padding-left: 0;
  padding-right: 0;
}

.grid-row.grid-gap-2px {
  margin-left: -1px;
  margin-right: -1px;
}

.grid-row.grid-gap-2px>* {
  padding-left: 1px;
  padding-right: 1px;
}

.grid-row.grid-gap-05 {
  margin-left: -2px;
  margin-right: -2px;
}

.grid-row.grid-gap-05>* {
  padding-left: 2px;
  padding-right: 2px;
}

.grid-row.grid-gap-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.grid-row.grid-gap-1>* {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.grid-row.grid-gap-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.grid-row.grid-gap-2>* {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.grid-row.grid-gap-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.grid-row.grid-gap-3>* {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.grid-row.grid-gap-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.grid-row.grid-gap-4>* {
  padding-left: 1rem;
  padding-right: 1rem;
}

.grid-row.grid-gap-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.grid-row.grid-gap-5>* {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.grid-row.grid-gap-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.grid-row.grid-gap-6>* {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.grid-row.grid-gap-sm {
  margin-left: -1px;
  margin-right: -1px;
}

.grid-row.grid-gap-sm>* {
  padding-left: 1px;
  padding-right: 1px;
}

.grid-row.grid-gap-md {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.grid-row.grid-gap-md>* {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.grid-row.grid-gap-lg {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.grid-row.grid-gap-lg>* {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media all and (min-width: 30em) {
  .grid-row.mobile-lg\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-row.mobile-lg\:grid-gap-0>* {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-row.mobile-lg\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .grid-row.mobile-lg\:grid-gap-2px>* {
    padding-left: 1px;
    padding-right: 1px;
  }

  .grid-row.mobile-lg\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .grid-row.mobile-lg\:grid-gap-05>* {
    padding-left: 2px;
    padding-right: 2px;
  }

  .grid-row.mobile-lg\:grid-gap-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .grid-row.mobile-lg\:grid-gap-1>* {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .grid-row.mobile-lg\:grid-gap-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .grid-row.mobile-lg\:grid-gap-2>* {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .grid-row.mobile-lg\:grid-gap-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .grid-row.mobile-lg\:grid-gap-3>* {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .grid-row.mobile-lg\:grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .grid-row.mobile-lg\:grid-gap-4>* {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-row.mobile-lg\:grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .grid-row.mobile-lg\:grid-gap-5>* {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grid-row.mobile-lg\:grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .grid-row.mobile-lg\:grid-gap-6>* {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .grid-row.mobile-lg\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }

  .grid-row.mobile-lg\:grid-gap-sm>* {
    padding-left: 1px;
    padding-right: 1px;
  }

  .grid-row.mobile-lg\:grid-gap-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .grid-row.mobile-lg\:grid-gap-md>* {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .grid-row.mobile-lg\:grid-gap-lg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .grid-row.mobile-lg\:grid-gap-lg>* {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media all and (min-width: 40em) {
  .grid-row.tablet\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-row.tablet\:grid-gap-0>* {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-row.tablet\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .grid-row.tablet\:grid-gap-2px>* {
    padding-left: 1px;
    padding-right: 1px;
  }

  .grid-row.tablet\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .grid-row.tablet\:grid-gap-05>* {
    padding-left: 2px;
    padding-right: 2px;
  }

  .grid-row.tablet\:grid-gap-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .grid-row.tablet\:grid-gap-1>* {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .grid-row.tablet\:grid-gap-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .grid-row.tablet\:grid-gap-2>* {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .grid-row.tablet\:grid-gap-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .grid-row.tablet\:grid-gap-3>* {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .grid-row.tablet\:grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .grid-row.tablet\:grid-gap-4>* {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-row.tablet\:grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .grid-row.tablet\:grid-gap-5>* {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grid-row.tablet\:grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .grid-row.tablet\:grid-gap-6>* {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .grid-row.tablet\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }

  .grid-row.tablet\:grid-gap-sm>* {
    padding-left: 1px;
    padding-right: 1px;
  }

  .grid-row.tablet\:grid-gap-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .grid-row.tablet\:grid-gap-md>* {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .grid-row.tablet\:grid-gap-lg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .grid-row.tablet\:grid-gap-lg>* {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media all and (min-width: 64em) {
  .grid-row.desktop\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-row.desktop\:grid-gap-0>* {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-row.desktop\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .grid-row.desktop\:grid-gap-2px>* {
    padding-left: 1px;
    padding-right: 1px;
  }

  .grid-row.desktop\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .grid-row.desktop\:grid-gap-05>* {
    padding-left: 2px;
    padding-right: 2px;
  }

  .grid-row.desktop\:grid-gap-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .grid-row.desktop\:grid-gap-1>* {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .grid-row.desktop\:grid-gap-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .grid-row.desktop\:grid-gap-2>* {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .grid-row.desktop\:grid-gap-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .grid-row.desktop\:grid-gap-3>* {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .grid-row.desktop\:grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .grid-row.desktop\:grid-gap-4>* {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-row.desktop\:grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .grid-row.desktop\:grid-gap-5>* {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grid-row.desktop\:grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .grid-row.desktop\:grid-gap-6>* {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .grid-row.desktop\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }

  .grid-row.desktop\:grid-gap-sm>* {
    padding-left: 1px;
    padding-right: 1px;
  }

  .grid-row.desktop\:grid-gap-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .grid-row.desktop\:grid-gap-md>* {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .grid-row.desktop\:grid-gap-lg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .grid-row.desktop\:grid-gap-lg>* {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

[class*='grid-col'] {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.grid-col {
  flex: 1 0 0;
  width: auto;
  max-width: 100%;
  min-width: 1px;
}

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

.grid-col-fill {
  flex: 1 0 0;
  width: auto;
  max-width: 100%;
  min-width: 1px;
}

.grid-col-1 {
  flex: 0 0 auto;
  width: 8.33333%;
}

.grid-col-2 {
  flex: 0 0 auto;
  width: 16.66667%;
}

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

.grid-col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}

.grid-col-5 {
  flex: 0 0 auto;
  width: 41.66667%;
}

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

.grid-col-7 {
  flex: 0 0 auto;
  width: 58.33333%;
}

.grid-col-8 {
  flex: 0 0 auto;
  width: 66.66667%;
}

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

.grid-col-10 {
  flex: 0 0 auto;
  width: 83.33333%;
}

.grid-col-11 {
  flex: 0 0 auto;
  width: 91.66667%;
}

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

@media all and (min-width: 30em) {
  .mobile-lg\:grid-col {
    flex: 1 0 0;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }

  .mobile-lg\:grid-col-fill {
    flex: 1 0 0;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }

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

  .mobile-lg\:grid-col-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .mobile-lg\:grid-col-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .mobile-lg\:grid-col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .mobile-lg\:grid-col-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .mobile-lg\:grid-col-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .mobile-lg\:grid-col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .mobile-lg\:grid-col-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .mobile-lg\:grid-col-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .mobile-lg\:grid-col-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .mobile-lg\:grid-col-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .mobile-lg\:grid-col-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .mobile-lg\:grid-col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-col {
    flex: 1 0 0;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }

  .tablet\:grid-col-fill {
    flex: 1 0 0;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }

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

  .tablet\:grid-col-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .tablet\:grid-col-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .tablet\:grid-col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .tablet\:grid-col-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .tablet\:grid-col-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .tablet\:grid-col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .tablet\:grid-col-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .tablet\:grid-col-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .tablet\:grid-col-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .tablet\:grid-col-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .tablet\:grid-col-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .tablet\:grid-col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-col {
    flex: 1 0 0;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }

  .desktop\:grid-col-fill {
    flex: 1 0 0;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }

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

  .desktop\:grid-col-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .desktop\:grid-col-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .desktop\:grid-col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .desktop\:grid-col-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .desktop\:grid-col-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .desktop\:grid-col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .desktop\:grid-col-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .desktop\:grid-col-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .desktop\:grid-col-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .desktop\:grid-col-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .desktop\:grid-col-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .desktop\:grid-col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.grid-offset-1 {
  margin-left: 8.33333%;
}

.grid-offset-2 {
  margin-left: 16.66667%;
}

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

.grid-offset-4 {
  margin-left: 33.33333%;
}

.grid-offset-5 {
  margin-left: 41.66667%;
}

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

.grid-offset-7 {
  margin-left: 58.33333%;
}

.grid-offset-8 {
  margin-left: 66.66667%;
}

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

.grid-offset-10 {
  margin-left: 83.33333%;
}

.grid-offset-11 {
  margin-left: 91.66667%;
}

.grid-offset-12 {
  margin-left: 100%;
}

.grid-offset-none {
  margin-left: 0;
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-1 {
    margin-left: 8.33333%;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-2 {
    margin-left: 16.66667%;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-3 {
    margin-left: 25%;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-4 {
    margin-left: 33.33333%;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-5 {
    margin-left: 41.66667%;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-6 {
    margin-left: 50%;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-7 {
    margin-left: 58.33333%;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-8 {
    margin-left: 66.66667%;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-9 {
    margin-left: 75%;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-10 {
    margin-left: 83.33333%;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-11 {
    margin-left: 91.66667%;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-12 {
    margin-left: 100%;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-none {
    margin-left: 0;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-offset-1 {
    margin-left: 8.33333%;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-offset-2 {
    margin-left: 16.66667%;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-offset-3 {
    margin-left: 25%;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-offset-4 {
    margin-left: 33.33333%;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-offset-5 {
    margin-left: 41.66667%;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-offset-6 {
    margin-left: 50%;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-offset-7 {
    margin-left: 58.33333%;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-offset-8 {
    margin-left: 66.66667%;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-offset-9 {
    margin-left: 75%;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-offset-10 {
    margin-left: 83.33333%;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-offset-11 {
    margin-left: 91.66667%;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-offset-12 {
    margin-left: 100%;
  }
}

@media all and (min-width: 40em) {
  .tablet\:grid-offset-none {
    margin-left: 0;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-offset-1 {
    margin-left: 8.33333%;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-offset-2 {
    margin-left: 16.66667%;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-offset-3 {
    margin-left: 25%;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-offset-4 {
    margin-left: 33.33333%;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-offset-5 {
    margin-left: 41.66667%;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-offset-6 {
    margin-left: 50%;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-offset-7 {
    margin-left: 58.33333%;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-offset-8 {
    margin-left: 66.66667%;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-offset-9 {
    margin-left: 75%;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-offset-10 {
    margin-left: 83.33333%;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-offset-11 {
    margin-left: 91.66667%;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-offset-12 {
    margin-left: 100%;
  }
}

@media all and (min-width: 64em) {
  .desktop\:grid-offset-none {
    margin-left: 0;
  }
}

.treas-ofac-section-title {
  padding: 10px;
  margin: 0 0 15px;
  min-height: 42px;
}

.treas-ofac-section-title.ofac-green {
  background: url('../images/seal-green.png') top right no-repeat;
  background-size: 100%;
}

.treas-ofac-section-title.ofac-blue {
  background: url('../images/seal-blue.png') top right no-repeat;
  background-size: 100%;
}

.treas-ofac-section-title.ofac-light-blue {
  background: url('../images/seal-light-blue.png') top right no-repeat;
  background-size: 100%;
}

.treas-ofac-section-title h3 {
  padding: 0;
  padding-right: 30%;
  margin: 0 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-family: Merriweather, Cambria, serif !important;
  font-weight: 300 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  height: 100%;
  min-height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.treas-ofac-section-title.ofac-icon-search h3 {
  background: url('../images/search.svg') center right no-repeat;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .treas-ofac-section-title.ofac-icon-search h3 {
    background: url('../images/search.png') center right no-repeat;
  }
}

.treas-ofac-section-title.ofac-icon-clipboard h3 {
  background: url('../images/clipboard.svg') center right no-repeat;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .treas-ofac-section-title.ofac-icon-clipboard h3 {
    background: url('../images/clipboard.png') center right no-repeat;
  }
}

.treas-ofac-section-title.ofac-icon-message h3 {
  background: url('../images/message.svg') center right no-repeat;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .treas-ofac-section-title.ofac-icon-message h3 {
    background: url('../images/message.png') center right no-repeat;
  }
}

.treas-ofac-section-title.ofac-icon-documents h3 {
  background: url('../images/documents.svg') center right no-repeat;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .treas-ofac-section-title.ofac-icon-documents h3 {
    background: url('../images/documents.png') center right no-repeat;
  }
}

.treas-ofac-section-title.ofac-icon-globe h3 {
  background: url('../images/globe.svg') center right no-repeat;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .treas-ofac-section-title.ofac-icon-globe h3 {
    background: url('../images/globe.png') center right no-repeat;
  }
}

.treas-ofac-section-title.ofac-icon-folder h3 {
  background: url('../images/folder.svg') center right no-repeat;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .treas-ofac-section-title.ofac-icon-folder h3 {
    background: url('../images/folder.png') center right no-repeat;
  }
}

h3.border-bottom {
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}

.strat-content h4,
.strat-content blockquote {
  padding-bottom: 5px !important;
}

.hero {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #f1f2f2;
  padding-bottom: 0;
}

.hero:after {
  content: ' ';
  display: block;
  clear: both;
}

.hero>h2,
.sub-nav-group .hero>span.field--name-title {
  display: none;
}

.hero__image img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

@media (min-width: 1025px) {
  .hero__image {
    width: 61.7021276596%;
    float: left;
    margin-right: 2.1276595745%;
  }
}

.hero__col2 .inner {
  padding: 20px 40px 20px 40px;
}

@media (min-width: 1025px) {
  .hero__col2 {
    width: 36.170212766%;
    float: right;
    margin-right: 0;
  }

  .hero__col2 .inner {
    padding-right: 10%;
  }
}

.hero__title {
  background-image: none;
  line-height: 100%;
}

a.hero__headline {
  font-family: Merriweather, Cambria, serif;
  line-height: 110%;
  padding: 10px 0;
  font-size: 2em;
  font-weight: 200;
  color: #004e99;
}

a.hero__headline:hover {
  text-decoration: none;
}

.hero__abstract {
  margin-top: 10px;
  font-size: 1.1em;
}

.hero__button {
  margin: 20px 0 15px;
}

.hero__button a {
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  background-color: #308ee7;
  background-image: url('/themes/custom/hamilton/sass/components/../base/images/white-pointer.png');
  background-repeat: no-repeat;
  background-position: right 17px top 15px;
  padding: 10px 28px 10px 16px;
  margin: 30px auto;
}

.field--name-field-hero-text-date {
  margin-bottom: 10px;
  font-weight: 500;
}

.ui-dialog {
  margin: 0 !important;
  padding: 0 !important;
  background-image: url('/themes/custom/hamilton/sass/components/../base/images/treasury-front-interstitial.jpg') !important;
  background-color: #333 !important;
  background-size: cover !important;
  background-position: 0 -45px !important;
  text-align: center !important;
  border: none !important;
  width: 600px !important;
}

@media (max-width: 767px) {
  .ui-dialog {
    width: 90% !important;
    margin: 0 5% !important;
    background-position: center -45px !important;
  }
}

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

@media (max-width: 767px) {
  .ui-dialog .ui-dialog-titlebar {
    line-height: 1 !important;
  }
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-size: 30px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: lighter !important;
}

@media (max-width: 767px) {
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-size: 18px !important;
  }
}

.ui-dialog button.ui-dialog-titlebar-close {
  top: 5px !important;
  right: 15px !important;
  background-image: url('/themes/custom/hamilton/sass/components/../base/images/close-icon.svg') !important;
  background-color: transparent !important;
  width: 18px !important;
  height: 18px !important;
  background-size: cover !important;
  background-position: center center !important;
  border: none !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  text-align: center !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  font-family: 'Source Sans Pro', Calibri, sans-serif !important;
  border-radius: 0 !important;
  background-color: #4b8025 !important;
  color: #fff !important;
  font-size: 18px !important;
  display: inline-block !important;
  margin: 30px auto !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  box-shadow: none !important;
  border: none !important;
  padding: 8px 20px !important;
  transition: all 0.4s !important;
}

@media (max-width: 767px) {
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    font-size: 14px !important;
  }
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:focus,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:active {
  background-color: #345c17 !important;
}

.ui-dialog .ui-dialog-buttonpane #external-after {
  position: absolute !important;
  bottom: -40px !important;
  left: 0 !important;
  background-color: #fff !important;
  width: calc(100% - 20px) !important;
  font-size: 12px !important;
  color: #666 !important;
  text-align: center !important;
  padding: 10px !important;
}

.latest-news .date-format {
  margin: 15px 0 10px;
  font-size: 0.9em;
}

.media-icon-wrapper {
  position: relative;
}

.media-icon,
.media-icon--Webcasts,
.media-icon--Videos,
.media-icon--Images,
.media-icon--Audio {
  width: 45px;
  height: 45px;
  position: absolute;
  z-index: 10;
  bottom: 20px;
  right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.media-icon--Audio {
  background-image: url('/themes/custom/hamilton/sass/components/media-icon/images/podcast-icon.png');
}

.media-icon--Images {
  background-image: url('/themes/custom/hamilton/sass/components/media-icon/images/image-icon.png');
}

.media-icon--Videos {
  background-image: url('/themes/custom/hamilton/sass/components/media-icon/images/video-icon.png');
}

.media-icon--Webcasts {
  background-image: url('/themes/custom/hamilton/sass/components/media-icon/images/webcast-icon.png');
}

.block-views-blockmedia-items-block-1 {
  padding: 0;
  margin: 0;
}

.menu {
  padding: 0;
  list-style: none;
}

header#header #region-header #block-megamenublock {
  margin-top: 0px;
  background-color: #083c6f;
}

.toolbar-fixed.toolbar-horizontal #navigation {
  top: 183px;
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .toolbar-fixed.toolbar-horizontal #navigation {
    top: 68px;
  }
}

/* .toolbar-fixed.toolbar-horizontal #navigation.scrolled {
  top: 40px;
}
.toolbar-fixed.toolbar-horizontal.toolbar-tray-open #navigation {
  top: 224px;
}
.toolbar-fixed.toolbar-horizontal.toolbar-tray-open #navigation.scrolled {
  top: 80px;
} */
#navigation {
  position: fixed;
  z-index: 98;
  top: 70px;
  left: 0;
  right: 0;
}

#navigation #navigation-region {
  position: relative;
  z-index: 95;
}

@media (min-width: 768px) {
  #navigation {
    top: 68px;
    display: block;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  #navigation {
    top: 103px;
    width: 100%;
    background: #083c6f;
    transition: all 0.4s ease;
  }
}

#navigation a[href$='.pdf']:after {
  display: none;
}

#navigation .collapsed-logo {
  width: 42px;
  height: 42px;
  top: 7px;
  z-index: 99;
  position: relative;
  float: left;
  margin-left: 50px;
  display: none;
}

/* @media (min-width: 1025px) {
  #navigation.scrolled {
    top: 0px;
  }
}
@media (min-width: 1025px) {
  #navigation.scrolled .collapsed-logo {
    display: block;
  }
}
@media (min-width: 1025px) {
  #navigation.scrolled .nav-menu {
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.25, 1);
    padding: 15px 0;
    margin: 0px;
    padding-left: 134px;
  }
  #navigation.scrolled .nav-menu li.mega-search {
    padding-right: 50px;
  }
} */
#navigation #block-megamenublock {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  ul.nav-menu li.mega-search {
    display: none;
  }
}

.mm.block-system-menublock {
  display: none;
}

.mm.block-system-menublock.open {
  display: block;
}

@media (min-width: 1025px) {
  .mm.block-system-menublock {
    display: block !important;
    transform: translateY(0px);
  }

  .mm.block-system-menublock:after {
    content: ' ';
    height: 58px;
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #083c6f;
    width: calc(100vw + 100%);
  }
}

.nav-menu {
  display: block;
  list-style: none;
  background-color: #163b50;
  margin: 0;
  padding: 0;
  text-align: right;
  text-align: left;
  width: 100vw;
}

.nav-menu .sub-nav>article {
  margin: 1em 0;
  padding: 0 50px;
}

@media (min-width: 1025px) {
  .nav-menu {
    background-color: transparent;
    width: auto;
  }
}

.nav-item {
  list-style: none;
  display: block;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-item:last-of-type {
  border-bottom: none;
}

@media (min-width: 1025px) {
  .nav-item {
    padding: 20px 0;
    border: none;
  }
}

.nav-item>a,
.nav-item>a:link,
.nav-item>a:visited {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.87em;
  padding: 0;
  font-weight: 600;
  letter-spacing: 1px;
  margin-right: 21px;
  margin-right: 50px;
}

@media (min-width: 1025px) {

  .nav-item>a,
  .nav-item>a:link,
  .nav-item>a:visited {
    font-size: 0.92em;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1180px) {

  .nav-item>a,
  .nav-item>a:link,
  .nav-item>a:visited {
    font-size: 1.29vw;
    margin-right: 4vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  .nav-item>a,
  .nav-item>a:link,
  .nav-item>a:visited {
    display: block;
    height: 40px;
    width: 100%;
    padding: 10px 20px;
    line-height: 40px;
    text-decoration: none;
  }
}

@media (max-width: 767px) {

  .nav-item>a,
  .nav-item>a:link,
  .nav-item>a:visited {
    display: block;
    height: 40px;
    width: 100%;
    padding: 10px 20px;
    line-height: 40px;
    text-decoration: none;
  }

  .nav-item>a:hover,
  .nav-item>a:link:hover,
  .nav-item>a:visited:hover {
    background: #0053a3;
  }
}

.nav-item:last-of-type a {
  margin-right: 0;
}

.mega-search a.mm-top {
  color: #dcc928 !important;
}

.nav-item a.mm-top,
.nav-item>a.mm-top,
.nav-item>a.mm-top:hover {
  border: none;
  position: relative;
}

.nav-item.menu-item--active-trail a.mm-top:after,
.nav-item>a.mm-top:after {
  transition: transform 0.3s ease-out, border-color 0.3s ease-out;
  position: absolute;
  display: block;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 100%;
  transform: scaleX(0);
  border-top: 3px solid transparent;
  content: '';
  padding-bottom: inherit;
}

.nav-item.menu-item--active-trail a.mm-top,
.nav-item>a.mm-top:hover {
  border: none;
}

.nav-item.nav-item.menu-item--active-trail a.mm-top {
  color: #f8e71c;
}

@media (min-width: 1025px) {

  .nav-item.menu-item--active-trail a.mm-top:after,
  .nav-item>a.mm-top:hover:after,
  .nav-item>a.mm-top.open:after {
    border-top-color: #f8e71c;
    transform: scaleX(1);
  }
}

.nav-item.last a {
  padding-right: 0;
}

@media (min-width: 1025px) {
  .nav-item.mega-search {
    padding-right: 50px;
    padding-right: 0px;
    float: right;
  }

  .nav-item.mega-search #mega-search-link {
    background: url('search-icon.svg') 0% 4px no-repeat;
    display: inline-block;
    position: relative;
    top: 0px;
    padding-left: 30px;
    background-size: 23px 23px;
    color: #fff !important;
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1180px) {
  .nav-item.mega-search #mega-search-link {
    background-size: 18px 18px;
  }
}

@media (min-width: 1458px) {
  .nav-item.mega-search {
    padding-right: 0;
  }
}

@media (min-width: 1025px) {
  .nav-menu {
    display: block;
    position: relative;
    list-style: none;
    margin: -58px 0 0;
    padding: 0 0 35px 0;
    padding: 15px 50px;
    margin: -69px 0 0;
    margin: 0px;
    z-index: 15;
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.25, 1);
  }

  .nav-item {
    display: inline-block;
    padding: 0;
  }

  .nav-item>a {
    color: #000;
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    margin: 0 0 -1px 0;
    border: 1px solid transparent;
  }

  /* header.scrolled .nav-menu {
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.25, 1);
    padding: 0 0 20px;
    margin: -25px 0 0 0;
    padding-left: 134px;
  }
  header.scrolled .nav-menu li.mega-search {
    padding-right: 50px;
  }
  header.scrolled .nav-item.menu-item--active-trail a.mm-top:after,
  header.scrolled .nav-item > a.mm-top:after {
    bottom: -20px;
  } */
}

@media (min-width: 1458px) {
  .nav-menu {
    padding: 15px 0;
  }
}

.nav-item>a:hover,
.nav-item>a:focus,
.nav-item>a.open {
  text-decoration: none;
}

.nav-item>a.open {
  z-index: 1;
  text-decoration: none;
}

.sub-nav {
  position: absolute;
  opacity: 0;
  top: 56px;
  left: 0;
  width: 100%;
  z-index: -1;
  display: none;
  margin-top: 2px;
  background-color: #fff;
  transition: opacity 0.25s cubic-bezier(0.2, 0.8, 0.25, 1);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sub-nav:after {
  content: ' ';
  display: block;
  clear: both;
}

@media (min-width: 1025px) {
  .sub-nav {
    box-shadow: 0px 18px 35px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 18px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 18px 35px 0px rgba(0, 0, 0, 0.3);
  }
}

.sub-nav.sub-nav--secretary .secretary-column.secretarys-photo {
  width: auto !important;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.sub-nav.sub-nav--secretary .secretary-column.secretarys-bio {
  width: calc(33% - 143px);
}

.sub-nav.sub-nav--secretary .secretary-column.secretarys-bio p {
  line-height: 18px;
  font-size: 14px;
  color: #393b36;
}

.sub-nav.sub-nav--secretary .secretary-column.secretary-travel-schedule#column-5 {
  width: 34%;
  width: 22%;
}

@media (min-width: 1025px) {
  .sub-nav.sub-nav--secretary .secretary-column.secretary-travel-schedule#column-5 {
    margin: 0 30px 0 0;
  }
}

.sub-nav.sub-nav--secretary .secretary-column.secretary-travel-schedule#column-5 table {
  width: 100%;
  border-collapse: collapse;
}

.sub-nav.sub-nav--secretary .secretary-column.secretary-travel-schedule#column-5 .table-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #4a4a4a;
  letter-spacing: 1.25px;
  font-weight: 700;
  margin: 0 0 20px;
}

.sub-nav.sub-nav--secretary .secretary-column.secretary-travel-schedule#column-5 .date {
  width: 1%;
  white-space: nowrap;
}

.sub-nav.sub-nav--secretary .secretary-column.secretary-travel-schedule#column-5 .learn-more-btn {
  display: block;
  margin-top: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.sub-nav.sub-nav--secretary .secretary-column.secretary-travel-schedule#column-5 .learn-more-btn::after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url('/themes/custom/hamilton/sass/components/tile-link/arrow-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 12px;
  position: relative;
  top: 7px;
  transition: all 0.3s cubic-bezier(0.24, 1, 0.3, 1);
}

.sub-nav.sub-nav--secretary .secretary-column.secretary-travel-schedule#column-5 td {
  padding: 12px 8px;
}

.sub-nav.sub-nav--secretary .secretary-column.secretary-travel-schedule#column-5 tr:nth-child(even) {
  background-color: #efefef;
}

.sub-nav.sub-nav--secretary .secretary-column.secretary-travel-schedule#column-5 tr:nth-child(odd) {
  background-color: #fff;
}

.sub-nav.sub-nav--secretary .secretary-column.secretary-travel-schedule#column-5 .sr-only {
  visibility: hidden !important;
  display: none !important;
}

.sub-nav.sub-nav--secretary .secretary-column.secretary-remarks,
.sub-nav.sub-nav--secretary .secretary-column.secretary-travel-schedule {
  width: 33%;
}

.sub-nav.sub-nav--secretary .secretary-column.secretary-remarks .views-field-field-news-publication-date time,
.sub-nav.sub-nav--secretary .secretary-column.secretary-travel-schedule .views-field-field-news-publication-date time {
  font-size: 13px;
  color: #777;
  padding: 0;
  margin-bottom: 4px;
}

.sub-nav.sub-nav--secretary .secretary-column.secretary-remarks .views-field-field-news-publication-date time::before,
.sub-nav.sub-nav--secretary .secretary-column.secretary-travel-schedule .views-field-field-news-publication-date time::before {
  content: '';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  width: 0.87em;
  height: 0.87em;
  text-align: right;
  margin-right: 4px;
  position: relative;
  top: 1px;
  background-size: contain;
  background: transparent url('/themes/custom/hamilton/sass/components/images/calendar-icon.svg') no-repeat;
}

.sub-nav.sub-nav--secretary .secretary-column.secretary-remarks .views-field-title a,
.sub-nav.sub-nav--secretary .secretary-column.secretary-travel-schedule .views-field-title a {
  padding: 0;
  font-size: 15px;
  margin: -5px 0 10px;
  color: #393b3e;
  font-weight: normal;
  line-height: 1.4;
}

.sub-nav.sub-nav--secretary .secretary-column.secretary-remarks .views-field-title a:hover,
.sub-nav.sub-nav--secretary .secretary-column.secretary-travel-schedule .views-field-title a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.sub-nav.sub-nav--secretary .secretary-column h2,
.sub-nav.sub-nav--secretary .secretary-column .sub-nav-group span.field--name-title,
.sub-nav-group .sub-nav.sub-nav--secretary .secretary-column span.field--name-title {
  font-size: 15px;
  padding-left: 0;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
  color: #393b36;
  font-weight: 600;
  line-height: 18px;
}

@media screen and (min-width: 1025px) and (max-width: 1180px) {

  .sub-nav.sub-nav--secretary .secretary-column h2,
  .sub-nav.sub-nav--secretary .secretary-column .sub-nav-group span.field--name-title,
  .sub-nav-group .sub-nav.sub-nav--secretary .secretary-column span.field--name-title {
    font-size: 1.29vw;
  }
}

.sub-nav.sub-nav--secretary .secretary-column.secretarys-bio .field__item a,
.sub-nav.sub-nav--secretary .secretary-column .learn-more a {
  visibility: visible;
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  color: #0053a3;
}

.sub-nav.sub-nav--secretary .secretary-column.secretarys-bio .field__item a:hover,
.sub-nav.sub-nav--secretary .secretary-column.secretarys-bio .field__item a:focus,
.sub-nav.sub-nav--secretary .secretary-column.secretarys-bio .field__item a:active,
.sub-nav.sub-nav--secretary .secretary-column .learn-more a:hover,
.sub-nav.sub-nav--secretary .secretary-column .learn-more a:focus,
.sub-nav.sub-nav--secretary .secretary-column .learn-more a:active {
  text-decoration: underline;
  line-height: 18px;
}

@media (min-width: 1025px) {
  .sub-nav .view-remarks-statements .view-content {
    margin-top: -6px;
  }
}

.sub-nav .more-link a {
  color: #0053a3;
  text-decoration: none;
  line-height: 18px;
  font-weight: 600;
  text-transform: none;
}

.sub-nav .more-link a:hover,
.sub-nav .more-link a:focus,
.sub-nav .more-link a:active {
  text-decoration: underline;
  line-height: 18px;
  color: #0053a3;
}

/* header.scrolled .sub-nav {
  top: 46px;
} */
.sub-nav.open {
  display: block;
}

@media (min-width: 1025px) {
  .sub-nav.open {
    opacity: 1;
    z-index: 99;
  }

  .sub-nav.open .sub-nav-group {
    animation: slide-up 0.85s cubic-bezier(0.2, 0.8, 0.25, 1);
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
  }
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(13px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.sub-nav-group {
  width: 17.2903225806%;
  float: left;
  margin-right: 3.2258064516%;
  color: #666;
  font-size: 15px;
  padding-top: 0.5em;
  transform: translateY(13px);
  opacity: 0;
  transition: transform 0.85s cubic-bezier(0.2, 0.8, 0.25, 1), opacity 0.85s cubic-bezier(0.2, 0.8, 0.25, 1);
}

#block-hamilton-content .sub-nav-group {
  opacity: 1;
}

.mega-search .sub-nav-group {
  margin-top: 10px;
  width: 22.5806451613%;
  float: left;
  margin-right: 3.2258064516%;
}

.mega-search .sub-nav-group:nth-of-type(2) {
  padding-left: 0;
  border-left: none;
  width: 16.1290322581%;
  float: left;
  margin-right: 3.2258064516%;
}

.mega-search .sub-nav-group:nth-of-type(6) {
  margin-right: 0px !important;
}

.sub-nav-group:last-child {
  margin-right: 0 !important;
}

.sub-nav-group a,
.sub-nav-group .views-field a {
  color: #393b36;
  font-size: 14px;
  line-height: 1.2;
}

.sub-nav-group a:hover,
.sub-nav-group .views-field a:hover {
  color: #393b36;
  text-decoration: underline;
  line-height: 1.2;
}

.sub-nav-group a {
  padding: 5px;
  text-transform: none;
  display: block;
}

@media screen and (min-width: 1025px) and (max-height: 768px) {
  .sub-nav-group a {
    padding: 2px 5px;
  }
}

.secretary-remarks .more-link a,
.secretary-travel-schedule .more-link a {
  padding-left: 0;
}

.sub-nav-group h2 a,
.sub-nav-group span.field--name-title a,
.sub-nav-group h2 a:link,
.sub-nav-group h2 a:visited,
.sub-nav-group h2 a:active,
.sub-nav-group .view-header h2 a {
  border-bottom: none;
  line-height: 18px;
  color: #393b3e;
  padding: 0;
  font-size: 15px;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) and (max-width: 1180px) {

  .sub-nav-group h2 a,
  .sub-nav-group span.field--name-title a,
  .sub-nav-group h2 a:link,
  .sub-nav-group h2 a:visited,
  .sub-nav-group h2 a:active,
  .sub-nav-group .view-header h2 a {
    font-size: 1.29vw;
    line-height: 120%;
  }
}

.sub-nav-group h2 a:hover,
.sub-nav-group span.field--name-title a:hover,
.sub-nav-group h2 a:link:hover,
.sub-nav-group h2 a:visited:hover,
.sub-nav-group h2 a:active:hover,
.sub-nav-group .view-header h2 a:hover {
  color: #393b3e;
  background-color: transparent;
  text-decoration: underline;
  line-height: 18px;
}

.sub-nav-group h2,
.sub-nav-group span.field--name-title {
  color: #4f4d4d;
  text-transform: uppercase;
  border-bottom: 0;
  line-height: 18px;
  margin-bottom: 2px;
  letter-spacing: 0.04em;
  font-size: 15px;
  padding: 5px;
}

.sub-nav-group span.field--name-title {
  font-size: 40px;
  font-weight: 300;
  text-transform: none;
  font-family: Merriweather, Cambria, serif;
  line-height: 100%;
}

.sub-nav-group .highlighted-link a {
  font-weight: 800;
  font-size: 90%;
}

.sub-nav article {
  margin: 10px 0;
}

.sub-nav article p {
  line-height: 18px;
  margin: 0;
  line-height: 1.2;
  font-size: 0.87em;
}

.sub-nav article p:last-of-type {
  margin-bottom: 20px;
}

.sub-nav article>p {
  padding: 5px;
}

ul.nav-menu ul {
  padding: 0 !important;
}

ul.nav-menu ul.quik {
  padding: 0 0 10px !important;
}

.search-block {
  clear: both;
  background-color: #e3e3e3;
  padding: 27px 0 10px;
  margin: -18px -50px 0 -50px;
}

ul.quik {
  margin-bottom: 10px;
}

ul.quik li>a.quick-link {
  font-size: 14px;
  color: #535353;
  font-weight: 600;
}

ul.quik li>a.quick-link.active {
  color: #333;
}

ul.quik li>a.quick-link.active:hover {
  color: #333;
}

ul.quik li>a.quick-link:hover {
  color: #333;
}

.mm-news-block .mm-news-row {
  margin-bottom: 5px;
}

.mm-news-block .mm-news-row time.datetime {
  color: #777;
  font-size: 13px;
}

.mm-news-block .mm-news-row time.datetime::before {
  content: '';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  width: 0.87em;
  height: 0.87em;
  text-align: right;
  margin-right: 4px;
  position: relative;
  top: 1px;
  background-size: contain;
  background: transparent url('/themes/custom/hamilton/sass/components/images/calendar-icon.svg') no-repeat;
}

.mm-news-block .mm-news-row .news-title {
  line-height: 125%;
  font-size: 0.87em;
  margin-bottom: 15px;
}

.mm-news-block .mm-news-row .news-title a {
  color: #393b3e;
}

.mm-news-block .mm-news-row .news-title a:hover {
  color: #393b3e;
}

.mm .block-menu .menu li.menu-item {
  font-size: 15px;
}

.mm .block-menu .menu li.menu-item a:link {
  line-height: 18px;
}

.mm .block.block-menu h2,
.mm .block.block-menu .sub-nav-group span.field--name-title,
.sub-nav-group .mm .block.block-menu span.field--name-title {
  font-size: 15px;
  padding-bottom: 0;
  margin: 12px 0 7px;
  color: #393b3e;
  letter-spacing: 0.56px;
}

.menu--utility-menu {
  height: 40px;
  z-index: 99;
  color: #3d3d3d;
  font-size: 13px;
  font-family: Merriweather, Cambria, serif;
  padding: 0;
  transition: all 0.35s ease 0s;
  position: relative;
}

.menu--utility-menu .super-header {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: table;
}

.menu--utility-menu .super-header .super-header-title {
  text-transform: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 50px;
  font-style: italic;
  font-family: georgia;
  font-weight: 300;
  color: #5e5e5e;
}

@media only screen and (min-width: 1460px) {
  .menu--utility-menu .super-header .super-header-title {
    padding: 0;
  }
}

.menu--utility-menu .super-header .super-header-title .flag-img {
  width: 21px;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -2px;
}

.menu--utility-menu .super-header .menu-item a {
  transition: all 0.3s;
  display: block;
  width: calc(100% - 26px);
  text-align: center;
  margin: 0 13px;
  padding: 13px 10px 14px !important;
}

@media screen and (min-width: 1025px) and (max-width: 1180px) {
  .menu--utility-menu .super-header .menu-item a {
    font-size: 1.07vw;
    line-height: 120% !important;
  }
}

.menu--utility-menu .super-header .menu-item a:hover,
.menu--utility-menu .super-header .menu-item a:focus,
.menu--utility-menu .super-header .menu-item a:active {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.menu--utility-menu .ul-container {
  padding: 0 60px;
  max-width: 1440px;
  margin: 0 auto;
  height: 40px;
}

@media only screen and (min-width: 1460px) {
  .menu--utility-menu .ul-container {
    padding: 0;
  }
}

.menu--utility-menu ul {
  float: right;
  height: 40px;
  margin: 0;
  padding: 0 40px !important;
}

@media only screen and (min-width: 1460px) {
  .menu--utility-menu ul {
    padding-right: 0px !important;
  }
}

.menu--utility-menu ul li.menu-item {
  float: left;
  border-top: none !important;
  color: #3d3d3d !important;
  line-height: 1;
  height: 40px;
  margin: 0;
  padding: 0;
}

.menu--utility-menu ul li.menu-item a {
  color: #3d3d3d !important;
  font-size: inherit;
  font-family: inherit;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  display: block;
  padding: 13px 20px !important;
  margin: 0;
}

.menu--utility-menu ul li.menu-item a:hover,
.menu--utility-menu ul li.menu-item a:focus,
.menu--utility-menu ul li.menu-item a:active {
  text-decoration: underline !important;
}

/* .scrolled .menu--utility-menu {
  transition: all 0.35s ease 0.15s;
}
.scrolled .mm.block-system-menublock:after {
  display: none;
  visibility: hidden;
} */
.mobile-sub-nav {
  display: none;
}

@media only screen and (min-device-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  #navigation {
    height: 80vh;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 1024px) {
  .sub-nav {
    opacity: 1;
    display: block;
    z-index: 2;
    position: absolute;
    height: 100vh;
    overflow: scroll;
    top: 0px;
    transform: translateX(100vw);
    transition: transform 0.44s ease 0.09s;
    margin: 0;
  }

  .nav-item .sub-nav.open {
    opacity: 1;
    display: block;
    z-index: 2;
    position: absolute;
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    top: 0px;
    transform: translateX(0%);
  }

  .nav-menu .sub-nav>article {
    padding: 0 5vw;
    margin-top: 2.5em;
  }

  .sub-nav-group {
    width: 100%;
    opacity: 1;
    font-size: 1.45rem;
    padding: 0;
  }

  .mobile-sub-nav {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: #083c6f;
    position: absolute;
    top: 0px;
    z-index: 99;
    color: #fff;
    left: 0;
  }

  .mobile-sub-nav span {
    color: #fff;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 1em;
    padding: 0;
    font-weight: 600;
    letter-spacing: 1px;
    float: left;
    margin-top: 5px;
  }

  .mobile-sub-nav span::after {
    content: 'BACK';
    display: inline-block;
    width: 82px;
    height: 32px;
    background: url('/themes/custom/hamilton/sass/components/mm/back-arrow.svg') no-repeat 100% 50%;
    background-size: 32px 32px;
    vertical-align: middle;
    margin-right: 0px;
    top: 3px;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 32px;
    right: 43px;
    position: absolute;
  }

  .sub-nav-group .block {
    margin: 0px;
    padding: 0 0px;
  }

  .sub-nav-group h2,
  .sub-nav-group span.field--name-title {
    border-bottom: solid 1px #ddd;
    margin: 30px 0 6px;
    padding: 0 0 6px;
  }

  .sub-nav-group h2,
  .sub-nav-group span.field--name-title,
  .sub-nav-group h2 a:link,
  .sub-nav-group span.field--name-title a:link {
    font-size: 1.15rem;
    display: block;
    line-height: 1.23;
  }

  .sub-nav-group p a {
    margin-bottom: 3px;
    margin-left: 0px;
    padding: 6px 0;
    font-size: 1.08rem;
  }

  .sub-nav-group p a:hover {
    background: #f2f9ff;
    color: #000;
  }

  .sub-nav article p:last-of-type {
    margin: 0;
    padding: 0;
    margin-bottom: 0 !important;
  }

  .sub-nav-group .mm-news-row {
    margin: 0px 0 15px;
    font-size: 1.2rem;
  }

  .sub-nav-group .mm-news-row time {
    font-size: 13px;
    padding: 0;
  }

  .mm-news-block .mm-news-row .news-title a {
    margin-bottom: 3px;
    margin-left: 0px;
    padding: 0px 0;
    font-size: 18px;
  }

  .block-region-col6 {
    margin-bottom: 20vh;
  }

  .mobile-scroll-wrap {
    position: absolute;
    height: 100vh;
    overflow: scroll;
    padding: 0 5vw;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
    transition: all 0.35s ease;
    top: 50px;
  }

  .sub-nav.open .mobile-scroll-wrap {
    opacity: 1;
  }

  .sub-nav-group:last-child {
    margin-bottom: 50vh;
  }

  .sub-nav {
    background: #f1f2f2;
    height: 100vh;
    overflow-y: scroll;
  }

  .sub-nav-group>div {
    margin: 0 4vw;
  }

  .sub-nav:not(.news-menu) .sub-nav-group>div>div>div,
  .sub-nav:not(.news-menu) .field__item:not(.field--name-field-schedule-travel-agenda) {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.12);
    padding: 20px 20px !important;
    margin: 15px 2px 0px 0px;
  }

  .sub-nav-group:not(.twitter-feed) .mm-news-block:not(.view-display-id-block_4):not(.view-display-id-block_2),
  .sub-nav-group>.block-region-col4 .field__item,
  .twitter-feed .mm-news-block,
  .sub-nav-group>.block-region-col5 .field__item:not(.field--name-field-schedule-travel-agenda) {
    background: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.12) !important;
    padding: 20px 20px !important;
    margin: 15px 2px 0px 0px !important;
  }

  .mobile-scroll-wrap {
    width: 100%;
    margin: 0px;
    padding: 0px;
    left: 0;
    height: 100%;
  }

  .sub-nav-group h2,
  .sub-nav-group span.field--name-title {
    margin: 0 0 10px 0;
  }

  .sub-nav.sub-nav--secretary .secretary-column>div {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.12);
  }

  .sub-nav.sub-nav--secretary .secretary-column.secretarys-photo>div>div>div,
  .sub-nav.sub-nav--secretary .secretary-column.secretarys-photo>div {
    background: transparent !important;
    box-shadow: none !important;
  }

  .sub-nav.sub-nav--secretary .secretary-column h2,
  .sub-nav.sub-nav--secretary .secretary-column .sub-nav-group span.field--name-title,
  .sub-nav-group .sub-nav.sub-nav--secretary .secretary-column span.field--name-title {
    font-size: 1.15rem;
    padding: 20px 0px 10px;
    margin: 0 20px 0;
  }

  .sub-nav.sub-nav--secretary .secretary-column>div>div>div {
    margin: 0;
    padding: 0;
    background: transparent;
  }

  .sub-nav.sub-nav--secretary .secretary-column>div>div {
    margin-bottom: 15px;
  }

  .sub-nav.sub-nav--secretary .secretary-column.secretarys-bio p {
    line-height: 1.38;
    font-size: 1.1rem;
  }

  .sub-nav.sub-nav--secretary .secretary-column.secretary-remarks .views-field-title a {
    padding: 0;
    line-height: 1.38;
    font-size: 1.1rem;
    margin: -2px 0 0;
  }

  .sub-nav.sub-nav--secretary .secretary-column.secretary-travel-schedule .views-field-title a {
    padding: 0;
    line-height: 1.38;
    font-size: 1.1rem;
    margin: -2px 0 0;
  }
}

.sub-nav-group {
  margin-bottom: 0px;
}

.sub-nav-group .block {
  padding-bottom: 0;
  margin-bottom: 0;
}

.sub-nav-group .mm-news-row time {
  padding: 5px;
  font-size: 13px;
  color: #777;
}

@media (max-width: 1024px) {
  .sub-nav-group .mm-news-row time {
    padding: 0px;
  }
}

.sub-nav-group .mm-news-row time::before {
  content: '';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  width: 0.87em;
  height: 0.87em;
  text-align: right;
  margin-right: 4px;
  position: relative;
  top: 1px;
  background-size: contain;
  background: transparent url('/themes/custom/hamilton/sass/components/images/calendar-icon.svg') no-repeat;
}

@media (max-width: 767px) {
  .sub-nav.sub-nav--secretary .secretary-column.secretarys-photo {
    width: auto !important;
    display: block !important;
    float: none !important;
    margin-right: 0px !important;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 25px;
  }

  .sub-nav.sub-nav--secretary .secretary-column {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sub-nav.sub-nav--secretary .secretary-column.secretarys-photo {
    float: left !important;
    width: 26% !important;
    margin-right: 5% !important;
    margin-top: 85px !important;
    position: absolute;
    z-index: 99;
  }

  .sub-nav.sub-nav--secretary .secretary-column.secretarys-bio {
    float: left !important;
    width: 100% !important;
    margin-top: 20px;
  }

  .sub-nav.sub-nav--secretary .secretary-column {
    width: 100% !important;
  }

  .sub-nav.sub-nav--secretary .secretary-column.secretarys-bio .field--type-text-with-summary {
    width: 79%;
    margin-left: 16%;
    background: none;
    box-shadow: none;
  }
}

.news-menu.open article,
.sub-nav--secretary.open article {
  margin: 1em 0 2em;
}

@media (max-width: 767px) {

  .news-menu.open article,
  .sub-nav--secretary.open article {
    margin: 1em 0;
  }
}

article.node--type-news .date-format {
  font-weight: normal;
  margin-bottom: 20px;
}

article.node--type-news .field--name-field-news-location {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}

article.node--type-news .field--name-field-news-featured-image img {
  width: 100%;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #e3e3e3;
}

article.node--type-news .field--name-field-news-link a {
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  background-color: #308ee7;
  background-image: url('/themes/custom/hamilton/sass/components/../base/images/white-pointer.png');
  background-repeat: no-repeat;
  background-position: right 17px top 15px;
  padding: 10px 28px 10px 16px;
  margin: 30px auto;
}

.block.block-views-blocknews-category-block {
  margin-bottom: 0;
  padding-bottom: 0;
}

.block.block-views-blocknews-category-block .news-category {
  color: #00488e;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 1.18;
  font-weight: bold;
  margin-top: 10px;
  font-size: 24px;
  color: #0053a3;
}

#views-exposed-form-media-items-page-1 label,
#views-exposed-form-custom-taxonomy-term-daily-guidance label,
#block-exposedformcustom-taxonomy-termpress-releases label,
#block-exposedformcustom-taxonomy-termfeatured label,
#block-exposedformcustom-taxonomy-termsecretary-statements-remarks label,
#block-exposedformofac-recent-actionspage-1 label,
#block-exposedformofac-recent-actionspage-2 label {
  color: #0053a3;
  line-height: 125%;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 10px 0 15px;
  font-weight: bold;
}

#views-exposed-form-media-items-page-1 .form-submit,
#views-exposed-form-custom-taxonomy-term-daily-guidance .form-submit,
#block-exposedformcustom-taxonomy-termpress-releases .form-submit,
#block-exposedformcustom-taxonomy-termfeatured .form-submit,
#block-exposedformcustom-taxonomy-termsecretary-statements-remarks .form-submit,
#block-exposedformofac-recent-actionspage-1 .form-submit,
#block-exposedformofac-recent-actionspage-2 .form-submit {
  border: none;
  font-weight: 300;
  margin-top: 10px;
}

.form-item-press-release-type:after {
  content: 'By Date';
  font-size: 24px;
  color: #0053a3;
  text-transform: uppercase;
  display: block;
  margin: 20px 0 15px;
  font-weight: bold;
  letter-spacing: 2px;
}

.form-item-publication-end-date,
.form-item-publication-start-date,
.form-item-start-date,
.form-item-end-date,
.form-item-ra-start-date,
.form-item-ra-end-date {
  width: calc(50% - 5px);
  float: left;
}

.form-item-publication-end-date label,
.form-item-publication-start-date label,
.form-item-start-date label,
.form-item-end-date label,
.form-item-ra-start-date label,
.form-item-ra-end-date label {
  color: #5e5f5f !important;
  font-size: 17px !important;
  margin: 0 0 4px !important;
  text-transform: none !important;
  font-weight: lighter !important;
  letter-spacing: normal !important;
}

.form-item-publication-start-date,
.form-item-start-date,
.form-item-ra-start-date {
  margin-right: 10px;
}

@media print {

  #navigation,
  nav#block-news,
  .latest-news,
  .pre-content,
  .burger,
  .treasury-logo,
  .news-category,
  #block-addthisblock {
    display: none;
  }

  #header {
    position: relative !important;
    z-index: 0;
    margin-bottom: 20px;
  }

  div.site-branding a.logo .logo-text {
    display: block !important;
    line-height: 1.2;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  #block-hamilton-page-title.block {
    margin-bottom: 0px;
    padding: 0;
  }
}

.block.block-views-blockfaq-pages-ofac-faq-title-block {
  margin-bottom: 0;
  padding-bottom: 0;
}

.block.block-views-blockfaq-pages-ofac-faq-title-block h3 {
  margin-top: 10px !important;
}

.block-views-exposed-filter-blockfaq-pages-page-1 {
  margin: 0;
  padding: 0;
}

.ofac-faq {
  margin-bottom: 35px;
}

.ofac-faq:last-of-type {
  margin-bottom: 0px;
}

.ofac-faq-item {
  margin-bottom: 40px;
}

.ofac-faq-item:last-of-type {
  margin-bottom: 0;
}

#views-exposed-form-faq-pages-page-1 {
  width: 100%;
  position: relative;
}

@media (min-width: 1025px) {
  #views-exposed-form-faq-pages-page-1 {
    width: 70%;
  }
}

#views-exposed-form-faq-pages-page-1 div#edit-actions--3 {
  display: flex;
}

#views-exposed-form-faq-pages-page-1 #edit-submit-faq-pages,
#views-exposed-form-faq-pages-page-1 #edit-submit-faq-pages--2,
#views-exposed-form-faq-pages-page-1 #edit-reset--2 {
  display: inline-block;
  background-color: #0053a2;
  color: #fff !important;
  border: 2px solid #0053a2;
  border-radius: 0.25rem;
  font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.36px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 25px;
  line-height: 1;
  text-align: center;
  transition: all 0.4s;
  text-decoration: none !important;
}

#views-exposed-form-faq-pages-page-1 #edit-reset--2 {
  border-color: #0053a2;
  color: #0053a2 !important;
  background-color: transparent;
  margin-left: 15px;
}

#views-exposed-form-faq-pages-page-1 .form--inline {
  display: block;
  width: 100%;
  flex-wrap: wrap;
}

#views-exposed-form-faq-pages-page-1 input#edit-faq-search,
#views-exposed-form-faq-pages-page-1 #edit-faq-search--2 {
  padding: 0rem 3rem 0rem 1.2rem;
  height: 2.8rem;
  font-size: 1.1rem;
  width: 100%;
}

#views-exposed-form-faq-pages-page-1 #edit-field-topic-target-id--2,
#views-exposed-form-faq-pages-page-1 #edit-field-topic-target-id {
  border: 1px solid #ccc;
  height: 2.8rem;
  padding: 0rem 3rem 0rem 1.2rem;
  max-width: 200%;
}

#views-exposed-form-faq-pages-page-1 .form-item {
  width: 49%;
  float: none;
}

.ofac-faq-topic {
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 18px;
}

.ofac-faq-topic--wrapper .view-content {
  display: flex;
  width: 100%;
  flex-flow: row;
  flex-wrap: wrap;
}

.ofac-faq-topic--item {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ofac-faq-topic--item {
    width: 33.3%;
  }
}

@media (min-width: 1025px) {
  .ofac-faq-topic--item {
    width: 25%;
  }
}

@media (min-width: 1025px) {
  .ofac-faq-topic {
    width: 90%;
  }
}

.node--type-ofac-recent-action .field--name-field-press-release-link {
  padding-top: 20px;
}

.node--type-ofac-recent-action .field--name-field-press-release-link .field__label {
  font-weight: bold;
}

.pager {
  padding-top: 15px;
  border-top: 1px solid #e3e3e3;
  margin-bottom: 40px;
  position: relative;
}

.pager ul {
  text-align: center;
  padding: 0;
}

.pager li {
  display: inline-block;
  margin-right: 10px;
}

.pager li a {
  color: #666;
}

.pager li.is-active a {
  color: #0053a3;
  text-decoration: underline;
}

.pager li.pager__item--next {
  position: absolute;
  right: 0;
  margin-top: 10px;
}

.pager li.pager__item--previous {
  position: absolute;
  left: 0;
  margin-top: 10px;
}

.preface-region {
  background: #f1f2f2;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .preface-region {
    padding-top: 30px;
  }
}

#mm-search-block-form.search-form {
  text-align: center;
  margin: 0;
}

#mm-search-block-form.search-form div,
#mm-search-block-form.search-form .form-wrapper {
  display: inline-block;
}

#mm-search-block-form.search-form .js-form-item {
  width: 85%;
  text-align: right;
}

@media (min-width: 768px) {
  #mm-search-block-form.search-form .js-form-item {
    width: 88%;
  }
}

@media (min-width: 1025px) {
  #mm-search-block-form.search-form .js-form-item {
    width: 93%;
  }
}

#mm-search-block-form.search-form .js-form-wrapper {
  text-align: left;
}

@media (min-width: 768px) {
  #mm-search-block-form.search-form .js-form-wrapper {
    width: 8%;
  }
}

@media (min-width: 1025px) {
  #mm-search-block-form.search-form .js-form-wrapper {
    width: 5%;
  }
}

#mm-search-block-form.search-form input.form-search {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  border-top: 1px solid #cfc0c0;
  border-left: 1px solid #cfc0c0;
  border-bottom: 1px solid #cfc0c0;
  margin: 0;
  padding: 0.5em 1em;
  width: auto;
  box-shadow: none;
  height: auto;
  width: 100%;
  font-size: 1em;
  color: #393b3e;
}

@media (min-width: 1025px) {
  #mm-search-block-form.search-form input.form-search {
    border-radius: 5px 0 0 5px;
  }
}

#mm-search-block-form.search-form .adv-search-link {
  margin-left: -160px;
  padding-right: 15px;
  vertical-align: bottom;
  margin-bottom: 8px;
}

#mm-search-block-form.search-form .adv-search-link a,
#mm-search-block-form.search-form .adv-search-link a:link,
#mm-search-block-form.search-form .adv-search-link a:visited,
#mm-search-block-form.search-form .adv-search-link a:active {
  color: #0053a3;
  font-size: 15px;
}

#mm-search-block-form.search-form .search-form__submit {
  border: 0;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  background-color: #0053a3;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 10px 0;
  text-align: center;
  min-width: 50px;
  font-size: 0.94em;
  border-radius: 0 6px 6px 0;
  margin-left: -4px;
}

#mm-search-block-form.search-form form {
  margin: 0;
}

.search--mobile {
  margin: 0;
  padding: 15px 20px 0px 20px;
  background-color: #163b50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}

@media screen and (max-width: 1024px) {
  .search--mobile {
    display: block;
  }
}

.search--mobile #mm-search-block-form.search-form {
  text-align: left;
}

.search--mobile #mm-search-block-form.search-form .search-form__submit,
.search--mobile #mm-search-block-form.search-form .adv-search-link,
.search--mobile #mm-search-block-form.search-form .form-wrapper {
  display: none;
}

.search--mobile #mm-search-block-form.search-form input.form-search {
  background: url('/themes/custom/hamilton/sass/components//search/search-glass.png') #fff no-repeat 2%;
  padding-left: 34px;
}

.search--mobile form {
  margin: 0;
}

#block-hero-slideshow-content {
  margin: 0;
  padding: 0;
}

.view-slideshow-slides,
.treas-slideshow {
  position: relative;
}

@media (max-width: 767px) {

  .view-slideshow-slides,
  .treas-slideshow {
    margin-top: 42px;
  }
}

@media (min-width: 768px) {

  .view-slideshow-slides,
  .treas-slideshow {
    position: relative;
  }
}

.view-slideshow-slides .slide__image,
.treas-slideshow .slide__image {
  max-height: 550px;
  z-index: 0;
  overflow: hidden;
}

.view-slideshow-slides .slide__image img,
.treas-slideshow .slide__image img {
  width: 100%;
  height: auto;
  display: block;
}

.view-slideshow-slides .slide__image img:after,
.treas-slideshow .slide__image img:after {
  content: ' ';
  background-color: rgba(0, 0, 0, 0.3);
  height: 550px;
  width: 100%;
  bottom: 550px;
  left: 0;
  position: relative;
}

@media screen and (max-width: 768px) {

  .view-slideshow-slides .slide__image img,
  .treas-slideshow .slide__image img {
    margin-top: 29px;
  }
}

@media (min-width: 1025px) {

  .view-slideshow-slides .slide__image img,
  .treas-slideshow .slide__image img {
    width: 100%;
    height: auto;
    transform: translateY(-15%);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {

  .view-slideshow-slides .slide__image img,
  .treas-slideshow .slide__image img {
    transform: translateY(0);
  }
}

.view-slideshow-slides .slide__image .field-content,
.treas-slideshow .slide__image .field-content {
  position: relative;
  z-index: 96;
}

.view-slideshow-slides .slide__image .field-content:before,
.treas-slideshow .slide__image .field-content:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 96;
}

.view-slideshow-slides .slide__readmore,
.treas-slideshow .slide__readmore {
  display: none;
}

@media (min-width: 768px) {

  .view-slideshow-slides .slide__readmore,
  .treas-slideshow .slide__readmore {
    display: block;
  }

  .view-slideshow-slides .slide__readmore a,
  .view-slideshow-slides .slide__readmore a:active,
  .view-slideshow-slides .slide__readmore a:link,
  .view-slideshow-slides .slide__readmore a:visited,
  .treas-slideshow .slide__readmore a,
  .treas-slideshow .slide__readmore a:active,
  .treas-slideshow .slide__readmore a:link,
  .treas-slideshow .slide__readmore a:visited {
    text-transform: uppercase;
    color: #dcc928;
    background-image: url('/themes/custom/hamilton/sass/components/../base/images/yellow-pointer.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px;
  }
}

.view-slideshow-slides .slide__readmore .read-more,
.treas-slideshow .slide__readmore .read-more {
  display: inline-block;
  margin-top: 10px;
}

.view-slideshow-slides .slide__overlay,
.treas-slideshow .slide__overlay {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 96;
}

@media (max-width: 767px) {

  .view-slideshow-slides .slide__overlay,
  .treas-slideshow .slide__overlay {
    top: 42px;
    height: calc(100% - 32px);
    resize: vertical;
    overflow: auto;
    max-height: calc(100vw * 0.645);
  }
}

.view-slideshow-slides .slide__overlay:after,
.treas-slideshow .slide__overlay:after {
  content: ' ';
  display: block;
  clear: both;
}

@media (min-width: 1025px) {

  .view-slideshow-slides .slide__overlay>div,
  .treas-slideshow .slide__overlay>div {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1549px) {

  .view-slideshow-slides .slide__overlay>div,
  .treas-slideshow .slide__overlay>div {
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {

  .view-slideshow-slides .slide__overlay>div,
  .treas-slideshow .slide__overlay>div {
    padding: 0 15px;
    height: 100%;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }

  .view-slideshow-slides .slide__overlay>div a,
  .treas-slideshow .slide__overlay>div a {
    font-size: 24px !important;
  }
}

.view-slideshow-slides .slide__subtitle,
.treas-slideshow .slide__subtitle {
  display: none;
}

@media (min-width: 768px) {

  .view-slideshow-slides .slide__subtitle,
  .treas-slideshow .slide__subtitle {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #fff;
    display: block;
    padding-bottom: 10px;
  }
}

.view-slideshow-slides .slide__headline,
.treas-slideshow .slide__headline {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 767px) {

  .view-slideshow-slides .slide__headline,
  .treas-slideshow .slide__headline {
    margin: 0;
    display: table;
    height: 100%;
  }
}

@media (min-width: 768px) {

  .view-slideshow-slides .slide__headline,
  .treas-slideshow .slide__headline {
    padding: 0;
    width: 55%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {

  .view-slideshow-slides .slide__headline,
  .treas-slideshow .slide__headline {
    width: 70%;
  }
}

.view-slideshow-slides .slide__headline h2,
.view-slideshow-slides .slide__headline .sub-nav-group span.field--name-title,
.sub-nav-group .view-slideshow-slides .slide__headline span.field--name-title,
.treas-slideshow .slide__headline h2,
.treas-slideshow .slide__headline .sub-nav-group span.field--name-title,
.sub-nav-group .treas-slideshow .slide__headline span.field--name-title {
  padding: 0 0 10px;
  letter-spacing: 0px;
  font-weight: 300;
  line-height: 1.35;
  font-size: 24px;
}

.view-slideshow-slides .slide__headline h2 a,
.view-slideshow-slides .slide__headline .sub-nav-group span.field--name-title a,
.sub-nav-group .view-slideshow-slides .slide__headline span.field--name-title a,
.treas-slideshow .slide__headline h2 a,
.treas-slideshow .slide__headline .sub-nav-group span.field--name-title a,
.sub-nav-group .treas-slideshow .slide__headline span.field--name-title a {
  color: #fff !important;
  line-height: 125% !important;
}

@media screen and (min-width: 768px) and (max-width: 959px) {

  .view-slideshow-slides .slide__headline h2 a,
  .view-slideshow-slides .slide__headline .sub-nav-group span.field--name-title a,
  .sub-nav-group .view-slideshow-slides .slide__headline span.field--name-title a,
  .treas-slideshow .slide__headline h2 a,
  .treas-slideshow .slide__headline .sub-nav-group span.field--name-title a,
  .sub-nav-group .treas-slideshow .slide__headline span.field--name-title a {
    font-size: 36px !important;
    display: block;
  }
}

@media screen and (min-width: 960px) and (max-width: 1024px) {

  .view-slideshow-slides .slide__headline h2 a,
  .view-slideshow-slides .slide__headline .sub-nav-group span.field--name-title a,
  .sub-nav-group .view-slideshow-slides .slide__headline span.field--name-title a,
  .treas-slideshow .slide__headline h2 a,
  .treas-slideshow .slide__headline .sub-nav-group span.field--name-title a,
  .sub-nav-group .treas-slideshow .slide__headline span.field--name-title a {
    font-size: 48px !important;
  }
}

@media (max-width: 767px) {

  .view-slideshow-slides .slide__headline h2 a,
  .view-slideshow-slides .slide__headline .sub-nav-group span.field--name-title a,
  .sub-nav-group .view-slideshow-slides .slide__headline span.field--name-title a,
  .treas-slideshow .slide__headline h2 a,
  .treas-slideshow .slide__headline .sub-nav-group span.field--name-title a,
  .sub-nav-group .treas-slideshow .slide__headline span.field--name-title a {
    line-height: 0 !important;
  }
}

@media (max-width: 374px) {

  .view-slideshow-slides .slide__headline h2 a,
  .view-slideshow-slides .slide__headline .sub-nav-group span.field--name-title a,
  .sub-nav-group .view-slideshow-slides .slide__headline span.field--name-title a,
  .treas-slideshow .slide__headline h2 a,
  .treas-slideshow .slide__headline .sub-nav-group span.field--name-title a,
  .sub-nav-group .treas-slideshow .slide__headline span.field--name-title a {
    font-size: 24px !important;
    line-height: 1.34 !important;
    margin-top: 20px;
    display: block;
  }
}

@media (max-width: 374px) {

  .view-slideshow-slides .slide__headline h2,
  .view-slideshow-slides .slide__headline .sub-nav-group span.field--name-title,
  .sub-nav-group .view-slideshow-slides .slide__headline span.field--name-title,
  .treas-slideshow .slide__headline h2,
  .treas-slideshow .slide__headline .sub-nav-group span.field--name-title,
  .sub-nav-group .treas-slideshow .slide__headline span.field--name-title {
    line-height: 32px !important;
    display: flex;
    height: 100%;
    align-items: center;
  }
}

@media (min-width: 768px) {

  .view-slideshow-slides .slide__headline h2 a,
  .view-slideshow-slides .slide__headline .sub-nav-group span.field--name-title a,
  .sub-nav-group .view-slideshow-slides .slide__headline span.field--name-title a,
  .view-slideshow-slides .slide__headline h2 a:visited,
  .view-slideshow-slides .slide__headline h2 a:active,
  .treas-slideshow .slide__headline h2 a,
  .treas-slideshow .slide__headline .sub-nav-group span.field--name-title a,
  .sub-nav-group .treas-slideshow .slide__headline span.field--name-title a,
  .treas-slideshow .slide__headline h2 a:visited,
  .treas-slideshow .slide__headline h2 a:active {
    color: #fff !important;
    text-decoration: none !important;
  }
}

@media (min-width: 1025px) {

  .view-slideshow-slides .slide__headline h2,
  .view-slideshow-slides .slide__headline .sub-nav-group span.field--name-title,
  .sub-nav-group .view-slideshow-slides .slide__headline span.field--name-title,
  .treas-slideshow .slide__headline h2,
  .treas-slideshow .slide__headline .sub-nav-group span.field--name-title,
  .sub-nav-group .treas-slideshow .slide__headline span.field--name-title {
    font-size: 62px;
    line-height: 62px;
  }
}

@media (max-width: 767px) {

  .view-slideshow-slides .slide__headline h2,
  .view-slideshow-slides .slide__headline .sub-nav-group span.field--name-title,
  .sub-nav-group .view-slideshow-slides .slide__headline span.field--name-title,
  .treas-slideshow .slide__headline h2,
  .treas-slideshow .slide__headline .sub-nav-group span.field--name-title,
  .sub-nav-group .treas-slideshow .slide__headline span.field--name-title {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
}

.view-slideshow-slides .slide__headline h2 a:link,
.view-slideshow-slides .slide__headline .sub-nav-group span.field--name-title a:link,
.sub-nav-group .view-slideshow-slides .slide__headline span.field--name-title a:link,
.view-slideshow-slides .slide__headline h2 a:visited,
.view-slideshow-slides .slide__headline .sub-nav-group span.field--name-title a:visited,
.sub-nav-group .view-slideshow-slides .slide__headline span.field--name-title a:visited,
.view-slideshow-slides .slide__headline h2 a:active,
.view-slideshow-slides .slide__headline .sub-nav-group span.field--name-title a:active,
.sub-nav-group .view-slideshow-slides .slide__headline span.field--name-title a:active,
.treas-slideshow .slide__headline h2 a:link,
.treas-slideshow .slide__headline .sub-nav-group span.field--name-title a:link,
.sub-nav-group .treas-slideshow .slide__headline span.field--name-title a:link,
.treas-slideshow .slide__headline h2 a:visited,
.treas-slideshow .slide__headline .sub-nav-group span.field--name-title a:visited,
.sub-nav-group .treas-slideshow .slide__headline span.field--name-title a:visited,
.treas-slideshow .slide__headline h2 a:active,
.treas-slideshow .slide__headline .sub-nav-group span.field--name-title a:active,
.sub-nav-group .treas-slideshow .slide__headline span.field--name-title a:active {
  font-size: 62px;
}

@media (max-width: 767px) {

  .view-slideshow-slides .slide__headline h2 a,
  .view-slideshow-slides .slide__headline .sub-nav-group span.field--name-title a,
  .sub-nav-group .view-slideshow-slides .slide__headline span.field--name-title a,
  .treas-slideshow .slide__headline h2 a,
  .treas-slideshow .slide__headline .sub-nav-group span.field--name-title a,
  .sub-nav-group .treas-slideshow .slide__headline span.field--name-title a {
    color: #fff;
  }
}

@media (max-width: 767px) {

  body.toolbar-vertical .view-slideshow-slides,
  body.toolbar-vertical .treas-slideshow {
    margin-top: 0;
  }

  body.toolbar-vertical .view-slideshow-slides .slide__overlay,
  body.toolbar-vertical .treas-slideshow .slide__overlay {
    top: 32px;
  }
}

ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
}

@media screen and (max-width: 40em) {
  ul.slick-dots {
    bottom: 12px;
    right: 0;
    left: 0;
    top: auto;
    justify-content: center;
    flex-flow: row;
    height: auto;
  }

  ul.slick-dots li:not(:last-child) {
    margin-right: 6px;
  }
}

ul.slick-dots li {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ul.slick-dots li button {
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  background: none;
  height: 12px;
  width: 12px;
  font-size: 0px;
  text-indent: -999999px;
}

ul.slick-dots li.slick-active button {
  background-color: #fff;
}

nav.slick__arrow {
  position: absolute;
  top: 0;
  opacity: 0;
  display: none;
}

.social ul,
.social--round ul,
.social--small ul {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.social ul a,
.social--round ul a,
.social--small ul a {
  outline: none;
  display: block;
}

.social ul a span,
.social--round ul a span,
.social--small ul a span {
  display: none;
}

.social ul a:focus,
.social--round ul a:focus,
.social--small ul a:focus {
  outline: solid 1px;
}

.social ul li,
.social--round ul li,
.social--small ul li {
  margin: 0;
  vertical-align: middle;
}

.social ul li.first,
.social--round ul li.first,
.social--small ul li.first {
  margin-left: -4px;
}

.social--small {
  padding: 15px 0;
  margin-right: 45px;
  text-align: right;
}

@media (max-width: 767px) {
  .social--small {
    margin-right: 0;
    text-align: center;
    padding: 0 0 15px;
  }
}

.social--small li a {
  margin-right: 10px;
  vertical-align: middle;
  opacity: 1;
  width: 36px;
  height: 36px;
}

.social--small li a:hover {
  background-position: 0 1px !important;
}

.social--small li.last a {
  margin-right: 0;
}

#social-hub .ui-tabs {
  padding: 0;
}

.social--round.ui-tabs .ui-tabs-nav {
  margin: 0;
  display: none;
}

.social--round.ui-tabs .ui-tabs-nav li {
  padding-right: 5px;
}

.social--round.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0;
}

.social--round li {
  padding-right: 4px;
}

.social--round a.social-nav {
  width: 23px;
  height: 23px;
  display: inline-block;
  text-indent: -10000px;
  border-radius: 25px;
}

@media (min-width: 1128px) {
  .social--round a.social-nav {
    width: 29px;
    height: 29px;
  }
}

.social--round li.ui-state-default a {
  border: 1px solid #666;
}

.social-hub {
  background: transparent !important;
  border: none !important;
}

.social-hub .ui-widget.ui-widget-content {
  border: none !important;
  background-color: transparent !important;
}

.social-hub .ui-tabs-nav {
  display: inline-block;
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  .social-hub .ui-tabs-nav {
    float: right;
  }
}

@media (min-width: 1128px) {
  .social-hub .ui-tabs-nav {
    padding-top: 8px !important;
  }
}

.social-hub .social-section {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .social-hub .social-section {
    margin-top: -20px;
  }
}

@media (max-width: 767px) {
  .social-hub .social-section {
    padding: 0 !important;
    margin-top: -15px;
  }
}

.social-hub .social-section.ui-tabs-panel {
  padding-top: 0;
}

@media (min-width: 1025px) {
  .social-hub .social-section.ui-tabs-panel {
    margin-top: -10px;
  }
}

.social-hub .social-section header {
  position: relative;
  display: none;
}

.social-hub .social-section header .more--inline {
  top: 0;
  font-size: 1em;
}

.social-hub .social-section .social-post {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  padding: 15px;
  background-color: #fff;
  margin-bottom: 15px;
}

.social-hub .social-section .social-post div,
.social-hub .social-section .social-post p,
.social-hub .social-section .social-post a {
  font-size: 14px;
  line-height: 16px;
  font-family: 'Helvetice Neue', Helvetica, Arial, sans-Serif;
}

.social-hub .social-section .social-post .content {
  display: inline-block;
  float: left;
  width: calc(100% - 75px);
}

.social-hub .social-section .social-post .content p {
  margin: 3px 0;
}

.social-hub .social-section .social-post .date-format {
  font-size: 14px;
  color: #4e5d66;
  text-transform: capitalize;
}

.social-hub .social-section .social-post .twitter-details-link {
  color: #0053a3;
  font-weight: bold;
  font-size: 12px;
}

.social-hub .social-section .social-post .media-image {
  margin-bottom: 5px;
}

.social-hub .social-section .social-post .profile-pic {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.social-hub .social-section .social-post .profile-pic img {
  width: 60px;
}

.social-hub .social-section .social-post .twitterlink {
  font-weight: normal;
  color: #0053a3;
}

.social-hub .social-section .social-post .twitterlink:first-of-type {
  font-weight: bold;
  color: #000;
}

.social-hub .social-section .social-post ul.links li {
  display: inline-block;
  margin-bottom: 15px;
}

.social-hub .social-section .social-post:first-of-type {
  margin-top: 25px;
}

.social-hub .social-section .social-post:after {
  content: ' ';
  display: block;
  clear: both;
}

.social-hub .social-section .flickr {
  margin-top: 10px;
}

.social-hub .social-section .flickr-image {
  width: 115px;
  margin: 2px;
}

.social-hub .social-section .youtube-item {
  width: 196px;
  padding: 0;
  margin: 10px;
  display: inline-block;
}

.social-hub .social-section .date-format {
  font-weight: 500;
  margin-bottom: 5px;
}

.social-hub .social-section .social-blog .social-blog-row {
  margin-bottom: 15px;
}

.social-hub .social-section .social-blog .social-blog-row .social-title-link {
  line-height: 150%;
  margin-bottom: 5px;
}

.social-hub .social-section .social-blog .social-blog-row .social-title-link a {
  padding-right: 15px;
  background-image: url('/themes/custom/hamilton/sass/components/../base/images/blue-pointer.png');
  background-repeat: no-repeat;
  background-position: right center;
}

.social-hub .social-section .social-blog .social-blog-row .social-abstract {
  font-size: 0.9em;
  line-height: 150%;
}

@media (max-width: 767px) {
  .block-treasury-social-hub:after {
    clear: both;
    content: '';
    display: table;
  }
}

@media screen and (max-width: 1024px) {
  .sub-nav-group>div.mm-news-block {
    margin: 0 4vw !important;
    margin-top: 1rem !important;
  }
}

article.node--view-mode-teaser {
  margin-bottom: 36px;
}

article.node--view-mode-teaser h2,
article.node--view-mode-teaser .sub-nav-group span.field--name-title,
.sub-nav-group article.node--view-mode-teaser span.field--name-title {
  border-bottom: 0;
  font-weight: 400;
}

@media (min-width: 768px) {
  article.node--view-mode-teaser .content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  article.node--view-mode-teaser .content:after {
    content: ' ';
    display: block;
    clear: both;
  }

  article.node--view-mode-teaser .title h2,
  article.node--view-mode-teaser .title .sub-nav-group span.field--name-title,
  .sub-nav-group article.node--view-mode-teaser .title span.field--name-title {
    font-size: 1.5em;
  }

  article.node--view-mode-teaser .col1 {
    width: 20%;
    float: left;
    margin-right: 20%;
  }

  article.node--view-mode-teaser .col1 img {
    width: 100%;
    height: auto;
  }

  article.node--view-mode-teaser .col2 {
    width: 60%;
    float: right;
    margin-right: 0;
  }
}

.tile-link-block {
  padding: 0;
  transition: all 0.6s cubic-bezier(0.24, 1, 0.3, 1);
  overflow: hidden;
  max-width: 563px;
  background-size: cover;
}

.tile-link-block::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  z-index: 5;
  background-color: #f4ca0e;
  transform-origin: 0 0;
  transform: scaleX(0) translateZ(0);
  transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1);
}

.tile-link-block::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: auto 100%;
  background-position: 60% 0%;
  background-repeat: no-repeat;
  transition: all 0.6s cubic-bezier(0.24, 1, 0.3, 1);
}

.tile-link-block:hover::before,
.tile-link-block:focus::before {
  transform: scaleX(1) translateZ(0);
}

.tile-link-block:hover::after,
.tile-link-block:focus::after {
  transform: scale(1.13);
  filter: brightness(1.15);
}

.tile-link-block h3 {
  font-family: Merriweather, Cambria, serif;
  font-weight: 300;
  margin: 0 0 8px 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 1.1em;
}

@media (min-width: 768px) {
  .tile-link-block h3 {
    font-size: 1.5em;
  }
}

@media (min-width: 1025px) {
  .tile-link-block h3 {
    font-size: 2.275em;
  }
}

.tile-link-block,
.tile-link-block a,
.tile-link-block a:link,
.tile-link-block a:visited,
.tile-link-block a:active {
  color: #fff;
}

.tile-link-block a:hover {
  text-decoration: none;
  outline: dotted 1px rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1024px) {
  .tile-link-block {
    max-width: 100%;
  }
}

.tile-link-block>a {
  padding: 38px;
  display: block;
}

@media (max-width: 767px) {
  .tile-link-block:first-of-type {
    margin-top: -20px;
  }
}

.tile--blue::after {
  background-color: #00488e;
  background-image: url('/themes/custom/hamilton/sass/components/tile-link/box-blue.png');
}

.tile--light-blue::after {
  background-color: #308ee7;
  background-image: url('/themes/custom/hamilton/sass/components/tile-link/box-light-blue.png');
}

.tile--gray::after {
  background-color: #666;
  background-image: url('/themes/custom/hamilton/sass/components/tile-link/box-gray.png');
}

.tile--green::after {
  background-color: #386025;
  background-image: url('/themes/custom/hamilton/sass/components/tile-link/box-green.png');
}

@media (min-width: 768px) and (max-width: 1024px) {

  .tile-link-block,
  .tile-link-block::after {
    background-size: 100%;
  }
}

.tile--blue .tile--learn-more,
.tile--light-blue .tile--learn-more,
.tile--gray .tile--learn-more,
.tile--green .tile--learn-more {
  display: block;
  margin-top: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
}

.tile--blue .field--name-field-tile-text,
.tile--light-blue .field--name-field-tile-text,
.tile--gray .field--name-field-tile-text,
.tile--green .field--name-field-tile-text {
  font-weight: 300;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .block--tile:first-of-type {
    margin-top: -20px;
  }
}

#banner--treasury-alert {
  text-align: center;
  color: #fff;
  z-index: 1;
  line-height: 16px;
  font-weight: 600;
  font-family: 'Source Sans Pro', Calibri, sans-serif;
  font-size: 12px;
  padding: 6px 10px 8px;
}

#banner--treasury-alert.red {
  background-color: #e31c3d;
  color: #fff;
}

#banner--treasury-alert.yellow {
  background-color: #ff0;
  color: #000;
}

#banner--treasury-alert.green {
  background-color: #4b8025;
  color: #fff;
}

#banner--treasury-alert.white {
  background-color: #fff;
  color: #000;
}

#banner--treasury-alert.black {
  background-color: #000;
  color: #fff;
}

#banner--treasury-alert a {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}

#banner--treasury-alert a:hover,
#banner--treasury-alert a:focus,
#banner--treasury-alert a:active {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}

@media (min-width: 1025px) {
  #banner--treasury-alert {
    padding: 6px 30px 8px;
    font-size: 16px;
  }

  #banner--treasury-alert a {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #banner--treasury-alert {
    font-size: 14px;
    padding: 6px 30px 8px;
  }

  #banner--treasury-alert a {
    font-size: 14px;
  }
}

.ui-datepicker {
  z-index: 98 !important;
}

_:-ms-lang(x),
.ui-datepicker {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 25px 10px 5px;
}

_:-ms-lang(x) .ui-datepicker-header,
.ui-datepicker .ui-datepicker-header {
  position: static;
}

_:-ms-lang(x) .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  background: url('/themes/custom/hamilton/sass/components/ui-datepicker/images/prev.svg') no-repeat center center #efefef;
  background-size: 1.8em 1.8em;
  border: 1px solid #dedede;
  margin: 10px;
}

_:-ms-lang(x) .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background: url('/themes/custom/hamilton/sass/components/ui-datepicker/images/next.svg') no-repeat center center #efefef;
  background-size: 1.8em 1.8em;
  border: 1px solid #dedede;
  margin: 10px;
}

.site-branding-text {
  padding: 30px 10px 10px;
  font-size: 135%;
}

div.site-branding a.logo {
  display: block;
  padding: 0;
  float: left;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.25, 1);
  line-height: 0;
  color: #fff;
  font-family: Merriweather, Cambria, serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.8rem;
  position: relative;
  top: 4px;
}

@media (min-width: 1025px) {
  div.site-branding a.logo {
    padding: 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  div.site-branding a.logo {
    padding: 10px 0;
    font-size: 1.38rem;
  }

  div.site-branding a.logo .logo-text {
    position: relative;
    top: 0px;
  }
}

@media (max-width: 767px) {
  div.site-branding a.logo {
    padding: 10px 0;
    margin-left: 20px;
  }

  div.site-branding a.logo .logo-text {
    display: none;
  }
}

div.site-branding a.logo img {
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.25, 1);
  height: 51px;
  width: 205px;
  margin-right: 15px;
  vertical-align: middle;
  position: relative;
  top: -4px;
}

@media (min-width: 1024px) {
  div.site-branding a.logo img {
    height: 64px;
    width: 64px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  div.site-branding a.logo img {
    height: 48px;
    width: 48px;
  }
}

div.site-branding a.logo .treasury-logo {
  height: 51px;
  width: 205px;
}

@media (min-width: 1024px) {
  div.site-branding a.logo .treasury-logo {
    height: 64px;
    width: 64px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  div.site-branding a.logo .treasury-logo {
    height: 48px;
    width: 48px;
  }
}

/* @media (min-width: 1025px) {
  .scrolled div.site-branding a.logo {
    padding: 0;
    top: 12px;
  }
  .scrolled div.site-branding a.logo .logo-text {
    display: none;
  }
}
@media (min-width: 1025px) {
  .scrolled div.site-branding a.logo img {
    height: 43px;
    width: 43px;
    top: -1px;
    opacity: 0;
  }
}
@media (min-width: 1025px) {
  .scrolled div.collapsed-logo a.logo img {
    height: 43px;
    width: 43px;
    top: -1px;
  }
} */
.front-page-alert {
  background-color: #e31c3d;
  width: calc(100% - 20px);
  margin: 29px 0 0;
  position: absolute;
  color: #fff;
  font-weight: 600;
  font-family: 'Source Sans Pro', Calibri, sans-serif;
  font-size: 12px;
  padding: 6px 10px 8px;
  z-index: 97;
  text-align: center;
  line-height: 16px;
}

.front-page-alert a {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}

.front-page-alert a:hover,
.front-page-alert a:focus,
.front-page-alert a:active {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}

@media (min-width: 1025px) {
  .front-page-alert {
    margin-top: 40px;
    padding: 6px 30px 8px;
    width: calc(100% - 60px);
    font-size: 16px;
  }

  .front-page-alert a {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .front-page-alert {
    margin-top: 68px;
    font-size: 14px;
    padding: 6px 30px 8px;
    width: calc(100% - 60px);
  }

  .front-page-alert a {
    font-size: 14px;
  }
}

#autologout-confirm {
  color: #fff;
}

#usa-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 40px;
  background: url('/themes/custom/hamilton/sass/components/superheader/superheader.png') no-repeat center center #fff;
  background-size: cover;
  z-index: 99;
  transition: all 0.35s ease 0s;
  display: none;
}

/* #usa-header.scrolled {
  top: -40px;
  transition: all 0.35s ease 0.15s;
} */
@media (min-width: 1025px) {
  #usa-header {
    display: block;
  }
}

@media (min-width: 1025px) {
  .region-header {
    transition: all 0.4s;
  }
}

.region-header .menu-item--expanded {
  visibility: hidden;
  display: none;
  width: 0;
  height: 0;
}

header#header {
  background: #0053a2 !important;
  width: 100vw;
  transition: all 0.35s ease 0s;
  position: fixed;
  top: 0;
  z-index: 98;
}

header#header #region-header {
  position: relative;
}

header#header #region-header .block {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

header#header #region-header .block-system-branding-block {
  z-index: 99;
  display: inline-block;
  vertical-align: middle;
  max-width: 70%;
}

@media (min-width: 768px) {
  header#header #region-header .block-system-branding-block {
    max-width: 100%;
    padding-left: 30px;
  }
}

@media (min-width: 1025px) {
  header#header #region-header .block-system-branding-block {
    max-width: 100%;
    padding-left: 50px;
  }
}

@media (min-width: 1458px) {
  header#header #region-header .block-system-branding-block {
    padding-left: 0;
  }
}

header#header #region-header nav.block-system-menublock.secondary {
  white-space: nowrap;
}

header#header #region-header nav.block-system-menublock.secondary .menu {
  font-weight: 600;
  display: none;
}

@media (min-width: 1025px) {
  header#header #region-header nav.block-system-menublock.secondary .menu {
    display: inline-block;
  }
}

header#header #region-header nav.block-system-menublock.secondary .menu>li {
  display: inline-block;
  text-transform: uppercase;
}

header#header #region-header nav.block-system-menublock.secondary .menu>li>a {
  color: #8babcb;
  padding-right: 20%;
}

header#header #region-header nav.block-system-menublock.secondary .menu>li.last a {
  padding-right: 0;
}

header#header #region-header nav.block-system-menublock.secondary .menu>li:last-child a {
  padding-right: 30px;
}

header#header #region-header nav.block-system-menublock.secondary .menu>li>a {
  padding-right: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

header#header #region-header nav.block-system-menublock.primary>ul>li>a {
  letter-spacing: 1.5px;
}

header#header #region-header nav.block-system-menublock.primary>.menu {
  font-weight: 600;
  display: none;
}

@media (min-width: 1025px) {
  header#header #region-header nav.block-system-menublock.primary>.menu {
    display: inline-block;
  }
}

header#header #region-header nav.block-system-menublock.primary>.menu>li {
  display: inline-block;
  text-transform: uppercase;
}

header#header #region-header nav.block-system-menublock.primary>.menu>li>a {
  color: #fff;
  padding-right: 20%;
}

header#header #region-header nav.block-system-menublock.primary>.menu>li.last a {
  padding-right: 0;
}

@media (min-width: 1025px) {
  header#header {
    top: 0px;
  }

  /* header#header.scrolled {
    top: 0px;
    transition: all 0.35s ease 0.15s;
    z-index: 80;
  } */
}

@media (min-width: 1025px) {
  .toolbar-fixed.toolbar-vertical #usa-header {
    top: 39px;
  }

  /* .toolbar-fixed.toolbar-vertical #usa-header.scrolled {
    top: 0px;
  } */
  .toolbar-fixed.toolbar-vertical header#header {
    top: 79px;
  }

  /* .toolbar-fixed.toolbar-vertical header#header.scrolled {
    top: 40px;
  } */
  .toolbar-fixed.toolbar-horizontal #usa-header {
    top: 39px;
  }

  /* .toolbar-fixed.toolbar-horizontal #usa-header.scrolled {
    top: 0px;
  } */
  .toolbar-fixed.toolbar-horizontal header#header {
    top: 79px;
  }

  /* .toolbar-fixed.toolbar-horizontal header#header.scrolled {
    top: 40px;
  } */
  .toolbar-tray-open.toolbar-horizontal #usa-header {
    top: 80px;
  }

  /* .toolbar-tray-open.toolbar-horizontal #usa-header.scrolled {
    top: 40px;
  } */
  .toolbar-tray-open.toolbar-horizontal header#header {
    top: 120px;
  }

  /* .toolbar-tray-open.toolbar-horizontal header#header.scrolled {
    top: 0px;
  } */
  .toolbar-tray-open.toolbar-vertical #usa-header {
    top: 40px;
  }

  /* .toolbar-tray-open.toolbar-vertical #usa-header.scrolled {
    top: 0px;
  } */
  .toolbar-tray-open.toolbar-vertical header#header {
    top: 80px;
  }

  /* .toolbar-tray-open.toolbar-vertical header#header.scrolled {
    top: 40px;
  } */
}

@media screen and (max-width: 1024px) {
  .hero-region {
    margin-top: 0 !important;
  }
}

#main {
  margin-bottom: 15px;
}

@media (min-width: 1025px) {
  #main {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1024px) {
  #main {
    margin-top: 20px;
  }
}

.drupal-messages {
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #fff;
  border-radius: 5px;
}

.drupal-messages.messages--status {
  background: rgba(139, 171, 203, 0.3);
  color: #8babcb;
}

.drupal-messages.messages--warning {
  background: rgba(220, 201, 40, 0.3);
  color: #393b3e;
}

.drupal-messages.messages--error {
  background: rgba(238, 105, 108, 0.3);
  color: #ee696c;
}

.block-tabs {
  margin: 1.5em 0;
}

.block-tabs ul {
  display: block;
  padding-left: 0;
  border-bottom: 1px solid #e3e3e3;
}

.block-tabs ul li {
  display: inline-block;
}

.block-tabs ul li a {
  margin: 0;
  padding: 0.4em;
  text-decoration: none;
}

.usa-alert {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06rem;
  line-height: 1.5;
  color: #1b1b1b;
  background-color: #f0f0f0;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
  border-left: 0.5rem solid #adadad;
}

*+.usa-alert {
  margin-top: 1rem;
}

.usa-alert>.usa-list,
.usa-alert .usa-alert__body>.usa-list {
  padding-left: 0;
}

.usa-alert>.usa-list:last-child,
.usa-alert .usa-alert__body>.usa-list:last-child {
  margin-bottom: 0;
}

.usa-alert__body {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.usa-alert--success {
  background-color: #ecf3ec;
  border-left-color: #00a91c;
  color: #1b1b1b;
}

.usa-alert--success:before {
  background: url('/themes/custom/hamilton/images/check_circle.svg') no-repeat center/2rem 2rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  content: '';
  display: block;
  height: 3.5rem;
  left: 0.9166666667rem;
  position: absolute;
  top: 0;
}

@supports (-webkit-mask: url('')) or (mask: url('')) {
  .usa-alert--success:before {
    background: none;
    background-color: #1b1b1b;
    -webkit-mask: url('/themes/custom/hamilton/images/check_circle.svg') no-repeat center/2rem 2rem;
    mask: url('/themes/custom/hamilton/images/check_circle.svg') no-repeat center/2rem 2rem;
  }
}

.usa-alert--success.usa-alert--slim:before {
  background-size: 1.5rem;
  height: 2.5rem;
  width: 1.5rem;
}

@supports (-webkit-mask: url('')) or (mask: url('')) {
  .usa-alert--success.usa-alert--slim:before {
    -webkit-mask-size: 1.5rem;
    mask-size: 1.5rem;
  }
}

.usa-alert--success .usa-link {
  color: #005ea2;
}

.usa-alert--success .usa-link:visited {
  color: #54278f;
}

.usa-alert--success .usa-link:hover,
.usa-alert--success .usa-link:active {
  color: #1a4480;
}

.usa-alert--success.usa-alert--no-icon:before {
  display: none;
}

.usa-alert--success.usa-alert--no-icon .usa-alert__body {
  padding-left: 1.25rem;
}

.usa-alert--success .usa-alert__body {
  padding-left: 3.8333333333rem;
}

.usa-alert--warning {
  background-color: #faf3d1;
  border-left-color: #ffbe2e;
  color: #1b1b1b;
}

.usa-alert--warning:before {
  background: url('/themes/custom/hamilton/images/warning.svg') no-repeat center/2rem 2rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  content: '';
  display: block;
  height: 3.5rem;
  left: 0.9166666667rem;
  position: absolute;
  top: 0;
}

@supports (-webkit-mask: url('')) or (mask: url('')) {
  .usa-alert--warning:before {
    background: none;
    background-color: #1b1b1b;
    -webkit-mask: url('/themes/custom/hamilton/images/warning.svg') no-repeat center/2rem 2rem;
    mask: url('/themes/custom/hamilton/images/warning.svg') no-repeat center/2rem 2rem;
  }
}

.usa-alert--warning.usa-alert--slim:before {
  background-size: 1.5rem;
  height: 2.5rem;
  width: 1.5rem;
}

@supports (-webkit-mask: url('')) or (mask: url('')) {
  .usa-alert--warning.usa-alert--slim:before {
    -webkit-mask-size: 1.5rem;
    mask-size: 1.5rem;
  }
}

.usa-alert--warning .usa-link {
  color: #005ea2;
}

.usa-alert--warning .usa-link:visited {
  color: #54278f;
}

.usa-alert--warning .usa-link:hover,
.usa-alert--warning .usa-link:active {
  color: #1a4480;
}

.usa-alert--warning.usa-alert--no-icon:before {
  display: none;
}

.usa-alert--warning.usa-alert--no-icon .usa-alert__body {
  padding-left: 1.25rem;
}

.usa-alert--warning .usa-alert__body {
  padding-left: 3.8333333333rem;
}

.usa-alert--error {
  background-color: #f4e3db;
  border-left-color: #d54309;
  color: #1b1b1b;
}

.usa-alert--error:before {
  background: url('/themes/custom/hamilton/images/error.svg') no-repeat center/2rem 2rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  content: '';
  display: block;
  height: 3.5rem;
  left: 0.9166666667rem;
  position: absolute;
  top: 0;
}

@supports (-webkit-mask: url('')) or (mask: url('')) {
  .usa-alert--error:before {
    background: none;
    background-color: #1b1b1b;
    -webkit-mask: url('/themes/custom/hamilton/images/error.svg') no-repeat center/2rem 2rem;
    mask: url('/themes/custom/hamilton/images/error.svg') no-repeat center/2rem 2rem;
  }
}

.usa-alert--error.usa-alert--slim:before {
  background-size: 1.5rem;
  height: 2.5rem;
  width: 1.5rem;
}

@supports (-webkit-mask: url('')) or (mask: url('')) {
  .usa-alert--error.usa-alert--slim:before {
    -webkit-mask-size: 1.5rem;
    mask-size: 1.5rem;
  }
}

.usa-alert--error .usa-link {
  color: #005ea2;
}

.usa-alert--error .usa-link:visited {
  color: #54278f;
}

.usa-alert--error .usa-link:hover,
.usa-alert--error .usa-link:active {
  color: #1a4480;
}

.usa-alert--error.usa-alert--no-icon:before {
  display: none;
}

.usa-alert--error.usa-alert--no-icon .usa-alert__body {
  padding-left: 1.25rem;
}

.usa-alert--error .usa-alert__body {
  padding-left: 3.8333333333rem;
}

.usa-alert--info {
  background-color: #e7f6f8;
  border-left-color: #00bde3;
  color: #1b1b1b;
}

.usa-alert--info:before {
  background: url('/themes/custom/hamilton/images/info.svg') no-repeat center/2rem 2rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  content: '';
  display: block;
  height: 3.5rem;
  left: 0.9166666667rem;
  position: absolute;
  top: 0;
}

@supports (-webkit-mask: url('')) or (mask: url('')) {
  .usa-alert--info:before {
    background: none;
    background-color: #1b1b1b;
    -webkit-mask: url('/themes/custom/hamilton/images/info.svg') no-repeat center/2rem 2rem;
    mask: url('/themes/custom/hamilton/images/info.svg') no-repeat center/2rem 2rem;
  }
}

.usa-alert--info.usa-alert--slim:before {
  background-size: 1.5rem;
  height: 2.5rem;
  width: 1.5rem;
}

@supports (-webkit-mask: url('')) or (mask: url('')) {
  .usa-alert--info.usa-alert--slim:before {
    -webkit-mask-size: 1.5rem;
    mask-size: 1.5rem;
  }
}

.usa-alert--info .usa-link {
  color: #005ea2;
}

.usa-alert--info .usa-link:visited {
  color: #54278f;
}

.usa-alert--info .usa-link:hover,
.usa-alert--info .usa-link:active {
  color: #1a4480;
}

.usa-alert--info.usa-alert--no-icon:before {
  display: none;
}

.usa-alert--info.usa-alert--no-icon .usa-alert__body {
  padding-left: 1.25rem;
}

.usa-alert--info .usa-alert__body {
  padding-left: 3.8333333333rem;
}

.usa-alert--emergency {
  background-color: #9c3d10;
  border-left-color: #9c3d10;
  color: #fff;
}

.usa-alert--emergency:before {
  background: url('../img/usa-icons-bg/error--white.svg') no-repeat center/2rem 2rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  content: '';
  display: block;
  height: 3.5rem;
  left: 0.9166666667rem;
  position: absolute;
  top: 0;
}

@supports (-webkit-mask: url('')) or (mask: url('')) {
  .usa-alert--emergency:before {
    background: none;
    background-color: #fff;
    -webkit-mask: url('/themes/custom/hamilton/images/error.svg') no-repeat center/2rem 2rem;
    mask: url('/themes/custom/hamilton/images/error.svg') no-repeat center/2rem 2rem;
  }
}

.usa-alert--emergency.usa-alert--slim:before {
  background-size: 1.5rem;
  height: 2.5rem;
  width: 1.5rem;
}

@supports (-webkit-mask: url('')) or (mask: url('')) {
  .usa-alert--emergency.usa-alert--slim:before {
    -webkit-mask-size: 1.5rem;
    mask-size: 1.5rem;
  }
}

.usa-alert--emergency .usa-link {
  color: #e6e6e6;
}

.usa-alert--emergency .usa-link:visited {
  color: #e6e6e6;
}

.usa-alert--emergency .usa-link:hover,
.usa-alert--emergency .usa-link:active {
  color: #f0f0f0;
}

.usa-alert--emergency.usa-alert--no-icon:before {
  display: none;
}

.usa-alert--emergency.usa-alert--no-icon .usa-alert__body {
  padding-left: 1.25rem;
}

.usa-alert--emergency .usa-alert__body {
  padding-left: 3.8333333333rem;
}

.usa-alert__heading {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.33rem;
  line-height: 0.9;
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding: 0;
  color: #1b1b1b;
}

.usa-alert__text {
  margin-bottom: 0;
  margin-top: 0;
}

.usa-alert__text a {
  color: #005ea2;
  text-decoration: underline;
}

.usa-alert__text a:visited {
  color: #54278f;
}

.usa-alert__text a:hover {
  color: #1a4480;
}

.usa-alert__text a:active {
  color: #162e51;
}

.usa-alert__text a:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}

.usa-alert__text:only-child {
  padding-bottom: 0;
  padding-top: 0;
}

.usa-alert--slim {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.usa-alert--slim .usa-alert__body {
  padding-left: 3.3333333333rem;
}

.usa-alert--validation .usa-checklist {
  margin-top: 1rem;
}

.usa-alert--emergency {
  border-left: none;
}

.usa-card-group {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}

.usa-prose .usa-card-group {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}

.usa-card-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

@media all and (min-width: 40em) {
  .usa-card-group {
    flex-direction: row;
  }
}

.usa-card {
  margin-bottom: 2.5rem;
  max-width: none;
}

.usa-card:last-child {
  margin-bottom: 2.5rem;
}

@media all and (min-width: 40em) {
  .usa-card {
    margin-bottom: 2rem;
  }

  .usa-card:last-child {
    margin-bottom: 2rem;
  }
}

.usa-prose .usa-card {
  margin-bottom: 2.5rem;
  max-width: none;
}

.usa-prose .usa-card:last-child {
  margin-bottom: 2.5rem;
}

@media all and (min-width: 40em) {
  .usa-prose .usa-card {
    margin-bottom: 2rem;
  }

  .usa-prose .usa-card:last-child {
    margin-bottom: 2rem;
  }
}

.usa-card__container {
  color: #1b1b1b;
  background-color: #fff;
  font-size: 1.06rem;
  line-height: 1.5;
  border-width: 2px;
  border-color: #dfe1e2;
  border-style: solid;
  display: flex;
  height: 100%;
  flex-direction: column;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
  border-radius: 0.5rem;
}

.usa-card:not(.usa-card--flag) .usa-card__container> :only-child {
  padding: 1.5rem;
}

.usa-card .usa-card__img {
  display: block;
}

.usa-card__header {
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.usa-card__header:last-child {
  padding-bottom: 1.5rem;
}

.usa-card__heading {
  font-size: 1.6rem !important;
  line-height: 1.1;
  margin: 0;
  font-family: 'Source Sans Pro', Calibri, sans-serif;
}

.usa-card__media {
  order: -1;
  min-height: 1px;
}

.usa-card__img {
  border-top-left-radius: calc(0.5rem - 2px);
  border-top-right-radius: calc(0.5rem - 2px);
  background-color: #f0f0f0;
  position: relative;
  overflow: hidden;
}

.usa-card__img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.usa-card__media--inset {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.usa-card__media--inset .usa-card__img {
  border-radius: 0;
}

.usa-card__body {
  flex: 1 1 0%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  flex-basis: auto;
}

.usa-card__body:last-child {
  padding-bottom: 1.5rem;
}

.usa-card__body:first-child {
  padding-top: 1.5rem;
}

.usa-card__body:only-child {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.usa-card__footer {
  padding-bottom: 1.5rem;
  padding-top: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.usa-card__footer .usa-button:only-of-type {
  margin-right: 0;
}

.usa-card__header> :last-child,
.usa-card__body> :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.usa-card__header> :first-child,
.usa-card__body> :first-child {
  margin-top: 0;
  padding-top: 0;
}

.usa-card__header> :only-child,
.usa-card__body> :only-child {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.usa-card__header--exdent,
.usa-card__body--exdent,
.usa-card__media--exdent,
.usa-card__footer--exdent {
  margin-left: -2px;
  margin-right: -2px;
}

.usa-card__header--exdent>*,
.usa-card__body--exdent>*,
.usa-card__footer--exdent>* {
  padding-left: 2px;
  padding-right: 2px;
}

.usa-card__media--exdent {
  margin-top: -2px;
}

.usa-card__media--exdent .usa-card__img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.usa-card--header-first .usa-card__header {
  border-top-left-radius: calc(0.5rem - 2px);
  border-top-right-radius: calc(0.5rem - 2px);
  padding-bottom: 1rem;
}

.usa-card--header-first .usa-card__header--exdent {
  margin-top: -2px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.usa-card--header-first .usa-card__media--inset {
  padding-top: 0;
}

.usa-card--header-first .usa-card__media {
  order: 0;
}

.usa-card--header-first .usa-card__img {
  border-radius: 0;
}

.usa-card--header-first .usa-card__body {
  padding-top: 1rem;
}

@media all and (min-width: 40em) {
  .usa-card--flag .usa-card__media {
    display: flex;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    top: 0;
    position: absolute;
    left: 0;
    position: absolute;
    width: 15rem;
  }

  .usa-card--flag .usa-card__img {
    border-radius: 0;
    border-top-left-radius: calc(0.5rem - 2px);
    border-bottom-left-radius: calc(0.5rem - 2px);
  }

  .usa-card--flag .usa-card__header,
  .usa-card--flag .usa-card__body,
  .usa-card--flag .usa-card__footer {
    margin-left: 15rem;
  }

  .usa-card--flag .usa-card__media--exdent {
    margin-left: -2px;
    margin-right: 0;
    margin-bottom: -2px;
    margin-top: -2px;
  }

  .usa-card--flag .usa-card__media--exdent .usa-card__img {
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
  }

  .usa-card--flag .usa-card__media--inset {
    padding-right: 0;
    padding-bottom: 1.5rem;
  }

  .usa-card--flag .usa-card__media--inset .usa-card__img {
    border-radius: 0;
  }

  .usa-card--flag.usa-card--header-first .usa-card__header {
    padding-bottom: 0.5rem;
  }

  .usa-card--flag.usa-card--header-first .usa-card__body {
    padding-top: 0.5rem;
  }

  .usa-card--flag.usa-card--header-first .usa-card__media--inset {
    padding-top: 1.5rem;
  }

  .usa-card--flag.usa-card--media-right .usa-card__media {
    left: auto;
    right: 0;
  }

  .usa-card--flag.usa-card--media-right .usa-card__media--inset {
    padding-left: 0;
    padding-right: 1.5rem;
  }

  .usa-card--flag.usa-card--media-right .usa-card__media--inset .usa-card__img {
    border-radius: 0;
  }

  .usa-card--flag.usa-card--media-right .usa-card__img {
    border-radius: 0;
    border-top-right-radius: calc(0.5rem - 2px);
    border-bottom-right-radius: calc(0.5rem - 2px);
  }

  .usa-card--flag.usa-card--media-right .usa-card__header,
  .usa-card--flag.usa-card--media-right .usa-card__body,
  .usa-card--flag.usa-card--media-right .usa-card__footer {
    margin-left: 0;
    margin-right: 15rem;
  }

  .usa-card--flag.usa-card--media-right .usa-card__media--exdent {
    margin-right: -2px;
    margin-left: 0;
  }

  .usa-card--flag.usa-card--media-right .usa-card__media--exdent .usa-card__img {
    border-radius: 0;
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}

.usa-card:not(.usa-card--flag).usa-card__media--set-aspect {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
}

.usa-card:not(.usa-card--flag).usa-card__media--set-aspect .usa-card__img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.era-guidance-best-practice-sites__examples .usa-card {
  max-width: 715px;
}

@media all and (min-width: 40em) {
  .usa-card--flag .usa-card__media {
    display: flex;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    top: 0;
    position: absolute;
    left: 0;
    position: absolute;
    width: 15rem;
  }

  .usa-card--flag .usa-card__img {
    border-radius: 0;
    border-top-left-radius: calc(0.5rem - 2px);
    border-bottom-left-radius: calc(0.5rem - 2px);
  }

  .usa-card--flag .usa-card__header,
  .usa-card--flag .usa-card__body,
  .usa-card--flag .usa-card__footer {
    margin-left: 15rem;
  }

  .usa-card--flag .usa-card__media--exdent {
    margin-left: -2px;
    margin-right: 0;
    margin-bottom: -2px;
    margin-top: -2px;
  }

  .usa-card--flag .usa-card__media--exdent .usa-card__img {
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
  }

  .usa-card--flag .usa-card__media--inset {
    padding-right: 0;
    padding-bottom: 1.5rem;
  }

  .usa-card--flag .usa-card__media--inset .usa-card__img {
    border-radius: 0;
  }

  .usa-card--flag.usa-card--header-first .usa-card__header {
    padding-bottom: 0.5rem;
  }

  .usa-card--flag.usa-card--header-first .usa-card__body {
    padding-top: 0.5rem;
  }

  .usa-card--flag.usa-card--header-first .usa-card__media--inset {
    padding-top: 1.5rem;
  }

  .usa-card--flag.usa-card--media-right .usa-card__media {
    left: auto;
    right: 0;
  }

  .usa-card--flag.usa-card--media-right .usa-card__media--inset {
    padding-left: 0;
    padding-right: 1.5rem;
  }

  .usa-card--flag.usa-card--media-right .usa-card__media--inset .usa-card__img {
    border-radius: 0;
  }

  .usa-card--flag.usa-card--media-right .usa-card__img {
    border-radius: 0;
    border-top-right-radius: calc(0.5rem - 2px);
    border-bottom-right-radius: calc(0.5rem - 2px);
  }

  .usa-card--flag.usa-card--media-right .usa-card__header,
  .usa-card--flag.usa-card--media-right .usa-card__body,
  .usa-card--flag.usa-card--media-right .usa-card__footer {
    margin-left: 0;
    margin-right: 15rem;
  }

  .usa-card--flag.usa-card--media-right .usa-card__media--exdent {
    margin-right: -2px;
    margin-left: 0;
  }

  .usa-card--flag.usa-card--media-right .usa-card__media--exdent .usa-card__img {
    border-radius: 0;
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}

.usa-prose>table,
.usa-table {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06rem;
  line-height: 1.5;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1.25rem 0;
}

.usa-prose>table thead th,
.usa-table thead th {
  font-weight: 700;
}

.usa-prose>table thead td,
.usa-prose>table thead th,
.usa-table thead td,
.usa-table thead th {
  background-color: #f0f0f0;
}

.usa-prose>table th,
.usa-table th {
  text-align: left;
}

.usa-prose>table td,
.usa-prose>table th,
.usa-table td,
.usa-table th {
  border: 1px solid #565c65;
  background-color: #fff;
  font-weight: 400;
  padding: 0.5rem 1rem;
}

.usa-prose>table caption,
.usa-table caption {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-align: left;
}

.usa-prose>.usa-table--borderless thead th,
.usa-table--borderless thead th {
  background-color: transparent;
  border-top: 0;
}

.usa-prose>.usa-table--borderless td,
.usa-prose>.usa-table--borderless th,
.usa-table--borderless td,
.usa-table--borderless th {
  border-left: 0;
  border-right: 0;
}

.usa-table--borderless th:first-child {
  padding-left: 0;
}

@font-face {
  font-family: Roboto Mono Web;
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url(../fonts/roboto-mono/roboto-mono-v5-latin-300.woff2) format('woff2'), url(../fonts/roboto-mono/roboto-mono-v5-latin-300.woff) format('woff'),
    url(../fonts/roboto-mono/roboto-mono-v5-latin-300.ttf) format('truetype');
}

@font-face {
  font-family: Roboto Mono Web;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(../fonts/roboto-mono/roboto-mono-v5-latin-regular.woff2) format('woff2'), url(../fonts/roboto-mono/roboto-mono-v5-latin-regular.woff) format('woff'),
    url(../fonts/roboto-mono/roboto-mono-v5-latin-regular.ttf) format('truetype');
}

@font-face {
  font-family: Roboto Mono Web;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url(../fonts/roboto-mono/roboto-mono-v5-latin-700.woff2) format('woff2'), url(../fonts/roboto-mono/roboto-mono-v5-latin-700.woff) format('woff'),
    url(../fonts/roboto-mono/roboto-mono-v5-latin-700.ttf) format('truetype');
}

@font-face {
  font-family: Roboto Mono Web;
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url(../fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff2) format('woff2'), url(../fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff) format('woff'),
    url(../fonts/roboto-mono/roboto-mono-v5-latin-300italic.ttf) format('truetype');
}

@font-face {
  font-family: Roboto Mono Web;
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url(../fonts/roboto-mono/roboto-mono-v5-latin-italic.woff2) format('woff2'), url(../fonts/roboto-mono/roboto-mono-v5-latin-italic.woff) format('woff'),
    url(../fonts/roboto-mono/roboto-mono-v5-latin-italic.ttf) format('truetype');
}

@font-face {
  font-family: Roboto Mono Web;
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url(../fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff2) format('woff2'), url(../fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff) format('woff'),
    url(../fonts/roboto-mono/roboto-mono-v5-latin-700italic.ttf) format('truetype');
}

@font-face {
  font-family: Source Sans Pro Web;
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url(../fonts/source-sans-pro/sourcesanspro-light-webfont.woff2) format('woff2'), url(../fonts/source-sans-pro/sourcesanspro-light-webfont.woff) format('woff'),
    url(../fonts/source-sans-pro/sourcesanspro-light-webfont.ttf) format('truetype');
}

@font-face {
  font-family: Source Sans Pro Web;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(../fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2) format('woff2'), url(../fonts/source-sans-pro/sourcesanspro-regular-webfont.woff) format('woff'),
    url(../fonts/source-sans-pro/sourcesanspro-regular-webfont.ttf) format('truetype');
}

@font-face {
  font-family: Source Sans Pro Web;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url(../fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2) format('woff2'), url(../fonts/source-sans-pro/sourcesanspro-bold-webfont.woff) format('woff'),
    url(../fonts/source-sans-pro/sourcesanspro-bold-webfont.ttf) format('truetype');
}

@font-face {
  font-family: Source Sans Pro Web;
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url(../fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff2) format('woff2'), url(../fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff) format('woff'),
    url(../fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.ttf) format('truetype');
}

@font-face {
  font-family: Source Sans Pro Web;
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url(../fonts/source-sans-pro/sourcesanspro-italic-webfont.woff2) format('woff2'), url(../fonts/source-sans-pro/sourcesanspro-italic-webfont.woff) format('woff'),
    url(../fonts/source-sans-pro/sourcesanspro-italic-webfont.ttf) format('truetype');
}

@font-face {
  font-family: Source Sans Pro Web;
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url(../fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff2) format('woff2'), url(../fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff) format('woff'),
    url(../fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.ttf) format('truetype');
}

@font-face {
  font-family: Merriweather Web;
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url(../fonts/merriweather/Latin-Merriweather-Light.woff2) format('woff2'), url(../fonts/merriweather/Latin-Merriweather-Light.woff) format('woff'),
    url(../fonts/merriweather/Latin-Merriweather-Light.ttf) format('truetype');
}

@font-face {
  font-family: Merriweather Web;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(../fonts/merriweather/Latin-Merriweather-Regular.woff2) format('woff2'), url(../fonts/merriweather/Latin-Merriweather-Regular.woff) format('woff'),
    url(../fonts/merriweather/Latin-Merriweather-Regular.ttf) format('truetype');
}

@font-face {
  font-family: Merriweather Web;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url(../fonts/merriweather/Latin-Merriweather-Bold.woff2) format('woff2'), url(../fonts/merriweather/Latin-Merriweather-Bold.woff) format('woff'),
    url(../fonts/merriweather/Latin-Merriweather-Bold.ttf) format('truetype');
}

@font-face {
  font-family: Merriweather Web;
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url(../fonts/merriweather/Latin-Merriweather-LightItalic.woff2) format('woff2'), url(../fonts/merriweather/Latin-Merriweather-LightItalic.woff) format('woff'),
    url(../fonts/merriweather/Latin-Merriweather-LightItalic.ttf) format('truetype');
}

@font-face {
  font-family: Merriweather Web;
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url(../fonts/merriweather/Latin-Merriweather-Italic.woff2) format('woff2'), url(../fonts/merriweather/Latin-Merriweather-Italic.woff) format('woff'),
    url(../fonts/merriweather/Latin-Merriweather-Italic.ttf) format('truetype');
}

@font-face {
  font-family: Merriweather Web;
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url(../fonts/merriweather/Latin-Merriweather-BoldItalic.woff2) format('woff2'), url(../fonts/merriweather/Latin-Merriweather-BoldItalic.woff) format('woff'),
    url(../fonts/merriweather/Latin-Merriweather-BoldItalic.ttf) format('truetype');
}

[class*='font-mono-'] {
  font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}

[class*='font-sans-'] {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

[class*='font-serif-'] {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

[class*='font-ui-'] {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

[class*='font-heading-'] {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

[class*='font-body-'] {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

[class*='font-code-'] {
  font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}

[class*='font-alt-'] {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

.add-aspect-9x16 {
  padding: 0 0 177.77778%;
}

.add-aspect-1x1,
.add-aspect-9x16 {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  position: relative;
}

.add-aspect-1x1 {
  padding: 0 0 100%;
}

.add-aspect-4x3 {
  padding: 0 0 75%;
}

.add-aspect-4x3,
.add-aspect-16x9 {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  position: relative;
}

.add-aspect-16x9 {
  padding: 0 0 56.25%;
}

.add-aspect-2x1 {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  padding: 0 0 50%;
  position: relative;
}

.add-list-reset {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

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

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

.flex-align-center {
  align-items: center;
}

.flex-align-stretch {
  align-items: stretch;
}

.flex-align-baseline {
  align-items: baseline;
}

.bg-transparent,
.hover\:bg-transparent:hover {
  background-color: transparent;
}

.bg-black,
.hover\:bg-black:hover {
  background-color: #000;
}

.bg-white,
.hover\:bg-white:hover {
  background-color: #fff;
}

.bg-red,
.hover\:bg-red:hover {
  background-color: #e52207;
}

.bg-orange,
.hover\:bg-orange:hover {
  background-color: #e66f0e;
}

.bg-gold,
.hover\:bg-gold:hover {
  background-color: #ffbe2e;
}

.bg-yellow,
.hover\:bg-yellow:hover {
  background-color: #fee685;
}

.bg-green,
.hover\:bg-green:hover {
  background-color: #538200;
}

.bg-mint,
.hover\:bg-mint:hover {
  background-color: #04c585;
}

.bg-cyan,
.hover\:bg-cyan:hover {
  background-color: #009ec1;
}

.bg-blue,
.hover\:bg-blue:hover {
  background-color: #0076d6;
}

.bg-indigo,
.hover\:bg-indigo:hover {
  background-color: #676cc8;
}

.bg-violet,
.hover\:bg-violet:hover {
  background-color: #8168b3;
}

.bg-magenta,
.hover\:bg-magenta:hover {
  background-color: #d72d79;
}

.bg-gray-5,
.hover\:bg-gray-5:hover {
  background-color: #f0f0f0;
}

.bg-gray-10,
.hover\:bg-gray-10:hover {
  background-color: #e6e6e6;
}

.bg-gray-30,
.hover\:bg-gray-30:hover {
  background-color: #adadad;
}

.bg-gray-50,
.hover\:bg-gray-50:hover {
  background-color: #757575;
}

.bg-gray-70,
.hover\:bg-gray-70:hover {
  background-color: #454545;
}

.bg-gray-90,
.hover\:bg-gray-90:hover {
  background-color: #1b1b1b;
}

.bg-base-lightest,
.hover\:bg-base-lightest:hover {
  background-color: #f0f0f0;
}

.bg-base-lighter,
.hover\:bg-base-lighter:hover {
  background-color: #dfe1e2;
}

.bg-base-light,
.hover\:bg-base-light:hover {
  background-color: #a9aeb1;
}

.bg-base,
.hover\:bg-base:hover {
  background-color: #71767a;
}

.bg-base-dark,
.hover\:bg-base-dark:hover {
  background-color: #565c65;
}

.bg-base-darker,
.hover\:bg-base-darker:hover {
  background-color: #3d4551;
}

.bg-base-darkest,
.bg-ink,
.hover\:bg-base-darkest:hover,
.hover\:bg-ink:hover {
  background-color: #1b1b1b;
}

.bg-primary-lighter,
.hover\:bg-primary-lighter:hover {
  background-color: #d9e8f6;
}

.bg-primary-light,
.hover\:bg-primary-light:hover {
  background-color: #73b3e7;
}

.bg-primary,
.hover\:bg-primary:hover {
  background-color: #005ea2;
}

.bg-primary-vivid,
.hover\:bg-primary-vivid:hover {
  background-color: #0050d8;
}

.bg-primary-dark,
.hover\:bg-primary-dark:hover {
  background-color: #1a4480;
}

.bg-primary-darker,
.hover\:bg-primary-darker:hover {
  background-color: #162e51;
}

.bg-secondary-lighter,
.hover\:bg-secondary-lighter:hover {
  background-color: #f3e1e4;
}

.bg-secondary-light,
.hover\:bg-secondary-light:hover {
  background-color: #f2938c;
}

.bg-secondary,
.hover\:bg-secondary:hover {
  background-color: #d83933;
}

.bg-secondary-vivid,
.hover\:bg-secondary-vivid:hover {
  background-color: #e41d3d;
}

.bg-secondary-dark,
.hover\:bg-secondary-dark:hover {
  background-color: #b50909;
}

.bg-secondary-darker,
.hover\:bg-secondary-darker:hover {
  background-color: #8b0a03;
}

.bg-accent-warm-darker,
.hover\:bg-accent-warm-darker:hover {
  background-color: #775540;
}

.bg-accent-warm-dark,
.hover\:bg-accent-warm-dark:hover {
  background-color: #c05600;
}

.bg-accent-warm,
.hover\:bg-accent-warm:hover {
  background-color: #fa9441;
}

.bg-accent-warm-light,
.hover\:bg-accent-warm-light:hover {
  background-color: #ffbc78;
}

.bg-accent-warm-lighter,
.hover\:bg-accent-warm-lighter:hover {
  background-color: #f2e4d4;
}

.bg-accent-cool-darker,
.hover\:bg-accent-cool-darker:hover {
  background-color: #07648d;
}

.bg-accent-cool-dark,
.hover\:bg-accent-cool-dark:hover {
  background-color: #28a0cb;
}

.bg-accent-cool,
.hover\:bg-accent-cool:hover {
  background-color: #00bde3;
}

.bg-accent-cool-light,
.hover\:bg-accent-cool-light:hover {
  background-color: #97d4ea;
}

.bg-accent-cool-lighter,
.hover\:bg-accent-cool-lighter:hover {
  background-color: #e1f3f8;
}

.border-1px,
.hover\:border-1px:hover {
  border: 1px solid;
}

.border-y-1px,
.hover\:border-y-1px:hover {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.border-x-1px,
.hover\:border-x-1px:hover {
  border-left: 1px solid;
  border-right: 1px solid;
}

.border-top-1px,
.hover\:border-top-1px:hover {
  border-top: 1px solid;
}

.border-right-1px,
.hover\:border-right-1px:hover {
  border-right: 1px solid;
}

.border-bottom-1px,
.hover\:border-bottom-1px:hover {
  border-bottom: 1px solid;
}

.border-left-1px,
.hover\:border-left-1px:hover {
  border-left: 1px solid;
}

.border-2px,
.hover\:border-2px:hover {
  border: 2px solid;
}

.border-y-2px,
.hover\:border-y-2px:hover {
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.border-x-2px,
.hover\:border-x-2px:hover {
  border-left: 2px solid;
  border-right: 2px solid;
}

.border-top-2px,
.hover\:border-top-2px:hover {
  border-top: 2px solid;
}

.border-right-2px,
.hover\:border-right-2px:hover {
  border-right: 2px solid;
}

.border-bottom-2px,
.hover\:border-bottom-2px:hover {
  border-bottom: 2px solid;
}

.border-left-2px,
.hover\:border-left-2px:hover {
  border-left: 2px solid;
}

.border-05,
.hover\:border-05:hover {
  border: 0.25rem solid;
}

.border-y-05,
.hover\:border-y-05:hover {
  border-top: 0.25rem solid;
  border-bottom: 0.25rem solid;
}

.border-x-05,
.hover\:border-x-05:hover {
  border-left: 0.25rem solid;
  border-right: 0.25rem solid;
}

.border-top-05,
.hover\:border-top-05:hover {
  border-top: 0.25rem solid;
}

.border-right-05,
.hover\:border-right-05:hover {
  border-right: 0.25rem solid;
}

.border-bottom-05,
.hover\:border-bottom-05:hover {
  border-bottom: 0.25rem solid;
}

.border-left-05,
.hover\:border-left-05:hover {
  border-left: 0.25rem solid;
}

.border-1,
.hover\:border-1:hover {
  border: 0.5rem solid;
}

.border-y-1,
.hover\:border-y-1:hover {
  border-top: 0.5rem solid;
  border-bottom: 0.5rem solid;
}

.border-x-1,
.hover\:border-x-1:hover {
  border-left: 0.5rem solid;
  border-right: 0.5rem solid;
}

.border-top-1,
.hover\:border-top-1:hover {
  border-top: 0.5rem solid;
}

.border-right-1,
.hover\:border-right-1:hover {
  border-right: 0.5rem solid;
}

.border-bottom-1,
.hover\:border-bottom-1:hover {
  border-bottom: 0.5rem solid;
}

.border-left-1,
.hover\:border-left-1:hover {
  border-left: 0.5rem solid;
}

.border-105,
.hover\:border-105:hover {
  border: 0.75rem solid;
}

.border-y-105,
.hover\:border-y-105:hover {
  border-top: 0.75rem solid;
  border-bottom: 0.75rem solid;
}

.border-x-105,
.hover\:border-x-105:hover {
  border-left: 0.75rem solid;
  border-right: 0.75rem solid;
}

.border-top-105,
.hover\:border-top-105:hover {
  border-top: 0.75rem solid;
}

.border-right-105,
.hover\:border-right-105:hover {
  border-right: 0.75rem solid;
}

.border-bottom-105,
.hover\:border-bottom-105:hover {
  border-bottom: 0.75rem solid;
}

.border-left-105,
.hover\:border-left-105:hover {
  border-left: 0.75rem solid;
}

.border-2,
.hover\:border-2:hover {
  border: 1rem solid;
}

.border-y-2,
.hover\:border-y-2:hover {
  border-top: 1rem solid;
  border-bottom: 1rem solid;
}

.border-x-2,
.hover\:border-x-2:hover {
  border-left: 1rem solid;
  border-right: 1rem solid;
}

.border-top-2,
.hover\:border-top-2:hover {
  border-top: 1rem solid;
}

.border-right-2,
.hover\:border-right-2:hover {
  border-right: 1rem solid;
}

.border-bottom-2,
.hover\:border-bottom-2:hover {
  border-bottom: 1rem solid;
}

.border-left-2,
.hover\:border-left-2:hover {
  border-left: 1rem solid;
}

.border-205,
.hover\:border-205:hover {
  border: 1.25rem solid;
}

.border-y-205,
.hover\:border-y-205:hover {
  border-top: 1.25rem solid;
  border-bottom: 1.25rem solid;
}

.border-x-205,
.hover\:border-x-205:hover {
  border-left: 1.25rem solid;
  border-right: 1.25rem solid;
}

.border-top-205,
.hover\:border-top-205:hover {
  border-top: 1.25rem solid;
}

.border-right-205,
.hover\:border-right-205:hover {
  border-right: 1.25rem solid;
}

.border-bottom-205,
.hover\:border-bottom-205:hover {
  border-bottom: 1.25rem solid;
}

.border-left-205,
.hover\:border-left-205:hover {
  border-left: 1.25rem solid;
}

.border-3,
.hover\:border-3:hover {
  border: 1.5rem solid;
}

.border-y-3,
.hover\:border-y-3:hover {
  border-top: 1.5rem solid;
  border-bottom: 1.5rem solid;
}

.border-x-3,
.hover\:border-x-3:hover {
  border-left: 1.5rem solid;
  border-right: 1.5rem solid;
}

.border-top-3,
.hover\:border-top-3:hover {
  border-top: 1.5rem solid;
}

.border-right-3,
.hover\:border-right-3:hover {
  border-right: 1.5rem solid;
}

.border-bottom-3,
.hover\:border-bottom-3:hover {
  border-bottom: 1.5rem solid;
}

.border-left-3,
.hover\:border-left-3:hover {
  border-left: 1.5rem solid;
}

.border-0,
.hover\:border-0:hover {
  border: 0 solid;
}

.border-y-0,
.hover\:border-y-0:hover {
  border-top: 0 solid;
  border-bottom: 0 solid;
}

.border-x-0,
.hover\:border-x-0:hover {
  border-left: 0 solid;
  border-right: 0 solid;
}

.border-top-0,
.hover\:border-top-0:hover {
  border-top: 0 solid;
}

.border-right-0,
.hover\:border-right-0:hover {
  border-right: 0 solid;
}

.border-bottom-0,
.hover\:border-bottom-0:hover {
  border-bottom: 0 solid;
}

.border-left-0,
.hover\:border-left-0:hover {
  border-left: 0 solid;
}

.border,
.hover\:border:hover {
  border: 1px solid;
}

.border-y,
.hover\:border-y:hover {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.border-x,
.hover\:border-x:hover {
  border-left: 1px solid;
  border-right: 1px solid;
}

.border-top,
.hover\:border-top:hover {
  border-top: 1px solid;
}

.border-right,
.hover\:border-right:hover {
  border-right: 1px solid;
}

.border-bottom,
.hover\:border-bottom:hover {
  border-bottom: 1px solid;
}

.border-left,
.hover\:border-left:hover {
  border-left: 1px solid;
}

.border-transparent,
.hover\:border-transparent:hover {
  border-color: transparent;
}

.border-black,
.hover\:border-black:hover {
  border-color: #000;
}

.border-white,
.hover\:border-white:hover {
  border-color: #fff;
}

.border-red,
.hover\:border-red:hover {
  border-color: #e52207;
}

.border-orange,
.hover\:border-orange:hover {
  border-color: #e66f0e;
}

.border-gold,
.hover\:border-gold:hover {
  border-color: #ffbe2e;
}

.border-yellow,
.hover\:border-yellow:hover {
  border-color: #fee685;
}

.border-green,
.hover\:border-green:hover {
  border-color: #538200;
}

.border-mint,
.hover\:border-mint:hover {
  border-color: #04c585;
}

.border-cyan,
.hover\:border-cyan:hover {
  border-color: #009ec1;
}

.border-blue,
.hover\:border-blue:hover {
  border-color: #0076d6;
}

.border-indigo,
.hover\:border-indigo:hover {
  border-color: #676cc8;
}

.border-violet,
.hover\:border-violet:hover {
  border-color: #8168b3;
}

.border-magenta,
.hover\:border-magenta:hover {
  border-color: #d72d79;
}

.border-gray-5,
.hover\:border-gray-5:hover {
  border-color: #f0f0f0;
}

.border-gray-10,
.hover\:border-gray-10:hover {
  border-color: #e6e6e6;
}

.border-gray-30,
.hover\:border-gray-30:hover {
  border-color: #adadad;
}

.border-gray-50,
.hover\:border-gray-50:hover {
  border-color: #757575;
}

.border-gray-70,
.hover\:border-gray-70:hover {
  border-color: #454545;
}

.border-gray-90,
.hover\:border-gray-90:hover {
  border-color: #1b1b1b;
}

.border-base-lightest,
.hover\:border-base-lightest:hover {
  border-color: #f0f0f0;
}

.border-base-lighter,
.hover\:border-base-lighter:hover {
  border-color: #dfe1e2;
}

.border-base-light,
.hover\:border-base-light:hover {
  border-color: #a9aeb1;
}

.border-base,
.hover\:border-base:hover {
  border-color: #71767a;
}

.border-base-dark,
.hover\:border-base-dark:hover {
  border-color: #565c65;
}

.border-base-darker,
.hover\:border-base-darker:hover {
  border-color: #3d4551;
}

.border-base-darkest,
.border-ink,
.hover\:border-base-darkest:hover,
.hover\:border-ink:hover {
  border-color: #1b1b1b;
}

.border-primary-lighter,
.hover\:border-primary-lighter:hover {
  border-color: #d9e8f6;
}

.border-primary-light,
.hover\:border-primary-light:hover {
  border-color: #73b3e7;
}

.border-primary,
.hover\:border-primary:hover {
  border-color: #005ea2;
}

.border-primary-vivid,
.hover\:border-primary-vivid:hover {
  border-color: #0050d8;
}

.border-primary-dark,
.hover\:border-primary-dark:hover {
  border-color: #1a4480;
}

.border-primary-darker,
.hover\:border-primary-darker:hover {
  border-color: #162e51;
}

.border-secondary-lighter,
.hover\:border-secondary-lighter:hover {
  border-color: #f3e1e4;
}

.border-secondary-light,
.hover\:border-secondary-light:hover {
  border-color: #f2938c;
}

.border-secondary,
.hover\:border-secondary:hover {
  border-color: #d83933;
}

.border-secondary-vivid,
.hover\:border-secondary-vivid:hover {
  border-color: #e41d3d;
}

.border-secondary-dark,
.hover\:border-secondary-dark:hover {
  border-color: #b50909;
}

.border-secondary-darker,
.hover\:border-secondary-darker:hover {
  border-color: #8b0a03;
}

.border-accent-warm-darker,
.hover\:border-accent-warm-darker:hover {
  border-color: #775540;
}

.border-accent-warm-dark,
.hover\:border-accent-warm-dark:hover {
  border-color: #c05600;
}

.border-accent-warm,
.hover\:border-accent-warm:hover {
  border-color: #fa9441;
}

.border-accent-warm-light,
.hover\:border-accent-warm-light:hover {
  border-color: #ffbc78;
}

.border-accent-warm-lighter,
.hover\:border-accent-warm-lighter:hover {
  border-color: #f2e4d4;
}

.border-accent-cool-darker,
.hover\:border-accent-cool-darker:hover {
  border-color: #07648d;
}

.border-accent-cool-dark,
.hover\:border-accent-cool-dark:hover {
  border-color: #28a0cb;
}

.border-accent-cool,
.hover\:border-accent-cool:hover {
  border-color: #00bde3;
}

.border-accent-cool-light,
.hover\:border-accent-cool-light:hover {
  border-color: #97d4ea;
}

.border-accent-cool-lighter,
.hover\:border-accent-cool-lighter:hover {
  border-color: #e1f3f8;
}

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

.radius-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.radius-right-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.radius-left-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.radius-sm {
  border-radius: 2px;
}

.radius-top-sm {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.radius-right-sm {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.radius-bottom-sm {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.radius-left-sm {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.radius-md {
  border-radius: 0.25rem;
}

.radius-top-md {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.radius-right-md {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.radius-bottom-md {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.radius-left-md {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.radius-lg {
  border-radius: 0.5rem;
}

.radius-top-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.radius-right-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.radius-bottom-lg {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.radius-left-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.radius-pill {
  border-radius: 99rem;
}

.radius-top-pill {
  border-top-left-radius: 99rem;
  border-top-right-radius: 99rem;
}

.radius-right-pill {
  border-top-right-radius: 99rem;
  border-bottom-right-radius: 99rem;
}

.radius-bottom-pill {
  border-bottom-left-radius: 99rem;
  border-bottom-right-radius: 99rem;
}

.radius-left-pill {
  border-top-left-radius: 99rem;
  border-bottom-left-radius: 99rem;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-solid {
  border-style: solid;
}

.border-width-1px {
  border-width: 1px;
}

.border-y-width-1px {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-x-width-1px {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-top-width-1px {
  border-top-width: 1px;
}

.border-right-width-1px {
  border-right-width: 1px;
}

.border-bottom-width-1px {
  border-bottom-width: 1px;
}

.border-left-width-1px {
  border-left-width: 1px;
}

.border-width-2px {
  border-width: 2px;
}

.border-y-width-2px {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-x-width-2px {
  border-left-width: 2px;
  border-right-width: 2px;
}

.border-top-width-2px {
  border-top-width: 2px;
}

.border-right-width-2px {
  border-right-width: 2px;
}

.border-bottom-width-2px {
  border-bottom-width: 2px;
}

.border-left-width-2px {
  border-left-width: 2px;
}

.border-width-05 {
  border-width: 0.25rem;
}

.border-y-width-05 {
  border-top-width: 0.25rem;
  border-bottom-width: 0.25rem;
}

.border-x-width-05 {
  border-left-width: 0.25rem;
  border-right-width: 0.25rem;
}

.border-top-width-05 {
  border-top-width: 0.25rem;
}

.border-right-width-05 {
  border-right-width: 0.25rem;
}

.border-bottom-width-05 {
  border-bottom-width: 0.25rem;
}

.border-left-width-05 {
  border-left-width: 0.25rem;
}

.border-width-1 {
  border-width: 0.5rem;
}

.border-y-width-1 {
  border-top-width: 0.5rem;
  border-bottom-width: 0.5rem;
}

.border-x-width-1 {
  border-left-width: 0.5rem;
  border-right-width: 0.5rem;
}

.border-top-width-1 {
  border-top-width: 0.5rem;
}

.border-right-width-1 {
  border-right-width: 0.5rem;
}

.border-bottom-width-1 {
  border-bottom-width: 0.5rem;
}

.border-left-width-1 {
  border-left-width: 0.5rem;
}

.border-width-105 {
  border-width: 0.75rem;
}

.border-y-width-105 {
  border-top-width: 0.75rem;
  border-bottom-width: 0.75rem;
}

.border-x-width-105 {
  border-left-width: 0.75rem;
  border-right-width: 0.75rem;
}

.border-top-width-105 {
  border-top-width: 0.75rem;
}

.border-right-width-105 {
  border-right-width: 0.75rem;
}

.border-bottom-width-105 {
  border-bottom-width: 0.75rem;
}

.border-left-width-105 {
  border-left-width: 0.75rem;
}

.border-width-2 {
  border-width: 1rem;
}

.border-y-width-2 {
  border-top-width: 1rem;
  border-bottom-width: 1rem;
}

.border-x-width-2 {
  border-left-width: 1rem;
  border-right-width: 1rem;
}

.border-top-width-2 {
  border-top-width: 1rem;
}

.border-right-width-2 {
  border-right-width: 1rem;
}

.border-bottom-width-2 {
  border-bottom-width: 1rem;
}

.border-left-width-2 {
  border-left-width: 1rem;
}

.border-width-205 {
  border-width: 1.25rem;
}

.border-y-width-205 {
  border-top-width: 1.25rem;
  border-bottom-width: 1.25rem;
}

.border-x-width-205 {
  border-left-width: 1.25rem;
  border-right-width: 1.25rem;
}

.border-top-width-205 {
  border-top-width: 1.25rem;
}

.border-right-width-205 {
  border-right-width: 1.25rem;
}

.border-bottom-width-205 {
  border-bottom-width: 1.25rem;
}

.border-left-width-205 {
  border-left-width: 1.25rem;
}

.border-width-3 {
  border-width: 1.5rem;
}

.border-y-width-3 {
  border-top-width: 1.5rem;
  border-bottom-width: 1.5rem;
}

.border-x-width-3 {
  border-left-width: 1.5rem;
  border-right-width: 1.5rem;
}

.border-top-width-3 {
  border-top-width: 1.5rem;
}

.border-right-width-3 {
  border-right-width: 1.5rem;
}

.border-bottom-width-3 {
  border-bottom-width: 1.5rem;
}

.border-left-width-3 {
  border-left-width: 1.5rem;
}

.border-width-0 {
  border-width: 0;
}

.border-y-width-0 {
  border-top-width: 0;
  border-bottom-width: 0;
}

.border-x-width-0 {
  border-left-width: 0;
  border-right-width: 0;
}

.border-top-width-0 {
  border-top-width: 0;
}

.border-right-width-0 {
  border-right-width: 0;
}

.border-bottom-width-0 {
  border-bottom-width: 0;
}

.border-left-width-0 {
  border-left-width: 0;
}

.bottom-1px {
  bottom: 1px;
}

.bottom-2px {
  bottom: 2px;
}

.bottom-05 {
  bottom: 0.25rem;
}

.bottom-1 {
  bottom: 0.5rem;
}

.bottom-105 {
  bottom: 0.75rem;
}

.bottom-2 {
  bottom: 1rem;
}

.bottom-205 {
  bottom: 1.25rem;
}

.bottom-3 {
  bottom: 1.5rem;
}

.bottom-neg-1px {
  bottom: -1px;
}

.bottom-neg-2px {
  bottom: -2px;
}

.bottom-neg-05 {
  bottom: -0.25rem;
}

.bottom-neg-1 {
  bottom: -0.5rem;
}

.bottom-neg-105 {
  bottom: -0.75rem;
}

.bottom-neg-2 {
  bottom: -1rem;
}

.bottom-neg-205 {
  bottom: -1.25rem;
}

.bottom-neg-3 {
  bottom: -1.5rem;
}

.bottom-0 {
  bottom: 0;
}

.bottom-auto {
  bottom: auto;
}

.bottom-full {
  bottom: 100%;
}

.hover\:shadow-none:hover,
.shadow-none {
  box-shadow: none;
}

.hover\:shadow-1:hover,
.shadow-1 {
  box-shadow: 0 1px 0.25rem 0 rgba(0, 0, 0, 0.1);
}

.hover\:shadow-2:hover,
.shadow-2 {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1);
}

.hover\:shadow-3:hover,
.shadow-3 {
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.hover\:shadow-4:hover,
.shadow-4 {
  box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.1);
}

.hover\:shadow-5:hover,
.shadow-5 {
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.1);
}

.circle-1px {
  height: 1px;
  width: 1px;
  border-radius: 50%;
}

.circle-2px {
  height: 2px;
  width: 2px;
  border-radius: 50%;
}

.circle-05 {
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 50%;
}

.circle-1 {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
}

.circle-105 {
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
}

.circle-2 {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}

.circle-205 {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
}

.circle-3 {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
}

.circle-4 {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
}

.circle-5 {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
}

.circle-6 {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
}

.circle-7 {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
}

.circle-8 {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
}

.circle-9 {
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50%;
}

.circle-10 {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
}

.circle-15 {
  height: 7.5rem;
  width: 7.5rem;
  border-radius: 50%;
}

.circle-card {
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
}

.circle-card-lg {
  height: 15rem;
  width: 15rem;
  border-radius: 50%;
}

.circle-mobile {
  height: 20rem;
  width: 20rem;
  border-radius: 50%;
}

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

.hover\:text-transparent:hover,
.text-transparent {
  color: transparent;
}

.hover\:text-black:hover,
.text-black {
  color: #000;
}

.hover\:text-white:hover {
  color: #fff;
}

.hover\:text-red:hover,
.text-red {
  color: #e52207;
}

.hover\:text-orange:hover,
.text-orange {
  color: #e66f0e;
}

.hover\:text-gold:hover,
.text-gold {
  color: #ffbe2e;
}

.hover\:text-yellow:hover,
.text-yellow {
  color: #fee685;
}

.hover\:text-green:hover,
.text-green {
  color: #538200;
}

.hover\:text-mint:hover,
.text-mint {
  color: #04c585;
}

.hover\:text-cyan:hover,
.text-cyan {
  color: #009ec1;
}

.hover\:text-blue:hover,
.text-blue {
  color: #0076d6;
}

.hover\:text-indigo:hover,
.text-indigo {
  color: #676cc8;
}

.hover\:text-violet:hover,
.text-violet {
  color: #8168b3;
}

.hover\:text-magenta:hover,
.text-magenta {
  color: #d72d79;
}

.hover\:text-gray-5:hover,
.text-gray-5 {
  color: #f0f0f0;
}

.hover\:text-gray-10:hover,
.text-gray-10 {
  color: #e6e6e6;
}

.hover\:text-gray-30:hover,
.text-gray-30 {
  color: #adadad;
}

.hover\:text-gray-50:hover,
.text-gray-50 {
  color: #757575;
}

.hover\:text-gray-70:hover,
.text-gray-70 {
  color: #454545;
}

.hover\:text-gray-90:hover,
.text-gray-90 {
  color: #1b1b1b;
}

.hover\:text-base-lightest:hover,
.text-base-lightest {
  color: #f0f0f0;
}

.hover\:text-base-lighter:hover,
.text-base-lighter {
  color: #dfe1e2;
}

.hover\:text-base-light:hover,
.text-base-light {
  color: #a9aeb1;
}

.hover\:text-base:hover,
.text-base {
  color: #71767a;
}

.hover\:text-base-dark:hover,
.text-base-dark {
  color: #565c65;
}

.hover\:text-base-darker:hover,
.text-base-darker {
  color: #3d4551;
}

.hover\:text-base-darkest:hover,
.hover\:text-ink:hover,
.text-base-darkest,
.text-ink {
  color: #1b1b1b;
}

.hover\:text-primary-lighter:hover,
.text-primary-lighter {
  color: #d9e8f6;
}

.hover\:text-primary-light:hover,
.text-primary-light {
  color: #73b3e7;
}

.hover\:text-primary:hover,
.text-primary {
  color: #005ea2;
}

.hover\:text-primary-vivid:hover,
.text-primary-vivid {
  color: #0050d8;
}

.hover\:text-primary-dark:hover,
.text-primary-dark {
  color: #1a4480;
}

.hover\:text-primary-darker:hover,
.text-primary-darker {
  color: #162e51;
}

.hover\:text-secondary-lighter:hover,
.text-secondary-lighter {
  color: #f3e1e4;
}

.hover\:text-secondary-light:hover,
.text-secondary-light {
  color: #f2938c;
}

.hover\:text-secondary:hover,
.text-secondary {
  color: #d83933;
}

.hover\:text-secondary-vivid:hover,
.text-secondary-vivid {
  color: #e41d3d;
}

.hover\:text-secondary-dark:hover,
.text-secondary-dark {
  color: #b50909;
}

.hover\:text-secondary-darker:hover,
.text-secondary-darker {
  color: #8b0a03;
}

.hover\:text-accent-warm-darker:hover,
.text-accent-warm-darker {
  color: #775540;
}

.hover\:text-accent-warm-dark:hover,
.text-accent-warm-dark {
  color: #c05600;
}

.hover\:text-accent-warm:hover,
.text-accent-warm {
  color: #fa9441;
}

.hover\:text-accent-warm-light:hover,
.text-accent-warm-light {
  color: #ffbc78;
}

.hover\:text-accent-warm-lighter:hover,
.text-accent-warm-lighter {
  color: #f2e4d4;
}

.hover\:text-accent-cool-darker:hover,
.text-accent-cool-darker {
  color: #07648d;
}

.hover\:text-accent-cool-dark:hover,
.text-accent-cool-dark {
  color: #28a0cb;
}

.hover\:text-accent-cool:hover,
.text-accent-cool {
  color: #00bde3;
}

.hover\:text-accent-cool-light:hover,
.text-accent-cool-light {
  color: #97d4ea;
}

.hover\:text-accent-cool-lighter:hover,
.text-accent-cool-lighter {
  color: #e1f3f8;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.display-block {
  display: block;
}

.display-flex {
  display: flex;
}

.display-none {
  display: none;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

.display-inline-flex {
  display: inline-flex;
}

.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell;
}

.display-table-row {
  display: table-row;
}

.flex-1 {
  flex: 1 0 0;
}

.flex-2 {
  flex: 2 0 0;
}

.flex-3 {
  flex: 3 0 0;
}

.flex-4 {
  flex: 4 0 0;
}

.flex-5 {
  flex: 5 0 0;
}

.flex-6 {
  flex: 6 0 0;
}

.flex-7 {
  flex: 7 0 0;
}

.flex-8 {
  flex: 8 0 0;
}

.flex-9 {
  flex: 9 0 0;
}

.flex-10 {
  flex: 10 0 0;
}

.flex-11 {
  flex: 11 0 0;
}

.flex-12 {
  flex: 12 0 0;
}

.flex-fill {
  flex: 1 0 0;
}

.flex-auto {
  flex: 0 0 auto;
}

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

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

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

.flex-no-wrap {
  flex-wrap: nowrap;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.float-right {
  float: right;
}

.font-mono-3xs {
  font-size: 0.77rem;
}

.font-mono-2xs {
  font-size: 0.83rem;
}

.font-mono-xs {
  font-size: 0.89rem;
}

.font-mono-sm {
  font-size: 0.95rem;
}

.font-mono-md {
  font-size: 1.01rem;
}

.font-mono-lg {
  font-size: 1.31rem;
}

.font-mono-xl {
  font-size: 1.91rem;
}

.font-mono-2xl {
  font-size: 2.38rem;
}

.font-mono-3xl {
  font-size: 2.86rem;
}

.font-sans-3xs {
  font-size: 0.87rem;
}

.font-sans-2xs {
  font-size: 0.93rem;
}

.font-sans-xs {
  font-size: 1rem;
}

.font-sans-sm {
  font-size: 1.06rem;
}

.font-sans-md {
  font-size: 1.13rem;
}

.font-sans-lg {
  font-size: 1.46rem;
}

.font-sans-xl {
  font-size: 2.13rem;
}

.font-sans-2xl {
  font-size: 2.66rem;
}

.font-sans-3xl {
  font-size: 3.19rem;
}

.font-serif-3xs {
  font-size: 0.79rem;
}

.font-serif-2xs {
  font-size: 0.85rem;
}

.font-serif-xs {
  font-size: 0.91rem;
}

.font-serif-sm {
  font-size: 0.98rem;
}

.font-serif-md {
  font-size: 1.04rem;
}

.font-serif-lg {
  font-size: 1.34rem;
}

.font-serif-xl {
  font-size: 1.95rem;
}

.font-serif-2xl {
  font-size: 2.44rem;
}

.font-serif-3xl {
  font-size: 2.93rem;
}

.font-heading-3xs {
  font-size: 0.79rem;
}

.font-heading-2xs {
  font-size: 0.85rem;
}

.font-heading-xs {
  font-size: 0.91rem;
}

.font-heading-sm {
  font-size: 0.98rem;
}

.font-heading-md {
  font-size: 1.04rem;
}

.font-heading-lg {
  font-size: 1.34rem;
}

.font-heading-xl {
  font-size: 1.95rem;
}

.font-heading-2xl {
  font-size: 2.44rem;
}

.font-heading-3xl {
  font-size: 2.93rem;
}

.font-body-3xs {
  font-size: 0.87rem;
}

.font-body-2xs {
  font-size: 0.93rem;
}

.font-body-xs {
  font-size: 1rem;
}

.font-body-sm {
  font-size: 1.06rem;
}

.font-body-md {
  font-size: 1.13rem;
}

.font-body-lg {
  font-size: 1.46rem;
}

.font-body-xl {
  font-size: 2.13rem;
}

.font-body-2xl {
  font-size: 2.66rem;
}

.font-body-3xl {
  font-size: 3.19rem;
}

.font-code-3xs {
  font-size: 0.77rem;
}

.font-code-2xs {
  font-size: 0.83rem;
}

.font-code-xs {
  font-size: 0.89rem;
}

.font-code-sm {
  font-size: 0.95rem;
}

.font-code-md {
  font-size: 1.01rem;
}

.font-code-lg {
  font-size: 1.31rem;
}

.font-code-xl {
  font-size: 1.91rem;
}

.font-code-2xl {
  font-size: 2.38rem;
}

.font-code-3xl {
  font-size: 2.86rem;
}

.font-alt-3xs {
  font-size: 0.79rem;
}

.font-alt-2xs {
  font-size: 0.85rem;
}

.font-alt-xs {
  font-size: 0.91rem;
}

.font-alt-sm {
  font-size: 0.98rem;
}

.font-alt-md {
  font-size: 1.04rem;
}

.font-alt-lg {
  font-size: 1.34rem;
}

.font-alt-xl {
  font-size: 1.95rem;
}

.font-alt-2xl {
  font-size: 2.44rem;
}

.font-alt-3xl {
  font-size: 2.93rem;
}

.font-ui-3xs {
  font-size: 0.87rem;
}

.font-ui-2xs {
  font-size: 0.93rem;
}

.font-ui-xs {
  font-size: 1rem;
}

.font-ui-sm {
  font-size: 1.06rem;
}

.font-ui-md {
  font-size: 1.13rem;
}

.font-ui-lg {
  font-size: 1.46rem;
}

.font-ui-xl {
  font-size: 2.13rem;
}

.font-ui-2xl {
  font-size: 2.66rem;
}

.font-ui-3xl {
  font-size: 3.19rem;
}

.font-family-mono {
  font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}

.font-family-sans {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.font-family-serif {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

.font-family-ui {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.font-family-heading {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

.font-family-body {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.font-family-code {
  font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}

.font-family-alt {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

.text-tabular {
  font-feature-settings: 'tnum' 1, 'kern' 1;
}

.text-no-tabular {
  font-feature-settings: 'kern' 1;
}

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

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

.text-light {
  font-weight: 300;
}

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

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

.height-1px {
  height: 1px;
}

.height-2px {
  height: 2px;
}

.height-05 {
  height: 0.25rem;
}

.height-1 {
  height: 0.5rem;
}

.height-105 {
  height: 0.75rem;
}

.height-2 {
  height: 1rem;
}

.height-205 {
  height: 1.25rem;
}

.height-3 {
  height: 1.5rem;
}

.height-4 {
  height: 2rem;
}

.height-5 {
  height: 2.5rem;
}

.height-6 {
  height: 3rem;
}

.height-7 {
  height: 3.5rem;
}

.height-8 {
  height: 4rem;
}

.height-9 {
  height: 4.5rem;
}

.height-10 {
  height: 5rem;
}

.height-15 {
  height: 7.5rem;
}

.height-card {
  height: 10rem;
}

.height-card-lg {
  height: 15rem;
}

.height-mobile {
  height: 20rem;
}

.height-0 {
  height: 0;
}

.height-auto {
  height: auto;
}

.height-full {
  height: 100%;
}

.height-viewport {
  height: 100vh;
}

.flex-justify-center {
  justify-content: center;
}

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

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

.flex-justify {
  justify-content: space-between;
}

.left-1px {
  left: 1px;
}

.left-2px {
  left: 2px;
}

.left-05 {
  left: 0.25rem;
}

.left-1 {
  left: 0.5rem;
}

.left-105 {
  left: 0.75rem;
}

.left-2 {
  left: 1rem;
}

.left-205 {
  left: 1.25rem;
}

.left-3 {
  left: 1.5rem;
}

.left-neg-1px {
  left: -1px;
}

.left-neg-2px {
  left: -2px;
}

.left-neg-05 {
  left: -0.25rem;
}

.left-neg-1 {
  left: -0.5rem;
}

.left-neg-105 {
  left: -0.75rem;
}

.left-neg-2 {
  left: -1rem;
}

.left-neg-205 {
  left: -1.25rem;
}

.left-neg-3 {
  left: -1.5rem;
}

.left-0 {
  left: 0;
}

.left-auto {
  left: auto;
}

.text-ls-auto {
  letter-spacing: normal;
}

.text-ls-neg-3 {
  letter-spacing: -0.03em;
}

.text-ls-neg-2 {
  letter-spacing: -0.02em;
}

.text-ls-neg-1 {
  letter-spacing: -0.01em;
}

.text-ls-1 {
  letter-spacing: 0.025em;
}

.text-ls-2 {
  letter-spacing: 0.1em;
}

.text-ls-3 {
  letter-spacing: 0.15em;
}

.line-height-sans-1 {
  line-height: 0.9;
}

.line-height-sans-2 {
  line-height: 1.1;
}

.line-height-sans-3 {
  line-height: 1.3;
}

.line-height-sans-4 {
  line-height: 1.4;
}

.line-height-sans-5 {
  line-height: 1.5;
}

.line-height-sans-6 {
  line-height: 1.6;
}

.line-height-serif-1 {
  line-height: 1;
}

.line-height-serif-2 {
  line-height: 1.2;
}

.line-height-serif-3 {
  line-height: 1.4;
}

.line-height-serif-4 {
  line-height: 1.5;
}

.line-height-serif-5 {
  line-height: 1.7;
}

.line-height-serif-6 {
  line-height: 1.8;
}

.line-height-mono-1 {
  line-height: 1;
}

.line-height-mono-2 {
  line-height: 1.3;
}

.line-height-mono-3 {
  line-height: 1.4;
}

.line-height-mono-4 {
  line-height: 1.6;
}

.line-height-mono-5 {
  line-height: 1.7;
}

.line-height-mono-6 {
  line-height: 1.8;
}

.line-height-heading-1 {
  line-height: 1;
}

.line-height-heading-2 {
  line-height: 1.2;
}

.line-height-heading-3 {
  line-height: 1.4;
}

.line-height-heading-4 {
  line-height: 1.5;
}

.line-height-heading-5 {
  line-height: 1.7;
}

.line-height-heading-6 {
  line-height: 1.8;
}

.line-height-ui-1 {
  line-height: 0.9;
}

.line-height-ui-2 {
  line-height: 1.1;
}

.line-height-ui-3 {
  line-height: 1.3;
}

.line-height-ui-4 {
  line-height: 1.4;
}

.line-height-ui-5 {
  line-height: 1.5;
}

.line-height-ui-6 {
  line-height: 1.6;
}

.line-height-body-1 {
  line-height: 0.9;
}

.line-height-body-2 {
  line-height: 1.1;
}

.line-height-body-3 {
  line-height: 1.3;
}

.line-height-body-4 {
  line-height: 1.4;
}

.line-height-body-5 {
  line-height: 1.5;
}

.line-height-body-6 {
  line-height: 1.6;
}

.line-height-code-1 {
  line-height: 1;
}

.line-height-code-2 {
  line-height: 1.3;
}

.line-height-code-3 {
  line-height: 1.4;
}

.line-height-code-4 {
  line-height: 1.6;
}

.line-height-code-5 {
  line-height: 1.7;
}

.line-height-code-6 {
  line-height: 1.8;
}

.line-height-alt-1 {
  line-height: 1;
}

.line-height-alt-2 {
  line-height: 1.2;
}

.line-height-alt-3 {
  line-height: 1.4;
}

.line-height-alt-4 {
  line-height: 1.5;
}

.line-height-alt-5 {
  line-height: 1.7;
}

.line-height-alt-6 {
  line-height: 1.8;
}

.margin-1px {
  margin: 1px;
}

.margin-2px {
  margin: 2px;
}

.margin-05 {
  margin: 0.25rem;
}

.margin-1 {
  margin: 0.5rem;
}

.margin-105 {
  margin: 0.75rem;
}

.margin-2 {
  margin: 1rem;
}

.margin-205 {
  margin: 1.25rem;
}

.margin-3 {
  margin: 1.5rem;
}

.margin-4 {
  margin: 2rem;
}

.margin-5 {
  margin: 2.5rem;
}

.margin-6 {
  margin: 3rem;
}

.margin-7 {
  margin: 3.5rem;
}

.margin-8 {
  margin: 4rem;
}

.margin-9 {
  margin: 4.5rem;
}

.margin-10 {
  margin: 5rem;
}

.margin-15 {
  margin: 7.5rem;
}

.margin-05em {
  margin: 0.5em;
}

.margin-1em {
  margin: 1em;
}

.margin-105em {
  margin: 1.5em;
}

.margin-2em {
  margin: 2em;
}

.margin-0 {
  margin: 0;
}

.margin-y-1px {
  margin-bottom: 1px;
}

.margin-top-1px,
.margin-y-1px {
  margin-top: 1px;
}

.margin-bottom-1px {
  margin-bottom: 1px;
}

.margin-y-2px {
  margin-bottom: 2px;
}

.margin-top-2px,
.margin-y-2px {
  margin-top: 2px;
}

.margin-bottom-2px {
  margin-bottom: 2px;
}

.margin-y-05 {
  margin-bottom: 0.25rem;
}

.margin-top-05,
.margin-y-05 {
  margin-top: 0.25rem;
}

.margin-bottom-05 {
  margin-bottom: 0.25rem;
}

.margin-y-1 {
  margin-bottom: 0.5rem;
}

.margin-top-1,
.margin-y-1 {
  margin-top: 0.5rem;
}

.margin-bottom-1 {
  margin-bottom: 0.5rem;
}

.margin-y-105 {
  margin-bottom: 0.75rem;
}

.margin-top-105,
.margin-y-105 {
  margin-top: 0.75rem;
}

.margin-bottom-105 {
  margin-bottom: 0.75rem;
}

.margin-y-2 {
  margin-bottom: 1rem;
}

.margin-top-2,
.margin-y-2 {
  margin-top: 1rem;
}

.margin-bottom-2 {
  margin-bottom: 1rem;
}

.margin-y-205 {
  margin-bottom: 1.25rem;
}

.margin-top-205,
.margin-y-205 {
  margin-top: 1.25rem;
}

.margin-bottom-205 {
  margin-bottom: 1.25rem;
}

.margin-y-3 {
  margin-bottom: 1.5rem;
}

.margin-top-3,
.margin-y-3 {
  margin-top: 1.5rem;
}

.margin-bottom-3 {
  margin-bottom: 1.5rem;
}

.margin-y-neg-1px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.margin-top-neg-1px {
  margin-top: -1px;
}

.margin-bottom-neg-1px {
  margin-bottom: -1px;
}

.margin-y-neg-2px {
  margin-top: -2px;
  margin-bottom: -2px;
}

.margin-top-neg-2px {
  margin-top: -2px;
}

.margin-bottom-neg-2px {
  margin-bottom: -2px;
}

.margin-y-neg-05 {
  margin-bottom: -0.25rem;
}

.margin-top-neg-05,
.margin-y-neg-05 {
  margin-top: -0.25rem;
}

.margin-bottom-neg-05 {
  margin-bottom: -0.25rem;
}

.margin-y-neg-1 {
  margin-bottom: -0.5rem;
}

.margin-top-neg-1,
.margin-y-neg-1 {
  margin-top: -0.5rem;
}

.margin-bottom-neg-1 {
  margin-bottom: -0.5rem;
}

.margin-y-neg-105 {
  margin-bottom: -0.75rem;
}

.margin-top-neg-105,
.margin-y-neg-105 {
  margin-top: -0.75rem;
}

.margin-bottom-neg-105 {
  margin-bottom: -0.75rem;
}

.margin-y-neg-2 {
  margin-bottom: -1rem;
}

.margin-top-neg-2,
.margin-y-neg-2 {
  margin-top: -1rem;
}

.margin-bottom-neg-2 {
  margin-bottom: -1rem;
}

.margin-y-neg-205 {
  margin-bottom: -1.25rem;
}

.margin-top-neg-205,
.margin-y-neg-205 {
  margin-top: -1.25rem;
}

.margin-bottom-neg-205 {
  margin-bottom: -1.25rem;
}

.margin-y-neg-3 {
  margin-bottom: -1.5rem;
}

.margin-top-neg-3,
.margin-y-neg-3 {
  margin-top: -1.5rem;
}

.margin-bottom-neg-3 {
  margin-bottom: -1.5rem;
}

.margin-y-4 {
  margin-bottom: 2rem;
}

.margin-top-4,
.margin-y-4 {
  margin-top: 2rem;
}

.margin-bottom-4 {
  margin-bottom: 2rem;
}

.margin-y-5 {
  margin-bottom: 2.5rem;
}

.margin-top-5,
.margin-y-5 {
  margin-top: 2.5rem;
}

.margin-bottom-5 {
  margin-bottom: 2.5rem;
}

.margin-y-6 {
  margin-bottom: 3rem;
}

.margin-top-6,
.margin-y-6 {
  margin-top: 3rem;
}

.margin-bottom-6 {
  margin-bottom: 3rem;
}

.margin-y-7 {
  margin-bottom: 3.5rem;
}

.margin-top-7,
.margin-y-7 {
  margin-top: 3.5rem;
}

.margin-bottom-7 {
  margin-bottom: 3.5rem;
}

.margin-y-8 {
  margin-bottom: 4rem;
}

.margin-top-8,
.margin-y-8 {
  margin-top: 4rem;
}

.margin-bottom-8 {
  margin-bottom: 4rem;
}

.margin-y-9 {
  margin-bottom: 4.5rem;
}

.margin-top-9,
.margin-y-9 {
  margin-top: 4.5rem;
}

.margin-bottom-9 {
  margin-bottom: 4.5rem;
}

.margin-y-10 {
  margin-bottom: 5rem;
}

.margin-top-10,
.margin-y-10 {
  margin-top: 5rem;
}

.margin-bottom-10 {
  margin-bottom: 5rem;
}

.margin-y-15 {
  margin-bottom: 7.5rem;
}

.margin-top-15,
.margin-y-15 {
  margin-top: 7.5rem;
}

.margin-bottom-15 {
  margin-bottom: 7.5rem;
}

.margin-y-05em {
  margin-bottom: 0.5em;
}

.margin-top-05em,
.margin-y-05em {
  margin-top: 0.5em;
}

.margin-bottom-05em {
  margin-bottom: 0.5em;
}

.margin-y-1em {
  margin-bottom: 1em;
}

.margin-top-1em,
.margin-y-1em {
  margin-top: 1em;
}

.margin-bottom-1em {
  margin-bottom: 1em;
}

.margin-y-105em {
  margin-bottom: 1.5em;
}

.margin-top-105em,
.margin-y-105em {
  margin-top: 1.5em;
}

.margin-bottom-105em {
  margin-bottom: 1.5em;
}

.margin-y-2em {
  margin-bottom: 2em;
}

.margin-top-2em,
.margin-y-2em {
  margin-top: 2em;
}

.margin-bottom-2em {
  margin-bottom: 2em;
}

.margin-y-0 {
  margin-bottom: 0;
}

.margin-top-0,
.margin-y-0 {
  margin-top: 0;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-y-auto {
  margin-bottom: auto;
}

.margin-top-auto,
.margin-y-auto {
  margin-top: auto;
}

.margin-bottom-auto {
  margin-bottom: auto;
}

.margin-x-1px {
  margin-left: 1px;
}

.margin-right-1px,
.margin-x-1px {
  margin-right: 1px;
}

.margin-left-1px {
  margin-left: 1px;
}

.margin-x-2px {
  margin-left: 2px;
}

.margin-right-2px,
.margin-x-2px {
  margin-right: 2px;
}

.margin-left-2px {
  margin-left: 2px;
}

.margin-x-05 {
  margin-left: 0.25rem;
}

.margin-right-05,
.margin-x-05 {
  margin-right: 0.25rem;
}

.margin-left-05 {
  margin-left: 0.25rem;
}

.margin-x-1 {
  margin-left: 0.5rem;
}

.margin-right-1,
.margin-x-1 {
  margin-right: 0.5rem;
}

.margin-left-1 {
  margin-left: 0.5rem;
}

.margin-x-105 {
  margin-left: 0.75rem;
}

.margin-right-105,
.margin-x-105 {
  margin-right: 0.75rem;
}

.margin-left-105 {
  margin-left: 0.75rem;
}

.margin-x-2 {
  margin-left: 1rem;
}

.margin-right-2,
.margin-x-2 {
  margin-right: 1rem;
}

.margin-left-2 {
  margin-left: 1rem;
}

.margin-x-205 {
  margin-left: 1.25rem;
}

.margin-right-205,
.margin-x-205 {
  margin-right: 1.25rem;
}

.margin-left-205 {
  margin-left: 1.25rem;
}

.margin-x-3 {
  margin-left: 1.5rem;
}

.margin-right-3,
.margin-x-3 {
  margin-right: 1.5rem;
}

.margin-left-3 {
  margin-left: 1.5rem;
}

.margin-x-neg-1px {
  margin-left: -1px;
  margin-right: -1px;
}

.margin-right-neg-1px {
  margin-right: -1px;
}

.margin-left-neg-1px {
  margin-left: -1px;
}

.margin-x-neg-2px {
  margin-left: -2px;
  margin-right: -2px;
}

.margin-right-neg-2px {
  margin-right: -2px;
}

.margin-left-neg-2px {
  margin-left: -2px;
}

.margin-x-neg-05 {
  margin-left: -0.25rem;
}

.margin-right-neg-05,
.margin-x-neg-05 {
  margin-right: -0.25rem;
}

.margin-left-neg-05 {
  margin-left: -0.25rem;
}

.margin-x-neg-1 {
  margin-left: -0.5rem;
}

.margin-right-neg-1,
.margin-x-neg-1 {
  margin-right: -0.5rem;
}

.margin-left-neg-1 {
  margin-left: -0.5rem;
}

.margin-x-neg-105 {
  margin-left: -0.75rem;
}

.margin-right-neg-105,
.margin-x-neg-105 {
  margin-right: -0.75rem;
}

.margin-left-neg-105 {
  margin-left: -0.75rem;
}

.margin-x-neg-2 {
  margin-left: -1rem;
}

.margin-right-neg-2,
.margin-x-neg-2 {
  margin-right: -1rem;
}

.margin-left-neg-2 {
  margin-left: -1rem;
}

.margin-x-neg-205 {
  margin-left: -1.25rem;
}

.margin-right-neg-205,
.margin-x-neg-205 {
  margin-right: -1.25rem;
}

.margin-left-neg-205 {
  margin-left: -1.25rem;
}

.margin-x-neg-3 {
  margin-left: -1.5rem;
}

.margin-right-neg-3,
.margin-x-neg-3 {
  margin-right: -1.5rem;
}

.margin-left-neg-3 {
  margin-left: -1.5rem;
}

.margin-x-4 {
  margin-left: 2rem;
}

.margin-right-4,
.margin-x-4 {
  margin-right: 2rem;
}

.margin-left-4 {
  margin-left: 2rem;
}

.margin-x-5 {
  margin-left: 2.5rem;
}

.margin-right-5,
.margin-x-5 {
  margin-right: 2.5rem;
}

.margin-left-5 {
  margin-left: 2.5rem;
}

.margin-x-6 {
  margin-left: 3rem;
}

.margin-right-6,
.margin-x-6 {
  margin-right: 3rem;
}

.margin-left-6 {
  margin-left: 3rem;
}

.margin-x-7 {
  margin-left: 3.5rem;
}

.margin-right-7,
.margin-x-7 {
  margin-right: 3.5rem;
}

.margin-left-7 {
  margin-left: 3.5rem;
}

.margin-x-8 {
  margin-left: 4rem;
}

.margin-right-8,
.margin-x-8 {
  margin-right: 4rem;
}

.margin-left-8 {
  margin-left: 4rem;
}

.margin-x-9 {
  margin-left: 4.5rem;
}

.margin-right-9,
.margin-x-9 {
  margin-right: 4.5rem;
}

.margin-left-9 {
  margin-left: 4.5rem;
}

.margin-x-10 {
  margin-left: 5rem;
}

.margin-right-10,
.margin-x-10 {
  margin-right: 5rem;
}

.margin-left-10 {
  margin-left: 5rem;
}

.margin-x-15 {
  margin-left: 7.5rem;
}

.margin-right-15,
.margin-x-15 {
  margin-right: 7.5rem;
}

.margin-left-15 {
  margin-left: 7.5rem;
}

.margin-x-card {
  margin-left: 10rem;
}

.margin-right-card,
.margin-x-card {
  margin-right: 10rem;
}

.margin-left-card {
  margin-left: 10rem;
}

.margin-x-card-lg {
  margin-left: 15rem;
}

.margin-right-card-lg,
.margin-x-card-lg {
  margin-right: 15rem;
}

.margin-left-card-lg {
  margin-left: 15rem;
}

.margin-x-mobile {
  margin-left: 20rem;
}

.margin-right-mobile,
.margin-x-mobile {
  margin-right: 20rem;
}

.margin-left-mobile {
  margin-left: 20rem;
}

.margin-x-05em {
  margin-left: 0.5em;
}

.margin-right-05em,
.margin-x-05em {
  margin-right: 0.5em;
}

.margin-left-05em {
  margin-left: 0.5em;
}

.margin-x-1em {
  margin-left: 1em;
}

.margin-right-1em,
.margin-x-1em {
  margin-right: 1em;
}

.margin-left-1em {
  margin-left: 1em;
}

.margin-x-105em {
  margin-left: 1.5em;
}

.margin-right-105em,
.margin-x-105em {
  margin-right: 1.5em;
}

.margin-left-105em {
  margin-left: 1.5em;
}

.margin-x-2em {
  margin-left: 2em;
}

.margin-right-2em,
.margin-x-2em {
  margin-right: 2em;
}

.margin-left-2em {
  margin-left: 2em;
}

.margin-x-0 {
  margin-left: 0;
}

.margin-right-0,
.margin-x-0 {
  margin-right: 0;
}

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

.margin-x-auto {
  margin-left: auto;
}

.margin-right-auto,
.margin-x-auto {
  margin-right: auto;
}

.margin-left-auto {
  margin-left: auto;
}

.maxh-05 {
  max-height: 0.25rem;
}

.maxh-1 {
  max-height: 0.5rem;
}

.maxh-105 {
  max-height: 0.75rem;
}

.maxh-2 {
  max-height: 1rem;
}

.maxh-205 {
  max-height: 1.25rem;
}

.maxh-3 {
  max-height: 1.5rem;
}

.maxh-4 {
  max-height: 2rem;
}

.maxh-5 {
  max-height: 2.5rem;
}

.maxh-6 {
  max-height: 3rem;
}

.maxh-7 {
  max-height: 3.5rem;
}

.maxh-8 {
  max-height: 4rem;
}

.maxh-9 {
  max-height: 4.5rem;
}

.maxh-10 {
  max-height: 5rem;
}

.maxh-15 {
  max-height: 7.5rem;
}

.maxh-card {
  max-height: 10rem;
}

.maxh-card-lg {
  max-height: 15rem;
}

.maxh-mobile {
  max-height: 20rem;
}

.maxh-mobile-lg {
  max-height: 30rem;
}

.maxh-tablet {
  max-height: 40rem;
}

.maxh-tablet-lg {
  max-height: 55rem;
}

.maxh-none {
  max-height: none;
}

.maxh-viewport {
  max-height: 100vh;
}

.maxw-05 {
  max-width: 0.25rem;
}

.maxw-1 {
  max-width: 0.5rem;
}

.maxw-105 {
  max-width: 0.75rem;
}

.maxw-2 {
  max-width: 1rem;
}

.maxw-205 {
  max-width: 1.25rem;
}

.maxw-3 {
  max-width: 1.5rem;
}

.maxw-4 {
  max-width: 2rem;
}

.maxw-5 {
  max-width: 2.5rem;
}

.maxw-6 {
  max-width: 3rem;
}

.maxw-7 {
  max-width: 3.5rem;
}

.maxw-8 {
  max-width: 4rem;
}

.maxw-9 {
  max-width: 4.5rem;
}

.maxw-10 {
  max-width: 5rem;
}

.maxw-15 {
  max-width: 7.5rem;
}

.maxw-card {
  max-width: 10rem;
}

.maxw-card-lg {
  max-width: 15rem;
}

.maxw-mobile {
  max-width: 20rem;
}

.maxw-mobile-lg {
  max-width: 30rem;
}

.maxw-tablet {
  max-width: 40rem;
}

.maxw-tablet-lg {
  max-width: 55rem;
}

.maxw-desktop {
  max-width: 64rem;
}

.maxw-desktop-lg {
  max-width: 75rem;
}

.maxw-widescreen {
  max-width: 87.5rem;
}

.maxw-none {
  max-width: none;
}

.maxw-full {
  max-width: 100%;
}

.measure-1 {
  max-width: 44ex;
}

.measure-2 {
  max-width: 60ex;
}

.measure-3 {
  max-width: 64ex;
}

.measure-4 {
  max-width: 68ex;
}

.measure-5 {
  max-width: 72ex;
}

.measure-6 {
  max-width: 88ex;
}

.measure-none {
  max-width: none;
}

.minh-1px {
  min-height: 1px;
}

.minh-2px {
  min-height: 2px;
}

.minh-05 {
  min-height: 0.25rem;
}

.minh-1 {
  min-height: 0.5rem;
}

.minh-105 {
  min-height: 0.75rem;
}

.minh-2 {
  min-height: 1rem;
}

.minh-205 {
  min-height: 1.25rem;
}

.minh-3 {
  min-height: 1.5rem;
}

.minh-4 {
  min-height: 2rem;
}

.minh-5 {
  min-height: 2.5rem;
}

.minh-6 {
  min-height: 3rem;
}

.minh-7 {
  min-height: 3.5rem;
}

.minh-8 {
  min-height: 4rem;
}

.minh-9 {
  min-height: 4.5rem;
}

.minh-10 {
  min-height: 5rem;
}

.minh-15 {
  min-height: 7.5rem;
}

.minh-card {
  min-height: 10rem;
}

.minh-card-lg {
  min-height: 15rem;
}

.minh-mobile {
  min-height: 20rem;
}

.minh-mobile-lg {
  min-height: 30rem;
}

.minh-tablet {
  min-height: 40rem;
}

.minh-tablet-lg {
  min-height: 55rem;
}

.minh-0 {
  min-height: 0;
}

.minh-full {
  min-height: 100%;
}

.minh-viewport {
  min-height: 100vh;
}

.minw-05 {
  min-width: 0.25rem;
}

.minw-1 {
  min-width: 0.5rem;
}

.minw-105 {
  min-width: 0.75rem;
}

.minw-2 {
  min-width: 1rem;
}

.minw-205 {
  min-width: 1.25rem;
}

.minw-3 {
  min-width: 1.5rem;
}

.minw-4 {
  min-width: 2rem;
}

.minw-5 {
  min-width: 2.5rem;
}

.minw-6 {
  min-width: 3rem;
}

.minw-7 {
  min-width: 3.5rem;
}

.minw-8 {
  min-width: 4rem;
}

.minw-9 {
  min-width: 4.5rem;
}

.minw-10 {
  min-width: 5rem;
}

.minw-15 {
  min-width: 7.5rem;
}

.minw-0 {
  min-width: 0;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

.order-first {
  order: -1;
}

.order-last {
  order: 999;
}

.order-initial {
  order: 0;
}

.order-11 {
  order: 11;
}

.outline-1px {
  outline: 1px solid;
}

.outline-2px {
  outline: 2px solid;
}

.outline-0 {
  outline: 0 solid;
}

.outline-05 {
  outline: 0.25rem solid;
}

.outline-transparent {
  outline-color: transparent;
}

.outline-black {
  outline-color: #000;
}

.outline-white {
  outline-color: #fff;
}

.outline-red {
  outline-color: #e52207;
}

.outline-orange {
  outline-color: #e66f0e;
}

.outline-gold {
  outline-color: #ffbe2e;
}

.outline-yellow {
  outline-color: #fee685;
}

.outline-green {
  outline-color: #538200;
}

.outline-mint {
  outline-color: #04c585;
}

.outline-cyan {
  outline-color: #009ec1;
}

.outline-blue {
  outline-color: #0076d6;
}

.outline-indigo {
  outline-color: #676cc8;
}

.outline-violet {
  outline-color: #8168b3;
}

.outline-magenta {
  outline-color: #d72d79;
}

.outline-gray-5 {
  outline-color: #f0f0f0;
}

.outline-gray-10 {
  outline-color: #e6e6e6;
}

.outline-gray-30 {
  outline-color: #adadad;
}

.outline-gray-50 {
  outline-color: #757575;
}

.outline-gray-70 {
  outline-color: #454545;
}

.outline-gray-90 {
  outline-color: #1b1b1b;
}

.outline-base-lightest {
  outline-color: #f0f0f0;
}

.outline-base-lighter {
  outline-color: #dfe1e2;
}

.outline-base-light {
  outline-color: #a9aeb1;
}

.outline-base {
  outline-color: #71767a;
}

.outline-base-dark {
  outline-color: #565c65;
}

.outline-base-darker {
  outline-color: #3d4551;
}

.outline-base-darkest,
.outline-ink {
  outline-color: #1b1b1b;
}

.outline-primary-lighter {
  outline-color: #d9e8f6;
}

.outline-primary-light {
  outline-color: #73b3e7;
}

.outline-primary {
  outline-color: #005ea2;
}

.outline-primary-vivid {
  outline-color: #0050d8;
}

.outline-primary-dark {
  outline-color: #1a4480;
}

.outline-primary-darker {
  outline-color: #162e51;
}

.outline-secondary-lighter {
  outline-color: #f3e1e4;
}

.outline-secondary-light {
  outline-color: #f2938c;
}

.outline-secondary {
  outline-color: #d83933;
}

.outline-secondary-vivid {
  outline-color: #e41d3d;
}

.outline-secondary-dark {
  outline-color: #b50909;
}

.outline-secondary-darker {
  outline-color: #8b0a03;
}

.outline-accent-warm-darker {
  outline-color: #775540;
}

.outline-accent-warm-dark {
  outline-color: #c05600;
}

.outline-accent-warm {
  outline-color: #fa9441;
}

.outline-accent-warm-light {
  outline-color: #ffbc78;
}

.outline-accent-warm-lighter {
  outline-color: #f2e4d4;
}

.outline-accent-cool-darker {
  outline-color: #07648d;
}

.outline-accent-cool-dark {
  outline-color: #28a0cb;
}

.outline-accent-cool {
  outline-color: #00bde3;
}

.outline-accent-cool-light {
  outline-color: #97d4ea;
}

.outline-accent-cool-lighter {
  outline-color: #e1f3f8;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-auto {
  overflow: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-visible {
  overflow: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-visible {
  overflow-x: visible;
}

.padding-1px {
  padding: 1px;
}

.padding-y-1px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.padding-x-1px {
  padding-left: 1px;
  padding-right: 1px;
}

.padding-top-1px {
  padding-top: 1px;
}

.padding-right-1px {
  padding-right: 1px;
}

.padding-bottom-1px {
  padding-bottom: 1px;
}

.padding-left-1px {
  padding-left: 1px;
}

.padding-2px {
  padding: 2px;
}

.padding-y-2px {
  padding-top: 2px;
  padding-bottom: 2px;
}

.padding-x-2px {
  padding-left: 2px;
  padding-right: 2px;
}

.padding-top-2px {
  padding-top: 2px;
}

.padding-right-2px {
  padding-right: 2px;
}

.padding-bottom-2px {
  padding-bottom: 2px;
}

.padding-left-2px {
  padding-left: 2px;
}

.padding-05 {
  padding: 0.25rem;
}

.padding-y-05 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.padding-x-05 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.padding-top-05 {
  padding-top: 0.25rem;
}

.padding-right-05 {
  padding-right: 0.25rem;
}

.padding-bottom-05 {
  padding-bottom: 0.25rem;
}

.padding-left-05 {
  padding-left: 0.25rem;
}

.padding-1 {
  padding: 0.5rem;
}

.padding-y-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.padding-x-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.padding-top-1 {
  padding-top: 0.5rem;
}

.padding-right-1 {
  padding-right: 0.5rem;
}

.padding-bottom-1 {
  padding-bottom: 0.5rem;
}

.padding-left-1 {
  padding-left: 0.5rem;
}

.padding-105 {
  padding: 0.75rem;
}

.padding-y-105 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.padding-x-105 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.padding-top-105 {
  padding-top: 0.75rem;
}

.padding-right-105 {
  padding-right: 0.75rem;
}

.padding-bottom-105 {
  padding-bottom: 0.75rem;
}

.padding-left-105 {
  padding-left: 0.75rem;
}

.padding-2 {
  padding: 1rem;
}

.padding-y-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-x-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-top-2 {
  padding-top: 1rem;
}

.padding-right-2 {
  padding-right: 1rem;
}

.padding-bottom-2 {
  padding-bottom: 1rem;
}

.padding-left-2 {
  padding-left: 1rem;
}

.padding-205 {
  padding: 1.25rem;
}

.padding-y-205 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.padding-x-205 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.padding-top-205 {
  padding-top: 1.25rem;
}

.padding-right-205 {
  padding-right: 1.25rem;
}

.padding-bottom-205 {
  padding-bottom: 1.25rem;
}

.padding-left-205 {
  padding-left: 1.25rem;
}

.padding-3 {
  padding: 1.5rem;
}

.padding-y-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.padding-x-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padding-top-3 {
  padding-top: 1.5rem;
}

.padding-right-3 {
  padding-right: 1.5rem;
}

.padding-bottom-3 {
  padding-bottom: 1.5rem;
}

.padding-left-3 {
  padding-left: 1.5rem;
}

.padding-4 {
  padding: 2rem;
}

.padding-y-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-x-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-top-4 {
  padding-top: 2rem;
}

.padding-right-4 {
  padding-right: 2rem;
}

.padding-bottom-4 {
  padding-bottom: 2rem;
}

.padding-left-4 {
  padding-left: 2rem;
}

.padding-5 {
  padding: 2.5rem;
}

.padding-y-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.padding-x-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-top-5 {
  padding-top: 2.5rem;
}

.padding-right-5 {
  padding-right: 2.5rem;
}

.padding-bottom-5 {
  padding-bottom: 2.5rem;
}

.padding-left-5 {
  padding-left: 2.5rem;
}

.padding-6 {
  padding: 3rem;
}

.padding-y-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-x-6 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.padding-top-6 {
  padding-top: 3rem;
}

.padding-right-6 {
  padding-right: 3rem;
}

.padding-bottom-6 {
  padding-bottom: 3rem;
}

.padding-left-6 {
  padding-left: 3rem;
}

.padding-7 {
  padding: 3.5rem;
}

.padding-y-7 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.padding-x-7 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.padding-top-7 {
  padding-top: 3.5rem;
}

.padding-right-7 {
  padding-right: 3.5rem;
}

.padding-bottom-7 {
  padding-bottom: 3.5rem;
}

.padding-left-7 {
  padding-left: 3.5rem;
}

.padding-8 {
  padding: 4rem;
}

.padding-y-8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-x-8 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.padding-top-8 {
  padding-top: 4rem;
}

.padding-right-8 {
  padding-right: 4rem;
}

.padding-bottom-8 {
  padding-bottom: 4rem;
}

.padding-left-8 {
  padding-left: 4rem;
}

.padding-9 {
  padding: 4.5rem;
}

.padding-y-9 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.padding-x-9 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.padding-top-9 {
  padding-top: 4.5rem;
}

.padding-right-9 {
  padding-right: 4.5rem;
}

.padding-bottom-9 {
  padding-bottom: 4.5rem;
}

.padding-left-9 {
  padding-left: 4.5rem;
}

.padding-10 {
  padding: 5rem;
}

.padding-y-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-x-10 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.padding-top-10 {
  padding-top: 5rem;
}

.padding-right-10 {
  padding-right: 5rem;
}

.padding-bottom-10 {
  padding-bottom: 5rem;
}

.padding-left-10 {
  padding-left: 5rem;
}

.padding-15 {
  padding: 7.5rem;
}

.padding-y-15 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.padding-x-15 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.padding-top-15 {
  padding-top: 7.5rem;
}

.padding-right-15 {
  padding-right: 7.5rem;
}

.padding-bottom-15 {
  padding-bottom: 7.5rem;
}

.padding-left-15 {
  padding-left: 7.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-x-0 {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

.pin-all {
  bottom: 0;
  top: 0;
}

.pin-all,
.pin-x {
  left: 0;
  right: 0;
  position: absolute;
}

.pin-y {
  top: 0;
}

.pin-bottom,
.pin-y {
  bottom: 0;
  position: absolute;
}

.pin-left {
  left: 0;
  position: absolute;
}

.pin-right {
  right: 0;
  position: absolute;
}

.pin-top {
  top: 0;
  position: absolute;
}

.pin-none {
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  position: static;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-relative {
  position: relative;
}

.position-static {
  position: static;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.right-1px {
  right: 1px;
}

.right-2px {
  right: 2px;
}

.right-05 {
  right: 0.25rem;
}

.right-1 {
  right: 0.5rem;
}

.right-105 {
  right: 0.75rem;
}

.right-2 {
  right: 1rem;
}

.right-205 {
  right: 1.25rem;
}

.right-3 {
  right: 1.5rem;
}

.right-neg-1px {
  right: -1px;
}

.right-neg-2px {
  right: -2px;
}

.right-neg-05 {
  right: -0.25rem;
}

.right-neg-1 {
  right: -0.5rem;
}

.right-neg-105 {
  right: -0.75rem;
}

.right-neg-2 {
  right: -1rem;
}

.right-neg-205 {
  right: -1.25rem;
}

.right-neg-3 {
  right: -1.5rem;
}

.right-0 {
  right: 0;
}

.right-auto {
  right: auto;
}

.square-1px {
  height: 1px;
  width: 1px;
}

.square-2px {
  height: 2px;
  width: 2px;
}

.square-05 {
  height: 0.25rem;
  width: 0.25rem;
}

.square-1 {
  height: 0.5rem;
  width: 0.5rem;
}

.square-105 {
  height: 0.75rem;
  width: 0.75rem;
}

.square-2 {
  height: 1rem;
  width: 1rem;
}

.square-205 {
  height: 1.25rem;
  width: 1.25rem;
}

.square-3 {
  height: 1.5rem;
  width: 1.5rem;
}

.square-4 {
  height: 2rem;
  width: 2rem;
}

.square-5 {
  height: 2.5rem;
  width: 2.5rem;
}

.square-6 {
  height: 3rem;
  width: 3rem;
}

.square-7 {
  height: 3.5rem;
  width: 3.5rem;
}

.square-8 {
  height: 4rem;
  width: 4rem;
}

.square-9 {
  height: 4.5rem;
  width: 4.5rem;
}

.square-10 {
  height: 5rem;
  width: 5rem;
}

.square-15 {
  height: 7.5rem;
  width: 7.5rem;
}

.square-card {
  height: 10rem;
  width: 10rem;
}

.square-card-lg {
  height: 15rem;
  width: 15rem;
}

.square-mobile {
  height: 20rem;
  width: 20rem;
}

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

.hover\:text-strike:hover,
.text-strike {
  text-decoration: line-through;
}

.hover\:text-underline:hover,
.text-underline {
  text-decoration: underline;
}

.hover\:text-no-strike:hover,
.hover\:text-no-underline:hover,
.text-no-strike,
.text-no-underline {
  text-decoration: none;
}

.hover\:underline-red:hover,
.underline-red {
  -webkit-text-decoration-color: #e52207;
  text-decoration-color: #e52207;
}

.hover\:underline-orange:hover,
.underline-orange {
  -webkit-text-decoration-color: #e66f0e;
  text-decoration-color: #e66f0e;
}

.hover\:underline-gold:hover,
.underline-gold {
  -webkit-text-decoration-color: #ffbe2e;
  text-decoration-color: #ffbe2e;
}

.hover\:underline-yellow:hover,
.underline-yellow {
  -webkit-text-decoration-color: #fee685;
  text-decoration-color: #fee685;
}

.hover\:underline-green:hover,
.underline-green {
  -webkit-text-decoration-color: #538200;
  text-decoration-color: #538200;
}

.hover\:underline-mint:hover,
.underline-mint {
  -webkit-text-decoration-color: #04c585;
  text-decoration-color: #04c585;
}

.hover\:underline-cyan:hover,
.underline-cyan {
  -webkit-text-decoration-color: #009ec1;
  text-decoration-color: #009ec1;
}

.hover\:underline-blue:hover,
.underline-blue {
  -webkit-text-decoration-color: #0076d6;
  text-decoration-color: #0076d6;
}

.hover\:underline-indigo:hover,
.underline-indigo {
  -webkit-text-decoration-color: #676cc8;
  text-decoration-color: #676cc8;
}

.hover\:underline-violet:hover,
.underline-violet {
  -webkit-text-decoration-color: #8168b3;
  text-decoration-color: #8168b3;
}

.hover\:underline-magenta:hover,
.underline-magenta {
  -webkit-text-decoration-color: #d72d79;
  text-decoration-color: #d72d79;
}

.hover\:underline-gray-5:hover,
.underline-gray-5 {
  -webkit-text-decoration-color: #f0f0f0;
  text-decoration-color: #f0f0f0;
}

.hover\:underline-gray-10:hover,
.underline-gray-10 {
  -webkit-text-decoration-color: #e6e6e6;
  text-decoration-color: #e6e6e6;
}

.hover\:underline-gray-30:hover,
.underline-gray-30 {
  -webkit-text-decoration-color: #adadad;
  text-decoration-color: #adadad;
}

.hover\:underline-gray-50:hover,
.underline-gray-50 {
  -webkit-text-decoration-color: #757575;
  text-decoration-color: #757575;
}

.hover\:underline-gray-70:hover,
.underline-gray-70 {
  -webkit-text-decoration-color: #454545;
  text-decoration-color: #454545;
}

.hover\:underline-gray-90:hover,
.underline-gray-90 {
  -webkit-text-decoration-color: #1b1b1b;
  text-decoration-color: #1b1b1b;
}

.hover\:underline-base-lightest:hover,
.underline-base-lightest {
  -webkit-text-decoration-color: #f0f0f0;
  text-decoration-color: #f0f0f0;
}

.hover\:underline-base-lighter:hover,
.underline-base-lighter {
  -webkit-text-decoration-color: #dfe1e2;
  text-decoration-color: #dfe1e2;
}

.hover\:underline-base-light:hover,
.underline-base-light {
  -webkit-text-decoration-color: #a9aeb1;
  text-decoration-color: #a9aeb1;
}

.hover\:underline-base:hover,
.underline-base {
  -webkit-text-decoration-color: #71767a;
  text-decoration-color: #71767a;
}

.hover\:underline-base-dark:hover,
.underline-base-dark {
  -webkit-text-decoration-color: #565c65;
  text-decoration-color: #565c65;
}

.hover\:underline-base-darker:hover,
.underline-base-darker {
  -webkit-text-decoration-color: #3d4551;
  text-decoration-color: #3d4551;
}

.hover\:underline-base-darkest:hover,
.hover\:underline-ink:hover,
.underline-base-darkest,
.underline-ink {
  -webkit-text-decoration-color: #1b1b1b;
  text-decoration-color: #1b1b1b;
}

.hover\:underline-primary-lighter:hover,
.underline-primary-lighter {
  -webkit-text-decoration-color: #d9e8f6;
  text-decoration-color: #d9e8f6;
}

.hover\:underline-primary-light:hover,
.underline-primary-light {
  -webkit-text-decoration-color: #73b3e7;
  text-decoration-color: #73b3e7;
}

.hover\:underline-primary:hover,
.underline-primary {
  -webkit-text-decoration-color: #005ea2;
  text-decoration-color: #005ea2;
}

.hover\:underline-primary-vivid:hover,
.underline-primary-vivid {
  -webkit-text-decoration-color: #0050d8;
  text-decoration-color: #0050d8;
}

.hover\:underline-primary-dark:hover,
.underline-primary-dark {
  -webkit-text-decoration-color: #1a4480;
  text-decoration-color: #1a4480;
}

.hover\:underline-primary-darker:hover,
.underline-primary-darker {
  -webkit-text-decoration-color: #162e51;
  text-decoration-color: #162e51;
}

.hover\:underline-secondary-lighter:hover,
.underline-secondary-lighter {
  -webkit-text-decoration-color: #f3e1e4;
  text-decoration-color: #f3e1e4;
}

.hover\:underline-secondary-light:hover,
.underline-secondary-light {
  -webkit-text-decoration-color: #f2938c;
  text-decoration-color: #f2938c;
}

.hover\:underline-secondary:hover,
.underline-secondary {
  -webkit-text-decoration-color: #d83933;
  text-decoration-color: #d83933;
}

.hover\:underline-secondary-vivid:hover,
.underline-secondary-vivid {
  -webkit-text-decoration-color: #e41d3d;
  text-decoration-color: #e41d3d;
}

.hover\:underline-secondary-dark:hover,
.underline-secondary-dark {
  -webkit-text-decoration-color: #b50909;
  text-decoration-color: #b50909;
}

.hover\:underline-secondary-darker:hover,
.underline-secondary-darker {
  -webkit-text-decoration-color: #8b0a03;
  text-decoration-color: #8b0a03;
}

.hover\:underline-accent-warm-darker:hover,
.underline-accent-warm-darker {
  -webkit-text-decoration-color: #775540;
  text-decoration-color: #775540;
}

.hover\:underline-accent-warm-dark:hover,
.underline-accent-warm-dark {
  -webkit-text-decoration-color: #c05600;
  text-decoration-color: #c05600;
}

.hover\:underline-accent-warm:hover,
.underline-accent-warm {
  -webkit-text-decoration-color: #fa9441;
  text-decoration-color: #fa9441;
}

.hover\:underline-accent-warm-light:hover,
.underline-accent-warm-light {
  -webkit-text-decoration-color: #ffbc78;
  text-decoration-color: #ffbc78;
}

.hover\:underline-accent-warm-lighter:hover,
.underline-accent-warm-lighter {
  -webkit-text-decoration-color: #f2e4d4;
  text-decoration-color: #f2e4d4;
}

.hover\:underline-accent-cool-darker:hover,
.underline-accent-cool-darker {
  -webkit-text-decoration-color: #07648d;
  text-decoration-color: #07648d;
}

.hover\:underline-accent-cool-dark:hover,
.underline-accent-cool-dark {
  -webkit-text-decoration-color: #28a0cb;
  text-decoration-color: #28a0cb;
}

.hover\:underline-accent-cool:hover,
.underline-accent-cool {
  -webkit-text-decoration-color: #00bde3;
  text-decoration-color: #00bde3;
}

.hover\:underline-accent-cool-light:hover,
.underline-accent-cool-light {
  -webkit-text-decoration-color: #97d4ea;
  text-decoration-color: #97d4ea;
}

.hover\:underline-accent-cool-lighter:hover,
.underline-accent-cool-lighter {
  -webkit-text-decoration-color: #e1f3f8;
  text-decoration-color: #e1f3f8;
}

.text-indent-0 {
  text-indent: 0;
}

.text-indent-05 {
  text-indent: 0.25rem;
}

.text-indent-1 {
  text-indent: 0.5rem;
}

.text-indent-105 {
  text-indent: 0.75rem;
}

.text-indent-2 {
  text-indent: 1rem;
}

.text-indent-205 {
  text-indent: 1.25rem;
}

.text-indent-3 {
  text-indent: 1.5rem;
}

.text-indent-neg-05 {
  text-indent: -0.25rem;
}

.text-indent-neg-1 {
  text-indent: -0.5rem;
}

.text-indent-neg-105 {
  text-indent: -0.75rem;
}

.text-indent-neg-2 {
  text-indent: -1rem;
}

.text-indent-neg-205 {
  text-indent: -1.25rem;
}

.text-indent-neg-3 {
  text-indent: -1.5rem;
}

.text-indent-4 {
  text-indent: 2rem;
}

.text-indent-5 {
  text-indent: 2.5rem;
}

.text-indent-6 {
  text-indent: 3rem;
}

.text-indent-7 {
  text-indent: 3.5rem;
}

.text-indent-8 {
  text-indent: 4rem;
}

.text-indent-9 {
  text-indent: 4.5rem;
}

.text-indent-10 {
  text-indent: 5rem;
}

.text-indent-15 {
  text-indent: 7.5rem;
}

.text-indent-neg-4 {
  text-indent: -2rem;
}

.text-indent-neg-5 {
  text-indent: -2.5rem;
}

.text-indent-neg-6 {
  text-indent: -3rem;
}

.text-indent-neg-7 {
  text-indent: -3.5rem;
}

.text-indent-neg-8 {
  text-indent: -4rem;
}

.text-indent-neg-9 {
  text-indent: -4.5rem;
}

.text-indent-neg-10 {
  text-indent: -5rem;
}

.text-indent-neg-15 {
  text-indent: -7.5rem;
}

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

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

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

.text-no-lowercase {
  text-transform: none;
}

.top-1px {
  top: 1px;
}

.top-2px {
  top: 2px;
}

.top-05 {
  top: 0.25rem;
}

.top-1 {
  top: 0.5rem;
}

.top-105 {
  top: 0.75rem;
}

.top-2 {
  top: 1rem;
}

.top-205 {
  top: 1.25rem;
}

.top-3 {
  top: 1.5rem;
}

.top-neg-1px {
  top: -1px;
}

.top-neg-2px {
  top: -2px;
}

.top-neg-05 {
  top: -0.25rem;
}

.top-neg-1 {
  top: -0.5rem;
}

.top-neg-105 {
  top: -0.75rem;
}

.top-neg-2 {
  top: -1rem;
}

.top-neg-205 {
  top: -1.25rem;
}

.top-neg-3 {
  top: -1.5rem;
}

.top-0 {
  top: 0;
}

.top-auto {
  top: auto;
}

.text-baseline {
  vertical-align: baseline;
}

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

.text-middle {
  vertical-align: middle;
}

.text-sub {
  vertical-align: sub;
}

.text-super {
  vertical-align: super;
}

.text-tbottom {
  vertical-align: text-bottom;
}

.text-ttop {
  vertical-align: text-top;
}

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

.text-pre {
  white-space: pre;
}

.text-pre-line {
  white-space: pre-line;
}

.text-pre-wrap {
  white-space: pre-wrap;
}

.text-wrap {
  white-space: normal;
}

.text-no-wrap {
  white-space: nowrap;
}

.width-1px {
  width: 1px;
}

.width-2px {
  width: 2px;
}

.width-05 {
  width: 0.25rem;
}

.width-1 {
  width: 0.5rem;
}

.width-105 {
  width: 0.75rem;
}

.width-2 {
  width: 1rem;
}

.width-205 {
  width: 1.25rem;
}

.width-3 {
  width: 1.5rem;
}

.width-4 {
  width: 2rem;
}

.width-5 {
  width: 2.5rem;
}

.width-6 {
  width: 3rem;
}

.width-7 {
  width: 3.5rem;
}

.width-8 {
  width: 4rem;
}

.width-9 {
  width: 4.5rem;
}

.width-10 {
  width: 5rem;
}

.width-15 {
  width: 7.5rem;
}

.width-card {
  width: 10rem;
}

.width-card-lg {
  width: 15rem;
}

.width-mobile {
  width: 20rem;
}

.width-mobile-lg {
  width: 30rem;
}

.width-tablet {
  width: 40rem;
}

.width-tablet-lg {
  width: 55rem;
}

.width-desktop {
  width: 64rem;
}

.width-desktop-lg {
  width: 75rem;
}

.width-widescreen {
  width: 87.5rem;
}

.width-0 {
  width: 0;
}

.width-full {
  width: 100%;
}

.width-auto {
  width: auto;
}

.z-auto {
  z-index: auto;
}

.z-bottom {
  z-index: -100;
}

.z-top {
  z-index: 99999;
}

.z-0 {
  z-index: 0;
}

.z-100 {
  z-index: 100;
}

.z-200 {
  z-index: 200;
}

.z-300 {
  z-index: 300;
}

.z-400 {
  z-index: 400;
}

.z-500 {
  z-index: 500;
}

@media (min-width: 30em) {

  .mobile-lg\:border-1px,
  .mobile-lg\:hover\:border-1px:hover {
    border: 1px solid;
  }

  .mobile-lg\:border-y-1px,
  .mobile-lg\:hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }

  .mobile-lg\:border-x-1px,
  .mobile-lg\:hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }

  .mobile-lg\:border-top-1px,
  .mobile-lg\:hover\:border-top-1px:hover {
    border-top: 1px solid;
  }

  .mobile-lg\:border-right-1px,
  .mobile-lg\:hover\:border-right-1px:hover {
    border-right: 1px solid;
  }

  .mobile-lg\:border-bottom-1px,
  .mobile-lg\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid;
  }

  .mobile-lg\:border-left-1px,
  .mobile-lg\:hover\:border-left-1px:hover {
    border-left: 1px solid;
  }

  .mobile-lg\:border-2px,
  .mobile-lg\:hover\:border-2px:hover {
    border: 2px solid;
  }

  .mobile-lg\:border-y-2px,
  .mobile-lg\:hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }

  .mobile-lg\:border-x-2px,
  .mobile-lg\:hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid;
  }

  .mobile-lg\:border-top-2px,
  .mobile-lg\:hover\:border-top-2px:hover {
    border-top: 2px solid;
  }

  .mobile-lg\:border-right-2px,
  .mobile-lg\:hover\:border-right-2px:hover {
    border-right: 2px solid;
  }

  .mobile-lg\:border-bottom-2px,
  .mobile-lg\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid;
  }

  .mobile-lg\:border-left-2px,
  .mobile-lg\:hover\:border-left-2px:hover {
    border-left: 2px solid;
  }

  .mobile-lg\:border-05,
  .mobile-lg\:hover\:border-05:hover {
    border: 0.25rem solid;
  }

  .mobile-lg\:border-y-05,
  .mobile-lg\:hover\:border-y-05:hover {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid;
  }

  .mobile-lg\:border-x-05,
  .mobile-lg\:hover\:border-x-05:hover {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid;
  }

  .mobile-lg\:border-top-05,
  .mobile-lg\:hover\:border-top-05:hover {
    border-top: 0.25rem solid;
  }

  .mobile-lg\:border-right-05,
  .mobile-lg\:hover\:border-right-05:hover {
    border-right: 0.25rem solid;
  }

  .mobile-lg\:border-bottom-05,
  .mobile-lg\:hover\:border-bottom-05:hover {
    border-bottom: 0.25rem solid;
  }

  .mobile-lg\:border-left-05,
  .mobile-lg\:hover\:border-left-05:hover {
    border-left: 0.25rem solid;
  }

  .mobile-lg\:border-1,
  .mobile-lg\:hover\:border-1:hover {
    border: 0.5rem solid;
  }

  .mobile-lg\:border-y-1,
  .mobile-lg\:hover\:border-y-1:hover {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid;
  }

  .mobile-lg\:border-x-1,
  .mobile-lg\:hover\:border-x-1:hover {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid;
  }

  .mobile-lg\:border-top-1,
  .mobile-lg\:hover\:border-top-1:hover {
    border-top: 0.5rem solid;
  }

  .mobile-lg\:border-right-1,
  .mobile-lg\:hover\:border-right-1:hover {
    border-right: 0.5rem solid;
  }

  .mobile-lg\:border-bottom-1,
  .mobile-lg\:hover\:border-bottom-1:hover {
    border-bottom: 0.5rem solid;
  }

  .mobile-lg\:border-left-1,
  .mobile-lg\:hover\:border-left-1:hover {
    border-left: 0.5rem solid;
  }

  .mobile-lg\:border-105,
  .mobile-lg\:hover\:border-105:hover {
    border: 0.75rem solid;
  }

  .mobile-lg\:border-y-105,
  .mobile-lg\:hover\:border-y-105:hover {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid;
  }

  .mobile-lg\:border-x-105,
  .mobile-lg\:hover\:border-x-105:hover {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid;
  }

  .mobile-lg\:border-top-105,
  .mobile-lg\:hover\:border-top-105:hover {
    border-top: 0.75rem solid;
  }

  .mobile-lg\:border-right-105,
  .mobile-lg\:hover\:border-right-105:hover {
    border-right: 0.75rem solid;
  }

  .mobile-lg\:border-bottom-105,
  .mobile-lg\:hover\:border-bottom-105:hover {
    border-bottom: 0.75rem solid;
  }

  .mobile-lg\:border-left-105,
  .mobile-lg\:hover\:border-left-105:hover {
    border-left: 0.75rem solid;
  }

  .mobile-lg\:border-2,
  .mobile-lg\:hover\:border-2:hover {
    border: 1rem solid;
  }

  .mobile-lg\:border-y-2,
  .mobile-lg\:hover\:border-y-2:hover {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
  }

  .mobile-lg\:border-x-2,
  .mobile-lg\:hover\:border-x-2:hover {
    border-left: 1rem solid;
    border-right: 1rem solid;
  }

  .mobile-lg\:border-top-2,
  .mobile-lg\:hover\:border-top-2:hover {
    border-top: 1rem solid;
  }

  .mobile-lg\:border-right-2,
  .mobile-lg\:hover\:border-right-2:hover {
    border-right: 1rem solid;
  }

  .mobile-lg\:border-bottom-2,
  .mobile-lg\:hover\:border-bottom-2:hover {
    border-bottom: 1rem solid;
  }

  .mobile-lg\:border-left-2,
  .mobile-lg\:hover\:border-left-2:hover {
    border-left: 1rem solid;
  }

  .mobile-lg\:border-205,
  .mobile-lg\:hover\:border-205:hover {
    border: 1.25rem solid;
  }

  .mobile-lg\:border-y-205,
  .mobile-lg\:hover\:border-y-205:hover {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
  }

  .mobile-lg\:border-x-205,
  .mobile-lg\:hover\:border-x-205:hover {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
  }

  .mobile-lg\:border-top-205,
  .mobile-lg\:hover\:border-top-205:hover {
    border-top: 1.25rem solid;
  }

  .mobile-lg\:border-right-205,
  .mobile-lg\:hover\:border-right-205:hover {
    border-right: 1.25rem solid;
  }

  .mobile-lg\:border-bottom-205,
  .mobile-lg\:hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid;
  }

  .mobile-lg\:border-left-205,
  .mobile-lg\:hover\:border-left-205:hover {
    border-left: 1.25rem solid;
  }

  .mobile-lg\:border-3,
  .mobile-lg\:hover\:border-3:hover {
    border: 1.5rem solid;
  }

  .mobile-lg\:border-y-3,
  .mobile-lg\:hover\:border-y-3:hover {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
  }

  .mobile-lg\:border-x-3,
  .mobile-lg\:hover\:border-x-3:hover {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
  }

  .mobile-lg\:border-top-3,
  .mobile-lg\:hover\:border-top-3:hover {
    border-top: 1.5rem solid;
  }

  .mobile-lg\:border-right-3,
  .mobile-lg\:hover\:border-right-3:hover {
    border-right: 1.5rem solid;
  }

  .mobile-lg\:border-bottom-3,
  .mobile-lg\:hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid;
  }

  .mobile-lg\:border-left-3,
  .mobile-lg\:hover\:border-left-3:hover {
    border-left: 1.5rem solid;
  }

  .mobile-lg\:border-0,
  .mobile-lg\:hover\:border-0:hover {
    border: 0 solid;
  }

  .mobile-lg\:border-y-0,
  .mobile-lg\:hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }

  .mobile-lg\:border-x-0,
  .mobile-lg\:hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid;
  }

  .mobile-lg\:border-top-0,
  .mobile-lg\:hover\:border-top-0:hover {
    border-top: 0 solid;
  }

  .mobile-lg\:border-right-0,
  .mobile-lg\:hover\:border-right-0:hover {
    border-right: 0 solid;
  }

  .mobile-lg\:border-bottom-0,
  .mobile-lg\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid;
  }

  .mobile-lg\:border-left-0,
  .mobile-lg\:hover\:border-left-0:hover {
    border-left: 0 solid;
  }

  .mobile-lg\:border,
  .mobile-lg\:hover\:border:hover {
    border: 1px solid;
  }

  .mobile-lg\:border-y,
  .mobile-lg\:hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }

  .mobile-lg\:border-x,
  .mobile-lg\:hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }

  .mobile-lg\:border-top,
  .mobile-lg\:hover\:border-top:hover {
    border-top: 1px solid;
  }

  .mobile-lg\:border-right,
  .mobile-lg\:hover\:border-right:hover {
    border-right: 1px solid;
  }

  .mobile-lg\:border-bottom,
  .mobile-lg\:hover\:border-bottom:hover {
    border-bottom: 1px solid;
  }

  .mobile-lg\:border-left,
  .mobile-lg\:hover\:border-left:hover {
    border-left: 1px solid;
  }

  .mobile-lg\:border-transparent,
  .mobile-lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .mobile-lg\:border-black,
  .mobile-lg\:hover\:border-black:hover {
    border-color: #000;
  }

  .mobile-lg\:border-white,
  .mobile-lg\:hover\:border-white:hover {
    border-color: #fff;
  }

  .mobile-lg\:border-red,
  .mobile-lg\:hover\:border-red:hover {
    border-color: #e52207;
  }

  .mobile-lg\:border-orange,
  .mobile-lg\:hover\:border-orange:hover {
    border-color: #e66f0e;
  }

  .mobile-lg\:border-gold,
  .mobile-lg\:hover\:border-gold:hover {
    border-color: #ffbe2e;
  }

  .mobile-lg\:border-yellow,
  .mobile-lg\:hover\:border-yellow:hover {
    border-color: #fee685;
  }

  .mobile-lg\:border-green,
  .mobile-lg\:hover\:border-green:hover {
    border-color: #538200;
  }

  .mobile-lg\:border-mint,
  .mobile-lg\:hover\:border-mint:hover {
    border-color: #04c585;
  }

  .mobile-lg\:border-cyan,
  .mobile-lg\:hover\:border-cyan:hover {
    border-color: #009ec1;
  }

  .mobile-lg\:border-blue,
  .mobile-lg\:hover\:border-blue:hover {
    border-color: #0076d6;
  }

  .mobile-lg\:border-indigo,
  .mobile-lg\:hover\:border-indigo:hover {
    border-color: #676cc8;
  }

  .mobile-lg\:border-violet,
  .mobile-lg\:hover\:border-violet:hover {
    border-color: #8168b3;
  }

  .mobile-lg\:border-magenta,
  .mobile-lg\:hover\:border-magenta:hover {
    border-color: #d72d79;
  }

  .mobile-lg\:border-gray-5,
  .mobile-lg\:hover\:border-gray-5:hover {
    border-color: #f0f0f0;
  }

  .mobile-lg\:border-gray-10,
  .mobile-lg\:hover\:border-gray-10:hover {
    border-color: #e6e6e6;
  }

  .mobile-lg\:border-gray-30,
  .mobile-lg\:hover\:border-gray-30:hover {
    border-color: #adadad;
  }

  .mobile-lg\:border-gray-50,
  .mobile-lg\:hover\:border-gray-50:hover {
    border-color: #757575;
  }

  .mobile-lg\:border-gray-70,
  .mobile-lg\:hover\:border-gray-70:hover {
    border-color: #454545;
  }

  .mobile-lg\:border-gray-90,
  .mobile-lg\:hover\:border-gray-90:hover {
    border-color: #1b1b1b;
  }

  .mobile-lg\:border-base-lightest,
  .mobile-lg\:hover\:border-base-lightest:hover {
    border-color: #f0f0f0;
  }

  .mobile-lg\:border-base-lighter,
  .mobile-lg\:hover\:border-base-lighter:hover {
    border-color: #dfe1e2;
  }

  .mobile-lg\:border-base-light,
  .mobile-lg\:hover\:border-base-light:hover {
    border-color: #a9aeb1;
  }

  .mobile-lg\:border-base,
  .mobile-lg\:hover\:border-base:hover {
    border-color: #71767a;
  }

  .mobile-lg\:border-base-dark,
  .mobile-lg\:hover\:border-base-dark:hover {
    border-color: #565c65;
  }

  .mobile-lg\:border-base-darker,
  .mobile-lg\:hover\:border-base-darker:hover {
    border-color: #3d4551;
  }

  .mobile-lg\:border-base-darkest,
  .mobile-lg\:border-ink,
  .mobile-lg\:hover\:border-base-darkest:hover,
  .mobile-lg\:hover\:border-ink:hover {
    border-color: #1b1b1b;
  }

  .mobile-lg\:border-primary-lighter,
  .mobile-lg\:hover\:border-primary-lighter:hover {
    border-color: #d9e8f6;
  }

  .mobile-lg\:border-primary-light,
  .mobile-lg\:hover\:border-primary-light:hover {
    border-color: #73b3e7;
  }

  .mobile-lg\:border-primary,
  .mobile-lg\:hover\:border-primary:hover {
    border-color: #005ea2;
  }

  .mobile-lg\:border-primary-vivid,
  .mobile-lg\:hover\:border-primary-vivid:hover {
    border-color: #0050d8;
  }

  .mobile-lg\:border-primary-dark,
  .mobile-lg\:hover\:border-primary-dark:hover {
    border-color: #1a4480;
  }

  .mobile-lg\:border-primary-darker,
  .mobile-lg\:hover\:border-primary-darker:hover {
    border-color: #162e51;
  }

  .mobile-lg\:border-secondary-lighter,
  .mobile-lg\:hover\:border-secondary-lighter:hover {
    border-color: #f3e1e4;
  }

  .mobile-lg\:border-secondary-light,
  .mobile-lg\:hover\:border-secondary-light:hover {
    border-color: #f2938c;
  }

  .mobile-lg\:border-secondary,
  .mobile-lg\:hover\:border-secondary:hover {
    border-color: #d83933;
  }

  .mobile-lg\:border-secondary-vivid,
  .mobile-lg\:hover\:border-secondary-vivid:hover {
    border-color: #e41d3d;
  }

  .mobile-lg\:border-secondary-dark,
  .mobile-lg\:hover\:border-secondary-dark:hover {
    border-color: #b50909;
  }

  .mobile-lg\:border-secondary-darker,
  .mobile-lg\:hover\:border-secondary-darker:hover {
    border-color: #8b0a03;
  }

  .mobile-lg\:border-accent-warm-darker,
  .mobile-lg\:hover\:border-accent-warm-darker:hover {
    border-color: #775540;
  }

  .mobile-lg\:border-accent-warm-dark,
  .mobile-lg\:hover\:border-accent-warm-dark:hover {
    border-color: #c05600;
  }

  .mobile-lg\:border-accent-warm,
  .mobile-lg\:hover\:border-accent-warm:hover {
    border-color: #fa9441;
  }

  .mobile-lg\:border-accent-warm-light,
  .mobile-lg\:hover\:border-accent-warm-light:hover {
    border-color: #ffbc78;
  }

  .mobile-lg\:border-accent-warm-lighter,
  .mobile-lg\:hover\:border-accent-warm-lighter:hover {
    border-color: #f2e4d4;
  }

  .mobile-lg\:border-accent-cool-darker,
  .mobile-lg\:hover\:border-accent-cool-darker:hover {
    border-color: #07648d;
  }

  .mobile-lg\:border-accent-cool-dark,
  .mobile-lg\:hover\:border-accent-cool-dark:hover {
    border-color: #28a0cb;
  }

  .mobile-lg\:border-accent-cool,
  .mobile-lg\:hover\:border-accent-cool:hover {
    border-color: #00bde3;
  }

  .mobile-lg\:border-accent-cool-light,
  .mobile-lg\:hover\:border-accent-cool-light:hover {
    border-color: #97d4ea;
  }

  .mobile-lg\:border-accent-cool-lighter,
  .mobile-lg\:hover\:border-accent-cool-lighter:hover {
    border-color: #e1f3f8;
  }

  .mobile-lg\:radius-0 {
    border-radius: 0;
  }

  .mobile-lg\:radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .mobile-lg\:radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .mobile-lg\:radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .mobile-lg\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .mobile-lg\:radius-sm {
    border-radius: 2px;
  }

  .mobile-lg\:radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .mobile-lg\:radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .mobile-lg\:radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .mobile-lg\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .mobile-lg\:radius-md {
    border-radius: 0.25rem;
  }

  .mobile-lg\:radius-top-md {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .mobile-lg\:radius-right-md {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .mobile-lg\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .mobile-lg\:radius-left-md {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .mobile-lg\:radius-lg {
    border-radius: 0.5rem;
  }

  .mobile-lg\:radius-top-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .mobile-lg\:radius-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .mobile-lg\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .mobile-lg\:radius-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .mobile-lg\:radius-pill {
    border-radius: 99rem;
  }

  .mobile-lg\:radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem;
  }

  .mobile-lg\:radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }

  .mobile-lg\:radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }

  .mobile-lg\:radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem;
  }

  .mobile-lg\:display-block {
    display: block;
  }

  .mobile-lg\:display-flex {
    display: flex;
  }

  .mobile-lg\:display-none {
    display: none;
  }

  .mobile-lg\:display-inline {
    display: inline;
  }

  .mobile-lg\:display-inline-block {
    display: inline-block;
  }

  .mobile-lg\:display-inline-flex {
    display: inline-flex;
  }

  .mobile-lg\:display-table {
    display: table;
  }

  .mobile-lg\:display-table-cell {
    display: table-cell;
  }

  .mobile-lg\:display-table-row {
    display: table-row;
  }

  .mobile-lg\:font-mono-3xs {
    font-size: 0.77rem;
  }

  .mobile-lg\:font-mono-2xs {
    font-size: 0.83rem;
  }

  .mobile-lg\:font-mono-xs {
    font-size: 0.89rem;
  }

  .mobile-lg\:font-mono-sm {
    font-size: 0.95rem;
  }

  .mobile-lg\:font-mono-md {
    font-size: 1.01rem;
  }

  .mobile-lg\:font-mono-lg {
    font-size: 1.31rem;
  }

  .mobile-lg\:font-mono-xl {
    font-size: 1.91rem;
  }

  .mobile-lg\:font-mono-2xl {
    font-size: 2.38rem;
  }

  .mobile-lg\:font-mono-3xl {
    font-size: 2.86rem;
  }

  .mobile-lg\:font-sans-3xs {
    font-size: 0.87rem;
  }

  .mobile-lg\:font-sans-2xs {
    font-size: 0.93rem;
  }

  .mobile-lg\:font-sans-xs {
    font-size: 1rem;
  }

  .mobile-lg\:font-sans-sm {
    font-size: 1.06rem;
  }

  .mobile-lg\:font-sans-md {
    font-size: 1.13rem;
  }

  .mobile-lg\:font-sans-lg {
    font-size: 1.46rem;
  }

  .mobile-lg\:font-sans-xl {
    font-size: 2.13rem;
  }

  .mobile-lg\:font-sans-2xl {
    font-size: 2.66rem;
  }

  .mobile-lg\:font-sans-3xl {
    font-size: 3.19rem;
  }

  .mobile-lg\:font-serif-3xs {
    font-size: 0.79rem;
  }

  .mobile-lg\:font-serif-2xs {
    font-size: 0.85rem;
  }

  .mobile-lg\:font-serif-xs {
    font-size: 0.91rem;
  }

  .mobile-lg\:font-serif-sm {
    font-size: 0.98rem;
  }

  .mobile-lg\:font-serif-md {
    font-size: 1.04rem;
  }

  .mobile-lg\:font-serif-lg {
    font-size: 1.34rem;
  }

  .mobile-lg\:font-serif-xl {
    font-size: 1.95rem;
  }

  .mobile-lg\:font-serif-2xl {
    font-size: 2.44rem;
  }

  .mobile-lg\:font-serif-3xl {
    font-size: 2.93rem;
  }

  .mobile-lg\:font-heading-3xs {
    font-size: 0.79rem;
  }

  .mobile-lg\:font-heading-2xs {
    font-size: 0.85rem;
  }

  .mobile-lg\:font-heading-xs {
    font-size: 0.91rem;
  }

  .mobile-lg\:font-heading-sm {
    font-size: 0.98rem;
  }

  .mobile-lg\:font-heading-md {
    font-size: 1.04rem;
  }

  .mobile-lg\:font-heading-lg {
    font-size: 1.34rem;
  }

  .mobile-lg\:font-heading-xl {
    font-size: 1.95rem;
  }

  .mobile-lg\:font-heading-2xl {
    font-size: 2.44rem;
  }

  .mobile-lg\:font-heading-3xl {
    font-size: 2.93rem;
  }

  .mobile-lg\:font-body-3xs {
    font-size: 0.87rem;
  }

  .mobile-lg\:font-body-2xs {
    font-size: 0.93rem;
  }

  .mobile-lg\:font-body-xs {
    font-size: 1rem;
  }

  .mobile-lg\:font-body-sm {
    font-size: 1.06rem;
  }

  .mobile-lg\:font-body-md {
    font-size: 1.13rem;
  }

  .mobile-lg\:font-body-lg {
    font-size: 1.46rem;
  }

  .mobile-lg\:font-body-xl {
    font-size: 2.13rem;
  }

  .mobile-lg\:font-body-2xl {
    font-size: 2.66rem;
  }

  .mobile-lg\:font-body-3xl {
    font-size: 3.19rem;
  }

  .mobile-lg\:font-code-3xs {
    font-size: 0.77rem;
  }

  .mobile-lg\:font-code-2xs {
    font-size: 0.83rem;
  }

  .mobile-lg\:font-code-xs {
    font-size: 0.89rem;
  }

  .mobile-lg\:font-code-sm {
    font-size: 0.95rem;
  }

  .mobile-lg\:font-code-md {
    font-size: 1.01rem;
  }

  .mobile-lg\:font-code-lg {
    font-size: 1.31rem;
  }

  .mobile-lg\:font-code-xl {
    font-size: 1.91rem;
  }

  .mobile-lg\:font-code-2xl {
    font-size: 2.38rem;
  }

  .mobile-lg\:font-code-3xl {
    font-size: 2.86rem;
  }

  .mobile-lg\:font-alt-3xs {
    font-size: 0.79rem;
  }

  .mobile-lg\:font-alt-2xs {
    font-size: 0.85rem;
  }

  .mobile-lg\:font-alt-xs {
    font-size: 0.91rem;
  }

  .mobile-lg\:font-alt-sm {
    font-size: 0.98rem;
  }

  .mobile-lg\:font-alt-md {
    font-size: 1.04rem;
  }

  .mobile-lg\:font-alt-lg {
    font-size: 1.34rem;
  }

  .mobile-lg\:font-alt-xl {
    font-size: 1.95rem;
  }

  .mobile-lg\:font-alt-2xl {
    font-size: 2.44rem;
  }

  .mobile-lg\:font-alt-3xl {
    font-size: 2.93rem;
  }

  .mobile-lg\:font-ui-3xs {
    font-size: 0.87rem;
  }

  .mobile-lg\:font-ui-2xs {
    font-size: 0.93rem;
  }

  .mobile-lg\:font-ui-xs {
    font-size: 1rem;
  }

  .mobile-lg\:font-ui-sm {
    font-size: 1.06rem;
  }

  .mobile-lg\:font-ui-md {
    font-size: 1.13rem;
  }

  .mobile-lg\:font-ui-lg {
    font-size: 1.46rem;
  }

  .mobile-lg\:font-ui-xl {
    font-size: 2.13rem;
  }

  .mobile-lg\:font-ui-2xl {
    font-size: 2.66rem;
  }

  .mobile-lg\:font-ui-3xl {
    font-size: 3.19rem;
  }

  .mobile-lg\:text-light {
    font-weight: 300;
  }

  .mobile-lg\:text-normal {
    font-weight: 400;
  }

  .mobile-lg\:text-bold {
    font-weight: 700;
  }

  .mobile-lg\:flex-justify-center {
    justify-content: center;
  }

  .mobile-lg\:flex-justify-start {
    justify-content: flex-start;
  }

  .mobile-lg\:flex-justify-end {
    justify-content: flex-end;
  }

  .mobile-lg\:flex-justify {
    justify-content: space-between;
  }

  .mobile-lg\:line-height-sans-1 {
    line-height: 0.9;
  }

  .mobile-lg\:line-height-sans-2 {
    line-height: 1.1;
  }

  .mobile-lg\:line-height-sans-3 {
    line-height: 1.3;
  }

  .mobile-lg\:line-height-sans-4 {
    line-height: 1.4;
  }

  .mobile-lg\:line-height-sans-5 {
    line-height: 1.5;
  }

  .mobile-lg\:line-height-sans-6 {
    line-height: 1.6;
  }

  .mobile-lg\:line-height-serif-1 {
    line-height: 1;
  }

  .mobile-lg\:line-height-serif-2 {
    line-height: 1.2;
  }

  .mobile-lg\:line-height-serif-3 {
    line-height: 1.4;
  }

  .mobile-lg\:line-height-serif-4 {
    line-height: 1.5;
  }

  .mobile-lg\:line-height-serif-5 {
    line-height: 1.7;
  }

  .mobile-lg\:line-height-serif-6 {
    line-height: 1.8;
  }

  .mobile-lg\:line-height-mono-1 {
    line-height: 1;
  }

  .mobile-lg\:line-height-mono-2 {
    line-height: 1.3;
  }

  .mobile-lg\:line-height-mono-3 {
    line-height: 1.4;
  }

  .mobile-lg\:line-height-mono-4 {
    line-height: 1.6;
  }

  .mobile-lg\:line-height-mono-5 {
    line-height: 1.7;
  }

  .mobile-lg\:line-height-mono-6 {
    line-height: 1.8;
  }

  .mobile-lg\:line-height-heading-1 {
    line-height: 1;
  }

  .mobile-lg\:line-height-heading-2 {
    line-height: 1.2;
  }

  .mobile-lg\:line-height-heading-3 {
    line-height: 1.4;
  }

  .mobile-lg\:line-height-heading-4 {
    line-height: 1.5;
  }

  .mobile-lg\:line-height-heading-5 {
    line-height: 1.7;
  }

  .mobile-lg\:line-height-heading-6 {
    line-height: 1.8;
  }

  .mobile-lg\:line-height-ui-1 {
    line-height: 0.9;
  }

  .mobile-lg\:line-height-ui-2 {
    line-height: 1.1;
  }

  .mobile-lg\:line-height-ui-3 {
    line-height: 1.3;
  }

  .mobile-lg\:line-height-ui-4 {
    line-height: 1.4;
  }

  .mobile-lg\:line-height-ui-5 {
    line-height: 1.5;
  }

  .mobile-lg\:line-height-ui-6 {
    line-height: 1.6;
  }

  .mobile-lg\:line-height-body-1 {
    line-height: 0.9;
  }

  .mobile-lg\:line-height-body-2 {
    line-height: 1.1;
  }

  .mobile-lg\:line-height-body-3 {
    line-height: 1.3;
  }

  .mobile-lg\:line-height-body-4 {
    line-height: 1.4;
  }

  .mobile-lg\:line-height-body-5 {
    line-height: 1.5;
  }

  .mobile-lg\:line-height-body-6 {
    line-height: 1.6;
  }

  .mobile-lg\:line-height-code-1 {
    line-height: 1;
  }

  .mobile-lg\:line-height-code-2 {
    line-height: 1.3;
  }

  .mobile-lg\:line-height-code-3 {
    line-height: 1.4;
  }

  .mobile-lg\:line-height-code-4 {
    line-height: 1.6;
  }

  .mobile-lg\:line-height-code-5 {
    line-height: 1.7;
  }

  .mobile-lg\:line-height-code-6 {
    line-height: 1.8;
  }

  .mobile-lg\:line-height-alt-1 {
    line-height: 1;
  }

  .mobile-lg\:line-height-alt-2 {
    line-height: 1.2;
  }

  .mobile-lg\:line-height-alt-3 {
    line-height: 1.4;
  }

  .mobile-lg\:line-height-alt-4 {
    line-height: 1.5;
  }

  .mobile-lg\:line-height-alt-5 {
    line-height: 1.7;
  }

  .mobile-lg\:line-height-alt-6 {
    line-height: 1.8;
  }

  .mobile-lg\:margin-1px {
    margin: 1px;
  }

  .mobile-lg\:margin-2px {
    margin: 2px;
  }

  .mobile-lg\:margin-05 {
    margin: 0.25rem;
  }

  .mobile-lg\:margin-1 {
    margin: 0.5rem;
  }

  .mobile-lg\:margin-105 {
    margin: 0.75rem;
  }

  .mobile-lg\:margin-2 {
    margin: 1rem;
  }

  .mobile-lg\:margin-205 {
    margin: 1.25rem;
  }

  .mobile-lg\:margin-3 {
    margin: 1.5rem;
  }

  .mobile-lg\:margin-4 {
    margin: 2rem;
  }

  .mobile-lg\:margin-5 {
    margin: 2.5rem;
  }

  .mobile-lg\:margin-6 {
    margin: 3rem;
  }

  .mobile-lg\:margin-7 {
    margin: 3.5rem;
  }

  .mobile-lg\:margin-8 {
    margin: 4rem;
  }

  .mobile-lg\:margin-9 {
    margin: 4.5rem;
  }

  .mobile-lg\:margin-10 {
    margin: 5rem;
  }

  .mobile-lg\:margin-15 {
    margin: 7.5rem;
  }

  .mobile-lg\:margin-05em {
    margin: 0.5em;
  }

  .mobile-lg\:margin-1em {
    margin: 1em;
  }

  .mobile-lg\:margin-105em {
    margin: 1.5em;
  }

  .mobile-lg\:margin-2em {
    margin: 2em;
  }

  .mobile-lg\:margin-0 {
    margin: 0;
  }

  .mobile-lg\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .mobile-lg\:margin-top-1px {
    margin-top: 1px;
  }

  .mobile-lg\:margin-bottom-1px {
    margin-bottom: 1px;
  }

  .mobile-lg\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .mobile-lg\:margin-top-2px {
    margin-top: 2px;
  }

  .mobile-lg\:margin-bottom-2px {
    margin-bottom: 2px;
  }

  .mobile-lg\:margin-y-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .mobile-lg\:margin-top-05 {
    margin-top: 0.25rem;
  }

  .mobile-lg\:margin-bottom-05 {
    margin-bottom: 0.25rem;
  }

  .mobile-lg\:margin-y-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .mobile-lg\:margin-top-1 {
    margin-top: 0.5rem;
  }

  .mobile-lg\:margin-bottom-1 {
    margin-bottom: 0.5rem;
  }

  .mobile-lg\:margin-y-105 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .mobile-lg\:margin-top-105 {
    margin-top: 0.75rem;
  }

  .mobile-lg\:margin-bottom-105 {
    margin-bottom: 0.75rem;
  }

  .mobile-lg\:margin-y-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mobile-lg\:margin-top-2 {
    margin-top: 1rem;
  }

  .mobile-lg\:margin-bottom-2 {
    margin-bottom: 1rem;
  }

  .mobile-lg\:margin-y-205 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .mobile-lg\:margin-top-205 {
    margin-top: 1.25rem;
  }

  .mobile-lg\:margin-bottom-205 {
    margin-bottom: 1.25rem;
  }

  .mobile-lg\:margin-y-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mobile-lg\:margin-top-3 {
    margin-top: 1.5rem;
  }

  .mobile-lg\:margin-bottom-3 {
    margin-bottom: 1.5rem;
  }

  .mobile-lg\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .mobile-lg\:margin-top-neg-1px {
    margin-top: -1px;
  }

  .mobile-lg\:margin-bottom-neg-1px {
    margin-bottom: -1px;
  }

  .mobile-lg\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .mobile-lg\:margin-top-neg-2px {
    margin-top: -2px;
  }

  .mobile-lg\:margin-bottom-neg-2px {
    margin-bottom: -2px;
  }

  .mobile-lg\:margin-y-neg-05 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .mobile-lg\:margin-top-neg-05 {
    margin-top: -0.25rem;
  }

  .mobile-lg\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem;
  }

  .mobile-lg\:margin-y-neg-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .mobile-lg\:margin-top-neg-1 {
    margin-top: -0.5rem;
  }

  .mobile-lg\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem;
  }

  .mobile-lg\:margin-y-neg-105 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .mobile-lg\:margin-top-neg-105 {
    margin-top: -0.75rem;
  }

  .mobile-lg\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem;
  }

  .mobile-lg\:margin-y-neg-2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .mobile-lg\:margin-top-neg-2 {
    margin-top: -1rem;
  }

  .mobile-lg\:margin-bottom-neg-2 {
    margin-bottom: -1rem;
  }

  .mobile-lg\:margin-y-neg-205 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .mobile-lg\:margin-top-neg-205 {
    margin-top: -1.25rem;
  }

  .mobile-lg\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem;
  }

  .mobile-lg\:margin-y-neg-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .mobile-lg\:margin-top-neg-3 {
    margin-top: -1.5rem;
  }

  .mobile-lg\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem;
  }

  .mobile-lg\:margin-y-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mobile-lg\:margin-top-4 {
    margin-top: 2rem;
  }

  .mobile-lg\:margin-bottom-4 {
    margin-bottom: 2rem;
  }

  .mobile-lg\:margin-y-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .mobile-lg\:margin-top-5 {
    margin-top: 2.5rem;
  }

  .mobile-lg\:margin-bottom-5 {
    margin-bottom: 2.5rem;
  }

  .mobile-lg\:margin-y-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mobile-lg\:margin-top-6 {
    margin-top: 3rem;
  }

  .mobile-lg\:margin-bottom-6 {
    margin-bottom: 3rem;
  }

  .mobile-lg\:margin-y-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .mobile-lg\:margin-top-7 {
    margin-top: 3.5rem;
  }

  .mobile-lg\:margin-bottom-7 {
    margin-bottom: 3.5rem;
  }

  .mobile-lg\:margin-y-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .mobile-lg\:margin-top-8 {
    margin-top: 4rem;
  }

  .mobile-lg\:margin-bottom-8 {
    margin-bottom: 4rem;
  }

  .mobile-lg\:margin-y-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .mobile-lg\:margin-top-9 {
    margin-top: 4.5rem;
  }

  .mobile-lg\:margin-bottom-9 {
    margin-bottom: 4.5rem;
  }

  .mobile-lg\:margin-y-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .mobile-lg\:margin-top-10 {
    margin-top: 5rem;
  }

  .mobile-lg\:margin-bottom-10 {
    margin-bottom: 5rem;
  }

  .mobile-lg\:margin-y-15 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .mobile-lg\:margin-top-15 {
    margin-top: 7.5rem;
  }

  .mobile-lg\:margin-bottom-15 {
    margin-bottom: 7.5rem;
  }

  .mobile-lg\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .mobile-lg\:margin-top-05em {
    margin-top: 0.5em;
  }

  .mobile-lg\:margin-bottom-05em {
    margin-bottom: 0.5em;
  }

  .mobile-lg\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .mobile-lg\:margin-top-1em {
    margin-top: 1em;
  }

  .mobile-lg\:margin-bottom-1em {
    margin-bottom: 1em;
  }

  .mobile-lg\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }

  .mobile-lg\:margin-top-105em {
    margin-top: 1.5em;
  }

  .mobile-lg\:margin-bottom-105em {
    margin-bottom: 1.5em;
  }

  .mobile-lg\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .mobile-lg\:margin-top-2em {
    margin-top: 2em;
  }

  .mobile-lg\:margin-bottom-2em {
    margin-bottom: 2em;
  }

  .mobile-lg\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mobile-lg\:margin-top-0 {
    margin-top: 0;
  }

  .mobile-lg\:margin-bottom-0 {
    margin-bottom: 0;
  }

  .mobile-lg\:margin-y-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .mobile-lg\:margin-top-auto {
    margin-top: auto;
  }

  .mobile-lg\:margin-bottom-auto {
    margin-bottom: auto;
  }

  .mobile-lg\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .mobile-lg\:margin-right-1px {
    margin-right: 1px;
  }

  .mobile-lg\:margin-left-1px {
    margin-left: 1px;
  }

  .mobile-lg\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px;
  }

  .mobile-lg\:margin-right-2px {
    margin-right: 2px;
  }

  .mobile-lg\:margin-left-2px {
    margin-left: 2px;
  }

  .mobile-lg\:margin-x-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .mobile-lg\:margin-right-05 {
    margin-right: 0.25rem;
  }

  .mobile-lg\:margin-left-05 {
    margin-left: 0.25rem;
  }

  .mobile-lg\:margin-x-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .mobile-lg\:margin-right-1 {
    margin-right: 0.5rem;
  }

  .mobile-lg\:margin-left-1 {
    margin-left: 0.5rem;
  }

  .mobile-lg\:margin-x-105 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .mobile-lg\:margin-right-105 {
    margin-right: 0.75rem;
  }

  .mobile-lg\:margin-left-105 {
    margin-left: 0.75rem;
  }

  .mobile-lg\:margin-x-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mobile-lg\:margin-right-2 {
    margin-right: 1rem;
  }

  .mobile-lg\:margin-left-2 {
    margin-left: 1rem;
  }

  .mobile-lg\:margin-x-205 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .mobile-lg\:margin-right-205 {
    margin-right: 1.25rem;
  }

  .mobile-lg\:margin-left-205 {
    margin-left: 1.25rem;
  }

  .mobile-lg\:margin-x-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .mobile-lg\:margin-right-3 {
    margin-right: 1.5rem;
  }

  .mobile-lg\:margin-left-3 {
    margin-left: 1.5rem;
  }

  .mobile-lg\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .mobile-lg\:margin-right-neg-1px {
    margin-right: -1px;
  }

  .mobile-lg\:margin-left-neg-1px {
    margin-left: -1px;
  }

  .mobile-lg\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px;
  }

  .mobile-lg\:margin-right-neg-2px {
    margin-right: -2px;
  }

  .mobile-lg\:margin-left-neg-2px {
    margin-left: -2px;
  }

  .mobile-lg\:margin-x-neg-05 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .mobile-lg\:margin-right-neg-05 {
    margin-right: -0.25rem;
  }

  .mobile-lg\:margin-left-neg-05 {
    margin-left: -0.25rem;
  }

  .mobile-lg\:margin-x-neg-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .mobile-lg\:margin-right-neg-1 {
    margin-right: -0.5rem;
  }

  .mobile-lg\:margin-left-neg-1 {
    margin-left: -0.5rem;
  }

  .mobile-lg\:margin-x-neg-105 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .mobile-lg\:margin-right-neg-105 {
    margin-right: -0.75rem;
  }

  .mobile-lg\:margin-left-neg-105 {
    margin-left: -0.75rem;
  }

  .mobile-lg\:margin-x-neg-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .mobile-lg\:margin-right-neg-2 {
    margin-right: -1rem;
  }

  .mobile-lg\:margin-left-neg-2 {
    margin-left: -1rem;
  }

  .mobile-lg\:margin-x-neg-205 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .mobile-lg\:margin-right-neg-205 {
    margin-right: -1.25rem;
  }

  .mobile-lg\:margin-left-neg-205 {
    margin-left: -1.25rem;
  }

  .mobile-lg\:margin-x-neg-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .mobile-lg\:margin-right-neg-3 {
    margin-right: -1.5rem;
  }

  .mobile-lg\:margin-left-neg-3 {
    margin-left: -1.5rem;
  }

  .mobile-lg\:margin-x-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .mobile-lg\:margin-right-4 {
    margin-right: 2rem;
  }

  .mobile-lg\:margin-left-4 {
    margin-left: 2rem;
  }

  .mobile-lg\:margin-x-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .mobile-lg\:margin-right-5 {
    margin-right: 2.5rem;
  }

  .mobile-lg\:margin-left-5 {
    margin-left: 2.5rem;
  }

  .mobile-lg\:margin-x-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .mobile-lg\:margin-right-6 {
    margin-right: 3rem;
  }

  .mobile-lg\:margin-left-6 {
    margin-left: 3rem;
  }

  .mobile-lg\:margin-x-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .mobile-lg\:margin-right-7 {
    margin-right: 3.5rem;
  }

  .mobile-lg\:margin-left-7 {
    margin-left: 3.5rem;
  }

  .mobile-lg\:margin-x-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .mobile-lg\:margin-right-8 {
    margin-right: 4rem;
  }

  .mobile-lg\:margin-left-8 {
    margin-left: 4rem;
  }

  .mobile-lg\:margin-x-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .mobile-lg\:margin-right-9 {
    margin-right: 4.5rem;
  }

  .mobile-lg\:margin-left-9 {
    margin-left: 4.5rem;
  }

  .mobile-lg\:margin-x-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .mobile-lg\:margin-right-10 {
    margin-right: 5rem;
  }

  .mobile-lg\:margin-left-10 {
    margin-left: 5rem;
  }

  .mobile-lg\:margin-x-15 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .mobile-lg\:margin-right-15 {
    margin-right: 7.5rem;
  }

  .mobile-lg\:margin-left-15 {
    margin-left: 7.5rem;
  }

  .mobile-lg\:margin-x-card {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .mobile-lg\:margin-right-card {
    margin-right: 10rem;
  }

  .mobile-lg\:margin-left-card {
    margin-left: 10rem;
  }

  .mobile-lg\:margin-x-card-lg {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .mobile-lg\:margin-right-card-lg {
    margin-right: 15rem;
  }

  .mobile-lg\:margin-left-card-lg {
    margin-left: 15rem;
  }

  .mobile-lg\:margin-x-mobile {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .mobile-lg\:margin-right-mobile {
    margin-right: 20rem;
  }

  .mobile-lg\:margin-left-mobile {
    margin-left: 20rem;
  }

  .mobile-lg\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .mobile-lg\:margin-right-05em {
    margin-right: 0.5em;
  }

  .mobile-lg\:margin-left-05em {
    margin-left: 0.5em;
  }

  .mobile-lg\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em;
  }

  .mobile-lg\:margin-right-1em {
    margin-right: 1em;
  }

  .mobile-lg\:margin-left-1em {
    margin-left: 1em;
  }

  .mobile-lg\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .mobile-lg\:margin-right-105em {
    margin-right: 1.5em;
  }

  .mobile-lg\:margin-left-105em {
    margin-left: 1.5em;
  }

  .mobile-lg\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em;
  }

  .mobile-lg\:margin-right-2em {
    margin-right: 2em;
  }

  .mobile-lg\:margin-left-2em {
    margin-left: 2em;
  }

  .mobile-lg\:margin-x-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-lg\:margin-right-0 {
    margin-right: 0;
  }

  .mobile-lg\:margin-left-0 {
    margin-left: 0;
  }

  .mobile-lg\:margin-x-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-lg\:margin-right-auto {
    margin-right: auto;
  }

  .mobile-lg\:margin-left-auto {
    margin-left: auto;
  }

  .mobile-lg\:measure-1 {
    max-width: 44ex;
  }

  .mobile-lg\:measure-2 {
    max-width: 60ex;
  }

  .mobile-lg\:measure-3 {
    max-width: 64ex;
  }

  .mobile-lg\:measure-4 {
    max-width: 68ex;
  }

  .mobile-lg\:measure-5 {
    max-width: 72ex;
  }

  .mobile-lg\:measure-6 {
    max-width: 88ex;
  }

  .mobile-lg\:measure-none {
    max-width: none;
  }

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

  .mobile-lg\:order-last {
    order: 999;
  }

  .mobile-lg\:order-0,
  .mobile-lg\:order-initial {
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .mobile-lg\:padding-1px {
    padding: 1px;
  }

  .mobile-lg\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .mobile-lg\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .mobile-lg\:padding-top-1px {
    padding-top: 1px;
  }

  .mobile-lg\:padding-right-1px {
    padding-right: 1px;
  }

  .mobile-lg\:padding-bottom-1px {
    padding-bottom: 1px;
  }

  .mobile-lg\:padding-left-1px {
    padding-left: 1px;
  }

  .mobile-lg\:padding-2px {
    padding: 2px;
  }

  .mobile-lg\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .mobile-lg\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px;
  }

  .mobile-lg\:padding-top-2px {
    padding-top: 2px;
  }

  .mobile-lg\:padding-right-2px {
    padding-right: 2px;
  }

  .mobile-lg\:padding-bottom-2px {
    padding-bottom: 2px;
  }

  .mobile-lg\:padding-left-2px {
    padding-left: 2px;
  }

  .mobile-lg\:padding-05 {
    padding: 0.25rem;
  }

  .mobile-lg\:padding-y-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .mobile-lg\:padding-x-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .mobile-lg\:padding-top-05 {
    padding-top: 0.25rem;
  }

  .mobile-lg\:padding-right-05 {
    padding-right: 0.25rem;
  }

  .mobile-lg\:padding-bottom-05 {
    padding-bottom: 0.25rem;
  }

  .mobile-lg\:padding-left-05 {
    padding-left: 0.25rem;
  }

  .mobile-lg\:padding-1 {
    padding: 0.5rem;
  }

  .mobile-lg\:padding-y-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .mobile-lg\:padding-x-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .mobile-lg\:padding-top-1 {
    padding-top: 0.5rem;
  }

  .mobile-lg\:padding-right-1 {
    padding-right: 0.5rem;
  }

  .mobile-lg\:padding-bottom-1 {
    padding-bottom: 0.5rem;
  }

  .mobile-lg\:padding-left-1 {
    padding-left: 0.5rem;
  }

  .mobile-lg\:padding-105 {
    padding: 0.75rem;
  }

  .mobile-lg\:padding-y-105 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .mobile-lg\:padding-x-105 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .mobile-lg\:padding-top-105 {
    padding-top: 0.75rem;
  }

  .mobile-lg\:padding-right-105 {
    padding-right: 0.75rem;
  }

  .mobile-lg\:padding-bottom-105 {
    padding-bottom: 0.75rem;
  }

  .mobile-lg\:padding-left-105 {
    padding-left: 0.75rem;
  }

  .mobile-lg\:padding-2 {
    padding: 1rem;
  }

  .mobile-lg\:padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .mobile-lg\:padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mobile-lg\:padding-top-2 {
    padding-top: 1rem;
  }

  .mobile-lg\:padding-right-2 {
    padding-right: 1rem;
  }

  .mobile-lg\:padding-bottom-2 {
    padding-bottom: 1rem;
  }

  .mobile-lg\:padding-left-2 {
    padding-left: 1rem;
  }

  .mobile-lg\:padding-205 {
    padding: 1.25rem;
  }

  .mobile-lg\:padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .mobile-lg\:padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .mobile-lg\:padding-top-205 {
    padding-top: 1.25rem;
  }

  .mobile-lg\:padding-right-205 {
    padding-right: 1.25rem;
  }

  .mobile-lg\:padding-bottom-205 {
    padding-bottom: 1.25rem;
  }

  .mobile-lg\:padding-left-205 {
    padding-left: 1.25rem;
  }

  .mobile-lg\:padding-3 {
    padding: 1.5rem;
  }

  .mobile-lg\:padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .mobile-lg\:padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mobile-lg\:padding-top-3 {
    padding-top: 1.5rem;
  }

  .mobile-lg\:padding-right-3 {
    padding-right: 1.5rem;
  }

  .mobile-lg\:padding-bottom-3 {
    padding-bottom: 1.5rem;
  }

  .mobile-lg\:padding-left-3 {
    padding-left: 1.5rem;
  }

  .mobile-lg\:padding-4 {
    padding: 2rem;
  }

  .mobile-lg\:padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .mobile-lg\:padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mobile-lg\:padding-top-4 {
    padding-top: 2rem;
  }

  .mobile-lg\:padding-right-4 {
    padding-right: 2rem;
  }

  .mobile-lg\:padding-bottom-4 {
    padding-bottom: 2rem;
  }

  .mobile-lg\:padding-left-4 {
    padding-left: 2rem;
  }

  .mobile-lg\:padding-5 {
    padding: 2.5rem;
  }

  .mobile-lg\:padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .mobile-lg\:padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .mobile-lg\:padding-top-5 {
    padding-top: 2.5rem;
  }

  .mobile-lg\:padding-right-5 {
    padding-right: 2.5rem;
  }

  .mobile-lg\:padding-bottom-5 {
    padding-bottom: 2.5rem;
  }

  .mobile-lg\:padding-left-5 {
    padding-left: 2.5rem;
  }

  .mobile-lg\:padding-6 {
    padding: 3rem;
  }

  .mobile-lg\:padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .mobile-lg\:padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .mobile-lg\:padding-top-6 {
    padding-top: 3rem;
  }

  .mobile-lg\:padding-right-6 {
    padding-right: 3rem;
  }

  .mobile-lg\:padding-bottom-6 {
    padding-bottom: 3rem;
  }

  .mobile-lg\:padding-left-6 {
    padding-left: 3rem;
  }

  .mobile-lg\:padding-7 {
    padding: 3.5rem;
  }

  .mobile-lg\:padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .mobile-lg\:padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .mobile-lg\:padding-top-7 {
    padding-top: 3.5rem;
  }

  .mobile-lg\:padding-right-7 {
    padding-right: 3.5rem;
  }

  .mobile-lg\:padding-bottom-7 {
    padding-bottom: 3.5rem;
  }

  .mobile-lg\:padding-left-7 {
    padding-left: 3.5rem;
  }

  .mobile-lg\:padding-8 {
    padding: 4rem;
  }

  .mobile-lg\:padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .mobile-lg\:padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .mobile-lg\:padding-top-8 {
    padding-top: 4rem;
  }

  .mobile-lg\:padding-right-8 {
    padding-right: 4rem;
  }

  .mobile-lg\:padding-bottom-8 {
    padding-bottom: 4rem;
  }

  .mobile-lg\:padding-left-8 {
    padding-left: 4rem;
  }

  .mobile-lg\:padding-9 {
    padding: 4.5rem;
  }

  .mobile-lg\:padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .mobile-lg\:padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .mobile-lg\:padding-top-9 {
    padding-top: 4.5rem;
  }

  .mobile-lg\:padding-right-9 {
    padding-right: 4.5rem;
  }

  .mobile-lg\:padding-bottom-9 {
    padding-bottom: 4.5rem;
  }

  .mobile-lg\:padding-left-9 {
    padding-left: 4.5rem;
  }

  .mobile-lg\:padding-10 {
    padding: 5rem;
  }

  .mobile-lg\:padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .mobile-lg\:padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .mobile-lg\:padding-top-10 {
    padding-top: 5rem;
  }

  .mobile-lg\:padding-right-10 {
    padding-right: 5rem;
  }

  .mobile-lg\:padding-bottom-10 {
    padding-bottom: 5rem;
  }

  .mobile-lg\:padding-left-10 {
    padding-left: 5rem;
  }

  .mobile-lg\:padding-15 {
    padding: 7.5rem;
  }

  .mobile-lg\:padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .mobile-lg\:padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .mobile-lg\:padding-top-15 {
    padding-top: 7.5rem;
  }

  .mobile-lg\:padding-right-15 {
    padding-right: 7.5rem;
  }

  .mobile-lg\:padding-bottom-15 {
    padding-bottom: 7.5rem;
  }

  .mobile-lg\:padding-left-15 {
    padding-left: 7.5rem;
  }

  .mobile-lg\:padding-0 {
    padding: 0;
  }

  .mobile-lg\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mobile-lg\:padding-x-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-lg\:padding-top-0 {
    padding-top: 0;
  }

  .mobile-lg\:padding-right-0 {
    padding-right: 0;
  }

  .mobile-lg\:padding-bottom-0 {
    padding-bottom: 0;
  }

  .mobile-lg\:padding-left-0 {
    padding-left: 0;
  }
}

@media (min-width: 40em) {

  .tablet\:border-1px,
  .tablet\:hover\:border-1px:hover {
    border: 1px solid;
  }

  .tablet\:border-y-1px,
  .tablet\:hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }

  .tablet\:border-x-1px,
  .tablet\:hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }

  .tablet\:border-top-1px,
  .tablet\:hover\:border-top-1px:hover {
    border-top: 1px solid;
  }

  .tablet\:border-right-1px,
  .tablet\:hover\:border-right-1px:hover {
    border-right: 1px solid;
  }

  .tablet\:border-bottom-1px,
  .tablet\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid;
  }

  .tablet\:border-left-1px,
  .tablet\:hover\:border-left-1px:hover {
    border-left: 1px solid;
  }

  .tablet\:border-2px,
  .tablet\:hover\:border-2px:hover {
    border: 2px solid;
  }

  .tablet\:border-y-2px,
  .tablet\:hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }

  .tablet\:border-x-2px,
  .tablet\:hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid;
  }

  .tablet\:border-top-2px,
  .tablet\:hover\:border-top-2px:hover {
    border-top: 2px solid;
  }

  .tablet\:border-right-2px,
  .tablet\:hover\:border-right-2px:hover {
    border-right: 2px solid;
  }

  .tablet\:border-bottom-2px,
  .tablet\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid;
  }

  .tablet\:border-left-2px,
  .tablet\:hover\:border-left-2px:hover {
    border-left: 2px solid;
  }

  .tablet\:border-05,
  .tablet\:hover\:border-05:hover {
    border: 0.25rem solid;
  }

  .tablet\:border-y-05,
  .tablet\:hover\:border-y-05:hover {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid;
  }

  .tablet\:border-x-05,
  .tablet\:hover\:border-x-05:hover {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid;
  }

  .tablet\:border-top-05,
  .tablet\:hover\:border-top-05:hover {
    border-top: 0.25rem solid;
  }

  .tablet\:border-right-05,
  .tablet\:hover\:border-right-05:hover {
    border-right: 0.25rem solid;
  }

  .tablet\:border-bottom-05,
  .tablet\:hover\:border-bottom-05:hover {
    border-bottom: 0.25rem solid;
  }

  .tablet\:border-left-05,
  .tablet\:hover\:border-left-05:hover {
    border-left: 0.25rem solid;
  }

  .tablet\:border-1,
  .tablet\:hover\:border-1:hover {
    border: 0.5rem solid;
  }

  .tablet\:border-y-1,
  .tablet\:hover\:border-y-1:hover {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid;
  }

  .tablet\:border-x-1,
  .tablet\:hover\:border-x-1:hover {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid;
  }

  .tablet\:border-top-1,
  .tablet\:hover\:border-top-1:hover {
    border-top: 0.5rem solid;
  }

  .tablet\:border-right-1,
  .tablet\:hover\:border-right-1:hover {
    border-right: 0.5rem solid;
  }

  .tablet\:border-bottom-1,
  .tablet\:hover\:border-bottom-1:hover {
    border-bottom: 0.5rem solid;
  }

  .tablet\:border-left-1,
  .tablet\:hover\:border-left-1:hover {
    border-left: 0.5rem solid;
  }

  .tablet\:border-105,
  .tablet\:hover\:border-105:hover {
    border: 0.75rem solid;
  }

  .tablet\:border-y-105,
  .tablet\:hover\:border-y-105:hover {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid;
  }

  .tablet\:border-x-105,
  .tablet\:hover\:border-x-105:hover {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid;
  }

  .tablet\:border-top-105,
  .tablet\:hover\:border-top-105:hover {
    border-top: 0.75rem solid;
  }

  .tablet\:border-right-105,
  .tablet\:hover\:border-right-105:hover {
    border-right: 0.75rem solid;
  }

  .tablet\:border-bottom-105,
  .tablet\:hover\:border-bottom-105:hover {
    border-bottom: 0.75rem solid;
  }

  .tablet\:border-left-105,
  .tablet\:hover\:border-left-105:hover {
    border-left: 0.75rem solid;
  }

  .tablet\:border-2,
  .tablet\:hover\:border-2:hover {
    border: 1rem solid;
  }

  .tablet\:border-y-2,
  .tablet\:hover\:border-y-2:hover {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
  }

  .tablet\:border-x-2,
  .tablet\:hover\:border-x-2:hover {
    border-left: 1rem solid;
    border-right: 1rem solid;
  }

  .tablet\:border-top-2,
  .tablet\:hover\:border-top-2:hover {
    border-top: 1rem solid;
  }

  .tablet\:border-right-2,
  .tablet\:hover\:border-right-2:hover {
    border-right: 1rem solid;
  }

  .tablet\:border-bottom-2,
  .tablet\:hover\:border-bottom-2:hover {
    border-bottom: 1rem solid;
  }

  .tablet\:border-left-2,
  .tablet\:hover\:border-left-2:hover {
    border-left: 1rem solid;
  }

  .tablet\:border-205,
  .tablet\:hover\:border-205:hover {
    border: 1.25rem solid;
  }

  .tablet\:border-y-205,
  .tablet\:hover\:border-y-205:hover {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
  }

  .tablet\:border-x-205,
  .tablet\:hover\:border-x-205:hover {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
  }

  .tablet\:border-top-205,
  .tablet\:hover\:border-top-205:hover {
    border-top: 1.25rem solid;
  }

  .tablet\:border-right-205,
  .tablet\:hover\:border-right-205:hover {
    border-right: 1.25rem solid;
  }

  .tablet\:border-bottom-205,
  .tablet\:hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid;
  }

  .tablet\:border-left-205,
  .tablet\:hover\:border-left-205:hover {
    border-left: 1.25rem solid;
  }

  .tablet\:border-3,
  .tablet\:hover\:border-3:hover {
    border: 1.5rem solid;
  }

  .tablet\:border-y-3,
  .tablet\:hover\:border-y-3:hover {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
  }

  .tablet\:border-x-3,
  .tablet\:hover\:border-x-3:hover {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
  }

  .tablet\:border-top-3,
  .tablet\:hover\:border-top-3:hover {
    border-top: 1.5rem solid;
  }

  .tablet\:border-right-3,
  .tablet\:hover\:border-right-3:hover {
    border-right: 1.5rem solid;
  }

  .tablet\:border-bottom-3,
  .tablet\:hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid;
  }

  .tablet\:border-left-3,
  .tablet\:hover\:border-left-3:hover {
    border-left: 1.5rem solid;
  }

  .tablet\:border-0,
  .tablet\:hover\:border-0:hover {
    border: 0 solid;
  }

  .tablet\:border-y-0,
  .tablet\:hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }

  .tablet\:border-x-0,
  .tablet\:hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid;
  }

  .tablet\:border-top-0,
  .tablet\:hover\:border-top-0:hover {
    border-top: 0 solid;
  }

  .tablet\:border-right-0,
  .tablet\:hover\:border-right-0:hover {
    border-right: 0 solid;
  }

  .tablet\:border-bottom-0,
  .tablet\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid;
  }

  .tablet\:border-left-0,
  .tablet\:hover\:border-left-0:hover {
    border-left: 0 solid;
  }

  .tablet\:border,
  .tablet\:hover\:border:hover {
    border: 1px solid;
  }

  .tablet\:border-y,
  .tablet\:hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }

  .tablet\:border-x,
  .tablet\:hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }

  .tablet\:border-top,
  .tablet\:hover\:border-top:hover {
    border-top: 1px solid;
  }

  .tablet\:border-right,
  .tablet\:hover\:border-right:hover {
    border-right: 1px solid;
  }

  .tablet\:border-bottom,
  .tablet\:hover\:border-bottom:hover {
    border-bottom: 1px solid;
  }

  .tablet\:border-left,
  .tablet\:hover\:border-left:hover {
    border-left: 1px solid;
  }

  .tablet\:border-transparent,
  .tablet\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .tablet\:border-black,
  .tablet\:hover\:border-black:hover {
    border-color: #000;
  }

  .tablet\:border-white,
  .tablet\:hover\:border-white:hover {
    border-color: #fff;
  }

  .tablet\:border-red,
  .tablet\:hover\:border-red:hover {
    border-color: #e52207;
  }

  .tablet\:border-orange,
  .tablet\:hover\:border-orange:hover {
    border-color: #e66f0e;
  }

  .tablet\:border-gold,
  .tablet\:hover\:border-gold:hover {
    border-color: #ffbe2e;
  }

  .tablet\:border-yellow,
  .tablet\:hover\:border-yellow:hover {
    border-color: #fee685;
  }

  .tablet\:border-green,
  .tablet\:hover\:border-green:hover {
    border-color: #538200;
  }

  .tablet\:border-mint,
  .tablet\:hover\:border-mint:hover {
    border-color: #04c585;
  }

  .tablet\:border-cyan,
  .tablet\:hover\:border-cyan:hover {
    border-color: #009ec1;
  }

  .tablet\:border-blue,
  .tablet\:hover\:border-blue:hover {
    border-color: #0076d6;
  }

  .tablet\:border-indigo,
  .tablet\:hover\:border-indigo:hover {
    border-color: #676cc8;
  }

  .tablet\:border-violet,
  .tablet\:hover\:border-violet:hover {
    border-color: #8168b3;
  }

  .tablet\:border-magenta,
  .tablet\:hover\:border-magenta:hover {
    border-color: #d72d79;
  }

  .tablet\:border-gray-5,
  .tablet\:hover\:border-gray-5:hover {
    border-color: #f0f0f0;
  }

  .tablet\:border-gray-10,
  .tablet\:hover\:border-gray-10:hover {
    border-color: #e6e6e6;
  }

  .tablet\:border-gray-30,
  .tablet\:hover\:border-gray-30:hover {
    border-color: #adadad;
  }

  .tablet\:border-gray-50,
  .tablet\:hover\:border-gray-50:hover {
    border-color: #757575;
  }

  .tablet\:border-gray-70,
  .tablet\:hover\:border-gray-70:hover {
    border-color: #454545;
  }

  .tablet\:border-gray-90,
  .tablet\:hover\:border-gray-90:hover {
    border-color: #1b1b1b;
  }

  .tablet\:border-base-lightest,
  .tablet\:hover\:border-base-lightest:hover {
    border-color: #f0f0f0;
  }

  .tablet\:border-base-lighter,
  .tablet\:hover\:border-base-lighter:hover {
    border-color: #dfe1e2;
  }

  .tablet\:border-base-light,
  .tablet\:hover\:border-base-light:hover {
    border-color: #a9aeb1;
  }

  .tablet\:border-base,
  .tablet\:hover\:border-base:hover {
    border-color: #71767a;
  }

  .tablet\:border-base-dark,
  .tablet\:hover\:border-base-dark:hover {
    border-color: #565c65;
  }

  .tablet\:border-base-darker,
  .tablet\:hover\:border-base-darker:hover {
    border-color: #3d4551;
  }

  .tablet\:border-base-darkest,
  .tablet\:border-ink,
  .tablet\:hover\:border-base-darkest:hover,
  .tablet\:hover\:border-ink:hover {
    border-color: #1b1b1b;
  }

  .tablet\:border-primary-lighter,
  .tablet\:hover\:border-primary-lighter:hover {
    border-color: #d9e8f6;
  }

  .tablet\:border-primary-light,
  .tablet\:hover\:border-primary-light:hover {
    border-color: #73b3e7;
  }

  .tablet\:border-primary,
  .tablet\:hover\:border-primary:hover {
    border-color: #005ea2;
  }

  .tablet\:border-primary-vivid,
  .tablet\:hover\:border-primary-vivid:hover {
    border-color: #0050d8;
  }

  .tablet\:border-primary-dark,
  .tablet\:hover\:border-primary-dark:hover {
    border-color: #1a4480;
  }

  .tablet\:border-primary-darker,
  .tablet\:hover\:border-primary-darker:hover {
    border-color: #162e51;
  }

  .tablet\:border-secondary-lighter,
  .tablet\:hover\:border-secondary-lighter:hover {
    border-color: #f3e1e4;
  }

  .tablet\:border-secondary-light,
  .tablet\:hover\:border-secondary-light:hover {
    border-color: #f2938c;
  }

  .tablet\:border-secondary,
  .tablet\:hover\:border-secondary:hover {
    border-color: #d83933;
  }

  .tablet\:border-secondary-vivid,
  .tablet\:hover\:border-secondary-vivid:hover {
    border-color: #e41d3d;
  }

  .tablet\:border-secondary-dark,
  .tablet\:hover\:border-secondary-dark:hover {
    border-color: #b50909;
  }

  .tablet\:border-secondary-darker,
  .tablet\:hover\:border-secondary-darker:hover {
    border-color: #8b0a03;
  }

  .tablet\:border-accent-warm-darker,
  .tablet\:hover\:border-accent-warm-darker:hover {
    border-color: #775540;
  }

  .tablet\:border-accent-warm-dark,
  .tablet\:hover\:border-accent-warm-dark:hover {
    border-color: #c05600;
  }

  .tablet\:border-accent-warm,
  .tablet\:hover\:border-accent-warm:hover {
    border-color: #fa9441;
  }

  .tablet\:border-accent-warm-light,
  .tablet\:hover\:border-accent-warm-light:hover {
    border-color: #ffbc78;
  }

  .tablet\:border-accent-warm-lighter,
  .tablet\:hover\:border-accent-warm-lighter:hover {
    border-color: #f2e4d4;
  }

  .tablet\:border-accent-cool-darker,
  .tablet\:hover\:border-accent-cool-darker:hover {
    border-color: #07648d;
  }

  .tablet\:border-accent-cool-dark,
  .tablet\:hover\:border-accent-cool-dark:hover {
    border-color: #28a0cb;
  }

  .tablet\:border-accent-cool,
  .tablet\:hover\:border-accent-cool:hover {
    border-color: #00bde3;
  }

  .tablet\:border-accent-cool-light,
  .tablet\:hover\:border-accent-cool-light:hover {
    border-color: #97d4ea;
  }

  .tablet\:border-accent-cool-lighter,
  .tablet\:hover\:border-accent-cool-lighter:hover {
    border-color: #e1f3f8;
  }

  .tablet\:radius-0 {
    border-radius: 0;
  }

  .tablet\:radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .tablet\:radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .tablet\:radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .tablet\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .tablet\:radius-sm {
    border-radius: 2px;
  }

  .tablet\:radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .tablet\:radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .tablet\:radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .tablet\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .tablet\:radius-md {
    border-radius: 0.25rem;
  }

  .tablet\:radius-top-md {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .tablet\:radius-right-md {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .tablet\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .tablet\:radius-left-md {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .tablet\:radius-lg {
    border-radius: 0.5rem;
  }

  .tablet\:radius-top-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .tablet\:radius-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .tablet\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .tablet\:radius-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .tablet\:radius-pill {
    border-radius: 99rem;
  }

  .tablet\:radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem;
  }

  .tablet\:radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }

  .tablet\:radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }

  .tablet\:radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem;
  }

  .tablet\:display-block {
    display: block;
  }

  .tablet\:display-flex {
    display: flex;
  }

  .tablet\:display-none {
    display: none;
  }

  .tablet\:display-inline {
    display: inline;
  }

  .tablet\:display-inline-block {
    display: inline-block;
  }

  .tablet\:display-inline-flex {
    display: inline-flex;
  }

  .tablet\:display-table {
    display: table;
  }

  .tablet\:display-table-cell {
    display: table-cell;
  }

  .tablet\:display-table-row {
    display: table-row;
  }

  .tablet\:font-mono-3xs {
    font-size: 0.77rem;
  }

  .tablet\:font-mono-2xs {
    font-size: 0.83rem;
  }

  .tablet\:font-mono-xs {
    font-size: 0.89rem;
  }

  .tablet\:font-mono-sm {
    font-size: 0.95rem;
  }

  .tablet\:font-mono-md {
    font-size: 1.01rem;
  }

  .tablet\:font-mono-lg {
    font-size: 1.31rem;
  }

  .tablet\:font-mono-xl {
    font-size: 1.91rem;
  }

  .tablet\:font-mono-2xl {
    font-size: 2.38rem;
  }

  .tablet\:font-mono-3xl {
    font-size: 2.86rem;
  }

  .tablet\:font-sans-3xs {
    font-size: 0.87rem;
  }

  .tablet\:font-sans-2xs {
    font-size: 0.93rem;
  }

  .tablet\:font-sans-xs {
    font-size: 1rem;
  }

  .tablet\:font-sans-sm {
    font-size: 1.06rem;
  }

  .tablet\:font-sans-md {
    font-size: 1.13rem;
  }

  .tablet\:font-sans-lg {
    font-size: 1.46rem;
  }

  .tablet\:font-sans-xl {
    font-size: 2.13rem;
  }

  .tablet\:font-sans-2xl {
    font-size: 2.66rem;
  }

  .tablet\:font-sans-3xl {
    font-size: 3.19rem;
  }

  .tablet\:font-serif-3xs {
    font-size: 0.79rem;
  }

  .tablet\:font-serif-2xs {
    font-size: 0.85rem;
  }

  .tablet\:font-serif-xs {
    font-size: 0.91rem;
  }

  .tablet\:font-serif-sm {
    font-size: 0.98rem;
  }

  .tablet\:font-serif-md {
    font-size: 1.04rem;
  }

  .tablet\:font-serif-lg {
    font-size: 1.34rem;
  }

  .tablet\:font-serif-xl {
    font-size: 1.95rem;
  }

  .tablet\:font-serif-2xl {
    font-size: 2.44rem;
  }

  .tablet\:font-serif-3xl {
    font-size: 2.93rem;
  }

  .tablet\:font-heading-3xs {
    font-size: 0.79rem;
  }

  .tablet\:font-heading-2xs {
    font-size: 0.85rem;
  }

  .tablet\:font-heading-xs {
    font-size: 0.91rem;
  }

  .tablet\:font-heading-sm {
    font-size: 0.98rem;
  }

  .tablet\:font-heading-md {
    font-size: 1.04rem;
  }

  .tablet\:font-heading-lg {
    font-size: 1.34rem;
  }

  .tablet\:font-heading-xl {
    font-size: 1.95rem;
  }

  .tablet\:font-heading-2xl {
    font-size: 2.44rem;
  }

  .tablet\:font-heading-3xl {
    font-size: 2.93rem;
  }

  .tablet\:font-body-3xs {
    font-size: 0.87rem;
  }

  .tablet\:font-body-2xs {
    font-size: 0.93rem;
  }

  .tablet\:font-body-xs {
    font-size: 1rem;
  }

  .tablet\:font-body-sm {
    font-size: 1.06rem;
  }

  .tablet\:font-body-md {
    font-size: 1.13rem;
  }

  .tablet\:font-body-lg {
    font-size: 1.46rem;
  }

  .tablet\:font-body-xl {
    font-size: 2.13rem;
  }

  .tablet\:font-body-2xl {
    font-size: 2.66rem;
  }

  .tablet\:font-body-3xl {
    font-size: 3.19rem;
  }

  .tablet\:font-code-3xs {
    font-size: 0.77rem;
  }

  .tablet\:font-code-2xs {
    font-size: 0.83rem;
  }

  .tablet\:font-code-xs {
    font-size: 0.89rem;
  }

  .tablet\:font-code-sm {
    font-size: 0.95rem;
  }

  .tablet\:font-code-md {
    font-size: 1.01rem;
  }

  .tablet\:font-code-lg {
    font-size: 1.31rem;
  }

  .tablet\:font-code-xl {
    font-size: 1.91rem;
  }

  .tablet\:font-code-2xl {
    font-size: 2.38rem;
  }

  .tablet\:font-code-3xl {
    font-size: 2.86rem;
  }

  .tablet\:font-alt-3xs {
    font-size: 0.79rem;
  }

  .tablet\:font-alt-2xs {
    font-size: 0.85rem;
  }

  .tablet\:font-alt-xs {
    font-size: 0.91rem;
  }

  .tablet\:font-alt-sm {
    font-size: 0.98rem;
  }

  .tablet\:font-alt-md {
    font-size: 1.04rem;
  }

  .tablet\:font-alt-lg {
    font-size: 1.34rem;
  }

  .tablet\:font-alt-xl {
    font-size: 1.95rem;
  }

  .tablet\:font-alt-2xl {
    font-size: 2.44rem;
  }

  .tablet\:font-alt-3xl {
    font-size: 2.93rem;
  }

  .tablet\:font-ui-3xs {
    font-size: 0.87rem;
  }

  .tablet\:font-ui-2xs {
    font-size: 0.93rem;
  }

  .tablet\:font-ui-xs {
    font-size: 1rem;
  }

  .tablet\:font-ui-sm {
    font-size: 1.06rem;
  }

  .tablet\:font-ui-md {
    font-size: 1.13rem;
  }

  .tablet\:font-ui-lg {
    font-size: 1.46rem;
  }

  .tablet\:font-ui-xl {
    font-size: 2.13rem;
  }

  .tablet\:font-ui-2xl {
    font-size: 2.66rem;
  }

  .tablet\:font-ui-3xl {
    font-size: 3.19rem;
  }

  .tablet\:text-light {
    font-weight: 300;
  }

  .tablet\:text-normal {
    font-weight: 400;
  }

  .tablet\:text-bold {
    font-weight: 700;
  }

  .tablet\:flex-justify-center {
    justify-content: center;
  }

  .tablet\:flex-justify-start {
    justify-content: flex-start;
  }

  .tablet\:flex-justify-end {
    justify-content: flex-end;
  }

  .tablet\:flex-justify {
    justify-content: space-between;
  }

  .tablet\:line-height-sans-1 {
    line-height: 0.9;
  }

  .tablet\:line-height-sans-2 {
    line-height: 1.1;
  }

  .tablet\:line-height-sans-3 {
    line-height: 1.3;
  }

  .tablet\:line-height-sans-4 {
    line-height: 1.4;
  }

  .tablet\:line-height-sans-5 {
    line-height: 1.5;
  }

  .tablet\:line-height-sans-6 {
    line-height: 1.6;
  }

  .tablet\:line-height-serif-1 {
    line-height: 1;
  }

  .tablet\:line-height-serif-2 {
    line-height: 1.2;
  }

  .tablet\:line-height-serif-3 {
    line-height: 1.4;
  }

  .tablet\:line-height-serif-4 {
    line-height: 1.5;
  }

  .tablet\:line-height-serif-5 {
    line-height: 1.7;
  }

  .tablet\:line-height-serif-6 {
    line-height: 1.8;
  }

  .tablet\:line-height-mono-1 {
    line-height: 1;
  }

  .tablet\:line-height-mono-2 {
    line-height: 1.3;
  }

  .tablet\:line-height-mono-3 {
    line-height: 1.4;
  }

  .tablet\:line-height-mono-4 {
    line-height: 1.6;
  }

  .tablet\:line-height-mono-5 {
    line-height: 1.7;
  }

  .tablet\:line-height-mono-6 {
    line-height: 1.8;
  }

  .tablet\:line-height-heading-1 {
    line-height: 1;
  }

  .tablet\:line-height-heading-2 {
    line-height: 1.2;
  }

  .tablet\:line-height-heading-3 {
    line-height: 1.4;
  }

  .tablet\:line-height-heading-4 {
    line-height: 1.5;
  }

  .tablet\:line-height-heading-5 {
    line-height: 1.7;
  }

  .tablet\:line-height-heading-6 {
    line-height: 1.8;
  }

  .tablet\:line-height-ui-1 {
    line-height: 0.9;
  }

  .tablet\:line-height-ui-2 {
    line-height: 1.1;
  }

  .tablet\:line-height-ui-3 {
    line-height: 1.3;
  }

  .tablet\:line-height-ui-4 {
    line-height: 1.4;
  }

  .tablet\:line-height-ui-5 {
    line-height: 1.5;
  }

  .tablet\:line-height-ui-6 {
    line-height: 1.6;
  }

  .tablet\:line-height-body-1 {
    line-height: 0.9;
  }

  .tablet\:line-height-body-2 {
    line-height: 1.1;
  }

  .tablet\:line-height-body-3 {
    line-height: 1.3;
  }

  .tablet\:line-height-body-4 {
    line-height: 1.4;
  }

  .tablet\:line-height-body-5 {
    line-height: 1.5;
  }

  .tablet\:line-height-body-6 {
    line-height: 1.6;
  }

  .tablet\:line-height-code-1 {
    line-height: 1;
  }

  .tablet\:line-height-code-2 {
    line-height: 1.3;
  }

  .tablet\:line-height-code-3 {
    line-height: 1.4;
  }

  .tablet\:line-height-code-4 {
    line-height: 1.6;
  }

  .tablet\:line-height-code-5 {
    line-height: 1.7;
  }

  .tablet\:line-height-code-6 {
    line-height: 1.8;
  }

  .tablet\:line-height-alt-1 {
    line-height: 1;
  }

  .tablet\:line-height-alt-2 {
    line-height: 1.2;
  }

  .tablet\:line-height-alt-3 {
    line-height: 1.4;
  }

  .tablet\:line-height-alt-4 {
    line-height: 1.5;
  }

  .tablet\:line-height-alt-5 {
    line-height: 1.7;
  }

  .tablet\:line-height-alt-6 {
    line-height: 1.8;
  }

  .tablet\:margin-1px {
    margin: 1px;
  }

  .tablet\:margin-2px {
    margin: 2px;
  }

  .tablet\:margin-05 {
    margin: 0.25rem;
  }

  .tablet\:margin-1 {
    margin: 0.5rem;
  }

  .tablet\:margin-105 {
    margin: 0.75rem;
  }

  .tablet\:margin-2 {
    margin: 1rem;
  }

  .tablet\:margin-205 {
    margin: 1.25rem;
  }

  .tablet\:margin-3 {
    margin: 1.5rem;
  }

  .tablet\:margin-4 {
    margin: 2rem;
  }

  .tablet\:margin-5 {
    margin: 2.5rem;
  }

  .tablet\:margin-6 {
    margin: 3rem;
  }

  .tablet\:margin-7 {
    margin: 3.5rem;
  }

  .tablet\:margin-8 {
    margin: 4rem;
  }

  .tablet\:margin-9 {
    margin: 4.5rem;
  }

  .tablet\:margin-10 {
    margin: 5rem;
  }

  .tablet\:margin-15 {
    margin: 7.5rem;
  }

  .tablet\:margin-05em {
    margin: 0.5em;
  }

  .tablet\:margin-1em {
    margin: 1em;
  }

  .tablet\:margin-105em {
    margin: 1.5em;
  }

  .tablet\:margin-2em {
    margin: 2em;
  }

  .tablet\:margin-0 {
    margin: 0;
  }

  .tablet\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tablet\:margin-top-1px {
    margin-top: 1px;
  }

  .tablet\:margin-bottom-1px {
    margin-bottom: 1px;
  }

  .tablet\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tablet\:margin-top-2px {
    margin-top: 2px;
  }

  .tablet\:margin-bottom-2px {
    margin-bottom: 2px;
  }

  .tablet\:margin-y-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .tablet\:margin-top-05 {
    margin-top: 0.25rem;
  }

  .tablet\:margin-bottom-05 {
    margin-bottom: 0.25rem;
  }

  .tablet\:margin-y-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .tablet\:margin-top-1 {
    margin-top: 0.5rem;
  }

  .tablet\:margin-bottom-1 {
    margin-bottom: 0.5rem;
  }

  .tablet\:margin-y-105 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .tablet\:margin-top-105 {
    margin-top: 0.75rem;
  }

  .tablet\:margin-bottom-105 {
    margin-bottom: 0.75rem;
  }

  .tablet\:margin-y-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .tablet\:margin-top-2 {
    margin-top: 1rem;
  }

  .tablet\:margin-bottom-2 {
    margin-bottom: 1rem;
  }

  .tablet\:margin-y-205 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .tablet\:margin-top-205 {
    margin-top: 1.25rem;
  }

  .tablet\:margin-bottom-205 {
    margin-bottom: 1.25rem;
  }

  .tablet\:margin-y-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .tablet\:margin-top-3 {
    margin-top: 1.5rem;
  }

  .tablet\:margin-bottom-3 {
    margin-bottom: 1.5rem;
  }

  .tablet\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tablet\:margin-top-neg-1px {
    margin-top: -1px;
  }

  .tablet\:margin-bottom-neg-1px {
    margin-bottom: -1px;
  }

  .tablet\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .tablet\:margin-top-neg-2px {
    margin-top: -2px;
  }

  .tablet\:margin-bottom-neg-2px {
    margin-bottom: -2px;
  }

  .tablet\:margin-y-neg-05 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .tablet\:margin-top-neg-05 {
    margin-top: -0.25rem;
  }

  .tablet\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem;
  }

  .tablet\:margin-y-neg-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .tablet\:margin-top-neg-1 {
    margin-top: -0.5rem;
  }

  .tablet\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem;
  }

  .tablet\:margin-y-neg-105 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .tablet\:margin-top-neg-105 {
    margin-top: -0.75rem;
  }

  .tablet\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem;
  }

  .tablet\:margin-y-neg-2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .tablet\:margin-top-neg-2 {
    margin-top: -1rem;
  }

  .tablet\:margin-bottom-neg-2 {
    margin-bottom: -1rem;
  }

  .tablet\:margin-y-neg-205 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .tablet\:margin-top-neg-205 {
    margin-top: -1.25rem;
  }

  .tablet\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem;
  }

  .tablet\:margin-y-neg-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .tablet\:margin-top-neg-3 {
    margin-top: -1.5rem;
  }

  .tablet\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem;
  }

  .tablet\:margin-y-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .tablet\:margin-top-4 {
    margin-top: 2rem;
  }

  .tablet\:margin-bottom-4 {
    margin-bottom: 2rem;
  }

  .tablet\:margin-y-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .tablet\:margin-top-5 {
    margin-top: 2.5rem;
  }

  .tablet\:margin-bottom-5 {
    margin-bottom: 2.5rem;
  }

  .tablet\:margin-y-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .tablet\:margin-top-6 {
    margin-top: 3rem;
  }

  .tablet\:margin-bottom-6 {
    margin-bottom: 3rem;
  }

  .tablet\:margin-y-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .tablet\:margin-top-7 {
    margin-top: 3.5rem;
  }

  .tablet\:margin-bottom-7 {
    margin-bottom: 3.5rem;
  }

  .tablet\:margin-y-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .tablet\:margin-top-8 {
    margin-top: 4rem;
  }

  .tablet\:margin-bottom-8 {
    margin-bottom: 4rem;
  }

  .tablet\:margin-y-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .tablet\:margin-top-9 {
    margin-top: 4.5rem;
  }

  .tablet\:margin-bottom-9 {
    margin-bottom: 4.5rem;
  }

  .tablet\:margin-y-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .tablet\:margin-top-10 {
    margin-top: 5rem;
  }

  .tablet\:margin-bottom-10 {
    margin-bottom: 5rem;
  }

  .tablet\:margin-y-15 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .tablet\:margin-top-15 {
    margin-top: 7.5rem;
  }

  .tablet\:margin-bottom-15 {
    margin-bottom: 7.5rem;
  }

  .tablet\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .tablet\:margin-top-05em {
    margin-top: 0.5em;
  }

  .tablet\:margin-bottom-05em {
    margin-bottom: 0.5em;
  }

  .tablet\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .tablet\:margin-top-1em {
    margin-top: 1em;
  }

  .tablet\:margin-bottom-1em {
    margin-bottom: 1em;
  }

  .tablet\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }

  .tablet\:margin-top-105em {
    margin-top: 1.5em;
  }

  .tablet\:margin-bottom-105em {
    margin-bottom: 1.5em;
  }

  .tablet\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .tablet\:margin-top-2em {
    margin-top: 2em;
  }

  .tablet\:margin-bottom-2em {
    margin-bottom: 2em;
  }

  .tablet\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tablet\:margin-top-0 {
    margin-top: 0;
  }

  .tablet\:margin-bottom-0 {
    margin-bottom: 0;
  }

  .tablet\:margin-y-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .tablet\:margin-top-auto {
    margin-top: auto;
  }

  .tablet\:margin-bottom-auto {
    margin-bottom: auto;
  }

  .tablet\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .tablet\:margin-right-1px {
    margin-right: 1px;
  }

  .tablet\:margin-left-1px {
    margin-left: 1px;
  }

  .tablet\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px;
  }

  .tablet\:margin-right-2px {
    margin-right: 2px;
  }

  .tablet\:margin-left-2px {
    margin-left: 2px;
  }

  .tablet\:margin-x-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .tablet\:margin-right-05 {
    margin-right: 0.25rem;
  }

  .tablet\:margin-left-05 {
    margin-left: 0.25rem;
  }

  .tablet\:margin-x-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .tablet\:margin-right-1 {
    margin-right: 0.5rem;
  }

  .tablet\:margin-left-1 {
    margin-left: 0.5rem;
  }

  .tablet\:margin-x-105 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .tablet\:margin-right-105 {
    margin-right: 0.75rem;
  }

  .tablet\:margin-left-105 {
    margin-left: 0.75rem;
  }

  .tablet\:margin-x-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tablet\:margin-right-2 {
    margin-right: 1rem;
  }

  .tablet\:margin-left-2 {
    margin-left: 1rem;
  }

  .tablet\:margin-x-205 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .tablet\:margin-right-205 {
    margin-right: 1.25rem;
  }

  .tablet\:margin-left-205 {
    margin-left: 1.25rem;
  }

  .tablet\:margin-x-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .tablet\:margin-right-3 {
    margin-right: 1.5rem;
  }

  .tablet\:margin-left-3 {
    margin-left: 1.5rem;
  }

  .tablet\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .tablet\:margin-right-neg-1px {
    margin-right: -1px;
  }

  .tablet\:margin-left-neg-1px {
    margin-left: -1px;
  }

  .tablet\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px;
  }

  .tablet\:margin-right-neg-2px {
    margin-right: -2px;
  }

  .tablet\:margin-left-neg-2px {
    margin-left: -2px;
  }

  .tablet\:margin-x-neg-05 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .tablet\:margin-right-neg-05 {
    margin-right: -0.25rem;
  }

  .tablet\:margin-left-neg-05 {
    margin-left: -0.25rem;
  }

  .tablet\:margin-x-neg-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .tablet\:margin-right-neg-1 {
    margin-right: -0.5rem;
  }

  .tablet\:margin-left-neg-1 {
    margin-left: -0.5rem;
  }

  .tablet\:margin-x-neg-105 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .tablet\:margin-right-neg-105 {
    margin-right: -0.75rem;
  }

  .tablet\:margin-left-neg-105 {
    margin-left: -0.75rem;
  }

  .tablet\:margin-x-neg-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .tablet\:margin-right-neg-2 {
    margin-right: -1rem;
  }

  .tablet\:margin-left-neg-2 {
    margin-left: -1rem;
  }

  .tablet\:margin-x-neg-205 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .tablet\:margin-right-neg-205 {
    margin-right: -1.25rem;
  }

  .tablet\:margin-left-neg-205 {
    margin-left: -1.25rem;
  }

  .tablet\:margin-x-neg-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .tablet\:margin-right-neg-3 {
    margin-right: -1.5rem;
  }

  .tablet\:margin-left-neg-3 {
    margin-left: -1.5rem;
  }

  .tablet\:margin-x-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .tablet\:margin-right-4 {
    margin-right: 2rem;
  }

  .tablet\:margin-left-4 {
    margin-left: 2rem;
  }

  .tablet\:margin-x-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .tablet\:margin-right-5 {
    margin-right: 2.5rem;
  }

  .tablet\:margin-left-5 {
    margin-left: 2.5rem;
  }

  .tablet\:margin-x-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .tablet\:margin-right-6 {
    margin-right: 3rem;
  }

  .tablet\:margin-left-6 {
    margin-left: 3rem;
  }

  .tablet\:margin-x-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .tablet\:margin-right-7 {
    margin-right: 3.5rem;
  }

  .tablet\:margin-left-7 {
    margin-left: 3.5rem;
  }

  .tablet\:margin-x-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .tablet\:margin-right-8 {
    margin-right: 4rem;
  }

  .tablet\:margin-left-8 {
    margin-left: 4rem;
  }

  .tablet\:margin-x-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .tablet\:margin-right-9 {
    margin-right: 4.5rem;
  }

  .tablet\:margin-left-9 {
    margin-left: 4.5rem;
  }

  .tablet\:margin-x-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .tablet\:margin-right-10 {
    margin-right: 5rem;
  }

  .tablet\:margin-left-10 {
    margin-left: 5rem;
  }

  .tablet\:margin-x-15 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .tablet\:margin-right-15 {
    margin-right: 7.5rem;
  }

  .tablet\:margin-left-15 {
    margin-left: 7.5rem;
  }

  .tablet\:margin-x-card {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .tablet\:margin-right-card {
    margin-right: 10rem;
  }

  .tablet\:margin-left-card {
    margin-left: 10rem;
  }

  .tablet\:margin-x-card-lg {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .tablet\:margin-right-card-lg {
    margin-right: 15rem;
  }

  .tablet\:margin-left-card-lg {
    margin-left: 15rem;
  }

  .tablet\:margin-x-mobile {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .tablet\:margin-right-mobile {
    margin-right: 20rem;
  }

  .tablet\:margin-left-mobile {
    margin-left: 20rem;
  }

  .tablet\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .tablet\:margin-right-05em {
    margin-right: 0.5em;
  }

  .tablet\:margin-left-05em {
    margin-left: 0.5em;
  }

  .tablet\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em;
  }

  .tablet\:margin-right-1em {
    margin-right: 1em;
  }

  .tablet\:margin-left-1em {
    margin-left: 1em;
  }

  .tablet\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .tablet\:margin-right-105em {
    margin-right: 1.5em;
  }

  .tablet\:margin-left-105em {
    margin-left: 1.5em;
  }

  .tablet\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em;
  }

  .tablet\:margin-right-2em {
    margin-right: 2em;
  }

  .tablet\:margin-left-2em {
    margin-left: 2em;
  }

  .tablet\:margin-x-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .tablet\:margin-right-0 {
    margin-right: 0;
  }

  .tablet\:margin-left-0 {
    margin-left: 0;
  }

  .tablet\:margin-x-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .tablet\:margin-right-auto {
    margin-right: auto;
  }

  .tablet\:margin-left-auto {
    margin-left: auto;
  }

  .tablet\:measure-1 {
    max-width: 44ex;
  }

  .tablet\:measure-2 {
    max-width: 60ex;
  }

  .tablet\:measure-3 {
    max-width: 64ex;
  }

  .tablet\:measure-4 {
    max-width: 68ex;
  }

  .tablet\:measure-5 {
    max-width: 72ex;
  }

  .tablet\:measure-6 {
    max-width: 88ex;
  }

  .tablet\:measure-none {
    max-width: none;
  }

  .tablet\:order-first {
    order: -1;
  }

  .tablet\:order-last {
    order: 999;
  }

  .tablet\:order-0,
  .tablet\:order-initial {
    order: 0;
  }

  .tablet\:order-1 {
    order: 1;
  }

  .tablet\:order-2 {
    order: 2;
  }

  .tablet\:order-3 {
    order: 3;
  }

  .tablet\:order-4 {
    order: 4;
  }

  .tablet\:order-5 {
    order: 5;
  }

  .tablet\:order-6 {
    order: 6;
  }

  .tablet\:order-7 {
    order: 7;
  }

  .tablet\:order-8 {
    order: 8;
  }

  .tablet\:order-9 {
    order: 9;
  }

  .tablet\:order-10 {
    order: 10;
  }

  .tablet\:order-11 {
    order: 11;
  }

  .tablet\:padding-1px {
    padding: 1px;
  }

  .tablet\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tablet\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .tablet\:padding-top-1px {
    padding-top: 1px;
  }

  .tablet\:padding-right-1px {
    padding-right: 1px;
  }

  .tablet\:padding-bottom-1px {
    padding-bottom: 1px;
  }

  .tablet\:padding-left-1px {
    padding-left: 1px;
  }

  .tablet\:padding-2px {
    padding: 2px;
  }

  .tablet\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .tablet\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px;
  }

  .tablet\:padding-top-2px {
    padding-top: 2px;
  }

  .tablet\:padding-right-2px {
    padding-right: 2px;
  }

  .tablet\:padding-bottom-2px {
    padding-bottom: 2px;
  }

  .tablet\:padding-left-2px {
    padding-left: 2px;
  }

  .tablet\:padding-05 {
    padding: 0.25rem;
  }

  .tablet\:padding-y-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .tablet\:padding-x-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .tablet\:padding-top-05 {
    padding-top: 0.25rem;
  }

  .tablet\:padding-right-05 {
    padding-right: 0.25rem;
  }

  .tablet\:padding-bottom-05 {
    padding-bottom: 0.25rem;
  }

  .tablet\:padding-left-05 {
    padding-left: 0.25rem;
  }

  .tablet\:padding-1 {
    padding: 0.5rem;
  }

  .tablet\:padding-y-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .tablet\:padding-x-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .tablet\:padding-top-1 {
    padding-top: 0.5rem;
  }

  .tablet\:padding-right-1 {
    padding-right: 0.5rem;
  }

  .tablet\:padding-bottom-1 {
    padding-bottom: 0.5rem;
  }

  .tablet\:padding-left-1 {
    padding-left: 0.5rem;
  }

  .tablet\:padding-105 {
    padding: 0.75rem;
  }

  .tablet\:padding-y-105 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .tablet\:padding-x-105 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .tablet\:padding-top-105 {
    padding-top: 0.75rem;
  }

  .tablet\:padding-right-105 {
    padding-right: 0.75rem;
  }

  .tablet\:padding-bottom-105 {
    padding-bottom: 0.75rem;
  }

  .tablet\:padding-left-105 {
    padding-left: 0.75rem;
  }

  .tablet\:padding-2 {
    padding: 1rem;
  }

  .tablet\:padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tablet\:padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tablet\:padding-top-2 {
    padding-top: 1rem;
  }

  .tablet\:padding-right-2 {
    padding-right: 1rem;
  }

  .tablet\:padding-bottom-2 {
    padding-bottom: 1rem;
  }

  .tablet\:padding-left-2 {
    padding-left: 1rem;
  }

  .tablet\:padding-205 {
    padding: 1.25rem;
  }

  .tablet\:padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .tablet\:padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tablet\:padding-top-205 {
    padding-top: 1.25rem;
  }

  .tablet\:padding-right-205 {
    padding-right: 1.25rem;
  }

  .tablet\:padding-bottom-205 {
    padding-bottom: 1.25rem;
  }

  .tablet\:padding-left-205 {
    padding-left: 1.25rem;
  }

  .tablet\:padding-3 {
    padding: 1.5rem;
  }

  .tablet\:padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .tablet\:padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tablet\:padding-top-3 {
    padding-top: 1.5rem;
  }

  .tablet\:padding-right-3 {
    padding-right: 1.5rem;
  }

  .tablet\:padding-bottom-3 {
    padding-bottom: 1.5rem;
  }

  .tablet\:padding-left-3 {
    padding-left: 1.5rem;
  }

  .tablet\:padding-4 {
    padding: 2rem;
  }

  .tablet\:padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tablet\:padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tablet\:padding-top-4 {
    padding-top: 2rem;
  }

  .tablet\:padding-right-4 {
    padding-right: 2rem;
  }

  .tablet\:padding-bottom-4 {
    padding-bottom: 2rem;
  }

  .tablet\:padding-left-4 {
    padding-left: 2rem;
  }

  .tablet\:padding-5 {
    padding: 2.5rem;
  }

  .tablet\:padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .tablet\:padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .tablet\:padding-top-5 {
    padding-top: 2.5rem;
  }

  .tablet\:padding-right-5 {
    padding-right: 2.5rem;
  }

  .tablet\:padding-bottom-5 {
    padding-bottom: 2.5rem;
  }

  .tablet\:padding-left-5 {
    padding-left: 2.5rem;
  }

  .tablet\:padding-6 {
    padding: 3rem;
  }

  .tablet\:padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tablet\:padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tablet\:padding-top-6 {
    padding-top: 3rem;
  }

  .tablet\:padding-right-6 {
    padding-right: 3rem;
  }

  .tablet\:padding-bottom-6 {
    padding-bottom: 3rem;
  }

  .tablet\:padding-left-6 {
    padding-left: 3rem;
  }

  .tablet\:padding-7 {
    padding: 3.5rem;
  }

  .tablet\:padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .tablet\:padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .tablet\:padding-top-7 {
    padding-top: 3.5rem;
  }

  .tablet\:padding-right-7 {
    padding-right: 3.5rem;
  }

  .tablet\:padding-bottom-7 {
    padding-bottom: 3.5rem;
  }

  .tablet\:padding-left-7 {
    padding-left: 3.5rem;
  }

  .tablet\:padding-8 {
    padding: 4rem;
  }

  .tablet\:padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tablet\:padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .tablet\:padding-top-8 {
    padding-top: 4rem;
  }

  .tablet\:padding-right-8 {
    padding-right: 4rem;
  }

  .tablet\:padding-bottom-8 {
    padding-bottom: 4rem;
  }

  .tablet\:padding-left-8 {
    padding-left: 4rem;
  }

  .tablet\:padding-9 {
    padding: 4.5rem;
  }

  .tablet\:padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .tablet\:padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .tablet\:padding-top-9 {
    padding-top: 4.5rem;
  }

  .tablet\:padding-right-9 {
    padding-right: 4.5rem;
  }

  .tablet\:padding-bottom-9 {
    padding-bottom: 4.5rem;
  }

  .tablet\:padding-left-9 {
    padding-left: 4.5rem;
  }

  .tablet\:padding-10 {
    padding: 5rem;
  }

  .tablet\:padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .tablet\:padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .tablet\:padding-top-10 {
    padding-top: 5rem;
  }

  .tablet\:padding-right-10 {
    padding-right: 5rem;
  }

  .tablet\:padding-bottom-10 {
    padding-bottom: 5rem;
  }

  .tablet\:padding-left-10 {
    padding-left: 5rem;
  }

  .tablet\:padding-15 {
    padding: 7.5rem;
  }

  .tablet\:padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .tablet\:padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .tablet\:padding-top-15 {
    padding-top: 7.5rem;
  }

  .tablet\:padding-right-15 {
    padding-right: 7.5rem;
  }

  .tablet\:padding-bottom-15 {
    padding-bottom: 7.5rem;
  }

  .tablet\:padding-left-15 {
    padding-left: 7.5rem;
  }

  .tablet\:padding-0 {
    padding: 0;
  }

  .tablet\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tablet\:padding-x-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .tablet\:padding-top-0 {
    padding-top: 0;
  }

  .tablet\:padding-right-0 {
    padding-right: 0;
  }

  .tablet\:padding-bottom-0 {
    padding-bottom: 0;
  }

  .tablet\:padding-left-0 {
    padding-left: 0;
  }
}

@media (min-width: 64em) {

  .desktop\:border-1px,
  .desktop\:hover\:border-1px:hover {
    border: 1px solid;
  }

  .desktop\:border-y-1px,
  .desktop\:hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }

  .desktop\:border-x-1px,
  .desktop\:hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }

  .desktop\:border-top-1px,
  .desktop\:hover\:border-top-1px:hover {
    border-top: 1px solid;
  }

  .desktop\:border-right-1px,
  .desktop\:hover\:border-right-1px:hover {
    border-right: 1px solid;
  }

  .desktop\:border-bottom-1px,
  .desktop\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid;
  }

  .desktop\:border-left-1px,
  .desktop\:hover\:border-left-1px:hover {
    border-left: 1px solid;
  }

  .desktop\:border-2px,
  .desktop\:hover\:border-2px:hover {
    border: 2px solid;
  }

  .desktop\:border-y-2px,
  .desktop\:hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }

  .desktop\:border-x-2px,
  .desktop\:hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid;
  }

  .desktop\:border-top-2px,
  .desktop\:hover\:border-top-2px:hover {
    border-top: 2px solid;
  }

  .desktop\:border-right-2px,
  .desktop\:hover\:border-right-2px:hover {
    border-right: 2px solid;
  }

  .desktop\:border-bottom-2px,
  .desktop\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid;
  }

  .desktop\:border-left-2px,
  .desktop\:hover\:border-left-2px:hover {
    border-left: 2px solid;
  }

  .desktop\:border-05,
  .desktop\:hover\:border-05:hover {
    border: 0.25rem solid;
  }

  .desktop\:border-y-05,
  .desktop\:hover\:border-y-05:hover {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid;
  }

  .desktop\:border-x-05,
  .desktop\:hover\:border-x-05:hover {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid;
  }

  .desktop\:border-top-05,
  .desktop\:hover\:border-top-05:hover {
    border-top: 0.25rem solid;
  }

  .desktop\:border-right-05,
  .desktop\:hover\:border-right-05:hover {
    border-right: 0.25rem solid;
  }

  .desktop\:border-bottom-05,
  .desktop\:hover\:border-bottom-05:hover {
    border-bottom: 0.25rem solid;
  }

  .desktop\:border-left-05,
  .desktop\:hover\:border-left-05:hover {
    border-left: 0.25rem solid;
  }

  .desktop\:border-1,
  .desktop\:hover\:border-1:hover {
    border: 0.5rem solid;
  }

  .desktop\:border-y-1,
  .desktop\:hover\:border-y-1:hover {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid;
  }

  .desktop\:border-x-1,
  .desktop\:hover\:border-x-1:hover {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid;
  }

  .desktop\:border-top-1,
  .desktop\:hover\:border-top-1:hover {
    border-top: 0.5rem solid;
  }

  .desktop\:border-right-1,
  .desktop\:hover\:border-right-1:hover {
    border-right: 0.5rem solid;
  }

  .desktop\:border-bottom-1,
  .desktop\:hover\:border-bottom-1:hover {
    border-bottom: 0.5rem solid;
  }

  .desktop\:border-left-1,
  .desktop\:hover\:border-left-1:hover {
    border-left: 0.5rem solid;
  }

  .desktop\:border-105,
  .desktop\:hover\:border-105:hover {
    border: 0.75rem solid;
  }

  .desktop\:border-y-105,
  .desktop\:hover\:border-y-105:hover {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid;
  }

  .desktop\:border-x-105,
  .desktop\:hover\:border-x-105:hover {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid;
  }

  .desktop\:border-top-105,
  .desktop\:hover\:border-top-105:hover {
    border-top: 0.75rem solid;
  }

  .desktop\:border-right-105,
  .desktop\:hover\:border-right-105:hover {
    border-right: 0.75rem solid;
  }

  .desktop\:border-bottom-105,
  .desktop\:hover\:border-bottom-105:hover {
    border-bottom: 0.75rem solid;
  }

  .desktop\:border-left-105,
  .desktop\:hover\:border-left-105:hover {
    border-left: 0.75rem solid;
  }

  .desktop\:border-2,
  .desktop\:hover\:border-2:hover {
    border: 1rem solid;
  }

  .desktop\:border-y-2,
  .desktop\:hover\:border-y-2:hover {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
  }

  .desktop\:border-x-2,
  .desktop\:hover\:border-x-2:hover {
    border-left: 1rem solid;
    border-right: 1rem solid;
  }

  .desktop\:border-top-2,
  .desktop\:hover\:border-top-2:hover {
    border-top: 1rem solid;
  }

  .desktop\:border-right-2,
  .desktop\:hover\:border-right-2:hover {
    border-right: 1rem solid;
  }

  .desktop\:border-bottom-2,
  .desktop\:hover\:border-bottom-2:hover {
    border-bottom: 1rem solid;
  }

  .desktop\:border-left-2,
  .desktop\:hover\:border-left-2:hover {
    border-left: 1rem solid;
  }

  .desktop\:border-205,
  .desktop\:hover\:border-205:hover {
    border: 1.25rem solid;
  }

  .desktop\:border-y-205,
  .desktop\:hover\:border-y-205:hover {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
  }

  .desktop\:border-x-205,
  .desktop\:hover\:border-x-205:hover {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
  }

  .desktop\:border-top-205,
  .desktop\:hover\:border-top-205:hover {
    border-top: 1.25rem solid;
  }

  .desktop\:border-right-205,
  .desktop\:hover\:border-right-205:hover {
    border-right: 1.25rem solid;
  }

  .desktop\:border-bottom-205,
  .desktop\:hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid;
  }

  .desktop\:border-left-205,
  .desktop\:hover\:border-left-205:hover {
    border-left: 1.25rem solid;
  }

  .desktop\:border-3,
  .desktop\:hover\:border-3:hover {
    border: 1.5rem solid;
  }

  .desktop\:border-y-3,
  .desktop\:hover\:border-y-3:hover {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
  }

  .desktop\:border-x-3,
  .desktop\:hover\:border-x-3:hover {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
  }

  .desktop\:border-top-3,
  .desktop\:hover\:border-top-3:hover {
    border-top: 1.5rem solid;
  }

  .desktop\:border-right-3,
  .desktop\:hover\:border-right-3:hover {
    border-right: 1.5rem solid;
  }

  .desktop\:border-bottom-3,
  .desktop\:hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid;
  }

  .desktop\:border-left-3,
  .desktop\:hover\:border-left-3:hover {
    border-left: 1.5rem solid;
  }

  .desktop\:border-0,
  .desktop\:hover\:border-0:hover {
    border: 0 solid;
  }

  .desktop\:border-y-0,
  .desktop\:hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }

  .desktop\:border-x-0,
  .desktop\:hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid;
  }

  .desktop\:border-top-0,
  .desktop\:hover\:border-top-0:hover {
    border-top: 0 solid;
  }

  .desktop\:border-right-0,
  .desktop\:hover\:border-right-0:hover {
    border-right: 0 solid;
  }

  .desktop\:border-bottom-0,
  .desktop\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid;
  }

  .desktop\:border-left-0,
  .desktop\:hover\:border-left-0:hover {
    border-left: 0 solid;
  }

  .desktop\:border,
  .desktop\:hover\:border:hover {
    border: 1px solid;
  }

  .desktop\:border-y,
  .desktop\:hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }

  .desktop\:border-x,
  .desktop\:hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }

  .desktop\:border-top,
  .desktop\:hover\:border-top:hover {
    border-top: 1px solid;
  }

  .desktop\:border-right,
  .desktop\:hover\:border-right:hover {
    border-right: 1px solid;
  }

  .desktop\:border-bottom,
  .desktop\:hover\:border-bottom:hover {
    border-bottom: 1px solid;
  }

  .desktop\:border-left,
  .desktop\:hover\:border-left:hover {
    border-left: 1px solid;
  }

  .desktop\:border-transparent,
  .desktop\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .desktop\:border-black,
  .desktop\:hover\:border-black:hover {
    border-color: #000;
  }

  .desktop\:border-white,
  .desktop\:hover\:border-white:hover {
    border-color: #fff;
  }

  .desktop\:border-red,
  .desktop\:hover\:border-red:hover {
    border-color: #e52207;
  }

  .desktop\:border-orange,
  .desktop\:hover\:border-orange:hover {
    border-color: #e66f0e;
  }

  .desktop\:border-gold,
  .desktop\:hover\:border-gold:hover {
    border-color: #ffbe2e;
  }

  .desktop\:border-yellow,
  .desktop\:hover\:border-yellow:hover {
    border-color: #fee685;
  }

  .desktop\:border-green,
  .desktop\:hover\:border-green:hover {
    border-color: #538200;
  }

  .desktop\:border-mint,
  .desktop\:hover\:border-mint:hover {
    border-color: #04c585;
  }

  .desktop\:border-cyan,
  .desktop\:hover\:border-cyan:hover {
    border-color: #009ec1;
  }

  .desktop\:border-blue,
  .desktop\:hover\:border-blue:hover {
    border-color: #0076d6;
  }

  .desktop\:border-indigo,
  .desktop\:hover\:border-indigo:hover {
    border-color: #676cc8;
  }

  .desktop\:border-violet,
  .desktop\:hover\:border-violet:hover {
    border-color: #8168b3;
  }

  .desktop\:border-magenta,
  .desktop\:hover\:border-magenta:hover {
    border-color: #d72d79;
  }

  .desktop\:border-gray-5,
  .desktop\:hover\:border-gray-5:hover {
    border-color: #f0f0f0;
  }

  .desktop\:border-gray-10,
  .desktop\:hover\:border-gray-10:hover {
    border-color: #e6e6e6;
  }

  .desktop\:border-gray-30,
  .desktop\:hover\:border-gray-30:hover {
    border-color: #adadad;
  }

  .desktop\:border-gray-50,
  .desktop\:hover\:border-gray-50:hover {
    border-color: #757575;
  }

  .desktop\:border-gray-70,
  .desktop\:hover\:border-gray-70:hover {
    border-color: #454545;
  }

  .desktop\:border-gray-90,
  .desktop\:hover\:border-gray-90:hover {
    border-color: #1b1b1b;
  }

  .desktop\:border-base-lightest,
  .desktop\:hover\:border-base-lightest:hover {
    border-color: #f0f0f0;
  }

  .desktop\:border-base-lighter,
  .desktop\:hover\:border-base-lighter:hover {
    border-color: #dfe1e2;
  }

  .desktop\:border-base-light,
  .desktop\:hover\:border-base-light:hover {
    border-color: #a9aeb1;
  }

  .desktop\:border-base,
  .desktop\:hover\:border-base:hover {
    border-color: #71767a;
  }

  .desktop\:border-base-dark,
  .desktop\:hover\:border-base-dark:hover {
    border-color: #565c65;
  }

  .desktop\:border-base-darker,
  .desktop\:hover\:border-base-darker:hover {
    border-color: #3d4551;
  }

  .desktop\:border-base-darkest,
  .desktop\:border-ink,
  .desktop\:hover\:border-base-darkest:hover,
  .desktop\:hover\:border-ink:hover {
    border-color: #1b1b1b;
  }

  .desktop\:border-primary-lighter,
  .desktop\:hover\:border-primary-lighter:hover {
    border-color: #d9e8f6;
  }

  .desktop\:border-primary-light,
  .desktop\:hover\:border-primary-light:hover {
    border-color: #73b3e7;
  }

  .desktop\:border-primary,
  .desktop\:hover\:border-primary:hover {
    border-color: #005ea2;
  }

  .desktop\:border-primary-vivid,
  .desktop\:hover\:border-primary-vivid:hover {
    border-color: #0050d8;
  }

  .desktop\:border-primary-dark,
  .desktop\:hover\:border-primary-dark:hover {
    border-color: #1a4480;
  }

  .desktop\:border-primary-darker,
  .desktop\:hover\:border-primary-darker:hover {
    border-color: #162e51;
  }

  .desktop\:border-secondary-lighter,
  .desktop\:hover\:border-secondary-lighter:hover {
    border-color: #f3e1e4;
  }

  .desktop\:border-secondary-light,
  .desktop\:hover\:border-secondary-light:hover {
    border-color: #f2938c;
  }

  .desktop\:border-secondary,
  .desktop\:hover\:border-secondary:hover {
    border-color: #d83933;
  }

  .desktop\:border-secondary-vivid,
  .desktop\:hover\:border-secondary-vivid:hover {
    border-color: #e41d3d;
  }

  .desktop\:border-secondary-dark,
  .desktop\:hover\:border-secondary-dark:hover {
    border-color: #b50909;
  }

  .desktop\:border-secondary-darker,
  .desktop\:hover\:border-secondary-darker:hover {
    border-color: #8b0a03;
  }

  .desktop\:border-accent-warm-darker,
  .desktop\:hover\:border-accent-warm-darker:hover {
    border-color: #775540;
  }

  .desktop\:border-accent-warm-dark,
  .desktop\:hover\:border-accent-warm-dark:hover {
    border-color: #c05600;
  }

  .desktop\:border-accent-warm,
  .desktop\:hover\:border-accent-warm:hover {
    border-color: #fa9441;
  }

  .desktop\:border-accent-warm-light,
  .desktop\:hover\:border-accent-warm-light:hover {
    border-color: #ffbc78;
  }

  .desktop\:border-accent-warm-lighter,
  .desktop\:hover\:border-accent-warm-lighter:hover {
    border-color: #f2e4d4;
  }

  .desktop\:border-accent-cool-darker,
  .desktop\:hover\:border-accent-cool-darker:hover {
    border-color: #07648d;
  }

  .desktop\:border-accent-cool-dark,
  .desktop\:hover\:border-accent-cool-dark:hover {
    border-color: #28a0cb;
  }

  .desktop\:border-accent-cool,
  .desktop\:hover\:border-accent-cool:hover {
    border-color: #00bde3;
  }

  .desktop\:border-accent-cool-light,
  .desktop\:hover\:border-accent-cool-light:hover {
    border-color: #97d4ea;
  }

  .desktop\:border-accent-cool-lighter,
  .desktop\:hover\:border-accent-cool-lighter:hover {
    border-color: #e1f3f8;
  }

  .desktop\:radius-0 {
    border-radius: 0;
  }

  .desktop\:radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .desktop\:radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .desktop\:radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .desktop\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop\:radius-sm {
    border-radius: 2px;
  }

  .desktop\:radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .desktop\:radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .desktop\:radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .desktop\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .desktop\:radius-md {
    border-radius: 0.25rem;
  }

  .desktop\:radius-top-md {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .desktop\:radius-right-md {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .desktop\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .desktop\:radius-left-md {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:radius-lg {
    border-radius: 0.5rem;
  }

  .desktop\:radius-top-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .desktop\:radius-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .desktop\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .desktop\:radius-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:radius-pill {
    border-radius: 99rem;
  }

  .desktop\:radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem;
  }

  .desktop\:radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }

  .desktop\:radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }

  .desktop\:radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem;
  }

  .desktop\:display-block {
    display: block;
  }

  .desktop\:display-flex {
    display: flex;
  }

  .desktop\:display-none {
    display: none;
  }

  .desktop\:display-inline {
    display: inline;
  }

  .desktop\:display-inline-block {
    display: inline-block;
  }

  .desktop\:display-inline-flex {
    display: inline-flex;
  }

  .desktop\:display-table {
    display: table;
  }

  .desktop\:display-table-cell {
    display: table-cell;
  }

  .desktop\:display-table-row {
    display: table-row;
  }

  .desktop\:font-mono-3xs {
    font-size: 0.77rem;
  }

  .desktop\:font-mono-2xs {
    font-size: 0.83rem;
  }

  .desktop\:font-mono-xs {
    font-size: 0.89rem;
  }

  .desktop\:font-mono-sm {
    font-size: 0.95rem;
  }

  .desktop\:font-mono-md {
    font-size: 1.01rem;
  }

  .desktop\:font-mono-lg {
    font-size: 1.31rem;
  }

  .desktop\:font-mono-xl {
    font-size: 1.91rem;
  }

  .desktop\:font-mono-2xl {
    font-size: 2.38rem;
  }

  .desktop\:font-mono-3xl {
    font-size: 2.86rem;
  }

  .desktop\:font-sans-3xs {
    font-size: 0.87rem;
  }

  .desktop\:font-sans-2xs {
    font-size: 0.93rem;
  }

  .desktop\:font-sans-xs {
    font-size: 1rem;
  }

  .desktop\:font-sans-sm {
    font-size: 1.06rem;
  }

  .desktop\:font-sans-md {
    font-size: 1.13rem;
  }

  .desktop\:font-sans-lg {
    font-size: 1.46rem;
  }

  .desktop\:font-sans-xl {
    font-size: 2.13rem;
  }

  .desktop\:font-sans-2xl {
    font-size: 2.66rem;
  }

  .desktop\:font-sans-3xl {
    font-size: 3.19rem;
  }

  .desktop\:font-serif-3xs {
    font-size: 0.79rem;
  }

  .desktop\:font-serif-2xs {
    font-size: 0.85rem;
  }

  .desktop\:font-serif-xs {
    font-size: 0.91rem;
  }

  .desktop\:font-serif-sm {
    font-size: 0.98rem;
  }

  .desktop\:font-serif-md {
    font-size: 1.04rem;
  }

  .desktop\:font-serif-lg {
    font-size: 1.34rem;
  }

  .desktop\:font-serif-xl {
    font-size: 1.95rem;
  }

  .desktop\:font-serif-2xl {
    font-size: 2.44rem;
  }

  .desktop\:font-serif-3xl {
    font-size: 2.93rem;
  }

  .desktop\:font-heading-3xs {
    font-size: 0.79rem;
  }

  .desktop\:font-heading-2xs {
    font-size: 0.85rem;
  }

  .desktop\:font-heading-xs {
    font-size: 0.91rem;
  }

  .desktop\:font-heading-sm {
    font-size: 0.98rem;
  }

  .desktop\:font-heading-md {
    font-size: 1.04rem;
  }

  .desktop\:font-heading-lg {
    font-size: 1.34rem;
  }

  .desktop\:font-heading-xl {
    font-size: 1.95rem;
  }

  .desktop\:font-heading-2xl {
    font-size: 2.44rem;
  }

  .desktop\:font-heading-3xl {
    font-size: 2.93rem;
  }

  .desktop\:font-body-3xs {
    font-size: 0.87rem;
  }

  .desktop\:font-body-2xs {
    font-size: 0.93rem;
  }

  .desktop\:font-body-xs {
    font-size: 1rem;
  }

  .desktop\:font-body-sm {
    font-size: 1.06rem;
  }

  .desktop\:font-body-md {
    font-size: 1.13rem;
  }

  .desktop\:font-body-lg {
    font-size: 1.46rem;
  }

  .desktop\:font-body-xl {
    font-size: 2.13rem;
  }

  .desktop\:font-body-2xl {
    font-size: 2.66rem;
  }

  .desktop\:font-body-3xl {
    font-size: 3.19rem;
  }

  .desktop\:font-code-3xs {
    font-size: 0.77rem;
  }

  .desktop\:font-code-2xs {
    font-size: 0.83rem;
  }

  .desktop\:font-code-xs {
    font-size: 0.89rem;
  }

  .desktop\:font-code-sm {
    font-size: 0.95rem;
  }

  .desktop\:font-code-md {
    font-size: 1.01rem;
  }

  .desktop\:font-code-lg {
    font-size: 1.31rem;
  }

  .desktop\:font-code-xl {
    font-size: 1.91rem;
  }

  .desktop\:font-code-2xl {
    font-size: 2.38rem;
  }

  .desktop\:font-code-3xl {
    font-size: 2.86rem;
  }

  .desktop\:font-alt-3xs {
    font-size: 0.79rem;
  }

  .desktop\:font-alt-2xs {
    font-size: 0.85rem;
  }

  .desktop\:font-alt-xs {
    font-size: 0.91rem;
  }

  .desktop\:font-alt-sm {
    font-size: 0.98rem;
  }

  .desktop\:font-alt-md {
    font-size: 1.04rem;
  }

  .desktop\:font-alt-lg {
    font-size: 1.34rem;
  }

  .desktop\:font-alt-xl {
    font-size: 1.95rem;
  }

  .desktop\:font-alt-2xl {
    font-size: 2.44rem;
  }

  .desktop\:font-alt-3xl {
    font-size: 2.93rem;
  }

  .desktop\:font-ui-3xs {
    font-size: 0.87rem;
  }

  .desktop\:font-ui-2xs {
    font-size: 0.93rem;
  }

  .desktop\:font-ui-xs {
    font-size: 1rem;
  }

  .desktop\:font-ui-sm {
    font-size: 1.06rem;
  }

  .desktop\:font-ui-md {
    font-size: 1.13rem;
  }

  .desktop\:font-ui-lg {
    font-size: 1.46rem;
  }

  .desktop\:font-ui-xl {
    font-size: 2.13rem;
  }

  .desktop\:font-ui-2xl {
    font-size: 2.66rem;
  }

  .desktop\:font-ui-3xl {
    font-size: 3.19rem;
  }

  .desktop\:text-light {
    font-weight: 300;
  }

  .desktop\:text-normal {
    font-weight: 400;
  }

  .desktop\:text-bold {
    font-weight: 700;
  }

  .desktop\:flex-justify-center {
    justify-content: center;
  }

  .desktop\:flex-justify-start {
    justify-content: flex-start;
  }

  .desktop\:flex-justify-end {
    justify-content: flex-end;
  }

  .desktop\:flex-justify {
    justify-content: space-between;
  }

  .desktop\:line-height-sans-1 {
    line-height: 0.9;
  }

  .desktop\:line-height-sans-2 {
    line-height: 1.1;
  }

  .desktop\:line-height-sans-3 {
    line-height: 1.3;
  }

  .desktop\:line-height-sans-4 {
    line-height: 1.4;
  }

  .desktop\:line-height-sans-5 {
    line-height: 1.5;
  }

  .desktop\:line-height-sans-6 {
    line-height: 1.6;
  }

  .desktop\:line-height-serif-1 {
    line-height: 1;
  }

  .desktop\:line-height-serif-2 {
    line-height: 1.2;
  }

  .desktop\:line-height-serif-3 {
    line-height: 1.4;
  }

  .desktop\:line-height-serif-4 {
    line-height: 1.5;
  }

  .desktop\:line-height-serif-5 {
    line-height: 1.7;
  }

  .desktop\:line-height-serif-6 {
    line-height: 1.8;
  }

  .desktop\:line-height-mono-1 {
    line-height: 1;
  }

  .desktop\:line-height-mono-2 {
    line-height: 1.3;
  }

  .desktop\:line-height-mono-3 {
    line-height: 1.4;
  }

  .desktop\:line-height-mono-4 {
    line-height: 1.6;
  }

  .desktop\:line-height-mono-5 {
    line-height: 1.7;
  }

  .desktop\:line-height-mono-6 {
    line-height: 1.8;
  }

  .desktop\:line-height-heading-1 {
    line-height: 1;
  }

  .desktop\:line-height-heading-2 {
    line-height: 1.2;
  }

  .desktop\:line-height-heading-3 {
    line-height: 1.4;
  }

  .desktop\:line-height-heading-4 {
    line-height: 1.5;
  }

  .desktop\:line-height-heading-5 {
    line-height: 1.7;
  }

  .desktop\:line-height-heading-6 {
    line-height: 1.8;
  }

  .desktop\:line-height-ui-1 {
    line-height: 0.9;
  }

  .desktop\:line-height-ui-2 {
    line-height: 1.1;
  }

  .desktop\:line-height-ui-3 {
    line-height: 1.3;
  }

  .desktop\:line-height-ui-4 {
    line-height: 1.4;
  }

  .desktop\:line-height-ui-5 {
    line-height: 1.5;
  }

  .desktop\:line-height-ui-6 {
    line-height: 1.6;
  }

  .desktop\:line-height-body-1 {
    line-height: 0.9;
  }

  .desktop\:line-height-body-2 {
    line-height: 1.1;
  }

  .desktop\:line-height-body-3 {
    line-height: 1.3;
  }

  .desktop\:line-height-body-4 {
    line-height: 1.4;
  }

  .desktop\:line-height-body-5 {
    line-height: 1.5;
  }

  .desktop\:line-height-body-6 {
    line-height: 1.6;
  }

  .desktop\:line-height-code-1 {
    line-height: 1;
  }

  .desktop\:line-height-code-2 {
    line-height: 1.3;
  }

  .desktop\:line-height-code-3 {
    line-height: 1.4;
  }

  .desktop\:line-height-code-4 {
    line-height: 1.6;
  }

  .desktop\:line-height-code-5 {
    line-height: 1.7;
  }

  .desktop\:line-height-code-6 {
    line-height: 1.8;
  }

  .desktop\:line-height-alt-1 {
    line-height: 1;
  }

  .desktop\:line-height-alt-2 {
    line-height: 1.2;
  }

  .desktop\:line-height-alt-3 {
    line-height: 1.4;
  }

  .desktop\:line-height-alt-4 {
    line-height: 1.5;
  }

  .desktop\:line-height-alt-5 {
    line-height: 1.7;
  }

  .desktop\:line-height-alt-6 {
    line-height: 1.8;
  }

  .desktop\:margin-1px {
    margin: 1px;
  }

  .desktop\:margin-2px {
    margin: 2px;
  }

  .desktop\:margin-05 {
    margin: 0.25rem;
  }

  .desktop\:margin-1 {
    margin: 0.5rem;
  }

  .desktop\:margin-105 {
    margin: 0.75rem;
  }

  .desktop\:margin-2 {
    margin: 1rem;
  }

  .desktop\:margin-205 {
    margin: 1.25rem;
  }

  .desktop\:margin-3 {
    margin: 1.5rem;
  }

  .desktop\:margin-4 {
    margin: 2rem;
  }

  .desktop\:margin-5 {
    margin: 2.5rem;
  }

  .desktop\:margin-6 {
    margin: 3rem;
  }

  .desktop\:margin-7 {
    margin: 3.5rem;
  }

  .desktop\:margin-8 {
    margin: 4rem;
  }

  .desktop\:margin-9 {
    margin: 4.5rem;
  }

  .desktop\:margin-10 {
    margin: 5rem;
  }

  .desktop\:margin-15 {
    margin: 7.5rem;
  }

  .desktop\:margin-05em {
    margin: 0.5em;
  }

  .desktop\:margin-1em {
    margin: 1em;
  }

  .desktop\:margin-105em {
    margin: 1.5em;
  }

  .desktop\:margin-2em {
    margin: 2em;
  }

  .desktop\:margin-0 {
    margin: 0;
  }

  .desktop\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .desktop\:margin-top-1px {
    margin-top: 1px;
  }

  .desktop\:margin-bottom-1px {
    margin-bottom: 1px;
  }

  .desktop\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .desktop\:margin-top-2px {
    margin-top: 2px;
  }

  .desktop\:margin-bottom-2px {
    margin-bottom: 2px;
  }

  .desktop\:margin-y-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .desktop\:margin-top-05 {
    margin-top: 0.25rem;
  }

  .desktop\:margin-bottom-05 {
    margin-bottom: 0.25rem;
  }

  .desktop\:margin-y-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .desktop\:margin-top-1 {
    margin-top: 0.5rem;
  }

  .desktop\:margin-bottom-1 {
    margin-bottom: 0.5rem;
  }

  .desktop\:margin-y-105 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .desktop\:margin-top-105 {
    margin-top: 0.75rem;
  }

  .desktop\:margin-bottom-105 {
    margin-bottom: 0.75rem;
  }

  .desktop\:margin-y-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .desktop\:margin-top-2 {
    margin-top: 1rem;
  }

  .desktop\:margin-bottom-2 {
    margin-bottom: 1rem;
  }

  .desktop\:margin-y-205 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .desktop\:margin-top-205 {
    margin-top: 1.25rem;
  }

  .desktop\:margin-bottom-205 {
    margin-bottom: 1.25rem;
  }

  .desktop\:margin-y-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .desktop\:margin-top-3 {
    margin-top: 1.5rem;
  }

  .desktop\:margin-bottom-3 {
    margin-bottom: 1.5rem;
  }

  .desktop\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .desktop\:margin-top-neg-1px {
    margin-top: -1px;
  }

  .desktop\:margin-bottom-neg-1px {
    margin-bottom: -1px;
  }

  .desktop\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .desktop\:margin-top-neg-2px {
    margin-top: -2px;
  }

  .desktop\:margin-bottom-neg-2px {
    margin-bottom: -2px;
  }

  .desktop\:margin-y-neg-05 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .desktop\:margin-top-neg-05 {
    margin-top: -0.25rem;
  }

  .desktop\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem;
  }

  .desktop\:margin-y-neg-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .desktop\:margin-top-neg-1 {
    margin-top: -0.5rem;
  }

  .desktop\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem;
  }

  .desktop\:margin-y-neg-105 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .desktop\:margin-top-neg-105 {
    margin-top: -0.75rem;
  }

  .desktop\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem;
  }

  .desktop\:margin-y-neg-2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .desktop\:margin-top-neg-2 {
    margin-top: -1rem;
  }

  .desktop\:margin-bottom-neg-2 {
    margin-bottom: -1rem;
  }

  .desktop\:margin-y-neg-205 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .desktop\:margin-top-neg-205 {
    margin-top: -1.25rem;
  }

  .desktop\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem;
  }

  .desktop\:margin-y-neg-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .desktop\:margin-top-neg-3 {
    margin-top: -1.5rem;
  }

  .desktop\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem;
  }

  .desktop\:margin-y-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .desktop\:margin-top-4 {
    margin-top: 2rem;
  }

  .desktop\:margin-bottom-4 {
    margin-bottom: 2rem;
  }

  .desktop\:margin-y-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .desktop\:margin-top-5 {
    margin-top: 2.5rem;
  }

  .desktop\:margin-bottom-5 {
    margin-bottom: 2.5rem;
  }

  .desktop\:margin-y-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .desktop\:margin-top-6 {
    margin-top: 3rem;
  }

  .desktop\:margin-bottom-6 {
    margin-bottom: 3rem;
  }

  .desktop\:margin-y-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .desktop\:margin-top-7 {
    margin-top: 3.5rem;
  }

  .desktop\:margin-bottom-7 {
    margin-bottom: 3.5rem;
  }

  .desktop\:margin-y-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .desktop\:margin-top-8 {
    margin-top: 4rem;
  }

  .desktop\:margin-bottom-8 {
    margin-bottom: 4rem;
  }

  .desktop\:margin-y-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .desktop\:margin-top-9 {
    margin-top: 4.5rem;
  }

  .desktop\:margin-bottom-9 {
    margin-bottom: 4.5rem;
  }

  .desktop\:margin-y-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .desktop\:margin-top-10 {
    margin-top: 5rem;
  }

  .desktop\:margin-bottom-10 {
    margin-bottom: 5rem;
  }

  .desktop\:margin-y-15 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .desktop\:margin-top-15 {
    margin-top: 7.5rem;
  }

  .desktop\:margin-bottom-15 {
    margin-bottom: 7.5rem;
  }

  .desktop\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .desktop\:margin-top-05em {
    margin-top: 0.5em;
  }

  .desktop\:margin-bottom-05em {
    margin-bottom: 0.5em;
  }

  .desktop\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .desktop\:margin-top-1em {
    margin-top: 1em;
  }

  .desktop\:margin-bottom-1em {
    margin-bottom: 1em;
  }

  .desktop\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }

  .desktop\:margin-top-105em {
    margin-top: 1.5em;
  }

  .desktop\:margin-bottom-105em {
    margin-bottom: 1.5em;
  }

  .desktop\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .desktop\:margin-top-2em {
    margin-top: 2em;
  }

  .desktop\:margin-bottom-2em {
    margin-bottom: 2em;
  }

  .desktop\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .desktop\:margin-top-0 {
    margin-top: 0;
  }

  .desktop\:margin-bottom-0 {
    margin-bottom: 0;
  }

  .desktop\:margin-y-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .desktop\:margin-top-auto {
    margin-top: auto;
  }

  .desktop\:margin-bottom-auto {
    margin-bottom: auto;
  }

  .desktop\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .desktop\:margin-right-1px {
    margin-right: 1px;
  }

  .desktop\:margin-left-1px {
    margin-left: 1px;
  }

  .desktop\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px;
  }

  .desktop\:margin-right-2px {
    margin-right: 2px;
  }

  .desktop\:margin-left-2px {
    margin-left: 2px;
  }

  .desktop\:margin-x-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .desktop\:margin-right-05 {
    margin-right: 0.25rem;
  }

  .desktop\:margin-left-05 {
    margin-left: 0.25rem;
  }

  .desktop\:margin-x-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .desktop\:margin-right-1 {
    margin-right: 0.5rem;
  }

  .desktop\:margin-left-1 {
    margin-left: 0.5rem;
  }

  .desktop\:margin-x-105 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .desktop\:margin-right-105 {
    margin-right: 0.75rem;
  }

  .desktop\:margin-left-105 {
    margin-left: 0.75rem;
  }

  .desktop\:margin-x-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .desktop\:margin-right-2 {
    margin-right: 1rem;
  }

  .desktop\:margin-left-2 {
    margin-left: 1rem;
  }

  .desktop\:margin-x-205 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .desktop\:margin-right-205 {
    margin-right: 1.25rem;
  }

  .desktop\:margin-left-205 {
    margin-left: 1.25rem;
  }

  .desktop\:margin-x-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .desktop\:margin-right-3 {
    margin-right: 1.5rem;
  }

  .desktop\:margin-left-3 {
    margin-left: 1.5rem;
  }

  .desktop\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .desktop\:margin-right-neg-1px {
    margin-right: -1px;
  }

  .desktop\:margin-left-neg-1px {
    margin-left: -1px;
  }

  .desktop\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px;
  }

  .desktop\:margin-right-neg-2px {
    margin-right: -2px;
  }

  .desktop\:margin-left-neg-2px {
    margin-left: -2px;
  }

  .desktop\:margin-x-neg-05 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .desktop\:margin-right-neg-05 {
    margin-right: -0.25rem;
  }

  .desktop\:margin-left-neg-05 {
    margin-left: -0.25rem;
  }

  .desktop\:margin-x-neg-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .desktop\:margin-right-neg-1 {
    margin-right: -0.5rem;
  }

  .desktop\:margin-left-neg-1 {
    margin-left: -0.5rem;
  }

  .desktop\:margin-x-neg-105 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .desktop\:margin-right-neg-105 {
    margin-right: -0.75rem;
  }

  .desktop\:margin-left-neg-105 {
    margin-left: -0.75rem;
  }

  .desktop\:margin-x-neg-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .desktop\:margin-right-neg-2 {
    margin-right: -1rem;
  }

  .desktop\:margin-left-neg-2 {
    margin-left: -1rem;
  }

  .desktop\:margin-x-neg-205 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .desktop\:margin-right-neg-205 {
    margin-right: -1.25rem;
  }

  .desktop\:margin-left-neg-205 {
    margin-left: -1.25rem;
  }

  .desktop\:margin-x-neg-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .desktop\:margin-right-neg-3 {
    margin-right: -1.5rem;
  }

  .desktop\:margin-left-neg-3 {
    margin-left: -1.5rem;
  }

  .desktop\:margin-x-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .desktop\:margin-right-4 {
    margin-right: 2rem;
  }

  .desktop\:margin-left-4 {
    margin-left: 2rem;
  }

  .desktop\:margin-x-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .desktop\:margin-right-5 {
    margin-right: 2.5rem;
  }

  .desktop\:margin-left-5 {
    margin-left: 2.5rem;
  }

  .desktop\:margin-x-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .desktop\:margin-right-6 {
    margin-right: 3rem;
  }

  .desktop\:margin-left-6 {
    margin-left: 3rem;
  }

  .desktop\:margin-x-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .desktop\:margin-right-7 {
    margin-right: 3.5rem;
  }

  .desktop\:margin-left-7 {
    margin-left: 3.5rem;
  }

  .desktop\:margin-x-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .desktop\:margin-right-8 {
    margin-right: 4rem;
  }

  .desktop\:margin-left-8 {
    margin-left: 4rem;
  }

  .desktop\:margin-x-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .desktop\:margin-right-9 {
    margin-right: 4.5rem;
  }

  .desktop\:margin-left-9 {
    margin-left: 4.5rem;
  }

  .desktop\:margin-x-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .desktop\:margin-right-10 {
    margin-right: 5rem;
  }

  .desktop\:margin-left-10 {
    margin-left: 5rem;
  }

  .desktop\:margin-x-15 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .desktop\:margin-right-15 {
    margin-right: 7.5rem;
  }

  .desktop\:margin-left-15 {
    margin-left: 7.5rem;
  }

  .desktop\:margin-x-card {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .desktop\:margin-right-card {
    margin-right: 10rem;
  }

  .desktop\:margin-left-card {
    margin-left: 10rem;
  }

  .desktop\:margin-x-card-lg {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .desktop\:margin-right-card-lg {
    margin-right: 15rem;
  }

  .desktop\:margin-left-card-lg {
    margin-left: 15rem;
  }

  .desktop\:margin-x-mobile {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .desktop\:margin-right-mobile {
    margin-right: 20rem;
  }

  .desktop\:margin-left-mobile {
    margin-left: 20rem;
  }

  .desktop\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .desktop\:margin-right-05em {
    margin-right: 0.5em;
  }

  .desktop\:margin-left-05em {
    margin-left: 0.5em;
  }

  .desktop\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em;
  }

  .desktop\:margin-right-1em {
    margin-right: 1em;
  }

  .desktop\:margin-left-1em {
    margin-left: 1em;
  }

  .desktop\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .desktop\:margin-right-105em {
    margin-right: 1.5em;
  }

  .desktop\:margin-left-105em {
    margin-left: 1.5em;
  }

  .desktop\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em;
  }

  .desktop\:margin-right-2em {
    margin-right: 2em;
  }

  .desktop\:margin-left-2em {
    margin-left: 2em;
  }

  .desktop\:margin-x-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .desktop\:margin-right-0 {
    margin-right: 0;
  }

  .desktop\:margin-left-0 {
    margin-left: 0;
  }

  .desktop\:margin-x-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .desktop\:margin-right-auto {
    margin-right: auto;
  }

  .desktop\:margin-left-auto {
    margin-left: auto;
  }

  .desktop\:measure-1 {
    max-width: 44ex;
  }

  .desktop\:measure-2 {
    max-width: 60ex;
  }

  .desktop\:measure-3 {
    max-width: 64ex;
  }

  .desktop\:measure-4 {
    max-width: 68ex;
  }

  .desktop\:measure-5 {
    max-width: 72ex;
  }

  .desktop\:measure-6 {
    max-width: 88ex;
  }

  .desktop\:measure-none {
    max-width: none;
  }

  .desktop\:order-first {
    order: -1;
  }

  .desktop\:order-last {
    order: 999;
  }

  .desktop\:order-0,
  .desktop\:order-initial {
    order: 0;
  }

  .desktop\:order-1 {
    order: 1;
  }

  .desktop\:order-2 {
    order: 2;
  }

  .desktop\:order-3 {
    order: 3;
  }

  .desktop\:order-4 {
    order: 4;
  }

  .desktop\:order-5 {
    order: 5;
  }

  .desktop\:order-6 {
    order: 6;
  }

  .desktop\:order-7 {
    order: 7;
  }

  .desktop\:order-8 {
    order: 8;
  }

  .desktop\:order-9 {
    order: 9;
  }

  .desktop\:order-10 {
    order: 10;
  }

  .desktop\:order-11 {
    order: 11;
  }

  .desktop\:padding-1px {
    padding: 1px;
  }

  .desktop\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .desktop\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .desktop\:padding-top-1px {
    padding-top: 1px;
  }

  .desktop\:padding-right-1px {
    padding-right: 1px;
  }

  .desktop\:padding-bottom-1px {
    padding-bottom: 1px;
  }

  .desktop\:padding-left-1px {
    padding-left: 1px;
  }

  .desktop\:padding-2px {
    padding: 2px;
  }

  .desktop\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .desktop\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px;
  }

  .desktop\:padding-top-2px {
    padding-top: 2px;
  }

  .desktop\:padding-right-2px {
    padding-right: 2px;
  }

  .desktop\:padding-bottom-2px {
    padding-bottom: 2px;
  }

  .desktop\:padding-left-2px {
    padding-left: 2px;
  }

  .desktop\:padding-05 {
    padding: 0.25rem;
  }

  .desktop\:padding-y-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .desktop\:padding-x-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .desktop\:padding-top-05 {
    padding-top: 0.25rem;
  }

  .desktop\:padding-right-05 {
    padding-right: 0.25rem;
  }

  .desktop\:padding-bottom-05 {
    padding-bottom: 0.25rem;
  }

  .desktop\:padding-left-05 {
    padding-left: 0.25rem;
  }

  .desktop\:padding-1 {
    padding: 0.5rem;
  }

  .desktop\:padding-y-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .desktop\:padding-x-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .desktop\:padding-top-1 {
    padding-top: 0.5rem;
  }

  .desktop\:padding-right-1 {
    padding-right: 0.5rem;
  }

  .desktop\:padding-bottom-1 {
    padding-bottom: 0.5rem;
  }

  .desktop\:padding-left-1 {
    padding-left: 0.5rem;
  }

  .desktop\:padding-105 {
    padding: 0.75rem;
  }

  .desktop\:padding-y-105 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .desktop\:padding-x-105 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .desktop\:padding-top-105 {
    padding-top: 0.75rem;
  }

  .desktop\:padding-right-105 {
    padding-right: 0.75rem;
  }

  .desktop\:padding-bottom-105 {
    padding-bottom: 0.75rem;
  }

  .desktop\:padding-left-105 {
    padding-left: 0.75rem;
  }

  .desktop\:padding-2 {
    padding: 1rem;
  }

  .desktop\:padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .desktop\:padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .desktop\:padding-top-2 {
    padding-top: 1rem;
  }

  .desktop\:padding-right-2 {
    padding-right: 1rem;
  }

  .desktop\:padding-bottom-2 {
    padding-bottom: 1rem;
  }

  .desktop\:padding-left-2 {
    padding-left: 1rem;
  }

  .desktop\:padding-205 {
    padding: 1.25rem;
  }

  .desktop\:padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .desktop\:padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .desktop\:padding-top-205 {
    padding-top: 1.25rem;
  }

  .desktop\:padding-right-205 {
    padding-right: 1.25rem;
  }

  .desktop\:padding-bottom-205 {
    padding-bottom: 1.25rem;
  }

  .desktop\:padding-left-205 {
    padding-left: 1.25rem;
  }

  .desktop\:padding-3 {
    padding: 1.5rem;
  }

  .desktop\:padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .desktop\:padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .desktop\:padding-top-3 {
    padding-top: 1.5rem;
  }

  .desktop\:padding-right-3 {
    padding-right: 1.5rem;
  }

  .desktop\:padding-bottom-3 {
    padding-bottom: 1.5rem;
  }

  .desktop\:padding-left-3 {
    padding-left: 1.5rem;
  }

  .desktop\:padding-4 {
    padding: 2rem;
  }

  .desktop\:padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .desktop\:padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .desktop\:padding-top-4 {
    padding-top: 2rem;
  }

  .desktop\:padding-right-4 {
    padding-right: 2rem;
  }

  .desktop\:padding-bottom-4 {
    padding-bottom: 2rem;
  }

  .desktop\:padding-left-4 {
    padding-left: 2rem;
  }

  .desktop\:padding-5 {
    padding: 2.5rem;
  }

  .desktop\:padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .desktop\:padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .desktop\:padding-top-5 {
    padding-top: 2.5rem;
  }

  .desktop\:padding-right-5 {
    padding-right: 2.5rem;
  }

  .desktop\:padding-bottom-5 {
    padding-bottom: 2.5rem;
  }

  .desktop\:padding-left-5 {
    padding-left: 2.5rem;
  }

  .desktop\:padding-6 {
    padding: 3rem;
  }

  .desktop\:padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .desktop\:padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .desktop\:padding-top-6 {
    padding-top: 3rem;
  }

  .desktop\:padding-right-6 {
    padding-right: 3rem;
  }

  .desktop\:padding-bottom-6 {
    padding-bottom: 3rem;
  }

  .desktop\:padding-left-6 {
    padding-left: 3rem;
  }

  .desktop\:padding-7 {
    padding: 3.5rem;
  }

  .desktop\:padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .desktop\:padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .desktop\:padding-top-7 {
    padding-top: 3.5rem;
  }

  .desktop\:padding-right-7 {
    padding-right: 3.5rem;
  }

  .desktop\:padding-bottom-7 {
    padding-bottom: 3.5rem;
  }

  .desktop\:padding-left-7 {
    padding-left: 3.5rem;
  }

  .desktop\:padding-8 {
    padding: 4rem;
  }

  .desktop\:padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .desktop\:padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .desktop\:padding-top-8 {
    padding-top: 4rem;
  }

  .desktop\:padding-right-8 {
    padding-right: 4rem;
  }

  .desktop\:padding-bottom-8 {
    padding-bottom: 4rem;
  }

  .desktop\:padding-left-8 {
    padding-left: 4rem;
  }

  .desktop\:padding-9 {
    padding: 4.5rem;
  }

  .desktop\:padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .desktop\:padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .desktop\:padding-top-9 {
    padding-top: 4.5rem;
  }

  .desktop\:padding-right-9 {
    padding-right: 4.5rem;
  }

  .desktop\:padding-bottom-9 {
    padding-bottom: 4.5rem;
  }

  .desktop\:padding-left-9 {
    padding-left: 4.5rem;
  }

  .desktop\:padding-10 {
    padding: 5rem;
  }

  .desktop\:padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .desktop\:padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .desktop\:padding-top-10 {
    padding-top: 5rem;
  }

  .desktop\:padding-right-10 {
    padding-right: 5rem;
  }

  .desktop\:padding-bottom-10 {
    padding-bottom: 5rem;
  }

  .desktop\:padding-left-10 {
    padding-left: 5rem;
  }

  .desktop\:padding-15 {
    padding: 7.5rem;
  }

  .desktop\:padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .desktop\:padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .desktop\:padding-top-15 {
    padding-top: 7.5rem;
  }

  .desktop\:padding-right-15 {
    padding-right: 7.5rem;
  }

  .desktop\:padding-bottom-15 {
    padding-bottom: 7.5rem;
  }

  .desktop\:padding-left-15 {
    padding-left: 7.5rem;
  }

  .desktop\:padding-0 {
    padding: 0;
  }

  .desktop\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .desktop\:padding-x-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .desktop\:padding-top-0 {
    padding-top: 0;
  }

  .desktop\:padding-right-0 {
    padding-right: 0;
  }

  .desktop\:padding-bottom-0 {
    padding-bottom: 0;
  }

  .desktop\:padding-left-0 {
    padding-left: 0;
  }
}

.margin-t-0 {
  margin-top: 0;
}

.margin-t-5 {
  margin-top: 5px;
}

.margin-t-10 {
  margin-top: 10px;
}

.margin-t-15 {
  margin-top: 15px;
}

.margin-t-20 {
  margin-top: 20px;
}

.margin-t-25 {
  margin-top: 25px;
}

.margin-t-30 {
  margin-top: 30px;
}

.margin-t-35 {
  margin-top: 35px;
}

.margin-t-40 {
  margin-top: 40px;
}

.margin-t-45 {
  margin-top: 45px;
}

.margin-t-50 {
  margin-top: 50px;
}

.margin-r-0 {
  margin-right: 0;
}

.margin-r-5 {
  margin-right: 5px;
}

.margin-r-10 {
  margin-right: 10px;
}

.margin-r-15 {
  margin-right: 15px;
}

.margin-r-20 {
  margin-right: 20px;
}

.margin-r-25 {
  margin-right: 25px;
}

.margin-r-30 {
  margin-right: 30px;
}

.margin-r-35 {
  margin-right: 35px;
}

.margin-r-40 {
  margin-right: 40px;
}

.margin-r-45 {
  margin-right: 45px;
}

.margin-r-50 {
  margin-right: 50px;
}

.margin-b-0 {
  margin-bottom: 0;
}

.margin-b-5 {
  margin-bottom: 5px;
}

.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-15 {
  margin-bottom: 15px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-25 {
  margin-bottom: 25px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-35 {
  margin-bottom: 35px;
}

.margin-b-40 {
  margin-bottom: 40px;
}

.margin-b-45 {
  margin-bottom: 45px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.margin-l-0 {
  margin-left: 0;
}

.margin-l-5 {
  margin-left: 5px;
}

.margin-l-10 {
  margin-left: 10px;
}

.margin-l-15 {
  margin-left: 15px;
}

.margin-l-20 {
  margin-left: 20px;
}

.margin-l-25 {
  margin-left: 25px;
}

.margin-l-30 {
  margin-left: 30px;
}

.margin-l-35 {
  margin-left: 35px;
}

.margin-l-40 {
  margin-left: 40px;
}

.margin-l-45 {
  margin-left: 45px;
}

.margin-l-50 {
  margin-left: 50px;
}

.margin-x-0 {
  margin: 0;
}

.margin-x-5 {
  margin: 5px;
}

.margin-x-10 {
  margin: 10px;
}

.margin-x-15 {
  margin: 15px;
}

.margin-x-20 {
  margin: 20px;
}

.margin-x-25 {
  margin: 25px;
}

.margin-x-30 {
  margin: 30px;
}

.margin-x-35 {
  margin: 35px;
}

.margin-x-40 {
  margin: 40px;
}

.margin-x-45 {
  margin: 45px;
}

.margin-x-50 {
  margin: 50px;
}

.padding-t-0 {
  padding-top: 0;
}

.padding-t-5 {
  padding-top: 5px;
}

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

.padding-t-15 {
  padding-top: 15px;
}

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

.padding-t-25 {
  padding-top: 25px;
}

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

.padding-t-35 {
  padding-top: 35px;
}

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

.padding-t-45 {
  padding-top: 45px;
}

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

.padding-r-0 {
  padding-right: 0;
}

.padding-r-5 {
  padding-right: 5px;
}

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

.padding-r-15 {
  padding-right: 15px;
}

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

.padding-r-25 {
  padding-right: 25px;
}

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

.padding-r-35 {
  padding-right: 35px;
}

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

.padding-r-45 {
  padding-right: 45px;
}

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

.padding-b-0 {
  padding-bottom: 0;
}

.padding-b-5 {
  padding-bottom: 5px;
}

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

.padding-b-15 {
  padding-bottom: 15px;
}

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

.padding-b-25 {
  padding-bottom: 25px;
}

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

.padding-b-35 {
  padding-bottom: 35px;
}

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

.padding-b-45 {
  padding-bottom: 45px;
}

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

.padding-l-0 {
  padding-left: 0;
}

.padding-l-5 {
  padding-left: 5px;
}

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

.padding-l-15 {
  padding-left: 15px;
}

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

.padding-l-25 {
  padding-left: 25px;
}

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

.padding-l-35 {
  padding-left: 35px;
}

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

.padding-l-45 {
  padding-left: 45px;
}

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

.padding-x-0 {
  padding: 0;
}

.padding-x-5 {
  padding: 5px;
}

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

.padding-x-15 {
  padding: 15px;
}

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

.padding-x-25 {
  padding: 25px;
}

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

.padding-x-35 {
  padding: 35px;
}

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

.padding-x-45 {
  padding: 45px;
}

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

.block-extra-field-blocknodepagecontent-moderation-control {
  padding: 0;
  margin: 0;
}

.mt-32 {
  margin-top: 32px;
}

.elementor-widget-wrap {
  text-align: center !important;
}