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

.degreesContainer {
	margin-bottom: 4rem;
	font-size: 1rem !important;
}
.degreesContainer h4 {
	font-size: 1.3em;
	margin-bottom: 0;
	font-family: inherit;
}

.filter-label {
	color: #95a5a6;
	display: block;
	margin-bottom: 4px;
	margin-top: 0;
	padding: 0;
}
.filter-group{
	padding-bottom: 1rem;
}

.filter-group--compound button {
	background-color: transparent;
	width: auto;
	padding: 12px 15px;
	height: auto;
}
.filter-group .btn.active:after, .filter-group .btn.active:before {
	opacity: 1;
}
.filter-group--compound button.active {
	padding: 10px 10px 10px 2rem;
} 

.filter-group .btn {
	position: relative;
	margin: 0 0 5px;
}

.btn:focus.active {
	box-shadow: inset 0 1px 2px rgba(0,0,0,.3), 0 0 0 2px rgba(52,73,94,.4);
}

.filter-group .btn.active:after, .filter-group .btn.active:before {
	content: "";
	height: 20px;
	left: 15px;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transition: .2s;
	width: 20px;
}
.filter-group .btn:after {
	background-image: url(https://vestride.github.io/Shuffle/img/check.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 60%;
}

.grid__brick {
	margin-bottom: 0rem;
	padding: 1rem;
}

.mb-2{
	margin-bottom: 1rem;
}

.filter-group .btn.active:after, .filter-group .btn.active:before {
	left: 15px;
	opacity:1;
}

.degreesContainer select {
	width: 75%;
	height: 2.5rem;
}

.inputGroup {
	background-color: #eee;
	display:inline-block;
	position: relative;
}

label {
	padding: 0.25em 0em;
	width: 100%;
	display: inline-block;
	text-align: left;
	color: #3C454C;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: color 200ms ease-in;
	margin:0;
}

input:checked ~ label {
	color: #dc3545;
	font-weight:700;
}

.inputGroup input {
	cursor: pointer;
	display: none;
}
.js-topic-option .inputGroup {
	display: block;
	margin: 5px 0;
}
.js-college-option .inputGroup {
	display: block;
	margin: 5px 0;
}

.textfield {
	-webkit-appearance: none;
	border: 2px solid #95a5a6;
	border-radius: 4px;
	box-sizing: border-box;
	color: #34495e;
	font-size: 1rem;
	padding: .5em;
	transition: .15s;
	width: 100%;
}

.btn {
	border-radius: 0;
}
.btn {
	-webkit-appearance: none;
	background-color: rgba(52,73,94,0);
	border: 1px solid #34495e;
	border-radius: 3px;
	color: #34495e;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	padding: .75em .8em;
	text-align: center;
	transition: .2s ease-out;
}

.btn.active, .btn:active {
	background-color: #34495e;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
	color: #fff;
}
.btn:hover {
	background-color: #34495e;
	color: #fff;
	text-decoration: none;
}

.uaa input:checked ~ label {
	color: #ffffff;
	font-weight: 700;
	background: #00583D;
}
.uaf input:checked ~ label {
	color: #ffffff;
	font-weight: 700;
	background: #236192;
}
.uas input:checked ~ label {
	color: #ffffff;
	font-weight: 700;
	background: #059ac7;
}
.inputGroup:hover {
	background-color: #f5efc6;
}

html {
	scroll-behavior: smooth;
}

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

.img-divider {
	width: 50%;
}

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

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

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


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

.card-footer {
	background-color: transparent !important;
	border-top: none !important;
}

.yellow-dot-bg {
	background: url("https://www.uaf.edu/admissions/images/Single%20blob%20116.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

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

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

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

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

.person {border: none;}

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











