@import url(https://www.csus.edu/newcsus2019-global-assets/_internal/css/header-footer.css);

q {
  quotes: "“" "”" "‘" "’";
}
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}
/*
h1 {
	font: 200 48px 'Lato', 'Helvetica', 'Arial', sans-serif;
	margin: 0 0 20px 0;
}

h2.headline {
	font: 300 36px 'Lato', 'Helvetica', 'Arial', sans-serif;
	color: #00573d;
	margin: 0 0 25px 0;
}

h3 {
	font: 500 26px 'Lato', 'Helvetica', 'Arial', sans-serif;
	margin: 0 0 5px 0;
	color:#ac703d;
	color:#975013;
}

.post h2 {
	font: 500 26px 'Lato', 'Helvetica', 'Arial', sans-serif;
	margin: 0 0 20px 0;
	color:#ac703d;
	color:#975013;
}
*/
#article-index {
	padding: 0 2%;
	background: url('https://www.csus.edu/news/articles/assets/img/slogogrey.png') left center no-repeat;
	background-size: contain;
}
/*
p {
	font: 300 16px/20px 'Helvetica', 'Arial', sans-serif;
	color: #5F5F5F;
	margin: 0 0 15px 0;
}
*/
hr {
	margin: 0 0 10px 0;
	border-top: 1px solid grey;
}



/* @group buttons
=============================================================================================================== */

/* @group button colors
===================================== */

.btn-gold {				
	background: #C2B174; 
   
}
.btn-green {			background: #00573C; }
.btn-green-darker {		background: #15523C; }
.btn-gray {				background: #5C5B56; }

/* (remove bootstrap border, set font weight and color) */
.btn-gold,
.btn-green,
.btn-green-darker,
.btn-gray {
	border: 0;
	font-weight: 700;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.btn-gold{
	 color: #333;

}

/* (buttons in layout-primary are wider) */
.layout-primary .btn-gold,
.layout-primary .btn-green,
.layout-primary .btn-green-darker,
.layout-primary .btn-gray {
	padding-left: 20px;
	padding-right: 20px;
}

.btn-gold:hover,
.btn-green:hover,
.btn-green-darker:hover,
.btn-gray:hover {
	color: #fff;
}

.btn-gold:focus,
.btn-green:focus,
.btn-green-darker:focus,
.btn-gray:focus {
	color: #fff;
}

.btn-variation-dark {
	color: #333;
}

.btn-variation-dark:hover,
.btn-variation-dark:focus {
	color: #333;
}

a.btn-variation-blend {
	position: relative;
}

a.btn-variation-blend::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 0 -10px 20px -5px rgba(0,0,0,.25);
	border-radius: 4px;
}

/* @end button colors
------------------------------------- */

/* @group icon treatment
===================================== */

.btn.has-icon {
	box-shadow: inset 0 5px 10px -5px rgba(255,255,255,.2);
	padding-top: 8px;
	padding-bottom: 8px;
}

.btn.has-icon::before {
	content: '';
	position: relative;
	
	height: 16px;
	width: 10px;
	background-image: url('/news/articles/assets/img/csus-button-icon.png');
	background-repeat: no-repeat;
	background-size: 10px 16px;
	
	display: inline-block;
	vertical-align: middle;
	
	margin-right: 6px;
	
	margin-top: -2px;
}

/* @end icon treatment
------------------------------------- */


/* ********************************************************** */
/* ************************ POSTS *************************** */

.posts {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.posts li {
	margin: 10px 0 10px 20px;
	padding: 0;
	/*font: 400 16px/20px 'Helvetica', 'Arial', sans-serif;*/
  	color: #5F5F5F;
}


.posts ul {
	margin-bottom: 20px;
}

.postdate {
	font-size: 15px;
	font-weight:600;
	color: #00573d;
	color:#975013;
}

.posts p {
	
}

.posts em {
	font-style:italic;
}

.author {
	display: none;
}

.imgRight {
	float: right;
	margin: 0 0 20px 20px;
	width: 45%;
	height: auto;
	font-size: .8em;
    font-weight: 600;
}

.imgLeft {
	float: left;
	margin: 0 20px 20px 0;
	width: 45%;
	height: auto;
	font-size: .8em;
    font-weight: 600;
}

.mugRight {
	float: right;
	margin: 0 0 20px 20px;
	width: 25%;
	height: auto;
}

.mugLeft {
	float: left;
	margin: 0 20px 20px 0;
	width: 25%;
	height: auto;
}

.imgRight img, .imgLeft img, .mugRight img, .mugLeft img {
	width: 100%;
}

.imgRight p, .imgLeft p, .mugRight p, .mugLeft p {
	font-size: .8em;
    font-weight: 600;
    margin-top: -10px;
}


@media (max-width: 650px) {
	
	.imgRight, .imgLeft {
		width: 100%;
	}
	
	.mugRight, .mugLeft {
		width: 35%;
	}
}


/* ********************************************************** */
/* ******************** RESPONSIVE VIDEO ******************** */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	margin-bottom: 30px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.insetVideo {
	width: 50%;
	float: right;
	margin: 0 0 10px 15px;
}

.verticalVideo {padding-bottom: 166.125%;}

@media (max-width: 750px) {
	
	.insetVideo {
		width: 100%;
		display: block;
		margin: 10px 0;
	}
}




/* ********************************************************** */
/* ********************* MORE INFO ************************** */


.moreInfo {
	background: #f8f4e4;
	padding: 15px 2%;
	float: left;
	width: 250px;
	margin: 0 20px 20px 0;
}

.moreInfo img {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}

@media (max-width: 650px) {
	
	.moreInfo {
		width: 100%;
	}
}



/* ********************************************************** */
/* *********************** SIDEBAR ************************** */

/*
#sidebar {
	background: #f8f4e4;
	padding: 15px 2%;
}

input, input[type="search"] {
	-webkit-appearance: textfield;
	padding: 5px;
	border: none;
	background-color: #eeeeee;
	border-left: thin solid #e6e6e6;
	cursor: auto;
	width: 140px;
	margin: 0;
	height: 35px;
}

#sidebar h2 {
	font: 500 28px 'Lato', 'Helvetica', 'Arial', sans-serif;
	margin: 20px 0;
}

#sidebar p {

	font-family: 'Helvetica', 'Arial', sans-serif;
	margin-left: 10px;
	margin-bottom: 20px;
}

#sidebar a {
	color: #00573d;
	text-decoration: underline;
}

#sidebar strong {
	color: #00573d;
}

#sidebar p {
	font-size: 14px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	margin-left: 10px;
	margin-bottom: 20px;
}

.articleBody a {
    color: #004E39;
    color: #0fa153;
    font-weight: bold;
}
*/

/* ********************************************************** */
/* ****************** POST STORY CTA ************************ */

#postArticle {
margin: 30px 0;
text-align: left;
}

#postArticle p
{
color:#666;
font-style: italic;
}

#postArticle .button
{
    background: #00573d;
    color: white;
    padding: 6px;
    width: 180px;
    text-align: center;
	border-radius: 4px;
	margin-bottom: 20px;
}

/* ************************************************************************/
/* ****** CSS To Address Archived Article with Responsive-3.0 Header ******/
#csus-global-footer .d-none{
	display:none;
}

header .header-auxiliary, header .header-primary nav.site-navigation, header .mobile-nav-toggle-list{
	display:none !important;
}

.page-layout footer#csus-global-footer{
	padding:0;
}