/**

 * 

 * Page Specific Styles For Contact Us

 * This page should be named according to the page slug.

 *

 **/



/*/////////////////////////////////////////////////////////////////////////////////////

// Contact Us Page Styles

/////////////////////////////////////////////////////////////////////////////////////*/



h3.main-title {

	font-size: 1.25em;

	font-weight: bold;

	text-transform: uppercase;

	height: 42px;

	background-image: url(../../images/h4-title-bg-arrow.png);

	background-repeat: no-repeat;

	border-top-right-radius:5px;

	border-bottom-right-radius:5px;

	background-color: #f7931e;

	padding-left:70px;

	color: #ffffff;

	text-shadow: 1px 1px 0 #c54c1d;

	border: 1px solid #ee5d24;

	border-left: none;

	border-top: none;

	line-height: 40px;

	box-sizing:border-box;

	-moz-box-sizing:border-box; /* Firefox */

}



label {

	font-weight: bold;

	font-size: 16px;

	cursor: default;

}

h3.canada, h3.australia, h3.nz, h3.united-states {
	display: inline-block;
	height: 41px;
	background-repeat: no-repeat;
	padding-left: 80px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
}

h3.canada {
	background-image: url(../../images/contact/flag-canada.png);
}

h3.australia {
	background-image: url(../../images/contact/flag-australia.png);
}


h3.nz {
	background-image: url(http://smencils.ca/scxwp/wp-content/uploads/2014/08/new-zealand-flag.png);
}

h3.united-states {
	background-image: url(../../images/contact/flag-usa.png);
}

/*/////////////////////////////////////////////////////////////////////////////////////

// Contact Us Media Queries

/////////////////////////////////////////////////////////////////////////////////////*/



	/* Large desktop display */

	@media (min-width: 1200px) {

	



	}



	/* Landscape Tablets */

	@media (min-width: 768px) and (max-width: 979px) {

		h3.canada, h3.australia, h3.uk {

			font-size: 17px;

		}

		

	}



	/* Landscape Phones and Portrait Tablets */

	@media (max-width: 767px) {

		

	}



	/* All Phones only */

	@media (max-width: 480px) {


	}



	/* All Tablets and Phones only */

	@media (max-width: 979px) {
		
		
		

	}



	/* All Desktops only */

	@media (min-width: 980px) {

	

	}