/*overflow: hidden;
  *overflow: visible;*/
/**
 * /css/system.less
 * 
 * This file contains any custom CSS rules related to overridden  module styles that relate to core functionality that applies across all sites.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/***************/
/*** Message ***/
/***************/
/*******************/
/*** Breadcrumbs ***/
/*******************/
/******************/
/*** Pagination ***/
/******************/
/************************************************************************************/
/*** USAGE:                                                                       ***/
/*** 1) Define company brand colours as variables, eg @precedenceBlue = #00a5e3.  ***/
/*** 2) Use these to override default colours in Quick Config section.            ***/
/*** 3) Update other Quick Config variables as needed.                            ***/
/*** 4) Style further as necessary for each individual project.                   ***/
/************************************************************************************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* General */
/* Header */
/* Hero */
/* Navigation */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* Forms */
/* Shadows */
/* System Messages */
/* Responsive Layout and Global Structures */
/****************************************/
/* Adjust Padding When Columns Are Used */
/****************************************/
/**********************/
/*** CMS: Overrides ***/
/**********************/
/**************************/
/*** CMS: Extra Classes ***/
/**************************/
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/**
 * /css/modules.less
 * 
 * This file contains any custom CSS rules related to overridden module styles.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/**********************/
/*** Call To Action ***/
/**********************/
/*******************/
/*** News Module ***/
/*******************/
.right {
  float: right;
}
@media handheld,only screen and (max-width: 69.5em) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 69.5em) {
  .left {
    float: none;
  }
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
.box-shadow {
  -webkit-box-shadow: 1px 1px 2px 2px #333;
  box-shadow: 1px 1px 2px 2px #333;
}
.text-shadow {
  text-shadow: 1px 1px 2px #333;
  filter: dropshadow(color=#333,offx=1px,offy=1px);
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
.one-twelfth {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  margin-right: 0.575em;
  vertical-align: top;
  width: 6.11875em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 69.5em) {
  .one-twelfth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  margin-right: 0.575em;
  vertical-align: top;
  width: 13.0625em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 69.5em) {
  .one-sixth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  margin-right: 0.575em;
  vertical-align: top;
  width: 20.00625em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 69.5em) {
  .one-quarter {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  margin-right: 0.575em;
  vertical-align: top;
  width: 26.95em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 69.5em) {
  .one-third {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  margin-right: 0.575em;
  vertical-align: top;
  width: 40.8375em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 69.5em) {
  .one-half {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  margin-right: 0.575em;
  vertical-align: top;
  width: 61.66875em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 69.5em) {
  .three-quarters {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  margin-right: 0.575em;
  vertical-align: top;
  width: 54.725em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 69.5em) {
  .two-thirds {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-twelfth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  margin-right: 0.575em;
  vertical-align: top;
  width: 6.11875em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 69.5em) {
  .one-twelfth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  margin-right: 0.575em;
  vertical-align: top;
  width: 13.0625em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 69.5em) {
  .one-sixth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  margin-right: 0.575em;
  vertical-align: top;
  width: 20.00625em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 69.5em) {
  .one-quarter-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  margin-right: 0.575em;
  vertical-align: top;
  width: 26.95em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 69.5em) {
  .one-third-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  margin-right: 0.575em;
  vertical-align: top;
  width: 40.8375em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 69.5em) {
  .one-half-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  margin-right: 0.575em;
  vertical-align: top;
  width: 61.66875em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 69.5em) {
  .three-quarters-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  margin-right: 0.575em;
  vertical-align: top;
  width: 54.725em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 69.5em) {
  .two-thirds-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
}
@media handheld,only screen and (max-width: 69.5em) {
  .one-half-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 7.4166666666667%;
}
@media handheld,only screen and (max-width: 69.5em) {
  .one-twelfth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.833333333333%;
}
@media handheld,only screen and (max-width: 69.5em) {
  .one-sixth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
}
@media handheld,only screen and (max-width: 69.5em) {
  .one-quarter-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
}
@media handheld,only screen and (max-width: 69.5em) {
  .one-third-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
}
@media handheld,only screen and (max-width: 69.5em) {
  .three-quarters-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.333333333333%;
}
@media handheld,only screen and (max-width: 69.5em) {
  .two-thirds-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-half-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 69.5em) {
  .one-half-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 7.4166666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 69.5em) {
  .one-twelfth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.833333333333%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 69.5em) {
  .one-sixth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 69.5em) {
  .one-quarter-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 69.5em) {
  .one-third-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 69.5em) {
  .three-quarters-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.333333333333%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 69.5em) {
  .two-thirds-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.full {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  margin-right: 0.575em;
  vertical-align: top;
  width: 82.5em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 69.5em) {
  .full {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.msg {
  color: #ffffff;
  background: #F39800;
  width: auto !important;
  border: 0;
  padding: 0.5em 2.5em;
  margin: -10px 0 10px 0;
}
@media handheld,only screen and (max-width: 69.5em) {
  .msg {
    margin: -10px -10px 10px -10px;
  }
}
.msg ul {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  margin: 0;
}
.msg a {
  color: #ffffff;
}
.msg.errors {
  color: #ffffff;
  background: #900900;
}
ul.breadcrumbs {
  list-style-type: none;
  margin: 0 0 10px 0 !important;
}
ul.breadcrumbs li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #e3e3e3;
  font-size: 0.9em;
  padding: 0 4px 0 0;
}
ul.breadcrumbs li a {
  color: #e3e3e3;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #b0b0b0;
}
.pagination {
  text-align: center;
}
.pagination ul.pagination {
  display: inline-block;
  width: auto;
  margin: 0;
  overflow: auto;
}
.pagination ul.pagination li {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  font-size: 0.9em;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  display: block;
  color: #ffffff;
  background-color: rgba(24,45,91,0.8);
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  display: block;
  color: #ffffff;
  background-color: #182d5b;
  text-decoration: none;
  padding: 0em 0.75em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #ffffff;
  background-color: #132347;
}
.pagination ul.pagination li.current a {
  color: #ffffff;
  background-color: #0e4983;
  font-weight: bold;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: #ffffff;
  background-color: #092f55;
}
p {
  margin: 2em 0em;
  font-size: 14px;
  line-height: 18px;
}
a {
  color: #0e4983;
}
a:hover {
  color: #092f55;
}
@media handheld,only screen and (max-width: 69.5em) {
  a:hover {
    color: #0e4983;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0e4983;
  font-weight: normal;
  font-family: 'open sans';
  margin: 1.2em 0em;
}
h1 {
  color: #182d5b;
  font-size: 2.2em;
  line-height: 1.2em;
  margin: 0 0 40px 0;
  font-weight: 600;
}
h2 {
  font-size: 1.65em;
  line-height: 1.2em;
  font-weight: normal;
}
h3 {
  font-size: 1.65em;
  line-height: 1.2em;
  font-weight: 300;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.1em;
}
ol,
ul {
  margin: 1em 0em 1em 2em;
}
ol li,
ul li {
  margin-bottom: 0.25em;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin: 0.5em 0em 0.5em 2em;
}
table {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  margin: 1em 0;
  overflow: hidden;
}
table td,
table th {
  color: #444444;
  background: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: top;
  padding: 0.5em 1em;
}
@media handheld,only screen and (max-width: 69.5em) {
  table td,
  table th {
    padding: 0.25em 0.5em;
  }
}
table th {
  color: #e8eaef;
  background: #182d5b;
  font-weight: bold;
}
table th.txt-right {
  text-align: right;
}
table .table-invisible {
  margin: 0;
  border: 0;
}
table .table-invisible td,
table .table-invisible th {
  background: transparent;
  border: 0;
  padding: 0.2em 0.5em 0.2em 0em;
}
hr {
  color: #90b8dc;
  background: #90b8dc;
  height: 2px;
  margin: 30px 0;
}
blockquote {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  color: #182d5b;
  background: #f7f7f7;
  font-size: 1.1em;
  text-align: center;
  margin: 2em auto;
  padding: 1em 2em;
}
.button,
.submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  background: #0e4983;
  font-family: 'open sans';
  text-decoration: none;
  margin: 0;
  padding: 0.7em 60px 0.7em 1em;
  min-width: 230px;
  color: white;
  font-size: 1.4em;
  height: 47px;
  font-weight: 200;
  cursor: pointer;
  background-image: url('../../include/resources/cairnsdental/images/button-arrow.svg');
  background-repeat: no-repeat;
  background-size: 47px 47px;
  background-position: right;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button.newsletter-button,
.submit.newsletter-button {
  width: 100% !important;
  background-image: url('../../include/resources/cairnsdental/images/newsletter-button-arrow.svg') !important;
}
.button img,
.submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button:hover,
.submit:hover {
  color: white;
  background: #0c3c6c;
  background-image: url('../../include/resources/cairnsdental/images/button-arrow.svg');
  background-repeat: no-repeat;
  background-size: 47px 47px;
  background-position: right;
}
.button-small {
  padding: 0.325em 1em;
}
.button-alt .button {
  padding: 1.3em 2em;
}
@media handheld,only screen and (max-width: 69.5em) {
  .left,
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
.content-block .one-half-fluid h1:first-child,
.content-block .one-half-fluid h2:first-child,
.content-block .one-half-fluid h3:first-child,
.content-block .one-half-fluid h4:first-child,
.content-block .one-half-fluid h5:first-child,
.content-block .one-half-fluid h6:first-child,
.content-block .one-half-fluid p:first-child,
.content-block .one-half-fluid ol:first-child,
.content-block .one-half-fluid ul:first-child,
.content-block .one-half-fluid table:first-child,
.content-block .one-twelfth-fluid h1:first-child,
.content-block .one-twelfth-fluid h2:first-child,
.content-block .one-twelfth-fluid h3:first-child,
.content-block .one-twelfth-fluid h4:first-child,
.content-block .one-twelfth-fluid h5:first-child,
.content-block .one-twelfth-fluid h6:first-child,
.content-block .one-twelfth-fluid p:first-child,
.content-block .one-twelfth-fluid ol:first-child,
.content-block .one-twelfth-fluid ul:first-child,
.content-block .one-twelfth-fluid table:first-child,
.content-block .one-sixth-fluid h1:first-child,
.content-block .one-sixth-fluid h2:first-child,
.content-block .one-sixth-fluid h3:first-child,
.content-block .one-sixth-fluid h4:first-child,
.content-block .one-sixth-fluid h5:first-child,
.content-block .one-sixth-fluid h6:first-child,
.content-block .one-sixth-fluid p:first-child,
.content-block .one-sixth-fluid ol:first-child,
.content-block .one-sixth-fluid ul:first-child,
.content-block .one-sixth-fluid table:first-child,
.content-block .one-quarter-fluid h1:first-child,
.content-block .one-quarter-fluid h2:first-child,
.content-block .one-quarter-fluid h3:first-child,
.content-block .one-quarter-fluid h4:first-child,
.content-block .one-quarter-fluid h5:first-child,
.content-block .one-quarter-fluid h6:first-child,
.content-block .one-quarter-fluid p:first-child,
.content-block .one-quarter-fluid ol:first-child,
.content-block .one-quarter-fluid ul:first-child,
.content-block .one-quarter-fluid table:first-child,
.content-block .one-third-fluid h1:first-child,
.content-block .one-third-fluid h2:first-child,
.content-block .one-third-fluid h3:first-child,
.content-block .one-third-fluid h4:first-child,
.content-block .one-third-fluid h5:first-child,
.content-block .one-third-fluid h6:first-child,
.content-block .one-third-fluid p:first-child,
.content-block .one-third-fluid ol:first-child,
.content-block .one-third-fluid ul:first-child,
.content-block .one-third-fluid table:first-child,
.content-block .three-quarters-fluid h1:first-child,
.content-block .three-quarters-fluid h2:first-child,
.content-block .three-quarters-fluid h3:first-child,
.content-block .three-quarters-fluid h4:first-child,
.content-block .three-quarters-fluid h5:first-child,
.content-block .three-quarters-fluid h6:first-child,
.content-block .three-quarters-fluid p:first-child,
.content-block .three-quarters-fluid ol:first-child,
.content-block .three-quarters-fluid ul:first-child,
.content-block .three-quarters-fluid table:first-child,
.content-block .two-thirds-fluid h1:first-child,
.content-block .two-thirds-fluid h2:first-child,
.content-block .two-thirds-fluid h3:first-child,
.content-block .two-thirds-fluid h4:first-child,
.content-block .two-thirds-fluid h5:first-child,
.content-block .two-thirds-fluid h6:first-child,
.content-block .two-thirds-fluid p:first-child,
.content-block .two-thirds-fluid ol:first-child,
.content-block .two-thirds-fluid ul:first-child,
.content-block .two-thirds-fluid table:first-child,
.content-block .one-half-fluid-last h1:first-child,
.content-block .one-half-fluid-last h2:first-child,
.content-block .one-half-fluid-last h3:first-child,
.content-block .one-half-fluid-last h4:first-child,
.content-block .one-half-fluid-last h5:first-child,
.content-block .one-half-fluid-last h6:first-child,
.content-block .one-half-fluid-last p:first-child,
.content-block .one-half-fluid-last ol:first-child,
.content-block .one-half-fluid-last ul:first-child,
.content-block .one-half-fluid-last table:first-child,
.content-block .one-twelfth-fluid-last h1:first-child,
.content-block .one-twelfth-fluid-last h2:first-child,
.content-block .one-twelfth-fluid-last h3:first-child,
.content-block .one-twelfth-fluid-last h4:first-child,
.content-block .one-twelfth-fluid-last h5:first-child,
.content-block .one-twelfth-fluid-last h6:first-child,
.content-block .one-twelfth-fluid-last p:first-child,
.content-block .one-twelfth-fluid-last ol:first-child,
.content-block .one-twelfth-fluid-last ul:first-child,
.content-block .one-twelfth-fluid-last table:first-child,
.content-block .one-sixth-fluid-last h1:first-child,
.content-block .one-sixth-fluid-last h2:first-child,
.content-block .one-sixth-fluid-last h3:first-child,
.content-block .one-sixth-fluid-last h4:first-child,
.content-block .one-sixth-fluid-last h5:first-child,
.content-block .one-sixth-fluid-last h6:first-child,
.content-block .one-sixth-fluid-last p:first-child,
.content-block .one-sixth-fluid-last ol:first-child,
.content-block .one-sixth-fluid-last ul:first-child,
.content-block .one-sixth-fluid-last table:first-child,
.content-block .one-quarter-fluid-last h1:first-child,
.content-block .one-quarter-fluid-last h2:first-child,
.content-block .one-quarter-fluid-last h3:first-child,
.content-block .one-quarter-fluid-last h4:first-child,
.content-block .one-quarter-fluid-last h5:first-child,
.content-block .one-quarter-fluid-last h6:first-child,
.content-block .one-quarter-fluid-last p:first-child,
.content-block .one-quarter-fluid-last ol:first-child,
.content-block .one-quarter-fluid-last ul:first-child,
.content-block .one-quarter-fluid-last table:first-child,
.content-block .one-third-fluid-last h1:first-child,
.content-block .one-third-fluid-last h2:first-child,
.content-block .one-third-fluid-last h3:first-child,
.content-block .one-third-fluid-last h4:first-child,
.content-block .one-third-fluid-last h5:first-child,
.content-block .one-third-fluid-last h6:first-child,
.content-block .one-third-fluid-last p:first-child,
.content-block .one-third-fluid-last ol:first-child,
.content-block .one-third-fluid-last ul:first-child,
.content-block .one-third-fluid-last table:first-child,
.content-block .three-quarters-fluid-last h1:first-child,
.content-block .three-quarters-fluid-last h2:first-child,
.content-block .three-quarters-fluid-last h3:first-child,
.content-block .three-quarters-fluid-last h4:first-child,
.content-block .three-quarters-fluid-last h5:first-child,
.content-block .three-quarters-fluid-last h6:first-child,
.content-block .three-quarters-fluid-last p:first-child,
.content-block .three-quarters-fluid-last ol:first-child,
.content-block .three-quarters-fluid-last ul:first-child,
.content-block .three-quarters-fluid-last table:first-child,
.content-block .two-thirds-fluid-last h1:first-child,
.content-block .two-thirds-fluid-last h2:first-child,
.content-block .two-thirds-fluid-last h3:first-child,
.content-block .two-thirds-fluid-last h4:first-child,
.content-block .two-thirds-fluid-last h5:first-child,
.content-block .two-thirds-fluid-last h6:first-child,
.content-block .two-thirds-fluid-last p:first-child,
.content-block .two-thirds-fluid-last ol:first-child,
.content-block .two-thirds-fluid-last ul:first-child,
.content-block .two-thirds-fluid-last table:first-child {
  margin-top: 0em;
}
.content-block .one-half-fluid,
.content-block .one-twelfth-fluid,
.content-block .one-sixth-fluid,
.content-block .one-quarter-fluid,
.content-block .one-third-fluid,
.content-block .three-quarters-fluid,
.content-block .two-thirds-fluid {
  padding-right: 2%;
}
@media handheld,only screen and (max-width: 69.5em) {
  .content-block .one-half-fluid,
  .content-block .one-twelfth-fluid,
  .content-block .one-sixth-fluid,
  .content-block .one-quarter-fluid,
  .content-block .one-third-fluid,
  .content-block .three-quarters-fluid,
  .content-block .two-thirds-fluid {
    padding-right: 0em;
  }
}
.nosplit {
  white-space: nowrap !important;
}
@media handheld,only screen and (max-width: 69.5em) {
  .nosplit {
    white-space: normal;
  }
}
.no-wrap {
  clear: both !important;
}
.no-border {
  padding: 0em !important;
  border: none !important;
}
.media-thumbnail img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  background: transparent;
  border: 0px solid #d9d9d9;
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 69.5em) {
  .media-thumbnail img {
    display: block;
    float: none;
    text-align: center;
    margin: 0.5em auto;
  }
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #444444;
  font-size: 0.85em;
  line-height: 1.4em;
  margin: 0em auto 0.5em auto;
}
@media handheld,only screen and (max-width: 69.5em) {
  .media-thumbnail .media-caption {
    text-align: center;
  }
}
.media-thumbnail.left .media-caption,
.media-thumbnail.right .media-caption {
  text-align: center;
}
@media handheld,only screen and (max-width: 69.5em) {
  .media-thumbnail.left,
  .media-thumbnail.right {
    display: block;
    float: none;
    text-align: center;
    margin: 0.5em auto;
  }
}
.media-thumbnail.left {
  margin: 0em 1em 0.5em 0em;
}
.media-thumbnail.right {
  margin: 0em 0em 0.5em 1em;
}
.media-gallery {
  margin-right: -1.75em;
}
@media handheld,only screen and (max-width: 69.5em) {
  .media-gallery {
    margin-right: 0em;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  vertical-align: top;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 69.5em) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 69.5em) {
  .media-gallery .media-thumbnail {
    display: block;
    text-align: center;
    width: auto;
    height: auto;
    margin: 0.5em auto;
  }
}
.media-gallery .media-thumbnail img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  background: transparent;
  border: 0px solid #d9d9d9;
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
}
.signup-form form input#fieldName,
.signup-form form input#fieldEmail {
  width: 100%;
  display: block;
  font-family: 'open sans';
  color: #0e4983;
  font-size: 16px;
  font-weight: 200;
  padding: 10px;
  margin: -10px 0 20px 0;
}
@media handheld,only screen and (max-width: 69.5em) {
  .signup-form form input#fieldName,
  .signup-form form input#fieldEmail {
    background: #ccc;
  }
}
@media handheld,only screen and (max-width: 69.5em) {
  .signup-form {
    display: none;
  }
}
.page-region form.f {
  color: #444444;
  font-family: 'verdana';
  max-width: 100%;
  padding: 0px;
}
.page-region form.f div.buttons,
.page-region form.f p.buttons {
  margin-top: 0px;
}
@media handheld,only screen and (max-width: 69.5em) {
  .page-region form.f div.buttons,
  .page-region form.f p.buttons {
    text-align: center;
    margin-left: 10px;
  }
}
.page-region form .inline-field {
  padding: 0.7em 1.5em;
}
.page-region form .form-row {
  color: #444444;
  padding: 0.8em 1em;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.page-region form .form-row label {
  float: left;
  width: 100px;
  padding: 0.3em 0.5em 0 0.5em;
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #ffffff;
  background: #a90000;
  padding: 0.2em 0.35em;
  margin: 0.3em 0.2em;
}
.page-region form .form-row .field span.note {
  display: none;
}
.page-region form .form-row .field span.note.required {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  padding: 0.3em 0.3em;
}
.page-region form .form-row input[type=text],
.page-region form .form-row input[type=password],
.page-region form .form-row select,
.page-region form .form-row textarea {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  color: #444444;
  background: #ffffff;
  font-family: 'verdana';
  width: 80%;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  padding: 0.3em;
  margin: 2px 0;
}
@media handheld,only screen and (max-width: 69.5em) {
  .page-region form .form-row input[type=text],
  .page-region form .form-row input[type=password],
  .page-region form .form-row select,
  .page-region form .form-row textarea {
    width: 95%;
  }
}
.page-region form .form-row input[type=radio],
.page-region form .form-row input[type=checkbox] {
  border: 0;
  margin: 0 4px 0 0;
}
@media handheld,only screen and (max-width: 69.5em) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 90%;
    overflow: hidden;
  }
}
.page-region form .form-row input.small,
.page-region form .form-row textarea.small,
.page-region form .form-row select.small {
  width: 20%;
  min-width: 30px;
}
@media handheld,only screen and (max-width: 69.5em) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 50%;
  }
}
.page-region form .form-row input.medium,
.page-region form .form-row textarea.medium,
.page-region form .form-row select.medium {
  width: 60%;
}
@media handheld,only screen and (max-width: 69.5em) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 95%;
  }
}
.page-region form .form-row input.large,
.page-region form .form-row textarea.large,
.page-region form .form-row select.large {
  width: 80%;
}
@media handheld,only screen and (max-width: 69.5em) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 95%;
  }
}
.page-region form.medium-label .buttons {
  margin-top: 0px;
}
.page-region form.medium-label .buttons.form-row {
  border-bottom: none;
}
.page-region form.large-label label {
  width: 160px;
  margin-right: 10px;
}
.page-region form.large-label .field {
  margin-left: 170px;
}
#user_pass_login_form .buttons.form-row {
  border-bottom: none;
}
@media handheld,only screen and (max-width: 69.5em) {
  body .content-block form {
    max-width: 100%;
  }
  body .content-block form .form-row {
    max-width: 100%;
  }
  body .content-block form .form-row input[type=text],
  body .content-block form .form-row input[type=password],
  body .content-block form .form-row select,
  body .content-block form .form-row textarea,
  body .content-block form .form-row .buttons {
    max-width: 100%;
  }
  body .content-block form .form-row .field,
  body .content-block form .form-row .large-label .field,
  body .content-block form .form-row .inline-field {
    clear: both;
    display: block;
    margin: 0;
    padding: 0.5em 0.5em 0.1em 0.5em;
  }
  body .content-block form .form-row label,
  body .content-block form .form-row .large-label label {
    float: none;
    width: auto;
    padding: 0.5em 0.5em 0.1em 0.5em;
  }
  body .content-block form div.buttons,
  body .content-block form p.buttons {
    text-align: left;
    margin: 5px 0px 5px 10px;
  }
}
.contact-form {
  padding: 20px;
  background: #a7ccec;
}
.message {
  padding: 0 !important;
}
.message label {
  width: 100% !important;
  padding: 15px 0 3px 0 !important;
  font-family: 'open sans' !important;
  font-size: 16px;
}
.message .field textarea {
  border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -o-border-radius: 2px !important;
  padding: 10px !important;
  width: 100% !important;
  border: none !important;
}
.selectors {
  background: rgba(14,73,131,0.1);
  margin: 22px -20px 0 -20px;
  padding: 10px 20px 28px 20px;
}
.message-wrapper {
  background: rgba(14,73,131,0.2);
  margin: 0 -20px -20px -20px;
  padding: 10px 20px 28px 20px;
}
.date-time2 {
  background: rgba(14,73,131,0.1);
  margin: 20px -20px 0 -20px;
  padding: 10px 20px 28px 20px;
}
.date-time2 p {
  margin: 10px 0 0 0;
}
.selectors2 {
  background: rgba(14,73,131,0.2);
  margin: 0 -20px;
  padding: 10px 20px 28px 20px;
}
.message-wrapper2 {
  background: rgba(14,73,131,0.3);
  margin: 0 -20px -20px -20px;
  padding: 10px 20px 28px 20px;
}
.buttons {
  padding: 0 !important;
}
.half,
.half-last {
  width: 47.5%;
  display: inline-block;
  vertical-align: top;
  padding: 0 !important;
}
.half label,
.half-last label {
  width: 100% !important;
  padding: 15px 0 3px 0 !important;
  font-family: 'open sans' !important;
  font-size: 16px;
}
.half .field input,
.half .field select,
.half-last .field input,
.half-last .field select {
  border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -o-border-radius: 2px !important;
  padding: 10px !important;
  height: 35px;
  width: 100% !important;
  border: none !important;
}
.half {
  margin-right: 4%;
}
.half-last {
  margin-right: -100px;
}
.cta-Large {
  width: 33.2%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 40px -2px 0 0;
}
@media handheld,only screen and (max-width: 69.5em) {
  .cta-Large {
    width: 100%;
    margin: 2px 0;
  }
}
.cta-Large .cta-inner {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  background: #0e4983;
  text-align: left;
  position: relative;
  height: 187px;
  z-index: 50;
}
@media handheld,only screen and (max-width: 69.5em) {
  .cta-Large .cta-inner {
    height: 0;
    overflow: hidden;
  }
}
.cta-Large .cta-inner a {
  display: block;
  color: white;
  text-decoration: none;
}
.cta-Large .cta-inner a .media-thumbnail img.media-size-call-to-action {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  padding: 0em;
}
.cta-Large .cta-inner .bulk-billed-overlay {
  position: absolute;
  top: -6px;
  right: -4px;
  left: 0;
}
.cta-Large .cta-inner .bulk-billed-overlay .bulk-billed-overlay-inner {
  position: relative;
  width: 100%;
}
.cta-Large .cta-inner .bulk-billed-overlay .bulk-billed-overlay-inner span {
  text-shadow: 0 0 7px #000;
  display: inline-block;
  vertical-align: top;
  padding: 24px;
  color: white;
  font-size: 17px;
  font-family: 'open sans';
  font-weight: 200;
}
.cta-Large .cta-inner .bulk-billed-overlay .bulk-billed-overlay-inner img {
  max-width: 160px;
  position: absolute;
  right: 0;
  top: 0;
}
.cta-Large .cta-title {
  font-family: 'open sans';
  position: relative;
  z-index: 50;
  background: #0e4983;
  font-size: 17px;
  font-weight: 200;
  height: 70px;
  color: white;
  padding: 23px 16px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media handheld,only screen and (max-width: 69.5em) {
  .cta-Large .cta-title {
    background: #0c3c6c;
  }
}
.cta-Large .cta-title.bulk-billed {
  padding: 14px 16px 32px 16px;
}
.cta-Large .cta-title-box {
  position: relative;
  z-index: 50;
  display: inline-block;
  height: 70px;
  width: 70px;
  background: #182d5b;
  margin-left: -70px;
  vertical-align: top;
  background-image: url('../../include/resources/cairnsdental/images/white-circle-arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
@media (min-width: 1px) {
  .cta-Large .cta-title-box {
    background-image: url('../../include/resources/cairnsdental/images/white-circle-arrow.svg');
    background-position: top 23px left 25px;
  }
}
.cta-Large .box-1,
.cta-Large .box-2,
.cta-Large .box-3 {
  position: absolute;
  height: 8px;
  z-index: 20;
}
@media handheld,only screen and (max-width: 69.5em) {
  .cta-Large .box-1,
  .cta-Large .box-2,
  .cta-Large .box-3 {
    display: none;
  }
}
.cta-Large:nth-of-type(1) .box-1 {
  background: #a7ccec;
  width: 168px;
  top: -8px;
  right: 0;
}
.cta-Large:nth-of-type(1) .box-2 {
  background: #a7ccec;
  width: 48px;
  height: 43px;
  left: -8px;
  bottom: -8px;
}
.cta-Large:nth-of-type(1) .box-3 {
  background: #de80b5;
  width: 138px;
  bottom: -8px;
  right: 0;
}
.cta-Large:nth-of-type(2) .box-1 {
  background: #a7ccec;
  width: 80px;
  top: -8px;
  left: 0;
}
.cta-Large:nth-of-type(2) .box-2 {
  background: #de80b5;
  width: 42px;
  bottom: -8px;
  left: 0;
}
.cta-Large:nth-of-type(2) .box-3 {
  background: #a7ccec;
  width: 42px;
  right: 0;
  bottom: -8px;
}
.cta-Large:nth-of-type(3) {
  margin-right: -30px;
}
.cta-Large:nth-of-type(3) .box-1 {
  background: #de80b5;
  width: 248px;
  height: 49px;
  top: -8px;
  right: -8px;
}
.cta-Large:nth-of-type(3) .box-2 {
  background: #a7ccec;
  width: 42px;
  bottom: -8px;
  left: 0;
}
.cta-Large:nth-of-type(3) .box-3 {
  background: #de80b5;
  width: 138px;
  bottom: -8px;
  right: 8px;
}
.cta-Large:hover .cta-title {
  background: #0c3c6c;
}
.cta-small {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
}
.cta-small .cta-inner {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  background: #de80b5;
  text-align: left;
  position: relative;
  height: 120px;
  z-index: 50;
}
@media handheld,only screen and (max-width: 69.5em) {
  .cta-small .cta-inner {
    height: 0;
    overflow: hidden;
  }
}
.cta-small .cta-inner a {
  display: block;
  color: white;
  text-decoration: none;
}
.cta-small .cta-inner a .media-thumbnail img.media-size-call-to-action {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  padding: 0em;
}
.cta-small .cta-title {
  font-family: 'open sans';
  position: relative;
  z-index: 50;
  background: #de80b5;
  font-size: 17px;
  font-weight: 600;
  color: #182d5b;
  padding: 13px 16px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cta-small:hover .cta-title {
  background: #bc759f;
  color: white;
}
@media handheld,only screen and (max-width: 69.5em) {
  .cta-small {
    display: none;
  }
}
.cta-text {
  font-size: 14px;
  font-family: 'verdana';
  line-height: 18px;
  margin-top: 20px;
}
.cta-text a {
  color: white;
  text-decoration: none;
}
@media handheld,only screen and (max-width: 69.5em) {
  .cta-text a {
    color: #182d5b;
  }
}
.cta-text a:hover {
  color: #182d5b;
}
@media handheld,only screen and (max-width: 69.5em) {
  .cta-text {
    display: none;
  }
}
@media handheld,only screen and (max-width: 69.5em) {
  hr {
    display: none;
  }
}
.news-posts-list .news-post .news-post-info {
  color: #848484;
}
@media handheld,only screen and (max-width: 69.5em) {
  .news-posts-single .news-post-information .news-post-social,
  .news-posts-single .news-post-information .news-date {
    display: block;
    float: none !important;
    text-align: left !important;
    margin: 0.25em 0em;
  }
}
.news-posts-single .news-post-information .news-date {
  color: #848484;
}
@media handheld,only screen and (max-width: 69.5em) {
  .news-posts-single #cms_page_comment_form .form-row div.field {
    margin-left: 0px;
  }
}
.news-posts-single #cms_page_comment_form .form-row:last-child {
  border-bottom: none;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: #edf5fb;
  font-family: 'verdana';
  line-height: 1.35em;
}
@media handheld,only screen and (max-width: 69.5em) {
  body {
    background: white;
  }
}
.page-region {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  z-index: 3;
  margin-top: 70px;
}
@media handheld,only screen and (max-width: 69.5em) {
  .page-region {
    padding: 0;
    margin-top: 0;
  }
}
.hero-wrapper {
  position: relative;
  max-height: 500px;
  height: 35vw;
  overflow: hidden;
}
.hero-wrapper .logo {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  height: 100%;
}
.hero-wrapper .logo img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  max-width: none;
  display: block;
}
.hero-wrapper .hero-block {
  font-size: 12px;
  width: 82.5em;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 5;
}
@media handheld,only screen and (max-width: 69.5em) {
  .hero-wrapper .hero-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.hero-wrapper .hero-block .hero-images {
  overflow: hidden;
}
.hero-wrapper .hero-block .hero-images img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
.hero-wrapper .hero-block .hero-text {
  position: absolute;
  left: 60px;
  top: 25%;
  font-size: 1.7em;
  line-height: 1.1em;
  letter-spacing: -1px;
  width: 50%;
  z-index: 10;
}
@media handheld,only screen and (max-width: 69.5em) {
  .hero-wrapper .hero-block .hero-text {
    left: 10px;
    width: 90%;
  }
}
.hero-wrapper .hero-block .hero-text .hero-title,
.hero-wrapper .hero-block .hero-text .hero-alt {
  text-shadow: 1px 1px 2px #333;
  filter: dropshadow(color=#333,offx=1px,offy=1px);
}
.hero-wrapper .hero-block .hero-text .hero-title {
  color: #ffffff;
  font-size: 2em;
  line-height: 1.1em;
  margin-bottom: 0.1em;
}
@media handheld,only screen and (max-width: 69.5em) {
  .hero-wrapper .hero-block .hero-text .hero-title {
    font-size: 1.5em;
    line-height: 1em;
  }
}
.hero-wrapper .hero-block .hero-text .hero-alt {
  color: #ffffff;
}
@media handheld,only screen and (max-width: 69.5em) {
  .hero-wrapper .hero-block .hero-text .hero-alt {
    font-size: 1em;
    line-height: 1em;
  }
}
.nav-wrapper {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #182d5b;
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper {
    margin-top: 0px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}
.nav-wrapper .nav-block {
  font-size: 12px;
  width: 82.5em;
  margin: 0 auto;
  padding: 0;
  color: white;
  text-align: center;
  z-index: 20;
  /* Top Level */
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block {
    overflow: hidden;
    text-align: left;
    padding: 16px 0;
  }
}
.nav-wrapper .nav-block .nav-toggle {
  display: none;
  color: white;
  font-family: 'open sans';
  font-size: 17px;
  font-weight: 200;
  background: transparent;
  cursor: pointer;
  padding: 9px 18px 11px 18px;
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block .nav-toggle {
    display: block;
  }
}
.nav-wrapper .nav-block .nav-toggle .toggle-icon {
  float: right;
  background: transparent url('../../include/resources/cairnsdental/images/g-menu.svg') 50% 0% no-repeat;
  width: 23px;
  height: 23px;
  margin-top: -2px;
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block .nav-cell {
    display: none;
  }
}
.nav-wrapper .nav-block.open {
  padding-bottom: 0;
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block.open .nav-cell {
    display: block;
  }
}
.nav-wrapper .nav-block ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block ul {
    display: block;
    text-align: left;
    border: 0;
    padding: 15px 0 0 0;
  }
}
.nav-wrapper .nav-block ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding: 0;
  margin: 0;
  /* 1st Dropdown Level */
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid black;
  }
}
.nav-wrapper .nav-block ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 23px 20px 21px 20px;
  white-space: nowrap;
  font-family: 'open sans';
  font-size: 16px;
  font-weight: 200;
  height: 70px;
  background: transparent;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block ul li a {
    padding: 20px 19px;
    height: auto;
    background: #132347;
    font-size: 17px;
  }
}
.nav-wrapper .nav-block ul li a.current {
  background: #0e4983;
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block ul li a.current {
    background: #132347;
  }
}
.nav-wrapper .nav-block ul li a:hover {
  color: #ffffff;
  background: #132347;
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block ul li a:hover {
    background: #132347;
  }
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block ul li:last-child {
    border: 0;
    border-top: 1px solid black;
  }
}
.nav-wrapper .nav-block ul li:hover ul {
  -webkit-transition: top linear 0.2s;
  -moz-transition: top linear 0.2s;
  -o-transition: top linear 0.2s;
  -ms-transition: top linear 0.2s;
  transition: top linear 0.2s;
  top: 70px;
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-block ul li ul {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  right: auto;
  background: #182d5b;
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block ul li ul {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    position: static;
    top: auto;
    height: auto;
    background: transparent;
    border: 0;
    margin-bottom: -1px;
    visibility: visible;
    overflow: hidden;
    display: none;
  }
}
.nav-wrapper .nav-block ul li ul li {
  display: block;
  background: #182d5b;
  line-height: 1.8em;
  text-align: left;
  border: none;
  /* 2nd Dropdown Level */
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block ul li ul li {
    background: none;
    -ms-filter: none;
    border: 0;
    padding-left: 1.75em;
  }
}
.nav-wrapper .nav-block ul li ul li:first-child {
  border: none;
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block ul li ul li:last-child {
  border: none;
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block ul li ul li a {
  color: #ffffff;
  padding: 25px 39px;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
              &.has_children {
                background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowColour}" points="7,7 7,0 11,3.5 "/></svg>');
                background-position: center right;
                background-repeat: no-repeat;
                padding-right: 2.5em;
                
                @media handheld, only screen and (max-width: @responsiveWidth) {
                  background-image: none;
                  padding-right: 0;
                }            
              }              
              */
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block ul li ul li a {
    padding: 0.25em 0em -0.25em 1.5em;
    margin: 0.25em 0em;
  }
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block ul li ul li a:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block ul li ul li a:hover {
  color: #ffffff;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
                &.has_children {
                  background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowHoverColour}" points="7,7 7,0 11,3.5 "/></svg>');
                  background-position: center right;
                  background-repeat: no-repeat;
                  padding-right: 2.5em;
                  
                  @media handheld, only screen and (max-width: @responsiveWidth) {
                    background-image: none;
                    padding-right: 0;
                  }                  
                }
                */
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block ul li ul li a:hover {
    color: #ffffff;
  }
}
.nav-wrapper .nav-block ul li ul li a.disabled {
  color: #aaaaaa;
  background: transparent url('../../include/resources/cairnsdental/images/g-disabled.svg') no-repeat right center;
  cursor: default;
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block ul li ul li a.disabled {
    opacity: 0.7;
  }
}
.nav-wrapper .nav-block ul li ul li > ul {
  display: none;
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block ul li ul li > ul {
    display: block;
  }
}
.nav-wrapper .nav-block ul li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media handheld,only screen and (max-width: 69.5em) {
  .nav-wrapper .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
.accordion-block .accordion-cell h4 {
  cursor: pointer;
  padding: 10px 20px;
  color: white;
  background: #182d5b;
  margin: 0;
  font-size: 16px;
  border-bottom: 1px solid white;
}
.cta-block {
  font-size: 12px;
  width: 82.5em;
  margin: 0 auto;
  padding: 0;
}
@media handheld,only screen and (max-width: 69.5em) {
  .cta-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 69.5em) {
  .cta-block {
    margin-bottom: -50px;
  }
}
.mt-sheridan-location,
.stockland-location {
  margin-top: 10px;
  background: url('../../include/resources/cairnsdental/images/location-icon.svg');
  background-repeat: no-repeat;
  background-size: 25px 40px;
  vertical-align: top;
  width: 49%;
  display: inline-block;
}
.mt-sheridan-location h2,
.stockland-location h2 {
  margin-bottom: 0;
}
.mt-sheridan-location p,
.stockland-location p {
  margin-top: 0;
}
@media handheld,only screen and (max-width: 69.5em) {
  .mt-sheridan-location,
  .stockland-location {
    width: 100%;
    display: block;
    background-image: none;
  }
}
.mt-sheridan-location {
  padding-left: 100px;
  background-position: left 60px top 42px;
}
@media handheld,only screen and (max-width: 69.5em) {
  .mt-sheridan-location {
    padding-left: 0px;
  }
}
.stockland-location {
  padding-left: 60px;
  background-position: left 20px top 42px;
}
@media handheld,only screen and (max-width: 69.5em) {
  .stockland-location {
    padding-left: 0px;
  }
}
.content-wrapper {
  font-size: 12px;
  width: 82.5em;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
  background-image: url('../../include/resources/cairnsdental/images/content-background.png');
  background-repeat: repeat-y;
  background-position: top left;
  margin-bottom: 60px;
  margin-top: 60px;
}
@media handheld,only screen and (max-width: 69.5em) {
  .content-wrapper {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 69.5em) {
  .content-wrapper {
    background: white;
    margin-bottom: 0;
  }
}
.content-wrapper .content-block {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  padding: 50px 30px;
  color: #444444;
  white-space: normal;
  margin: 0;
  width: 66.8%;
  display: inline-block;
  vertical-align: top;
}
@media handheld,only screen and (max-width: 69.5em) {
  .content-wrapper .content-block {
    padding: 40px 10px;
    width: 100%;
    display: block;
  }
}
.content-wrapper .sidebar {
  padding: 30px;
  white-space: normal;
  width: 33.2%;
  display: inline-block;
  vertical-align: top;
  margin-left: -3px;
}
@media handheld,only screen and (max-width: 69.5em) {
  .content-wrapper .sidebar {
    width: 100%;
    display: block;
    padding: 0 10px 0 10px;
  }
}
.content-wrapper .internal-services-nav ul {
  margin: 0;
}
.content-wrapper .internal-services-nav ul li {
  list-style-type: none;
  font-weight: bold;
}
.content-wrapper .internal-services-nav ul li a {
  font-family: 'open sans';
  text-decoration: none;
  font-size: 13px;
}
.content-wrapper .internal-services-nav ul li a:hover {
  text-decoration: underline;
}
.content-wrapper .internal-services-nav ul li ul {
  margin-top: 2px;
}
.content-wrapper .internal-services-nav ul li ul li {
  font-weight: normal;
  padding-left: 26px;
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%226.2px%22%20height%3D%2210.2px%22%20viewBox%3D%220%200%206.2%2010.2%22%20style%3D%22enable-background%3Anew%200%200%206.2%2010.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath%20fill%3D%22%230e4983%22%20d%3D%22M1.5%2C10.1c-0.1%2C0.1-0.2%2C0.2-0.4%2C0.2s-0.3-0.1-0.4-0.2L0.2%2C9.5C0.1%2C9.4%2C0%2C9.3%2C0%2C9.1s0-0.3%2C0.2-0.4l3.6-3.6L0.2%2C1.5%20C0%2C1.4%2C0%2C1.2%2C0%2C1.1s0.1-0.3%2C0.2-0.4l0.5-0.5C0.8%2C0.1%2C0.9%2C0%2C1.1%2C0s0.3%2C0.1%2C0.4%2C0.2L6%2C4.7C6.2%2C4.8%2C6.2%2C5%2C6.2%2C5.1S6.2%2C5.4%2C6%2C5.5%20L1.5%2C10.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 14px 7px;
}
@media handheld,only screen and (max-width: 69.5em) {
  .content-wrapper .internal-services-nav {
    background: #a7ccec;
    margin: 0 -18px -5px -18px;
    padding: 20px 35px;
  }
}
.content-wrapper.no-sidebar {
  background-color: #fff;
  background-image: none;
}
.content-wrapper.no-sidebar .content-block {
  width: 100%;
}
.content-wrapper.no-sidebar .sidebar {
  display: none;
}
.footer-nav-wrapper {
  padding: 40px 0;
  background: #0e4983;
}
@media handheld,only screen and (max-width: 69.5em) {
  .footer-nav-wrapper {
    padding: 22px 0 20px 0;
  }
}
.footer-nav-wrapper .social-media {
  font-size: 12px;
  width: 82.5em;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  padding-top: 5px;
}
@media handheld,only screen and (max-width: 69.5em) {
  .footer-nav-wrapper .social-media {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 69.5em) {
  .footer-nav-wrapper .social-media {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.footer-nav-wrapper .social-media a {
  display: inline-block;
}
.footer-nav-wrapper .social-media a img {
  display: inline-block;
  padding: 0 1px;
  margin: 0 8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-nav-wrapper .social-media a img:hover {
  opacity: 0.5;
}
.footer-nav-wrapper ul {
  font-size: 12px;
  width: 82.5em;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  margin-top: 30px;
}
@media handheld,only screen and (max-width: 69.5em) {
  .footer-nav-wrapper ul {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 69.5em) {
  .footer-nav-wrapper ul {
    display: none;
  }
}
.footer-nav-wrapper ul li {
  display: inline-block;
  padding: 0 20px;
  font-family: 'open sans';
}
.footer-nav-wrapper ul li a {
  color: #a7ccec;
  text-decoration: none;
  font-size: 20px;
  font-weight: 200;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-nav-wrapper ul li a:hover {
  opacity: 0.5;
}
.footer-nav-wrapper ul li ul {
  display: none;
}
.footer-logos-wrapper {
  text-align: center;
  padding: 38px 0 36px 0;
  background: #a7ccec;
}
@media handheld,only screen and (max-width: 69.5em) {
  .footer-logos-wrapper {
    display: none;
  }
}
.footer-logos-wrapper .media-thumbnail {
  margin: 1em 0.4em;
  display: inline-block;
  vertical-align: middle;
}
.footer-logos-wrapper .media-thumbnail a {
  display: block;
}
.footer-logos-wrapper .media-thumbnail a img {
  display: block;
}
.footer-logos-wrapper .footer-logos-constrain {
  font-size: 12px;
  width: 82.5em;
  margin: 0 auto;
  padding: 0;
}
@media handheld,only screen and (max-width: 69.5em) {
  .footer-logos-wrapper .footer-logos-constrain {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-wrapper .footer-block {
  font-size: 12px;
  width: 82.5em;
  margin: 0 auto;
  padding: 0;
  background: #edf5fb;
  padding: 40px 0 0 0;
  text-align: center;
}
@media handheld,only screen and (max-width: 69.5em) {
  .footer-wrapper .footer-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 69.5em) {
  .footer-wrapper .footer-block {
    padding: 16px 0;
  }
}
.footer-wrapper .footer-block .deviding-line {
  display: inline-block;
  width: 2px;
  height: 488px;
  background: white;
  margin: 0 20px;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media handheld,only screen and (max-width: 69.5em) {
  .footer-wrapper .footer-block .deviding-line {
    display: none;
  }
}
.footer-wrapper .footer-block .mt-sheridan-contact,
.footer-wrapper .footer-block .stockland-contact {
  color: #182d5b;
  font-family: 'open sans';
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 30px 0;
  font-weight: 200;
  width: 450px;
}
@media handheld,only screen and (max-width: 69.5em) {
  .footer-wrapper .footer-block .mt-sheridan-contact,
  .footer-wrapper .footer-block .stockland-contact {
    width: 100%;
    display: block;
    text-align: center !important;
    padding: 0;
    font-size: 14px;
  }
}
.footer-wrapper .footer-block .mt-sheridan-contact a,
.footer-wrapper .footer-block .stockland-contact a {
  color: #182d5b;
  text-decoration: none;
}
.footer-wrapper .footer-block .mt-sheridan-contact {
  text-align: right;
}
.footer-wrapper .footer-block .stockland-contact {
  text-align: left;
}
.footer-wrapper .footer-block .more-details-button {
  background-color: #a7ccec;
  width: 200px;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 1.65em;
  font-family: 'open sans';
  font-weight: 200;
  color: #182d5b;
  width: 250px;
  height: 80px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media handheld,only screen and (max-width: 69.5em) {
  .footer-wrapper .footer-block .more-details-button {
    display: none;
  }
}
.footer-wrapper .footer-block .more-details-button .more img,
.footer-wrapper .footer-block .more-details-button .hide img {
  position: absolute;
  top: 15px;
  margin: 0 115px;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-wrapper .footer-block .more-details-button .more {
  display: none;
}
.footer-wrapper .footer-block .more-details-button .hide {
  display: block;
}
.footer-wrapper .footer-block .more-details-button .hide img {
  top: 20px;
}
.footer-wrapper .footer-block .more-details-button:hover {
  background-color: #94c5ea;
}
.footer-wrapper .footer-block .more-details-button:hover img {
  top: 15px;
}
.footer-wrapper .footer-block .map {
  margin-top: 40px;
  position: relative;
  width: 450px;
  height: 450px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media handheld,only screen and (max-width: 69.5em) {
  .footer-wrapper .footer-block .map {
    display: none;
  }
}
.footer-wrapper .footer-block .map .overlay {
  position: absolute;
  left: 62px;
  top: 101px;
  width: 318px;
  height: 70px;
  background-image: url('../../include/resources/cairnsdental/images/map-overlay.svg');
  background-repeat: no-repeat;
  background-size: 318px 70px;
  color: white;
  font-family: 'open sans';
  font-size: 13.5px;
  text-align: left;
  font-weight: 200;
  padding: 12px 65px;
  line-height: 23px;
  text-decoration: none;
}
.footer-wrapper .footer-block.hide .deviding-line {
  height: 80px;
}
.footer-wrapper .footer-block.hide .more-details-button .more {
  display: block;
}
.footer-wrapper .footer-block.hide .more-details-button .hide {
  display: none;
}
.footer-wrapper .footer-block.hide .more-details-button:hover {
  background-color: #94c5ea;
}
.footer-wrapper .footer-block.hide .more-details-button:hover img {
  top: 20px;
}
.footer-wrapper .footer-block.hide .map {
  height: 0;
}
.author-wrapper {
  background: #182d5b;
  padding: 20px 0;
}
@media handheld,only screen and (max-width: 69.5em) {
  .author-wrapper {
    text-align: center;
    padding: 30px 0;
  }
}
.author-wrapper .author-block {
  font-size: 12px;
  width: 82.5em;
  margin: 0 auto;
  padding: 0;
}
@media handheld,only screen and (max-width: 69.5em) {
  .author-wrapper .author-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.author-wrapper .social-media,
.author-wrapper .author-inner {
  display: inline-block;
  width: 49%;
  font-size: 14px;
}
@media handheld,only screen and (max-width: 69.5em) {
  .author-wrapper .social-media,
  .author-wrapper .author-inner {
    display: block;
    width: 100%;
  }
}
.author-wrapper .social-media {
  color: #a7ccec;
}
.author-wrapper .social-media .follow-text {
  display: inline-block;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 69.5em) {
  .author-wrapper .social-media .follow-text {
    display: none;
  }
}
.author-wrapper .social-media a {
  display: inline-block;
  vertical-align: middle;
}
.author-wrapper .social-media a img {
  margin-left: 6px;
  margin-top: 3px;
}
@media handheld,only screen and (max-width: 69.5em) {
  .author-wrapper .social-media a img {
    margin: 0 4px;
  }
}
.author-wrapper .author-inner {
  text-align: right;
}
@media handheld,only screen and (max-width: 69.5em) {
  .author-wrapper .author-inner {
    text-align: center;
  }
}
.author-wrapper a {
  color: #a7ccec;
  text-decoration: none;
  display: inline-block;
}
@media handheld,only screen and (max-width: 69.5em) {
  .author-wrapper a {
    font-size: 12px;
  }
}
.author-wrapper a:hover {
  color: #a7ccec;
  text-decoration: underline;
}
.enquiryforms {
  position: relative;
}
.enquiryforms .enquiry {
  top: 37px;
  width: 100%;
}
.enquiryforms ul {
  margin: 0;
}
.enquiryforms ul li {
  display: inline-block;
  margin-bottom: 0;
}
.enquiryforms ul li a {
  display: block;
  width: auto;
  padding: 8px 17px;
  height: 37px;
  background: #97bee1;
}
.enquiryforms ul li a.selected {
  background: #a7ccec;
}
.enquiryforms ul li:first-child a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  margin-right: -4px;
  border-right: 1px solid white;
}
.enquiryforms ul li:last-child a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
}
