
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');

:root {
	--body-font-stack: 'Fira Sans', sans-serif;
	--ems-nav-active-background: #003f87;
	--ems-nav-active-text: #fff;
	--ems-nav-inactive-background: #ffffff;
	--ems-nav-inactive-text: #003f87;

	--btn-ems-register-background: #bad80a;
	--btn-ems-register-text: #003f87;
	--btn-ems-decline-background: #fff !important;
	--btn-ems-decline-text: #000 !important;
	--btn-ems-who-background: #fff;
	--btn-ems-who-text: #000;

a#btn-ems-decline {
    background-color: var(--btn-ems-who-background);
    color: var(--btn-ems-who-text);
}

	--btn-ems-fwd-background: #bad80a;
	--btn-ems-fwd-text: #003f87;
	--btn-ems-back-background: #bad80a;
	--btn-ems-back-text: #003f87;

	--btn-ems-addguest-background: #bad80a;
	--btn-ems-addguest-text: #003f87;

	--btn-givenow-toggle-off-background: white;
	--btn-givenow-toggle-off-text: black;
	--btn-givenow-toggle-off-hover-background: #003f87;
	--btn-givenow-toggle-off-hover-text: #fff;
	--btn-givenow-toggle-on-background: #003f87;
	--btn-givenow-toggle-on-text: #fff;
	--btn-givenow-toggle-on-hover-background: #003f87;
	--btn-givenow-toggle-on-hover-text: #fff;
	--btn-givenow-submit-background: #003f87;
	--btn-givenow-submit-text: #fff;	

	--memb-current-membership-border: #ffd620;
	--memb-current-membership-heading-background: #ffd620;
	--memb-current-membership-heading-border: #ffd620;
	--memb-current-membership-heading-text: black;
	--memb-pricing-table-heading-background: #003f87;
	--memb-pricing-table-heading-border: #003f87;
	--memb-pricing-table-heading-text: white;
	--memb-pricing-table-button-primary-background: #BAD80A;
	--memb-pricing-table-button-primary-border: #BAD80A;
	--memb-pricing-table-button-primary-text: black;
	--memb-pricing-table-button-footer-background: #BAD80A;
	--memb-pricing-table-button-footer-border: #BAD80A;
	--memb-pricing-table-button-footer-text: black;

}



/* Z-EDITS */
.pricing-table .panel-heading {
		font-weight: bold;
		font-size: 1.6em;
	}
.pricing-table .panel-footer .btn {
    font-weight: bold;
    font-size: 1.3em;
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 10px;  
    box-shadow: .125rem .125rem 0 #003f87;
}



/* FOR HEADER */
#header {
	height: 170px;
	background: #003f87;
	padding: 0;
	box-shadow: 1px 1.732px 7px 0 rgba(0, 0, 0, 0.3);
	width: 100%;
	z-index: 1000;
	left: 0;
	top: 0;
	box-sizing: border-box;
	font-family: var(--body-font-stack);
}
#header * {
	box-sizing: border-box;
}
#header img {
	max-width: 100%;
	max-height: 170px;
	height: auto;
}
#header h1 {
	margin: 0;
	line-height: 1em;
	font-size: 3.025rem;
	line-height: 1;
	font-weight: 400;
	font-family: var(--body-font-stack);
}
#header h1 a {
	text-decoration: none;
	color: white;
}
#header h1 a:hover {
	text-decoration: none;
	color: #003f87;
}
/* END HEADER */

/* FOR FOOTER */
footer {
	color: #fff;
	padding-top: 30px;
	background: #003f87;
	float: left;
	width: 100%;
	font-size: 1.1em;
	font-family: var(--body-font-stack);
}
#footer a {
	color: #63c2ff;
	text-decoration: underline;
}
#footer a:hover {
	color: #d6e86c;
	background-color: #002f5e;
	text-decoration: none;
}

#footer .western-info {
    align-self: end;
    text-align: right;
    grid-area: info;
}
#footer .tribal-lands-statement {
    grid-area: statement;
    -ms-grid-column: 3;
}
#footer .copyright {
    margin: auto;
    grid-area: copyright;
}
#footer .copyright, #footer .tribal-lands-statement p {
	font-weight: 300;
	font-size: calc(1rem + .25 * ((100vw - 18.75rem)/ 62.5));
}
.visually-hidden {
	position: absolute;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	word-wrap: normal;
	white-space: nowrap;
}

/* END FOOTER */


/* making alumniq stuff fit into the school theme */
.btn {
	border: 1px solid #ddd;
	border-radius: 3px;
	text-decoration: none;
}
.btn-primary {
	color: white;
	background-color: #003f87;
}
.btn-primary:hover {
	color: #fff;
	background-color: #007ac8;
}
.btn-info {
	color: #5bc0de;
	background-color: white;
}
.btn-success {
	color: #5cb85c;
	background-color: white;
}
.btn-link,.btn-link:hover {
	color: #b62f30;
}
.panel-primary {
	border-color: #b62f30;
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #b62f30;
	border-color: #b62f30;
}

@media (min-width: 631px){
	#global-navigation .nav {
		grid-template-columns: initial;
		grid-auto-flow: column;
		justify-content: start;
		height: 55px;
		align-items: center;
	}
}

a {
	color: #006ebb;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a:hover {
	text-decoration: none;
	color: #003f87;
	background-color: #e3e7e9;
}


#global-navigation {
	background-color: #007ac8;
}
#global-navigation .nav {
	height: 55px;
}
#global-navigation a {
	color: white;
	height: 100%;
}
#global-navigation a:hover, #global-navigation a:active {
	text-decoration: underline;
	background-color: transparent;
}
#login-panels {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 15px;
}

#login-panels .panel-body {
	display: grid;
	grid-template-rows: 1fr auto auto;
	align-items: start;
	grid-gap: 15px;
}

#login-panels .panel-body::before, #login-panels .panel-body::after {
	display: none;
}

#login-panels p {
	margin: 0;
}

#login-panels .meta-links {
	text-align: center;
}

