/* CSS RESET
--------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* VARIABLES
--------------------------------------------- */
/* BASE STYLES
--------------------------------------------- */

b {
  font-weight: bold;
}

.clear {
  clear: both; }

strong {
  font-weight:bold; }

em {
  font-style: italic; }

a {
  color: inherit;
  text-decoration: none; }

p {
  line-height: 1.38em;
  text-align: left;
 }

h2, h3, h4 {
  font-family: "AeronMedium", "Rockwell", Georgia, serif;
  color: #5f92a8;
  line-height: 1.25em;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-family: "AeronBook", "Rockwell", Georgia, serif;
  font-size: 29px;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #5f92a8;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h2 {
  font-size: 23px; }

h3 {
  font-size: 23px;
  border-top: 3px solid #DFE9EE;
  padding-top: 20px;
}

h4 {
  font-size: 15px; }

label {
  font-family: "AeronMedium", "Rockwell", Georgia, serif; }

.orangeButton {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: "AeronBold", Georgia, serif;
  background-image: url(../../images/orangeButton.png);
  width: 116px;
  height: 27px;
  display: block;
  text-align: center;
  padding-top: 12px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .orangeButton:hover {
    opacity: 0.75;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); }

body {
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, sans-serif;
  background-color: #fff;
  color: #2f4755;
  font-size: 13px; }
p {
  margin-bottom: 12px;
}

#container {
  max-width: 1066px;
  overflow: hidden;
  margin: 0 auto;
}

#insideContainer {
  max-width: 1020px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden; }

/* HEADER
--------------------------------------------- */
#header {
  position: relative;
  height: 230px;
  background: white url(../../images/header.jpg) center top no-repeat;
  text-align: left; }

#insideHeader {
  position: relative;
  height: 140px;
  background: white url(../../images/header-top.png) top center no-repeat;
  text-align: left; }

.logo {
  position: relative;
  top: 30px;
  left: 66px; }

  .home .logo {
  position: relative;
  top: 30px;
  left: 89px; }

#nav {
  width: 100%;
  height: 65px;
  background: url(../../images/nav.png) no-repeat;
  text-align: center; }
  #nav li {
    display: inline-block;
    font-family: "AeronBook", "Rockwell", Georgia, serif;
    color: #fff;
    font-size: 15px;
    margin: 24px 8px 0px;
    -webkit-font-smoothing: antialiased; }
    #nav li:hover {
      border-bottom: 1px solid white; }


#homeNav {
  width: 100%;
  margin-top: 65px;
  text-align: center; }
  #homeNav li {
    display: inline-block;
    font-family: "AeronBook", "Rockwell", Georgia, serif;
    color: #fff;
    font-size: 15px;
    margin: 24px 15px 0px;
    -webkit-font-smoothing: antialiased; }
    #homeNav li:hover {
      border-bottom: 1px solid white; }


/* MAIN CONTENT
--------------------------------------------- */
.insideFeature {
  height: 240px;
  max-width: 1020px;
  display: block;
  margin: 0px auto 30px; }

#insideMainContent {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.5em; }
  #insideMainContent h2 {
    font-family: "AeronBook", "Rockwell", Georgia, serif; }

.sidebar {
  width: 210px;
  padding-right: 30px;
  border-right: 2px solid #d9dee1;
  margin-right: 30px;
  float: left; }
  .sidebar .sidebarBupa {
    float: left;
    margin-top: 20px;
    width: 80px; }
  .sidebar .sidebarMedibank {
    display: inline;
    margin-top: 20px;
    width: 119px;
    margin-left: 10px; }

h3 {
  font-size: 18px;
  color: #5f92a8;
  margin-bottom: 5px;
  font-family: "AeronMedium", "Rockwell", Georgia, serif; }

.quickLinks,
.quickLinks-nav {
  font-family: "AeronBook", "Rockwell", Georgia, serif;
  list-style-type: none;
  margin: 8px 0px 25px;
}
.quickLinks li,
.quickLinks-nav li {
    font-size: 14px;
    color: #5f92a8;
    background-color: #dfe9ee;
    margin-bottom: 5px;
    border-radius: 6px;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
}
.quickLinks li a:link, .quickLinks li a:visited,
.quickLinks-nav li a:link, .quickLinks-nav li a:visited {
    background-color: #dfe9ee;
    display: block;
    padding: 9px 10px 7px;
    margin-bottom: 5px;
    border-radius: 6px;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
}
.quickLinks li a:hover,
.quickLinks-nav li a:hover {
    background-color: #5f92a8;
    color: #dfe9ee;
}
.quickLinks-nav li {
    font-size: 12px;
}
.quickLinks-nav li a:link, .quickLinks-nav li a:visited {
    padding: 5px 10px 2px;
    margin-bottom: 5px;
}
.quickLinks-nav li li {
  display: none;
}

/* ----------------------- INSIDE MAIN ----------------------------- */

.insideMain {
  width: 620px;
  float: left; }

.insideMain h3 {
    font-family: "AeronBook", "Rockwell", Georgia, serif;
    margin-top: 25px; }

.insideMain p {
    line-height: 1.5em;
    margin-bottom: 15px; }

.insideMain blockquote {
    background-color: #e7eff2;
    border: 3px solid #dee9f0;
    margin: 20px 0px;
    padding: 15px;
    line-height: 1.4em;
    color: #5f92a8;
    font-family: "AeronBook", "Rockwell", Georgia, serif;
    font-size: 16px;
    font-style: italic; }

.insideMain a {
    text-decoration: underline;
  }
.insideMain a:hover {
      text-decoration: none;
    }
.insideMain ul {
   list-style: disc;
   list-style-position: outside;
   padding-left: 20px;
}
.insideMain li {
  margin-bottom: 7px;
}

/* ----------------------- INSIDE MAIN FINISH ----------------------------- */

.panel {
  height: 369px;
  border-bottom: 10px solid #415a68;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
  background-color: #fff; }

.panelContainer {
  width: 940px;
  margin: 0 auto; }

.panel a:hover {
  text-decoration: underline; }

.panel .orangeButton:hover {
  text-decoration: none; }

.panelText {
  text-align: left;
  width: 340px;
  padding-top: 20px; }
  .panelText p {
    margin-bottom: 15px; }

.panel1 {
  padding-top: 440px;
  height: auto;
}

.panel1 {
  background: white url(../images/group.jpg) top center no-repeat;
  background-size: 100%;
}

  .panel1 .panelText {
    position: relative;
    float: none;
    padding: 35px 50px 30px;
    width: 87%;
    text-align: center;
  }

  .panel1 .panelText p {
    text-align: center;
  }


.panel--links {
	box-sizing: border-box;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	padding: 50px;
	background-color: #F8FAFB;
}

.panel__link {
	box-sizing: border-box;
	display: inline-block;
	-webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 220px;
	position: relative;
	margin: 10px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.35);
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: 0.2s ease all;
	-webkit-font-smoothing: antialiased;
}

.panel__link:hover {
	text-shadow: 0px 1px 3px rgba(0,0,0,0.55);
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.panel__link__title {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	height: 70px;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 17px 10px;
}

.panel__link__title b {
	display: inline-block;
}

.panel__link--pink { background-color: #F49093; }
.panel__link--pink:hover { background-color: #f77174; }

.panel__link--green { background-color: #80D0B7; }
.panel__link--green:hover { background-color: #59cca8; }

.panel__link--yellow { background-color: #FFC578; }
.panel__link--yellow:hover { background-color: #ffb553; }

.panel__link--purple { background-color: #BCA4D1; }
.panel__link--purple:hover { background-color: #ac88cc; }

.panel2 {
	/*margin-bottom: 300px;*/
}

.panel2 .panelText {
  position: relative;
  left: 0px;
  top: 30px;
  float: left;
  display: block; }
.panel2 .panelForm {
  position: relative;
  right: 0px;
  float: right;
  width: 400px;
  height: 325px;
  padding: 25px 30px 0px 30px;
  margin-top: 10px;
  background: #5f92a8 url(../../images/form-bg.png) repeat-x;
  text-align: left; }
    .panel2 .panelForm td {
    padding: 3px 0px 3px 12px;
  text-align: left;
  line-height: 17px;
   font-family: "AeronMedium", "Rockwell", Georgia, serif;
}
  .panel2 .panelForm .tdPadded {
    padding: 10px 0px; }
  .panel2 .panelForm input[type=text], .panel2 .panelForm textarea {
    border: 0px;
    outline: none;
    padding: 8px 10px;
    width: 280px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    font-size: 13px;
    color: #444;
    resize: none; }
  .panel2 .panelForm .submitButton input {
    color: #fff;
    font-family: Elvetica, Arial, sans-serif;
    background: transparent url(../../images/orangeButton.png) no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
    width: 116px;
    height: 39px;
    display: block;
    text-align: center;
    padding-top: 4px;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    font-family: 'AeronBold';
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }
  .panel2 .panelForm label {
    font-family: "AeronMedium", "Rockwell", Georgia, serif;
  }

.panelForm2 input, .panelForm2 textarea {
  background-color: #f5f5f5;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  ms-transition: 0.25s;
}
  .panelForm2 input:focus, .panelForm2 textarea:focus {
    background-color: #fff;
    border-color: #bbb;
  }


.panel--photo {
	display: block;
	width: 100%;
	height: 400px;
	background: #eee url('../images/home-photo.jpg') bottom center no-repeat;
	-webkit-background-size: 1250px 436px;
	background-size: 1250px 436px;
}


.panel3 {
  margin-bottom: 0px; }
  .panel3 p {
    margin-bottom: 15px; }

.panelTextSmall {
  text-align: left;
  float: left;
  width: 300px;
  margin-top: 30px; }
  .panelTextSmall:first-child {
    margin-left: 0px; }

.panelTextTiny {
  text-align: left;
  float: left;
  width: 220px;
  margin: 30px 50px 0px; }
  .panelTextTiny p {
    line-height: 1.5em; }
  .panelTextTiny a {
    text-decoration: underline;
  }
    .panelTextTiny a:hover {
      text-decoration: none;
    }
      .panelTextTiny .orangeButton {
        text-decoration: none;
      }

.medibank {
  position: relative;
  top: -75px;
  left: 10px; }

/* FOOTER
--------------------------------------------- */
#footer {
  height: 70px;
  padding-top: 40px;
  background-color: #14222a;
  color: #415a68; }
  #footer a {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
  #footer a:hover {
    color: #fff; }
  #footer p {
    text-align: center;
  }

.insideFooter {
  border-top: 10px solid #415a68;
  margin-top: 40px; }


/* PAGES
--------------------------------------------- */

.siteMap li ul {
  margin-left: 12px;
  margin-bottom: 5px;
}

.errorz {
  font-size: 10px;
  font-family: Helvetica, Arial, sans-serif;
  color: red;
}

table.contact {
   border-bottom: 3px solid #DFE9EE;
}

.contactform {
  margin-left: 0px;
}

.contactform .label {
  font-family: "AeronMedium", "Rockwell", Georgia, serif;
}

.contactform input[type="text"] {
  margin-left: 15px;
  border: 1px solid #ccc;
}

.contactform textarea {
  margin-left: 15px;
  border: 1px solid #ccc;
}

.contactform .cms_submit {
  margin-left: 10px;
}

.floatingHeader {
  position: fixed;
  top: 0;
  visibility: hidden;
}

  .panelForm {
  position: relative;
  right: 0px;
  float: right;
  width: 400px;
  height: 325px;
  padding: 25px 30px 0px 30px;
  margin-top: 10px;
  background: #5f92a8 url(../../../images/form-bg.png) repeat-x;
  text-align: left; }
  td {
    padding: 3px 0px; }
  .tdPadded {
    padding: 10px 0px; }
  input[type=text], textarea {
    border: 0px;
    outline: none;
    padding: 8px 10px;
    width: 280px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    font-size: 13px;
    color: #444;
    resize: none; }
  .submitButton input {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    background: transparent url(../../../images/orangeButton.png) no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
    width: 116px;
    height: 36px;
    display: block;
    text-align: center;
    padding: 5px 0px 5px;
    font-size: 13px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }
  label {
    font-family: "AeronMedium", "Rockwell", Georgia, serif;
  }


.panel1 .panelText h2 {
  line-height: 1.2em;
  margin-bottom: 10px;
}

.panel1 .panelText p {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.panel1 .panelText .orangeButton {
  display: none;
}

.myoPanel {
  background: transparent url('../../uploads/images/myo.png') 258px 50px no-repeat;
}



.callLink {
  display: inline-block;
  position: absolute;
  top: 72px;
  right: 180px;
  line-height: 1.3;
  font-size: 24px;
  color: #628fac;
  font-weight: bold;
  font-family: "AeronBook", "Rockwell", Georgia, serif;
}

  .callLink span {
    font-size: 13px;
  }



/* Navigation stuff? */

#menu_vert {
  margin: 0;
  padding: 0;
}
.clearb {
  clear: both;
}
#menuwrapper {
  width: 965px;
  margin: 0 auto;
  z-index: -100;
}

#primary-nav ul {
  list-style-type: none;
  width: 251px;
  padding: 1px 0px 2px;
  position: absolute;
  top: auto;
  display: none;
  z-index: 1000;
  margin-right: 0px;
  margin-left: -8px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
}

#primary-nav li li {
  margin-left: 8px;
  margin-top: -1px;
  float: none;
  position: relative;
}

#primary-nav ul ul {
  left: 217px;
  top: 0px;
  z-index: 999;
}

* html #primary-nav li li {
  margin-left: 6px;
  width: 201px;
}
ul#primary-nav li a {
  font-size: 17px;
  font-weight: normal;
  color: #fff;
  padding: 0px 3px 10px 0;
  display: block;
  text-decoration: none;
}

#primary-nav li li a {
  background-color: #fff;
  width: 200px;
  padding: 10px 10px 10px 6px;
  background-image: none;
  border: 1px solid #d8e4e9;
  text-align: left;
}

* html #primary-nav li li a {
  padding: 5px 10px;
  margin: 0px;
  color: #000;
  width: 165px;
}
#primary-nav li li:hover {
  background: none;
}
#primary-nav li li a:hover {
  background-color: #3594b4;
  color: #fff;
  padding: 9px 10px 10px 6px;
}
#primary-nav li.menuparent li a:hover span {
  color: #fff;
}
ul#primary-nav li:hover li a span {
  color: #3594b4;
  font-weight: normal;
  font-size: 13px;
}
#primary-nav li li.menuactive a.menuactive, #primary-nav li li.menuactive a.menuactive:hover {

}
#primary-nav li li.menuactive a.menuactive span {
  color: #3594b4;
}
#primary-nav li li.menuactive a.menuactive:hover span {
  color: #fff;
}

#primary-nav li li.menuparent a.menuparent span {
}
#primary-nav li.menuactive li a:hover span {
  color: #000;
}
ul#primary-nav li li a.menuactive  span {
  background:  none;
  font-weight: normal;
}
#primary-nav li.menuactive li a {

}
#primary-nav li.menuactive li a:hover {

}
#primary-nav li.menuactive li a:hover span {

  color: #fff;
}
ul#primary-nav li:hover li a span, ul#primary-nav li.menuparenth li a span {
  padding: 0px;
  background:  none;
}


#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
  display: none;
}
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
  display: block;
}
/* IE Hacks */
#primary-nav li li {
  float: left;
  clear: both;
}
#primary-nav li li a {
  height: 1%;
}


/* Health Engine */
#he-webplugin-34323 {
  position: absolute;
  top: 12px;
  right: 198px;
}

#he-webplugin-34323 img {
  width: 177px;
}

  #he-webplugin-34323 img:hover {
    opacity: 0.85;
  }


.accord {
  display: block;
}

.accord-title {
  position: relative;
  cursor: pointer;
}

.accord-title:after {
  display: block;
  content: "–";
  position: absolute;
  top: 48%;
  right: 0;
}

.accord-title:hover h3 {
  color: #0f4157;
}

.accord-content {
  display: block;
  padding: 10px 0;
}

.hidden .accord-title:after {
  content: "+";
}

.hidden .accord-content {
  display: none;
}