/* ensure that 1rem is 16px */
html {
	font-size: 16px;
}

/* experimental stuff */


/* widen the main viewport on large displays */
@media (min-width: 768px){
	.row[role="main"]>.col-sm-3:last-child {
		width: 15%;
	}
	
	.row[role="main"]>.col-sm-6 {
		width: 65%;
	}
	
	.row[role="main"]>.col-sm-3:first-child {
		width: 20%;
	}
}

/* 
 *	for some reason the default margins on these selectors from bootstrap 
 *	were causing the mobile view to be larger than the viewport width 
 */
@media (max-width: 767px){
	.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
		margin-right: 0;
	}
	
	.row {
		margin-right: 0;
	}
}

/* end experimental stuff */


.navbar {
	padding: 6px 0;
	min-height: initial;
	border-style: none;
	box-sizing: content-box;
}

.m-wide-navbar {
	margin-top: 0;
}

.m-logo-retina {
    height: 45px;
}

/* Indents and shrinks Community Hub navigation items */
.nav-child {
    margin-left: 2em;
    font-size: .9em;
}

/* hide the create account button on the login page */
.m-login a[href*="nc__createaccount"] {
	display: none;
}

.card, .card-list, .list-group {
	border-color: rgb(233, 234, 232) !important;
	border-width: 4px;
	border-radius: 0;
}

.list-group .list-group-item {
	border-width: 0;
	color: rgb(24, 24, 24);
}

.list-group {
	background-color: #ffffff;
	border-style: solid;
}

.btn {
	border-radius: 28px;
}

.navbar .navbar-nav > li > a {
	font-size: 18px !important;
	font-weight: 500;
}

.navbar .navbar-nav > li > a {
	padding: 0;
	border-style: none;
	margin: 3px 0;
}

.navbar .navbar-nav > li > a:hover {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-thickness: auto;
}

.navbar-nav > li:not(:last-child) {
	margin-right: 25px;
}

.navbar-brand {
	display: none;
}

.list-group .btn {
	width: initial;
}

.list-group {
	padding: 5px;
}

.page-header > .container::before {
	background-image: url('/resource/1570197549000/LAMLogo?cache=no');
	background-size: 20vw 6.89655vw;
	width: 20vw;
	height: 6.89655vw;
	background-repeat: no-repeat;
	content: '';
	float: left;
}

@media (min-width: 768px){
	.page-header > .container::before {
		/* 750px */
		background-size: 187.2px 64.55px;
		width: 187.2px;
		height: 64.55px;
		margin-right: 10px;
	}
	
	.navbar .navbar-nav > li > a {
		padding: 0;
		border-style: none;
	}
}

@media (min-width: 992px){
	.page-header > .container::before {
		/* 970px */
		background-size: 240px 82.75px;
		width: 240px;
		height: 82.75px;
		margin-right: 15px;
	}
	
	.navbar .navbar-nav > li > a {
		padding: 0;
		border-style: none;
	}
}

@media (min-width: 1200px){
	.page-header > .container::before {
		/* 1170px */
		background-size: 288px 97.5px;
		width: 288px;
		height: 97.5px;
		margin-right: 19px;
	}
	
	.navbar .navbar-nav > li > a {
		padding: 0;
		border-style: none;
	}
}

/* stuff for the footer */
/* rem on the lam website is 8px so all rem sizes here were divided by 2
 * because lwc on community expects rem to be 16px
 */
footer {
	font-size: 1.25rem;
}

footer .container {
    max-width: 1260px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    margin-left: auto;
    margin-right: auto;
}

footer .container .footer-first {
    padding-bottom: 40px;
}

footer .container .footer-first .site-name {
    line-height: 1.15;
    font-weight: 700;
    font-family: freight-text-pro,serif;
    margin: 0 0 1.5rem;
    -webkit-font-feature-settings: "liga","dlig";
    font-feature-settings: "liga","dlig";
    font-size: 2.25rem;
}

footer .container .footer-first .footer-menu ul {
    list-style-type: none;
    padding: 0;
    display: block;
}

footer .container .footer-first .footer-menu ul li {
    margin-right: 1.5rem;
    padding-bottom: 0.625rem;
}

footer .container .footer-first .social ul {
    list-style-type: none;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    padding: 0 0 0.5rem;
}

footer .container .footer-first .social ul li {
    margin-right: 1.5rem;
}

footer .container .footer-first .social ul li a {
    color: #000;
    background-color: #d8d8d8;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: nowrap;
    -ms-flex-wrap: none;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
}

footer .container .footer-first .social ul li a:focus, footer .container .footer-first .social ul li a:hover {
    text-decoration: none;
    color: #d8d8d8;
    background-color: #000;
}

footer .container .footer-second .logos {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

footer .container .footer-second .logos .logo {
    margin-right: 16px;
    margin-bottom: 16px;
}

footer .container .footer-second .logos .logo img {
    max-width: 265px;
	width: 100%;
	height: auto;
	display: block;
}

.fa-brands, .fab {
    font-weight: 400;
	font-family: "Font Awesome 6 Brands";
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

footer .container .footer-first .contact p:first-child {
    margin-bottom: 0;
}

footer .footer-copyright {
    max-width: 1260px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 140px;
}

@media (min-width: 520px){
	footer .container .footer-first {
		width: calc(60% - 30px);
		padding-right: 30px;
		padding-bottom: 0;
	}
	
	footer .container .footer-second {
		width: 40%;
	}
	
	footer .container .footer-second .logos {
		display: -webkit-box;
		display: flex;
		display: -ms-flexbox;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-ms-flex-direction: row;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-box-pack: end;
		justify-content: flex-end;
		-ms-flex-pack: end;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
	}
}

@media (min-width: 984px) {
	footer .container .footer-first .site-name {
		font-size: 2.625rem;
	}
	
	footer .container .footer-first .footer-menu ul {
		display: -webkit-box;
		display: flex;
		display: -ms-flexbox;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-ms-flex-direction: row;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-ms-flex-pack: start;
		-webkit-box-align: start;
		align-items: flex-start;
		-ms-flex-align: start;
	}
}

/* end footer styling */