@media screen and (min-width: 0px) and (max-width: 1100px) {
	.headImgCaption {
	 bottom: 25%;
	}
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
header {
    padding: 10px 0px;
}
header .logo {
    width: 230px;
}
}

@media screen and (min-width: 0px) and (max-width: 1023px) {
.videoText .col {
    width: 100% !important;
	padding-left:0px !important;
	padding-right:0px !important;
}
.videoText .col:first-child {
	padding-bottom:30px !important;
}	
	
}

@media screen and (min-width: 0px) and (max-width: 900px) {
.headImgCaption {
   bottom: 22%;
}
.headImgCaption h1 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 500;
}
.threeGrayBox .grid, .threeBlueBox .grid{
	margin-left: 0px;
	margin-right: 0px;
}
.threeGrayBox .col,
.threeBlueBox .col{
	padding: 20px !important;
	width: 100% !important;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom:10px solid #ffffff;
	border-top:10px solid #ffffff;
}
.threeGrayBox img{
	float:left;
	margin-right:15px;
}
.threeGrayBox .col > div{
	overflow:hidden
}
.bluePromoBox{
	padding: 20px !important;
	}
.showOnMobile{
	display:block
	}
.showOnDesktop,
.btnHolderCol{
	display:none
	}
.videoList .col {
    padding: 20px 10px;
	width:50%;
}
}
@media screen and (min-width: 0px) and (max-width: 768px) {
h1 {
    font-size: 26px;
    line-height: 34px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.threeGrayBox img{
	width:100px;
}
.formHolder {
    width: 60%;
}
.TSpace {
    padding-top: 40px;
}
.TBSpace {
    padding-top: 40px;
	padding-bottom: 40px;
}
.videoList .col {
    padding: 20px 0px;
    width: 100%;
}
}
@media screen and (min-width: 0px) and (max-width: 680px) {
.headImgCaption {
   bottom: 20%;
}
.headImgCaption h1 {
font-size: 22px;
line-height: 30px;
}
}
@media screen and (min-width: 0px) and (max-width: 640px) {
.threeGrayBox .col > div{
	overflow:hidden;
	clear:both
}
.threeGrayBox .grid {
    padding-bottom: 20px;
}
.btn.blueLarge, .btn.tealLarge{
	width:100%;
	}
	
}


@media screen and (min-width: 0px) and (max-width: 600px) {

}


@media screen and (min-width: 0px) and (max-width: 500px) {
.formHolder {
    width: 100%;
	float:none
}
.signUpForm .bgImg:after{
	display: block;
	content: " ";
	height:100%;
	width:100%;
	position:absolute;
	background-color:rgba(44,44,44,0.5);
	left: 0px;
	top: 0px;
}
}
@media screen and (min-width: 0px) and (max-width: 430px) {

.headImgCaption {
   bottom: 18%;
}
.headImgCaption h1 {
font-size: 18px;
line-height: 24px;
}

}
@media screen and (min-width: 0px) and (max-width: 400px) {
	.headImgCaption {
   bottom: 14%;
}
.headImgCaption h1 {
    font-size: 15px;
    line-height: 19px;
}
}