@charset "utf-8";

.page_title { background-image:url(/images/2014/about/title-bar-mobile.png); height:8rem; color:#9b0000; }

.divider { width:99%; }

@media only screen and (max-width: 480px) {
	.page_title { width: 96%; background-size: 100%; }
	.page_title p { margin-top: 1rem; }
	.bm .page_title { font-size: 3rem; }
	.page_desc_image { width: 85% !important; height: 17rem !important; }
	.page_desc_image p { top: 5rem !important; font-size: 3rem; }
	.ask_us { height:75px !important; }
	.en .ask_us p { top: 10.5rem; font-size: 2rem; }

	.bm .page_desc_image p { top: 6rem !important; font-size: 2.5rem; }
	.bm .ask_us { height: 75px !important; }
	.bm .ask_us p { top: 10rem !important; }
}

@media only screen and (max-width: 390px) {
	.bm .ask_us p { top: 9rem !important; }
	.en .ask_us p { top: 9.5rem; font-size: 2rem; }
}

@media only screen and (min-width: 480px) {
	.airbornes { display:none; }

	/*.divider { margin:2rem auto; }
	.divider .right_ladybug, .divider .left_ladybug { top:-2.2rem; }*/
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1025px) {
	.page_title { background:url(/images/2014/about/title-bar.png); width:791px; height:59px; }
	.page_title p { margin-top:1.2rem; }

	/*.divider .right_ladybug, .divider .left_ladybug { top:-2rem; }*/
}