/***********************************
VIVO General Styles
***********************************/
body {
	background:#FFF;
}
body, span, a, p, ul, li, h1, h2, h3, h4, h5, h6 {
	font-family:"Open Sans",Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:500;
}
h1.page-title, h2.page-title {
	text-align: left;
	font-family:"Open Sans",Arial,sans-serif;
	font-weight: 500;
	font-size: 32px;
	text-align: left;
	border-bottom: 1px solid rgba(204,204,204,0.5);
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.entry-content h2 {
	margin-top: 28px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(204,204,204,0.5);
}
.entry-content ol, .entry-content ul, 
.entry-content li {
	font-size: 15px;
	line-height: 24px;
}
a {
	color:#428bca;
}
#breadcrumbs {
	display:none;
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
#content a:not(.button):hover, 
#content a:not(.button):focus {
	color:#2a6496;
	text-decoration:underline;
}
.vivo-logo {
	margin-top:10px; 
}
.bottom-bar {
	background-color:#222;
}
.bottom-bar .button {
	margin-bottom:0;
	margin-right:8px;
}
.button.primary, .gform_button.button {
	background-color: #aed368;
	border-color: #a4cd54;
	font-weight:normal;
}
.button.default {
	background: #19617f;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	font-weight: normal;
	padding: 10px 20px;
}
.button.default:hover {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad;
}
.button.primary:hover, .button.primary a:hover,
.button.primary:focus, .button.primary a:focus,
.button.primary:active, .button.primary a:active { 
	background-color:#99c740;
	border-radius:6px;
}
.button.success {
	background-color: #7fa52c;
	border:1px solid;
	border-color: #a9ca46;
	color:#FFF;
	font-weight:normal; 
}
.button.success:hover, .button.success a:hover,
.button.success:focus, .button.success a:focus,
.button.success:active, .button.success a:active {
	background-color: #a3c73a;
	border-color: #87a42f;
	border-radius:6px;
	color:#fff;
	text-decoration:none;
}
.button.large {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.reveal .button {
	float:right;
}
h2.fl-post-feed-title {
	border-bottom: 0 !important;
}
.postid-6035 .fl-post-feed-title a {
	color:#424342;
	cursor:default;
}
.postid-6035 #content .fl-post-feed-title a:hover,
.postid-6035 #content .fl-post-feed-title a:focus {
	color:#424342;
	text-decoration:none;
	cursor:default;
}
.home-logo {
	margin: 40px auto;
	display: block;
	text-align: center;
	max-width: 80%;
}
/**********************************
Banner Photo
***********************************/
.banner-photo {
	position:relative;
	background-repeat: repeat-x;
	color: #fff;
	padding:40px 0;
        background-image: url(/wp-content/themes/duraspace/assets/images/VIVO-Main.jpg);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff344353',endColorstr='#ff2c3947',GradientType=0);
}
.banner-photo .title-container {
	position:relative;
	text-align:center;
	top:0;
	left:0;
	right:0;
	background: transparent;
	max-width: 90%;
	margin: 0px auto;
	border-radius: 10px;
	padding:0;
}
.banner-photo .page-title {
	border:0;
	display:inline-block;
	font-size: 25vw;
	font-weight: 300;
	letter-spacing: 1px;
	line-height:0.8;
	text-transform: uppercase;
	padding: 5px 40px 5px;
	margin: 0;
	width: auto;
}
.banner-photo .title-container ul {
	margin:0;
}
.banner-photo .title-container li {
	list-style:none;
	margin:0;
}
.single .banner-photo,
.error404 .banner-photo {
	top: 88px;
	height: 180px;
	padding: 25px 0;
}
.single .banner-photo .page-title,
.error404 .banner-photo .page-title {
	border: 0;
	color:#fff;
	display: inline-block;
	font-size: 80px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 0.8;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	margin-top:18px;
	margin-bottom:14px;
	width: auto;
}
.single .banner-photo .page-subtitle,
.error404 .banner-photo .page-subtitle {
	font-size:17px;
	color:#fff;
}
/***********************************
VIVO Specific Styles
***********************************/
.top-bar .menu > .menu-item-3908.active > a {
	background: rgba(0,0,0,.33);
	font-weight: normal;
	text-shadow: none;
}
.top-bar-right.show-for-small-only {
	background-color:#222;
	box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.3);
}
#bottom-bar-partners li > a {
	color:#fff;
	padding:20px 30px 18px 15px;
}
#bottom-bar-partners li > a:after {
	border-color:#fff parent transparent;
	top:25px;
}
#bottom-bar-partners li > a:hover {
	background: #FFF;
	color: #171a21;
}
#bottom-bar-partners li > a:hover:after {
	border-color:#171a21 transparent transparent;
}
#bottom-bar-main-menu {
	top:13px;
}
#toggle-partners[aria-expanded="true"] {
	background: #222;
	color: #fff;
}
#toggle-partners[aria-expanded="true"]:after {
	border-color:#fff transparent transparent;
}
.off-canvas {
	background-color:#222;
}
.off-canvas .menu > li > a {
	color:#fff;
}
.off-canvas .is-accordion-submenu-parent>a:after {
	border-color:#fff transparent transparent;
}
.off-canvas .is-accordion-submenu-parent[aria-expanded="true"] > a {
	background: rgba(255, 255, 255, 0.25);
	font-weight: 400;
}
.menu .active > a, .menu > li > a:hover {
	background: rgba(255, 255, 255, 0.25);
}
.post-type-archive-vivo p, .post-type-archive-vivo a, .post-type-archive-vivo span,
.post-type-archive-vivo h1, .post-type-archive-vivo h2, .post-type-archive-vivo h3, 
.post-type-archive-vivo h4, .post-type-archive-vivo h5, .post-type-archive-vivo h6 {
	color:#FFF;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
#starburst {
	background-image: url('../images/vivo/starburst-outline.png');
	width: 180px;
	height: 180px;
	text-align: center;
	margin: auto auto -40px auto;
	margin-bottom: 0;
	padding-top: 0;
	line-height: 1.1em;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 180px;
	position: relative;
	z-index: 999;
	display:table;
}
.startext {
	display: table-cell;
	vertical-align: middle;
}
.startext p {
	line-height: 1.5;
	margin: 0;
}
p.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
}
p.version {
	font-size: 14px;
	margin-top: -15px;
}
.fa-homesize {
	font-size: 10em;
	margin-top: 0;
}    
.secondpanel {
	background-color: #017abf;
}
.thirdpanel {
	background-color: #017abf;
}
.fourthpanel {
	background-color: #017abf;
}
.fourthpanel p, .fourthpanel h3 { 
	color:#ffffff;
}
.fifthpanel {
	background-color: #a5d4ec;
}
.sixthpanel {
	background-color: #b2d05a;
}
.sixthpanel .vivo-partners {
	margin-bottom:0;
}
.seventhpanel p.lead {
	color:#000;
}
.bs-docs-featurette {
	padding: 80px 0;
}
body h2.fl-post-feed-title {
	font-size: 18px;
	font-weight:500;
	letter-spacing: 0;
	padding: 0;
	margin: 20px 0 5px;
	text-transform:none;
}
.container {
	padding:40px 0 20px 0;
}
.container h2 {
	font-size:20px;
	margin-bottom:26px;
}
.container h3 {
	font-size: 4vw;
	line-height: 1.2;
	margin: 0;
	margin-bottom:16px;
}
.universities {
	padding:80px 0;
}
.universities img {
	display:block;
	margin:20px auto 6px;
}
.universities a {
	color:#333; 
	font-size:14px;
}
.vivo-partners {
	margin-bottom:50px;
}
body.postid-6039 {
	background-color:#f7f7f7;
}
/***********************************
Service Providers
***********************************/
.provider-header,
.provider-table .table-header {
	background: #354c63;
}
.provider-header {
	border-top:0;
}
.provider-header:before {
	border-color: #354c63 transparent transparent transparent;
}
.provider-tier {
	border-left: 1px solid #354c63;
}
.provider-table .large-4 {
	font-size: 15px;
	line-height: 24px;
}
/*********************************************
Smartphone Styles - Less than 767px
**********************************************/
@media screen and (max-width:767px) {
	.fifthpanel .button.large {
		margin-bottom:60px;
	}
	.post-6045 table, .post-6045 thead, 
	.post-6045 tbody, .post-6045 tr, .post-6045 td {
		display:block;
	}
	.post-6045 table a {
		word-break: break-all;
	}
}

/*********************************************
Tablet Styles - 768px+
**********************************************/
@media screen and (min-width:768px) and (max-width:1023px) {
	.bottom-bar .dropdown.menu.medium-horizontal > li:not(.button) > a {
		padding:22px 16px 22px 16px;
	}
	.bottom-bar .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a,
	#site-header .bottom-bar .menu:not(.submenu) > li.menu-item-has-children > a {
		padding:22px 34px 22px 18px;
	}
	#bottom-bar-partners {
		background:#99cccc;
	}
	#bottom-bar-partners li > a {
		color:#fff;
		padding:15px 30px 14px 15px;
	}
	#bottom-bar-partners li > a:after {
		border-color: #fff transparent transparent;
		top:19px;
	}
	#bottom-bar-partners li > a:hover {
    background: #222;
    color: #fff;
	}
	#bottom-bar-partners li > a:hover:after {
		border-color: #fff transparent transparent;
	}
}
@media screen and (max-width:1023px) {
	#off-canvas .menu > .active:not(.button) > a {
    background: rgba(255, 255, 255, 0.25);
	}
	.off-canvas .menu .active > a, .menu > li > a:hover {
		background: rgba(255, 255, 255, 0.25);
	}
	.off-canvas .menu > li > a {
		line-height:2.75;
	}
	.off-canvas .menu > li > ul > li > a {
		line-height:2.5;
	}
}
/*********************************************
Tablet (Landscape) & Desktop Styles - 1024px+
**********************************************/
@media screen and (min-width:1024px) {
	.banner-photo {
		height:auto;
	}
	.banner-photo .title-container {
		position:relative;
    top: 0;
    max-width: 100%;
	}
	p.lead {
		font-size:21px;
		margin-bottom:20px;
	}
	.container h2 {
		font-size:30px;
	}
	.container h3 {
		margin-bottom:0;
	}
	.fa-homesize {
		font-size: 15em !important;
		margin-top: 40px;
	} 
	.error404 #content #inner-content {
    min-height: 300px;
	}
}
@media screen and (min-height:800px) {
	.home-logo {
		margin:60px auto 100px;
	}
}
