  @import url("/parents/header-signature.css");

hr.divider-bg {
	border: 8px solid #236192;
}

hr.divider-sm {
	border: 4px solid #236192;
}

h1, h2, h3, h4 {
	font-family: "Merriweather", serif !important;
}

.blue {color: #111c4e !important;}

.yellow {color: #ffcd00 !important;}

.white {color: white !important;}

.blurb-with-square-blue {
	background: linear-gradient(to left, white 13%, rgba(0,0,0,0) 13%), linear-gradient(to top, rgba(0,0,0,0) 13%, #111c4e 13%);
}

.blurb-with-square-yellow {
	background: linear-gradient(to right, white 13%, rgba(0,0,0,0) 13%), linear-gradient(to top, rgba(0,0,0,0) 13%, #ffcd00 13%);
}

.square-frame-yellow {
	background-color: #e4e4e4;
	border: 10px solid #ffcd00;
}

.square-frame-blue {
	background-color: #e4e4e4;
	border: 10px solid #111c4e;
}

.blurb-with-square-blue img, .blurb-with-square-yellow img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.grid-first {
	order: -1;
}

.blue-box {
	color: white;
	background-color: #111C4E;
	padding: 3em;
	background-image: url('https://www.uaf.edu/_resources/images/themes/Cartography-symbols_116.png'), url('https://www.uaf.edu/_resources/images/themes/Cartography-symbols_116-horizontal.png'); 
	background-repeat: no-repeat, no-repeat;
	background-position: left, top right;
	align-self: center;
}

.yellow-box {
	color: #111c43;
	background-color: #ffcd00;
	padding: 3em;
	background-image: url('https://www.uaf.edu/_resources/images/themes/Cartography_symbols_2766.png'), url('https://www.uaf.edu/_resources/images/themes/Cartography_symbols_2766-horizontal.png'); 
	background-repeat: no-repeat, no-repeat;
	background-position: right, top left;
	align-self: center;
}

.clear-box-arrow-bg {
	background-image: url("https://www.uaf.edu/parents/images/116%20triangle%20pattern.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-clip: padding-box;
    background-size: 50%;
}

.blue-box-arrow-bg {
	color: white;
	background-color: #111C4E;
	background-image: url('https://www.uaf.edu/parents/images/116%20triangle%20pattern.png'), url('https://www.uaf.edu/parents/images/116%20triangle%20pattern.png'); 
	background-repeat: no-repeat, no-repeat;
	background-position: left bottom, right top;
	align-self: center;
	padding: 8em 4em;
}

.yellow-dots-bg {
	padding-top: 3em;
	padding-bottom: 3em;
	background-image: url('https://www.uaf.edu/parents/images/Multiple%20blobs%20116.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.blurb-with-circle {
	align-items: center;
}


.circle-frame-yellow, .circle-frame-blue {
	overflow: visible !important;
	padding: 0px;
}

.circle-frame-yellow img {
	border-radius: 50% !important;
	outline: 12px dashed #111c4e;
	outline-offset: -6px;
	overflow: hidden;
	border: 12px solid #ffcd00;
	width: 100%;
	object-fit: cover;
}

.circle-frame-blue img {
	border-radius: 50% !important;
	outline: 12px dashed #ffcd00;
	outline-offset: -6px;
	overflow: hidden;
	border: 12px solid #111c4e;
	width: 100%;
	object-fit: cover;
}


.event-table {
	border-top: 8px solid #236192;
	border-bottom: 8px solid #236192;
	padding: 2em 0em;
}

.event-item {
	border-bottom: 4px solid white;
	padding-bottom: 2em;
}

.event-item:nth-of-type(odd) {
	grid-column: 1 / 2;
	color: #ffcd00;
	text-align: left;
	padding-right: 1em;
}


.event-item:nth-of-type(even) {
	grid-column: 2 / 4;
	color: white;
	text-align: justify;
}

.event-item:nth-of-type(even) a, .event-item:nth-of-type(even) a:visited {
	color: #ffcd00 !important;
	font-weight: bold;
}

.event-item:nth-last-of-type(-n + 2) {
	border-bottom: none;
	padding-bottom: 0px;
}




















