:root {
  --color-primary: #5C306A;
  --color-secondary: #CCCCFF;
  --color-tertiary: #A78ECB;
}

body {
  background-color: #f8fafc;
}

.main {
  font-family: "Archivo", Arial, sans-serif !important;
  font-size: 18px;
  color: #505d6e;
}

.main h1, .main h2, .main h3, .main h4 {
  font-family: "Zilla Slab", Times New Roman, serif;
}

.main h1, .main h2, .main h3 {
  font-weight: 600;
}

.main h4 {
  font-weight: 400;
}

.main h1.or-page-title {
  font-size: 38px;
  border-bottom: none;
}

.main h2 {
  font-size: 30px;
}

.main h3 {
  font-size: 26px;
}

.main h4 {
  font-size: 22px;
}

.main p, main li {
  line-height: 1.8;
}

.main h1 {
  color: #5c306a;
}

.main h2, .main h3, .main h4 {
  color: #845EB5;
}

.main a {
  color: #5c306a;
  text-decoration: underline;
  text-decoration-color: #a78ecb;
  text-decoration-style: dotted;
  text-underline-offset: 0.2em;
  transition: all 0.4s ease-out;
  text-decoration-thickness: 0.1em;
  font-weight: bold;
}

.main a:active, .main a:hover {
  color: #c64c00;
  text-decoration: underline;
  text-decoration-color: #e48000;
  text-decoration-style: dotted;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  font-weight: bold;
}

.main a:visited {
  color: #5c306a;
  text-decoration: underline;
  text-decoration-color: #5c306a;
  text-decoration-style: dotted;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.1em;
  font-weight: bold;
}

section.callout {
  background-color: #5c306a;
  padding: 15px 30px 40px;
  border-radius: 10px;
  color: #fff;
  background-image: url("/SiteCollectionImages/sos-tree-lgrey.png");
  background-repeat: no-repeat;
  background-position: 94% 95%;
}

section.stripe {
  background-color: #5c306a;
  color: #fff;
}

section.callout2, section.stripe2 {
  background-color: #e7e7f8;
}

section.callout2 h2, section.stripe2 h2 {
  color: #5c306a;
}

section.callout h2, section.callout h3, section.stripe h2, section.stripe h3 {
  color: #f8fafc;
}

section.callout a, section.stripe a {
  color: #ccccff;
  text-decoration-color: #ccccff;
}

section.callout a:active, section.callout a:hover, section.stripe a:active, section.stripe a:hover {
  color: #ecaf66;
  text-decoration-color: #ecaf66;
}

section.callout a:visited {
  color: #dbdbff;
  text-decoration-color: #dbdbff;
}

section.callout2 a {
  color: #5c306a;
  text-decoration-color: #a78ecb;
}

nav-heading-grid-webpart .gov-priority .gov-priority-content > * {
  color: #5c306a;
}

nav-heading-grid-webpart .gov-priority > span {
  color: #5c306a;
}

nav-heading-grid-webpart .gov-priority:hover {
  background: #fcf2e6;
}

.flipcard-front-heading h2, .flipcard-front-heading h3 {
  color: #5c306a;
}

.flipcard-back-heading h2, .flipcard-back-heading h3 {
  color: #e7e7f8;
}

button.flipcard-button-link {
  color: #e7e7f8;
  text-decoration: underline;
  text-decoration-color: #e7e7f8;
  text-decoration-style: dotted;
  text-underline-offset: 0.2em;
  transition: all 0.4s ease-out;
  text-decoration-thickness: 0.1em;
  font-weight: bold;
}

button.flipcard-button-link:hover {
  color: #ecaf66;
  text-decoration: underline;
  text-decoration-color: #ecaf66;
  text-decoration-style: dotted;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  font-weight: bold;
}

main .btn-default, main .btn-default:hover, main .btn-default:visited {
  background-size: 220%;
  color: #f8fafc !important;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  cursor: pointer;
  text-decoration: none;
}
main .btn-default > i {
  transition: transform 0.4s;
}
main .btn-default:hover > i {
  transform: translate(4px, 0);
}
main .btn-primary, main .btn-primary:hover, main .btn-primary:visited {
  background-size: 220%;
  color: var(--color-primary);
  background-color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
  cursor: pointer;
  text-decoration: none;
}
main .btn-primary > i {
  transition: transform 0.4s;
}
main .btn-primary:hover > i {
  transform: translate(4px, 0);
}
main .btn-info, main .btn-info:hover, main .btn-info:visited {
  background-size: 220%;
  color: #f8fafc;
  background-color: #c64c00;
  border: 2px solid #c64c00;
  cursor: pointer;
  text-decoration: none;
}
main .btn-info > i {
  transition: transform 0.4s;
}
main .btn-info:hover > i {
  transform: translate(4px, 0);
}

.upper-nav-link.active.archivesNav {
  font-weight: bold;
  color: var(--color-primary);
}

.or-navbar {
  background: var(--color-primary);
}

.or-header {
  background-position-y: 25% !important;
}

.or-navbar-search-wrapper {
  background-color: var(--color-primary);
}

.or-header {
  background-image: url("/archives/SiteCollectionImages/Sunset.jpg");
}

@media screen and (max-width: 767px) {
  .navbar-offcanvas {
    background-color: var(--color-primary) !important;
  }
}
.or-navbar-search-submit-button {
  background: var(--color-primary) !important;
}

.or-navbar-search-input-wrapper.or-navbar-search-open .or-navbar-search-close-button:hover {
  background-color: rgba(92, 48, 106, 0.5) !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #CCCCFF;
}

.or-navbar-search-wrapper, .or-navbar-toggle-button {
  height: calc(100% - 43px);
  bottom: 0;
  top: unset;
}

footer .col-sm-3:first-child .top-image {
  background-image: url("/archives/SiteCollectionImages/Archives%20Bottom%20Image.png") !important;
}