/* http://meyerweb.com/eric/tools/css/reset/
   v2.0|20110126
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*      vertical-align: baseline; CKM */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after{ content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0; }
.clearfix{display:inline-block;}
html[xmlns] .clearfix{display:block;}
.invalid { border-color:red !important; }
label.invalid { color:red; }
strong em, em strong { font-weight: bold; font-style: italic;}
strong, b { font-weight: bold; }
em { font-style: italic; }
th, td { border: none; }
p { margin: 0.5em 0 1em 0; }
li { list-style-position: outside; margin-bottom: 8px; }
ul, ol { margin: 15px 0 15px 40px; }
ol { list-style-type: decimal; }
ul li { list-style-type: disc; }

.dark-blue {
	color: #263578;
}
.light-blue {
	color: #A8CBE9;
}
.button,
.ckmform .btn-primary {
	color: #000;
	background-color: #00ff00;
	border: 1px solid #000;
}
.button,
.button:hover,
.button:focus,
.ckmform .btn-primary,
.ckmform .btn-primary:hover
.ckmform .btn-primary:focus {
	background: #f00;
}

.button .close {display: none;}
#system-message {
	border: 1px solid red;
    padding: 10px;
    text-align: center;
}
.alert-error{
	border: 1px solid red;
    padding: 10px;
    text-align: center;
}
button.close, a.close {display: none;}

a, a:link, a:visited { color:#2A3479; text-decoration: none; font-weight: bold;}
a:hover { color:#000; }

.popover {
	display:none !important;
}

body {
	background: url(images/bg.png) repeat-x #FFF;
	font: 13px arial,helvetica,clean,sans-serif;
	text-align: center;
	color: #5D5D5D;
}
#innercont {
	background: url(images/sides.png) repeat-y 0 0;
	width: 970px;
	float: left;
}
#header1 {
	height: 40px;
	background: url(images/top.png) no-repeat -5px 0;
}
#header2 {
	background: #FFF;
}
#header-right {
	float: right;
	width: 253px;
}
#hpimage {
	float: left;
	margin: 10px 10px 10px 16px;
	display: inline;
	width: 691px;
	height: 170px;
}
#logo {
	float: left;
	margin: 25px 0 0 5px;
}
#search {
	background: #DFDFE0;
	float: left;
	margin: 17px 0 0 5px;
	padding: 0 0 8px 10px;
	width: 222px;
}
#search span.heading {
	display: block;
	padding: 10px 0;
}
#mobile-search {
	display: none;
}
.form-search input {
	color: #3E3E3E;
    font-size: 11px;
    height: 17px;
    padding: 2px 0 0 1px;
    margin: 0 0 0 3px;
    width: 177px;
    border: 0 none;
	float: left;
}
.form-search button {
    width: 25px;
    height: 19px;
    background: url(images/search.png) no-repeat 0 0;
	border: 0;
	padding: 0;
	float: left;
}


.width-controller {
	width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
}

.pagination span,
.pagination a { margin-right: 5px; }
.pagenavcounter { text-align: right; }

.contactname { font-size: 1.15em; }
span.heading, h1 {
	font-family: 'Lora', serif;
	color: #28357b;
	font-size: 21px;
	font-weight: 700;
}
h1 {margin: 5px 0 20px 0; text-align:left!important; }
h2 {
	font-family: 'Lora', serif;
	color: #28357b;
	font-size: 18px;
	margin: 5px 0 10px;
	font-weight: 700;
    text-align: left;
}
.pagination ul {margin-left: 0}
.pagination ul li {float: left; list-style: none;}

div.message {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}
.blog .items-row {
	border-bottom: 1px solid #bfbfbf;
	padding: 0 0 10px;
float: left;
    width: 100%;
}
.blog .items-row img{border: 1px solid #B4C2CF;}

.blog .items-row .item-image {display: none;}

ul.menu {
	margin: 0;
	padding: 0;
}

.contact h3 {
	display: none;
}

/* Container CSS */
#container {
	text-align: left;
	max-width: 985px;
	margin: 0 auto 0;
}

/* Header CSS */
#header {
	background: #DF3737;
	width: 100%;
}

.logo{
	float: left;
}


.search-results .result-title {
	margin: 10px 0;
}

#mainmenu {
	background-color: #263578;
	clear: both;
	height:24px;
	margin:0 3px 20px 6px;
	padding:10px 0 0 10px;
}
#mainmenu ul { margin: 0}
#mainmenu ul li { 
	display: inline;
	border-left: 5px solid #94BAE1;
	display: inline;
	margin: 0;
	padding: 0 9px;
}
#mainmenu ul li:first-child {
	border-left: none;
	padding-left: 0;
}
#mainmenu ul li a {
	color: #FFF;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#mainmenu ul li:first-child a {
	padding-left: 10px;
}
#mainmenu ul li.active a,
#mainmenu ul li a:hover { color:#28357B; background-color: #A8CBE9; }

a.whole-menu { display: none; }


#leftcol {
	background: url(images/seperators.png) no-repeat 233px 0;
	float: left;
	margin-top: 5px;
	width: 239px;
	box-sizing: border-box;
	padding-left: 18px;
}
#sidemenu {
	background-color: #DFDFDF;
    margin: 12px 0 0 0;
    padding: 12px 0;
    width: 203px;
}
#sidemenu ul {
	margin: 0;
}
#sidemenu ul li {
	list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    background: url(images/bullet.png) no-repeat 0 10px;
	margin: 0 0 0 20px;
    padding: 7px 0 7px 5px;
}
#sidemenu ul li a {
	font-size: 13px;
    padding: 0 0 0 15px;
    color: #2A3479;
}
#sidemenu ul li a:hover {
	color: #000;
}
.blue-fold, a.blue-fold {
	display: block;
	background: #28357b;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
}
a.blue-fold:hover {
	color: #28357B;
	background: #A8CBE9;
}
.call-us {
	width: 203px;
}
.recent-deals {
	width: 210px;
}
/* Content CSS */
#content {
	clear:none;
	float:left;
	padding:0 15px 5px 20px;
	text-align:justify;
	width:448px	
}

#rightcol {
	background:url(images/seperators.png) no-repeat 0 0;
	float:left;
	margin-top:5px;
	padding-left:22px;
	width:212px;	
}
#recent-transactions span.heading {
    border-bottom: 1px solid #B4C2CF;
    margin: 0 0 5px;
    padding: 0 0 5px;
    display: block;
}
.newsflash p:first-child {
    display: block;
}
.newsflash p {
    display: none;
}
.newsflash img {
    border: 0 !important;
    margin-bottom: 6px;
    margin-right: 0 !important;
}
.newsflash strong {
    font-weight: normal;
}
#socialleft .facebookicon { margin-left: 17px; display: inline; }
.socialicon {
    float: left;
    display: block;
    width: 37px;
    height: 37px;
    margin-right: 10px;
}
#border {
	padding: 20px 0 12px 0;
	clear: both;
	border-bottom: 1px dotted;
	margin: 0 17px 20px;
}

/* Footer CSS */
#footer {
	background: url(images/footer_bg.png) no-repeat 0 0 #FFF;
	padding: 0 0 0 18px;
	height: 70px;
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
}
#copy {
	float: left;
}
#footer-address {
	float: right;
	text-align: right;
	margin-right: 17px;
}
.footer-left {
	float: right;
	margin-top: 5px;
}
.address2 p {
	margin: 0;
}
.footer-right {
	float: right;
	width: 282px;
	margin: 10px 30px 0 0;
}
#footermenu {
    float: left;
    clear: left;
    width: 277px;
    margin-top: 5px;
}
#footermenu nav {
	float: left;
}
#footermenu ul { margin: 0}
#footermenu ul li { 
	display: inline;
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0;
	border-right: 1px solid #5D5D5D;
}
#footermenu ul li a {
	color: #5D5D5D;
	padding:0 5px ;
}
#footermenu ul li:first-child a {
	padding-left: 0;
}
#footermenu ul li.active a, #footermenu ul li a:hover { text-decoration: underline; }

#innerfooter {
	color: white;
	font-size: 12px;
	margin: 0 auto 0;
	min-height: 38px;
	padding: 25px 0;
	text-align: left;
	width: 100%;
}

/* Clickingmad */
a.clickingmad { 
	float: right;
	color: #5D5D5D;
}
a.clickingmad:hover { text-decoration: underline; }

/* Contact */
.contact-grid {
	float: left;
	width: 100%;
}

#contact-form input[type=text],
#contact-form input[type=email],
#contact-form textarea {
	box-sizing: border-box;
	max-width: 325px;
	min-width: 200px;
	margin: 0 0 0.8em;
	padding: 0.5em 3%;
	width: 100%;
}

.form-actions {
	clear: both;
	padding-top: 0.8em;
}
#contact-table {
	width: 100%;
	max-width: 300px;
}
.contact-miscinfo dt {
    display: none;
}
.contact-misc p:first-child {
	margin-bottom: 0;
}
#contact-form button {
	color: #fff;
    background-color: #263578;
    border: none;
	padding: 5px 10px;
	cursor: pointer;
}

@media only screen and (max-width: 750px) {
	.contact-grid {
		clear: both;
		margin-right: 0;
		width: 100%;
	}

	.contact-right {
		padding-top: 1em;
	}

	#contact-form input[type=text],
	#contact-form input[type=email],
	#contact-form textarea {
		max-width: 100%;
		width: 100%;
	}
}

/* captcha */
#jform_captcha {
	width: 100%;
}

#jform_captcha td.recaptcha_image_cell {
	min-width: 200px;
	max-width: 325px;
	width: 90% !important;
}

#jform_captcha td {
	padding: 0 !important;
}

#recaptcha_privacy,
#recaptcha_logo {
	display: none;
}

#contact-form .recaptchatable {
	border: 0 none !important;
	max-width: 325px;
	width: 100%;
}

#contact-form .recaptchatable .recaptcha_image_cell {
	background: transparent !important;
	height: auto !important;
	padding: 0 !important;
}

#contact-form .recaptchatable #recaptcha_image {
	border: 0 none !important;
	width: 98% !important;
}

#contact-form .recaptchatable #recaptcha_image img {
	max-width: 100% !important;
}

#contact-form .recaptchatable tr td {
	clear: both;
}

#jform_captcha #recaptcha_response_field {
	width: 100% !important;
}



/* Add Cookie Notice */
#ckmcookiescont {
	bottom:0;
	left: 0;
	position: fixed;
}
#ckmcookiesinnercont {
	bottom: 0;
	display: block;
	left: 0;
	padding: 0; /* dont add any styling to this div as it persists through hiding */
	position: fixed;
	text-align: left;
	width: 100%;
	z-index: 999999999;
}

#ckmcookiesinnercont {
	padding: 5px 0;
}

#ckmcookiescont span {
	display: block;
	float: left;
	padding: 0 5px;
}

#ckmcookiescont .ckmcookiebutton {
	float: right;
	margin-right: 5px;
	display: inline;
}

/* Quick Style */
#ckmcookiesinnercont {
	background: #ebebeb;
	color: #6F6F6F;
	font-size: 13px;
	border-top: 1px solid #6F6F6F;
	width: 100%;
}

#ckmcookiescont a,
#ckmcookiescont button {color: #30287B;}

#ckmcookiescont a:hover,
#ckmcookiescont button:hover {color:#000;}	

#ckmcookiescont .ckmcookiebutton {
	border: 1px solid #30287B;
	padding: 5px;
}
/* End Quick Style */

/* End Cookie Notice */

/* Responsive break points */
/* Tablet view */


@media only screen and (max-width: 990px) {
	#container {
		width: 720px;
	}
	#innercont {
		width: 100%;
		background-size: 100%;
		background-position-x: 2px;
	}
	#header-right {
		width: 100%;
	}
	#logo {
		margin: 25px 0 0 15px;
	}
	#search {
		margin: 17px 13px 0 5px;
		float: right;
	}
	#mainmenu {
		margin: 0 1px 20px 6px;
	}
	#mainmenu ul li {
		border-left: 3px solid #94BAE1;
		padding: 0;
	}
	#mainmenu ul li a {
		padding: 0 5px;
		font-size: 12px;
	}
	#mainmenu ul li:first-child a {
		padding-left: 5px;
	}
	#leftcol {
		display: none;
	}
	#rightcol {
		padding-left: 16px;
	}
	#border {
		margin: 0 17px 10px;
	}
	#footer {
		background-size: 100%;
		background-position-x: 2px;
		position: relative;
	}
	.footer-right {
		margin: 10px 10px 0 0;
	}
	#footermenu {
		bottom: 36px;
		position: absolute;
	}
}

/* Mobile view */
@media only screen and (max-width: 730px) {
	body {
		background: none;
	}
	#header1 {
		background: #263578;
		height: 20px;
	}
	#container {
		width: 100%;
		max-width: 480px;
	}
	#innercont {
		background: none;
		border-left: 1px solid lightgrey;
		border-right: 1px solid lightgrey;
		box-sizing: border-box;
	}
	#logo {
		float: none;
		width: 232px;
		margin: 15px auto 0;
	}
	#search {
		display: none;
	}
	#mobile-search {
		display: block;
		float: right;
		margin: 11px 10px 0 0;
	}
	.form-search button {
		border: 1px solid #FFF;
	}
	#hpimage {
		display: none;
	}
	#mainmenu-cont {
		float: left;
		width: 100%;
		background: #263578;
		margin: 10px 0;
		position: relative;
	}
	a.whole-menu {
		background: url(images/menu-burger.png) no-repeat left 7px transparent;
		box-sizing: border-box;
		clear: both;
		color: #fff;
		display: block;
		float: left;
		font-size: 16px;
		height: 42px;
		margin-left: 10px;
		padding-top: 12px;
		text-align: center;
		width: 29px;
	}
	a.whole-menu span {
		display: none;
	}
	a.whole-menu.show-mobile {
		background-position: right 7px;
	}
	#mainmenu {
		background: none;
		display: none;
		margin: 0;
		position: absolute;
		top: 100%;
		z-index: 211;
		height: auto;
		padding: 0;
	}
	#mainmenu.open {
		display: block !important;
	}
	#mainmenu ul { padding: 0; }
	#mainmenu ul li {
		border: 0;
		box-sizing: border-box;
		clear: both;
		display: block;
		padding: 0;
		width: 100%;
	}
	#mainmenu ul li:first-child a {
		padding-left: 10px;
	}
	#mainmenu ul li a,
	#mainmenu ul li span {
		box-sizing: border-box;
		color: #fff;
		display: block;
		font-size: 16px;
		padding: 8px 10px;
		background: #263578;
	}
	#mainmenu ul ul {
		display: block;
		position: static;
		width: 100%;
	}
	#mainmenu ul li li {
		padding: 0;
		width: 100%;
		background: #6c9b63;
	}
	#mainmenu ul li.active ul li a:hover { color: #fff; }
	#mainmenu ul li li a,
	#mainmenu ul li.active ul li a,
	#mainmenu ul li span { color: #FFF; }
	#mainmenu ul li li a,
	#mainmenu ul li.active ul li a {
		padding-left: 25px;
	}
	#mainmenu ul li li a:hover,
	#mainmenu ul li.active ul li a:hover {
		text-decoration: underline;
	}
	#mainmenu > ul > li > a,
	#mainmenu > ul > li > span {
		border-top: 1px solid #FFF;
	}
	#mainmenu ul li.deeper.parent > a,
	#mainmenu > ul > li > span {
		border-bottom: 1px solid #FFF;
	}
	nav {
		position: relative;
		float: left;
		width: 100%;
	}
	#content {
		padding: 0 10px 5px 10px;
		width: 100%;
		box-sizing: border-box;
	}
	#rightcol {
		float: none;
		margin: 5px auto 0;
		display: block;
		padding-left: 0 !important;
		clear: both;
		background: none;
	}
	#recent-transactions {
		display: none;
	}
	#border {
		margin: 0 17px 20px;
		padding: 10px 0
	}
	#footer {
		background: none;
		border-left: 1px solid lightgrey;
		border-right: 1px solid lightgrey;
		padding: 0 0 10px;
		height: auto;
		border-bottom: 20px solid #263578;
	}
	#copy {
		float: none;
		width: 133px;
		margin: 0 auto 5px;
	}
	#footer-address {
		text-align: center;
		margin-right: 0;
		width: 100%;
	}
	.footer-left {
		width: 100%;
	}
	#footermenu {
		position: static;
		width: 100%;
		text-align: center;
	}
	#footermenu ul li:first-child a {
		padding-left: 5px;
	}
	#footermenu ul li:last-child {
		border-right: 0;
	}
	#footermenu nav {
		margin-bottom: 5px;
	}
	a.clickingmad {
		float: none;
	}
}

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

}
@media only screen and (max-width: 510px) {

}
@media only screen and (max-width: 340px) {

}



