

/** GENERAL **/
html							{ height:100%; }
body							{ width:100%; margin:0; font-family: 'Open Sans', sans-serif; font-size:14px; }
a								{ text-decoration:none; cursor:pointer; }
img								{ border:none; }
h1,h2,h3,h4						{ font-weight:normal; margin:0px; padding:0px; }
h1,h2							{ font-size:2.3em; line-height:1.2em; color:#1F3D73; font-weight:300; text-transform:uppercase; }
h3,h4 							{ font-size:1.8em; }
.btn							{ text-transform:uppercase; cursor:pointer; }
.btn-outline					{ font-size:1.3em; padding:10px 20px; cursor:pointer; }
.listing-user-button			{ display:inline-block; text-transform:uppercase; font-weight:bold; padding:10px; }

body							{ color:#4B4F4F; }
.mm-page-wrapper { background:#FFF; }
a								{ color:#1F3D73; -webkit-transition:background .3s ease; -moz-transition:background .3s ease; transition:background .3s ease; }
a:hover							{ color:#872234; }
a.btn,
.listing-user-button,
.btn							{ background-color:#1F3D73; color:#FFFFFF; -webkit-transition:background .3s ease; -moz-transition:background .3s ease; transition:background .3s ease; }
a.btn:hover,
.listing-user-button:hover,
.btn:hover						{ background-color:#872234; color:#FFFFFF; }
.btn-outline					{ background:#1F3D73; color:#FFFFFF;  text-transform:uppercase; font-weight:300; font-size:1.2em; }
.btn-outline:hover				{ background:#872234; color:#FFFFFF; }



/** COLOURS **/
.blue			{ color:#1F3D73; }
.red			{ color:#872234; }



/** CONTENT **/
.content-margins		{ width:100%; max-width:960px; margin:0px auto; }
.content-padding		{ padding:0px 10px; }



/** ERROR PAGE **/
.errpg.errpg-500		{ padding:150px 0px 30px 0px; margin:50px 0; text-align:center; }

.errpg.errpg-500		{ background:transparent url(logos/hughes-white-footer.png) no-repeat 50% 0%; color:#FFFFFF; }



/** FORM ERRORS **/
.form-error-summary		{ padding:20px 20px 20px 20px !important; }
.form-error-summary		{ background:#872234; color:#FFFFFF !important; border:none !important; }



/** MOBILE LIGHTBOX FIX **/
.mobile-lightbox-fix a.btn			{ margin:10px; }
.mobile-lightbox-fix .l-article		{ margin:0px 0px 20px 0px; }
.mobile-lightbox-fix h1				{ padding:20px; margin:0px 0px 5px 0px; font-size:1.5em; letter-spacing:inherit; }

.mobile-lightbox-fix h1				{ background:#FFFFFF; }



