.banner {
    background-size: cover;
    background-color: #f1f0f0;		
}

.quote {
    background-color: #fac31e;
}


.banner .h2 {
    font-size: 3em;
    line-height: 1.1em;
    margin-left: 1.0em;
	margin-top:  0.5em;
}

.banner .h1 {
    font-size: 6em;
    font-weight: bold;
	line-height: 1.1em;
    margin-left: 0.5em;
  	margin-top:  0.5px;
}

.vidyard_player > span {
   width: 100% !important;
   height: 100% !important;
   margin: 0 auto !important;
   position:;
}

.button_standard {
	margin-left: 0em;
  	margin-top: 1.5em;
}

#main #main_content_right_rail_unit:first-child #right_rail {
	margin-top: 0px;
	}

@media only screen and (max-width: 1000px) {
    .h1 {
        font-size: 7.1em;
        font-weight: bold;
        line-height: 48px;
    }
}


@media only screen and (max-width: 850px) {
    .responsive .banner .multicolumn_column.width_33 span {
        background-position: -40px bottom;
    }
    .banner .h1 {
        font-size: 4.6em;
        font-weight: bold;
        line-height: 48px;
    }
    .banner .h2 {
        font-size: 3em;
        margin-top: 0.5em;
    }
}

@media only screen and (max-width: 640px) {
    .responsive .banner .column_fill {
        height: 20px;
    }
    .responsive .banner {
        background-image: none;        
    }
    .responsive .banner .multicolumn_column {
        margin: 0;
        padding:0;
    }
    .banner .h1 {
        font-size: 4.4em;
        font-weight: bold;
        line-height: 40px;
    }
    .banner .h2 {
        font-size: 2.1em;
        margin-top: 0.5em;
    }
    .responsive .banner .multicolumn_column.width_50 + .multicolumn_column.width_50 {
        
        background-size: cover;
      }
}

	
