/* LOANED CSS  ---------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------- */

article.standard {
	float: none;
	width: 100%;
	clear: both;
	max-width: 814px;
	margin: 0 auto; }
article.standard h1 {
    font-family: franklin-gothic-urw, "Roboto Slab", serif;
	font-style: normal;
    font-weight: 700;
	font-size: 26px;
	line-height: 1em;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd; }
article.standard h2 {
    font-family: "Roboto Slab", franklin-gothic-urw, serif;
	font-style: normal;
    font-weight: 700;
	font-size: 21px; }
article.standard h3 {
    font-family: franklin-gothic-urw, "Roboto Slab", serif;
	font-style: normal;
    font-weight: 700;
	font-size: 18px;
	text-transform: uppercase; }
article.standard .footnote {
	font-size: 0.9286em; }

article.standard a, .business article.standard li.vis-newslist:hover h3, .public article.standard li.vis-newslist:hover h3 {
	color: #d43900; }
article.standard a:hover {
	text-decoration: underline; }

.vis-container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden; }
	
.business article.standard h1, .business article.standard h2, .business article.standard h3 {
	color: #2e544b; }
.business article.standard img {
	border-bottom: #9eb836 solid 5px; }

.public article.standard h1, .public article.standard h2, .public article.standard h3 {
	color: #002b54; }
.public article.standard img {
	border-bottom: #1d7bbe solid 5px; }

@media (min-width:650px){
	article.standard h1 {
		padding-bottom: 30px;
		font-size: 36px; }
	article.standard p, article.standard li {
		font-size: 16px;
		font-weight: 300;
		line-height: 1.625em;
		margin: 0 0 20px; }
}

@media (min-width:814px){
	article.standard {
		padding-top: 30px; }
}

@media (min-width:1014px){
	article.standard {
		padding: 30px;
		width: 792px;
		float: none;	
		clear: none; }
	.vis-organizer {
		float: none; }
}

@media (min-width:1140px){
	article.standard {
		clear: none;
		width: 814px;
		padding: 30px 41px;
		float: left; }
	.vis-organizer {
		width: 936px;
		float: right; }
}

/* LEGACY OVERWRITES ---------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------- */

.large-3 {
    display: none;
}

@media (min-width:1140px){
	.large-3 {
    	display: block;
		width: 204px; }
}


/* VISION SUB-THEME ---------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------- */

/* Branded Header -------------------- */

.vis-subtheme {
	width: 100%;
	height: 85px;
	z-index: 100;
	clear: both;
	padding-top: 1px;
	overflow: hidden;
	border-bottom: 5px solid; }

.vis-subicon {
	float: left;
	padding-left: 15px;
	max-width: 340px; }

.vis-subbuttons {
	float: right;
	padding-top: 16px;
	text-align: right; }
	
.vis-subbutton {
	display: none; }
.vis-subbutton:hover, .vis-marketing a.button:hover, .vis-submenu a.button:hover  {
	background: #d43900;
	text-decoration: none; }
.vis-subbutton:last-of-type {
	margin-right: 16px; }

/* Localized Notices -------------------- */

.vis-localnotice {
	width: 100%;
	height: 1px;
	clear: both;
	background: #eee;
	border-bottom: 1px solid #ccc; }
.vis-localnotice a {
	color: #fff; }
.vis-localnotice a.close {
	float: right;
    font-size: 1.25em;
	padding-top: 9px;
    min-width: 15px;
    width: 5%; }
.vis-localnotice a:hover {
	text-decoration: underline; }	
.vis-localnotice p {
	color: #fff;
	float: left;
	width: 94%;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 0 0 15px; }
.vis-localnotice .icon {
	width: 108px;
	height: 30px;
	margin: -40px 30px 60px 15px;
	z-index: 1;
	float: none;
	display: block;
	background: url(../images/vision/theme-sprites.png);
	background-position: 0 0; }

.animate2 {
    -webkit-transition: 2s ease;  
    -moz-transition: 2s ease;  
    -o-transition: 2s ease;  
    -ms-transition: 2s ease;  
    transition: 2s ease; }
.animate5 {
    -webkit-transition: 5s ease;  
    -moz-transition: 5s ease;  
    -o-transition: 5s ease;  
    -ms-transition: 5s ease;  
    transition: 5s ease; }	

.loaded .vis-localnotice {
	height: 125px; }
.loaded .vis-localnotice a {
	color: #C93600; }
.loaded .vis-localnotice p {
	color: #666; }
.loaded .vis-localnotice .icon {
	margin: 7px 30px 0 15px; }

@media (min-width:650px){
	.vis-subbutton {
		color: #fff;
		padding: 9px 16px;
		font-size: 1.125em;
		font-weight: 600;
		font-family: franklin-gothic-urw, "Roboto Slab", serif;
		display: inline-block;
		background: rgba(0,0,0,0.1);
		border-bottom: 5px solid rgba(0,0,0,0.3); }
	.vis-localnotice .icon {
		float: left; }
	.vis-localnotice p {
		width: 70%;
		max-width: 470px; }
	.loaded .vis-localnotice {
		height: 65px; }
	.loaded .vis-localnotice .icon {
		margin: 15px 15px 0; }
}

@media (min-width:1014px){
	.vis-localnotice a.close {
		width: 3%; }
	.vis-localnotice p {
		width: 82%;
    	max-width: 700px; }
	.vis-localnotice .icon {
		margin: -40px 59px 60px 48px; }
	.loaded .vis-localnotice {
		height: 45px; }
	.loaded .vis-localnotice .icon {
    	margin: 7px 59px 0 48px; }
}

/* Page Content -------------------- */

article.sub-theme {
	float: none;
	width: 100%;
	clear: both;
	max-width: 936px;
	margin: 30px auto 0;
	padding: 0; }
	
article.sub-theme h2 {
	max-width: 849px;
	text-align: center; }
article.sub-theme img {
	border-style: solid; }
article.sub-theme img.hero {
	border-bottom-width: 5px; }
article.sub-theme table img	{
	border: 0 !important; }
article.sub-theme section {
	overflow: hidden;
    border-bottom: 1px dashed #eee;
    margin-bottom: 15px;
    padding-bottom: 15px; }
article.sub-theme .vis-marketing li, article.sub-theme .vis-submenu li {
    display: block;
    margin: 0 auto 20px;
    max-width: 275px; }

.vis-1-3 h3 {
	margin-top: 0; }	
.vis-1-3, .vis-2-3 {
	float: none;
	width: 100%; }

.vis-icons{
	width: 30px;
	height: 30px;
	margin: 0;
	display: block;
	background: url(../images/vision/theme-sprites.png); }
.vis-announcements .vis-icons, .vis-contact .vis-icons {
	float: none;
	margin: 0 auto; }

.business .vis-announce {
	background-position: -105px -105px; }
.business .vis-arrow {	
	float: right;
	background-position: -35px -35px; }
.business .vis-contacts {
	background-position: -35px -105px; }
.business .vis-find {
	background-position: -35px -70px; }
.business .vis-hours {
	background-position: -105px -70px; }	

.public .vis-announce {
	background-position: -70px -105px; }
.public .vis-arrow {
	float: right;
	background-position: 0 -35px; }
.public .vis-contacts {
	background-position: 0 -105px; }	
.public .vis-find {
	background-position: 0 -70px; }
.public .vis-hours {
	background-position: -70px -70px; }	
	
.vis-announcements, .vis-introduction, .vis-marketing, .vis-submenu, .vis-contact, .vis-sponsors {
	clear: both;
	display: block; }	
.vis-announcements, .vis-contact {
	background: rgba(240, 240, 240, 0.4);
	max-width: 871px;
    border-top: 1px solid #ddd;
	padding: 20px; }
.vis-announcements div, .vis-contact div {
    float: none;
    margin-right: 0;
	padding: 0 0 20px; }
.vis-announcements div:last-of-type, .vis-contact div:last-of-type {
	padding-bottom: 0; }
.vis-announcements div h3, .vis-contact h3 {	
	text-align: center; }
.vis-announcements p, .vis-contact p {	
	font-size: 1em !important; }
.vis-contact {
	border-radius: 0 0 30px 30px; }
.vis-contact table {
	margin-bottom: 10px; }
.vis-contact table th {
	font-weight: normal;
	text-align: left; }
.vis-marketing ul, .vis-submenu ul {
    list-style: none;
    padding: 0; }
.vis-marketing a.button, .vis-submenu a.button {
	color: #fff;
	display: block;
	font-size: 1.143em;
    padding: 14px 10px 20px 15px; }
.vis-sponsors {
    margin-top: 30px;
    max-width: 871px; }
.vis-sponsors table {
	border: 0; }

@media (min-width:650px){
	article.sub-theme .vis-marketing li, article.sub-theme .vis-submenu li {
    	display: inline-block;
		vertical-align: top;
    	margin: 0 20px 0 0;
		width: 30%;
    	max-width: 275px; }
	article.sub-theme .vis-marketing li:last-of-type, article.sub-theme .vis-submenu li:nth-of-type(3n) {
		margin-right: 0; }	
	article.sub-theme .vis-submenu li {
    	margin-bottom: 23px; }
	article.sub-theme section.vis-submenu {
		padding-bottom: 0; }

	.vis-announcements, .vis-contact {
		padding: 20px 0 0; }
	.vis-announcements div, .vis-contact div {
		float: left;
		width: 30%;
		margin-right: 23px;
		padding: 0; }
	.vis-announcements div:first-of-type, .vis-contact div:first-of-type {
		padding: 0 0 0 15px; }
	.vis-announcements div:last-of-type, .vis-contact div:last-of-type {
		margin-right: 0; }	
	.vis-marketing a.button, .vis-submenu a.button {
		height: 86px; }
}

@media (min-width:972px){
	.vis-announcements div, .vis-contact div {
	    max-width: 275px;
    	width: 100%; }
	.vis-announcements div:first-of-type, .vis-contact div:first-of-type {
		padding: 0 15px; }
	.vis-announcements div:last-of-type, .vis-contact div:last-of-type {
		padding: 0 15px 0 0; }
	.vis-contact table {
		margin-bottom: 25px; }
}

@media (min-width:1014px){
	article.sub-theme section {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0; }

	.vis-1-3 {
		float: left;
		width: 275px; }
	.vis-2-3 {
		float: left;
		width: 570px;
		margin-right: 20px; }
	.vis-introduction .vis-2-3 {
		padding: 0 15px 0 10px; }
	.vis-marketing a.button, .vis-submenu a.button {
		height: auto; }
}

@media (min-width:1140px){
	article.sub-theme {
		clear: none;
		width: 936px;
		padding: 15px 0 30px 41px;
		float: left; }
}