/* HIDE NAVIGATION - "comment" this if you need to get to the editing tools. (System Options > Site Configuration)  */

.navigation	{
	display: none;
}

/* END HIDE NAVIGATION */



html	{
	scroll-behavior: smooth;
}

body {
	font-family: "proxima-nova", serif;
	font-style: normal;
	color: #000000;
	font-size: 16px;
	line-height: 1.8em;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6	{
	font-family: "poppins",sans-serif;
	color: #004890;
	letter-spacing: 0.05em;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6  strong	{
	font-weight: normal;
}

h1	{
	font-style: normal;
	font-weight: 500;
	font-size: 44px;
	line-height: 56px;
	margin-bottom: .5em;
}

h1 strong	{
	font-weight: 500;
}

h2	{
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 44px;
	margin: .5em 0 .25em 0;
}

h2 strong	{
	font-weight: 400;
}

h3	{
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 36px;
	margin: .5em 0 .25em 0;
}

h3 strong	{
	font-weight: 400;
}

h4	{
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	margin: .5em 0 .25em 0;
}

h4 strong	{
	font-weight: 500;
}

h5	{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	margin: .5em 0 .25em 0;
}

h5 strong	{
	font-weight: 600;
}

h6	{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	margin: .5em 0 .25em 0;
	text-transform: uppercase;
}

h6  strong	{
	font-weight: 500;
}

/* PARAGRAPH AND LIST FONT CHOICES */

p, ul, li	{
	font-size: 16px;
}

p	{
	margin: 0 0 1em 0;
}

.container ul	{
	margin: 0 0 0 15px;
}

.container ol	{
	margin: 0 0 0 18px;
}


/* ANCHOR TAG STYLES */

.container a	{
	color: #004c98;
	text-decoration: none;
	border-bottom: 1px solid #004c98;
	position: relative;
}

.container a::after	{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background-color: #0c3259;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease-out;
}

.container a:hover,
.container a:focus	{
	color: #0c3259;
	text-decoration: none;
}

.container a:hover::after	{
	transform: scaleX(1);
	text-decoration: none;
}


.banner {
	border-bottom: 1px solid #004c98;
	background-image: url('https://www.smc.edu/_resources/assets/commed/header-gradient-bg.png');
	background-repeat: no-repeat;
	background-position: -50px -80px;
	background-size: 250px 250px;
}

.banner-cont, 
.branding-footer-cont, 
.container-cont, 
.footer-cont, 
.navigation-cont {
	max-width: 95%;
}

.element-shell {
	max-width: 100%;
}

.client-logo {
	width: 20%;
}

/* Top Navigation */
.nav-user ul li a, 
.nav-user ul li a:visited {
	text-decoration: none;
	color: #3370ad;
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .15em;
	text-shadow: none;
	position: relative;
    font-size: 14px;
	padding: 0;
	margin-left: 30px;
}

.nav-user ul li a::after	{
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 1px;
	background-color: #0c3259;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease-out;
}

.nav-user ul li a:hover, 
.nav-user ul li a:focus {
	color: #0c3259 !important;
}

.nav-user ul li a:hover::after	{
	transform: scaleX(1);
}

.nav-user-cont {
	width: 80%;
}

.nav-account {
	width: 35%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}

.nav-account h2 {
	text-align: left;
	padding: 10px 4% 0;
}

.nav-account ul li, 
.nav-account ul li.fr {
	width: 30%;
	font-size: 12px; 
}

.search-form {
	width: 35%;
}

/* Last Viewed Section */

.nav-last-viewed {
	border: 1px solid #004a97;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.nav-last-viewed .list-info {
	font: 16px "proxima-nova", serif;
	color: #444;
	text-shadow: none;
	padding: 6px 0 6px 1%;
	letter-spacing: 0.05em;
}

/* Social Media Content */

.social-media h2 {
	margin-top: 0;
}

.nav-social-media .nav-social-media-item .nav-social-media-link img.nav-social-media-image	{
	width: 21px;
	height: auto;
}


/*+++++++++++ LINK FOCUS +++++++++++*/

:target {
	-webkit-animation: target-fade 2.5s;
	-moz-animation: target-fade 2.5s;
	-o-animation: target-fade 2.5s;
	animation: target-fade 2.5s;
	outline: 0;
}

@-webkit-keyframes target-fade {
	from { background-color: #f7cf3d; } /* [1] */
	to { background-color: transparent; }
}

@-moz-keyframes target-fade {
	from { background-color: #f7cf3d; } /* [1] */
	to { background-color: transparent; }
}

@-o-keyframes target-fade {
	from { background-color: #f7cf3d; } /* [1] */
	to { background-color: transparent; }
}

@keyframes target-fade {
	from { background-color: #f7cf3d; } /* [1] */
	to { background-color: transparent; }
}

/*+++++++++++ CLEAR FIX +++++++++++*/

.cf {
	overflow: auto;
}

.cf::after {
	content: "";
	clear: both;
	display: table;
}