/* Styles for breaking the page when it's too small for both sidebars */

body {
	font-size: 16px;
}

body,
div#vt_sp_body {
	background: #ffffff;
}

body.container,
div#toplinks,
div#vt_header_unit,
div#vt_header_unit  div.vt_vcenter,
div#vt_sp_body,
div#vt_main_nav,
div#horizontal_main_nav ul,
#vt_gateway,
#vt_gateway h1,
#vt_body_col.col-sm-6,
div#vt_right_col,
div#vt_nav_col
{
	width: 100%;
}

div#vt_header_unit {
	background-size: 100%;
}

div#toplinks {
	text-align: left;
	font-size: 0.8em;
	height: 45px;
	padding-right: 20%;
}

#vt_header a {
	font-size: 1em;
}

a#logolink,
a#vcelink,
a#vtlink,
a#vsulink,
div#vt_head_search_wrapper,
div#vt_header_unit div#search-header
{
	display: none;
}

.navbar-toggle {
	position: absolute;
	top: -125px;
	right: 0;
}

.navbar-collapse {
	padding: 0;
}

#vt_main_nav nav.navbar {
	min-height: 0;
}

#vt_main_nav #horizontal_main_nav > ul {
	padding-left: 0;
}

.carousel-caption.left {
	height: 8em;
}

#vt_main_nav #horizontal_main_nav>ul,
div#vt_main_nav,
div#vt_main_nav div.navbar-default,
nav.navbar,
#vt_main_nav #horizontal_main_nav > ul > li,
#vt_main_nav #horizontal_main_nav > ul li a
{
	height: auto;
}

#vt_main_nav #horizontal_main_nav > ul > li,
#vt_main_nav #horizontal_main_nav > ul > li:hover
{
	width: 100%;
}

#vt_main_nav #horizontal_main_nav > ul li:hover {
	box-shadow: none;
}

#vt_main_nav #horizontal_main_nav > ul li:hover a {
	background-color: #660000;
	color: #ffffff;
	border-radius: inherit;
}

#vt_main_nav #horizontal_main_nav > ul > li:nth-child(1) {
	display: none;
}

.vt-carousel h3 {
	font-size: 20px;
}

#vt_gateway h1 {
	font-size: 2em;
}

#vt_body_col figure {
	border: 0;
}

div#vt_right_col {
	border: 0;
	border-top: 1px solid #666666;
}

div#vt_nav_col {
	padding-top: 10px;
}

div#vt_nav_col ul {
	margin: 0;
	padding: 0;
}

div#vt_nav_col ul li {
	list-style: none;
	padding-left: 13px;
}
	

#vt_footer_bg {
	background: #ffffff;
	border-top: 1px solid #666666;
}

#vt_footer {
	font-size: 0.8em;
}

#vt_footer ul {
	list-style: none;
	text-align: left;
	font-size: 1.2em;
}

div.vt-logo-footer {
	left: auto;
	width: 45%
}

div.vsu-logo-footer {
	right: auto;
	width: 45%
}

div.vsu-logo-footer img {
	float: right;
	padding-right: 25px;
}