@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;900&display=swap');
header .social { min-height: 30px; }
.sc-menu {
    -moz-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
}

main h1, main h2, main h3, main h4, main h5, main p, main li, main td {
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
main h1, main h2, main h3, main h4, main h5,
main .display-2, main .display-3 {
    font-weight: 900;
    margin-bottom: 1rem;
}
h1 { font-size: 36pt; }
b, strong {
    font-weight: 900 !important;
}

.sc-content-block-menu {
    z-index: 9999 !important;
}

blockquote {
    padding: 0 40px;
    font-family: Times New 'Times New Roman', Times, serif;
    font-size: 18px;
    font-style: italic;
}

blockquote.quote01 {
	font-weight: 100;
	font-size: 30px;
	max-width: 900px;
	line-height: 1.2;
	position: relative;
	margin: 0;
}

blockquote.quote01:before,
blockquote.quote01:after {
	position: absolute;
	color: #ccc;
	font-size: 80px;
	height: 4rem;
    font-weight: bold;
}

blockquote.quote01:before {
	content: '“';
    font-family: 'Times New Roman', sans-serif;
	left: -5rem;
	top: -1rem;
}

blockquote.quote01:after {
	content: '”';
    font-family: 'Times New Roman', sans-serif;
	right: -5rem;
	bottom: 1rem;
}

.quote01 cite {
	line-height: 3;
	text-align: left;
}
.btn.btn-warning {
background-color: #FFAF33;
font-weight: 700;
color: #fff;
}
.btn.btn-warning:hover {
background-color: #FF9900;
font-weight: 700;
color: #fff;
}
.btn.btn-transparent {
background-color: rgba(0,121,188,0.7);
font-weight: 700;
color: #fff;
}
.btn.btn-transparent:hover {
background-color: rgba(0,121,188,0.9);
font-weight: 700;
color: #fff;
}
main { min-height: 500px !important; }


footer { background-color: #052264; }
footer p { font-size: 12px;
    font-weight: 400; }


.spacer-30 { height: 30px; }
.spacer-60 { height: 60px; }
.personabar-visible .spacer-30, .personabar-visible .spacer-60 {
    background: repeating-linear-gradient(
    45deg,
  #ececec,
  #ececec 10px,
  #fff 10px,
  #fff 20px
);
}

#google_translate_element a { display: none; }

.show-on-admin { display: none; }
.personabar-visible .show-on-admin { display: block; color: #ff9900; }
.personabar-visible .space-on-admin { margin-top: 30px; margin-bottom: 30px; padding-top: 30px; padding-bottom: 30px; border-top: 1px dashed #ff9900; border-bottom: 1px dashed #ff9900; }
.grid-button div {
    background-image: linear-gradient(#ff9900,#ff0000);
}

.bg-primary-light {
    background-color: rgba(0,121,188,0.25);
}
.bg-question {
    background: #ececec;
}
.bg-secondary-light {
    background-color: rgba(5,34,100,0.25);
}


.background-image-cover { 
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.stellarnav.desktop li a.depth-0 {
    font-weight: 900;
}
.stellarnav.desktop li a.depth-1 {
    font-weight: 900;
}


.btn-xl {
    font-size: 200%;
    font-weight: bold;
    padding-left: 1rem;
    padding-right: 1rem;
}


.lity-close {
    z-index: 9994;
    width: 55px;
    height: 55px;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #0079bc !important;
    font-style: normal;
    font-size: 55px;
    font-family: Arial,Baskerville,monospace;
    line-height: 55px;
    text-shadow: none;
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.lity-content {
    max-width: 800px;
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
}

table {
    tr:nth-child(odd) {background-color: #F5F5F5;
}

th, td {
  text-align: left;
  padding: 15px;
}
































