@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  --bs-primary-rgb: #74013f;
  --bs-primary: #74013f;
  --bs-bg-opacity: 1;
}

a { color: var(--bs-primary); }

.seperator {
    background-color: #fff;
    width: 1px;
    height: 20px;
}

#top-of-site-pixel-anchor, #is-on-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    top: 200px;
    left: 0;
}

.font-size-10 { font-size: 10px; }

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Open Sans",Helvetica,sans-serif;
    color: #414042;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
	padding-top: 92px;
}
.font-amiri {
	font-family: "Amiri", serif;
}

/* styles */
.lead { font-weight: 500; }
h1,h2,h3,h4,h5 {
    font-family: "Amiri", serif;
    font-weight: 500;
    color: #414042;
}
h1, .heading-1 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 20px;
    color: #74013f;
}
h2, .heading-2 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
}
h3, .heading-3 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 .40385em 0;
}
a {
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.bg-light-grey {
    background-color: #e1e1e1;
    color: #414042;
}
.text-left {
    text-align: left;
}
.text-primary,
.fg-primary {
    color: #74013f !important;
}
.bg-primary {
    background-color: #74013f !important;
    color: #fff !important;
}
.btn {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    padding: 16px 60px;
    border: 0px;
    color: #74013f;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0;
}
.btn.btn-primary {
    background: #74013f;
    color: #fff;
    border-color: #74013f;
}
.button {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    padding: 16px 60px;
    border: 2px solid #ae8e99;
    color: #74013f;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
}
.button:hover {
    background-color: #ae8e99;
    border-color: #74013f;
    color: #74013f !important;
}
.button.button-white {
    color: #fff;
    border-color: rgba(255,255,255,.7);
}
.button.button-solid {
    background: #74013f;
    color: #fff;
    border-color: #74013f;
}
.button.button-solid:hover {
    background: #ececec;
}
.button.button-green {
    background: #08733C;
    color: #fff;
    border-color: #0b9850;
}
.button.button-green:hover {
    background: #87F7BD;
}

.video-playbutton {
	display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid white;
    background-color: var(--bs-primary);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: background 500ms ease-in-out;
    -moz-transition: background 500ms ease-in-out;
    -ms-transition: background 500ms ease-in-out;
    -o-transition: background 500ms ease-in-out;
    transition: background 500ms ease-in-out;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.video-playbutton:hover {
    background-color: var(--bs-secondary);
}
blockquote {
    padding-right: 0;
    margin: 0;
    color: #74013F;
    font-family: "Open Sans",serif;
    font-size: 24px;
	text-align: center;
	font-style: italic;
}
blockquote cite {
	font-size: 12pt;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
	font-style: normal;
	text-align: center;
}

/*** FOOTER ***/

footer .disclaimer {
    font-size: 12px;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin-bottom: 0;
}
strong {
    font-weight: 800;
}
.background-image-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*** ADMIN ***/
.personabar-visible .space-on-admin {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px dashed #ff9900;
    border-bottom: 1px dashed #ff9900;
}
.personabar-visible .stripe-on-admin {
	background-image: linear-gradient(45deg, #fcf2e2 25%, #ffffff 25%, #ffffff 50%, #fcf2e2 50%, #fcf2e2 75%, #ffffff 75%, #ffffff 100%);
	background-size: 56.57px 56.57px;
}
.sc-content-block-menu {
    z-index: 999999 !important;
}
.show-on-admin { display: none; }
.personabar-visible .show-on-admin { display: block; font-size: 10px; color: #ff9900; }

.personabar-visible .sc-cb-pane-glow {
    -webkit-box-shadow: 0 0 1px 1px #ff9900;
	box-shadow: 0 0 1px 1px #ff9900;
    min-height: 30px;
}

/*** HEADER ***/
.acrumb {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-left: 0; }
  .acrumb li {
    list-style-type: none;
    display: inline-block;
    text-transform: uppercase; }
    .acrumb li:last-child .breadcrumb-seperator {
      display: none; }
  .acrumb .breadcrumb-seperator {
    display: inline-block;
    padding: 0 10px; }

header .aks-links a {
  color: #b4b8b7; text-decoration: none; }

header .search a {
  color: #fff; text-decoration: none; }

/* NAV */
.stellarnav .menu-toggle {
    padding: 15px;
    box-sizing: border-box;
    background: transparent;
	font-weight: bold;
	font-size: 0;
}
@media (min-width: 768px) {
	.stellarnav .menu-toggle {
		font-size: 11pt;
	}
}
.stellarnav.dark, .stellarnav.dark ul ul {
    background: transparent;
}
.stellarnav .icon-close {
    margin-right: 10px;
}
.stellarnav .menu-toggle span.bars {
	margin-right: 0;
    margin-left: 7px;
    float: right;
}
.stellarnav.mobile.dark ul {
    background: rgba(100,100,100,1);
}
.stellarnav li a {
    /* padding: 10px 15px; */
}
.stellarnav.mobile.left>ul, .stellarnav.mobile.right>ul {
    max-width: 480px;
}
.stellarnav li li .dd-toggle {
    width: 48px;
    height: 38px;
}
.stellarnav li a.depth-0 {
    text-transform: uppercase;
	font-weight: bold;
}
.stellarnav li a.depth-1 {
    padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.stellarnav li a.depth-2 {
    padding-left: 45px;
	
	padding-top: 10px;
	padding-bottom: 10px;
}
.stellarnav li a.depth-3 {
    padding-left: 60px;
	
	padding-top: 10px;
	padding-bottom: 10px;
}
.stellarnav li a:hover {
	background: #73083f;
	color: #fff;
}
.stellarnav li a.selected {
	background: #73083f;
	color: #fff;
}