@charset "utf-8";
/* CSS Document */

h1, h2 {
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
	line-height: 1.5rem;
}

/* ##############################  Main Container ############################## */
#main-container{
	margin: 0px auto;
	width: 100%;
}

@media(min-width:455px){
	#main-container{
		width: 27.13rem;
	}
}

@media(min-width:680px){
	#main-container{
		width: 42.25rem;
	}
}

@media(min-width:900px){
	#main-container{
		width: 45.5rem;
	}
}

@media(min-width:1024px){
	#main-container{
		width: 100%;
	}
}

/* ############################## Banner Carousel ############################## */
@media(min-width:0px) {
	.banner-carousel {
		margin-top: 1.25rem;
	}
}

@media(min-width:1024px) {
	.banner-carousel {
		display: inline-block;
		height: 18.63rem;
		margin: 1.25rem 0.625rem 0px 0px;
		width: 40.5rem;
	}
}

/* ############################## Content Boxes ############################## */

.content-box-text-links {
	margin-top: 0.625rem;
	line-height: 1.312rem;
}

#vet-home-double-column {
	width: 100%;
}

@media(max-width:679.9px){
	.context-box {
		width: 100%;
	}
	
	#content-box-veteran-services {
		margin-top: 1.25rem;
	}
}

@media(min-width:680px){
	.content-box {
		display: inline-block;
		vertical-align: top;
	}
	
	#content-box-area-interest h2 {
		text-align: center;
	}
	
	#vet-home-double-column {
		text-align: center;
	}
	
	.double-column {
		display: inline-block;
		margin-top: 0px;
		text-align: left;
		vertical-align: top;
	}

	.double-column + .double-column {
		margin-left: 0.625rem;
	}
}

@media(min-width:680px) and (max-width:899.9px){		
	.content-box {
		width: 331px;
	}
	
	#content-box-quick-links, #content-box-healthcare {
		margin-right: 10px;
	}
	
	#content-box-healthcare, #content-box-veteran-hotline {
		height:253px;
	}
	
	#content-box-quick-links, #content-box-veteran-services {
		height: 342px;
	}
	
	#content-box-area-interest {
		width: 674px;
	}
	
	.double-column {
		width: 322px;
	}
}

@media(min-width:900px) {
	.double-column {
		width: 19.312rem;
	}
}

@media(min-width:900px) and (max-width:1023.9px){	
	.content-box {
		width: 357px;
	}
	
	#content-box-quick-links, #content-box-veteran-services {
		height: 342px;
	}
	
	#content-box-healthcare, #content-box-veteran-hotline {
		height: 253px;
	}
	
	#content-box-quick-links, #content-box-healthcare {
		margin-right: 10px;
	}
	
	#content-box-area-interest {
		width: 726px;
	}
	
}

@media (min-width:1024px) {
	.content-box {
		width: 19.875rem;
	}
	
	#content-box-quick-links {
		height: 18.65rem;
		margin-top: 1.25rem;
	}
	
	#content-box-veteran-services, #content-box-healthcare, #content-box-area-interest {
		margin-right: 0.625rem;
	}
	
	#content-box-veteran-services, #content-box-healthcare, #content-box-veteran-hotline {
		height: 21.38rem;
	}
	
	#content-box-service-medals, #content-box-area-interest {
		height: 26.75rem;
	}
	
	#content-box-area-interest {
		width: 40.5rem;
	}
	
}
