/* Mal Dobson & Associates */

/* =============================================================== */
/* Import Section
================================================================ */
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);

@import url("skeleton.css");			/* 960 Grid + Media Query Layouts */ 
@import url("flexslider.css");			/* Flex Slider Styles */
@import url("shortcodes.css");			/* Shortcode Styles */
@import url("fontello.css");			/* Fontello */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table {	border-collapse: collapse; border-spacing: 0; }
code {
	padding: 3px 6px;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	background: #fcfcfc;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #3f8faf;
}
sup {
    vertical-align: super;
    font-size: smaller;
} 

/* #Basic Styles
================================================== */
body {
	background: #ffffff;
	font: 400 16px 'Arimo', sans-serif;
	color: #32313b;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}


/* Basic Alginment
================================================== */
.columns img, .column img { max-width: 100%; height: auto; }
.content img { border: 1px solid #dfdfdf; margin-bottom: 15px; }

.item-img img { width: 100%; height: auto; }

.align-left { float: left; }
.align-center { text-align: center; }
.align-right { float: right; }

img.align-left { float: left; margin: 0 15px 12px 0; }
img.align-center { text-align: center; clear: both; margin: 15px auto; display: block; }
img.align-right { float: right; margin: 0 0 12px 15px; }

img, object, video { max-width: 100%; height: auto; display:block; }
img { width: auto; max-width: 100%; border: 0; -ms-interpolation-mode: bicubic; }

/* Flexible Embeds */
.embed { position: relative; padding: 0px; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.embed iframe, .embed object, .embed embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.clearfix { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 { color: #32313b; line-height: 1.1; font-weight: 300; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

p { margin: 0 0 15px 0; line-height: 22px;}
p img { margin: 0; }

em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
a, a:visited { color: #1A8DCD; text-decoration: none; outline: 0; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; -transition: color 0.2s ease-in-out;}
a:hover, a:focus { color: #888; }
p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
ul, ol { margin: 0 0 15px 25px; }
ul { list-style: disc;  }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul {}
ul ul li, ul ol li,
ol ol li, ol ul li {}
li, li p { line-height: 22px; }
ul.large li { line-height: 26px; }


/* #Forms
================================================== */
.t2 { display: none; }  /*  For form validation - do not remove  */

form {
	margin-bottom: 20px; }
fieldset {
	margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #d8d8d8;
	padding: 7px;
	outline: none;
	color: #888;
	margin: 0;
	max-width: 100%;
	display: block;
	margin-bottom: 7px;
	background: #fff;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
select {
	padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #c8c8c8;
	color: #606060; 
	}
textarea {
	min-height: 60px; }
label,
legend {
	display: block;
	font-weight: bold;
	font-size: 12px; 
	font-weight: normal;
	margin-bottom: 5px;}
select {
	 }
input[type="checkbox"] {
	display: inline; }
label span,
legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }


/* =============================================================== */
/* Miscellaneous Site Styles
================================================================ */

/* Headlines
==========================*/
.headline {
	display: block;
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 10px 0;
	margin: 20px 0 20px 0;
}

/* Background Wrappers
==========================*/
.grey-wrapper { background-color: #cccccc; }
.lightgrey-wrapper { background-color: #efefef; }
.white-wrapper { background-color: #ffffff; }
.blue-wrapper { background-color: #002E6D; }
.pattern-wrapper { background-image: url(../images/background-pattern.png); }

/* Back To Top Button
==========================*/
#backtotop {
	position: fixed;
	right:0px;
	display:none;
	bottom: 20px;
	margin: 0 20px 0 0;
}

#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:45px;
	height:45px;
	/*background: url(../images/back_to_top_btn.png) no-repeat 50% 50%;*/
	background-color:#cccccc;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFFFFF;
	line-height: 40px;
	font-size: 20px;
}

#backtotop a:hover { background-color: #002661; }
#backtotop a i { margin: 0; padding-left: 9px; }

.button_hollow { position: relative; display: inline-block; padding: 10px 15px; font-weight: 300; font-size: 18px; background: transparent; color: #1A8DCD !important; border: 2px solid #1A8DCD; cursor: pointer; }
.button_hollow:hover { color: #FFFFFF !important; background: #1A8DCD; }
.button_full { position: relative; display: inline-block; padding: 10px 15px; font-weight: 300; font-size: 18px; background: #145AD0; color: #FFFFFF !important; border: 2px solid #145AD0; cursor: pointer; }
.button_full:hover { color: #145AD0 !important; background: #FFFFFF; }

/* =============================================================== */
/* Header
================================================================ */
header { position: relative; }

/* Logo
================================================== */
#logo { margin: 15px auto; }
.logoimg { background: url(../images/logo.png) no-repeat; background-size: 300px 166px; width: 300px; height: 166px !important; }
.svg .logoimg { background: url(../images/logo.svg) no-repeat; background-size: 300px 166px; width: 300px; height: 166px; }

/* Higher than 960 (low res desktops) */
@media only screen and (min-width: 960px) and (max-width: 1440px) {
	.logoimg { background-size: 220px 122px; width: 220px; height: 122px !important; }
	.svg .logoimg { background-size: 220px 122px; width: 220px; height: 122px; }
}
/* Tablet Portrait View (all devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.logoimg { background-size: 172px 95px; width: 172px; height: 95px !important; }
	.svg .logoimg { background-size: 172px 95px; width: 172px; height: 95px; }
}
/* All Mobile Sizes (portrait and landscape) */
@media only screen and (max-width: 767px) {
	#logo { width: 220px; }
	.logoimg { background-size: 220px 122px; width: 220px; height: 122px !important; }
	.svg .logoimg { background-size: 220px 122px; width: 220px; height: 122px; }
}
/* Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
/* Mobile Portrait */
@media only screen and (max-width: 479px) {
}

/* Contact Details
================================================== */
header .contact-details { margin: 30px 0 20px 0; }
header .contact-details li { text-align: right; }
header .contact-details li i { float: none; display: inline; }
header .contact-details p { display: inline; margin: 0 0 0 5px; }

/* Tablet Portrait View (all devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	header .contact-details { margin: 20px 0; }
}

/* Main Navigation
==========================*/
nav.under-logo { position: relative; width: 100%; background: #002E6D; }
nav.under-logo ul, nav.under-logo li { list-style: none; padding: 0; margin: 0; }
nav.under-logo ul { text-align: left; }
nav.under-logo ul > li { display: block; float: left; } 
nav.under-logo ul li { position: relative; border-left: 1px solid #FFFFFF; border-right: 0; }
nav.under-logo ul li:last-child { border-right: 1px solid #FFFFFF; }
nav.under-logo ul li:hover, nav.under-logo ul li.active {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-transition: all 400ms ease-in-out;
	background: #808285;
}
nav.under-logo ul li a { 
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	padding: 10px 20px;
	font-weight: 700;
}
nav.under-logo ul li a:hover,
nav.under-logo ul li a.active,
nav.under-logo ul li.hasChild.active a { color: #FFFFFF; }

nav.under-logo ul #toggle, nav.under-logo ul #hide { display: none; }

/* Dropdown Menus */
nav.under-logo ul li:hover > ul { visibility: visible; opacity: 1; }
nav.under-logo ul li:hover > a { color: #FFFFFF; }
nav.under-logo ul ul {
	top: 30px;
	left: 0;
	width: 200px;
	position: absolute;
	z-index: 999;
	text-align: left;
	border-top: 13px solid transparent;
	visibility: hidden;
	opacity: 0;
}
nav.under-logo ul ul li { clear: both; width: 100%; border-left: none; border-bottom: 1px solid rgba(255, 255, 255, 0.5); background: #808285; }
nav.under-logo ul ul li:last-child { border-bottom: none; border-right: none; } 
nav.under-logo ul ul li:hover, nav.under-logo ul ul li.active { background: #135AD0; }

nav.under-logo ul ul li a { padding: 10px 0 10px 15px; display: block; width: calc(100% - 15px); color: #FFFFFF; font-weight: 300; font-size: 14px; }

/* Responsive Menu */
/* Higher than 960 (low res desktops) */
@media only screen and (min-width: 960px) and (max-width: 1440px) {
	nav.under-logo ul li a { font-size: 14px; }
}

/* Tablet Portrait View (all devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	nav.under-logo ul li a { font-size: 14px; }
}	

/* All Mobile Sizes (portrait and landscape) */
@media only screen and (max-width: 767px) {
	nav.under-logo { float: none; margin: 0 auto; background: none; }
	nav.under-logo .container, nav.under-logo .container .sixteen { width: 100%; } /* skeleton specific style */
	nav.under-logo ul li {
		display: none;
		width: 100%;
		border-bottom: solid 1px #b8d7da;
		background: #002E6D;
		margin: 0;
	}
	nav.under-logo ul li.active,
	nav.under-logo ul li:hover,
	nav.under-logo ul li.hasChild > a:hover,
	nav.under-logo ul li.hasChild.active,
	nav.under-logo ul li.hasChild.active:hover {
		background: #808285;
		-webkit-transition: all 400ms ease-in-out;
		-moz-transition: all 400ms ease-in-out;
		-o-transition: all 400ms ease-in-out;
		-transition: all 400ms ease-in-out;
	}
	nav.under-logo ul li.hasChild, nav.under-logo ul li.hasChild:hover { background: #002E6D; }
	nav.under-logo ul ul li { background: #0164b2; } /* delete entire property if you dont want custom bg on child elements */
	nav.under-logo ul ul li:hover { background: #AAAAAA; } /* delete entire property if you dont want custom bg on highlighted child elements */
	nav.under-logo ul ul li.active { background: #135AD0; } /* delete entire property if you dont want custom bg on active child elements */
	nav.under-logo ul li > ul { visibility: visible; opacity: 1; }
	nav.under-logo ul li a { color: #FFFFFF; font-weight: 300; font-size: 16px; }
	nav.under-logo ul li.hasChild > a { border-bottom: 1px solid #b8d7da; }
	nav.under-logo ul ul { border-top: none; visibility: visible; display: block; }
	nav.under-logo ul ul:after { content: none; }
	nav.under-logo ul #toggle { display: block; border-bottom: none; }
	nav.under-logo ul:target li { display: block; }
	nav.under-logo ul:target #toggle { display: none; }
	nav.under-logo ul:target #hide { display: block; }
	nav.under-logo ul > li > a { padding: 10px 0 10px 15px; }
	nav.under-logo ul a { width: calc(100% - 15px); }
	nav.under-logo ul, nav.under-logo ul ul { width: 100%; left: 0; position: static; visibility: visible; opacity: 1; text-align: left; }
	nav.under-logo > ul { display: block; }
	nav.under-logo ul > li > ul > li > a { padding-left: 30px; width: calc(100% - 30px); }
	nav.under-logo ul li#hide, nav.under-logo ul li#toggle:hover { background: #0164b2; }
	nav.under-logo ul li#hide:hover { background: #013761; }
	nav.under-logo ul li#toggle span, nav.under-logo ul li#hide span {
		text-transform: none;
		font-style: italic;
		float: right;
		text-align: right;
		font-size: 11px;
		padding-right: 10px;
	} 
	nav.under-logo ul li#toggle, nav.under-logo ul li#hide { border-top: 20px solid #FFFFFF; } /* match color to background so menu doesnt jump to top of screen when toggling */
}

/* Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	nav.under-logo { width: 295px; } /* skeleton specific style, 70% (rounded) of 420px */
}


/* Mobile Portrait */
@media only screen and (max-width: 479px) {
	nav.under-logo { width: 210px; } /* skeleton specific style, 70% of 300px */
}

/* IE Dropdown Fix
==========================*/
.ie7 .ie-dropdown-fix {position: relative; z-index: 5;}
.ie8 .ie-dropdown-fix {position: relative; z-index: 5;}

/* =============================================================== */
/* Welcome
================================================================ */
#welcome { padding: 15px 0; }
#welcome h1 { font-weight: 700; margin: 25px 0 35px 0; text-align: center; }
#welcome p { text-align: center; font-size: 20px; font-weight: 400; line-height: 150%; margin-bottom: 20px; padding: 0 100px; }

/* =============================================================== */
/* Services
================================================================ */
.service-icon { position: relative; float: left; }
.service-icon a { display: inline-block; color: #145AD0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.service-icon a i { text-align: center; font-size: 42px; line-height: 42px; }
.service-icon a i:before { width: auto; margin-left: 0; margin-right: 0; }
.service-icon a:hover { color: #888888; }

.service-desc { position: relative; margin-left: 70px; padding-right: 30px; }

.service-item { margin-bottom: 30px !important; }
.service-item h2 { font-weight: 400; font-size: 24px; margin: 0 0 10px 0; }
.service-item h2 a { color: #32313b; }
.service-item h2 a:hover { color: #32313b; text-decoration: underline; }
.service-item p { font-weight: 300; }

/* =============================================================== */
/* Content Styles
================================================================ */
.content_title { margin: 45px 0 40px 0; }
.content_title:after { background: #32313b; content: ""; display: block; height: 1px; margin: 0 auto; position: relative; width: 100%; z-index: 100; }
.content_title span:after { background: #145ad0; content: ""; display: block; height: 5px; margin: 25px 0 -1px 0; position: relative; width: 10%; z-index: 200; }

#welcome .content_title:after { width: 80%; }
#welcome .content_title span:after { margin: 25px auto -1px auto; }

#content-area { position: relative; }
#content-area h3, #content-area h4 { text-align: left; margin-bottom: 15px; font-weight: 700; }
#content-area li { margin-bottom: 7px; }
#content-area img { margin: 25px 0 50px 0; box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.30), 0 25px 55px 0 rgba(0, 0, 0, 0.30); }

.content-service-item { padding: 15px 0 30px 0; }

.content_team { font-size: 20px; font-weight: normal; text-align: center; text-transform: uppercase; margin: 15px 0 25px 0; }
.content_team:after { background: #32313b; content: ""; display: block; height: 1px; margin: 0 auto; position: relative; width: 20%; z-index: 100; }
.content_team span:after { background: #145AD0; content: ""; display: block; height: 5px; margin: 20px auto -3px; position: relative; width: 7%; z-index: 200; }

.staff-profile, .community-profile { margin: 70px 0 0 0; }
.staff-profile:after, .community-profile:after { content: ""; clear: both; display: table; }
.staff-profile img, .community-profile img { margin-top: 0 !important; }
.staff-profile p.staff-title { color: #999999; font-style: italic; font-weight: 700; }
.content-section { margin: 40px 0 0 0; }

/* =============================================================== */
/* News
================================================================ */
#article img { width: 100% !important; height: auto !important; }

#news_holder .headline { margin-top: 0; }
.news-wrapper ul { margin: 0; list-style-type: none; }
.news-wrapper li { border-bottom: 1px solid #747474; }

.articledescription { font-weight: bold; font-size: 18px; margin: 0 0 30px 0; }

.news_summary_title { text-transform: capitalize; display: block; padding: 12px 0 10px 0; }
.news_summary_title a { color: #FFFFFF; text-decoration: none; }
.news_summary_title a:hover { color: #FFFFFF; text-decoration: underline; }
.news-wrapper ul li:first-child .news_summary_title { padding-top: 0; }
.news_summary_desc { padding: 0 0 10px 0; }
.news_summary_more { padding: 10px 0; }
.news_summary_more a { text-transform: uppercase; color: #FFFFFF; text-decoration: underline; }
.news_summary_more a:hover { text-decoration: none; }

#listing ul { list-style-type: none; margin: 0; padding: 0; }
#listing li:first-child { border-top: 1px solid #e7e7e7; }
#listing li a:before {
	font-family: 'fontello';
	position: absolute;
	content: '\e812';
	color: #888;
	font-size: 10px;
	color: #145AD0;
	margin-left: -15px;
}
#listing li a {
	color: #888;
	display: block;
	padding: 7px 0;
	border-bottom: 1px solid #e7e7e7;
	padding-left: 15px;
	line-height: 130%;
}
#listing li a:hover {color: #444;}

/* =============================================================== */
/* Contact Block
================================================================ */
#contact_block { margin-top: 12px; }
#contact_block p { color: #FFFFFF; font-size: 14px; margin-bottom: 10px; }
#contact_block a { color: #FFFFFF; text-decoration: underline; }
#contact_block a:hover { text-decoration: none; }

/* =============================================================== */
/* eWombat and ASX Search
================================================================ */
#quicksearch { display: none; }
#aioresult { margin: 30px 0; }
.search_tip { margin-bottom: 15px; }
.search_tip p { padding: 5px 0 0 0; }
.search_tip a { color: #FFFFFF; font-size: 12px; text-decoration: underline; cursor: pointer; }
.search_tip a:hover { text-decoration: none; }
#ewombatsearch input, #asxsearch input { margin-bottom: 0; background-color: #FFFFFF; }
#ewombatsearch, #asxsearch { margin-bottom: 0; background-color: #002E6D; }

/* =============================================================== */
/* Secure File Transfer
================================================================ */
#sftp { display: block; margin: 0 auto; max-width: 300px; }

/* =============================================================== */
/* Aligned Images
================================================================ */
.rightimage { float: right; padding: 0 0 25px 25px; width: 320px; }
.leftimage { float: left; padding: 0 25px 25px 0; width: 320px; }
.rightimage p, .leftimage p { margin: 10px 0 0 0; }
.rightimage span, .leftimage span { font-size: 18px; color: #000000; font-weight: bold; }
.servicesimage { width: 220px; }

/* =============================================================== */
/* Newsletters
================================================================ */
#newsletters { max-width: 660px; float: left; margin-bottom: 30px; }
#newsletters a { display: block; margin: 5px auto; text-align: center; }
#newsletters img { display: block; margin: 0 auto; }
.newsletter-item { padding: 15px 0 5px 0; }

/* =============================================================== */
/* jsticker_scroll
================================================================ */
#jsticker_wide { background: #808285; border-top: 20px solid #FFFFFF; }
.scrollingtext { position: absolute; }
#jsticker_scroll { position: relative; height: 40px; width: 100%; display: block; overflow: hidden; margin: 0 auto;  }
#jsticker_scroll div { display: inline-block; margin: 0; }
#jsticker_scroll a { color: #FFFFFF; display: block; padding: 0 20px; line-height: 40px; }
#jsticker_scroll a:hover { color: #FFFFFF; text-decoration: underline; }
#jsticker_scroll .scrollingtext { white-space: nowrap; }

/* =============================================================== */
/* Info Box
================================================================ */
.info-box {
	background-image: linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%); background-image: -o-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e4e4e4;
	padding: 18px 25px;
	margin: 20px 0 5px 0;
}

.info-box p {margin: 0;}
.info-box h4 {line-height: 24px; }
.info-box a {margin: 7px 0 0 0;}
.info-content {float: left;}

/* Sidebar
==========================*/
.sidebar {margin: 30px 0 0 0;}
.widget { margin: 25px 0 35px 0; line-height: 20px; }
.widget ul { margin-left: 0; }
.widget li ul { margin: 5px 0 5px 15px; }
.widget label { margin-bottom: 0px; }
.widget .field textarea { margin-bottom: 7px; width: 280px; height: 80px; }
.widget .field input { margin-bottom: 7px; width: 280px; }
.widget .field .button_full, .widget .field .button_hollow { margin-top: 5px; font-size: 14px; width: auto; }

.sidebar h5 { font-weight: normal; margin: 25px 0; }
.sidebar h5:after { background: #32313b; content: ""; display: block; height: 1px; position: relative; width: 100%; z-index: 100; }
.sidebar h5 span:after { background: #145AD0; content: ""; display: block; height: 5px; margin: 15px 0 -1px; position: relative; width: 10%; z-index: 200; }

/* Search */
.search input {
	width: 84%;
	padding-left: 30px;
	color: #888;
	position: relative;
}
.search span:after { 
	font-family: 'fontello';
	position: absolute;
	content: '\e810';
	margin-top: -24px;
	margin-left: 10px;
	color: #888;
	font-size: 16px;
}

.search:focus {border: 1px solid #ddd;}

/* Categories */
.categories ul { list-style-type: none; }
.categories li:first-child { border-top: 1px solid #e7e7e7; }
.categories li li:first-child { border-top: none; }
.categories li a:before {
	font-family: 'fontello';
	position: absolute;
	content: '\e812';
	color: #888;
	font-size: 10px;
	color: #145AD0;
	margin-left: -15px;
}
.categories li a {
	color: #888;
	display: block;
	padding: 7px 0;
	border-bottom: 1px solid #e7e7e7;
	padding-left: 15px;
}
.categories li a:hover {color: #444;}


/* =============================================================== */
/* Contact
================================================================ */


/* Google Map
==========================*/
.google-map {
    position: relative;
    padding: 0px;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}


/* Contact Details
==========================*/
.contact-details { list-style-type: none; margin-left: 0px; }
.contact-details li { margin: 0 0 10px 0; }
.contact-details p { margin: 0 0 0 30px; line-height: 22px; }
.contact-details a { color: #32313b; }
.contact-details a:hover { color: #888888; }

.contact-details li i {
	float: left;
	margin: 0;
	color: #145AD0;
}

#contact-details h5 { font-weight: 300; margin: 0 0 25px 0; }
#contact-details h5:after { background: #32313b; content: ""; display: block; height: 1px; margin: 0 auto; position: relative; width: 100%; z-index: 100; }
#contact-details h5 span:after { background: #145AD0; content: ""; display: block; height: 5px; margin: 15px 0 -1px; position: relative; width: 10%; z-index: 200; }


/* Contact Form
==========================*/
.field textarea {
	width: 100%;
	height: 160px;
}

.field input {
	width: 240px;
}
.field input[type="checkbox"] {
	width: 50px; 
	margin-bottom: 20px;
}
.field:focus {border: 1px solid #ddd;}

.field label span {color:#ea1c1c;}
.field label { font-size: 16px; }

.field .validation-error, 
.field .validation-error:focus {
	border:1px solid #f2c4c2;
	background: #ffeceb;
}

.loading {
	background:url(../images/loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display: none;
	float: left;
	margin: 5px;
}

.success-message {display:none;}

.submitbutton {
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0 5px 5px 0;
  padding: 7px 14px !important;
  width: auto !important;
}

.changeform .big-top-bottom { margin: 40px 0; }
.changeform .big-bottom { margin-bottom: 25px; }

/* =============================================================== */
/* Footer
================================================================ */
footer { padding: 25px 0; border-bottom: 10px solid #c1c1c1; }
footer .headline { margin: 0; color: #FFFFFF; }
footer a { color: #FFFFFF; }
footer a:hover { color: #FFFFFF; text-decoration: underline; }
footer h2 { font-size: 20px; font-weight: 300; color: #FFFFFF; margin-bottom: 25px; }
footer h2:after { background: #FFFFFF; content: ""; display: block; height: 1px; margin: 0 auto; position: relative; width: 100%; z-index: 100; }
footer h2 span:after { background: #135AD0; content: ""; display: block; height: 5px; margin: 15px 0 -1px; position: relative; width: 40px; z-index: 200; }

/* Copyright
==========================*/
#footer-bottom { background: #808285; min-height: 75px; color: #FFFFFF; }
#copyright, #dealer_logo, #site_by { margin: 25px 0; }
#dealer_logo { float: right; }
#copyright a { color: #FFFFFF; text-decoration: underline; padding-right: 10px; }
#copyright a:hover { text-decoration: none; }

/* Site By right aligned */
#site_by { text-align: right; }
#site_by a { color: #FFFFFF; }
#site_by a:hover { color: #CCCCCC; }

/* Site By wide */
#siteby { position: relative; }
#siteby p { text-align: center; line-height: 60px; font-size: 16px; margin: 0; padding: 0; }
#siteby a { color: #32313b; text-decoration: none; }
#siteby a:hover { color: #888888; }

#dealergroup { border-bottom: 10px solid #c1c1c1; padding: 25px 0; }
#dealergroup p { margin-top: 15px; }
#dealergroup a { padding-right: 10px; text-decoration: underline; }
#dealergroup a:hover { text-decoration: none; }

/* =============================================================== */
/* Media Queries
================================================================ */


/* Higher than 960 (desktop devices) */
@media only screen and (min-width: 960px) and (max-width: 1440px) {
	.project .flexslider {min-height: 1px; margin-bottom: 20px;}
	header .contact-details p, header .contact-details li { font-size: 16px; line-height: 18px; }
	#navigation ul li a { font-size: 13px; }
	.widget .field textarea { width: 200px; }
	.widget .field input { width: 200px; }
	.widget .field .button_full, .widget .field .button_hollow { width: 220px; }
	
	/* site specific */
	.slider_description p { padding-left: 0; }
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	header .contact-details li { margin: 0 0 5px 0; }
	header .contact-details p, header .contact-details li { font-size: 13px; line-height: 16px; }
	.rightimage, .leftimage { width: 260px; }
	#feature h2 { font-size: 24px; line-height: 36px; padding: 20px 0; }
	.services-group ul { margin: 0 auto 0 80px; }
	#navigation ul li a { font-size: 12px; padding: 7px 5px; margin: 0 1px; }
	.widget .field textarea { width: 152px; }
	.widget .field input { width: 152px; }
	.widget .field .button_full, .widget .field .button_hollow { width: 172px; }
	.slider_description p { padding-left: 0; font-size: 18px; }
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	#slider { display: none; }
	#navigation{ display: none; float: none; background: none; margin-top: 20px; }
	header .contact-details li { text-align: center; }
	#backtotop a {display: none;}
	.social-links {margin: -5px 0 20px 0; float: left;}
	.info-box a {margin: 15px 0 0 0;}
	.info-box p {margin: 10px 0 0 0;}
	.post-content {margin: 0 !important;}
	.post-title h2 a {padding:0;}
	.post-date {text-align: left;}
	.blog-sidebar {display: none;}
	.project .flexslider {margin-bottom: 20px;}
	.mr-rotato-prev, .mr-rotato-next, .mr-rotato-disabled {margin-right: -10px;}
	#dealergroup { background: none; }
	#dealergroup p { text-align: center; }
	#copyright, #plannerweb { text-align: center; }
	#welcome p, .aboutyou-intro p { padding-left: 0; padding-right: 0; }
	.contact_item { text-align: center; padding: 5px 0; float: none; font-size: 15px; }
	#socialmedia { text-align: center; padding: 5px 0 10px 0; float: none; margin: 0 auto; font-size: 15px; }
	#socialmedia span { padding: 0; text-align: center; float: none; }
	#socialmedia_container { position: relative; }
	#socialmedia_container a { display: inline-block; float: none; }
	#index ul, #archive ul { margin: 0 0 15px 0; }
	#index a, #archive a { font-size: 16px; display: block; width: 100%; padding: 10px 0; border-bottom: 1px solid #e2e2e2; }
	.news_summary_more { padding: 10px; }
	#affiliate_logos, #jsticker_scroll, .container .welcome_side, #coe { display: none; }
	.first_paragraph { padding-top: 15px; }
	.rightimage, .leftimage { float: none; width: 100%; padding: 0 0 25px 0; margin: 0 auto; }
	.servicesimage { width: 100%; }
	#feature h2 { font-size: 24px; line-height: 36px; padding: 20px 0; }
	.services-group ul { margin: 0 auto 0 125px; }
	.services-group li { width: 90%; float: none; }
	.footer-element { display: inline-block; margin-bottom: 40px; }
	.aboutyoufullpage .three.columns.first { width: 100%; margin-left: 0px; margin-right: 0px; }
	.aboutyoufullpage .three.columns { width: 100%; margin-left: 0px; margin-right: 0px; }
	#site_by { text-align: center; }
	#dealer_logo { float: none; width: 280px; margin: 25px auto; }
	#commentForm { width: 300px; margin-left: auto; margin-right: auto; }
}
	
	
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.client-logo img {width: 139px; height: auto;}
	.custom-slide {height: 270px;}
	.avatar {height: 35px; width: 35px;}
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.client-logo img {width: 149px; height: auto;}
	.custom-slide {height: 193px;}
	.avatar {height: 25px; width: 25px;}
	.services-group ul { margin: 0 auto 0 60px; }
}