/*
Theme Name: Key Assets - Australia
Theme URI: http://www.keyassets.com.au/
Author: Superdream
Author URI: http://superdream.co.uk/
Description: The main theme for key Assets Australia site - http://keyassets.com.au/, part of the Core Assets Group
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
  padding: 5px 0;
  padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
  font-size: 16px
  font-size: 1.142857143rem; (16 / $rembase)
  line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
  margin: 24px 0;
  margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
* {
  *behavior: url("http://new.superdreamdev.co.uk/key-assets-australia/wp-content/themes/Australia/css/boxsizing.htc");
  box-sizing: border-box;
}
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%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
html,
body {
  height: 100%;
  box-sizing: content-box;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid black;
}
caption,
th,
td {
  font-weight: normal;
  text-align: center;
  border: 1px solid black;
  padding: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px 0;
  margin-bottom: 1.714285714rem;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}
p,
ul,
ol {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
h1 {
  font-size: 22px;
  font-family: 'GothamHTFBold';
  color: #13b3c8;
}
.container {
  width: 1170px;
}
.thumbnail {
  border: none;
  padding: 0;
}
a.button {
  clear: both;
  background: #3b505a;
  color: #fff;
  padding: 8px 15px;
  margin: 40px 10px 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'GothamHTFBold';
}
a.button:hover {
  background: #2b3a41;
}
/* Header
-------------------------------------------------------------- */
#header-bk {
  background: #f7f7f7;
}
#top-blue-bar {
  height: 6px;
  background: #13b3c8;
}
.header {
  padding-top: 5px;
}
.logo {
  padding: 24px 0 24px 0;
}
.contact-details {
  text-align: right;
  font-size: 24px;
}
.contact-details h3 {
  line-height: 17px;
  padding: 0 0 5px 0;
  font-family: 'GothamHTFBold';
}
.contact-details a {
  color: #13b3c8;
  font-family: 'GothamHTFBold';
}
.contact-details p {
  padding-top: 3px;
  font-size: 22px;
  text-align: right;
}
.respond-contact-details #searchform {
  padding: 12px 0;
  position: relative;
}
.respond-contact-details #searchform .submit {
  color: #fff;
  background: url(img/button-bk.png) repeat-x;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  width: 82px;
  height: 34px;
  border: none;
}
.respond-contact-details #searchform .submit:hover {
  text-decoration: underline;
}
.respond-contact-details #searchform .field {
  margin-bottom: 0;
  height: 32px;
  padding: 0;
  border-radius: 0;
  border: 1px solid #a2a5a5;
  border-right: none !important;
  color: #555;
  font-family: Verdana, Geneva, sans-serif;
  padding-left: 12px;
  width: 214px;
  position: absolute;
  right: 82px;
}
#searchtab #searchform {
  position: relative;
}
#searchtab #searchform .submit {
  color: #fff;
  background: url(img/button-bk.png) repeat-x;
  font-family: 'Swiss 721 W01 Medium';
  font-size: 14px;
  width: 82px;
  height: 34px;
  border: none;
  float: right;
  position: relative;
}
#searchtab #searchform .submit:hover {
  text-decoration: underline;
}
#searchtab #searchform .field {
  margin-bottom: 0;
  height: 32px;
  padding: 0;
  border-radius: 0;
  border: 1px solid #a2a5a5;
  border-right: none !important;
  color: #555;
  font-family: 'Zurich W15 Roman';
  padding-left: 12px;
  width: 100%;
  position: absolute;
}
.accessibility {
  float: right;
  padding-bottom: 10px;
  min-height: 25px;
}
.accessibility li {
  line-height: 35px;
}
.accessibility .accecs-link {
  color: #555;
  font-size: .8em;
}
.head-right {
  min-height: 52px;
  margin-top: 25px;
}
#content {
  background: url(img/main-bk.png) repeat-x #f7f7f7;
}
.respond-search {
  display: none;
}
/* Navigation
---------------*/
.main-nav {
  background: #3e535e;
  text-transform: uppercase;
  border-top: 1px solid #5c6d75;
  height: 40px;
}
.main-nav li {
  float: left;
  border-right: 1px solid #b1b2b3;
  line-height: 38px;
}
.main-nav li ul {
  display: none;
}
.main-nav li ul li {
  line-height: normal;
}
.main-nav li ul li a {
  float: left;
  padding: 11px 11px 11px 11px;
}
.main-nav li:hover ul {
  display: block;
  position: absolute;
  z-index: 10000;
  background-color: #13b3c8;
}
.main-nav li:hover ul li {
  display: block;
  float: left;
  clear: both;
  border-right: none;
}
.main-nav li:hover ul li a {
  color: #fff;
}
.main-nav a {
  color: #dddada;
  font-size: 12px;
  font-family: 'GothamHTFMedium', helvetica, arial, sans-serif;
  padding: 13px 8px;
}
.menu-ico {
  display: block;
  width: 42px;
  height: 38px;
  background-image: url('img/menu-icon.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #13b3c8;
  float: right;
  border: none;
  margin-left: 10px;
}
.icon-search {
  display: block;
  width: 42px;
  height: 38px;
  background-image: url('img/search-button.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #384f5b;
  float: right;
  border: none;
  margin-left: 10px;
}
#menutab #menu-main-nav li {
  background: #13b3c8;
  border-bottom: 1px solid #9cdce4;
  width: 100%;
  height: 30px;
  list-style-type: none;
  padding-left: 17px;
  text-transform: uppercase;
}
#menutab #menu-main-nav li:hover,
#menutab #menu-main-nav .current_page_item {
  background: #088899;
}
#menutab #menu-main-nav a {
  width: 100%;
  height: 30px;
  float: left;
  line-height: 30px;
  color: #ffffff !important;
  font-weight: 700;
  padding-left: 17px;
}
.sub-menu-repsond li {
  background: #13b3c8;
  border-bottom: 1px solid #9cdce4;
  width: 100%;
  float: left;
  list-style-type: none;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0;
}
.sub-menu-repsond li:hover,
.sub-menu-repsond .current_page_item {
  background: #088899;
}
.sub-menu-repsond a {
  width: 100%;
  padding: 5px 0;
  color: #ffffff !important;
  font-weight: 700;
}
/* End of Navigation
-------------- */
/* Banner
-------------- */
.banner {
  padding-top: 2px;
}
.week-inner-content-text {
  padding: 0 10px 0 15px;
}
.week-inner-content-text .foster-care-week h1 {
  text-align: left;
  font-size: 33px;
  text-transform: none !important;
  padding: 0 !important;
}
#pagebanner {
  width: 100%;
  height: 355px;
  margin: auto;
  overflow: hidden;
}
#pagebanner .banner_slider {
  width: 100%;
  height: 100%;
  position: relative;
}
#pagebanner .no-shadow .banner-content {
  margin-bottom: 30px;
}
#pagebanner .no-shadow .banner-content p {
  text-shadow: none !important;
  margin-bottom: 0px;
}
#pagebanner p,
#pagebanner h1 {
  font-size: 40px;
  line-height: 44px;
  color: #ffffff !important;
  text-shadow: 2px 2px #949494;
  margin-bottom: 30px;
  font-family: 'GothamHTFBook';
}
#pagebanner h2,
#pagebanner h3 {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff !important;
  text-shadow: 2px 2px #949494;
  width: 50%;
  margin-bottom: 30px;
  font-family: 'GothamHTFBook';
}
#pagebanner .banner-link {
  display: block;
  width: 100%;
  height: 100%;
}
#pagebanner .butt {
  color: #fff;
  background: #3b505a;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'GothamHTFBold';
  padding: 11px 20px 11px 19px;
}
#pagebanner .butt.dark-blue {
  background: #3b505a;
}
#pagebanner .butt.yellow {
  background: #e4e517;
  color: #3b505a;
}
.banner_overlay {
  padding: 29px 0 0 20px;
}
/* End of Banner
-------------- */
/* End of Header
-------------------------------------------------------------- */
/* Content
-------------------------------------------------------------- */
.youtube-advert {
  width: 95% !important;
  height: 190px !important;
  border: 2px solid #cacaca !important;
  padding: 9px !important;
}
.breadcrumbs {
  font-size: 10px;
  margin: 10px 0;
}
.breadcrumbs .you-are-here {
  font-weight: 700;
  margin: 0 5px 0 0;
}
.breadcrumbs a {
  color: #13b3c8;
}
.stripey-top {
  background: url(img/stripy-top.png) repeat-y;
}
.main-content {
  padding: 0 10px 0 10px;
}
.page_content {
  background: #ebebeb;
  padding: 30px 0;
  box-shadow: 0 4px 2px -2px #b1b1b1;
}
.intouch {
  background: #3b505a;
  color: #fff;
}
.intouch h2 {
  font-size: 26px;
  color: #e4e517;
  line-height: 28px;
}
.intouch h3 {
  font-size: 33px;
  line-height: 28px;
}
.intouch-left {
  width: 245px;
  float: left;
  color: #fff;
  padding: 20px 0 20px 27px;
}
.intouch-left a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.intouch-left p {
  color: #fff;
  font-size: 12px;
}
.intouch-right {
  width: 277px;
  float: left;
  padding: 20px 0 20px 0;
}
.intouch-right a {
  color: #fff;
  font-size: 12px;
  padding-bottom: 10px;
}
.intouch-right p {
  color: #fff;
  font-size: 12px;
  padding-bottom: 10px;
}
.intouch-right .intouch-button {
  margin-top: 30px;
}
.intouch-right .intouch-button a {
  color: #3b505a;
  font-family: 'GothamHTFBold';
  background: #e4e517;
  padding: 10px 74px;
}
.second_row_page_content {
  background: url(img/stripy-bottom.png) no-repeat #f6f6f6;
  margin-bottom: 30px;
}
.second_row_page_content.second_row_page_content_home {
  margin-bottom: 0;
}
.second_row_page_content .content-block {
  padding-top: 40px;
}
.second_row_page_content h2 {
  line-height: normal !important;
  padding: 10px 0 !important;
}
.second_row_page_content h3 {
  font-family: 'GothamHTFBold';
  font-size: 18px;
  line-height: normal;
  padding-bottom: 15px;
}
.second_row_page_content p {
  padding-bottom: 10px;
}
.second_row_page_content .button_general {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  font-family: 'GothamHTFBold';
  background: #3b505a;
  width: 93%;
  float: left;
  margin-bottom: 3px;
  padding: 11px 0 11px 19px;
}
.second_row_page_content .events h3 {
  padding: 10px 0 !important;
  font-size: 16px;
  text-transform: uppercase;
}
.second_row_page_content .events ul li {
  list-style: none;
  text-decoration: underline;
  padding-bottom: 10px;
}
.second_row_page_content .events ul li a {
  color: #333333;
}
.third_row_page_content {
  background: #fff;
  margin: 26px 0 50px 0;
  padding-top: 22px;
}
.third_row_page_content.third_row_page_content_home {
  margin-bottom: 0;
}
.third_row_page_content h3 {
  font-family: 'GothamHTFBold';
  font-size: 18px;
  line-height: normal;
  padding: 15px 0;
}
.third_row_page_content .blog-post a {
  color: #333333;
}
.third_row_page_content .blog-post .button_general {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  font-family: 'GothamHTFBold';
  background: #3b505a;
  float: left;
  width: 93%;
  margin: 10px 0 3px 0;
  padding: 11px 0 11px 19px;
  text-align: left;
}
.third_row_page_content iframe {
  width: 95%;
  height: 332px;
  border: 2px solid #cacaca;
  padding: 9px;
}
.third_row_page_content .carer-story img {
  padding: 5px;
  border: 1px solid #a2a5a5;
  width: 96%;
}
.third_row_page_content .carer-story .button_general {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  font-family: 'GothamHTFBold';
  background: #3b505a;
  width: 95%;
  float: left;
  margin: 15px 0 3px 0;
  padding: 11px 0 11px 19px;
}
/* Inner pages content
---------------- */
.page .inner-content-row {
  padding-top: 37px;
  background: url(img/right-sidebar-bk.png) no-repeat #ffffff;
  background-position: right top;
}
.page .inner-content-row2 {
  padding-top: 37px;
  background: #ffffff;
  background-position: right top;
}
.page .inner-content p {
  padding-bottom: 15px;
}
.page .inner-content h1 {
  text-transform: uppercase;
  padding-bottom: 12px;
  line-height: normal;
}
.page .inner-content h2 {
  color: #13b3c8;
  font-size: 18px;
  line-height: normal;
}
.page .inner-content h3 {
  color: #13b3c8;
  font-size: 18px;
  padding: 24px 0 18px 0;
  line-height: normal;
}
.page .inner-content .inner-content-text {
  padding-bottom: 20px;
}
.page .inner-content ul,
.page .inner-content ol {
  font-size: 13px;
  margin: 0 0 10px 30px;
}
.page .side-navigation {
  *width: 97%;
  width: 100%;
  float: left;
}
.page .side-navigation ul {
  list-style: none;
  float: left;
  width: 100%;
}
.page .side-navigation ul li {
  *float: left;
  *width: 100%;
}
.page .side-navigation ul li:last-child {
  border-bottom: 1px solid #bbbbbb;
}
.page .side-navigation ul li a {
  font-size: 12px;
  font-weight: 700;
  color: #848484;
  padding: 10px 10px 10px 0;
  width: 94%;
  border-top: 1px solid #bbbbbb;
  padding: 10px 10px 10px 10px;
  background: url(img/nav-arrow.png) no-repeat;
  background-position: 98% center;
  float: left;
}
.page .side-navigation ul li a:hover,
.page .side-navigation ul .current_page_item a {
  background: url(img/nav-arrow.png) no-repeat #13b3c8;
  background-position: 98% center;
  color: #ffffff;
}
.inner-content-text p {
  padding-bottom: 10px;
}
.inner-content-text h1 {
  text-transform: uppercase;
  padding-bottom: 33px;
  line-height: 17px;
}
.inner-content-text h2 {
  color: #13b3c8;
  font-size: 18px;
}
.inner-content-text h3 {
  color: #13b3c8;
  font-size: 18px;
  padding: 24px 0 10px 0;
  line-height: normal;
}
.inner-content-text .inner-content-text {
  padding-bottom: 20px;
}
.inner-content-text ul,
.inner-content-text ol {
  font-size: 13px;
  margin: 0 0 10px 30px;
}
.contact-block {
  background: #3d525c;
  margin-top: 20px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.contact-block p {
  color: #ffffff;
  font-weight: 700;
}
.contact-block p strong {
  float: left;
  padding-right: 5px;
}
.contact-block p a {
  float: left;
}
.contact-block h2 {
  color: #dfe019;
  font-size: 27px;
  font-family: GothamHTFBold;
  line-height: 54px;
}
.contact-block h3 {
  color: #dfe019;
  font-size: 15px;
  line-height: normal;
}
.contact-block a {
  color: #06b2c9;
  display: block;
  margin-bottom: 10px;
}
.contact-block img {
  padding: 17px 10px 0 0;
}
.contact-block .inner-contact-block {
  padding: 35px 20px 46px 20px;
}
.respond-contact-block {
  margin-bottom: 30px;
}
.contact-span {
  margin-bottom: 22px;
}
.contact-us {
  margin-top: 20px;
  border: 1px solid #ede9e9;
  float: left;
  width: 100%;
  padding-bottom: 35px;
}
.contact-us .inner-contact-us {
  padding: 30px 0 0 29px;
}
.contact-us h3 {
  font-size: 24px;
  color: #13b3c8;
}
.contact-us .ginput_container {
  float: left;
  width: 327px;
}
.contact-us .ginput_container input {
  width: 100% !important;
  border-radius: 0;
  border: 1px solid #d2d3d3;
  height: 32px;
}
.contact-us .ginput_container input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent !important;
}
.contact-us .ginput_container input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent !important;
}
.contact-us .ginput_container input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent!important;
}
.contact-us .ginput_container input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent !important;
}
.contact-us .ginput_container textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent !important;
}
.contact-us .ginput_container textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent !important;
}
.contact-us .ginput_container textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent!important;
}
.contact-us .ginput_container textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent !important;
}
.contact-us .ginput_container select {
  border-radius: 0;
  border: 1px solid #d2d3d3;
  height: 32px;
}
.contact-us .ginput_container select option {
  font-size: 12px !important;
  font-style: italic !important;
  color: #464646 !important;
}
.contact-us #field_1_4 label {
  float: none;
}
.contact-us #field_1_4 .ginput_container {
  float: none !important;
  width: 200px !important;
}
.contact-us #field_1_4 .ginput_container select {
  width: 100% !important;
}
.contact-us .gfield_label {
  float: left;
  width: 160px;
  display: block !important;
}
.contact-us .validation_error {
  display: none;
}
.gform_description {
  font-size: 13px;
  font-family: Verdana, Geneva, sans-serif;
}
#field_11_33 label {
  float: right;
  width: 89%;
}
#field_11_33 .ginput_container {
  float: left;
}
#field_11_33 .ginput_container .gfield_checkbox {
  margin: 0;
}
.gform_button {
  color: #fff;
  border: none !important;
  background: url(img/button_bk.png) repeat-x;
  font-family: 'Swiss 721 W01 Medium';
  font-size: 12px;
  padding: 0 30px 0 30px;
  height: 34px;
  float: right;
  margin-top: -60px;
}
#field_2_15,
#field_2_16 {
  width: 100%;
}
.gform_button:hover {
  text-decoration: underline;
}
.gfield_radio li {
  float: left;
  margin-right: 30px !important;
}
.gfield_radio li input {
  margin-top: 0 !important;
}
.gfield_radio li label {
  height: 32px;
  line-height: 32px !important;
}
.sidebar-right .blog-post {
  margin-bottom: 30px;
}
.sidebar-right .blog-post a {
  color: #333333;
}
.sidebar-right .blog-post .read-more {
  padding-top: 10px;
  display: block;
  height: 30px;
}
.sidebar-right .blog-post .read-more-a {
  text-transform: uppercase;
  font-family: GothamHTFBold;
  color: #ec4d56;
  padding-top: 10px;
}
.sidebar-right .blog-post .read-more-p {
  float: left;
  padding: 5px 20px 0 0;
}
.sidebar-right .blog-post .read-more-image {
  float: left;
}
.social-media {
  background: #13b3c8;
  margin-bottom: 10px;
  padding: 10px;
}
.social-media .inner-social-meida {
  background: #fff;
  *padding-bottom: 10px;
}
.contact-right .events-block,
.events-left .events-block {
  background: #13b3c8;
  padding: 16px 24px 0 24px;
}
.contact-right .events-block h3,
.events-left .events-block h3 {
  color: #dee223;
  font-size: 18px;
  font-family: GothamHTFBold;
}
.contact-right .events-block ul,
.events-left .events-block ul {
  list-style: none;
}
.contact-right .events-block li,
.events-left .events-block li {
  padding-bottom: 10px;
  font-weight: 700;
}
.contact-right .events-block a,
.events-left .events-block a {
  color: #fff;
  line-height: 18px;
  text-decoration: underline;
}
.contact-right .events-block .more-events,
.events-left .events-block .more-events {
  display: block;
  height: 68px;
  padding-top: 20px;
}
.contact-right .events-block .button_general,
.events-left .events-block .button_general {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  font-family: 'GothamHTFBold';
  background: #3b505a;
  width: auto;
  float: none;
  display: block;
  margin-bottom: 3px;
  padding: 11px 0 11px 19px;
  text-decoration: none;
}
.contact-right .events-block .button_general:hover,
.events-left .events-block .button_general:hover {
  text-decoration: underline;
}
.right-navigation .blog-post a {
  color: #333333;
}
.right-navigation .blog-post .button_general {
  color: #fff;
}
.right-navigation .blog-post .read-more {
  padding-top: 10px;
  display: block;
  height: 30px;
}
.right-navigation .blog-post .read-more-a {
  text-transform: uppercase;
  font-family: GothamHTFBold;
  color: #ec4d56;
  padding-top: 10px;
}
.right-navigation .blog-post .read-more-p {
  float: left;
  padding: 5px 20px 0 0;
}
.right-navigation .blog-post .read-more-image {
  float: left;
}
.staff-block {
  display: block;
  float: left;
  margin-bottom: 50px;
  height: 190px;
}
.staff-block img {
  float: left;
}
.staff-block .staff-content {
  float: left;
  width: 55%;
  padding: 20px 0 0 10px;
}
.right-staff {
  margin-left: 90px !important;
  padding-top: 57px;
}
.right-staff-ipad {
  padding-top: 79px;
}
/* End of Inner pages content
------------------------------- */
/* Contact Page Block
------------------------------- */
#contactTable {
  margin: 23px 0 17px 0;
  display: block;
  clear: both;
  float: left;
  border: solid 1px #c2c2c2;
  *border-right-width: 2px;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#contactTable span {
  display: block;
  float: left;
  padding: 14px;
  background-color: #ffffff;
  width: 100%;
  *width: 98%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contactTable span {
  padding: 9px;
}
#contactTable .shadow {
  -webkit-box-shadow: inset 0 0 43px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0 0 43px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0 0 43px rgba(0, 0, 0, 0.09);
  z-index: 102;
}
#contactTable table {
  width: 100%;
}
#contactTable tr {
  border-bottom: 1px solid #fff;
}
#contactTable td {
  width: 49.9%;
  background: #3d525c;
  border: 1px solid #fff;
  padding: 17px 13px !important;
  vertical-align: top !important;
}
#contactTable td p {
  line-height: normal;
  font-size: 13px;
  color: #fff;
}
#contactTable td p strong {
  text-transform: uppercase;
}
#contactTable td h2 {
  color: #e4e517;
  line-height: normal;
  font-size: 16px;
  margin: 5px 0 0 0;
  text-transform: uppercase;
}
#contactTable td h3 {
  line-height: normal;
  font-size: 20px;
  margin: 5px 0 0 0;
  color: #fff;
}
#contactTable td h4 {
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}
#contactTable td a {
  display: block;
  float: left;
  color: #3f4e54;
  background-color: #bfd730;
  padding: 4px 17px 3px 17px;
  font-size: 10pt;
  text-shadow: none;
  font-family: GothamHTFBold;
  margin-bottom: 3px;
  text-transform: uppercase;
  line-height: 20px;
}
#contactTable td ul {
  margin-left: 12px;
}
#contactTable td ul li {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  padding-left: 5px;
  color: #ffffff;
}
#contactTable td.out-of-hours {
  background: #babcb4;
}
#contactTable tr.full-width a {
  float: none;
  text-align: center;
  max-width: 50%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* End of Contact Page Block
------------------------------- */
/* sharePage
-------------------------------*/
.sharePage {
  border: 1px solid #bbb;
  padding: 20px;
  margin: 21px 0;
  -webkit-box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.6);
  background-image: -webkit-linear-gradient(bottom, rgba(189, 195, 177, 0.6), rgba(211, 214, 204, 0.6));
  background-image: -moz-linear-gradient(bottom, rgba(189, 195, 177, 0.6), rgba(211, 214, 204, 0.6));
  background-image: -o-linear-gradient(bottom, rgba(189, 195, 177, 0.6), rgba(211, 214, 204, 0.6));
  background-image: -ms-linear-gradient(bottom, rgba(189, 195, 177, 0.6), rgba(211, 214, 204, 0.6));
  background-image: linear-gradient(to top, rgba(189, 195, 177, 0.6), rgba(211, 214, 204, 0.6));
  font-family: verdana;
  clear: both;
  background: #edeeee;
}
.sharePage p {
  font-weight: bold;
  color: #565656;
}
.sharePage input[type="text"],
.sharePage input[type="email"] {
  width: 15.5%;
  border: 1px solid #a09d9d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  height: 23px;
  padding: 0 3px;
  font-size: 11px;
  font-family: verdana;
}
.sharePage input[type="text"]:focus,
.sharePage input[type="text"]:hover,
.sharePage input[type="email"]:focus,
.sharePage input[type="email"]:hover {
  border: 1px solid #a09d9d !important;
}
.sharePage input[type=submit] {
  background: #5d7731;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 9px;
  height: 30px;
  border: 1px solid #383838;
  font-weight: bold;
  padding: 0 14px;
  margin: 1px 0 0 0;
  height: 25px;
}
.sharePage textarea {
  width: 98.5%;
  overflow: none;
  text-align: left !important;
  resize: none;
  position: relative;
  border: 1px solid #a09d9d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  min-height: 61px;
}
.sharePage textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #a09d9d;
}
.sharePage ul {
  list-style: none !important;
  margin-left: 0;
  float: right;
}
.sharePage ul li {
  display: inline;
  float: left;
  line-height: 30px;
}
.sharePage ul li input.shareFB,
.sharePage ul li input.shareTW {
  border: none;
  width: 30px;
  height: 30px;
}
.sharePage ul li input.shareFB {
  background: url('img/share-page-sprite.png') no-repeat 0 0;
}
.sharePage ul li input.shareTW {
  background: url('img/share-page-sprite.png') no-repeat -30px 0;
}
.sharePage ul li div.shareEM {
  background: url('img/share-page-sprite.png') no-repeat -60px 0;
  width: 30px;
  height: 30px;
  margin-top: 2px;
}
.sharePage ul li div.shareEM:hover {
  cursor: pointer;
}
.sharePage ul li.text {
  margin-right: 8px;
  color: #848484;
  text-transform: uppercase;
  font-family: GothamHTFBold;
  font-size: 12px;
}
.sharePage #emailForm {
  display: none;
  text-align: right;
}
.sharePage #emailForm label {
  display: inline;
  color: #848484;
  text-transform: uppercase;
  font-family: GothamHTFBold;
  font-size: 12px;
  margin: 4px 0 0 0;
  line-height: 23px;
}
.sharePage #emailForm input[type="email"] {
  width: 20%;
}
.sharePage #emailForm input[type="submit"] {
  margin: 0 0 0 6px;
}
.sharePage #copyLink {
  float: left;
  width: 50%;
}
.sharePage #copyLink input[type="text"] {
  width: 30%;
}
.sharePage p.mailSuccess {
  text-align: right;
  color: #5d7731;
}
.sharePage p.mailError {
  text-align: right;
  color: #e61657;
}
/* End of sharePage
-------------------------------*/
/* End of Content
-------------------------------------------------------------- */
/* Blog pages
------------------ */
.blog-main {
  margin-top: 30px;
}
.blog-main p {
  margin-bottom: 10px;
}
.single-blog h1 {
  padding-bottom: 5px;
  line-height: 26px;
  color: #3f4e55;
  font-size: 28px;
  font-family: GothamHTFBold;
}
.article-meta {
  margin-bottom: 20px;
  font-weight: bold;
  color: #848484;
  font-size: 12px !important;
}
.article-meta .news-month {
  text-transform: uppercase;
}
.article-meta .author-link {
  font-style: italic;
  color: #13b3c8;
}
.article-meta a {
  color: #13b3c8;
}
#sfw-respond {
  padding: 30px 30px 0 19px;
  background: #efeded;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin: 30px 0;
}
#sfw-respond h3 {
  font-size: 20px !important;
  font-family: GothamHTFBold;
  color: #3f4e55;
  font-weight: bold;
}
#sfw-respond label {
  text-transform: uppercase;
  font-weight: bold;
  color: #3f4e55;
  float: left;
  display: inline;
  line-height: 25px;
}
#sfw-respond .sfw-required {
  display: inline;
  margin: -5px 0 0 5px !important;
  position: relative;
  float: none;
}
#sfw-respond input {
  border: 1px solid #a09d9d;
  border-radius: 0;
  resize: none;
  padding: 3px 2px;
  height: 25px;
  display: block;
}
#sfw-respond #submit {
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  border: 1px solid #383838;
  font-weight: bold;
  padding: 0 14px;
  background: #00acc6;
  height: 30px;
  paddimg-left: 10px;
  padding-right: 10px;
  line-height: 30px;
}
.nav-previous {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 21px;
  font-size: 12px;
}
.nav-previous a {
  color: #333;
  text-decoration: none;
}
.nav-next {
  float: right;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 21px;
  font-size: 12px;
}
.nav-next a {
  color: #333;
  text-decoration: none;
}
.article-title a {
  color: #3f4e55;
  text-decoration: none;
  font-size: 28px;
}
.followUs {
  border: solid 1px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  padding: 0 20px;
  background-image: -webkit-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: -moz-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: -o-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: -ms-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: linear-gradient(to bottom, #fafafa, #e6e6e6);
}
.followUs h3 {
  color: #323232;
  margin-bottom: 0;
}
.followUs ul li {
  color: #3f4e55;
  font-weight: bold;
  line-height: 30px;
}
.followUs ul li a {
  color: #13b3c8;
}
.followUs ul li div {
  width: 30px;
  height: 30px;
  float: right;
  line-height: 40px;
}
.followUs ul li div.shareFB {
  background: url('img/share-page-sprite.png') no-repeat 0 0;
}
.followUs ul li div.shareEM {
  background: url('img/share-page-sprite.png') no-repeat -60px 0;
}
.followUs ul li div.shareRSS {
  background: url('img/share-page-sprite.png') no-repeat -90px 0;
}
.greyBorderBox {
  border: 11px solid #efeded;
  background: #fff;
  margin: 10px 0;
  padding: 0 10px;
}
.greyBorderBox h3 {
  color: #323232;
}
.greyBorderBox ul {
  margin-bottom: 10px;
}
.greyBorderBox ul li {
  color: #13b3c8;
  font-weight: 700;
}
.greyBorderBox ul li a {
  color: #13b3c8;
}
.greyBorderBox .archive-year {
  color: #323232;
}
.greyBorderBox .listedCategories li {
  color: #c8d300;
}
.greyBorderBox .listedCategories li a {
  color: #c8d300;
}
.category .pageTitle,
.archive .pageTitle {
  margin-bottom: 30px;
}
.category .categoryWrapper,
.archive .categoryWrapper {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
.category .catThumbnail,
.archive .catThumbnail {
  float: left;
  width: 190px;
}
.category .article,
.archive .article {
  float: left;
  padding-left: 40px;
  width: 70%;
}
.category .article h2 a,
.archive .article h2 a {
  color: #3f4e55;
  font-size: 28px;
}
.category .article strong,
.archive .article strong {
  color: #13b3c8;
  font-size: 13px;
}
/* End of Blog pages
------------------*/
/* Footer
-------------------------------------------------------------- */
#outside-footer {
  padding: 20px 0;
}
#outside-footer p {
  font-size: 12px;
  font-family: 'GothamHTFBold';
  color: #3f4e55;
}
#outside-footer .footer-logo {
  float: left;
  text-color: #3f4355;
  max-width: 100%;
}
#outside-footer .footer-logo img {
  margin-bottom: 5px;
}
#outside-footer .footer-logo p {
  font-size: 15px;
  text-align: right;
  text-transform: uppercase;
}
#outside-footer .footer-logo:hover {
  text-color: #3f4355;
  text-decoration: none;
}
#outside-footer .footer-navigation {
  margin-top: 20px;
  margin-bottom: 15px;
}
#pagebanner_controls #banner_navigate_left {
  background: url(img/banner-arrow-left.png) no-repeat;
  float: left;
  display: block;
  width: 49px;
  height: 73px;
  margin-top: -166px;
  position: relative;
  z-index: 4000;
  cursor: pointer;
  margin-left: -21px;
}
#pagebanner_controls #banner_navigate_right {
  background: url(img/banner-arrow-right.png) no-repeat;
  display: block;
  width: 49px;
  height: 73px;
  margin-top: -166px;
  position: relative;
  z-index: 4000;
  cursor: pointer;
  float: right;
  margin-right: -26px;
}
.footer-left {
  padding-left: 3px;
}
.footer-right {
  text-align: right;
}
.footer-right p {
  color: #3f4e55;
}
.footer-right a {
  color: #3f4e55;
}
/* End of Footer
-------------------------------------------------------------- */
.list-404 {
  margin-left: 40px;
  padding-top: 20px;
}
#searchResult .title a {
  font-family: 'GothamHTFBold';
  font-size: 18px;
  line-height: normal;
  padding-bottom: 15px;
  text-decoration: none;
  color: #333333;
}
#searchResult p {
  padding-bottom: 10px;
  width: 90%;
}
.search-inline {
  margin-bottom: 30px;
}
.search-inline #searchform {
  padding: 12px 0;
  position: relative;
}
.search-inline #searchform .submit {
  color: #fff;
  background: url(img/button-bk.png) repeat-x;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  width: 82px;
  height: 34px;
  border: none;
  margin-left: -4px;
}
.search-inline #searchform .submit:hover {
  text-decoration: underline;
}
.search-inline #searchform .field {
  margin-bottom: 0;
  height: 32px;
  padding: 0;
  border-radius: 0;
  border: 1px solid #a2a5a5;
  border-right: none !important;
  color: #555;
  font-family: Verdana, Geneva, sans-serif;
  padding-left: 12px;
  width: 214px;
}
.pagi a {
  color: #13b3c8;
  font-weight: 700;
}
.pagi .current {
  color: #13b3c8;
  font-weight: 700;
}
.button_general {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  font-family: 'GothamHTFBold';
  background: #3b505a;
  width: 160px;
  float: left;
  margin-bottom: 3px;
  padding: 11px 0 11px 19px;
}
.button_general:hover {
  color: #fff;
}
.outter-contactMobile {
  padding: 10px;
  background: #fff;
  border: 1px solid #c2c2c2;
  float: left;
}
.contactMobile {
  background: #3d525c;
  padding: 10px;
  float: left;
}
.contactMobile h2 {
  color: #e4e517;
  font-size: 16px;
  text-transform: uppercae;
}
.contactMobile p {
  font-size: 11px;
  color: #fff;
}
.contactMobile ul {
  margin-left: 20px;
  color: #fff;
  font-size: 11px;
  float: left;
  padding: 10px 0;
}
.contactMobile a {
  display: block;
  float: left;
  color: #3f4e54;
  background-color: #bfd730;
  padding: 4px 17px 3px 17px;
  font-size: 10pt;
  text-shadow: none;
  font-family: GothamHTFBold;
  margin-bottom: 3px;
  text-transform: uppercase;
  line-height: 15px;
}
.ie7 .main-nav {
  height: 42px;
}
.ie7 .contact-block {
  width: 100%;
}
.ie7 #pagebanner a {
  float: left;
}
.ie7 #pagebanner p,
.ie7 #pagebanner h1,
.ie7 #pagebanner h2,
.ie7 #pagebanner h3 {
  background-image: url('img/trans-bk4.png');
  background-repeat: repeat;
  padding: 5px;
}
.ie7 #menu-main-nav li,
.ie7 .main-nav li {
  position: relative;
  z-index: 100;
  padding-bottom: 4px;
}
.ie7 #menu-main-nav li a,
.ie7 .main-nav li a {
  padding-bottom: 4px;
}
.ie7 .sub-menu {
  margin-top: 42px;
  position: absolute;
  left: 0;
  width: 310px;
}
.ie7 .sub-menu li {
  width: 310px;
  padding-bottom: 0;
  padding-left: 10px;
}
.ie7 .sub-menu a {
  padding-left: 0 !important;
}
.ie7 .staff-block {
  width: 100%;
}
.ie7 .landing-page .inner-content-right {
  width: 47%;
}
.form_number {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  border: 3px solid #13B3C8 !important;
  color: #13B3C8;
  font-weight: bold !important;
  font-size: 18pt;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-bottom: 5px;
}
#field_2_15,
#field_2_16,
#field_2_17 {
  display: block;
  float: left;
  padding: 0 0 20px 0;
}
#field_2_15 p,
#field_2_16 p {
  padding-top: 14px;
}
#field_2_17 p {
  padding-top: 6px;
}
.gform_fields #field_2_15 {
  padding-left: 0;
}
.gchoice_10_0 {
  float: left;
  margin-right: 15px !important;
}
.gchoice_10_0 label {
  line-height: 38px !important;
}
.gchoice_10_1 label {
  line-height: 38px !important;
}
.gchoice_14_1 label {
  margin-top: 10px !important;
}
#field_2_14 .gfield_label {
  display: block;
  width: 0 !important;
}
#field_2_14 .ginput_container {
  display: block;
  width: 100%;
}
.gform_footer .gform_button {
  display: block;
  padding: 11px 0 11px 0;
  width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  font-family: 'GothamHTFBold';
  background: #3b505a;
}
/* Accessibility
------------------------------------------------------------- */
.access-form input {
  background: none repeat scroll 0 0 transparent;
  cursor: pointer;
  filter: none!important;
  border: medium none;
  font-size: 13px;
  color: ##333333;
}
.access-form input:hover {
  text-decoration: underline;
}
.accessiblity_control {
  display: inline;
  margin: 0;
}
.accessiblity_control input[type=submit] {
  display: inline;
  background: none;
  border: none;
  font-weight: bold;
  width: 19px;
  height: 20px;
  text-align: center;
  margin-right: 2px;
  filter: none !important;
}
.accessiblity_control input.small {
  font-size: 9pt;
  background-color: #fff;
}
.accessiblity_control input.large {
  font-size: 11pt;
}
.accessiblity_control input.large {
  font-size: 14pt;
}
.accessform {
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
}
.accessiblity_control .small {
  background: #fff;
}
ul.accessibilityOptions {
  float: right;
}
ul.accessibilityOptions li {
  display: inline;
  line-height: 26px;
}
/* End of Accessibility
-------------------------------------------------------------- */
.no-min-height {
  min-height: 0 !important;
}
/* Sticky Footer*/
#page_sticky {
  min-height: 100%;
  position: relative;
}
#content {
  padding-bottom: 45px;
}
.ie8 #page_sticky,
.ie7 #page_sticky {
  min-height: 100%;
  /* for all other browsers */
  height: 100% !important;
  /* for IE */
  position: relative;
}
#footer {
  position: relative;
  width: 100%;
  bottom: 0;
  height: 45px;
}
.accecs-link {
  padding-left: 5px;
}
/* Western Australia
-------------------------------------------------------------- */
#western-australia h1,
#western-australia h2,
#western-australia h3 {
  color: #266d81;
}
#western-australia .phone-number {
  color: #384f5b;
}
#western-australia .enquireonline a {
  color: #266d81;
}
#western-australia .main-nav li ul {
  background: #266d81;
}
#western-australia .main-nav ul li a {
  font-size: 11px;
}
#western-australia .side-navigation {
  width: 100%;
}
#western-australia .side-navigation ul li a:hover {
  background: url(img/nav-arrow-current.png) no-repeat #266d81;
  background-position: 98% center;
  color: #fff;
}
#western-australia .side-navigation ul .current_page_item a {
  background: url(img/nav-arrow-current.png) no-repeat #266d81;
  background-position: 98% center;
  color: #fff;
}
#western-australia .side-navigation ul .current_page_item .children li a {
  background: none ;
  padding-left: 20px;
  padding-right: 0;
  color: #848484;
}
#western-australia .side-navigation ul .current_page_item .children li a:hover {
  background: url(img/nav-arrow-current.png) no-repeat #266d81;
  background-position: 98% center;
  color: #fff;
}
#western-australia .facebook-feed a {
  color: #266d81;
}
#western-australia .banner_overlay h1 {
  color: #fff;
}
#western-australia .intouch-left h2 {
  color: #e4e517;
}
#western-australia .blog-post a {
  color: #266d81;
}
#western-australia .button_general {
  color: #fff !important;
}
#western-australia .inner-contact-block h3,
#western-australia .inner-contact-block h2 {
  color: #dfe019;
}
#western-australia .phone-home-content h1 {
  color: #266d81;
}
#western-australia #contactTable strong,
#western-australia #contactTable h2 {
  color: #fff !important;
}
#western-australia .parent-title {
  width: 100%;
}
#western-australia .parent-title:hover {
  background: url(img/nav-arrow-current.png) no-repeat #266d81;
  background-position: 98% center;
}
.western-australia .button_general {
  margin: 0 0 3px 0;
}
.page-id-5 .western-australia .button_general:hover {
  background: #266d81;
  margin: 0 0 3px 0;
}
/* End of Western Australia
-------------------------------------------------------------- */
/* South Australia
-------------------------------------------------------------- */
#south-australia h1,
#south-australia h2,
#south-australia h3 {
  color: #c2d31d;
}
#south-australia .phone-number {
  color: #384f5b;
}
#south-australia .enquireonline a {
  color: #c2d31d;
}
#south-australia .main-nav li ul {
  background: #c2d31d;
}
#south-australia .side-navigation ul li a:hover {
  background: url(img/nav-arrow-current.png) no-repeat #c2d31d;
  background-position: 98% center;
  color: #fff;
}
#south-australia .side-navigation ul .current_page_item a {
  background: url(img/nav-arrow-current.png) no-repeat #c2d31d;
  background-position: 98% center;
  color: #fff;
}
#south-australia .side-navigation ul .current_page_item .children li a {
  background: none ;
  padding-left: 20px;
  padding-right: 0;
  color: #848484;
}
#south-australia .side-navigation ul .current_page_item .children li a:hover {
  background: url(img/nav-arrow-current.png) no-repeat #c2d31d;
  background-position: 98% center;
  color: #fff;
}
#south-australia .facebook-feed a {
  color: #c2d31d;
}
#south-australia .banner_overlay h1 {
  color: #fff;
}
#south-australia .intouch-left h2 {
  color: #e4e517;
}
#south-australia .blog-post a {
  color: #c2d31d;
}
#south-australia .button_general {
  color: #fff !important;
}
#south-australia .inner-contact-block h3,
#south-australia .inner-contact-block h2 {
  color: #dfe019;
}
#south-australia .phone-home-content h1 {
  color: #c2d31d;
}
#south-australia #contactTable strong,
#south-australia #contactTable h2 {
  color: #fff !important;
}
#south-australia .parent-title:hover {
  background: url(img/nav-arrow-current.png) no-repeat #c2d31d;
  background-position: 98% center;
}
.south-australia .button_general {
  margin: 0 0 3px 0;
}
.page-id-5 .south-australia .button_general:hover {
  background: #c2d31d;
}
/* End of South Australia
-------------------------------------------------------------- */
/* Queensland
-------------------------------------------------------------- */
#queensland h1,
#queensland h2,
#queensland h3 {
  color: #3b505a;
}
#queensland .phone-number {
  color: #384f5b;
}
#queensland .enquireonline a {
  color: #3b505a;
}
#queensland .main-nav li ul {
  background: #3b505a;
}
#queensland .side-navigation ul li a:hover {
  background: url(img/nav-arrow-current.png) no-repeat #3b505a;
  background-position: 98% center;
  color: #fff;
}
#queensland .side-navigation ul .current_page_item a {
  background: url(img/nav-arrow-current.png) no-repeat #3b505a;
  background-position: 98% center;
  color: #fff;
}
#queensland .side-navigation ul .current_page_item .children li a {
  background: none ;
  padding-left: 20px;
  padding-right: 0;
  color: #848484;
}
#queensland .side-navigation ul .current_page_item .children li a:hover {
  background: url(img/nav-arrow-current.png) no-repeat #3b505a;
  background-position: 98% center;
  color: #fff;
}
#queensland .facebook-feed a {
  color: #3b505a;
}
#queensland .intouch-left h2 {
  color: #e4e517;
}
#queensland .banner_overlay h1 {
  color: #fff;
}
#queensland .blog-post a {
  color: #3b505a;
}
#queensland .button_general {
  color: #fff !important;
}
#queensland .inner-contact-block h3,
#queensland .inner-contact-block h2 {
  color: #dfe019;
}
#queensland .phone-home-content h1 {
  color: #3b505a;
}
#queensland #contactTable strong,
#queensland #contactTable h2 {
  color: #fff !important;
}
#queensland .parent-title:hover {
  background: url(img/nav-arrow-current.png) no-repeat #3b505a;
  background-position: 98% center;
}
.queensland .button_general {
  margin: 0 0 3px 0;
}
.page-id-5 .queensland .button_general:hover {
  background: #3b505a;
}
/* End of Queesland
-------------------------------------------------------------- */
/* New South Wales
-------------------------------------------------------------- */
#new-south-wales h1,
#new-south-wales h2,
#new-south-wales h3 {
  color: #da3933;
}
#new-south-wales .phone-number {
  color: #384f5b;
}
#new-south-wales .enquireonline a {
  color: #da3933;
}
#new-south-wales .main-nav li ul {
  background: #da3933;
}
#new-south-wales .side-navigation ul li a:hover {
  background: url(img/nav-arrow-current.png) no-repeat #da3933;
  background-position: 98% center;
  color: #fff;
}
#new-south-wales .side-navigation ul .current_page_item a {
  background: url(img/nav-arrow-current.png) no-repeat #da3933;
  background-position: 98% center;
  color: #fff;
}
#new-south-wales .side-navigation ul .current_page_item .children li a {
  background: none ;
  padding-left: 20px;
  padding-right: 0;
  color: #848484;
}
#new-south-wales .side-navigation ul .current_page_item .children li a:hover {
  background: url(img/nav-arrow-current.png) no-repeat #da3933;
  background-position: 98% center;
  color: #fff;
}
#new-south-wales .facebook-feed a {
  color: #da3933;
}
#new-south-wales .banner_overlay h1 {
  color: #fff;
}
#new-south-wales .intouch-left h2 {
  color: #e4e517;
}
#new-south-wales .blog-post a {
  color: #da3933;
}
#new-south-wales .button_general {
  color: #fff !important;
}
#new-south-wales .inner-contact-block h3,
#new-south-wales .inner-contact-block h2 {
  color: #dfe019;
}
#new-south-wales .phone-home-content h1 {
  color: #da3933;
}
#new-south-wales #contactTable strong,
#new-south-wales #contactTable h2 {
  color: #fff !important;
}
#new-south-wales .parent-title:hover {
  background: url(img/nav-arrow-current.png) no-repeat #da3933;
  background-position: 98% center;
}
.new-south-wales .button_general {
  margin: 0 0 3px 0;
}
.page-id-5 .new-south-wales .button_general:hover {
  background: #da3933;
}
/* End of New South Wales
-------------------------------------------------------------- */
/* Victoria
-------------------------------------------------------------- */
#victoria h1,
#victoria h2,
#victoria h3 {
  color: #c86801;
}
#victoria .phone-number {
  color: #384f5b;
}
#victoria .enquireonline a {
  color: #c86801;
}
#victoria .main-nav li ul {
  background: #c86801;
}
#victoria .side-navigation ul li a:hover {
  background: url(img/nav-arrow-current.png) no-repeat #c86801;
  background-position: 98% center;
  color: #fff;
}
#victoria .side-navigation ul .current_page_item a {
  background: url(img/nav-arrow-current.png) no-repeat #c86801;
  background-position: 98% center;
  color: #fff;
}
#victoria .side-navigation ul .current_page_item .children li a {
  background: none ;
  padding-left: 20px;
  padding-right: 0;
  color: #848484;
}
#victoria .side-navigation ul .current_page_item .children li a:hover {
  background: url(img/nav-arrow-current.png) no-repeat #c86801;
  background-position: 98% center;
  color: #fff;
}
#victoria .facebook-feed a {
  color: #c86801;
}
#victoria .banner_overlay h1 {
  color: #fff;
}
#victoria .intouch-left h2 {
  color: #e4e517;
}
#victoria .blog-post a {
  color: #c86801;
}
#victoria .button_general {
  color: #fff !important;
}
#victoria .inner-contact-block h3,
#victoria .inner-contact-block h2 {
  color: #dfe019;
}
#victoria .phone-home-content h1 {
  color: #c86801;
}
#victoria #contactTable strong,
#victoria #contactTable h2 {
  color: #fff !important;
}
#victoria .parent-title:hover {
  background: url(img/nav-arrow-current.png) no-repeat #c86801;
  background-position: 98% center;
}
.victoria .button_general {
  margin: 0 0 3px 0;
}
.page-id-5 .victoria .button_general:hover {
  background: #c86801;
}
/* End of Victoria
-------------------------------------------------------------- */
/* Tasmania
-------------------------------------------------------------- */
#tasmania h1,
#tasmania h2,
#tasmania h3 {
  color: #c86801;
}
#tasmania .phone-number {
  color: #384f5b;
}
#tasmania .enquireonline a {
  color: #c86801;
}
#tasmania .main-nav li ul {
  background: #c86801;
}
#tasmania .side-navigation ul li a:hover {
  background: url(img/nav-arrow-current.png) no-repeat #c86801;
  background-position: 98% center;
  color: #fff;
}
#tasmania .side-navigation ul .current_page_item a {
  background: url(img/nav-arrow-current.png) no-repeat #c86801;
  background-position: 98% center;
  color: #fff;
}
#tasmania .side-navigation ul .current_page_item .children li a {
  background: none ;
  padding-left: 20px;
  padding-right: 0;
  color: #848484;
}
#tasmania .side-navigation ul .current_page_item .children li a:hover {
  background: url(img/nav-arrow-current.png) no-repeat #c86801;
  background-position: 98% center;
  color: #fff;
}
#tasmania .facebook-feed a {
  color: #c86801;
}
#tasmania .banner_overlay h1 {
  color: #fff;
}
#tasmania .intouch-left h2 {
  color: #e4e517;
}
#tasmania .blog-post a {
  color: #c86801;
}
#tasmania .button_general {
  color: #fff !important;
}
#tasmania .inner-contact-block h3,
#tasmania .inner-contact-block h2 {
  color: #dfe019;
}
#tasmania .phone-home-content h1 {
  color: #c86801;
}
#tasmania #contactTable strong,
#tasmania #contactTable h2 {
  color: #fff !important;
}
#tasmania .parent-title:hover {
  background: url(img/nav-arrow-current.png) no-repeat #c86801;
  background-position: 98% center;
}
.victoria .button_general {
  margin: 0 0 3px 0;
}
.page-id-5 .victoria .button_general:hover {
  background: #c86801;
}
/* End of Tasmania
-------------------------------------------------------------- */
/* Contact Forms
-------------------------------------------------------------- */
.gform_description {
  font-size: 13px;
  font-family: Verdana, Geneva, sans-serif;
}
#field_2_15,
#field_2_16 {
  width: 100%;
}
#field_3_24 {
  padding-top: 20px;
  padding-bottom: 40px;
}
.gform_button:hover {
  text-decoration: underline;
}
.gform_body legend {
  float: left;
  background: #13b3c8;
  width: 100px;
  text-align: center;
  font-size: 12px;
  margin: -19px 0 30px 24px;
  color: #fff;
}
.gform_body p {
  padding-top: 14px;
}
#fieldset_1,
#fieldset_2,
#fieldset_3,
#fieldset_4 {
  border: 1px solid #ede9e9;
  margin: 40px 0 40px 0;
}
#fieldset_2 {
  padding: 35px 0;
}
#fieldset_2 label {
  width: 183px;
  line-height: normal;
}
#fieldset_3 legend {
  width: 120px;
}
#fieldset_3 label {
  line-height: normal;
}
#fieldset_4 .gform_fields {
  padding: 15px 0;
}
.gf_left_half {
  float: left;
  clear: left !important;
}
.gf_right_half {
  float: right;
  clear: right !important;
  margin-right: 30px;
}
.gchoice_33_1 input {
  height: auto !important;
}
.gfield_radio li {
  float: left;
  margin-right: 30px !important;
}
.gfield_radio li input {
  margin-top: 0 !important;
}
.gfield_radio li label {
  height: 32px;
  line-height: 32px !important;
}
#field_8_24,
#field_9_24,
#field_10_24,
#field_11_24,
#field_12_24 {
  padding-top: 20px;
  padding-bottom: 40px;
}
.contact-us .gfield_label {
  height: 35px;
  line-height: 35px;
}
#field_8_32 .gfield_label,
#field_9_32 .gfield_label,
#field_10_32 .gfield_label,
#field_11_32 .gfield_label,
#field_12_32 .gfield_label {
  height: 35px;
  line-height: 35px;
}
/* End of Contact Forms
-------------------------------------------------------------- */
.gform_footer .button {
  float: none;
  margin-top: 0;
  padding: 0 30px 0 30px;
}
.facebook-feed {
  padding: 10px;
}
.state_select {
  float: left;
  padding-left: 65px;
}
#state_select {
  width: 154px;
  height: 28px;
  *height: 23px;
  border: 1px solid #a2a5a5;
  font-family: Verdana, Geneva, sans-serif !important;
  border-radius: 0;
  color: #555;
  font-size: 12px;
}
#state_select option {
  color: #555;
  font-family: Verdana, Geneva, sans-serif !important;
}
.ie option {
  font-family: Verdana, Geneva, sans-serif !important;
}
.parent-title-link {
  float: left;
  width: 100%;
}
.parent-title {
  color: #848484;
  font-size: 12px;
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif;
  padding: 14px 3px 14px 0;
  float: left;
  width: 100%;
  background: url(img/nav-arrow.png) no-repeat;
  background-position: 98% center;
}
.parent-title:hover {
  color: #ffffff;
  text-decoration: underline;
  background: url(img/nav-arrow.png) no-repeat #13b3c8;
  background-position: 98% center;
}
.article h2 {
  line-height: normal;
}
.events-left {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.ie9 .sub-menu,
.ie8 .sub-menu {
  margin-top: 2px;
}
.ie8 #pagebanner p,
.ie9 #pagebanner p,
.ie8 #pagebanner h1,
.ie9 #pagebanner h1,
.ie8 #pagebanner h2,
.ie9 #pagebanner h2,
.ie8 #pagebanner h3,
.ie9 #pagebanner h3 {
  background-image: url('img/trans-bk4.png');
  background-repeat: repeat;
  padding: 5px;
}
.alignright {
  float: right;
  padding: 0 0 10px 10px;
}
.ie .accessiblity_control input[type=submit] {
  width: 21px;
}
.ie .accecs-link {
  padding-left: 2px;
}
.landing-page .landing-title {
  margin-bottom: 20px;
}
.landing-page .landing-title h1 {
  text-align: center;
  padding: 30px 0 10px 0;
}
.landing-page .landing-title p {
  text-align: center;
  padding-bottom: 10px;
}
.landing-page .landing-title .landing-title-inner {
  width: 80%;
  float: left;
  margin-left: 10%;
  margin-right: 10%;
}
.landing-page .landing-title .landing-title-inner h1 {
  text-align: center;
  padding: 30px 0 10px 0;
}
.landing-page .landing-title .landing-title-inner p {
  text-align: center;
  padding-bottom: 10px;
}
.landing-page .gform_wrapper {
  margin: 0;
}
.landing-page .gform_wrapper h3 {
  font-size: 22px;
  color: #13b3c8;
  margin: 0 !important;
  line-height: 22px;
}
.landing-page .gform_wrapper h2,
.landing-page .gform_wrapper p,
.landing-page .gform_wrapper legend {
  display: none;
}
.landing-page .gform_wrapper fieldset {
  border: none !important;
  margin: 0 !important;
}
.landing-page .gform_wrapper #fieldset_2 {
  padding: 10px 0;
}
.landing-page .gform_wrapper #field_9_24,
.landing-page .gform_wrapper #field_12_24,
.landing-page .gform_wrapper #field_11_24,
.landing-page .gform_wrapper #field_10_24 {
  padding-bottom: 0px !important;
}
.landing-page .gform_wrapper #field_9_21,
.landing-page .gform_wrapper #field_12_21,
.landing-page .gform_wrapper #field_11_21,
.landing-page .gform_wrapper #field_10_21 {
  margin-top: 0 !important;
}
.landing-page .gform_wrapper select {
  width: 100% !important;
}
.landing-page .gform_wrapper .gf_right_half,
.landing-page .gform_wrapper .gf_left_half {
  float: left !important;
  width: 100% !important;
}
.landing-page .gform_wrapper .gform_fields li {
  padding-left: 0;
}
.landing-page .gform_wrapper .gform_fields li input {
  width: 95%;
  padding: 0 0 0 15px;
  border-radius: 0;
  height: 32px;
  margin-bottom: 10px;
}
.landing-page .gform_wrapper .gform_fields li textarea {
  width: 95%;
  padding: 10px 0 0 15px;
}
.landing-page .gform_wrapper .gform_footer {
  margin: 0 0 30px 0;
  padding: 0;
}
.landing-page .gform_wrapper .gform_footer #gform_submit_button_4 {
  padding: 11px 0;
  width: 30%;
  text-align: center;
  margin-left: 35%;
  margin-right: 35%;
  color: #fff;
  font-size: 12px;
  background: #3b505a;
  font-family: 'GothamHTFBold';
  margin-bottom: 20px;
}
.landing-page .inner-content-block {
  height: 172px !important;
}
.landing-page .inner-content-left,
.landing-page .inner-content-right {
  float: left;
  width: 48%;
}
.landing-page .inner-content-right {
  padding: 0 2% 2% 2%;
}
.landing-page .inner-content-right img {
  padding: 5px;
  border: 1px solid #a2a5a5;
}
.landing-page .landing-top-section {
  background: #f2f2f2;
  padding-top: 30px;
}
.landing-page .click-through {
  padding-left: 10px;
}
.landing-page .click-through .button_general {
  width: 100%;
  text-align: center;
  padding: 11px 0 11px 0;
  margin-bottom: 15px;
}
.landing-page .click-through .click-through-text {
  margin-bottom: 10px;
  color: #13b3c8;
}
.landing-page .click-through .click-through-text p {
  font-size: 14px;
}
.landing-page .click-through .wa .button_general {
  background: #266d81;
}
.landing-page .click-through .sa .button_general {
  background: #c2d31d;
}
.landing-page .click-through .qld .button_general {
  background: #3b505a;
}
.landing-page .click-through .nsw .button_general {
  background: #da3933;
}
.callTopHead {
  padding: 20px;
  float: right;
  position: relative;
}
.callTopHead p {
  font-size: 33px;
  color: #13b3c8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "GothamHTFBold";
}
.awards {
  clear: both;
  display: block;
  position: relative;
  margin-bottom: 40px;
  padding-top: 20px;
}
.awards .awardLogo {
  float: left;
  width: 14.666666666%;
  margin: 0 2% 30px 0;
  position: relative;
  height: 150px;
}
.awards .awardLogo img {
  text-align: center;
}
.awards .awardLogo img.landscape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.awards .awardLogo img.portrait {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.boxFooter {
  position: relative;
  overflow: auto;
}
.fbFooter {
  position: absolute;
  right: 0;
  bottom: 18%;
}
.enquireBox {
  background: #dfdf19;
  padding: 20px;
  text-transform: uppercase;
}
.enquireBox p {
  line-height: 22px;
  color: #3d525b;
  font-size: 22px;
  font-weight: bold;
}
.enquireBox a {
  background: #3d525b;
  text-align: center;
  color: #fff;
  width: 80%;
  margin: 20px auto 0;
  display: block;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
}
.changeBg {
  background: #fff;
}
.selectRegionForm {
  margin: 20px 0;
}
.selectRegionForm label {
  font-size: 13px;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0 10px 5px 0;
}
.selectRegionForm label span {
  color: red;
}
.selectRegionForm input[type=submit] {
  padding: 4px 0;
  height: 30px;
  width: 5%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  font-family: 'GothamHTFBold';
  background: #3b505a;
  border: none;
}
.selectRegionForm input[type=submit]:hover {
  text-decoration: underline;
}
.contactFormBG {
  clear: both;
  display: block;
  margin: 0px 0 17px;
  position: relative;
  width: 100%;
}
.contactFormBG .backgroundCon {
  background: #ececec;
  margin-bottom: 55px;
  padding: 25px;
  display: block;
}
.contactFormBG .backgroundCon h2 {
  color: #13b3c8;
  font-size: 22px;
}
.contactFormBG .backgroundCon strong {
  padding: 0px 0 8px;
  display: block;
}
.contactFormBG .backgroundCon p {
  font-size: 13px;
}
.contactFormBG .backgroundCon a {
  color: #333333;
}
.contactFormBG .backgroundCon .officeTag {
  margin-bottom: 26px;
}
.contactFormBG .backgroundCon .officeTag a {
  word-wrap: break-word;
}
.contactFormBG .backgroundCon .officeTag strong {
  padding: 0px;
}
.brochureForm {
  background: #dfdf19;
  margin-top: 20px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.brochureForm #field_28_1 .gfield_required,
.brochureForm #field_32_1 .gfield_required,
.brochureForm #field_31_1 .gfield_required,
.brochureForm #field_30_1 .gfield_required,
.brochureForm #field_34_1 .gfield_required,
.brochureForm #field_33_1 .gfield_required,
.brochureForm #field_29_1 .gfield_required {
  display: none;
}
.brochureForm p {
  color: #ffffff;
  font-weight: 700;
}
.brochureForm p strong {
  float: left;
  padding-right: 5px;
}
.brochureForm p a {
  float: left;
}
.brochureForm h3 {
  color: #3e525c !important;
  font-size: 20px;
  font-family: GothamHTFBold;
  line-height: 30px;
  text-transform: uppercase;
}
.brochureForm hr {
  margin: 15px;
  width: 100%;
}
.brochureForm a {
  color: #06b2c9;
  display: block;
  margin-bottom: 10px;
}
.brochureForm .inner-brochureForm {
  padding: 16px 20px 46px 20px;
  margin-bottom: 30px;
}
.brochureForm #gform_submit_button_28,
.brochureForm #gform_submit_button_32,
.brochureForm #gform_submit_button_31,
.brochureForm #gform_submit_button_30,
.brochureForm #gform_submit_button_34,
.brochureForm #gform_submit_button_33,
.brochureForm #gform_submit_button_29 {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 177px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  font-family: 'GothamHTFBold';
  background: #3e525c;
}
.brochureForm #gform_wrapper_28,
.brochureForm #gform_wrapper_32,
.brochureForm #gform_wrapper_31,
.brochureForm #gform_wrapper_30,
.brochureForm #gform_wrapper_34,
.brochureForm #gform_wrapper_33,
.brochureForm #gform_wrapper_29 {
  float: left;
}
.brochureForm #gform_fields_15 {
  float: left;
}
.brochureForm #gform_fields_15 li {
  width: 100%;
  color: #3e525c;
  font-family: GothamHTFMedium;
}
.brochureForm #gform_fields_15 li label {
  float: left;
  font-weight: 700;
  height: 23px !important;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 15px !important;
}
.brochureForm #gform_fields_15 li input {
  width: 100%;
  *width: 170px;
}
.brochureForm .validation_error {
  display: none;
}
/* Western Australia Disability Service Styles */
.brochureForm {
  background: #dfdf19;
  margin-top: 20px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.brochureForm #field_28_1 .gfield_required,
.brochureForm #field_32_1 .gfield_required,
.brochureForm #field_31_1 .gfield_required,
.brochureForm #field_30_1 .gfield_required,
.brochureForm #field_34_1 .gfield_required,
.brochureForm #field_33_1 .gfield_required,
.brochureForm #field_29_1 .gfield_required {
  display: none;
}
.brochureForm p {
  color: #ffffff;
  font-weight: 700;
}
.brochureForm p strong {
  float: left;
  padding-right: 5px;
}
.brochureForm p a {
  float: left;
}
.brochureForm h3 {
  color: #3e525c !important;
  font-size: 20px;
  font-family: GothamHTFBold;
  line-height: 30px;
  text-transform: uppercase;
}
.brochureForm hr {
  margin: 15px;
  width: 100%;
}
.brochureForm a {
  color: #06b2c9;
  display: block;
  margin-bottom: 10px;
}
.brochureForm .inner-brochureForm {
  padding: 16px 20px 46px 20px;
  margin-bottom: 30px;
}
.brochureForm #gform_submit_button_28,
.brochureForm #gform_submit_button_32,
.brochureForm #gform_submit_button_31,
.brochureForm #gform_submit_button_30,
.brochureForm #gform_submit_button_34,
.brochureForm #gform_submit_button_33,
.brochureForm #gform_submit_button_29 {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 177px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  font-family: 'GothamHTFBold';
  background: #3e525c;
}
.brochureForm #gform_wrapper_28,
.brochureForm #gform_wrapper_32,
.brochureForm #gform_wrapper_31,
.brochureForm #gform_wrapper_30,
.brochureForm #gform_wrapper_34,
.brochureForm #gform_wrapper_33,
.brochureForm #gform_wrapper_29 {
  float: left;
}
.brochureForm #gform_fields_28,
.brochureForm #gform_fields_32,
.brochureForm #gform_fields_31,
.brochureForm #gform_fields_30,
.brochureForm #gform_fields_34,
.brochureForm #gform_fields_33,
.brochureForm #gform_fields_29 {
  float: left;
}
.brochureForm #gform_fields_28 li,
.brochureForm #gform_fields_32 li,
.brochureForm #gform_fields_31 li,
.brochureForm #gform_fields_30 li,
.brochureForm #gform_fields_34 li,
.brochureForm #gform_fields_33 li,
.brochureForm #gform_fields_29 li {
  width: 100%;
  color: #3e525c;
  font-family: GothamHTFMedium;
}
.brochureForm #gform_fields_28 li label,
.brochureForm #gform_fields_32 li label,
.brochureForm #gform_fields_31 li label,
.brochureForm #gform_fields_30 li label,
.brochureForm #gform_fields_34 li label,
.brochureForm #gform_fields_33 li label,
.brochureForm #gform_fields_29 li label {
  float: left;
  font-weight: 700;
  height: 23px !important;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 15px !important;
}
.brochureForm #gform_fields_28 li input,
.brochureForm #gform_fields_32 li input,
.brochureForm #gform_fields_31 li input,
.brochureForm #gform_fields_30 li input,
.brochureForm #gform_fields_34 li input,
.brochureForm #gform_fields_33 li input,
.brochureForm #gform_fields_29 li input {
  width: 100%;
  *width: 170px;
}
.brochureForm .validation_error {
  display: none;
}
/* VACANCIES - Dev: Jordan Simpson*/
.single-vacancies .inner-content-row-2 {
  padding-top: 37px;
}
.single-vacancies .single-blog {
  margin-bottom: 30px;
}
.vacancies {
  float: left;
  width: 100%;
}
.vacancies header {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.vacancies header h1 {
  color: #13b3c8;
}
.vacancies__intro {
  padding: 10px 0;
}
.vacancies__block {
  float: left;
  width: 100%;
  border-top: 1px solid #ddd;
}
.vacancies__block--no-border {
  border-top: none;
}
.vacancies__block a {
  display: block;
  padding: 20px;
  float: left;
  width: 100%;
}
.vacancies__block a p {
  color: #333;
}
.vacancies__block a:hover {
  background: #EFFAFC;
  text-decoration: none;
}
.vacancies__block a:hover h2 {
  text-decoration: underline;
}
.vacancies__details {
  float: left;
  width: 100%;
  padding: 10px 0;
  color: #333;
  font-size: 14px;
}
.vacancies__documents {
  padding: 15px;
  background: #f1f1f1;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.vacancies__documents .gforms_confirmation_message {
  color: #fff;
  line-height: 1.4;
}
.vacancies__documents .gform_validation_error {
  display: block;
}
.vacancies__documents .gform_validation_error .validation_error {
  color: #fff;
  line-height: 1.4;
}
.vacancies__documents-btns {
  float: left;
  width: 100%;
}
.vacancies__documents-btn {
  display: inline-block;
  float: left;
  clear: left;
  background: #3e535e;
  color: #fff !important;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all ease .25s;
  -moz-transition: all ease .25s;
  transition: all ease .25s;
}
.vacancies__documents-btn span {
  display: none;
  background: #bbb;
  color: #3e535e;
  padding: 10px;
  position: absolute;
  top: 0;
  left: -30px;
}
.vacancies__documents-btn--can-close {
  padding-left: 40px !important;
}
.vacancies__documents-btn--can-close span {
  display: block;
  left: 0;
}
.vacancies__documents-btn:hover {
  text-decoration: underline;
  color: #fff !important;
}
.vacancies__documents-btn:focus {
  outline: none;
}
.vacancies__application-form_wrapper {
  float: left;
  width: 100%;
  margin: 0 !important;
  display: none;
}
.vacancies__further-information {
  float: left;
  width: 100%;
  clear: left;
  display: block;
}
.vacancies__benefits {
  float: left;
  width: 50%;
}
.vacancies__close-date {
  float: right;
  width: 50%;
  text-align: right;
  font-weight: bold;
}
.vacancies__count {
  float: left;
  width: 100%;
  text-align: center;
  color: #999;
  padding: 10px 0;
}
.vacancies__pagination {
  float: left;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 20px;
}
.vacancies__pagination .page-numbers {
  color: #999;
  margin: 0 5px;
}
.vacancies__pagination .current {
  color: #555;
  font-weight: bold;
}
.vacancies__pagination-link {
  padding: 10px;
  background: #f6f6f6;
  color: #333;
}
.vacancies__pagination-link--previous {
  float: left;
}
.vacancies__pagination-link--next {
  float: right;
}
.vacancies__sidebar-box {
  float: left;
  width: 100%;
  border: 10px solid #f1f1f1;
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}
.vacancies__sidebar-box h3 {
  color: #13b3c8;
}
.vacancies__sidebar-box p {
  margin-bottom: 15px;
}
.vacancies__sidebar-box form label,
.vacancies-search-again form label {
  font-size: 13px;
  font-weight: bold;
}
.vacancies__sidebar-box form input,
.vacancies-search-again form input {
  width: 100%;
}
.vacancies__sidebar-box form input[type=text],
.vacancies-search-again form input[type=text] {
  border-radius: 0;
  border: 1px solid #d2d3d3;
  height: 32px;
  padding: 5px 2px;
}
.vacancies__sidebar-box form input[type=submit],
.vacancies-search-again form input[type=submit] {
  color: #fff;
  border: none !important;
  background: #3d525c;
  font-family: 'Swiss 721 W01 Medium', Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 0 30px 0 30px;
  height: 34px;
  text-transform: uppercase;
}
.vacancies-search-again {
  width: 60%;
}
.vacancies__why-work,
.vacancies__new-zealand-link {
  color: #fff;
  background: #3e535e;
}
.vacancies__why-work a,
.vacancies__new-zealand-link a {
  color: #fff;
  text-decoration: underline;
}
.vacancies__why-work a:hover,
.vacancies__new-zealand-link a:hover {
  color: #13b3c8;
}
.vacancies__why-work h3 {
  color: #fff !important;
}
.vacancies__why-work ul {
  list-style: none;
}
.vacancies__why-work ul li {
  margin-bottom: 5px;
}
.vacancies__small-print {
  font-size: 12px;
  margin-top: 10px;
  float: left;
  line-height: 1.25;
  color: #666;
}
.vacancies__home-block {
  background-color: #3b505a;
  color: #fff;
  padding: 20px;
  margin: 20px 0;
  float: left;
  width: 100%;
}
.vacancies__home-block h2 {
  color: #e4e517;
  font-size: 24px;
}
.vacancies__home-link {
  text-align: center;
  float: left;
  display: block;
  background-color: #fff;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #3b505a;
  font-size: 12px;
  width: 100%;
}
.vacancies__home-block li a {
  color: #fff;
  margin-bottom: 15px;
}
.vacancies__application-form {
  float: left;
  width: 100%;
  display: block;
  padding: 30px;
  background: #00acc6;
  margin: 10px 0 20px;
}
.vacancies__application-form .gform_body,
.vacancies__application-form .gform_fields {
  float: left;
  width: 100%;
  display: block;
}
.vacancies__application-form .gfield {
  float: left;
  width: 100%;
}
.vacancies__application-form .gfield .gfield_label {
  color: #fff;
}
.vacancies__application-form .gfield .gfield_label span {
  color: #fff;
}
.vacancies__application-form .gfield .ginput_container {
  float: left;
  width: 100%;
  clear: both;
}
.vacancies__application-form .gfield .ginput_container input[type=text] {
  float: left;
  width: 100%;
  height: auto;
  padding: 5px;
  border-radius: 0;
}
.vacancies__application-form .gform_footer .gform_button {
  width: auto !important;
  height: auto;
  padding: 10px;
}
.vacancies__application-form .validation_error {
  color: #fff !important;
  line-height: 1.4;
  margin-bottom: 10px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.vacancies__application-form .gform_ajax_spinner {
  display: none;
}
.vacancies__application-form-description {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  color: #fff;
}
.vacancies__documents .gform_confirmation_message_29 {
  float: left;
  width: 100%;
  padding: 30px;
  background: #00acc6;
  color: #fff;
  margin-top: -46px;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.4;
}
/*END OF VACANCIES*/
/* THINKING OF FOSTERING - Dev: Paul Cottrel */
.thinking-of-fostering h2 {
  margin-bottom: 10px;
}
.thinking-of-fostering span.get-in-touch,
.right-col-form span.get-in-touch {
  font-weight: 700;
  color: #fff;
  position: relative;
  top: 50px;
  left: 10px;
  font-size: 22px;
}
.thinking-of-fostering #gform_28,
.thinking-of-fostering #gform_30,
.right-col-form form,
.thinking-of-fostering #gform_31 {
  background-color: #00acc6;
  padding-top: 50px;
}
.thinking-of-fostering #gform_28 .gform_body,
.thinking-of-fostering #gform_30 .gform_body,
.right-col-form .gform_body,
.thinking-of-fostering #gform_31 .gform_body {
  padding: 10px;
}
.thinking-of-fostering #gform_28 .gform_body label,
.thinking-of-fostering #gform_30 .gform_body label,
.right-col-form .gform_body label,
.thinking-of-fostering #gform_31 .gform_body label {
  color: #fff;
  font-weight: 300 !important;
}
.thinking-of-fostering #gform_28 .gform_body .gfield_required,
.thinking-of-fostering #gform_30 .gform_body .gfield_required,
.right-col-form .gform_body .gfield_required,
.thinking-of-fostering #gform_31 .gform_body .gfield_required {
  color: #fff;
  font-weight: 300;
}
.thinking-of-fostering .landing-page .gform_wrapper select,
.right-col-form .gform_wrapper select {
  width: 95%!important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.thinking-of-fostering .landing-page .gform_wrapper .gform_footer,
.right-col-form .gform_wrapper .gform_footer {
  padding-bottom: 10px;
}
.thinking-of-fostering .landing-page .gform_wrapper .gform_title,
.right-col-form .gform_wrapper .gform_title {
  display: none;
}
.thinking-of-fostering .landing-page .gform_wrapper input[type="submit"],
.right-col-form .gform_wrapper input[type="submit"] {
  width: 90%;
  margin-bottom: 10px;
  background: #eae200;
  color: #000237;
  position: relative;
  right: 2%;
}
.thinking-of-fostering #gform_28 input[type=radio],
.thinking-of-fostering #gform_30 input[type=radio],
.right-col-form input[type=radio],
.thinking-of-fostering #gform_31 input[type=radio] {
  margin-top: 1em !important;
}
#gform_28 #field_28_5 li label,
#gform_30 #field_30_5 li label,
#gform_31 #field_31_5 li label {
  line-height: 55px !important;
}
.thinking-of-fostering #gform_28 .validation_error,
.thinking-of-fostering #gform_30 .validation_error,
.right-col-form .validation_error,
.thinking-of-fostering #gform_31 .validation_error {
  color: #fff;
  text-align: center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.body-thinking-of-fostering li.gfield_error label,
.body-thinking-of-fostering li.gfield_error span.gfield_required {
  color: #000 !important;
}
.thinking-of-fostering .boxFooter {
  min-height: 260px;
  background-color: #fff !important;
  margin: 0 -10px 0 10px;
  padding: 0px 40px 0px 40px !important;
  margin: 0px !important;
}
.thinking-of-fostering .inner-content-row2 {
  margin: 0px;
}
.thinking-of-fostering .inner-content-row2 .span4 {
  position: relative;
  top: -20px;
}
.thinking-of-fostering .inner-content-text {
  padding: 0 10px 0 15px;
}
.thinking-of-fostering .accordion .red {
  margin-left: 1.2%!important;
}
.thinking-of-fostering .accordion-group {
  background: #e63946;
}
.thinking-of-fostering .accordion-group h3 {
  color: #fff;
}
.thinking-of-fostering .accordion-group h3 span {
  float: right;
  font-size: 24px;
}
.thinking-of-fostering .accordion-group a {
  color: #fff;
}
.thinking-of-fostering .accordion-group a:hover {
  color: #fff;
}
.thinking-of-fostering .accordion-group .accordion-heading .accordion-toggle a:hover h3 {
  color: #fff!important;
}
.thinking-of-fostering .accordion-group .accordion-inner {
  background: #fcebec;
  padding: 30px;
}
.thinking-of-fostering .accordion-group .accordion-inner p {
  margin: 5px 0;
}
.thinking-of-fostering .accordion-group .accordion-inner a {
  color: #000;
}
.thinking-of-fostering .accordion-group .accordion-inner ul,
.thinking-of-fostering .accordion-group .accordion-inner ol {
  margin-left: 20px;
}
.thinking-of-fostering .accordion-group .accordion-inner strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
.thinking-of-fostering .fb_iframe_widget {
  display: inline-block;
  position: relative;
}
.header-thinking-of-fostering .callTopHead {
  float: right;
  position: relative;
  top: 70px;
}
#top-yellow-bar {
  height: 6px;
  background: #eae200;
}
.page-template-template-lp-cpw-php .state_select {
  display: none;
}
/* END OF THINKING OF FOSTERING */
.contact-us-new {
  margin-top: 40px;
  float: left;
  width: 100%;
  padding-bottom: 35px;
}
.contact-us-new fieldset {
  border: none !important;
}
.contact-us-new .gform_footer .gform_button {
  margin: 0 !important;
  position: relative;
  left: 163px;
}
.contact-us-new label {
  font-weight: normal !important;
}
.contact-us-new h3 {
  font-size: 24px;
  color: #13b3c8;
}
.contact-us-new .ginput_container {
  float: left;
  width: 70%;
}
.contact-us-new .ginput_container input {
  width: 100% !important;
  border-radius: 0;
  border: 1px solid #d2d3d3;
  height: 32px;
}
.contact-us-new .ginput_container input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent !important;
}
.contact-us-new .ginput_container input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent !important;
}
.contact-us-new .ginput_container input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent!important;
}
.contact-us-new .ginput_container input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent !important;
}
.contact-us-new .ginput_container textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent !important;
}
.contact-us-new .ginput_container textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent !important;
}
.contact-us-new .ginput_container textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent!important;
}
.contact-us-new .ginput_container textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent !important;
}
.contact-us-new .ginput_container select {
  border-radius: 0;
  border: 1px solid #d2d3d3;
  height: 32px;
}
.contact-us-new .ginput_container select option {
  font-size: 12px !important;
  font-style: italic !important;
  color: #464646 !important;
}
.contact-us-new .ginput_container input[type=checkbox],
.contact-us-new .ginput_container input[type=radio] {
  border: none;
}
.contact-us-new #field_1_4 label {
  float: none;
}
.contact-us-new select {
  width: 100% !important;
}
.contact-us-new #field_1_4 .ginput_container {
  float: none !important;
  width: 200px !important;
}
.contact-us-new .gfield_label {
  float: left;
  width: 160px;
  display: block !important;
}
.contact-us-new .validation_error {
  display: none;
}
.landingNew {
  background: #f7f7f7 !important;
}
.formLandContainer {
  background: #fff;
}
.formLandContainer .gform_heading {
  background: #3b5059;
  padding-left: 5% !important;
  width: 97% !important;
  height: 50px;
}
.formLandContainer .gform_heading h3 {
  color: #fff !important;
  line-height: 50px;
  font-size: 22px !important;
}
.formLandContainer .gform_body,
.formLandContainer .gform_footer {
  padding: 0 25px 25px !important;
}
.TestimonialBlock {
  background: #dfdf19;
  padding: 25px;
}
.TestimonialBlock p {
  color: #3b5059;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 20px;
}
.ie7 .gform_wrapper .top_label li.gf_left_half.gfield {
  float: none !important;
}
.ie7 .TestimonialBlock {
  margin-top: 25px;
}
.ie7 .contact-us-new input[type=text],
.ie7 .contact-us-new input[type=email] {
  line-height: 30px !important;
}
.ie7 .contact-us-new select {
  height: auto;
  font-size: 13px;
}
.ie7 .callTopHead p {
  line-height: normal;
}
.ie7 .brochureRequest,
.ie7 .brochureForm,
.ie7 .gform_Wrapper {
  float: none !important;
}
.ie7 .awards {
  clear: both;
  display: block;
  position: static !important;
}
.ie7 .awards .awardLogo {
  display: block;
  position: static !important;
}
.ie7 .awards img.landscape {
  position: static !important;
  display: block;
}
.ie7 .vacancies__documents-btn--application-form {
  display: none!important;
}
.ie7 .vacancies__application-form_wrapper {
  display: block !important;
}
.ie7 .vacanchies__documents,
.ie7 .vacancies__application-form,
.ie7 .vacancies__application-form .gfield,
.ie7 .vacancies__application-form .gfield .ginput_container,
.ie7 .vacancies__application-form .gfield .ginput_container input[type=text],
.ie7 .vacancies__application-form .gform_footer,
.ie7 .vacancies__application-form .validation_error,
.ie7 .vacancies__application-form-description,
.ie7 .vacancies__documents .gform_confirmation_message_29,
.ie7 .vacancies__further-information {
  float: left;
  width: 100%;
  display: block;
  clear: both;
}
.ie7 .vacancies__documents .gform_confirmation_message_29 {
  margin-top: 0;
}
/* Landing 2015 page styles */
.page-template-template-2015-landingpage-geo-php {
  background: #f7f7f7;
}
.page-template-template-2015-landingpage-geo-php h1,
.page-template-template-2015-landingpage-geo-php h2,
.page-template-template-2015-landingpage-geo-php h3,
.page-template-template-2015-landingpage-geo-php h4,
.page-template-template-2015-landingpage-geo-php h5,
.page-template-template-2015-landingpage-geo-php h6 {
  font-family: 'GothamHTFBold', Helvetica, Arial, sans-serif;
  line-height: normal;
}
.page-template-template-2015-landingpage-geo-php #header-bk {
  background: #3b5059;
}
.page-template-template-2015-landingpage-geo-php #header-bk .logo {
  padding-left: 30px;
}
.page-template-template-2015-landingpage-geo-php p {
  padding-bottom: 15px;
}
.page-template-template-2015-landingpage-geo-php .banner-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 353px;
  margin-bottom: 50px;
  position: relative;
}
.page-template-template-2015-landingpage-geo-php .banner-image .banner-content {
  position: absolute;
  bottom: 40px;
  padding-left: 30px;
  width: 40%;
}
.page-template-template-2015-landingpage-geo-php .banner-image .banner-content h1,
.page-template-template-2015-landingpage-geo-php .banner-image .banner-content h2,
.page-template-template-2015-landingpage-geo-php .banner-image .banner-content h3,
.page-template-template-2015-landingpage-geo-php .banner-image .banner-content h4,
.page-template-template-2015-landingpage-geo-php .banner-image .banner-content h5,
.page-template-template-2015-landingpage-geo-php .banner-image .banner-content h6 {
  font-size: 56px;
  color: #fff;
  line-height: 60px;
  font-family: 'GothamHTFBold', Helvetica, Arial, sans-serif;
}
.page-template-template-2015-landingpage-geo-php .banner-image .banner-content p {
  font-size: 22px;
  line-height: normal;
  color: #fff;
  font-weight: bold;
  padding-bottom: 20px;
}
.page-template-template-2015-landingpage-geo-php .footerRight {
  float: right;
  margin-top: 35px;
}
.page-template-template-2015-landingpage-geo-php .footerRight .siteCopy {
  text-align: right;
  font-size: 14px;
  color: #d2d4d4;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-template-template-2015-landingpage-geo-php .footerRight .terms {
  font-size: 14px;
  color: #b9baba;
  font-weight: bold;
}
.page-template-template-2015-landingpage-geo-php .footerRight .terms a {
  color: #b9baba;
}
.page-template-template-2015-landingpage-geo-php .quoteYellow {
  background: #e4e516;
  padding: 30px;
  position: relative;
  margin-bottom: 40px;
}
.page-template-template-2015-landingpage-geo-php .quoteYellow p {
  font-size: 22px;
  color: #3b5059;
  line-height: 30px;
}
.page-template-template-2015-landingpage-geo-php .quoteYellow .arrowDown {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #e4e516;
  position: absolute;
  bottom: -15px;
}
.page-template-template-2015-landingpage-geo-php .content {
  background: #fff;
  padding-bottom: 20px;
}
.page-template-template-2015-landingpage-geo-php .content h1,
.page-template-template-2015-landingpage-geo-php .content h2,
.page-template-template-2015-landingpage-geo-php .content h3,
.page-template-template-2015-landingpage-geo-php .content h4,
.page-template-template-2015-landingpage-geo-php .content h5,
.page-template-template-2015-landingpage-geo-php .content h6 {
  margin-bottom: 20px;
  color: #3c5059;
}
.page-template-template-2015-landingpage-geo-php .content p {
  font-size: 14px;
  color: #3b5059;
  padding: 0 0 15px;
  line-height: 22px;
}
.page-template-template-2015-landingpage-geo-php .page-content {
  padding: 0 30px 20px 30px;
}
.page-template-template-2015-landingpage-geo-php .titlePage {
  height: 100px;
  background: #3b5059;
  padding-left: 30px;
  margin-bottom: 30px;
}
.page-template-template-2015-landingpage-geo-php .titlePage h1,
.page-template-template-2015-landingpage-geo-php .titlePage h2,
.page-template-template-2015-landingpage-geo-php .titlePage h3,
.page-template-template-2015-landingpage-geo-php .titlePage h4,
.page-template-template-2015-landingpage-geo-php .titlePage h5,
.page-template-template-2015-landingpage-geo-php .titlePage h6 {
  font-size: 28px;
  font-weight: bold;
  line-height: 100px;
  color: #e4e516;
}
.page-template-template-2015-landingpage-geo-php .bottom-content {
  margin-top: 40px;
  background: #fff;
}
.page-template-template-2015-landingpage-geo-php .bottom-content .page-content h1,
.page-template-template-2015-landingpage-geo-php .bottom-content .page-content h2,
.page-template-template-2015-landingpage-geo-php .bottom-content .page-content h3,
.page-template-template-2015-landingpage-geo-php .bottom-content .page-content h4,
.page-template-template-2015-landingpage-geo-php .bottom-content .page-content h5,
.page-template-template-2015-landingpage-geo-php .bottom-content .page-content h6 {
  line-height: normal;
  color: #3c5059;
  margin-bottom: 20px;
}
.page-template-template-2015-landingpage-geo-php .bottom-content .page-content strong {
  font-size: 20px;
  color: #3b5059;
  line-height: 25px;
}
.page-template-template-2015-landingpage-geo-php .bottom-content .page-content ul,
.page-template-template-2015-landingpage-geo-php .bottom-content .page-content ol {
  margin: 0 0 0 20px;
}
.page-template-template-2015-landingpage-geo-php .bottom-content .page-content p,
.page-template-template-2015-landingpage-geo-php .bottom-content .page-content li {
  font-size: 14px;
  color: #3b5059;
  padding: 0 0 15px;
  line-height: 22px;
}
.page-template-template-2015-landingpage-geo-php .arrowBlock {
  height: 96px;
  width: 100%;
  line-height: 95px;
  background: #13b3c8;
  color: #e4e516;
  position: relative;
  margin: 75px 0 45px;
}
.page-template-template-2015-landingpage-geo-php .arrowBlock p {
  font-weight: bold;
  font-size: 28px;
  color: #e4e516;
  line-height: 96px;
  padding-left: 30px;
  float: left;
}
.page-template-template-2015-landingpage-geo-php .arrowBlock a {
  display: block;
  background: #e4e516;
  color: #3b5059;
  padding: 5px;
  height: 50px;
  font-weight: bold;
  line-height: 50px;
  float: right;
  margin-top: 18px;
  font-size: 28px;
  text-align: center;
  width: 230px;
  margin-right: 180px;
  -webkit-transition: background 500ms ease-out;
  -moz-transition: background 500ms ease-out;
  -o-transition: background 500ms ease-out;
  transition: background 500ms ease-out;
}
.page-template-template-2015-landingpage-geo-php .arrowBlock a:hover {
  background: #3b5059;
  color: #e4e516;
  text-decoration: none;
}
.page-template-template-2015-landingpage-geo-php .arrowBlock .arrow-right {
  width: 0;
  height: 0;
  border-top: 48px solid transparent;
  border-bottom: 48px solid transparent;
  border-left: 48px solid #13b3c8;
  position: absolute;
  right: 0;
  top: 0;
  background: #f7f7f7;
}
.page-template-template-2015-landingpage-geo-php .formSection {
  background: #3b5059;
  padding: 0 4%;
}
.page-template-template-2015-landingpage-geo-php .formSection .formTitle p {
  font-weight: bold;
  font-size: 28px;
  color: #e4e516;
  padding: 25px 0 15px;
  line-height: 30px;
}
.page-template-template-2015-landingpage-geo-php .formSection .gfield_label {
  color: #e4e516;
}
.page-template-template-2015-landingpage-geo-php .formSection .gfield_radio label {
  line-height: 0;
  color: #fff;
  margin-top: -10px;
}
.page-template-template-2015-landingpage-geo-php .formSection .gform_footer input[type="submit"] {
  background: #e4e516;
  color: #3b5059;
  margin-bottom: 20px;
}
.page-template-template-2015-landingpage-geo-php .formSection input[type="text"],
.page-template-template-2015-landingpage-geo-php .formSection textarea {
  width: 98% !important;
  border-radius: 0 !important;
  padding: 0 0.5% !important;
}
.page-template-template-2015-landingpage-geo-php .formSection #field_16_3 label {
  display: none;
}
.page-template-template-2015-landingpage-geo-php .formSection select {
  width: 100% !important;
  border-radius: 0 !important;
  margin-left: 0 !important;
}
.page-template-template-2015-landingpage-geo-php .formSection input[type="text"],
.page-template-template-2015-landingpage-geo-php .formSection select {
  height: 50px;
  line-height: 50px;
}
.page-template-template-2015-landingpage-geo-php .formSection #gform_wrapper_16 {
  margin: 10px auto !important;
}
.right-col-form .gform_fields li {
  padding-left: 0;
}
.right-col-form .gform_fields li input {
  width: 95% !important;
  padding: 0 0 0 15px;
  border-radius: 0;
  height: 32px;
  margin-bottom: 10px;
}
.right-col-form .gform_fields li textarea {
  width: 95%;
  padding: 10px 0 0 15px;
}
.right-col-form .gform_wrapper .gform_footer {
  padding: 0 0 10px 0 !important;
  margin: 0 !important;
}
@media (max-width: 1024px) {
  .fb_iframe_widget iframe {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  /* Landing 2015 page styles */
  .page-template-template-2015-landingpage-geo-php .container {
    width: 92% !important;
    padding: 0 4%;
  }
  .page-template-template-2015-landingpage-geo-php .banner-content {
    width: 100%;
  }
  .page-template-template-2015-landingpage-geo-php .banner-content h1,
  .page-template-template-2015-landingpage-geo-php .banner-content h2,
  .page-template-template-2015-landingpage-geo-php .banner-content h3,
  .page-template-template-2015-landingpage-geo-php .banner-content h4,
  .page-template-template-2015-landingpage-geo-php .banner-content h5,
  .page-template-template-2015-landingpage-geo-php .banner-content h6 {
    font-size: 25px !important;
    line-height: 28px !important;
  }
  .page-template-template-2015-landingpage-geo-php .banner-content p {
    font-size: 16px !important;
  }
  .page-template-template-2015-landingpage-geo-php .arrowBlock a {
    width: 150px !important;
    margin-right: 50px !important;
  }
  /* end of 2015 landing page styles */
}
/*
 Box Sizing Override
 */
.box-sized {
  box-sizing: border-box !important;
}
@media (max-width: 768px) {
  #facebook {
    display: none !important;
  }
  /* Landing 2015 page styles */
  .page-template-template-2015-landingpage-geo-php {
    padding: 0 2%;
  }
  .page-template-template-2015-landingpage-geo-php .banner-content {
    width: 100%;
    padding: 0 5%;
  }
  .page-template-template-2015-landingpage-geo-php .banner-content h1,
  .page-template-template-2015-landingpage-geo-php .banner-content h2,
  .page-template-template-2015-landingpage-geo-php .banner-content h3,
  .page-template-template-2015-landingpage-geo-php .banner-content h4,
  .page-template-template-2015-landingpage-geo-php .banner-content h5,
  .page-template-template-2015-landingpage-geo-php .banner-content h6 {
    font-size: 25px !important;
    line-height: 28px !important;
  }
  .page-template-template-2015-landingpage-geo-php .banner-content p {
    font-size: 16px !important;
  }
  .page-template-template-2015-landingpage-geo-php .formTitle p {
    font-size: 16px;
  }
  .page-template-template-2015-landingpage-geo-php .titlePage {
    font-size: 16px;
    line-height: normal !important;
    height: auto;
    padding: 10px 30px;
  }
  .page-template-template-2015-landingpage-geo-php .titlePage h1,
  .page-template-template-2015-landingpage-geo-php .titlePage h2,
  .page-template-template-2015-landingpage-geo-php .titlePage h3,
  .page-template-template-2015-landingpage-geo-php .titlePage h4,
  .page-template-template-2015-landingpage-geo-php .titlePage h5,
  .page-template-template-2015-landingpage-geo-php .titlePage h6 {
    font-size: 25px !important;
    line-height: normal !important;
    margin: 0;
  }
  .page-template-template-2015-landingpage-geo-php .arrowBlock {
    padding: 0 2%;
    width: 96%;
  }
  .page-template-template-2015-landingpage-geo-php .arrowBlock a {
    width: 100px;
    margin-right: 2%;
  }
  .page-template-template-2015-landingpage-geo-php .arrowBlock p {
    font-size: 18px;
    line-height: 20px;
    position: relative;
    padding-bottom: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .page-template-template-2015-landingpage-geo-php .arrowBlock .arrow-right {
    display: none;
  }
  /* end of 2015 landing page styles */
}
@media (max-width: 640px) {
  .banner-content {
    width: 100%;
  }
  .banner-content h1,
  .banner-content h2,
  .banner-content h3,
  .banner-content h4,
  .banner-content h5,
  .banner-content h6 {
    font-size: 25px !important;
    line-height: 28px !important;
  }
  .banner-content p {
    font-size: 16px !important;
  }
  .span8 {
    width: 100% !important;
  }
  .span4 {
    width: 100% !important;
  }
  .vacancies__benefits,
  .vacancies__close-date {
    float: left;
    width: 100% !important;
    text-align: left;
    margin-bottom: 10px;
  }
  .vacancies__documents {
    margin-bottom: 20px;
  }
}
.ie7 #outside-footer,
.ie8 #outside-footer {
  height: 45px;
  float: left;
  width: 100%;
  position: relative;
}
.contactBoxes .tablet-span6 {
  width: 32%;
}
.contactBoxes .desktop-span-first {
  margin-left: 0;
}
/* Western Australia Field form styles - Dev: Andy Bates */
#gform_wrapper_9 .gfield label {
  font-weight: bold !important;
}
#victoriaForm {
  clear: both;
  border: 1px solid #ede9e9;
  padding: 30px 0 0 3%;
}
#victoriaForm h3 {
  font-size: 22px;
}
#victoriaForm *,
#victoriaForm *:before,
#victoriaForm *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#victoriaForm form input[type=text],
#victoriaForm form input[type=email] {
  width: 100% !important;
  border-radius: 0;
  border: 1px solid #d2d3d3;
  height: 32px;
}
.page-id-5801 .outter-contactMobile {
  float: none;
}
.ie7 #victoriaForm li,
.ie8 #victoriaForm li {
  float: none;
  clear: both;
  width: 96%;
}
.inner-brochureForm ul.gfield_radio li {
  width: 100% !important;
  float: none !important;
}
.inner-brochureForm ul.gfield_radio li label {
  margin-top: -10px;
}
.inner-brochureForm input {
  width: 100% !important;
}
.inner-brochureForm input[type=text] {
  padding: 10px 5px !important;
  width: 100% !important;
  border-radius: 0 !important;
  border: 1px solid #d2d3d3 !important;
  height: 32px !important;
}
.ie7 .inner-brochureForm ul.gfield_radio li {
  width: 100% !important;
  float: none !important;
}
.ie7 .inner-brochureForm ul.gfield_radio li label {
  margin-top: -10px;
}
.ie7 .inner-brochureForm input {
  width: 100% !important;
}
.ie7 .inner-brochureForm input[type=text] {
  padding: 0 5px !important;
  width: 100% !important;
  border-radius: 0 !important;
  border: 1px solid #d2d3d3 !important;
  height: 32px !important;
}
.download-now-button {
  display: block;
  float: left;
  width: 100%;
  background-color: #3d525c;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  color: #fff !important;
  margin-top: 10px;
}
.download-now-button:hover {
  background-color: #06b2c9;
}
.lp-form-mobile__wrapper {
  background-color: #00acc6;
  padding: 20px 5%;
  color: white;
}
.lp-form-mobile__wrapper h3 {
  font-size: 24px;
}
.lp-form-mobile__wrapper form {
  margin: 20px 0;
  padding: 0 !important;
}
/* Awards Logos Styles
-------------------------------------------------------------- */
.allLogosWrapper {
  background: #fff;
  margin: 40px 0 0 0;
}
.allLogos {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  padding: 0 40px;
  margin: 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.allLogos *,
.allLogos *:before,
.allLogos *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.allLogos .logos .item {
  height: 200px;
  text-align: center;
  /* Align center inline elements */
  font: 0/0 a;
  /* Hide the characters like spaces */
}
.allLogos .logos .item .centerer {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.allLogos .logos .item img {
  margin: 0 auto;
  width: auto;
  vertical-align: middle;
  display: inline-block;
}
.allLogos .customBtn {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 100;
}
.allLogos .customBtn:hover {
  cursor: pointer;
}
.allLogos .customNextBtn {
  right: 0px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 25px solid #3b505a;
}
.allLogos .customPrevBtn {
  left: 0px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 25px solid #3b505a;
}
/* Site specific rules */
/* End of Awards Logos Styles
-------------------------------------------------------------- */
/* Owl Carousel Styles
-------------------------------------------------------------- */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
