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

.ret-img-70 {background:#fff !important; padding:0.5rem !important; box-shadow: 2px 2px 2px #000 !important;}
.hallBlock {
	background: white none repeat scroll 0 0;
	bottom: 95px;
	margin: auto;
	padding: 1.2rem;
	position: relative;
	width: 80%;
	min-height: 300px;
}
.hallBlock p.h6 {
	border-left: 6px solid #ffd500;
	padding-left: 1rem;
}
.hallBlock a:link {
	text-decoration: none;
	font-weight: 600;
}
.hallBlock p {
	margin: 0 0 1rem;
}

.box-outline-yellow {
	border: 6px solid #ffcd00;
	padding: 2rem;
	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: top right, top left;
}

/* BEGIN SUBNAV CUSTOM STYLES */

#sidebar ul.subnav {
	background-color: #111C4E !important;
	border-top: 7px solid #236192 !important;
}

#sidebar ul.subnav li.nav-item a {
	color: #ffcd00 !important;
}
#sidebar ul.subnav li.nav-item:hover, 
#sidebar .subnav .nav-item:hover a, 
#sidebar > ul > li.nav-item.active, 
#sidebar > ul > li.nav-item.active > a {
	background-color: #ffcd00 !important;
	color: #111C4E !important;
}

.nav-pills .nav-link:not(.active){
	background: #111c4e;
	color: #ffcd00;
	border: none;
	text-align: left;
}

.nav-pills .nav-link.active, .nav-pills .show >.nav-link, .nav-pills > .nav-link:hover {
	background: #ffcd00;
	color: #111c4e;
	border: none;
		text-align: left;

}

.tab-container {
	padding: 0;
}



/* BEGIN FOOTER CUSTOM STYLES */
footer.page-footer.center-on-small-only.bg-primary.pt-5 {padding-top:0 !important;}
footer div.featured-bg-container.full-width.light {background-color:#ffcd00 !important;}
footer .featured-bg-container.light a:link, .featured-bg-container.light a:visited, .featured-bg-container.full-width.light a:link, .featured-bg-container.full-width.light a:visited {color: #fff !important; text-decoration: none !important;}
#google_translate_element {background: #236192 !important;}
footer.page-footer a:link.goog-te-menu-value, footer.page-footer a:visited.goog-te-menu-value, footer.page-footer a:hover.goog-te-menu-value, footer.page-footer a:active.goog-te-menu-value {color: #333 !important;}

/* VIEWPORT BREAKPOINT STYLES */
@media (min-width: 550px){
.hallBlock::before {
    border-bottom: 52px solid #fff;
    border-left: 8rem solid transparent;
    content: "";
    position: absolute;
    right: 0;
    top: -50px;
}
}
@media (min-width: 750px){
.hallBlock::before {
    border-left: 10rem solid transparent;
}
}

@media (min-width: 950px){
.hallBlock::before {
    border-left: 12rem solid transparent;
}
}
.bgQuote {
    padding: 1rem;
    width: 95%;
	margin-top:1rem;
	color:#236192;
    text-indent: -1rem ;
}
.bgQuote::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 30px solid #fff;
    border-right: 30px solid transparent;
    position: relative;
    bottom: 55px;
}
.blueBg {
    background: #fff;
}