/* Enter Your Custom CSS Here */
.fullwidthvid{
  	   width:640px;
       margin:0 auto;
}
.containing-block {
       width: 100%;
}
.outer-container {
       position: relative;
       padding-bottom: 63.90%;
}
.BrightcoveExperience {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;

}

@media only screen and (max-width : 1280px){
  .fullwidthvid{
  	   width:100%;
}
  
}

div.blockalign {
height: 0;
line-height: 0;
display: block;
clear: both;
}

/* Custom button text */

a.getanytime{
 		border: 1px solid #d2d2d3;
		padding: 8px 15px;
  		color: black;
  		text-transform: uppercase;
		text-align: center;
  		text-decoration:none;
}

a.getanytime:hover{
 		background-color:#002864;
  		color: white;
}

.gform_wrapper h3.gform_title{
		display: none; 
}

.gform_wrapper .top_label textarea.textarea.medium {
 		width: 97.5%; 
}

img.ratingbugalign{
 		margin-left:-5px;
  		padding-right:5px;
  
}