/* Pollard Williams */

/* =============================================================== */
/* Import Section
================================================================ */
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);

@import url("skeleton.css");			/* 960 Grid + Media Query Layouts */ 
@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: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	-transition: all 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 {  }
ul ul, ul ol, ol ul, ol ol { margin-top: 10px; }


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

/* Input Button
==========================*/
input[type="button"] {
	display: inline-block;
	font-weight: bold;
	font-family:  Arial, sans-serif;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	margin: 0 5px 5px 0;
	float: left;
	-webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, .3);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3);
	padding: 7px 14px !important;
	font-size: 14px;
	width: auto !important;
	float: left;
}

input[type="button"]:active {
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}


/* =============================================================== */
/* Blockquote
================================================================ */
blockquote {
	border-left: 4px solid #e7e7e7;
	padding-left: 20px;
	color: #888;
	line-height: 20px;
	margin: 5px 0 20px 0;
}


/* =============================================================== */
/* Alert Boxes
================================================================ */
.notification {
	font-size: 12px;
	line-height: 18px;
	margin: 15px 0;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.notification p {margin: 0;}
.notification span {font-weight: bold;}

.notification.success {
	background-color: #EBF6E0;
	color: #5f9025;
	border: 1px solid #b3dc82;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -o-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -moz-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -webkit-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -ms-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
}

.notification.error {
	background-color: #ffe9e9;
	color: #de5959;
	border: 1px solid #fbc4c4;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -o-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -moz-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -webkit-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -ms-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
}

.notification.warning {
	background-color: #FBFADD;
	color: #8f872e;
	border: 1px solid #ded58a;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -o-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -moz-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -webkit-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -ms-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
}

.notification.notice {
	background-color: #E9F7FE;
	color: #5091b2;
	border: 1px solid #b6d7e8;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -o-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -moz-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -webkit-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -ms-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
}

.notification.success .close, .notification.error .close, .notification.warning .close, .notification.notice .close {
	padding: 0px 14px;
	position: absolute;
	right: 0;
	top: 20px;
	display: block;
	height: 8px;
	weight: 8px;
}

.notification.success .close {background: url(../images/alert_boxes_close_ico.png) 0 -8px no-repeat;}
.notification.error .close {background: url(../images/alert_boxes_close_ico.png) 0 0 no-repeat;}
.notification.warning .close {background: url(../images/alert_boxes_close_ico.png) 0 -16px no-repeat;}
.notification.notice .close {background: url(../images/alert_boxes_close_ico.png) 0 -24px no-repeat;}


/* =============================================================== */
/* Tooltip / Popover
================================================================ */
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -2px;
}

.tooltip.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 2px;
}

.tooltip.left {
  margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #555;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #555;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #555;
  border-left: 5px solid transparent;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #555;
  border-bottom: 5px solid transparent;
}

.tooltip-inner {
  max-width: 200px;
  padding: 4px 10px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
   border-radius: 3px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 2px;
}

.popover.top {margin-top: -5px;}
.popover.right {margin-left: 5px;}
.popover.bottom {margin-top: 5px;}
.popover.left {margin-left: -5px;}


.popover-inner {
  width: 280px;
  overflow: hidden;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
   border-radius: 2px;
}

.popover-title {
  padding: 11px 15px;
  line-height: 1;
  background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  font-size: 14px;
}

.popover-content {
  padding: 14px;
  background-color: #ffffff;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
      -ms-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}


/* =============================================================== */
/* Miscellaneous Site Styles
================================================================ */

/* Headlines
==========================*/
.headline {
	display: block;
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 10px 0;
	margin: 20px 0;
}

/* Background Wrappers
==========================*/
.grey-wrapper { background-color: #cccccc; }
.dark-wrapper { background-color: #8E9090; }
.lightgrey-wrapper { background-color: #efefef; }
.white-wrapper { background-color: #ffffff; }
.red-wrapper { background-color: #B30538; }
.blue-wrapper { background-color: #072042; }
.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: #003767; }
#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; 
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	-transition: all 0.2s ease-in-out;
}

.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: #003767; 
	color: #FFFFFF !important; 
	border: 2px solid #003767; 
	cursor: pointer; 
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	-transition: all 0.2s ease-in-out;
}
.button_full:hover { color: #003767 !important; background: #FFFFFF; }

/* =============================================================== */
/* Header
================================================================ */
header { position: relative; }

/* Logo
================================================== */
#logo { margin: 15px auto; }
.logoimg { background: url(../images/logo.png) no-repeat; background-size: 380px 124px; width: 380px; height: 124px !important; }
.svg .logoimg { background: url(../images/logo.svg) no-repeat; background-size: 380px 124px; width: 380px; height: 124px; }

/* Higher than 960 (low res desktops) */
@media only screen and (min-width: 960px) and (max-width: 1440px) {
	.logoimg { background-size: 280px 92px; width: 280px; height: 92px !important; }
	.svg .logoimg { background-size: 280px 92px; width: 280px; height: 92px; }
}
/* Tablet Portrait View (all devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.logoimg { background-size: 220px 72px; width: 220px; height: 72px !important; }
	.svg .logoimg { background-size: 220px 72px; width: 220px; height: 72px; }
}
/* All Mobile Sizes (portrait and landscape) */
@media only screen and (max-width: 767px) {
	#logo { width: 280px; }
	.logoimg { background-size: 280px 92px; width: 280px; height: 92px !important; }
	.svg .logoimg { background-size: 280px 92px; width: 280px; height: 92px; }
}
/* 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: 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; }
header .contact-details li:first-child p { font-size: 32px; font-weight: 700; }
header .header-info i.icon-phone { font-size: 28px; }

/* Higher than 960 (low res desktops) */
@media only screen and (min-width: 960px) and (max-width: 1440px) {
	header .contact-details li:first-child p { font-size: 26px; }
	header .header-info i.icon-phone { font-size: 24px; }
}

/* Tablet Portrait View (all devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	header .contact-details li:first-child p { font-size: 20px; }
	header .header-info i.icon-phone { font-size: 16px; }
}


/* =============================================================== */
/* Flex Slider
================================================================ */
#slider { border-bottom: 1px solid #e0e0e0; }
.custom-slide  { height: 430px; background-position: center !important; }


/* Reset
==========================*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.slides li {margin: 0;}


/* FlexSlider Necessary Styles
==========================*/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}


/* Clearfix for the .slides element 
==========================*/
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}


/* No JavaScript Fallback
==========================*/
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Style
==========================*/
.flexslider {position: relative;  zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

.slider_description.left { float: left; }
.slider_description.right { float: right; }
.slider_description.width65 { width: 65%; }
.slider_description.width60 { width: 60%; }
.slider_description.width50 { width: 50%; }
.slider_description {
	margin-top: 65px;
	font-size: 16px;
	color:#555;
	width: 45%;
	
}

.slider_description h2 {margin-bottom: 20px; font-size: 32px; line-height: 40px; color: #333; font-weight: 700; }
.slider_description p {margin-bottom: 28px; font-size: 20px; line-height: 28px; }

/* Direction Navigation
==========================*/
.flex-direction-nav a {
	width: 40px;
	height:70px;
	margin: -36px 0 0;
	display: block;
	background-color: #555;
	color: #FFFFFF;
	font-size: 16px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	opacity: 0;
	-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;
}

.flex-direction-nav a:hover {background-color: #003767;}

.flex-direction-nav .flex-next {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.flex-direction-nav .flex-next:before {
	font-family: 'fontello';
	position: absolute;
	content: '\e812';
	right: 11px;
	top: 25px;
}
.flex-direction-nav .flex-prev {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.flex-direction-nav .flex-prev:before {
	font-family: 'fontello';
	position: absolute;
	content: '\e813';
	left: 11px;
	top: 25px;
}

.flexslider:hover .flex-next {opacity: 1; right: 0; color: #FFFFFF; }
.flexslider:hover .flex-prev {opacity: 1; left: 0; color: #FFFFFF; }


/* =============================================================== */
/* Main Navigation
================================================================ */

nav.under-logo { position: relative; width: 100%; background: #003767; }
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: #8E9090;
}
nav.under-logo ul li a { 
	text-decoration: none;
	font-size: 16px;
	line-height: 55px;
	color: #FFFFFF;
	display: inline-block;
	padding: 0 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: 55px;
	left: 0;
	width: 200px;
	position: absolute;
	z-index: 999;
	text-align: left;
	visibility: hidden;
	opacity: 0;
}
nav.under-logo ul ul li { clear: both; width: 100%; border-left: none; border-bottom: 1px solid #FFFFFF; background: #003767; }
nav.under-logo ul ul li:first-child { border-top: 1px solid #FFFFFF; }
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: #8E9090; }

nav.under-logo ul ul li a { padding: 0 10px 0 15px; display: block; width: calc(100% - 25px); color: #FFFFFF; font-weight: 300; font-size: 14px; line-height: 32px; }

/* 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; padding: 0 10px; }
}	

/* 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 #FFFFFF;
		border-left: none;
		background: #002D6A;
		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: #7C6A55;
		-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: #002D6A; }
	nav.under-logo ul ul li { background: #002D6A; } /* delete entire property if you dont want custom bg on child elements */
	nav.under-logo ul ul li:hover { background: #7C6A55; } /* delete entire property if you dont want custom bg on highlighted child elements */
	nav.under-logo ul ul li.active {  } /* delete entire property if you dont want custom bg on active child elements */
	nav.under-logo ul ul li:first-child { border-top: none; }
	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 #FFFFFF; }
	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: 0 10px 0 15px; }
	nav.under-logo ul a { width: calc(100% - 25px); }
	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% - 40px); }
	nav.under-logo ul li#hide, nav.under-logo ul li#toggle:hover { background: #0649a3; }
	nav.under-logo ul li#hide:hover { background: #002D6A; }
	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: 300; margin: 35px 0 50px 0; text-align: center; }
#welcome .intro p { font-size: 20px; font-weight: 400; line-height: 150%; margin-bottom: 20px; text-align: center; padding: 0 100px; }
#welcome .intro ul { font-size: 20px; }

#welcome .sidebar { margin: 30px 0 0 0; }
#welcome .sidebar h5 { margin: 0 0 25px 0; }
#welcome .widget { margin: 0 0 35px 0; }

#welcome .seobox { padding: 20px 10px; background: #072042; text-align: center; }
#welcome .seobox h3 { color: #FFFFFF; font-weight: 700; margin-bottom: 20px; }
#welcome .seobox p { color: #FFFFFF; font-size: 16px; margin-bottom: 20px; padding: 0; }
#welcome .seobox a { color: #FFFFFF; text-decoration: underline; font-weight: bold; }
#welcome .seobox a:hover { text-decoration: none; }

#welcome .content_title:after { width: 100%; }
#welcome .content_title span:after { margin: 25px auto -3px auto; }

#welcome h2 { font-weight: 300; text-align: center; letter-spacing: 3px; text-transform: uppercase; font-size: 22px; margin: 30px 0 50px 0; }
#welcome h2:after { background: #32313b; content: ""; display: block; height: 1px; margin: 0 auto; position: relative; width: 100%; z-index: 100; }
#welcome h2 span:after { background: #003767; content: ""; display: block; height: 5px; margin: 25px auto -3px auto; position: relative; width: 10%; z-index: 200; }

.homepage-service-item { margin: 20px 0 30px 0; }
.homepage-service-item h3 { font-size: 20px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 20px; }
.homepage-service-item p { font-size: 18px; }

.icon-advice { background: url(../images/icon-advice.png) no-repeat; background-size: 220px 220px; width: 220px; height: 220px !important; margin: 0 auto 30px auto; }
.svg .icon-advice { background: url(../images/icon-advice.svg) no-repeat; }
.icon-insurance { background: url(../images/icon-insurance.png) no-repeat; background-size: 220px 220px; width: 220px; height: 220px !important; margin: 0 auto 30px auto; }
.svg .icon-insurance { background: url(../images/icon-insurance.svg) no-repeat; }
.icon-leasing { background: url(../images/icon-leasing.png) no-repeat; background-size: 220px 220px; width: 220px; height: 220px !important; margin: 0 auto 30px auto; }
.svg .icon-leasing { background: url(../images/icon-leasing.svg) no-repeat; }
.icon-mortgage { background: url(../images/icon-mortgage.png) no-repeat; background-size: 220px 220px; width: 220px; height: 220px !important; margin: 0 auto 30px auto; }
.svg .icon-mortgage { background: url(../images/icon-mortgage.svg) no-repeat; }

/* =============================================================== */
/* Who Are You
================================================================ */
#who { padding: 50px 0 30px 0; margin: 30px 0 0 0; }
#who .one-third.column { margin-bottom: 20px; }
#who h1 { color: #FFFFFF; margin-bottom: 40px; text-align: center; font-weight: 700; font-size: 44px; }
.who-box { background: #FFFFFF; padding: 20px 15px 50px 15px; }
.who-box h2 { text-align: center; font-size: 26px; }
.who-link { text-align: center; margin-top: -25px; }
.who-link a { color: #FFFFFF; background: #003767; border: 2px solid #003767; display: inline-block; padding: 15px 30px; font-size: 20px; }
.who-link a:hover { color: #003767; background: #FFFFFF; }


/* =============================================================== */
/* Services
================================================================ */
.service-icon { position: relative; float: left; }
.service-icon a { display: inline-block; color: #003767; -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; letter-spacing: 3px; text-transform: uppercase; font-size: 26px; }
.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: #003767; content: ""; display: block; height: 5px; margin: 25px 0 -3px 0; position: relative; width: 10%; z-index: 200; }

#content-area { position: relative; }
#content-area h3, #content-area h4 { text-align: left; margin-bottom: 15px; margin-top: 40px; 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: #003767; 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; font-size: 14px; margin-bottom: 5px; }
.staff-profile p.staff-creds { font-size: 13px; margin-bottom: 5px; }
.content-section { margin: 40px 0 0 0; }
.staff-profile h3 { margin-top: 0 !important; }


/* =============================================================== */
/* Remodal
================================================================ */

/* Full credit and many thanks to Vodka Bears */
/* http://vodkabears.github.io/remodal/ */

/* Hide scroll bar */
html.remodal-is-locked { /* overflow: hidden; */ } /* disabling this style prevents the 'shift right' effect when overlay opens */
html.remodal-is-locked body { padding-right: 0 !important; }
/* Anti FOUC */
.remodal, [data-remodal-id] { display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper { backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal { position: relative; text-size-adjust: 100%; }

/* Disable Anti-FOUC */
.remodal-is-initialized { display: inline-block; }

/* remodal-default-theme.css start */

/* Default theme styles for the background */
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened { -webkit-filter: blur(3px); filter: blur(3px); }
.remodal-bg { height: 100%; /* hack to blur entire bg, not sure why needed */ }

/* Default theme styles of the overlay */
.remodal-overlay { background: rgba(43, 46, 56, 0.5); }

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing { animation-fill-mode: forwards; }
.remodal-overlay.remodal-is-opening { animation: remodal-overlay-opening-keyframes 0.3s; }
.remodal-overlay.remodal-is-closing { animation: remodal-overlay-closing-keyframes 0.3s; }

/* Default theme styles of the wrapper */
.remodal-wrapper { padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
  text-align: left;
}

.remodal.remodal-is-opening, .remodal.remodal-is-closing { animation-fill-mode: forwards; }
.remodal.remodal-is-opening { animation: remodal-opening-keyframes 0.3s; }
.remodal.remodal-is-closing { animation: remodal-closing-keyframes 0.3s; }

/* Vertical align of the modal dialog */
.remodal, .remodal-wrapper:after { vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover { color: #2b2e38; }
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm { color: #fff; background: #81c784; }
.remodal-confirm:hover { background: #66bb6a; }
.remodal-cancel { color: #fff; background: #e57373; }
.remodal-cancel:hover { background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner { padding: 0; border: 0; }

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
/* min-width 641px, medium screens */
@media only screen and (min-width: 641px) {
  .remodal { max-width: 700px; }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay { background: #2b2e38; }
.lt-ie9 .remodal { width: 700px; }

/* Custom CSS
   ========================================================================== */
.staff-profile { margin: 20px 0 30px 0; }
.staff-profile img, .photo-column img { box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.65); }
.staff-profile h4 { border-bottom: 1px solid #6F6F98; padding-bottom: 10px; font-size: 18px; margin-top: 0 !important; }
.staff-profile a { text-decoration: underline; }
.staff-profile a:hover { text-decoration: none; color: #888; }
.staff-title { font-size: 16px; color: #999999; font-style: italic; font-weight: 700; }

.remodal .profile-column h3 { font-weight: 700; margin-bottom: 15px; }

/* Media queries
   ========================================================================== */
/* Higher than 960 (desktops) */
@media only screen and (min-width: 960px) {
	.remodal { width: 900px; }
	.remodal .photo-column { width: 35%; float: left; }
	.remodal .profile-column { width: 60%; margin-left: 4%; float: left; }
}
/* Tablet Portrait View (all devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.remodal { width: 700px; }
	.remodal .photo-column { width: 35%; float: left; }
	.remodal .profile-column { width: 60%; margin-left: 4%; float: left; }
}
/* All Mobile Sizes (portrait and landscape) */
@media only screen and (max-width: 767px) {
	.remodal { width: 320px; }
	.remodal .photo-column { width: 100%; margin-bottom: 20px; }
	.remodal .profile-column { width: 100%; margin-left: 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: #003767;
	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: #888888; }

/* =============================================================== */
/* 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-articles { position: relative; }
.newsletters-articles img { margin-top: 0 !important; }
.newsletters-articles p { margin-bottom: 5px !important; }

/* =============================================================== */
/* jsticker_scroll
================================================================ */
#jsticker_wide { background: #003767; }
.scrollingtext { position: absolute; }
#jsticker_scroll { position: relative; height: 60px; 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: 60px; font-size: 24px; }
#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: #003767; content: ""; display: block; height: 5px; margin: 15px 0 -3px; 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: #003767;
	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;}

.client-category { position: relative; margin-bottom: 25px; }
.category-title { background: #002D6A; color: #FFFFFF; padding: 5px 10px; font-weight: 700; }
.client-category:hover .category-title { background: #003767; }


/* =============================================================== */
/* 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: #003767;
}

#contact-details h5 { font-weight: 700; font-size: 24px; 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: #003767; content: ""; display: block; height: 5px; margin: 15px 0 -3px; position: relative; width: 10%; z-index: 200; }


/* Contact Form
==========================*/
.field textarea {
	width: 100%;
	height: 160px;
}

.field input {
	width: 240px;
}

.field:focus {border: 1px solid #ddd;}

.field label span {color:#ea1c1c;}

.field .validation-error, 
.field .validation-error:focus {
	border:1px solid #f2c4c2;
	background: #ffeceb;
}

.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;
}

/* =============================================================== */
/* Footer
================================================================ */
footer { padding: 25px 0; border-bottom: 10px solid #c1c1c1; }
footer .headline { margin: 0; color: #FFFFFF; }
footer a, footer a:visited { 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: #003767; content: ""; display: block; height: 5px; margin: 15px 0 -3px; position: relative; width: 40px; z-index: 200; }

.footer-element ul { list-style-type: none; margin: 0; padding: 0; }
.footer-element p { color: #FFFFFF; }

/* Copyright
==========================*/
#footer-bottom { background: #222222; 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 { padding: 25px 0; }
#dealergroup a { color: #FFFFFF; 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 { font-size: 26px; }
}


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