  /*
 Theme Name:     #ANCHORDOWN Child - ProjectSafe
 Description:    ProjectSafe
 Author:         91ºÚÁÏÍø Web Communications LP
 Author URI:     http://web.vanderbilt.edu
 Template:       ANCHORDOWN-91ºÚÁÏÍø
 Version:        1.0.0
*/

#ps_callout {
	background: #333;
	padding: 20px 0;
}

#ps_callout h1 {
	color: #d8ab4c;
	text-align: center;
	margin: 0;
	padding: 0;
}

#hero {
	padding: 20px 0;
}

#hero .hero_inner {
	background: rgba(0,0,0,0.8);
	width: 505px;
	max-width: 100%;
	padding: 45px;
	color: white;
	font-size: 18px;
	box-sizing: border-box;
	border-radius: 20px;
}
#hero .hero_inner p {
	line-height: 150%;
}

#hero .hero_inner p:last-child {
	margin: 0 0 10px;
}


.vu-main-content .btn {
	margin-top: 15px;
	background: #00b0b9;
	padding: 12px;
	color: white;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.callout {
	background: #00b0b9;
	color: white;
	border: 0px;
}

#secnav .callout {
	font-size: 16px;
}



#side-tab a {
	border-radius: 8px 8px 0 0;
	position: fixed;
	z-index: 9999;
	top: 25%;
	right: -20px;
	transform: rotate(-90deg);
	background: #d8ab4c;
	padding: 10px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

#side-tab a:hover {
	background: #333;
}

@media only screen and (max-width: 768px) {
	.graphicheader h1.noshow {
		box-sizing: border-box;
	}
}
