.banner-boxes {
	background-color: #222;
	background-image: url("/admission/images/bg-square-pattern.jpg");
	padding-top: 60px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	margin-bottom: 2em;
}

.banner-boxes a:hover {
	text-decoration: none;
}

.banner-boxes .topic-box .topic-box-title,
.banner-boxes .topic-box .topic-box-title a {
	color: #fff !important;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	text-shadow: 2px 2px 4px rgba(64, 64, 64, 1);
	max-width: 900px;
	margin: 10px auto 20px auto;
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;	
}

.banner-boxes .topic-box .topic-box-image {
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
}

.banner-boxes .topic-box:hover .topic-box-image {
	outline: 4px solid #fff;
}

.homepage-campus360 {
    background-color: #ddd;
    background-image: url('/homepage/images/background-campus360-wide.jpg');
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 6vh;
    padding-bottom: 6vh;
    margin-bottom: 1em;
}

.homepage-campus360 h2 {
    font-size: 140%;
}

.homepage-campus360-content {
    display: block;
    background-color: rgba(76, 38, 131, 0.8);
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 2em;
    padding-right: 2em;
    border-radius: 6px;
    margin: auto;
    text-align: center;
}

.virtualtour-container {
	 background-color: rgba(76, 38, 131, 0.9);
	 border-radius: 6px;
}

.virtualtour-container > div {
	 padding: 50px 50px 30px 50px;
	 margin-top: 1em;
	 margin-bottom: 1em;
}

.step {
    border-radius: 6px;
    margin-bottom: 1em;
}

.step h3, .step h4 {
    background-color: rgba(1,1,1,0.25);
    padding: 30px;
    margin: 0px;
    border-radius: 6px 6px 0 0;
}

.step-details {
    padding: 30px;
}

.step-blue {
    background-color: #298FC2;
    color: white;
}

.step-blue a {
    color: white !important;
    text-decoration: underline;
}

.step-green {
    background-color: #91D6AC;
    color: black;
}

.step-green a {
    color: black !important;
    text-decoration: underline;
}

.step-orange {
    background-color: #F68B1F;
    color: white;
}

.step-orange a {
    color: white !important;
    text-decoration: underline;
}

.step-red {
    background-color: #E04E39;
    color: white;
}

.step-red a {
    color: white !important;
    text-decoration: underline;
}

.step-dark-blue {
    background-color: #34657F;
    color: white;
}

.step-dark-blue a {
    color: white !important;
    text-decoration: underline;
}

.step-grey {
    background-color: #7A99AC;
    color: white;
}

.step-grey a {
    color: white !important;
    text-decoration: underline;
}

.step-purple {
    background-color: #4C2683;
    color: white;
}

.step-purple a {
    color: white !important;
    text-decoration: underline;
}

.step-arrow {
    font-size: 200%;
    font-weight: bold;
    text-align: center;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.homepage-campus360 {
		padding-top: 10vh;
		padding-bottom: 10vh;
	}
	
	.homepage-campus360-content {
		display: inline-block;
		text-align: left;
	}

}