
h1{
	font-size: 40px;
}
h1.blue {
    padding: 10px 0 10px 0;
}
h1.blue .ancillary-title {
    margin-top: -20px !important;
}
.ancillary-title{
	margin-top: -20px !important;
}

.navbar {
	margin-bottom: 0;
	border-radius: 0;
}

.clear{
	clear:both;
}
.bg-spartan-blue{
	background-color:#0055A2;
}
.bg-spartan-gold{
	background-color:#E5A823;
}
.bg-spartan-gray{
	background-color:#939597;
}
.bg-white{
	background-color:#ffffff;
}


.sjsu-navbar{
	background: #0055A2;
}
.sjsu-navbar .navbar-brand{

/*
	color: #ffffff;
	font-size:16px;
	font-weight:300;
*/	
}	
.sjsu-navbar .navbar-brand:hover{
/*
	color: #ffffff;
	text-decoration:underline;
*/	
}
	
.sjsu-navbar .sjsu-primary-menu li{
	margin: 5px 20px .5em 15px;
}		
	
.sjsu-navbar .sjsu-primary-menu li a{
	color: #ffffff;
	font-size:16px;
	font-weight:300;
}	
.sjsu-navbar .sjsu-primary-menu li a:visited{
	color: #ffffff;
}	
.sjsu-navbar .sjsu-primary-menu li a:hover{
	color: #ffffff;
	text-decoration:underline;
}

.container a{
	color: #0055A2;
	font-size:16px;
	font-weight:300;
}
.container a:hover{
	color: #0055A2;
	text-decoration:underline;
}
.container a:visited{
	color: #0055A2;
}

#cms-menu li {
    width: auto;
    background: none;
    border: none;
    max-width: 300px !important;
    font-size: 16px !important;
	margin-top:-18px !important;
}
#cms-menu li a{
	border-radius: 0 0 0px 0px;
	font-weight:400;
	text-transform:none;
}
#cms-menu li a:visited{
	color:#ffffff;
}


#cms-menu li a:hover {
    width: auto;
    background: #0055a2;
    color:#ffffff;
	text-decoration:underline;
	transition: none;
}

#cms-menu li:hover {
    background-color: #0055a2;
}

.navbar-toggle {
    top: 10px;
}

#cms-menu li a:after {
    background: url(https://az29734.vo.msecnd.net/static/onboarding/CDT/layout2/img/arrow-25-32.ico) no-repeat;
    width: 27px;
    height: 48px;
}
#cms-menu li a:after {
    background: url(img/mobile-menu.svg) no-repeat;
    width: 52px;
    height: 52px;
    background-position: center;
    content: '';
    position: absolute;
    right: 20px;
    top: 25px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 5px;
    border-radius: 1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sjsu-welcome{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1rem;
	
}
.sjsu-welcome p{
	font-size:16px;
	line-height:1.5;
}
.sjsu-welcome ul li{
	font-size:16px;
	line-height:1.5;
}
.sjsu-welcome ul li a{
	color:#0055a2;
}
.sjsu-welcome ul li a:hover{
	color:#1c88f6;
}
.sjsu-welcome .div-list{
	padding:50px 0px 0px 0px;
	
}
.sjsu-welcome .intro-content{
	text-align: left;
	
}

.x-footer__contact-link {
    margin-right: 2rem;
	font-size:16px;
    color: #fff;
	font-weight:400;
	text-decoration:none;
}
.x-footer__contact-link:hover {
    margin-right: 2rem;
	font-size:16px;
    color: #fff;
	text-decoration:underline;
}
#footer {
    background: transparent none repeat scroll 0 0;
    height: 100%;
}


@media screen and (max-width: 600px) {

	.intro-content p:first-child{
		padding-top:20px;
	}
	.sjsu-welcome p{
		font-size:16px;
		line-height:1.5;
	}
	.sjsu-welcome ul li{
		font-size:16px;
		line-height:1.5;
	}
	.sjsu-welcome ul li a{
		color:#0055a2;
	}
	.sjsu-welcome ul li a:hover{
		color:#1c88f6;
	}
	.iframe-container{
	  position: relative;
	  width: 100%;
	  padding-bottom: 56.25%; 
	  height: 0;
	}
	.iframe-container iframe{
	  position: absolute;
	  top:0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
	

}

@media only screen and (max-width: 1100px){
	section {
		text-align: center;
	}
}