/*updated 5/9/2025*/

:root {
  /*Walden brand colors*/
  --dark-slate: #00334c;
  --slate: #003b4c;
  --bright-slate: #00405a;
  --cyan: #00687f;
  --teal: #008ea9;
  --gold: #fdb71a;
  --green: #00a887;
  --beige: #faf8f6;
  --dark-gray: #212429;
  --medium-gray: #495057;
  --gray: #acb5bd;
  --light-gray: #dbdee0;
  --super-light-gray: #f8f9fa;
   --hover-bg: #B2D1D7;

  /*fonts and headings*/
  --headers: noto-serif, serif;
  --default: Roboto, Arial, sans-serif;
  --font: #252525;
  --font-gray: #b5b5b5;
}
p.developer-notes {
  display: none;
}
/*Backend*/
/*Admin Page Breadcrumb*/
#s-lib-admin-bc .breadcrumb,
#s-lib-bc .breadcrumb {
  float: left !important;
}
/*LibGuides Layout Elements*/
/*must include LG custom body class*/
body,
.s-lg-guide-body {
  font-family: var(--default);
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 150%;
  color: var(--font);
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden !important;
}
.container {
  width: 100% !important;
}
/*Page Layout*/
#s-lg-guide-main {
  padding-top: 0px !important;
  padding-bottom: 100px !important;
  background-color: #fff;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 1600px) {
  #s-lg-guide-main {
    max-width: 1600px !important;
    background-color: #fff;
    padding-left: 75px;
    padding-right: 75px;
    overflow-x: hidden;
  }
  body.s-lg-guide-body {
    background-color: #dee2e6;
  }
}
@media (max-width: 991px) {
  ul.list-group.s-lg-boxnav {
    display: none;
  }
}
div.active:focus {
  outline: none;
}
/*search button hover/focus*/
button.s-lg-btn-api-drop:hover,
button.s-lg-btn-api-drop:focus {
  background-color: var(--cyan) !important;
}
/*Boxes*/
/*box titles are h2 headings, box title supersedes h2*/
.s-lib-box {
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 10px !important;
  padding-top: 0px !important;
  background-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  border-radius: 0px;
  padding: 25px;
  box-shadow: none;
}
.s-lib-box .s-lib-box-title {
  font-family: var(--default);
  font-size: 2.8rem;
  color: var(--font) !important;
  line-height: 150%;
  border: none;
  padding-left: 0px !important;
  background-color: transparent; 
}
div.s-lib-box.s-lib-box-std.s-lib-floating-box {
  background-color: #fff;
  padding: 4px 20px 4px 19px;
  box-shadow: none !important;
  /*needs important tag*/
}
.s-lib-box-content li {
  margin-top: 1rem;
}
/*Headings and Font Styles*/
h1 {
  font-family: Prompt;
  font-size: 4rem;
  color: var(--font) !important;
  font-weight: bold;
  line-height: 150%;
}
/*for use on manually created guide heros*/
/*used only on OASIS homepage*/
h1.h1-page-title-large-center {
  font-size: 96px;
  font-family: var(--headers);
  font-weight: 600;
  text-align: center;
  margin-top: 0px;
  padding-top: 16px;
}
h1.h1-page-title-center {
  font-size: 40px;
  font-family: Prompt;
  line-height: 76.2px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
  margin-top: 0px !important;
  padding-top: 16px;
}
h1.h1-page-title-center:after {
  display: none;
}
p.page-description-center {
  font-size: 18px;
  font-weight: 500;
  line-height: 30.12px;
  font-family: var(--default);
  text-align: center;
}
/*manually created internal heros*/
p.site-title {
  font-size: 18px;
  font-family: Prompt;
  padding-top: 72px;
}
h1.h1-page-title-left {
  font-size: 40px !important;
  font-family: Prompt;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 0px !important;
  padding-top: 8px;
}
h1.h1-page-title-left:after {
  content: "";
  display: block;
  width: 107px;
  height: 7px;
  background-color: var(--gold);
}
p.page-description-left {
  font-size: 18px;
  line-height: 150%;
  font-family: var(--default);
  width: 55%;
  padding-top: 16px;
}
@media screen and (max-width: 480px) {
  p.site-title {
    padding-top: 16px;
  }
  h1.h1-page-title-left {
    width: 95%;
  }
  p.page-description-left {
	font-size: 18px;
	width: 90%;
  }
}
@media screen and (min-width: 481px) and (max-width: 599px)  {
  h1.h1-page-title-left {
    width: 15ch;
  }
    p.page-description-left {
	font-size: 18px;
	width: 90%;
}
}
@media screen and (min-width: 600px) and (max-width: 900px) {
  h1.h1-page-title-large-center {
    font-size: 48px;
  }
  h1.h1-page-title-left,
  h1.h1-page-title-center {
    font-size: 44px !important;
	width: 15ch;
  }
   p.site-title {
    padding-top: 40px;
  }
    p.page-description-left {
    width: 55%;
	font-size: 18px;
	}
}
@media screen and (min-width: 900px) {
  h1.h1-page-title-left {
    width: 20ch;
  }
}
@media screen and (max-width: 1200px) {
  h1.h1-page-title-left {
    font-size: 48px;
  }
}
h1.white {
  color: #fff !important;
}
h1.center {
  text-align: center;
}
/*Level 2 Headins*/
h2 {
  font-family: var(--default);
  font-size: 2.8rem;
  color: var(--font) !important;
  font-weight: bolder;
  line-height: 150%;
  letter-spacing: .05ch; 
}
h2:after {
  content: "";
  display: block;
  width: 6.625rem;
  height: 0.625rem;
  margin-left: -0.1rem;
  margin-top: 1rem;
  background-color: var(--gold);
}
h2.header-white-after {
  font-size: 2.8rem;
  font-family: var(--default);
  font-weight: 800;
  line-height: 47.69px;
  color: var(--bright-slate) !important;
  margin-top: 0px;
}
h2.header-white-after:after {
  content: "";
  display: block;
  width: 106px;
  height: 4px;
  background-color: #fff;
}

h2.white:after {
  content: "";
  display: block;
  width: 6.625rem;
  height: 0.625rem;
  margin-top: 1rem;
  background-color: var(--gold);
}

h2.center {
  text-align: center;
}
h2.center:after {
  content: "";
  display: block;
  width: 6.625rem;
  height: 0.625rem;
  margin: auto;
  margin-top: 1rem;
  background-color: var(--gold);
}
h2.no-after:after {
  display: none !important;
}
h2.header-overlap {
  margin-bottom: -6px;
  position: relative;
}
h2.header-icon-grid {
display: grid;
grid-template-columns: 50px 1fr; 
align-items: center; 
} 
h2.small-caps {
  font-variant: small-caps;
}

/*Level 3 Headings*/
h3 {
  font-family: var(--default);
  font-size: 2rem;
  font-weight: bold;
  color: var(--font);
  line-height: 150%;
}

h3.white:after {
  content: "";
  display: block;
  width: 6.625rem;
  height: 0.625rem;
  margin-top: 1rem;
  background-color: var(--gold);
}
h3.center {
  text-align: center;
}
h3.center:after {
  content: "";
  display: block;
  width: 6.625rem;
  height: 0.625rem;
  margin: 1rem auto;
  background-color: var(--gold);
}
h3.no-after:after {
  display: none !important;
}
h3.header-icon-grid {
display: grid;
grid-template-columns: 50px 1fr; 
align-items: center; 
} 
h3.small-caps {
  font-variant: small-caps;
}
h3.reduced-margin, h2.reduced-margin  {
	margin-top:4px;
	margin-bottom:10px;
}
/*Other Headings*/
h4 {
  font-family: var(--default);
  font-size: 1.8rem;
  font-weight: normal;
  color: var(--font);
  line-height: 150%;
}
h4.small-caps {
  font-variant: small-caps;
}
h4.center {
  text-align: center;
}
/*check with Lisa, do we need to retain?*/
h5 {
  font-family: var(--default);
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--font);
  line-height: 150%;
}
h5.small-caps {
  font-variant: small-caps;
}
h6 {
  font-family: var(--default);
  font-size: 1.8rem;
  font-weight: normal;
  color: var(--font);
  line-height: 150%;
}
h6.small-caps {
  font-variant: small-caps;
}
@media (max-width: 424px) {
  h1 {
    font-size: 3.25rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
}
/*paragraph styles*/
p {
  font-family: var(--default);
  font-size: 1.8rem;
  font-weight: normal;
  color: var(--font);
  line-height: 150%;
}
p.serif {
	font-family: var(--headers);
}
p.center {
  text-align: center;
}
p.small {
  font-family: var(--default);
  font-size: 0.75rem;
  color: var(--font-gray);
}

p.small-caps {
  font-variant: small-caps;
}
p.paragraph-uppercase-kerning {
	letter-spacing: 1.25px;
	text-transform: uppercase;
}
p.paragraph-icon-grid { 
display: grid;
grid-template-columns: 50px 1fr; 
align-items: center; 
} 
p.font-size-20, span.font-size-20,
h3.font-size-20 {
  font-size: 20px;
}
p.font-size-24, span.font-size-24,
h3.font-size-24 {
  font-size: 24px;
}
p.font-size-28, span.font-size-28,
h3.font-size-28 {
  font-size: 28px;
}
p.font-size-36, span.font-size-36,
h3.font-size-36 {
  font-size: 36px;
}
p.font-size-40, span.font-size-40,
h3.font-size-40 {
  font-size: 40px;
}
h2.font-size-48 {
	font-size: 48px; 
} 
p.aligned-right, h2.aligned-right, h3.aligned-right {
  text-align: right;
}
p.subtitle-caps {
  font-family: var(--default);
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: var(--cyan);
}

span.font-weight-normal {
font-weight: normal;
}
 caption {
     font-size: 1.8rem;
     font-weight: bold;
     color: #333 !important;
     line-height: 150%;
}
 p.citation {
     text-indent: -50px;
     padding-left: 50px;
     line-height: 150%;
	 word-break: break-word;
}
 cite {
     padding-left: 50px;
     text-indent: -50px;
     font-style: normal;
     display: block;
     line-height: 3em !important;
     line-height: 150%;
}
 blockquote {
     font-size: 1.8rem;
     margin-left: 25px !important;
     line-height: 150%;
}
/*plain text links*/
a:link,
a:visited,
a:active,
.s-la-widget a:link,
.s-la-widget a:visited,
.s-la-widget a:active {
  text-decoration: underline;
  color: var(--cyan);
  padding-top: 4px; 
}
a:hover,
a:focus,
.s-la-widget a:focus,
.s-la-widget a:hover {
  background-color: var(--hover-bg);
  color: #333333;
  outline: none;
  text-decoration: none;
}
a.white:link,
a.white:visited,
a.white:active,
.s-la-widget a.white:link,
.s-la-widget a.white:visited,
.s-la-widget a.white:active {
  text-decoration: underline;
  color: #fff;
}
a.gold-text:link,
a.gold-text:visited,
a.gold-text:active,
.s-la-widget a.gold-text:link,
.s-la-widget a.gold-text:visited,
.s-la-widget a.gold-text:active {
  text-decoration: underline;
  color: var(--gold);
}
a.white:hover,
a.white:focus,
.s-la-widget a.white:focus,
.s-la-widget a.white:hover, 
a.gold-text:hover,
a.gold-text:focus,
.s-la-widget a.gold-text:focus,
.s-la-widget a.gold-text:hover {
  background-color: var(--hover-bg);
  color: var(--slate) !important;
  outline: none;
  text-decoration: none;
}

td p {
  line-height: 150%;
}
hr {
  background: var(--gold);
  height: 2px;
  border-top: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
hr.hr-thin-gold {
  background: var(--gold);
  height: 1px;
  border-top: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
hr.hr-thin-gray {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  height: 1px;
  background: #dedede;
  border-top: none;
}
hr.hr-green {
  background: var(--green);
  height: 2px;
  border-top: none;
}
hr.hr-center {
  margin: 10px auto;
  border-top: none;
}
hr.hr-left {
  margin-left: 0px;
}
hr.hr-set-106px {
	width: 106px; 
}
hr.hr-extended-margin {
	margin-top: 20px; 
	margin-bottom: 20px; 
}
/*only use on pages that are full width, not side-nav*/
.full-width-hr {
  width: calc(100% + 208px);
  margin-left: -104px;
}
@media screen and (min-width: 1600px) {
  .full-width-hr {
    width: calc(110% + 190px);
    margin-left: calc(-5% + -95px);
  }
}
@media screen and (min-width: 2240px) {
  .full-width-hr {
    width: calc(110% + 200px);
    margin-left: calc(-5% + -100px);
  }
}
@media screen and (max-width: 991px) {
  .full-width-hr {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}

/*STACKABLE DIVS*/
/*Used to create color backgrounds, adjustable cards, etc.*/
/*Stackable classes to create color block backgrounds*/
/*COLOR CHOICES*/
.background-dark-blue {
  background-color: var(--dark-blue);
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.background-slate {
  background-color: var(--slate);
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* Background Slate Opacity */
.background-slate-opacity-80 {
  background-color: rgba(0, 59, 76, 0.75);
}

.background-bright-slate {
  background-color: var(--bright-slate);
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.background-teal {
  background-color: var(--teal);
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.background-cyan {
  background-color: var(--cyan);
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.background-beige {
  background-color: var(--beige);
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.background-dark-gray {
  background-color: var(--dark-gray);
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.background-gray {
  background-color: var(--gray);
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.background-medium-gray {
  background-color: var(--medium-gray);
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.background-light-gray {
  background-color: var(--light-gray);
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.background-super-light-gray {
  background-color: var(--super-light-gray);
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.background-white {
  background-color: #fff;
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.background-gold {
  background-color: var(--gold);
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.background-green {
  background-color: var(--green);
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.light-gray-bg {
  background-color: #dedede;
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
/*adjusts paragraph and heading levels to be white on dark backgrounds*/
.background-dark-blue h2,
.background-dark-blue h3,
.background-dark-blue p,
.background-dark-blue ul li,
.background-dark-blue ol li,
.background-slate h2,
.background-slate h3,
.background-slate p,
.background-slate ul li,
.background-slate ol li,
.background-bright-slate h2,
.background-bright-slate h3,
.background-bright-slate p,
.background-bright-slate ul li,
.background-bright-slate ol li,
.background-teal h2,
.background-teal h3,
.background-teal p,
.background-teal ul li,
.background-teal ol li,
.background-cyan h2,
.background-cyan h3,
.background-cyan p,
.background-cyan ul li,
.background-cyan ol li,
.background-dark-gray h2,
.background-dark-gray h3,
.background-dark-gray p,
.background-dark-gray ul li,
.background-dark-gray ol li
/*
.background-beige .background-slate p, 
.background-beige .background-slate ul li, 
.background-beige .background-slate ol li , 
.background-beige .background-slate h2, 
.background-beige .background-slate h3,
.background-white .background-slate p, 
.background-white .background-slate ul li, 
.background-white .background-slate ol li , 
.background-white .background-slate h2, 
.background-white .background-slate h3 */ {
  color: #fff !important;
}

.background-white p, 
.background-white ul li, 
.background-white ol li , 
.background-white h3,
.background-white h2,
.background-light-gray p, 
.background-light-gray ul li, 
.background-light-gray ol li , 
.background-light-gray h2,
.background-light-gray h2 ,
.background-beige p, 
.background-beige ul li, 
.background-beige ol li , 
.background-beige h3,
.background-beige h2,
.card-white-background-left-slate-border p, 
.card-white-background-left-slate-border ul li, 
.card-white-background-left-slate-border ol li 
/*
.background-slate .background-white p,
.background-slate .background-white ul li,
.background-slate .background-white ol li,
.background-slate .background-white h2,
.background-slate .background-white h3,
.background-slate .background-beige p,
.background-slate .background-beige ul li,
.background-slate .background-beige ol li,
.background-slate .background-beige h2,
.background-slate .background-beige h3 */ {
color: var(--font) !important; 
} 

.card-gold-align-top  p, 
.card-gold-align-top ul li, 
.card-gold-align-top  ol li , 
.card-gold-align-top  h2, 
.card-gold-align-top  h3 {
	color: var(--slate) !important;
} 
p.cyan-petite-caps {
    font-size: 18px !important;
    color: var(--cyan) !important;
    font-weight: bold;
    letter-spacing: .15ch;
font-variant: all-petite-caps;
margin-top: 4px;
}
p.slate-petite-caps {
    font-size: 18px !important;
    color: var(--slate) !important;
    font-weight: bold;
    letter-spacing: .15ch;
font-variant: all-petite-caps;
margin-top: 4px;
}
p.dark-gray-petite-caps {
    font-size: 18px !important;
    color: var(--dark-gray) !important;
    font-weight: bold;
    letter-spacing: .15ch;
font-variant: all-petite-caps;
margin-top: 4px;
}
p.green-petite-caps {
    font-size: 18px !important;
    color: var(--green) !important;
    font-weight: bold;
    letter-spacing: .15ch;
font-variant: all-petite-caps;
margin-top: 4px;
}
p.gold-petite-caps {
    font-size: 18px !important;
    color: var(--gold) !important;
    font-weight: bold;
    letter-spacing: .15ch;
font-variant: all-petite-caps;
margin-top: 4px;
}
/*header and paragraph styles added here to override the cascade*/
h2.slate, h3.slate, p.slate {
  color: var(--slate) !important;
}
h2.gold, h3.gold, p.gold {
  color: var(--gold) !important;
}
/*Adjusting modal body text*/
.modal-body p, .modal-body h2, .modal-body h3, .modal-body ul li, .modal-body ol li {
	color: var(--font) !important;
}
/*Background sizes*/
.bg-span {
  width: calc(100% + 50px);
  margin-left: -30px;
  padding-left: 104px;
  padding-right: 104px;
}
@media screen and (min-width: 1600px) {
  .bg-span {
    width: calc(100% + 165px);
    margin-left: -80px;
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 991px) {
  .bg-span {
    width: calc(100% + 65px);
	 margin-left: -30px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.bg-90-center {
  width: 90%;
  margin-left: 5%;
}
.bg-95-center {
  width: 95%;
  margin-left: 2.5%;
}
.bg-80-center {
  width: 80%;
  margin-left: 10%;
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.bg-80-left {
  width: 80%;
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.bg-80-right {
  width: 80%;
  margin-left: 20%;
}
.bg-75-center {
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 75%;
  margin-left: 12.5%;
}
.bg-75-left {
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 75%;
}
.bg-66-center {
  width: 66%;
  margin-left: 16.5%;
}
.bg-66-left {
  width: 66%;
}
.bg-66-right {
  width: 66%;
  margin-left: 34%;
}
.bg-60-right {
  width: 60%;
  margin-left: 40%;
}
.bg-50-center {
  width: 50%;
  margin-left: 25%;
}
.bg-50-left {
  width: 50%;
}
@media screen and (max-width: 1240px) {
  .bg-50-left,
  .bg-66-left,
  .bg-50-center,
  .bg-66-center,
  .bg-66-center {
    margin-left: 10%;
    width: 80%;
  }
  .bg-66-right {
    margin-left: 20%;
    width: 80%;
  }
  .bg-80-left,
  .bg-80-center {
    margin-left: 2.5%;
    width: 95%;
  }
}
@media screen and (max-width: 991px) {
  .bg-50-left,
  .bg-66-left,
  .bg-50-center,
  .bg-66-center,
  .bg-80-left,
  .bg-80-center {
    margin-left: 2.5%;
    width: 95%;
  }
  .bg-66-right {
    margin-left: 5%;
    width: 95%;
  }
}

/*borders and shadows*/
.drop-shadow-elevation-2 {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
    0px 2px 6px 2px rgba(0, 0, 0, 0.15);
}
.border-slate {
  border-color: var(--slate);
}
.border-gold {
  border-color: var(--gold);
}
.border-light-gray {
  border-color: var(--light-gray);
}
.border-1px {
  border-width: 1px;
  border-style: solid;
  margin-bottom: 25px;
}
.border-3px {
  border-width: 3px;
  border-style: solid;
  margin-bottom: 25px;
}
.border-4px {
  border-width: 4px;
  border-style: solid;
  margin-bottom: 25px;
}
.top-cyan-border {
border-top: 4px solid var(--cyan);
}
.top-slate-border {
border-top: 4px solid var(--slate);
}
.top-gold-border {
border-top: 4px solid var(--gold);
}
.top-green-border {
border-top: 4px solid var(--green);
}
.left-slate-border-3px {
border-left: 3px solid var(--slate);
}
.right-slate-border-3px {
border-right: 3px solid var(--slate);
}
.left-cyan-border-3px {
border-left: 3px solid var(--cyan);
}
.right-cyan-border-3px {
border-right: 3px solid var(--cyan);
}
.left-border-gold-3px {
	border-left: 3px solid var(--gold);
}
.right-border-gold-3px {
	border-right: 3px solid var(--gold);
}
.left-border-light-gray-1px {
    border-left: 1px solid var(--light-gray);
}
.right-border-light-gray-1px {
    border-right: 1px solid var(--light-gray);
}
.left-border-medium-gray {
border-left: 3px solid var(--medium-gray); 
}
.left-border-green-8px {
	border-left: 8px solid var(--green);
}
.right-border-green-8px {
	border-right: 8px solid var(--green);
}
.left-border-gold-8px {
	border-left: 8px solid var(--gold);
}
.right-border-gold-8px {
	border-right: 8px solid var(--gold);
}

.left-border-medium-gray p {
margin-left: 16px; 
}
.left-block-gray {
	border-left: 5px solid var(--light-gray);
	padding: 10px 20px;
    margin: 0 0 20px;
}
.border-radius-5px {
border-radius: 5px; 
} 
.border-radius-pill {
border-radius: 40px; 
} 
.border-radius-circle {
border-radius: 90%;
}
.border-padding-sm {
  padding: 3px;
}
.left-gold-border {
  border-left: 20px solid var(--gold);
}
.right-gold-border {
  border-right: 20px solid var(--gold);
}
.left-slate-border {
  border-left: 20px solid var(--slate);
}
.right-slate-border {
  border-right: 20px solid var(--slate);
}
/*complicated gold borders*/
.border-gold-left-bottom {
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  margin-left: -50px;
  padding-left: 50px;
  position: relative;
  width: calc(110% + 75px);
  padding-right: calc(10% + 75px);
}
/*LAYOUT GRIDS*/
.grid-50-50 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 25px;
  padding: 20px;
  grid-row-gap: 25px;
}
.grid-40-60 {
  display: grid;
  grid-template-columns: 4fr 6fr;
  grid-column-gap: 25px;
  padding: 20px;
  grid-row-gap: 25px;
}
.grid-60-40 {
  display: grid;
  grid-template-columns: 6fr 4fr;
  grid-column-gap: 25px;
  padding: 20px;
  grid-row-gap: 25px;
}
.grid-25-75 {
  display: grid;
  grid-template-columns: 2.5fr 7.5fr;
  grid-column-gap: 25px;
  padding: 20px;
  grid-row-gap: 25px;
}
.grid-75-25 {
  display: grid;
  grid-template-columns: 7.5fr 2.5fr;
  grid-column-gap: 25px;
  padding: 20px;
  grid-row-gap: 25px;
}
.grid-30-70 {
  display: grid;
  grid-template-columns: 3fr 7fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
.grid-70-30 {
  display: grid;
  grid-template-columns: 7fr 3fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
.grid-20-80 {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
.grid-80-20 {
  display: grid;
  grid-template-columns: 4fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
.grid-90-10 {
  display: grid;
  grid-template-columns: 9fr 1fr;
  grid-column-gap: 25px;
  padding: 20px;
  grid-row-gap: 25px;
}
.grid-5-95 {
  display: grid;
  grid-template-columns: 1fr 19fr;
  grid-column-gap: 25px;
  padding: 20px;
  grid-row-gap: 25px;
}
.grid-95-5 {
  display: grid;
  grid-template-columns: 19fr 1fr;
  grid-column-gap: 25px;
  padding: 20px;
  grid-row-gap: 25px;
}
.grid-10-90 {
  display: grid;
  grid-template-columns: 1fr 9fr;
  grid-column-gap: 25px;
  padding: 20px;
  grid-row-gap: 25px;
}
.grid-66-33 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 25px;
  padding: 20px;
  grid-row-gap: 25px;
}
.grid-33-66 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 25px;
  padding: 20px;
  grid-row-gap: 25px;
}
.grid-66-33 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 25px;
  padding: 20px;
  grid-row-gap: 25px;
}
.grid-33-66 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 25px;
  padding: 20px;
  grid-row-gap: 25px;
}
.grid-33-33-33 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 25px;
  padding: 20px;
  grid-row-gap: 25px;
}
.grid-4-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 16px;
  padding: 20px;
  grid-row-gap: 25px;
}
.grid-5-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 25px;
  padding: 20px;
  grid-row-gap: 25px;
}
.grid-top-small {
display: grid;
grid-template-rows: 375px 1fr;
}
}
@media screen and (min-width: 1600px) { 
.grid-top-small {
display: grid;
grid-template-rows: 300px 1fr;
}
}
@media screen and (min-width: 1025px) and (max-width: 1280px) { 
.grid-top-small {
display: grid;
grid-template-rows: 450px 1fr;
}
}

@media screen and (min-width: 1281px) { 
.grid-top-medium {
display: grid;
grid-template-rows: 480px 1fr;
}
}
@media screen and (min-width: 1600px) { 
.grid-top-medium {
display: grid;
grid-template-rows: 400px 1fr;
}
}
@media screen and (min-width: 1025px) and (max-width: 1280px) { 
.grid-top-medium {
display: grid;
grid-template-rows: 560px 1fr;
}
}

.grid-top-450ch {
border-bottom: 2px solid var(--green); 
margin-bottom: 8px; 
}
@media screen and (min-width: 1025px) {
.grid-top-450ch {
min-height: 400px; 
}
}
@media screen and (min-width: 1440px) {
.grid-top-450ch {
min-height: 350px; 
}
}
.grid-top-300ch {
border-bottom: 2px solid var(--green); 
margin-bottom: 8px; 
}
@media screen and (min-width: 1025px) {
.grid-top-300ch {
min-height: 350px; 
}
}
@media screen and (min-width: 1440px) {
.grid-top-300ch {
min-height: 300px; 
}
}
.grid-details-150ch-top {
    min-height: 300px;
    display: grid;
    grid-template-rows: 45px 150px 1fr;
}
.grid-center {
  align-items: center;
  justify-items: center;
}
.grid-item-center {
    justify-self: center;
    display: grid;
    height: 100%;
    align-items: center;
}
.grid-item-align-center {
	display: grid;
    height: 100%;
    align-items: center;
}
.grid-no-padding {
  padding: 0px !important;
}
.grid-no-side-padding { 
  padding: 20px 0px !important;
}
.grid-no-top-padding { 
  padding-top: 0px !important;
}
.side-margin-only {
    margin: 0px 20px;
}

.grid-no-gap {
  grid-row-gap: 0px;
  grid-column-gap: 0px;
}
.grid-no-row-gap {
  grid-row-gap: 0px;
}
.grid-no-column-gap {
  grid-column-gap: 0px;
}
.grid-row-half-gap {
  grid-row-gap: 8px;
}
.grid-row-gap-25 {
	grid-row-gap: 25px;
}
.grid-column-half-gap {
  grid-column-gap: 8px;
}
.grid-rows {
  display: grid;
}
.grid-flex-start {
	align-items: flex-start;
}	
.grid-connected-slate {
position: relative;
z-index: 1; 
}
.grid-connected-slate::before {
content: '';
position: absolute;
top: 50%;
left: 8%;
width: 60%;
height: 8px;
background-color: var(--slate);
z-index: -1; 
}
@media screen and (max-width: 1024px) {
.grid-connected-slate::before {
    top: 7%;
    left: 49%;
    width: 2%;
    height: 65%;
} 
}
.grid-connected-gold {
position: relative;
z-index: 1; 
}
.grid-connected-gold::before {
content: '';
position: absolute;
top: 50%;
left: 8%;
width: 60%;
height: 8px;
background-color: var(--gold);
z-index: -1; 
}
@media screen and (max-width: 1024px) {
.grid-connected-gold::before {
    top: 7%;
    left: 49%;
    width: 2%;
    height: 65%;
} 
}
@media screen and (max-width: 1024px) {
  .grid-50-50,
  .grid-60-40,
  .grid-40-60,
  .grid-75-25,
  .grid-25-75,
  .grid-75-25,
  .grid-70-30,
  .grid-30-70,
  .grid-20-80,
  .grid-80-20,
  .grid-66-33,
  .grid-33-66 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1240px) {
  .grid-33-33-33 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-5-columns { 
	grid-template-columns: 1fr 1fr 1fr;
	}
	.grid-4-columns { 
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 800px) {
  .grid-33-33-33 {
    grid-template-columns: 1fr;
  }
  	.grid-4-columns, .grid-5-columns { 
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 700px) {
  .grid-area-applied {
    display: block;
  }
  .grid-area-applied div {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 1241px) {
.grid-20-80 .grid-50-50 {
grid-template-columns: 1fr; 
}
}
/*WRAP THE FIRST DIV OF A GRID TO GIVE A VERTICAL RULE BETWEEN GRID ITEMS*/
@media screen and (min-width: 1025px) {
  .grid-gold-border-right {
    border-right: 4px solid var(--gold);
    padding-right: 32px;
  }
  .grid-white-border-right {
    border-right: 2px solid #fff;
    padding-right: 32px;
  }
   .grid-slate-border-right {
    border-right: 4px solid var(--slate);
    padding-right: 32px;
  }
  .grid-gold-border-left {
    border-left: 4px solid var(--gold);
    padding-left: 32px;
  }
  .grid-white-border-left {
    border-left: 2px solid #fff;
    padding-left: 32px;
  }
    .grid-slate-border-left {
    border-left: 4px solid var(--slate);
    padding-left: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .grid-gold-border-right {
    border-bottom: 4px solid var(--gold);
    padding-bottom: 32px;
  }
  .grid-white-border-right {
    border-bottom: 2px solid #fff;
    padding-bottom: 32px;
  }
   .grid-slate-border-right {
    border-bottom: 4px solid var(--slate);
    padding-bottom: 32px;
  }
  .grid-gold-border-left {
    border-top: 4px solid var(--gold);
    padding-top: 32px;
  }
  .grid-white-border-left {
    border-top: 2px solid #fff;
    padding-top: 32px;
  }
    .grid-slate-border-left {
    border-top: 4px solid var(--slate);
    padding-top: 32px;
  }
}
.grid-item-link-bottom {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.grid-item a {
margin-top: auto;
}
/*TO BE USED WITH BACKGROUND IMAGES/COLORS WHEN IN CONJUNCTION GRID ELEMENTS*/
.no-margin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.no-top-margin {
margin-top: 0px !important;
  margin-bottom: 25px !important;
}
.half-margin {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.top-margin-only {
margin-top: 25px !important;
  margin-bottom: 0px !important;
}
.no-side-margin {
    margin-left: 0px;
	margin-right: 0px;
}

.no-padding {
  padding: 0px !important;
}
.padding-10 {
  padding: 10px;
}
.padding-16 {
padding: 16px; 
}
/*unique element to overlay gold buttons on a slate background - gold buttons must be on right side of grid*/
.grid-50-50-overlap {
  display: grid;
  grid-template-columns: 1fr 1.65fr;
}
.background-slate-extended-container {
  background-color: var(--slate);
  width: 150%;
  height: 75%;
  padding: 15px;
}
.background-slate-extended {
  width: 70%;
  color: #fff;
}
.background-gold-extended-container {
  background-color: var(--gold);
  width: 150%;
  height: 75%;
  padding: 15px;
}
.background-slate-extended {
  width: 70%;
  color: var(--font);
}
.background-slate-extended h2,
.background-slate-extended p {
  color: #fff !important;
}
@media screen and (max-width: 600px) {
  .grid-50-50-overlap {
    grid-template-columns: 1fr;
  }
  .background-slate-extended-container {
    width: 100%;
    height: 100%;
  }
  .background-slate-extended {
    width: 100%;
  }
}
.background-offset-container {
    padding: 0px;
	border-right: 80px solid #fff; 
	border-bottom: 80px solid #fff; 
}
.background-offset-content {
    margin-right: -64px;
    margin-bottom: -64px;
}
/*STACKED STEPS*/
.vl-right-50 {
     width: 50%;
     border-right: 4px solid var(--slate);
}
.vl-right-50-green {
     width: 50%;
     border-right: 4px solid var(--green);
}
.vl-right-50-cyan {
     width: 50%;
     border-right: 4px solid var(--cyan);
}
.vl-right-50-gold {
     width: 50%;
     border-right: 4px solid var(--gold);
}
.step-panel-extended-200 { 
    width: 200%;
} 
span.step-number  {
     color: var(--slate);
     font-size: 2.4rem;
     font-style: italic;
     margin-top: 15px;
     line-height: 150%;
}
span.step-title {
     font-size: 2.8rem;
     font-weight: bold;
     line-height: 150%;
}
/*Buttons!*/
a.button-square-gold {
  background-color: var(--gold);
  color: var(--slate);
  padding: 15px;
  display: grid;
  grid-template-columns: 1fr 20px;
  grid-column-gap: 1%;
  align-items: center;
  margin: 10px;
  line-height: 30.12px;
  min-height: 115px;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--default);
  text-decoration: none;
}
span.button-subtitle {
  font-family: var(--default);
  font-weight: 700;
  font-size: 16px;
  line-height: 20.08px;
  color: var(--slate);
}
a.button-square-gold:after {
  content: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/right-arrow-slate.png);
  height: 20px;
  width: 20px;
}
a.button-square-gold:hover,
a.button-square-gold:focus {
  background-color: var(--slate);
  color: var(--gold);
  border: 1px solid #fff;
}
a.button-square-gold:hover span.button-subtitle,
a.button-square-gold:focus span.button-subtitle {
  background-color: var(--slate);
  color: var(--gold);
}
a.button-square-gold:hover:after,
a.button-square-gold:focus:after {
  content: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/right-arrow-gold.png);
  height: 20px;
  width: 20px;
}

/*variation that allows for narrower gold-button with an icon on the left (no arrow on right)*/
a.button-narrow-gold-icon-left {
  background-color: var(--gold);
  color: var(--slate);
  padding: 15px;
  display: grid;
  grid-template-columns: 14% 85%;
  grid-column-gap: 1%;
  align-items: center;
  margin: 5px;
  line-height: 150%;
  min-height: 88px;
  font-size: 24px;
  font-family: var(--default);
  text-decoration: none;
   border: 1px solid transparent;
}
a.button-narrow-gold-icon-left:hover,
a.button-narrow-gold-icon-left:focus {
  background-color: var(--slate);
  color: var(--gold);
  border: 1px solid #fff;
}
a.alt-beige {
    background-color: var(--beige) !important;
}

a.alt-super-light-gray {
    background-color: var(--super-light-gray) !important;
} 
a.alt-beige:hover,  a.alt-beige:focus, a.alt-super-light-gray:hover, a.alt-super-light-gray:focus {
    background-color: var(--hover-bg) !important;
	color: var(--slate) !important; 
}
a.left-slate-border-8px {
	border-left: 8px solid var(--slate);
}
a.left-gold-border-8px {
	border-left: 8px solid var(--gold);
}
a.left-green-border-8px {
	border-left: 8px solid var(--green);
}
a.left-cyan-border-8px {
	border-left: 8px solid var(--cyan);
}


/*Pill Buttons*/
a.button-pill-gold-background {
  background-color: var(--gold);
  border: 2px solid var(--gold);
  color: var(--font);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  padding: 0 2rem;
  font-weight: bold;
  font-size: 20px;
  line-height: 24.2px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 40px;
  margin: 1rem;
  text-align: center;
  margin: 10px;
}

a.button-pill-slate-background {
  background-color: var(--slate);
  border: 2px solid var(--slate);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  padding: 0 2rem;
  font-weight: bold;
  font-size: 20px;
  line-height: 24.2px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 40px;
  margin: 1rem;
  text-align: center;
  margin: 10px;
}
a.button-pill-bright-slate-background {
  background-color: var(--bright-slate);
  border: 2px solid var(--bright-slate);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  padding: 0 2rem;
  font-weight: bold;
  font-size: 20px;
  line-height: 24.2px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 40px;
  margin: 1rem;
  text-align: center;
  margin: 10px;
}
a.button-pill-gold-background:hover,
a.button-pill-gold-background:focus,
a.button-pill-slate-background:hover,
a.button-pill-slate-background:focus, 
a.button-pill-bright-slate-background:hover,
a.button-pill-bright-slate-background:focus {
  background-color: #fff;
  border: 2px solid var(--bright-slate);
  color: var(--bright-slate);
  cursor: pointer; 
}
a.button-pill-white-background {
  background-color: #fff;
  border: 2px solid var(--bright-slate);
  color: var(--bright-slate);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  padding: 0 2rem;
  font-weight: bold;
  font-size: 20px;
  line-height: 24.2px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 40px;
  margin: 1rem;
  text-align: center;
  margin: 10px;
}
a.button-pill-white-background:hover,
a.button-pill-white-background:focus {
  color: #fff;
  border: 2px solid #fff;
  background-color: var(--bright-slate);
  cursor: pointer; 
}

a.button-pill-slate-background-gold-text {
  background-color: var(--bright-slate);
  border: 2px solid var(--bright-slate);
  color: var(--gold);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  padding: 0 2rem;
  font-weight: bold;
  font-size: 20px;
  line-height: 24.2px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 40px;
  margin: 1rem;
  text-align: center;
  margin: 10px;
}

a.button-pill-slate-background-gold-text:hover,
a.button-pill-slate-background-gold-text:focus,
a.button-pill-slate-background-white-text:hover,
a.button-pill-slate-background-white-text:focus {
  background-color: #fff;
  border: 2px solid var(--bright-slate);
  color: var(--bright-slate);
  cursor: pointer; 
}

@media screen and (min-width: 600px) {
  a.button-pill-slate-background-gold-text,
  a.button-pill-gold-background,
  a.button-pill-slate-background-white-text,
  a.button-pill-white-background {
    min-width: 280px;
  }
}
/*to use with pill buttons to set a width*/
@media screen and (min-width: 600px) {
  a.button-width-80 {
    width: 80%;
    margin-left: 10%;
  }
  a.button-width-50-center {
    width: 50%;
    margin: auto;
  }
    a.button-width-90 {
    width: 90%;
    margin-left: 5%;
  }
}
/*button that has title, description, and arrow icon on the right*/
a.button-square-white-icon-left-arrow-right {
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 1px 3px 1px #00000026;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  background-color: #fff; 
}
a.button-square-white-icon-left-arrow-right h3 {
  margin: 0px;
}
span.button-subtext {
  font-family: var(--default);
  color: #252525;
  font-size: 20px;
}
a.button-square-white-icon-left-arrow-right:after {
	content: URL(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/right-arrow-slate-gold-background.png);
}
a.button-square-white-icon-left-arrow-right:hover, 
a.button-square-white-icon-left-arrow-right:focus {
	background-color: var(--hover-bg);
}
a.button-gold-arrow-after {
  text-decoration: none !important;
  color: var(--slate) !important;
  font-family: "Roboto";
  font-weight: 700;
  display: grid;
  grid-template-columns: 1fr 45px;
  min-height: 40px;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 1px 3px 1px #00000026;
  padding: 10px;
  margin-bottom: 16px;
  background-color: #fff; 
}
a.button-gold-arrow-after:after {
  content: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/right-arrow-slate-gold-background.png);
  height: 35px;
  width: 40px;
}
a.button-gold-arrow-after:hover, a.button-gold-arrow-after:focus {
	background-color: var(--hover-bg);
} 
a.link-gold-arrow-after {
  text-decoration: none !important;
  color: var(--slate) !important;
  font-family: "Roboto";
  font-weight: 700;
  display: grid;
  grid-template-columns: 1fr 45px;
  min-height: 40px;
  align-items: center;
}
a.link-gold-arrow-after:after {
  content: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/right-arrow-slate-gold-background.png);
  height: 35px;
  width: 40px;
}
a.no-margin {
	margin: 0px;
}
a.no-side-margin {
    margin-left: 0px;
	margin-right: 0px;
}
/*button with image on left, text, and an icon at then end*/
a.button-narrow-image-text-icon {
    width: 100%;
height: 80px; 
    margin: 8px;
    padding: 16px;
    background-color: #fff;
    border-top: 3px solid var(--cyan);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
    0px 2px 6px 2px rgba(0, 0, 0, 0.15);
    align-items: center;
    text-decoration: none;
    display: grid;
    grid-template-columns: 50px 1fr 36px;
grid-column-gap: 16px; 
}
a.button-narrow-image-text-icon img {
height: 50px;
}
a.button-narrow-image-text-icon:hover, a.button-narrow-image-text-icon:focus {
background-color: var(--hover-bg);
}
@media screen and (max-width: 500px) {
a.button-narrow-image-text-icon {
height: auto; 
}
}

/*Button Tile bar (combine with a background color) holds three button tile cards with a bottom link*/
.button-tile-bar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 25px;
  justify-items: center;
}
@media screen and (min-width: 1201px) {
  .button-tile-bar {
    height: 260px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .button-tile-bar {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 991px) {
  .button-tile-bar {
    grid-template-columns: 1fr;
  }
}
/*button tile is displayed as grid, should contain H4, a paragraph description, and a link*/
.button-tile {
  background-color: #fff;
  width: 328px;
  height: 264px;
  box-shadow: 2px 4px 15px 0px #00000026;
  border-radius: 10px;
  display: grid;
  grid-template-rows: 1fr 1.5fr 52px;
  margin-top: 22px;
}
h4.header-button-tile {
  font-family: roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 8%;
  text-transform: uppercase;
  padding: 8px;
}
h4.header-button-tile:after {
  content: "";
  width: 114px;
  height: 4px;
  background-color: var(--gold);
  display: block;
  margin-top: 4px;
}
.button-tile p {
  padding: 8px;
  color: var(--font) !important; 
}
a.button-tile-link {
  text-align: center;
  padding-top: 14px;
  border-top: 1px solid var(--gold);
  font-family: var(--default);
  font-weight: 700;
  font-size: 16px;
  line-height: 20.08px;
  text-decoration: none;
}
a.button-tile-link:after {
  content: "\f054";
  font-family: fontawesome;
  padding-left: 8px;
}
a.button-tile-link:hover,
a.button-tile-link:focus {
  background-color: var(--slate);
  color: #fff;
}
/*Rise Module Card Buttons with Gold Border*/
 .card-link-grid {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
}
 @media screen and (max-width: 1300px) {
     .card-link-grid {
         grid-template-columns: 1fr 1fr;
    }
}
 @media screen and (max-width: 900px) {
     .card-link-grid {
         grid-template-columns: 1fr;
    }
}
 a.card-link-rise-module {
     background-color: #fff;
     box-shadow: 0px 1px 5px 0px #5a5d66, 0px 2px 2px 0px #5a5d66, 0px 3px 1px -2px #5a5d66 !important;
     border-radius: 0px;
     text-decoration: none !important;
     color: #333;
     display: inline-block;
     margin: 5%;
     height: 480px;
     display: grid;
     grid-template-rows: 180px auto 1fr auto;
}
 a.card-link-rise-module h3 {
     margin-top: 0px;
     font-size: 2.25rem !important;
     color: var(--slate) !important;
     text-align: center;
     letter-spacing: .035ch;
     margin: 5px;
     align-items: center;
}
 a.card-link-rise-module p {
     padding: 10px;
}
 .card-link-rise-module img {
     height: 180px;
     width: 100%;
     border-bottom: 15px solid var(--gold);
}
 a.card-link-rise-module:hover, a.card-link-rise-module:focus, a.card-link-rise-module:hover, a.card-link-rise-module:focus, a.card-link-rise-module:hover h3, a.card-link-rise-module:focus h3, a.card-link-rise-module:hover h3, a.card-link-rise-module:focus h3, a.card-link-rise-module:hover p, a.card-link-rise-module:focus p, a.card-link-rise-module:hover p, a.card-link-rise-module:focus p {
     color: #fff !important;
     background-color: #00657c !important;
}
 a.card-link-rise-module:hover img, a.card-link-rise-module:focus img {
     text-decoration: none;
     opacity: 0.5;
}
 @media screen and (min-width: 1921px) {
     a.card-link-rise-module {
         height: 500px;
    }
}
 @media screen and (min-width: 1301px) and (max-width: 1440px) {
     a.card-link-rise-module {
         height: 500px;
    }
}
 @media screen and (max-width: 900px) {
     a.card-link-rise-module {
         height: auto;
         grid-template-rows: auto auto auto;
    }
     a.card-link-rise-module img {
         display: none;
    }
}

/*cards*/
.card-gold-align-top {
  background-color: var(--gold);
  width: 76%;
  margin-left: 24%;
  margin-bottom: 32px;
  padding: 24px 16px;
}
.card-white-background-left-slate-border {
  background-color: #fff;
  border-left: 3px solid var(--cyan);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
    0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  width: 90%;
  margin: auto;
  border-radius: 5px;
  padding: 10px;
  display: grid;
  height: 100%;
}
/*TO BE USED ON CARD-WHITE-BACKGROUND-LEFT-SLATE-BORDER IF IMAGE IS DESIRED*/
img.image-small-card-right {
  width: 185px;
  float: right;
  padding: 10px;
}
.card-gold-align-top p {
  font-size: 20px;
  font-weight: 500;
  color: var(--bright-slate);
  font-family: var(--default);
}
/*details accordions*/
/*HIDES DETAILS AUTO ICON IN SAFARI*/
details > summary::-webkit-details-marker {
  display: none;
}
details summary.center {
  text-align: center;
}
/*NEW DETAILS*/
details {
  border-top: 0.5px solid var(--light-gray);
  border-bottom: 0.5px solid var(--light-gray);
  font-family: var(--default);
}
details:hover summary,
details:focus summary {
  background-color: var(--hover-bg);
  color: var(--slate); 
}
summary {
  display: grid;
  grid-template-columns: 1fr 70px;
  align-items: center;
}
span.summary-subtext {
  color: var(--dark-gray);
  font-weight: normal; 
}
/*adds an extra grid area to include an icon to the left of the title*/
summary.summary-grid-icon {
  display: grid;
  grid-template-columns: 50px 1fr 70px;
  align-items: center;
}

details summary:before, details[open] summary:before {
  display: none;
}
summary.white {
	color: #fff !important;
}
details:hover summary.white, details:focus summary.white {
color: var(--slate) !important;
}

details ul, details ol {
padding-inline-start: 60px;
}
details.green-chevron summary:after {
  content: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/details-green-chevron-down.png);
  padding-left: 7px;
}
details.green-chevron[open] summary:after {
  content: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/details-green-chevron-up.png);
  padding-left: 7px;
}
details.gold-chevron summary:after {
  content: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/details-gold-chevron-down.png);
  padding-left: 7px;
}
details.gold-chevron[open] summary:after {
  content: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/details-gold-chevron-up_ .png);
  padding-left: 7px;
}
details.slate-chevron summary:after {
  content: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/details-slate-chevron-down.png);
  padding-left: 7px;
}
details.slate-chevron[open] summary:after {
  content: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/details-slate-chevron-up.png);
  padding-left: 7px;
}
details.white-chevron summary:after {
  content: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/details-white-chevron-down.png);
  padding-left: 7px;
}
details.white-chevron[open] summary:after {
  content: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/details-white-chevron-up.png);
  padding-left: 7px;
}
/*Retiring*/ 
details.slate-gold-chevron summary:after, details.slate-white-chevron summary:after  {
  content: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/details-slate-chevron-down.png);
  padding-left: 7px;
}
details.slate-gold-chevron[open] summary:after, details.slate-white-chevron[open] summary:after {
  content: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/details-slate-chevron-up.png);
  padding-left: 7px;
}
/*END RETIRED DETAILS*/ 


/*adjusts colors if placed on a dark background*/
.background-dark-blue span.summary-subtext,
.background-slate span.summary-subtext,
.background-bright-slate span.summary-subtext,
.background-teal span.summary-subtext,
.background-cyan span.summary-subtext,
.background-dark-gray span.summary-subtext {
	color: var(--light-gray); 
} 
.background-dark-blue details:hover summary h3,
.background-dark-blue details:focus summary h3,
.background-slate details:hover summary h3,
.background-slate details:focus summary h3,
.background-bright-slate  details:hover summary h3,
.background-bright-slate details:focus summary h3,
.background-cyan details:hover summary h3,
.background-cyan details:focus summary h3,
.background-dark-gray details:hover summary h3,
.background-dark-gray details:focus summary h3, 
.background-dark-blue details:hover summary p,
.background-dark-blue details:focus summary p,
.background-slate details:hover summary p,
.background-slate details:focus summary h3,
.background-bright-slate  details:hover summary p,
.background-bright-slate details:focus summary p,
.background-cyan details:hover summary p,
.background-cyan details:focus summary p,
.background-dark-gray details:hover summary p,
.background-dark-gray details:focus summary p, 
.background-dark-blue details:hover summary span.summary-subtext,
.background-dark-blue details:focus summary span.summary-subtext,
.background-slate details:hover summary span.summary-subtext,
.background-slate details:focus summary span.summary-subtext,
.background-bright-slate details:hover summary span.summary-subtext,
.background-bright-slate details:focus summary span.summary-subtext,
.background-cyan details:hover summary span.summary-subtext,
.background-cyan details:focus summary span.summary-subtext,
.background-dark-gray details:hover summary span.summary-subtext,
.background-dark-gray details:focus summary span.summary-subtext  {
  background-color: var(--hover-bg);
  color: var(--slate) !important;
}
/*RETIRED DETAILS*/ 

/*WHITE BACKGROUND, GREEN CHEVRON*/
details.details-white-green-chevron {
  background-color: #fff;
  border-top: 0.5px solid var(--light-gray);
  border-bottom: 0.5px solid var(--light-gray);
  font-family: var(--default);
}
details.details-white-green-chevron:hover summary,
details.details-white-green-chevron:focus summary {
  background-color: var(--hover-bg);
}
details.details-white-green-chevron summary:before {
  display: none;
}

summary.summary-grid {
  display: grid;
  grid-template-columns: 1fr 70px;
  align-items: center;
}

details.details-white-green-chevron summary:after {
  content: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/down-chevron-green-background-white.png);
  padding-left: 7px;
}
details.details-white-green-chevron[open] summary:after {
  content: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/up-chevron-green-background-white.png);
  padding-left: 7px;
}

/*Details with border and chevron with yellow circle on hover/selected on the right; to be used on light background colors*/
details.details-transparent-gold-plus {
  background-color: transparent;
  border-bottom: 0.5px solid var(--light-gray);
  font-family: var(--default);
}
details.details-transparent-gold-plus:first-child {
  border-top: 1px solid var(--light-gray);
}
details.details-transparent-gold-plus summary:before {
  display: none;
}
details.details-transparent-gold-plus:hover summary,
details.details-transparent-gold-plus:focus summary {
  background-color: var(--hover-bg);
}
details.details-transparent-gold-plus summary {
display: grid; 
grid-template-columns: 1fr 50px; 
} 
details.details-transparent-gold-plus summary:after {
  content: "\f067";
  font-family: "fontAwesome";
    background-color: var(--gold);
    border-radius: 90%;
    text-align: center;
    justify-self: center;
    padding-top: 7px;
	height: 35px;
	width: 35px;
}
details.details-transparent-gold-plus[open] summary:after {
    content: "\f068";
    font-family: "fontAwesome";
    background-color: var(--gold);
    border-radius: 90%;
    text-align: center;
    justify-self: center;
    padding-top: 7px;
	height: 35px;
	width: 35px;
}
/*Details with border and plus/minus on the right; to be used on dark background colors*/
details.details-dark-background-white-plus {
	background-color: transparent;
	border-bottom:.5px solid var(--light-gray);
	color: #fff;
}
details.details-dark-background-white-plus summary {
	color: #fff !important;
	display: grid; 
	grid-template-columns: 1fr 50px;
}
details.details-dark-background-white-plus summary:before {
	display: none; 
} 
details.details-dark-background-white-plus:hover summary, 
details.details-dark-background-white-plus:focus summary{
	font-weight: bold; 
	background-color: var(--hover-bg); 
	color: var(--slate) !important;
}
details.details-dark-background-white-plus summary:after {
    content: '\f067';
    font-family: 'fontAwesome';
}
details.details-dark-background-white-plus[open] summary:after {
    content: '\f068';
    font-family: 'fontAwesome';
}
/*Details with border and plus/minus on the right; to be used on light background colors*/
details.details-light-background-dark-plus {
	background-color: transparent;
	border-bottom:.5px solid var(--light-gray);
	color: #333;
}
details.details-light-background-dark-plus summary {
	color: #333!important;
	display: grid; 
	grid-template-columns: 1fr 50px;
}
details.details-light-background-dark-plus summary:before {
	display: none; 
} 
details.details-light-background-dark-plus:hover summary, 
details.details-light-background-dark-plus:focus summary{
	font-weight: bold; 
	background-color: var(--hover-bg);
    color: var(--slate) !important;
}
details.details-light-background-dark-plus summary:after {
    content: '\f067';
    font-family: 'fontAwesome';
}
details.details-light-background-dark-plus[open] summary:after {
    content: '\f068';
    font-family: 'fontAwesome';
}
/*Google Icon Styles*/
.left-icon-grid {
	display: grid;
	grid-template-columns: 40px 1fr;
	align-items: center; 
	grid-column-gap: 16px; 
}
.left-icon-grid-top-aligned {
	display: grid;
	grid-template-columns: 40px 1fr; 
	grid-column-gap: 16px; 
}
.left-icon-grid span.material-symbols-outlined {
	margin-bottom: 10px; 
}
.icon-background-fixed-65 {
	width: 65px;
	height: 65px;
}
span.icon-background-gold-circle {
    background-color: var(--gold);
    border-radius: 90px;
    padding: 4px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
	justify-content: center; 
}
span.icon-background-slate-circle {
    background-color: var(--slate);
    border-radius: 90px;
    padding: 4px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
	justify-content: center; 
}

span.google-icon-filled {
  font-variation-settings:
  'FILL' 1
}
span.google-font-shadow {
	text-shadow: 2px 2px 3px var(--dark-gray);
}	
span.google-font-outline {
    -webkit-text-stroke: 1px var(--medium-gray);
}
span.google-font-outline-white {
    -webkit-text-stroke: 1px #fff;
}
span.flipped-icon {
    transform: rotate(-90deg);
}

span.google-font-225 {
  font-size: 225px;
}
span.google-font-90 {
  font-size: 90px;
}
span.google-font-75 {
  font-size: 75px;
}
span.google-font-48 {
font-size: 48px; 
}
span.google-font-40 {
  font-size: 40px;
}
span.google-font-28 {
  font-size: 28px;
}
span.google-font-green {
  color: var(--green);
  -webkit-text-stroke: 1px #00614E; 
}
span.google-font-dark-blue {
  color: var(--dark-blue);
}
span.google-font-slate {
  color: var(--slate);
}
span.google-font-bright-slate {
  color: var(--bright-slate);
}
span.google-font-cyan {
  color: var(--cyan);
}
span.google-font-teal {
  color: var(--teal);
}
span.google-font-gold {
  color: var(--gold);
  -webkit-text-stroke: 1px #966E08;
}
span.google-font-dark-gray {
  color: var(--dark-gray);
}
span.google-font-white {
  color: #fff;
}
span.google-font-red {
	color: red;
}
.grid-icon-relative {
position: relative;
}
span.google-icon-top-right {
	position: absolute;
	right: 28px;
	top: 10px; 
}
span.google-icon-top-left {
	text-align: left;
    top: 10px;
    left: 5px;
    position: absolute;
}
/*background container for text that is slanted, wrap the background around the text element*/
.text-block-green-slanted-background {
  background-color: var(--green);
  content: "";
  min-height: 48px;
  position: relative;
  -webkit-transform: skew(-0.55rad);
  transform: skew(-0.55rad);
  width: 60%;
  margin: auto;
  padding: 7px;
  margin-bottom: 24px;
}
.text-block-green-slanted-text {
  -webkit-transform: skew(0.55rad);
  transform: skew(0.55rad);
  width: 95%; 
  margin-left: 2.5%; 
}
.text-block-green-slanted-text p {
    font-size: 24px;
    font-weight: 500;
    line-height: 30.12px;
    font-family: var(--default);
    text-align: center;
	color: #fff; 
	margin: 0px !important; 
	text-transform: uppercase;
	padding: 2px;
}
@media screen and (max-width: 1440px) {
  .text-block-green-slanted-background {
    width: 75%;
    margin-bottom: 16px;
    min-height: 35px;
    padding: 4px;
  }
}
@media screen and (min-width: 991px) {
  .text-block-green-slanted-background {
    min-width: 765px;
  }
}
@media screen and (max-width: 800px) {
  .text-block-green-slanted-background {
    width: 75%;
  }
  .text-block-green-slanted-text {
	width: 90%; 
	margin-left: 5%;
  }
  .text-block-green-slanted-text p {
	  font-size: 20px;
}
}
@media screen and (max-width: 500px) {
  .text-block-green-slanted-text p {
	  font-size: 18px;
}
  .text-block-green-slanted-background {
    width: 100%;
}
}

/*wraps h2 in gold container, overlaps the content on the next item below, generally used on top of an image*/
.text-block-gold-background-overlap {
  background-color: var(--gold);
  width: 50%;
  text-align: center;
  min-height: 50px;
  margin-bottom: -25px;
  position: relative;
}
.text-block-gold-background-overlap h2.no-after {
  color: var(--slate) !important;
}
@media screen and (max-width: 676px) {
  .text-block-gold-background-overlap {
    width: 80%;
  }
}

/*LISTS*/

ul.list-slate li, ol.list-slate li {
color: var(--slate) !important;
}
ol.ordered-list-green-circle {
  list-style: none;
  counter-reset: item;
  width: 90%;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-inline-start: 95px; 
}
ol.ordered-list-green-circle li {
  counter-increment: item;
  margin-bottom: 16px;
  margin-top: 5px;
  min-height: 60px;
  margin-left: 24px;
  font-size: 1.8rem;
  line-height: 180%;
}
ol.ordered-list-green-circle li:before {
  content: counter(item);
  background: var(--green);
  color: white;
  width: 42px;
  height: 42px;
  text-align: center;
  display: inline-block;
  padding-top: 4px;
  float: left;
  font-size: 3rem;
  border-radius: 45px;
  font-weight: bold;
  margin-right: 24px;
  position: absolute;
  margin-left: -55px; 
}
/*Unordered List with checkmarks*/
ul.bullet-checkmark {
  list-style: none;
}
ul.bullet-white-checkmark {
  list-style: none;
}
ul.bullet-checkmark li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  padding-right: 15px;
  color: #00687f;
  font-size: 2.5rem;
  font-weight: bold;
}
ul.bullet-white-checkmark li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  padding-right: 15px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}
/*Ordered lists with graphic numbers*/
ol.green-blocks {
  list-style: none;
  counter-reset: item;
  width: 80%;
  margin-left: 5%;
  margin-top: 50px;
  margin-bottom: 50px;
}
ol.green-blocks li {
  counter-increment: item;
  margin-bottom: 40px;
  margin-top: 5px;
  min-height: 60px;
}
ol.green-blocks li:before {
  content: counter(item);
  background: var(--green);
  color: white;
  width: 85px;
  height: 75px;
  text-align: center;
  display: inline-block;
  padding-top: 25px;
  float: left;
  font-size: 6rem;
}
ol.green-blocks li p {
  margin-left: 120px;
  font-size: 2rem;
  line-height: 180%;
}
ol.slate-blocks {
  list-style: none;
  counter-reset: item;
  width: 80%;
  margin-left: 5%;
  margin-top: 50px;
  margin-bottom: 50px;
}
ol.slate-blocks li {
  counter-increment: item;
  margin-bottom: 40px;
  margin-top: 5px;
  min-height: 60px;
}
ol.slate-blocks li:before {
  content: counter(item);
  background: var(--slate);
  color: white;
  width: 85px;
  height: 75px;
  text-align: center;
  display: inline-block;
  padding-top: 25px;
  float: left;
  font-size: 6rem;
}
ol.slate-blocks li p {
  margin-left: 120px;
  font-size: 2rem;
  line-height: 180%;
}
ol.cyan-blocks {
  list-style: none;
  counter-reset: item;
  width: 80%;
  margin-left: 5%;
  margin-top: 50px;
  margin-bottom: 50px;
}
ol.cyan-blocks li {
  counter-increment: item;
  margin-bottom: 40px;
  margin-top: 5px;
  min-height: 60px;
}
ol.cyan-blocks li:before {
  content: counter(item);
  background: var(--cyan);
  color: white;
  width: 85px;
  height: 75px;
  text-align: center;
  display: inline-block;
  padding-top: 25px;
  float: left;
  font-size: 6rem;
}
ol.cyan-blocks li p {
  margin-left: 120px;
  font-size: 2rem;
  line-height: 180%;
}

/*used to give the look of an element "hanging off" another, usually a background image*/
.background-overhang-80 {
  margin-bottom: -80px;
}
.background-overhang-160 {
  margin-bottom: -160px;
}
.background-short-layer-80 {
  border-bottom: 80px solid #fff;
  padding-top: 80px; 
}
.background-short-layer-160 {
  border-bottom: 160px solid #fff;
  padding-top: 160px; 
}

/*TABBED box styling - widths should be added on-page with widgets*/
.s-lib-jqtabs ul.nav.nav-tabs li {
  min-height: 100px;
}
.s-lib-jqtabs .nav-tabs > li {
  margin-bottom: -2px;
}
.s-lib-jqtabs .nav-tabs > li.active {
  border-top: 3px solid var(--gold);
  border-left: 2px solid var(--light-gray);
  border-right: 2px solid var(--light-gray);
  border-radius: 0px;
}
.s-lib-jqtabs .nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  text-decoration: none;
  color: var(--slate);
  font-size: 18px !important;
  text-align: center;
}
.s-lib-jqtabs .nav > li > a:focus,
.s-lib-jqtabs .nav > li > a:hover {
  height: 60px;
}
.s-lib-jqtabs .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  text-decoration: none;
  color: var(--slate);
  font-size: 16px !important;
  border-top: none;
  min-height: 60px;
  margin-bottom: 0px;
}
.s-lib-jqtabs .nav-tabs {
  border-bottom: 2px solid var(--light-gray);
}
.nav-tabs > li {
  border-left: 2px solid var(--light-gray);
  border-top: 2px solid var(--light-gray);
  border-bottom: 2px solid var(--light-gray);
  border-right: 2px solid var(--light-gray);
  border-radius: 0px;
}
.nav-tabs > li > a {
  height: 60px;
  border-radius: 0px;
}
.nav-tabs > li.active {
  border-bottom: 2px solid #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 0px;
}
.s-lib-jqtabs ul.nav.nav-tabs li {
  min-height: 60px;
  background-color: #fff; 
}
.s-lib-jqtabs .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  min-height: 60px;
}
.s-lib-jqtabs .nav > li > a:focus,
.s-lib-jqtabs .nav > li > a:hover {
  text-decoration: none;
  min-height: 60px;
  background-color: var(--hover-bg);
  outline: none !important;
}
.s-lib-jqtabs .nav-pills .list-group-item:last-child {
  padding-bottom: 0px !important;
}
.s-lib-jqtabs div.tab-content {
  padding: 10px;
  border-bottom: 2px solid var(--light-gray);
  border-left: 2px solid var(--light-gray);
  border-right: 2px solid var(--light-gray);
  background: #fff; 
}
@media screen and (min-width: 991px) {
  .s-lib-jqtabs .nav-tabs > li > a,
  .s-lib-jqtabs .nav-tabs > li > a:focus,
  .s-lib-jqtabs .nav-tabs > li > a:hover,
  .s-lib-jqtabs .nav-tabs > li.active > a,
  .s-lib-jqtabs .nav-tabs > li.active > a:focus,
  .s-lib-jqtabs .nav-tabs > li.active > a:hover {
    font-size: 2.25rem !important;
    text-align: center;
	padding: 10px 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .s-lib-jqtabs .nav-tabs > li > a,
  .s-lib-jqtabs .nav-tabs > li > a:focus,
  .s-lib-jqtabs .nav-tabs > li > a:hover,
  .s-lib-jqtabs .nav-tabs > li.active > a,
  .s-lib-jqtabs .nav-tabs > li.active > a:focus,
  .s-lib-jqtabs .nav-tabs > li.active > a:hover {
    font-size: 1.8rem !important;
  }
}
/*FLIP CARDS*/ 
button.flip-card-action {
	background-color: transparent !important;
	border: none; 
	color: var(--cyan);
	font-weight: 700; 
	padding: 0px; 
	margin:10px; 
} 
button.flip-card-action:hover .flip-card-inner, button.flip-card-action:focus .flip-card-inner {
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.70), 0px 4px 6px 2px rgba(0, 0, 0, 0.5);
}
.flipCardAction {
	transform: rotateY(180deg);
	transform-style: preserve-3d;
}
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
}
.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	/* Safari */
	backface-visibility: hidden;
    display: grid;
    justify-content: center;
    align-content: center;
}
.flip-card-aligned-top {
    align-content: start;
}
.flip-card-front:after {
	font-family: 'Material Symbols Outlined';
	content: "\f854";
	display: block;
	right:10px;
	bottom: 10px;
	position: absolute; 
	font-size: 28px; 
	color: var(--slate); 
	padding: 4px; 
} 
.flip-card-back:after {
	font-family: 'Material Symbols Outlined';
	content: "\f854";
	display: block;
	right:10px;
	bottom: 10px;
	position: absolute; 
	font-size: 28px; 
	color: var(--slate); 
	padding: 4px; 
} 
.flip-card-front.background-slate:after, .flip-card-front.background-slate:after {
    color: #fff;
}
button.flip-card-action:focus .flip-card-front.background-bright-slate:after, button.flip-card-action:hover .flip-card-front.background-bright-slate:after, button.flip-card-action:focus .flip-card-front.background-slate:after, button.flip-card-action:hover .flip-card-front.background-slate:after {
    color: var(--slate) !important;
    background-color: var(--gold);
    padding: 4px;
    border-radius: 90%;
}
button.flip-card-action:focus .flip-card-front:after, button.flip-card-action:hover .flip-card-front:after, button.flip-card-action:focus .flip-card-back:after, button.flip-card-action:hover .flip-card-back:after {
    color: var(--gold) !important;
    background-color: var(--slate);
    padding: 4px;
    border-radius: 90%;
}
.flip-card-front h3 {
	padding: 10px; 
    margin-top: 0px;
    margin-bottom: 0px;
} 
.flip-card-front p,
.flip-card-back p {
	padding: 5px 30px; 
}
h3.flip-card-left,
p.flip-card-left {
	text-align: left;
	padding: 5px 30px; 
}
.flip-card-front hr,
.flip-card-back hr {
	margin-top: 0px;
    margin-bottom: 5px;
}
.flip-card-back {
	border-top: 4px solid #003b4c;
	color: #003b4c;
	padding: 5px;
	transform: rotateY(180deg);
	line-height: 180%;
}
/*FLIP CARDS STYLES*/ 
.flip-card-magic {
	width: 100%;
	height:100%;
	min-height:  150px; 
margin:0px !Important; 
}
.flip-card-250px {
	width: 250px;
	height:250px;
}
.flip-card-350px {
	width: 350px;
	height:350px;
}
.flip-card-400px-175px {
	width: 400px;
	height:175px;
}
.flip-card-full-150px {
	width: 100%; 
	height: 150px;
}
.flip-card-narrow-75 {
height: 75px; 
width: 100%; 
}
@media screen and (max-width: 1350px) {
.flip-card-narrow-75 {
	height: 125px; 
	width: 100%; 
}
}
@media screen and (max-width: 480px) {
.flip-card-narrow-75 {
	height: 250px !important; 
	width: 100%; 
}
.flip-card-narrow-75 .flip-card-back {
	padding: 0px !important;
}
.flip-card-narrow-75 .flip-card-back p {
	font-size: 1.6rem !important;
}
}
.flip-card-front img {
	width: 100%; 
	height: 100%; 
}
.flip-card-back-no-border {
	border-top: 0px;
}
/*CEL BIO FLIP CARDS*/ 
.flip-card-450px-575px {
  width: 450px;
  height:575px;
  }
.flip-card-bio-front-profile {
display: block;
height: 231px; 
background-size: contain;
background-position: left; 
background-repeat: no-repeat; 
}
.flip-card-bio-front-image {
height: 223px; 
}
.flip-card-bio-back-image {
float: left; 
height: 62px;  
width: 120px; 
display: block;
background-size: contain;
margin-right: 15px; 
background-repeat: no-repeat;
} 
.flip-card-450px-575px .flip-card-back p {
font-size: 14px !important;
}

/*MODAL HOT SPOT*/ 
.grid-hot-spot {
    display: grid; 
    grid-template-columns: repeat(10, 1fr); 
    grid-template-rows: repeat(10, 50px);
    justify-items: center;
    align-items: center;
	padding: 15px; 
	height: 530px; 
	width: 930px; 
}
@keyframes wiggle {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(10deg); }
    50% { transform: rotate(-10deg); }
    75% { transform: rotate(10deg); }
    100% { transform: rotate(0deg); }
}
button.hotspot-btn {
   background-image: URL(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/Hotspot_Icon.png);
	height: 48px;
	width: 48px; 
	background-color: transparent;
	border: none; 
	background-repeat: no-repeat;
	background-size: contain;
}
.hotspot-btn:hover, .hotspot-btn:focus {
   background-image: URL(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/Hotspot_Icon_Hovered_Gold.png);
}
/* Hotspot Modal Styles */
.hotspot-modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.hotspot-modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
	min-height: 33vh; 
}
button.hotspot-close {
    color: var(--slate);
    float: right;
    font-size: 40px;
    font-weight: bold;
    background-color: transparent;
    border: none;
}
.hotspot-close:hover,
.hotspot-close:focus {
    text-decoration: none;
	background-color: var(--hover-bg); 
}
button.hotspot-close-end {
    font-size: 20px;
    background-color: var(--slate);
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    margin-top: 50px;
}

.hotspot-close-end:hover,
.hotspot-close-end:focus {
    text-decoration: none;
	background-color: var(--hover-bg); 
	color: var(--slate); 
}


/*other content*/
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 150px auto;
    }
}
.section-navigation {
    background-image: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/section-navigation.png);
    background-repeat: no-repeat;
    height: 100px;
    text-align: left;
	padding-left: 96px;
    padding-top: 12px;
    margin-left: -35px;
    margin-right: -35px;
    background-size: contain;
}
@media screen and (min-width: 1600px) {
.section-navigation {
    margin-left: -85px;
    margin-right: -85px;
	    padding-top: 20px;
}
}
.section-navigation a {
    padding-right: 10px;
    padding-left: 10px;
    color: var(--dark-blue);
}
/*Updates the input checkbox label to be displayed inline with a line height*/
label {
    display: inline;
    line-height: 32px;
}
/*DIY TABBED BOXES*/ 
.horizontal-tabs ul.nav.nav-tabs li {
  min-height: 100px;
}
.horizontal-tabs .nav-tabs > li {
  margin-bottom: -2px;
}
.horizontal-tabs .nav-tabs > li.active {
  border-top: 3px solid var(--gold);
  border-left: 2px solid var(--light-gray);
  border-right: 2px solid var(--light-gray);
  border-radius: 0px;
}
.horizontal-tabs .nav-tabs > li > a,
.horizontal-tabs .nav-tabs > li > a:focus,
.horizontal-tabs .nav-tabs > li > a:hover {
  text-decoration: none;
  color: var(--slate);
  font-size: 16px !important;
  text-align: center;
  font-weight: 600;
}
.horizontal-tabs .nav > li > a:focus,
.horizontal-tabs .nav > li > a:hover {
  height: 60px;
}
.horizontal-tabs .nav-tabs > li.active > a,
.horizontal-tabs .nav-tabs > li.active > a:focus,
.horizontal-tabs .nav-tabs > li.active > a:hover {
  text-decoration: none;
  color: var(--slate);
  font-size: 16px !important;
  border-top: none;
  min-height: 60px;
  margin-bottom: 0px;
  font-variant: normal; 
}
.horizontal-tabs .nav-tabs {
  border-bottom: 1px solid var(--light-gray) !important;
}
.horizontal-tabs .nav-tabs > li {
  border-left: 2px solid var(--light-gray);
  border-top: 2px solid var(--light-gray);
  border-bottom: 2px solid var(--light-gray);
  border-right: 2px solid var(--light-gray);
  border-radius: 0px;
}
.horizontal-tabs .nav-tabs > li > a {
  height: 60px;
  border-radius: 0px;
}
.horizontal-tabs .nav-tabs > li.active {
  border-bottom: 2px solid #fff;
}
.horizontal-tabs .nav-tabs > li.active > a,
.horizontal-tabs .nav-tabs > li.active > a:focus,
.horizontal-tabs .nav-tabs > li.active > a:hover {
  border: 0px;
}
.horizontal-tabs ul.nav.nav-tabs li {
  min-height: 60px;
  background-color: #fff; 
}
.horizontal-tabs .nav-tabs > li.active > a,
.horizontal-tabs .nav-tabs > li.active > a:focus,
.horizontal-tabs .nav-tabs > li.active > a:hover {
  min-height: 60px;
}
.horizontal-tabs .nav > li > a:focus,
 .horizontal-tabs .nav > li > a:hover {
  text-decoration: none;
  min-height: 60px;
  background-color: var(--hover-bg);
  outline: none !important;
}

.horizontal-tabs div.tab-content {
  padding: 10px;
  border-bottom: 2px solid var(--light-gray);
  border-left: 2px solid var(--light-gray);
  border-right: 2px solid var(--light-gray);
}
@media screen and (min-width: 991px) {
 .horizontal-tabs  .nav-tabs > li > a,
 .horizontal-tabs  .nav-tabs > li > a:focus,
 .horizontal-tabs  .nav-tabs > li > a:hover,
 .horizontal-tabs  .nav-tabs > li.active > a,
 .horizontal-tabs  .nav-tabs > li.active > a:focus,
 .horizontal-tabs  .nav-tabs > li.active > a:hover {
    font-size: 2.25rem !important;
    text-align: center;
	padding: 10px 30px !important;
  }
}
@media screen and (max-width: 767px) {
 .horizontal-tabs  .nav-tabs > li > a,
 .horizontal-tabs  .nav-tabs > li > a:focus,
 .horizontal-tabs  .nav-tabs > li > a:hover,
 .horizontal-tabs  .nav-tabs > li.active > a,
 .horizontal-tabs  .nav-tabs > li.active > a:focus,
 .horizontal-tabs  .nav-tabs > li.active > a:hover {
    font-size: 1.8rem !important;
  }
}
/*VERTICAL NAV TABS*/
.vertical-tabs {
   display: flex;
}
.vertical-tabs ul.nav.nav-tabs li.active a, .vertical-tabs ul.nav.nav-tabs li.active   {
	background-color: white;
}
.vertical-tabs ul.nav.nav-tabs li, .vertical-tabs ul.nav.nav-tabs li a {
	background-color: var(--super-light-gray);
}
.vertical-tabs ul.nav.nav-tabs li a {
    text-align: left;
    font-variant: normal;
    text-decoration: none;
    font-size: 2rem;
    color: var(--slate);
}
 .vertical-tabs  .nav-tabs > li > a:focus, .vertical-tabs .nav-tabs > li > a:focus {
text-align:left;
font-variant: normal; 
background-color: var(--hover-bg); 
    font-size: 2rem !important;
}
.vertical-tabs .nav-tabs {
    flex-direction: column;
	width: 25%;
}
.vertical-tabs .nav-tabs > li {
    float: none; /* Prevent tabs from stacking horizontally */
    width: 100%;
}
.vertical-tabs .tab-content {
    flex: 1;
    padding-left: 20px;
	border-top: 2px solid var(--light-gray); 
	border-bottom: 2px solid var(--light-gray); 
	border-right: 2px solid var(--light-gray); 
    }
.vertical-tabs .nav-tabs > li {
    border-left: 2px solid var(--light-gray);
    border-top: 2px solid var(--light-gray);
    border-bottom: 2px solid var(--light-gray);
	border-right: 0px !important;
    border-radius: 0px;
	margin: 0px !important; 
}
.vertical-tabs .nav-tabs {
	border-bottom: 0px !important; 
} 
.vertical-tabs .nav-tabs > li.active {
	border-left: 10px solid var(--gold);
	border-right:5px solid #fff; 
	border-radius: 0px;
	width: calc(100% + 4px);
}
.vertical-tabs .nav-tabs > li.active a {
	font-weight: bold;
}
/*Modal Trigger Buttons*//* Base button style */
button.trigger-modal {
    padding: 8px;
    border: none;
    cursor: pointer;
    margin: 2px;
    font-size: 1.8rem;
    color: white;
    border: 4px solid white;
    width: 220px;
    background-color: var(--slate);
}
button.trigger-modal:hover, button.trigger-modal:focus {
background-color: var(--cyan);
color:#fff; 
}
/*Filters*/
.filterDiv {
  display: block;
}
button.trigger-filter {
    background-color: var(--light-gray);
    padding: 5px;
    min-width: 180px;
    margin: 4px 3px;
    border: none;
}
button.trigger-filter:hover, button.trigger-filter.active {
	background-color: var(--gold);
}
/* Active button style */
button.trigger-modal {
    background-color: white;
    color: var(--slate);
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr 20px;
    grid-column-gap: 3%;
    margin: 8px;
    line-height: 30.12px;
    min-height: 100px;
    width: 95%;
    font-size: 1.8rem;
    text-decoration: none;
    border: none;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
    align-items: center;
    text-align: left;
}
button.trigger-modal:after {
    content: "\f710";
    height: 20px;
    width: 20px;
    font-family: Material Symbols Outlined;
    font-size: 24px;
	align-self: end;
}
@media screen and (max-width: 767px) {
	button.trigger-modal {
		height: auto !important;
	} 
} 
button.trigger-modal:hover,
button.trigger-modal:focus {
  background-color: var(--slate) !important;
  color: var(--gold);
  border: 1px solid #fff;
}

button.trigger-modal:hover span.button-subtitle,
button.trigger-modal:focus span.button-subtitle {
  background-color: var(--slate);
  color: var(--gold);
}
/*LibWizard Answer Styles*/
.answer-feedback.wrong {
	background-color: red;
} 
.mobile-only {
display: none;
}
/*set grid-rows to align content*/
@media screen and (min-width: 1240px) {
    .grid-row-set-125ch {
        display: grid;
        grid-template-rows: 50px 105px 1fr;
    }
    .grid-row-set-100ch {
        display: grid;
        grid-template-rows: 50px 85px 1fr;
    }
}

@media screen and (min-width: 1600px) {
    .grid-row-set-125ch {
        display: grid;
        grid-template-rows: 50px 85px 1fr;
    }
    .grid-row-set-100ch {
        display: grid;
        grid-template-rows: 50px 60px 1fr;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
.fixed-300ch {
min-height: 250px; 
}
.fixed-375ch {
min-height: 270px; 
}
.fixed-450ch {
min-height: 285px; 
}
.fixed-600ch {
min-height: 325px; 
}
}
@media screen and (min-width: 1281px) {
.fixed-300ch {
min-height: 180px; 
}
.fixed-375ch {
min-height: 240px; 
}
.fixed-450ch {
min-height: 250px; 
}
.fixed-600ch {
min-height: 285px; 
}
}
@media screen and (min-width: 1600px) {
.fixed-300ch {
min-height: 150px; 
}
.fixed-375ch {
min-height: 190px; 
}
.fixed-450ch {
min-height: 280px; 
}
.fixed-600ch {
min-height: 250px; 
}
}
.example-cards-details {
    display: grid;
    grid-template-rows: 95px 85px 195px 1fr;
}

.example-cards-details-no-icon {
    display: grid;
    grid-template-rows: 95px 195px 1fr;
}
/*other*/
@media screen and (max-width: 1200px) {
	.mobile-only {
	display: block; 
	}
	.desktop-only {
	display: none;
	} 
}
button.trigger-inline-modal {
    background-color: transparent;
    border: none;
    padding: 0;
    text-decoration: none;
}

span.trigger-highlight:hover,
span.trigger-highlight:focus {
    background-color: var(--hover-bg);
    cursor: pointer;
}

button.trigger-green {
    color: var(--green);
    font-weight: bold;
}

button.trigger-slate {
    color: var(--slate);
    font-weight: bold;
}

button.trigger-gold {
    color: var(--gold);
    font-weight: bold;
}

button.trigger-cyan {
    color: var(--cyan);
    font-weight: bold;
}

button.trigger-green:hover,
button.trigger-green:focus,
button.trigger-slate:hover,
button.trigger-slate:focus,
button.trigger-cyan:hover,
button.trigger-cyan:focus,
button.trigger-gold:hover,
button.trigger-gold:focus {
    background-color: var(--hover-bg);
    text-decoration: none;
    color: var(--slate);
}

button.trigger-icon::after {
    content: '\e8d4';
    font-family: 'Material Icons';
}
button.trigger-button-icon {
    display: grid;
	grid-template-columns: 1fr 50px;
	grid-column-gap: 16px; 
	align-items: center;
    text-align: left;
}
button.trigger-button-icon::after {
    content: '\e8d4';
    font-family: 'Material Icons';
	font-size: 40px; 
	
}

button.button-hotspot {
    background-image: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/Hotspot_Icon.png);
    height: 48px;
    width: 48px;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    background-size: contain;
}

button.button-hotspot:hover,
button.button-hotspot:focus {
    background-image: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/Hotspot_Icon_Hovered_Gold.png);
}

/* Trigger side explanation */
.trigger-selected-highlight {
    background-color: rgba(253, 183, 26, 0.5);
    display: inline !important;
    text-decoration: underline;
}

.trigger-selected-highlight .no-trigger-highlight {
    background-color: transparent !important;
    text-decoration: none !important;
}

.reveal-explanation,
.reveal-content, .reveal-static-content {
    display: none;
}

.reveal-explanation:focus-visible {
    outline: none;
    border: none;
}

button.trigger-reveal-button {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    display: inline;
    color: var(--cyan);
    font-weight: bold;
}

button.trigger-reveal-button:hover,
button.trigger-reveal-button:focus,
button.trigger-reveal-content:hover,
button.trigger-reveal-content:focus, 
button.trigger-static-reveal:hover,
button.trigger-static-reveal:focus {
    color: var(--slate);
    background-color: var(--hover-bg);
}

.trigger-selected-highlight button.trigger-reveal-button {
    color: var(--slate) !important;
}
button.trigger-flexible-icon {
width: 50px; 
height: 50px; 
padding: 3px !important;
border-radius: 90%;
border: none; 
font-size: 40px;
}
button.trigger-flexible-icon span {
font-size: 40px;
}

button.border-radius-pill {
    border-radius: 45px;
}

button..background-dark-blue {
  background-color: var(--dark-blue);
  color: #fff; 
  padding: 8px;
  margin: 0px; 
}
button.background-slate {
  background-color: var(--slate);
	color: #fff;
padding: 8px;
  margin: 0px;
} 
button.background-light-gray {
  background-color: var(--light-gray);
    padding: 8px;
  margin: 0px;
} 
button.background-gold {
  background-color: var(--gold);
  color: var(--slate); 
    padding: 8px;
  margin: 0px;
} 
button.background-super-light-gray {
  background-color: var(--super-light-gray);
    padding: 8px;
  margin: 0px;
} 
button.background-beige {
  background-color: var(--beige);
    padding: 8px;
  margin: 0px;
} 
button.background-white {
  background-color: var(--white);
  padding: 8px;
  margin: 0px;
} 
button.trigger-flexible-icon:hover, button.trigger-flexible-icon:focus {
background-color: var(--hover-bg);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
                0px 2px 6px 2px rgba(0, 0, 0, 0.15);
}
button.background-slate:hover span.google-font-gold, button.background-slate:hover span.google-font-green,
button.background-slate:focus span.google-font-gold, button.background-slate:focus span.google-font-green  {
color: var(--slate);
}

button.trigger-fill {
height: 100%;
width: 100%;
}
button.shadow {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
                0px 2px 6px 2px rgba(0, 0, 0, 0.15);
}
button.no-border {
	border: none;
} 
button.trigger-square {
    width: 100%;
    margin: auto;
    font-size: 24px;
    text-decoration: none !important;
    padding: 16px;
	margin-bottom: 16px;
}
button.border-radius-5px {
    border-radius: 5px;
}
button.border-radius {
    border-radius: 15px;
}
button.engaged {
	background-color: var(--gold);
	color: var(--slate);
}
button.margin-8 {
	margin: 8px;
}
.buttons-justified-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.buttons-justified-container button {
flex: 1 calc(30% - 20px); 
min-width: 150px; 
white-space: normal;
}
/*Connected Reveals; a panel connects next to the button that opens it*/
.connectedRevealPanel {
	position: absolute; 
    width: 650px;
    background-color: #f1f1f1;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    transition: fade .5s ease;
    padding: 20px;
    display: none; /* Initially hidden */
	z-index: 1000; 
	margin-left: 50px; 
}
.connectedReveal-reversed {
	margin-left: -650px; 
}
.connectedReveal-top {
	transform: translateY(-100%); 
	margin-top: 50px; 
}
button.trigger-connected-reveal {
	position: absolute;   
	background-color: var(--slate);
    padding: 6px;
    color: #fff;
    border: none;
	z-index: 999; 
	display: grid; 
	align-items: flex-start; 
	grid-row-gap: 25px; 
	border: none;
    width: 50px;
	height: 50px; 
    border-radius: 90px;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
}

button.trigger-connected-reveal span {
	font-size: 36px;
	color: #fff; 
}
button.trigger-connected-reveal:hover, button.trigger-connected-reveal:focus {
	background-color: var(--gold);
}
button.trigger-connected-reveal:hover span, button.trigger-connected-reveal:focus span {
	color: var(--slate);
}

button.trigger-connected-reveal.active {
    border-radius: 0px;
}
@media screen and (max-width: 1300px) {
	button.trigger-connected-reveal {
		width: 35px;
		height: 35px; 
		padding: 2px; 
	}
	button.trigger-connected-reveal span {
		font-size: 28px;
	}
	.connectedRevealPanel {
		margin-left: 35px;
		width: 500px; 
	}
	.connectedReveal-reversed {
		margin-left: -500px !important; 
	}
}

/*desktop at 767 only*/
.mobile-display {
	display: none;
}
@media screen and (max-width: 767px) {
.desktop-display {
	display: none;
}
.mobile-display {
	display: block;
}
}

/*to override the stupid*/
p.default {
	color: var(--font) !important;
}  
ul.default li, ol.default li, ul.default li a, ol.default li a {
		color: var(--font) !important;
}  
h2.white, h3.white, h4.white, p.white, ol.white li, ul.white li, ul.white li a, ol.white li a {
	color: #fff !important;
}
.font-default p, .font-default  h2, .font-default  h3, .font-default h4, .font-default ul li, .font-default  ol li, .font-default td {
	color: var(--default) !important;
}