/* Boutique - Directions */

.section-information { background: #756565;
background: -moz-linear-gradient(-45deg, #b88860 0%, #41446b 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#b88860), color-stop(100%,#41446b));
background: -webkit-linear-gradient(-45deg, #b88860 0%,#41446b 100%);
background: -o-linear-gradient(-45deg, #b88860 0%,#41446b 100%);
background: -ms-linear-gradient(-45deg, #b88860 0%,#41446b 100%);
background: linear-gradient(135deg, #b88860 0%,#41446b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b88860', endColorstr='#41446b',GradientType=1 ); text-align:center; }
.section-information h2 { color: white; font-weight:300; }
.section-information h5 { color: white; margin-top: 1.3em; }
.section-information p { color: white; margin-top: 5px; }
.section-information p a { color: white; }
.section-information .directions-image { width:150px; height:150px; margin: 20px auto 20px; background:url(/parent-resource-center/images/directions/directions_graphic.png) center center no-repeat; background-size:contain; }
.section-information .column1 {  }


/*Retina Screen*/
@media only screen {
	.section-information .directions-image { background:url(/parent-resource-center/images/directions/directions_graphic.svg) center center no-repeat; background-size:contain; }	
	}


/*Retina Full Size*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 144dppx) {

	}

/*Medium*/
@media only screen and (max-width: 1069px) { 
	.section-information h2 { }
	.section-information .directions-image { width:120px; height:120px; margin: 20px auto 20px; background-size:contain; }
	}
	
/*Retina Medium*/
@media only screen and (max-width: 1069px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1069px) and (min-resolution: 144dpi), only screen and (max-width: 1069px) and (min-resolution: 144dppx) {
	}

/*Small*/
@media only screen and (max-width: 735px) {
	.section-information { text-align: center; }
	
	.section-information h2 { margin-bottom:10px; }
	.section-information .directions-image { width:100px; height:100px; margin: 0px auto 20px; background-size:contain; }
	}
	
/*Retina Small*/
@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
	
	
	}	
	