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

@charset "UTF-8";
/* CSS Document */
.featured-bg-container.dark h3.text-uppercase {text-transform:unset !important; font-weight:800;}
.featured-bg-container.dark h3.text-uppercase a {color:#fff !important; text-decoration:none !important;}
.colorboxes-container a {text-decoration:none !important;}
.customquickFacts {border-top: #ffcd00 solid 0.5rem !important;}
.quotes-container {font-size:1.25rem;}
.quotes-container .col-md .row.pt-4 .col .pt-4.px-3.bg-light, .quotes-container .col-md .row.pt-4 .col .pt-4.px-3.bg-light .lazy.slider.bg-light.py-3.my-1.slick-initialized.slick-slider {
	background-color: transparent !important;
}
.quotes-container .slick-slide {margin:0;}
.quotes-container .slider blockquote {border-left:none; padding:0;}

.quotes-container .slider blockquote cite {
	color:#fff;
}
.embed-container {
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
} 
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}
.carousel-container.multi-slider .carousel-item {
	background: transparent;
}


/* added local styles for components -- kvsnow 11/12/24 */
html {
	scroll-behavior: smooth;
}

.no-bg-banner .themeCustom {
	background-color: transparent;
	margin-bottom: 0rem;
	padding: unset;
}

.icon {color: #236192; width: 100%; font-size: 82px; text-align: center !important;}

.img-divider {
	width: 50%;
}


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

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

.yellow {
	color: #ffcd00 !important;
	text-shadow: black 1px 0 4px;
}

.white {color: white !important;}

.big-text {font-size: 3em;}

.img-divider {width: 50%;}

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


.circle-frame-yellow {
	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;
}

.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;
}

.card-footer {
	background-color: rgba(0,0,0,0);
	border-top: none;
}

h3.card-title {
	padding: 0.75rem 0rem;
}

.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;
	background-position: center;
}

@media only screen and (max-width: 600px) {
	.img-divider {
		width: 100%;
	}

	.blue-box {
		background-image: url('https://www.uaf.edu/_resources/images/themes/Cartography-symbols_116-horizontal.png') !important;
		background-position: top !important;
		padding: 3em 1em 1em 1em !important;
	}

	.circle-frame-yellow {
		padding: 3em;
		order: -1;
		background-clip: border-box;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #111c4e 50%, #111c4e);
	}

	.circle-frame-yellow img {
		width: 90% !important;
	}
}