
a {
    color: #799f44;
}
a:hover {
    color: #333;
}
 img.imageFloatRight {
    float: right;
    margin: 0 0 20px 20px;
}

 .visionWeekheader {
    background-image: url(../cmsImages/vision-week/vision-week-banner-bkgd.jpg) !important;
	background-color: #D6E5EA;
    background-size: cover;
	 background-repeat: no-repeat;
	 width: 100%;
}
	
	.visionWeekheader-wrapper {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  align-content:stretch
		
}
	.visionWeekheader-wrapper h1{
		color:#414042;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom:10px;
  margin-top:0;
}
.visionWeekheader-wrapper h2{
	color:#414042;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.2;
}
.visionWeekheader-wrapper h3{
	color:#414042;
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 1.2;
}

.visionWeekheader-wrapper p{
	color:#414042;
	font-weight:400;
	font-size: 16px;
	line-height: 1.5;
}
	
.visionWeekheader-left {
  flex: 1 45%;
  padding: 2rem;
	
}

.visionWeekheader-right {
  flex: 1 50%;
  padding: 2rem;
}
	
 .topbar {
    background-color: #0B2E4A;
    min-height: 50px;
	 padding:20px;
	 width:100%;
	 position: sticky; 
	 top: 0px;
	 z-index:1000;
}

 .topbar a{
    text-decoration:none;
	 color:#4cb74d;
}
.topbar a:hover{
    text-decoration:underline;
	 
}

 .visionWeekheader-logo {
    margin-top: 10px;
}
 
 .datelocation {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.6;
}

/*NEW TOP NAV BAR-----------------------*/


 .vw-navbar {
    overflow: hidden;
    background-color: #051E32;
	 width:100%;
	 height:auto;
	 position: sticky; 
	 top:105px; 
	 z-index:1000;
}

 .vw-navbar ul{
    margin: 0;
    padding: 0;
    list-style: none;
	overflow: hidden;
	
}
 .vw-navbar ul li {
	 display:inline-block;
    list-style-type: none; 
	 float: left;
    overflow: hidden;
    vertical-align: middle;
	 text-align: center; 
	 padding: 12px 50px 10px 0;
	 text-decoration: none;
	 text-transform: uppercase;
	 letter-spacing: 1.5px;
}
 .vw-navbar ul a {
    text-decoration: none;
	 color: #fff;
	 font-weight: 600;
	 font-size: 14px;
}

 .vw-navbar ul a:hover {
	 color: #4cb74d;
	 font-weight:800;
	 text-shadow: 0px 2px 2px rgba(1,14,24,0.42);
}

 .shadow {
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../cmsImages/vision-week/shadow.png);
    margin-top: 3px;
    background-color: #FFF;
}
 .arrow {
    display: none;/*width: 46px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../cmsImages/vision-week/arrow-red.png);
	position: absolute;
	top: 0;
	left: 10px;*/
}
 .arrow.black {
    background-image: url(../cmsImages/vision-week/arrow-black.png);
}
 .vw-content {
    min-height: 300px;
    background-color: #FFF;
    position: relative;
}
 .vw-footer {
    background-color: #414042;
    color: #FFF;
    height: 200px;
	padding-top: 30px;
	margin-top: 30px;
}
/*Event Partners--------------------*/
.vw-partners {
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #E6E7E8;
    text-align: center;
}
.vw-partner-logos {
    text-align: center;
    margin: 0 0 20px 0;
}
.vw-partner-logos img {
    display: inline-block;
    margin: 0 30px;
    /* max-width: 250px;*/
    max-width: 36%;
}
.vw-partners .vw-sectiontitle {
    margin: 18px 0 10px;
    font-size: 19px;
    font-weight: 400;
}
/*SECTION-----------------------------*/

.vw-sectiontitle {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2.1939698939698em;  /*26/12*/
    line-height: 1.2;
    letter-spacing: 2px;
}
.vw-sectionsubtitle {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: 2px;
}
#About.vw-section {
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../cmsImages/vision-week/shadow.png);
}
.vw-sectionwrap {
    border-bottom: 1px solid #E6E7E8;
}
/*.sectionwrap:nth-child(even) {
    background-color: #EEEEEE;
}*/
.vw-sectionwrap.vw-sectionbgcolor {
    background-color: #EEEEEE;
}
.vw-sectioncontent {
    min-height: 300px;
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
}
.vw-sectionbottom {
    clear: both;
}
.vw-sectioncontent .scroll {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 8px;
}
 .BacktoTop {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #414042;
    display: block;
    float: right;
    padding: 3px 9px 3px 21px;
    color: #FFF;
    text-decoration: none;
    background-image: url(../cmsImages/vision-week/backtotop.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}
 .BacktoTop:hover {
    background-color: #58595B;
    color: #FFF;
}
 .sidr.wider {
    width: 820px;
    padding: 0 25px 25px;
}
 .vw-speakers a {
    font-weight: bold;
}
 .vw-speakers {
    border-top: 1px solid #E6E7E8;
    padding: 10px 0;
    font-size: 14px;
}
 .vw-speaker:first-child {
}
.vw-speaker {
    height: 150px;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #E6E7E8;
}
.vw-speaker.keynote-speaker {
    border-bottom: none;
    border-radius: 5px;
    background-color: #E6E7E8;
}
.vw-keynote-label {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
}
 .vw-speaker img {
    max-width: 100px;
    float: right;
    margin: 0 10px 10px 10px;
}

.speakers-wrap {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	color: #0b67b2;
}
.speaker-block {
	width: 22%;
	margin: 10px;
}
.speaker-photo{
	width: 100%;
	border: #333 solid 1px;
}
.speaker-logo {
	height: 75px;
	margin: -20px!important;
}
.speaker-name {
	font-size: 24px;
}
.speaker-title {
	margin-top: -10px!important;
}


#venues {
    display: none;
}
.vw-SpeakersTitle {
    background-color: #A7A9AC;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
}
a.ToggleRight.Close {
    display: inline-block;
    margin-top: 10px;
    background-color: #A7A9AC;
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    color: #FFF !important;
}
a.ToggleRight.Close:hover {
    color: #333;
    background-color: #CCC;
}
#Agenda .vw-sectioncontent {
    min-height: 450px;
}
#Agenda {
    /*background-image:url(../cmsImages/vision-week/backgrounds/agenda.jpg);*/
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
}
#Who {
    background-image: url(../cmsImages/vision-week/who-attend-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
}
#Why {
    background-image: url(../cmsImages/vision-week/why-attend-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
}
#Registration {
    background-image: url(../cmsImages/vision-week/reg-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    background-size: cover;
}
.vw-WhoSpeaking:hover {
    opacity: .75;
}
a.aimg {
    text-decoration: none;
	color: #FFF;
	font-size: 12px;
}
a.aimg:hover {
    color: #FFF;
}

.sponsors-wrap {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.sponsors-wrap div {
	display: flex;
	align-items: center;
	margin: 5px 10px;
	width: 23%;
}

@media (max-width: 1200px){
	.sponsors-wrap div {width: 20%}
}

@media (max-width: 900px){
	.sponsors-wrap div {width: 29%}
	.speaker-block {width: 29%}
}

@media (max-width: 640px){
	.sponsors-wrap div {width: 40%}
	.speaker-block {width: 42%}
	.speaker-name {font-size: 18px}
	.speaker-logo {height: auto}
}



/*FORM----------------------*/
.wrapper.form .header, .wrapper.form .header .inner {
    height: 350px;
}
.alertTxt {
    color: #a71f23;
}
input.btn {
    border: none;
    cursor: pointer;
}
.CustomForm {
    border: 1px solid #CCC;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 20px;
    background-color: #EEEEEE;
    width: 100%;
    clear: both;
    margin-bottom: 30px;
}
input.formBoxWide, textarea.formBoxWide {
    width: 100%;
}
.CustomForm input[type=text], .CustomForm input[type=password], .CustomForm textarea, .CustomForm select[multiple] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 14px;
    padding: 5px;
    border: 1px solid #CCC;
}
.CustomForm table {
    width: 100%;
}
.CustomForm table th {
}
.CustomForm td {
    padding-top: 0px;
    padding-bottom: 15px;
    vertical-align: top;
}
.CustomForm td td, .CustomForm td td:first-child {
    width: auto !important;
    padding: 5px;
}
.CustomForm td:first-child {
    padding-right: 7px;
    width: 30% !important;
}
.CustomForm td p {
    margin: 0 0 10px !important;
}
.CustomForm td[colspan*="0"], .CustomForm td[colspan*="2"], .CustomForm td[colspan*="3"], .CustomForm td[colspan*="4"], .CustomForm td[colspan*="5"], .CustomForm td[colspan*="6"], .CustomForm td[colspan*="7"], .CustomForm td[colspan*="8"], .CustomForm td[colspan*="9"], .CustomForm td[colspan*="11"] {
    width: 100% !important;
}
.formbuild.alertTxt {
    float: right;
    margin-left: 15px;
}
.charcount {
    margin-top: 5px;
}
/*2015-------------------------*/

table.agenda {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    background-color: #fff;
    margin-bottom: 20px;
}
table.agenda > tbody > tr >td {
    padding: 5px;
    border: 1px solid #939698;
}
table.agenda tr:nth-child(even) td {
    background-color: #d4d4d4;
}
table > tbody > tr > td > p:last-child {
    margin-bottom: 0;
}
table.registertable {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    background-color: #fff;
    margin-bottom: 20px;
}
table.registertable td, table.registertable th {
    padding: 5px;
    border: 1px solid #ccc;
}
table.registertable th.full {
    background-color: #333;
    color: #fff;
    text-align: center;
}
table.registertable th {
    background-color: #eee;
    text-align: left;
}
.integrator-cta {
    width: 300px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    -webkit-border-top-left-radius: 35px;
    -webkit-border-bottom-right-radius: 35px;
    -moz-border-radius-topleft: 35px;
    -moz-border-radius-bottomright: 35px;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    text-align: center;
    -webkit-box-shadow: 0px 10px 20px -9px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 10px 20px -9px rgba(0,0,0,0.31);
    box-shadow: 0px 10px 20px -9px rgba(0,0,0,0.31);
    margin-bottom: 40px;
}
.integrator-cta p {
    margin-top: 0;
}
.integrator-cta .btn {
    margin: 18px auto 0;
    font-size: 14px;
    padding: 4px 6px;
}
.integrator-cta.ad {
    background-image: url(../cmsImages/vision-week/nrsc-ad.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    text-align: left;
    padding-top: 242px;
    padding: 240px 22px 20px;
}
.integrator-cta.ad a.yellow:hover {
    color: #ccc;
}
.cta-title {
    
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 16px;
    text-align: center;
}
a.arrow-link {
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}
a.arrow-link:hover {
    color: #4cb74d;
}
a.arrow-link:before {
    content: "\00bb";
    display: inline-block;
    color: #4cb74d;
    font-weight: bold;
    margin-right: 3px;
    font-size: 18px;
    margin: 5px 0;
}
/* Flex Video */
.flex-video {
    position: relative;
    padding-top: 1.5625em;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1em;
    overflow: hidden;
}
.flex-video.widescreen {
    padding-bottom: 57.25%;
}
.flex-video.vimeo {
    padding-top: 0;
}
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.flex-video {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
/*INTERSTITIAL------------------------------*/

#pop-ad {
    border-bottom: 3px solid #fff;
    position: fixed;
    height: 400px;
    top: -445px;
    width: 100%;
    /*background-image:url(../cmsImages/vision-week/pop-ad-bg.png);*/
    background-color: #366b8b;
    background-image: url(../cmsImages/vision-week/pop-ad2-bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    z-index: 101;
    /*-webkit-box-shadow: 0px 10px 20px -9px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 10px 20px -9px rgba(0,0,0,0.31);
    box-shadow: 0px 10px 20px -9px rgba(0,0,0,0.31);*/
    -webkit-box-shadow: 0px 4px 16px -2px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 4px 16px -2px rgba(0,0,0,0.6);
    box-shadow: 0px 4px 16px -2px rgba(0,0,0,0.6);
}
.pop-ad-inner-wrap {
    height: 397px;
    background-image: url(../cmsImages/vision-week/pop-ad2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.close-ad {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.togglead.close {
    display: block;
    margin: 10px auto;
    border: 2px #fff solid;
    background-size: 28px;
    background-image: url(../cmsImages/vision-week/close-ad2.png);
    background-repeat: no-repeat;
    background-position: 2px center;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    width: 229px;
    height: 36px;
    font-size: 14px;
    padding-left: 20px;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #0B2E4A;
}
.togglead.close:hover {
    /*background-color:#2b98d0;*/
    background-color: #E6E7E8;
    color: #fff !important;
    text-decoration: none !important;
}
.pop-ad-logo {
    display: block;
    margin: 20px auto;
}
.pop-ad-content {
    color: #FFF;
    /*text-align:center;*/
    width: 48%;
    float: right;
    font-weight: 400;
}
.pop-ad-content .highlight {
    color: #E4A94E;
}
.pop-ad-highlight {
    color: #E4A94E;
}
.pop-ad-content a {
    /*color:#2b98d0;*/
    color: #E4A94E !important;
}
.pop-ad-content a:hover {
    color: #ccc !important;
}
.pop-ad-title {
    
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
    color: #E4A94E;
    line-height: 1.1;
    letter-spacing: 2px;
    /*text-align:center;*/
    margin: 30px 0 10px;
}
.pop-ad-subtitle {
    /*text-align:center;*/
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 20px;
}
.vw-exhibitors {
    min-height: 100px;
    margin-right: 20px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    -webkit-border-top-left-radius: 35px;
    -webkit-border-bottom-right-radius: 35px;
    -moz-border-radius-topleft: 35px;
    -moz-border-radius-bottomright: 35px;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    -webkit-box-shadow: 0px 10px 20px -9px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 10px 20px -9px rgba(0,0,0,0.31);
    box-shadow: 0px 10px 20px -9px rgba(0,0,0,0.31);
    margin-bottom: 40px;
}
.vision-logo {
    position: absolute;
    top: 222px;
    left: 368px;
}
.vision-logo a:hover img {
    opacity: .75;
}
.vw-exhibitor-info {
    padding: 10px 0;
    border-top: 2px dotted #ccc;
    text-align: center;
}
.vw-exhib-logo-wrap:after {
    content: "";
    display: table;
    clear: both;
}
.vw-exhib-logo {
    text-align: center;
    /*margin: 10px 1.81818%; 
	width: 16.36363% !important;
	height: 70px;*/
    margin: 10px 0.82%;  
    width: 8.3472% !important;
    height: 50px;
    float: left;
    padding: 4px;
    border: 1px solid #ccc;
    font-size: 10px;
}
@media (max-width: 900px){
	 .visionWeekheader{
		background-image: none;
	}
	.visionWeekheader-content{
		margin: 0 auto;
	}
	.centerAt900{
		text-align: center;
	}
}
@media (max-width : 840px) {
	.vw-exhib-logo {
		width: 12.5% !important; /* 128/1024*/
	}
}
@media (max-width : 600px) {
	.vw-exhib-logo {
		width: 18.33333% !important; /* 110/600*/
	}
}
@media (max-width : 400px) {
	.vw-exhib-logo {
		width: 30.75% !important; /* 123/400*/
	}
}
.vw-exhib-logo > * {
    vertical-align: middle;
}
.vw-exhib-logo img {
    max-height: 70px;
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.vw-presentedby {
    font-size: 10px;
    float: left;
    margin: 5px 0 10px 43px;
    /* margin-left: 43px; */
    border-radius: 5px;
    padding: 0px 0px;
    color: #000;
    background-color: #FFF;
}
.vw-presentedby img {
    max-height: 47px;
}
.vw-presentedby table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
.vw-presentedby table td {
    padding: 0 10px;
}

/*mutli col ul*/
ul.list-multi-col-4, ul.list-multi-col-3, ul.list-multi-col-2 {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
  padding: 0;
  margin: 0;
}
ul.list-multi-col-4 li, ul.list-multi-col-3 li, ul.list-multi-col-2 li {
  list-style: none;
  -webkit-column-break-inside: avoid; /* Chrome, Safari */
  page-break-inside: avoid; /* Theoretically FF 20+ */
  break-inside: avoid-column; /* IE 11 */
  padding: 5px 0;
  margin: 0;
}
ul.list-multi-col-4:after, ul.list-multi-col-3:after, ul.list-multi-col-2:after {
  content: "";
  display: table;
  clear: both;
}