/* =============================================================== */
/* Import Section
================================================================ */
/* 960 Grid + Media Query Layouts */
@import url("skeleton.css");
/* Fontello */
@import url("fontello.css");

@font-face {font-family:"WeblySleek UI Semibold";src:url("../font/weblysleekuisb.eot?") format("eot"),url("../font/weblysleekuisb.woff") format("woff"),url("../font/weblysleekuisb.ttf") format("truetype"),url("../font/weblysleekuisb.svg#WeblySleekUISemibold") format("svg");font-weight:normal;font-style:normal;}



/* #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 {
	font-family: 'Segoe UI', 'WeblySleek UI Semibold', 'Verdana', sans-serif;
	font-size:16px;
	color: #32313b;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
/*
body.custombg{background:#fefefe url("../images/main_bkg.jpg") no-repeat fixed;	background-size:cover;}
*/
body.custombg{background: linear-gradient(to bottom, #52c0ff, #002f87);}


/* 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: 400; }
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:  'Segoe UI', 'WeblySleek UI Semibold', 'Verdana', 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;
}

/* =============================================================== */
/* Videos
================================================================ */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 40px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* =============================================================== */
/* 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 #32313b;
	padding: 0 0 10px 0;
	margin: 20px 0;
}

#content-heading { background: url(../images/sydney_top.jpg) top center no-repeat; height: 166px; width: 100%; margin-bottom:40px;}
#content-heading h1 { color: #FFFFFF; font-size: 40px; line-height: 166px; font-weight: 600; margin: 0 0 25px 0px; text-shadow:5px 5px 5px rgba(0,0,0,0.3); }

/* Background Wrappers
==========================*/
.grey-wrapper { background-color: #cccccc; }
.dark-wrapper { background-color: rgba(0,0,0,0.7); border-top:2px solid #52C0FF; }
.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: #52c0ff; }
#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: #52c0ff; 
	color: #FFFFFF !important; 
	border: 2px solid #52c0ff; 
	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: #52c0ff !important; background: #FFFFFF; }

/* =============================================================== */
/* Header
================================================================ */
header { position: relative; background: #FFFFFF; }

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

/* Higher than 960 (low res desktops) */
@media only screen and (min-width: 960px) and (max-width: 1440px) {
	.logoimg { background-size: 300px 94px; width: 300px; height: 94px !important; }
}
/* Tablet Portrait View (all devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.logoimg { background-size: 124px 39px; width: 124px; height: 39px !important; }
}
/* All Mobile Sizes (portrait and landscape) */
@media only screen and (max-width: 767px) {
	#logo { width: 300px; }
	.logoimg { background-size: 300px 94px; width: 300px; height: 94px !important; }
}
/* 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: 15px 0; }
header .contact-details li { text-align: right; }
header .contact-details li i { float: none; display: inline; font-size:15px; margin-left:10px;}
header .contact-details li i.icon-location{padding-bottom:1em; float:right;}
@media only screen and (max-width: 768px){
	header .contact-details li i.icon-location{padding-bottom:1em; float:none;}
}
header .contact-details p { display: inline; margin: 0 0 0 5px; }
header .contact-details li:first-child p { font-size: 22px; font-weight: 700; }

/* Higher than 960 (low res desktops) */
@media only screen and (min-width: 960px) and (max-width: 1440px) {

}

/* 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 {
	margin: 0px auto;
}
.custom-slide  { position: relative; }


/* 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;}
.flexslider .slides .custom-slide{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 .caption{position:absolute; bottom:20px; left:35px; padding:8px; right:auto; width:300px; background:rgba(0,0,0,0.5); text-align:center;}
.slider_description .caption.right{right:5%; left:auto;}
.slider_description .caption h2{color: #fff; font-size: 22px; margin:0px 0px 10px 0px;}
.slider_description .caption p{color:#f2f2f2; font-size: 16px; margin: 0;}
.slider_description .caption a{color:#00704A; background:linear-gradient(to bottom, #4e90e5, #175ab3); color:#fff; display:inline-block; box-sizing:border-box; padding:10px 15px; text-align:center; text-decoration:none; font-weight:bold; border:1px solid #2d698c; border-radius:4px; text-shadow:1px -1px 0px #1a1a1a;}
.slider_description .caption a:hover{background:linear-gradient(to bottom, #175ab3, #175ab3);}

@media only screen and (min-width:1440px){
	
}

/* Higher than 960 (low res desktops) */
@media only screen and (min-width: 960px) and (max-width: 1440px) {
	.slider_description .caption h2{color: #fff; font-size: 20px; margin:0px 0px 15px 0px;}
	.slider_description .caption p{color:#f2f2f2; font-size: 14px; margin: 0;}
}
/* Tablet Portrait View (all devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.slider_description .caption{width:300px;}
	.slider_description .caption h2{color: #fff; font-size: 18px; margin:0px 0px 10px 0px;}
	.slider_description .caption p{display:none;}
	.slider_description .caption a{font-size:14px; margin-top:10px;}
}
/* All Mobile Sizes (portrait and landscape) */
@media only screen and (max-width: 767px) {
	.flexslider{display:none;}
}


/* Direction Navigation
==========================*/
.flex-direction-nav a {
	width: 30px;
	height: 50px;
	margin: -36px 0 0;
	display: block;
	background-color: #555;
	color: #FFFFFF;
	font-size: 10px;
	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: #002F87;}

.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: '\f0a9';
	right: 10px;
	top: 20px;
}
.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: '\f0a8';
	left: 10px;
	top: 20px;
}

.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: #002F87; border-bottom: 5px solid #52c0ff; }
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; margin-right: 3px; }
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: #52c0ff;
}
nav.under-logo ul li a { 
	text-decoration: none;
	font-size: 16px;
	line-height: 35px;
	color: #FFFFFF;
	display: inline-block;
	padding: 7px 20px;
	font-weight: 400;
}
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: 50px;
	left: 0;
	width: 240px;
	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: #52c0ff; }
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: #002F87; }

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

/* All Mobile Sizes (portrait and landscape) */
@media only screen and (max-width: 767px) {
	nav.under-logo { float: none; margin: 0 auto; padding-bottom: 10px; background: none; border-bottom: 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: #002F87;
		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: #52c0ff;
		-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: #002F87; }
	nav.under-logo ul ul li { background: #002F87; } /* delete entire property if you dont want custom bg on child elements */
	nav.under-logo ul ul li:hover { background: #52c0ff; } /* 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: #002F87; }
	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: 5px solid #FFFFFF; } /* match border-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: 0px 0; }
#welcome h1 { font-weight: 700; margin: 50px 0 35px 0; letter-spacing: 1px; }
#welcome p { font-size: 20px; font-weight: 400; line-height: 150%; margin-bottom: 20px; }
#welcome ul { font-size: 20px; }

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

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


/* =============================================================== */
/* 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: #002F87; border: 2px solid #002F87; display: inline-block; padding: 15px 30px; font-size: 20px; }
.who-link a:hover { color: #002F87; background: #FFFFFF; }


/* =============================================================== */
/* Services
================================================================ */
#services { margin-top: 0px; }
#services h1 { text-align: center; font-weight: 600; }

#services [class^="icon-"] { font-size: 80px; }
#services .service-item, #services .service-item:visited {
	display: block;
	text-align: center;
	padding: 20px 5px 35px 5px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #002F87;
	border-radius: 15px;
}
#services .service-item:hover, #services .service-item:focus {
	background: #4C4D4F;
	color: #FFFFFF;
}
#services .service-item h3, #services .service-item:visited h3 { color: #002F87; margin-bottom: 0; }
#services .service-item:hover h3, #services .service-item:focus h3 { color: #FFFFFF; } 
/*
#services .service-item i { 
	margin: 0 auto; 
	display: block; 
	margin-bottom: 10px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
#services .service-item:hover i {
	font-size: 60px; 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}*/

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% { -webkit-transform: scale(1.1); transform: scale(1.1); }
  75% { -webkit-transform: scale(0.9); transform: scale(0.9); }
}

@keyframes hvr-pulse {
  25% { -webkit-transform: scale(1.1); transform: scale(1.1); }
  75% { -webkit-transform: scale(0.9); transform: scale(0.9); }
}

#services .service-item i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 10px;
}
#services .service-item:hover i, #services .service-item:focus i, #services .service-item:active i {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* hack because line height on these icons is buggered for some reason */
#services .service-item i.icon-documents,
#services .service-item i.icon-chart { margin: -15px auto 25px auto; } /* top + bottom == margin-bottom value @ .service-item i */

/* All Mobile Sizes (portrait and landscape) */
@media only screen and (max-width: 767px) {
	#services .service-item { width: 75%; margin: 0 auto 20px auto; }
}


.service-accordion .accordion { max-width: 90%; border-top: 1px solid #d9e5e8; list-style-type: none; margin: 0; padding: 0; }
.service-accordion .accordion li { border-bottom: 1px solid #d9e5e8; position: relative; }
.service-accordion .accordion li p { display: none; padding: 10px 25px 10px; }
.service-accordion .accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 0.875rem;
  text-indent: 15px;
  user-select: none;
  font-size: 20px;
}
.service-accordion .accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #B11116;
  border-bottom: 1px solid #B11116;
  position: absolute;
  right: 10px;
  content: " ";
  top: 17px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.service-accordion .accordion p { padding: 10px; }
.service-accordion a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* =============================================================== */
/* 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: #002F87; content: ""; display: block; height: 5px; margin: 25px 0 -1px 0; position: relative; width: 10%; z-index: 200; }
*/

#welcome .content_title:after, #article .content_title:after { background: #32313b; content: ""; display: block; height: 1px; margin: 0 auto; position: relative; width: 100%; z-index: 100; }
#welcome .content_title span:after, #article .content_title span:after { background: #002F87; content: ""; display: block; height: 5px; margin: 25px 0 -1px 0; position: relative; width: 10%; z-index: 200; }


#content-area { position: relative; }
#content-area h3, #content-area h4 { text-align: left; margin-bottom: 25px; margin-top:0px; font-weight: 700; }
#content-area li { margin-bottom: 12px; line-height: 22px; }
#content-area img { margin: 25px 0 50px 0; }

.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: #002F87; 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; }
.staff-profile h3 { margin-top: 0 !important; }


/* =============================================================== */
/* ATO Key Dates
================================================================ */
.key-dates table { width: 100%; border-collapse: collapse; }

.key-dates tr:nth-of-type(odd) { background: #eee; }
.key-dates th { background: #333; color: white; font-weight: bold; }
.key-dates td, .key-dates th { padding: 6px; border: 1px solid #ccc; text-align: left; min-width: 80px; }

/* Change media query width based on when your table becomes unusable. */
/* For this particular table, only a mobile portrait/landscape media query is required */
@media only screen and (max-width: 767px) {

	/* Force table to not be like tables anymore */
	.key-dates table, .key-dates thead, .key-dates tbody, .key-dates th, .key-dates td, .key-dates tr { display: block; }
	
	/* Hide table headers (but not using display: none; for accessibility) */
	.key-dates thead tr { position: absolute; top: -9999px; left: -9999px;	}
	
	.key-dates tr { border: 1px solid #ccc; }
	
	/* Cell behave like a row */
	.key-dates td { border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 35%; }
	
	/* Now add table header labels/styling */
	.key-dates td:before { 
		position: absolute;
		top: 6px;
		left: 6px;  /* Top/left values mimic padding set */
		width: 30%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight: bold;
	}
	
	/* Labels */
	.key-dates td:nth-of-type(1):before { content: "Date"; }
	.key-dates td:nth-of-type(2):before { content: "Category"; }
	.key-dates td:nth-of-type(3):before { content: "Description"; }
}

/* =============================================================== */
/* News
================================================================ */
/* #article img { width: 100% !important; height: auto !important; } */

#article .content_title{margin-top:23px;}


#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: #002F87;
	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 { 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: #01102A; }
.scrollingtext { position: absolute; }
#jsticker_scroll { position: relative; height: 30px; 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: 30px; font-size: 13px; }
#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;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.65);
}

.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: 0px 0 35px 0; line-height: 20px; }
.home.widget{margin:0px;}
.widget ul { margin-left: 0; }
.widget li ul { margin: 5px 0 5px 15px; }

.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: #002F87; content: ""; display: block; height: 5px; margin: 15px 0 -1px; position: relative; width: 10%; z-index: 200; }

.investorlogin {
	display: block;
	padding: 15px;
	font-weight: 700;
	color: #FFFFFF !important;
	background: #002F87;
	font-size: 18px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.investorlogin:hover { background: #52c0ff; color: #FFFFFF !important; }
/*
.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; }


@media only screen and (min-width: 960px) and (max-width: 1440px) {
	.widget .field textarea { width: 200px; }
	.widget .field input { width: 200px; }
	.widget .field .button_full, .widget .field .button_hollow { width: 220px; }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.widget .field textarea { width: 152px; }
	.widget .field input { width: 152px; }
	.widget .field .button_full, .widget .field .button_hollow { width: 172px; }
}
*/

.widget #commentForm { background: #002F87; }
.widget .field { padding: 0 15px; }
.widget label { margin-bottom: 0px; color: #FFFFFF; }
.widget .field textarea { margin-bottom: 7px; width: 100%; height: 80px; box-sizing:border-box;}
.widget .field input { margin-bottom: 7px; width: 100%; box-sizing:border-box;}
.widget .field .button_full, .widget .field .button_hollow { margin-top: 15px; font-size: 14px; width: 100%; box-sizing:border-box; margin-bottom: 20px; background: #52c0ff; border-color: #52c0ff; }
.widget .field .button_full:hover, .widget .field .button_hollow:hover { background: #FFFFFF; color: #52c0ff !important;  }
.widget #commentForm h4 { color: #ffffff; font-size: 16px; padding: 15px; font-weight: 700; }

.widget .services_menu ul li{list-style:none;}
.widget .services_menu ul li a{background:#52c0ff; display:block; padding:0px 10px; color:#fff; transition-duration:0.3s; line-height:2.5em; font-size:14px;}
.widget .services_menu ul li a:hover{background:#002F87; transition-duration:0.3s;}

/* Higher than 960 (desktop devices) */
@media only screen and (min-width: 960px) and (max-width: 1440px) {

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}


/* Search */
.search input {
	width: 84%;
	padding-left: 30px;
	color: #888;
	position: relative;
}
.search span:after { 
	font-family: 'fontello';
	position: absolute;
	content: '\e802';
	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: #002F87;
	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;}
*/

.sidebar-nav { background: #002F87; }
.sidebar-nav h4 { color: #ffffff; font-size: 16px; font-weight: 700; padding: 15px; }
.sidebar-nav ul { list-style-type: none; margin: 0 15px; padding-bottom: 10px; }
.sidebar-nav li a:before {
	font-family: 'fontello';
	position: absolute;
	content: '\e812';
	font-size: 10px;
	color: #52c0ff;
	margin-left: -15px;
}
.sidebar-nav li a {
	display: block;
	padding: 7px 0;
	padding-left: 15px;
	color: #FFFFFF;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.sidebar-nav li a:hover {
	padding-left: 30px;
	font-weight: 700;
}


.client-category { position: relative; margin-bottom: 25px; font-size: 14px; }
.category-title { background: #002F87; color: #FFFFFF; padding: 5px 10px; font-weight: 700; -webkit-transition: all 0.2s; transition: all 0.2s; }
.client-category:hover .category-title { background: #52c0ff; }


/* =============================================================== */
/* 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; margin-top:37px;}
.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: #002F87;
}

#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: #002F87; 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: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;
}

#cpa_logo, #ca_logo { margin: 20px 0; width: 160px; }
#ca_logo { float: right; }
.ca_logo p { text-align: right; }
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	#ca_logo { float: left; }
	.ca_logo p { text-align: left; }
}

/* =============================================================== */
/* Footer
================================================================ */
footer { padding: 25px 0; border-bottom: 1px solid #999999; }
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: #002F87; content: ""; display: block; height: 5px; margin: 15px 0 -1px; 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; padding-top:25px; font-size:13px; }
#copyright, #dealer_logo, #site_by {}
#dealer_logo { float: right; }
#copyright a { color: #FFFFFF; text-decoration: underline;}
#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; }
}


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


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	#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;}
	.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;}
	.avatar {height: 25px; width: 25px;}
	.services-group ul { margin: 0 auto 0 60px; }
}


/* =============================================================== */
/* 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: 100%; }
}

/* 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; }
.remodal .profile-column li { line-height: 22px; margin-bottom: 7px; }

.remodal.testimonial img { width: 100%; }

/* 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 Articles Preview
================================================================ */
.clearthis:after{content:"."; visibility:hidden; height:0px; clear:both; display:block;}
.news_preview{width:100%; box-sizing:border-box; float:left;}
.news_item{display:block; float:left; width:24%; box-sizing:border-box; margin:0px 0.5%; background:#002F87; padding:10px; padding-bottom:50px; position:relative;}
.news_item:nth-child(2), #welcome .news_item:nth-child(3){margin:0px 0.5%;}
@media only screen and (max-width: 767px) {
	.news_item{width:80%; margin:20px auto; float:none;}
	.news_item:nth-child(2), #welcome .news_item:nth-child(3){margin:20px auto; float:none;}
}

.news_preview_left{width:100%; margin-bottom:15px; float:left;}
.news_preview_left a{width:100%; display:block; max-height:165px; overflow:hidden;}
@media only screen and (min-width: 959px) and (max-width: 1440px){
	.news_preview_left a{max-height:120px;}
}
@media only screen and (min-width: 767px) and (max-width: 960px){
	.news_preview_left a{max-height:92px;}
}
.news_preview_left a img{display:block; max-width:100%;}
.news_preview_right{float:left; width:100%; clear:both;}
.news_preview_right a{text-align:center; display:block; margin-bottom:10px; color:#52C0FF;}
.news_preview_right a h2{font-size:14px; margin-bottom:0.5em; color:#f2f2f2;}
.news_preview_right p{font-size:13px; color:#fff; text-align:center; line-height:1.4em; padding-bottom:20px;}
.news_item a.read_more{display:block; bottom:10px; position:absolute; width:calc(100% - 20px); box-sizing:border-box; padding:15px 0px; text-align:center; color:#fff; background:#52C0FF; transition:0.3s;}
.news_item a.read_more:hover{color:#52C0FF; background:#fff; transition:0.3s;}


/*Pimped*/
#main_wrapper{background:rgba(255,255,255, 0.9); padding:0px 0px 20px 0px; margin:30px auto; box-shadow:0px 15px 20px rgba(0,0,0,0.4);}
#slider_wrapper{background:#1a1a1a; margin-top:40px;}
.border{width:100%; border-bottom:1px solid #ccc; margin:50px auto;}
#intro{ font-family:'Segoe UI', 'WeblySleek UI Semibold', 'Verdana', sans-serif;}
#intro h1{font-size:36px; font-weight:700; text-align: left; }
#intro ul li{line-height:1.8em; font-size:18px;}
#intro p{line-height:1.8em; font-size:18px; font-weight:400;}
#intro p span.highlight{color:#001D54; font-weight:700; font-size:20px;}

.home_feature{display:block; box-shadow:8px 8px 8px rgba(0,0,0,0.3); background:rgba(0,0,0,0.85);}
.home_feature h4{background:#002F87; font-size:16px; width:100%; display:block; color:#fff; padding:10px; box-sizing:border-box; text-align:center;}
.home_feature img{display:block; margin:0px auto;}
@media only screen and (max-width: 959px){
	.home_feature{margin-bottom:30px;}
	.home_feature h4{font-size:14px;}
}
@media only screen and (max-width: 767px){
	.home_feature{padding-bottom:20px;}
	.home_feature img{margin:20px auto 0px auto;}
}

#services{float:left; clear:both;}
#services h2{text-align:center; margin-bottom:30px;}
#services_table, .services-table {width:100%; border:2px solid #000; margin:50px auto;}
#services_table tr th, .services-table tr th {color:#fff; background:#002f87; padding:12px 0px; border:2px solid #000;}
#services_table tr td, .services-table tr td {padding:10px; box-sizing:border-box; border:2px solid #000; background:#eee;}
#services_table tr td ul li, .services-table trd td ul li {line-height:22px; margin-bottom: 12px; }
.services-table { margin: 25px 0; }

#latest_news{float:left; clear:both;}
#latest_news h2{text-align:center; margin-bottom:30px;}

.contact_home_top{text-align:center;}
.contact_home{margin-top:50px;}
.contact_home h3{margin-bottom:1em;}
.contact_home .contact-details i{padding-right:1em;}
.contact_home .contact-details p{margin-left:0px;}

.section_title:after{content: ''; display: block; height: 5px; width: 100px; margin: 25px auto; background:#32313b;}

.widget.home{padding-top:80px;}

