

/** 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:1.8em; line-height:1.2em; color:#3597D4; font-weight:300; text-transform:uppercase; padding-bottom:10px; }
h3,h4 							{ font-size:1.6em; font-weight:300; text-transform:uppercase; padding-bottom:10px; }
.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; }

html 							{ background:#FFFFFF; }
body							{ color:#39444A; }
.mm-page-wrapper 				{ background:#FFFFFF; }
a								{ color:#3597D4; -webkit-transition:background .3s ease; -moz-transition:background .3s ease; transition:background .3s ease; }
a:hover							{ color:#39444A; }
a.btn,
.listing-user-button,
.btn							{ background-color:#3597D4; 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:#39444A; color:#FFFFFF; }
.btn-outline					{ background:#3597D4; color:#FFFFFF;  text-transform:uppercase; font-weight:300; font-size:1.2em; }
.btn-outline:hover				{ background:#39444A; color:#FFFFFF; }



/** COLOURS **/
.blue			{ color:#3597D4; }
.grey			{ color:#39444A; }



/** 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; }



/** FORM ERRORS **/
.form-error-summary							{ padding:20px 20px 20px 20px !important; }
.form-error-summary							{ background:#3597D4; color:#FFFFFF !important; border:none !important; }
.form .form-textbox.form-field-error input,
.form .form-textbox.form-field-error textarea { border:1px solid #3597D4; } 					



/** 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; }



.l-divided .l-body		{ margin-top:0px; padding-top:2em; }


@media screen and (max-width:600px){

h1,h2					{ font-size:1.3em; }

}

 


