
.row.one{
	
	background:#140605;
}
.row.one .container{
	background:url(../images/tnc_main.png) center no-repeat;
	height:150px;
	background-size: 180%;	
	position: relative;
}

.col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

.sub_headers.main{
  position:absolute;
  top:40px;
  left:15px;
  font-size:28px;
  color:#18a2e3;
  padding:10px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.8);
}

p{
	line-height: 25px;
}

#accts{
	padding-bottom:30px;
}

#accts li{
	padding-bottom:10px;
}
#accts ul li{
	list-style-type:disc;
}

@media screen and (min-width: 481px) {
	.row.one .container{
		background:url(../images/tnc_main.png) center no-repeat;
		height:200px;	
		background-size: 170%;
	}

	.sub_headers.main{
    position:absolute;
    top:70px;
    left:40px;
    font-size:30px;
    color:#18a2e3;
  }

}

@media screen and (min-width: 768px) {
	.row.one .container{
		background:url(../images/tnc_main.png) center no-repeat;
		height:220px;	
		background-size: 120%;
	}

	.sub_headers.main{
    position:absolute;
    top:50px;
    left:40px;
    font-size:40px;
    color:#ffffff;
    padding:0;
    background-color: transparent;
  }
}

@media screen and (min-width: 992px) {
	.row.one .container{
		background:url(../images/tnc_main.png) center no-repeat;
		height:225px;	
		background-size: 100%;
	}

	.sub_headers.main{
  position:absolute;
  top:90px;
  left:35px;
  font-size:40px;
  color:#ffffff;
}
}

/*DESKTOPS LARGE SCREEN*/
@media screen and (min-width: 1200px) {
  .row.one .container{-height:250px;}
}

@media screen and (min-width: 1460px) {
	.row.one .container{height:260px;}
}

/*@media screen and (max-width: 1200px) {
	.container{
		width:99%;
	}
	
}*/