

/** COLOURS **/
.dark-blue			{ color:#002B3E; }
.gold				{ color:#C3922E; }


/** GENERAL **/
html			{ height:100%; }
body			{ width:100%; margin:0px; font-family:'Open Sans', sans-serif; font-size:12px; }
h1, h2, h3		{ margin:0px; padding:0px; font-weight:normal; color:#C3922E; }
a				{ text-decoration:none; cursor:pointer; }
img				{ border:none; }
.btn			{ text-transform:uppercase; }

html			{ background:#002B3E; }
body			{ color:#333333; background-color:#FFFFFF; }
a				{ color:#002B3E; -webkit-transition:background .3s ease; -moz-transition:background .3s ease; transition:background .3s ease; -webkit-transition:color .3s ease; -moz-transition:color .3s ease; transition:color .3s ease; }
a:hover			{ color:#C3922E; }
.btn,
a.btn			{ background-color:#C3922E; color:#FFFFFF; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; transition:all .3s ease; }
.btn:hover,
a.btn:hover		{ background-color:#002B3E; color:#FFFFFF; }
hr				{ border-top:none; border-bottom:1px dotted #CCCCCC; }

.pFeatures		{ background:#FFFFFF; }



/** WIDTHS **/
.full-width				{ width:100%; clear:both; }
.margin-width			{ width:100%; max-width:999px; margin:0px auto; }
.padding-width			{ padding:0px 10px; }
.l-article.max-width	{ width:94%; max-width:960px; padding:0px 3%; }
.stretch				{ width:100%; display:inline-block; font-size:0; line-height:0; }



/** FORM ERRORS **/
.form .form-error-summary 		{ padding:20px; margin:0px 0px 10px 0px; }

.form .form-error-summary 		{ background:#C3922E; color:#FFFFFF; border:none; }
.form .form-error-summary h4	{ color:#FFFFFF; }



/** BLOCKQUOTES **/
blockquote			{ padding:20px; margin:0px 0px 0px 0px; }

blockquote			{ border:10px solid #F9F9F9; background:#343740 url(icons/quote-white.png) no-repeat 0% 0%; color:#FFFFFF; }
blockquote .title	{ color:#C3922E !important; }



/** NAVIGATION FIX **/
.navigation-wrapper .nav-dropdown {
  z-index:999999 !important;
}
