#banner{
background: -moz-linear-gradient(top,  rgba(150,190,222,1) 0%, rgba(150,190,222,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(150,190,222,1)), color-stop(100%,rgba(150,190,222,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(150,190,222,1) 0%,rgba(150,190,222,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(150,190,222,1) 0%,rgba(150,190,222,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(150,190,222,1) 0%,rgba(150,190,222,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(150,190,222,1) 0%,rgba(150,190,222,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96bede', endColorstr='#0096bede',GradientType=0 ); /* IE6-9 */
}



#banner .columns{
  padding-bottom: 0px;
  margin-left: 5px;

}
#banner h1{
  margin-top: 30px;
}
.banner_video
{
  float:right;padding-top:25px;
}
.banner_video.alt{
  float:left;
}
.banner_video img{
  border: 1px solid #000000; 
    border-radius: 17px 17px 17px 17px;
    box-shadow: 0px 0px 0px 0px #000000, 3px 3px 12px -1px #000000;
}
.lt-ie9 .banner_video img{
    border-radius: 17px 17px 17px 17px;
    box-shadow: 0px 0px 0px 0px #000000, 3px 3px 12px -1px #000000;
	border:1px solid #E4E4E4;
}

/*
.banner_image{
  margin-top: -25px;
  position: relative;
  top: -25px;
}
*/
.banner_video .play{
    background: url("/_resources/images/play.png") no-repeat scroll center center transparent;
    display: block;
	border-radius: 500px 500px 500px 500px;
    -webkit-box-shadow: 0 0 16px -2px #242424;
    height: 36px;
    left: 188px;
    position: relative;
    top: -90px;
    width: 36px;
    text-indent: -9999px;
}
.lt-ie9 .banner_video .play{
    left: 88px;
  }

.banner_video .play:hover {
	-webkit-box-shadow: 0 0 12px #242424;
	cursor: pointer;
			}


/*Slider Specific */
.bx-wrapper{
  height:364px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-controls,.bx-has-pager{
  left: 0;
    margin: 0 auto;
    position: relative;
    top: -56px;
    width: 112px; /* 3 elements 85px */
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #2276BB;
  text-indent: -9999px;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
	outline:none;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  
  background: #003567;
}


/* /Slider Specific */
.video_message{
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

    color: #2276BB;
    font-weight: bold;
    left: 5px;
    padding: 12px;
    position: relative;
    top: -59px;
    font-family: 'HelveticaNeueETW11-45Lt',Arial,sans-serif;
}
.lt-ie9 .video_message{
background:#FFFFFF;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    color: #2276BB;
    left: -55px;
    top: 80px;
}
.lt-ie9 .banner_video.alt {
    float: right;
    margin-right: 190px;
}
.stack{
    float: left;
    margin-top: 44px;
    padding: 0 11px;
}
.video.stack > img {
    /*border: 1px solid #000000;*/
    -webkit-box-shadow: 0px 0px 0px 1px black, 3px 1px 12px -1px black;
    border-radius: 10px 10px 10px 10px;
    height: 102px;
}
.lt-ie9 .video.stack > img {
    border: 1px solid #000000;
	
}
.stack .play{
    background: url("/_resources/images/play.png") no-repeat scroll center center transparent;
    display: block;
	border-radius: 500px 500px 500px 500px;
	-webkit-box-shadow: 0 0 16px -2px #242424;
    height: 36px;
    left: 29px;
    position: relative;
    text-indent: -9999px;
    top: -77px;
    width: 36px;
}

.stack .play:hover {
	-webkit-box-shadow: 0 0 10px #242424;
	cursor: ointer;
}

.highlight-description {
    background: url("/_resources/images/checked_back1.png") repeat scroll 0 0 rgba(34, 118, 187, 0.25);
    border-bottom: 2px solid #E4E4E4;
    padding: 20px 0;
}
h5{
  padding: 7px 0 12px;
}
/*
.learn-more {
    background-color: transparent;
    background-image: url("/_resources/images/chevron2.png");
    background-repeat: no-repeat;
    background-size: 9px auto;
    color: #2276BB;
    display: block;
    font-weight: bold;
    margin-bottom: 16px;
    margin-left: 1px;
    margin-top: 15px;
    padding-left: 12px;
}
*/
h1{
  font-size: 1.9em;
line-height: 1.2em;
font-weight: lighter;
}
.imp {

font-size: 1.08em;
font-family: 'HelveticaNeueETW01-55Rg',Arial,sans-serif;
}
.ou-blue1 {
color: #2276BB;
}
.date{
  font-weight: bold;
  color:#000000;
}
.wnl{
  color:#2276BB;
  padding-right: 10px;
}
.wnl li{

  padding-top: 8px;
  padding-bottom: 8px;
}
.wnl li:first-child{
  padding-bottom:8px;
  padding-top: 0px;
}
.video_info{
    max-width: 155px;
    position: relative;
    text-align: center;
    top: -40px;
}

.three.columns.oucampus_overview{
	padding-top: 76px;
padding-left: 18px;
	}

/* conference block */

#conference ul {
left: 16px;
    min-height: 238px;
    position: relative;	
}

#conference ul li{
  display: inline;
float: left;
position: relative;
}

#conference ul li:first-child{
top: 42px;
left: 35px;
}
#conference ul li:last-child{
top: 42px;
right: 35px;
}
#conference .black_border{
  border:none;
  padding:0px;
  -webkit-box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 3px rgba(0, 0, 0, .6), 3px 3px 12px -1px #000000;
}
section .content ul {
    list-style: none outside none;
    margin: 0;
}
.three.columns.powered {
padding-left: 1.6%;
}
/* /conference block */

@media only screen and (max-width: 767px) { /* Global Misc --- */
    .banner_video{
	margin-right: 150px;
      padding-top: 70px;
      padding-bottom:60px;
    }
    .bx-wrapper {
height: 540px;
}
.bx-controls, .bx-has-pager{
  top: -16px;
}
    #banner h1{
      margin-top:7px;
    }
    .banner_video img{
      float: right;
	width:75%;
    }
    .video_message{
      left: -15px;
      top: 78px;
    }
    .banner_video .play{
      top: 47px;
	left:132px;
    }

.banner_video.alt {
padding-top: 70px;
}
.banner_video.third{
	padding-top: 70px;
		}

    .stack {

margin-top: 0px;
padding: 0 7px;
}
.stack{
	min-width:110px;
	}
.video.stack > img {

height: 78px;
}
.video_info {
max-width: 125px;
}	

.stack .play {
left: 12px;
top: -68px;
}
	
.three.columns.oucampus_overview{
margin-top: -26px;
padding-top: 0px;
padding-left: 0px;
	}
	
}


/*Added for personalization box */
.video.stack { margin-bottom:-25px; margin-top:15px; }

.personalization{
	box-shadow:1px 2px 6px 1px #555;
	border-radius:5px;
	margin-top:14px;
}

.personalization .pbox{
/*	border:3px solid #003567; */
	border-radius:5px;
}

.personalization h5{
/*	background-color:#EEE;*/
	background-color:#003567;
	border-radius:3px 3px 0 0;
	color:#FFF;
	font-size:1.15em;
	padding-top:11px;
	text-align:center;
}

div.personalization ul li{
	margin:0;
	position:relative;
}

div.personalization ul li a{
	border-top:1px solid #DDD;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	overflow:auto;
	padding:10px 0;
}

div.personalization ul li a:after{
	color:#B4B4B4;
	content: '\e22c';
    font-family: 'icomoon';
    position:absolute;
    right:5px;
    speak: none;
    top:40%;
}

div.personalization ul li a:hover{
	background-color:#EEF5FD;
	text-decoration:none;
}

div.personalization ul li a:hover:after{
	color:#555;
}

div.personalization ul li a span.picon:before{
	vertical-align:middle;
}

div.personalization ul li a span.picon{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	
	color:#003567;
	display:block;
	float:left;
	font-size:2em;
	margin-top:11px;
	min-height:1px;
	padding-left:7px;
	position:relative;
	width:13.893641%;
}

div.personalization ul li a span.ptext{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;

	display:block;
	font-size:0.9em;
	float:left;
	min-height:1px;
	padding-left:3px;
	padding-right:18px;
	position:relative;
	width:82.978857%;
}