/**
 * /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 ***/
/********************/
/* Header */
/* Hero */
/* Navigation */
/* Sub Navigation */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* 
  Form Colours and Borders.
  See forms.less for Label/Input Sizes and Distribution.
*/
/* Shadows */
/* Pagination */
/* System Messages */
/***********************************************/
/*** Responsive Layout and Global Structures ***/
/***********************************************/
/* Base Grid */
/* Width of the critical content area */
/* Tablet and Mobile Breakpoints */
/* Situational Breakpoints */
/* When the navigation should switch to compact mode */
/* When the design should change to a single-column layout */
/* When tables should stack cells */
/**********************/
/*** CMS: Overrides ***/
/**********************/
/**************************/
/*** CMS: Extra Classes ***/
/**************************/
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/* Form Label Options */
/* Form Input Size Options */
/**
 * /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 ***/
/*******************/
/*********************/
/*** Search Module ***/
/*********************/
/*******************/
/*** Auth Module ***/
/*******************/
.right {
  float: right;
}
@media handheld,only screen and (max-width: 480px) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 480px) {
  .left {
    float: none;
  }
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
.box-shadow {
  -webkit-box-shadow: 1px 1px 2px 2px #d2d2d2;
  box-shadow: 1px 1px 2px 2px #d2d2d2;
}
.text-shadow {
  text-shadow: 1px 1px 2px #666666;
  filter: dropshadow(color=#666666,offx=1px,offy=1px);
}
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body,
p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
.block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 480px) {
  .block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.msg {
  color: #ffffff;
  background: #F39800;
  width: auto !important;
  border: 0;
  border-radius: 0;
  padding: 0.5em 2.5em;
  margin: 1em 0em 2em 0em !important;
}
.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: #a90000;
}
ul.breadcrumbs {
  list-style-type: none;
  margin: 0 0 1em 0 !important;
}
ul.breadcrumbs li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #dddddd;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #dddddd;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #aaaaaa;
}
.pagination {
  text-align: center;
  margin-top: 1.5em;
}
.pagination ul.pagination {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  width: auto;
  margin: 0;
}
.pagination ul.pagination li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 0.9em;
  border-radius: 0;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  display: block;
  color: #f27534;
  background-color: transparent;
  border-radius: 0;
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  display: block;
  color: #f27534;
  background-color: transparent;
  text-decoration: none;
  border-radius: 0;
  padding: 0em 0.35em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #f27534;
  background-color: transparent;
  text-decoration: underline;
}
.pagination ul.pagination li.current a {
  color: ;
  background-color: transparent;
  text-decoration: underline;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: ;
  background-color: transparent;
}
p {
  font-size: 18;
  margin: 18px 0;
}
a {
  color: #f27534;
  text-decoration: none;
}
a:hover {
  color: #e4580f;
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 480px) {
  a:hover {
    color: #f27534;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #322c50;
  font-weight: normal;
  font-family: Raleway, sans-serif;
  margin: 1em 0em 0.2em 0em;
}
h1 {
  color: #f27534;
  font-size: 40px;
  line-height: 15px;
  margin: 18px 0;
}
@media handheld,only screen and (max-width: 480px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
h2 {
  font-size: 1.8em;
  line-height: 1.2em;
}
h3 {
  font-size: 1.6em;
}
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: 1px solid #d2d2d2;
  border-collapse: collapse;
  border-radius: 0;
  margin: 1em 0em;
}
@media handheld,only screen and (max-width: 480px) {
  table {
    table-layout: fixed;
    width: 100%;
  }
}
table tr {
  border-bottom: 1px solid #d2d2d2;
}
@media handheld,only screen and (max-width: 480px) {
  table tr {
    display: block;
    background-color: #e3e3e3;
    border-bottom: 1px solid #d2d2d2;
    width: auto !important;
    height: auto !important;
    padding: 1em 0.75em;
  }
}
table tr td,
table tr th {
  color: #1e1e1e;
  background-color: #e3e3e3;
  vertical-align: top;
  padding: 0.5em 1em;
}
@media handheld,only screen and (max-width: 480px) {
  table tr td,
  table tr th {
    display: block;
    background-color: transparent;
    border-bottom: none;
    width: auto !important;
    height: auto !important;
    padding: 0.1em 0em;
  }
}
table tr td .media-thumbnail img,
table tr th .media-thumbnail img {
  max-width: none;
}
@media handheld,only screen and (max-width: 480px) {
  table tr td .media-thumbnail img,
  table tr th .media-thumbnail img {
    max-width: 100%;
  }
}
@media handheld,only screen and (max-width: 480px) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media handheld,only screen and (max-width: 480px) {
  table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 480px) {
  table thead tr {
    background-color: #f27534;
  }
}
table thead tr td,
table thead tr th {
  color: #fef1eb;
  background-color: #f27534;
  font-weight: bold;
}
table tfoot {
  border-top: 1px solid #d2d2d2;
}
@media handheld,only screen and (max-width: 480px) {
  table tfoot tr {
    background-color: #d7d7d7;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #1e1e1e;
  background-color: #d7d7d7;
  font-weight: bold;
}
table.table-invisible {
  border-radius: 0px;
  border: none;
}
table.table-invisible tr {
  border: none;
}
@media handheld,only screen and (max-width: 480px) {
  table.table-invisible tr {
    background-color: transparent;
    border: none;
    padding: 0em;
  }
}
table.table-invisible tr td,
table.table-invisible tr th {
  color: #1e1e1e;
  background-color: transparent;
  border: none;
  padding: 0.5em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 480px) {
  table.table-invisible tr td,
  table.table-invisible tr th {
    padding: 0em;
  }
}
table.table-invisible thead tr td,
table.table-invisible thead tr th,
table.table-invisible tfoot tr td,
table.table-invisible tfoot tr th {
  color: #1e1e1e;
  background-color: transparent;
  font-weight: bold;
}
hr {
  color: #e3e3e3;
  background: #e3e3e3;
  height: 1px;
  margin: 2em 0 1.1em 0;
}
blockquote {
  color: #f27534;
  background: #e3e3e3;
  font-size: 1.1em;
  text-align: center;
  border-radius: 0;
  margin: 2em auto;
  padding: 1em 2em;
}
.button,
.submit {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #fcddcc;
  background-color: #f27534;
  font-size: 1em;
  font-family: Raleway, sans-serif;
  text-decoration: none;
  border: 0px solid #f27534;
  border-radius: 0;
  margin: 0.4em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
}
.button .button-arrow,
.submit .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23fcddcc%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button img,
.submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button:hover,
.submit:hover {
  color: #fcddcc;
  background-color: #f0651c;
  border-color: #f27534;
  text-decoration: none;
}
.button-small {
  padding: 0.325em 1em;
}
.button-alt .button {
  padding: 1.3em 2em;
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 480px) {
  .left {
    float: none;
    margin: 0.5em auto;
  }
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 480px) {
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.nosplit {
  white-space: nowrap !important;
}
@media handheld,only screen and (max-width: 480px) {
  .nosplit {
    white-space: normal;
  }
}
.no-wrap {
  clear: both !important;
}
.no-border {
  background-color: transparent !important;
  padding: 0em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  max-width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 480px) {
  .media-thumbnail {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-thumbnail img {
  background: transparent;
  border: 0px solid #c5c5c5;
  border-radius: 0;
  vertical-align: middle;
  padding: 0px;
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #1e1e1e;
  font-size: 0.85em;
  text-align: center;
  line-height: 1.4em;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 480px) {
  .media-thumbnail .media-caption {
    text-align: center;
    margin: 0.5em auto 1em auto;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .media-thumbnail.left,
  .media-thumbnail.right {
    display: block;
    float: none;
    text-align: center;
  }
}
.media-thumbnail.left {
  margin: 0.5em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 480px) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0.5em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 480px) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-gallery {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.media-gallery > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 480px) {
  .media-gallery {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.5333333333%;
  border-radius: 0;
  vertical-align: top;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 480px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail img {
  background: transparent;
  width: 100%;
  vertical-align: middle;
  border: 0px solid #c5c5c5;
  border-radius: 0;
  padding: 0px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 480px) {
  .page-region form {
    max-width: 100%;
  }
}
.page-region form.form-invisible {
  background: transparent;
  border: none;
}
.page-region form.form-invisible .form-row {
  background: transparent;
  border: none;
  padding: 0.6em 0em;
}
.page-region form.f {
  color: #1e1e1e;
  background: #e3e3e3;
  font-size: 1em;
  font-family: Raleway, sans-serif;
  border: 1px solid #d2d2d2;
  max-width: 100%;
  padding: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 7.5em;
  border-bottom: none;
}
@media handheld,only screen and (max-width: 480px) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .page-region form.f .buttons button,
  .page-region form.f .buttons .button {
    width: auto;
  }
}
.page-region form .form-row.inline-field,
.page-region form .inline-field {
  padding: 0.7em 0em;
}
@media handheld,only screen and (max-width: 480px) {
  .page-region form .form-row.inline-field,
  .page-region form .inline-field {
    padding: 0.7em 0em;
  }
}
.page-region form .form-row.inline-field .field,
.page-region form .inline-field .field {
  margin-left: 0em;
}
.page-region form .form-row {
  color: #1e1e1e;
  background: #e3e3e3;
  font-family: Raleway, sans-serif;
  border-bottom: 1px solid #d2d2d2;
  padding: 0.8em 1em;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
@media handheld,only screen and (max-width: 480px) {
  .page-region form .form-row {
    padding: 0.8em 1em;
  }
}
.page-region form .form-row label {
  float: left;
  color: #1e1e1e;
  background-color: transparent;
  width: 6.5em;
  margin: 0.35em 0em;
}
@media handheld,only screen and (max-width: 480px) {
  .page-region form .form-row label {
    float: none;
    width: auto;
  }
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row .field {
  margin-left: 7.5em;
}
@media handheld,only screen and (max-width: 480px) {
  .page-region form .form-row .field {
    display: block;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .page-region form .form-row .field .cal-icon {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background: #a90000;
  padding: 0.2em 0.35em;
  margin: 0.3em 0.2em;
}
.page-region form .form-row .field .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 {
  color: #1e1e1e;
  background: #ebebeb;
  font-size: 1em;
  font-family: Raleway, sans-serif;
  width: 85%;
  max-width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  padding: 0.3em;
  margin: 0.2em 0;
}
@media handheld,only screen and (max-width: 480px) {
  .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: 85%;
  }
}
.page-region form .form-row input[type=radio],
.page-region form .form-row input[type=checkbox] {
  border: 0;
  margin: 0 0.2em 0 0;
}
@media handheld,only screen and (max-width: 480px) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 85%;
    overflow: hidden;
  }
}
.page-region form .form-row input.tiny,
.page-region form .form-row textarea.tiny,
.page-region form .form-row select.tiny {
  width: 10%;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 480px) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 85%;
    min-width: 0em;
  }
}
.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: 12em;
}
@media handheld,only screen and (max-width: 480px) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.medium,
.page-region form .form-row textarea.medium,
.page-region form .form-row select.medium {
  width: 50%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 480px) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.large,
.page-region form .form-row textarea.large,
.page-region form .form-row select.large {
  width: 85%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 480px) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row .submit {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #fcddcc;
  background-color: #f27534;
  font-size: 1em;
  font-family: Raleway, sans-serif;
  text-decoration: none;
  border: 0px solid #f27534;
  border-radius: 0;
  margin: 0.4em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
}
.page-region form .form-row .submit .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23fcddcc%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.page-region form .form-row .submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.page-region form .form-row .submit:hover {
  color: #fcddcc;
  background-color: #f0651c;
  border-color: #f27534;
  text-decoration: none;
}
.page-region form .form-row .submit:hover {
  color: #fcddcc;
  background-color: #f0651c;
}
.page-region form.medium-label {
  width: auto;
}
.page-region form.medium-label .buttons {
  margin-top: 0em;
}
.page-region form.medium-label .buttons.form-row {
  border-bottom: none;
}
.page-region form.large-label label {
  width: 16em;
  margin-right: 1em;
}
.page-region form.large-label .field {
  margin-left: 7.5em;
}
#enquiry_form {
  max-width: 487.5px;
}
.cta-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  padding: 10px 0px;
}
.cta-block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 480px) {
  .cta-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.cta-block .cta {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.5333333333%;
}
@media handheld,only screen and (max-width: 480px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .cta-block .cta {
    max-width: 300px;
    margin: 0.75em auto;
  }
}
.cta-block .cta .cta-inner {
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 0.5em;
}
.cta-block .cta .cta-inner a {
  display: block;
  color: #ffffff;
  background-color: #f27534;
  text-decoration: none;
  border: 1px solid #f27534;
  border-radius: 0;
  padding: 0.25em;
  overflow: auto;
}
.cta-block .cta .cta-inner a:hover {
  color: #ffffff;
  background-color: #e4580f;
  border-color: #e4580f;
}
.cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action {
  display: block;
  margin: 0em;
}
.cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
  border: none;
  border-radius: 0px;
  padding: 0em;
}
@media handheld,only screen and (max-width: 480px) {
  .cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
    margin-top: 0em;
  }
}
.cta-block .cta .cta-inner a .cta-title {
  display: block;
  padding: 0.75em;
}
.news-wrapper.news-wrapper-with-sidebar {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.news-wrapper.news-wrapper-with-sidebar > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 480px) {
  .news-wrapper.news-wrapper-with-sidebar {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 480px) {
  .news-wrapper.news-wrapper-with-sidebar .news-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  padding-top: 0.75em;
}
@media handheld,only screen and (max-width: 480px) {
  .news-wrapper.news-wrapper-with-sidebar .news-sidebar {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post {
  border-bottom: 1px solid #dedede;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 480px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 480px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image .media-thumbnail {
    text-align: left;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 480px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info {
  color: #5e5e5e;
}
@media handheld,only screen and (max-width: 480px) {
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-category,
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-date {
    display: block;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-spacer {
    display: none;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info a {
  color: #5e5e5e;
}
@media handheld,only screen and (max-width: 480px) {
  .news-wrapper .news-posts-single .news-post-information .news-post-social,
  .news-wrapper .news-posts-single .news-post-information .news-date {
    display: block;
    float: none;
    text-align: left;
    margin: 0.25em 0em;
  }
}
.news-wrapper .news-posts-single .news-post-information .news-date {
  color: #5e5e5e;
}
.news-wrapper .news-posts-single .cms-page-comment {
  background: #dedede;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-family: Raleway, sans-serif;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-body {
  color: #1e1e1e;
}
.news-wrapper .news-posts-single #cms_page_comment_form .form-row div.field #comment_field {
  width: 85%;
}
.search-wrapper .search input.search-button {
  background-color: #f27534;
}
.search-wrapper .search input.search-button:hover {
  background-color: #f0651c;
}
@media handheld,only screen and (max-width: 480px) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: #ffffff;
  font-family: Raleway, sans-serif;
  line-height: 1.35em;
}
.mb-logo {
  text-align: center;
  padding: 20px 0 15px 0;
}
.page-region {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.header-wrapper {
  background: #f27534;
  text-align: left;
  padding: 10px 0 90px 0;
  position: relative;
  z-index: 230;
}
@media handheld,only screen and (max-width: 670px) {
  .header-wrapper {
    text-align: center;
  }
}
.header-wrapper .header-constrain {
  font-size: 18px;
  width: 975px;
  margin: 0 auto;
}
@media screen and (max-width: 1011.41078838px) {
  .header-wrapper .header-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 670px) {
  .header-wrapper .header-constrain img {
    width: 270px;
  }
}
.header-wrapper .header-constrain a {
  float: right;
  color: white;
  font-weight: 700;
  padding: 33px 0 0 0;
  margin-top: 46px;
  background-image: url('../../include/resources/landerhomes/images/facebook-icon.png');
  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%2212px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2012%2012%22%20enable-background%3D%22new%200%200%2012%2012%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M11.3%2C0.7c0.4%2C0.4%2C0.7%2C1%2C0.7%2C1.6v7.5c0%2C0.6-0.2%2C1.2-0.7%2C1.6s-1%2C0.7-1.6%2C0.7H2.2c-0.6%2C0-1.2-0.2-1.6-0.7%20S0%2C10.4%2C0%2C9.8V2.2c0-0.6%2C0.2-1.2%2C0.7-1.6S1.6%2C0%2C2.2%2C0h7.5C10.4%2C0%2C10.9%2C0.2%2C11.3%2C0.7z%20M7.7%2C4.8H6.6V4.1c0-0.2%2C0-0.3%2C0.1-0.4%20s0.2-0.1%2C0.4-0.1h0.6V2.4h-1c-0.6%2C0-0.9%2C0.1-1.1%2C0.4S5.2%2C3.5%2C5.2%2C4v0.7H4.3V6h0.9v3.6h1.3V6h1L7.7%2C4.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'), none;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 30px 30px;
}
@media handheld,only screen and (max-width: 670px) {
  .header-wrapper .header-constrain a {
    display: none;
  }
}
.hero-wrapper {
  position: relative;
  z-index: 1000;
  margin-top: -80px;
}
.hero-wrapper .hero-constrain {
  font-size: 18px;
  width: 975px;
  margin: 0 auto;
}
@media screen and (max-width: 1011.41078838px) {
  .hero-wrapper .hero-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .hero-wrapper .hero-constrain {
    width: 100%;
    margin: 0;
  }
}
.hero-wrapper .hero-constrain .hero-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  position: relative;
  z-index: 10;
}
.hero-wrapper .hero-constrain .hero-block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 480px) {
  .hero-wrapper .hero-constrain .hero-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.hero-wrapper .hero-constrain .hero-block .hero-images {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 480px) {
  .hero-wrapper .hero-constrain .hero-block .hero-images {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.hero-wrapper .hero-constrain .hero-block .hero-images img {
  width: 100%;
  height: auto;
  border-radius: 0;
  left: 0;
  top: 0;
}
.hero-wrapper .hero-constrain .hero-block .hero-nav-arrows {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
  position: absolute;
  left: 0;
  top: 50%;
}
@media handheld,only screen and (max-width: 480px) {
  .hero-wrapper .hero-constrain .hero-block .hero-nav-arrows {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.hero-wrapper .hero-constrain .hero-block .hero-nav-arrows .hero-nav-left,
.hero-wrapper .hero-constrain .hero-block .hero-nav-arrows .hero-nav-right {
  position: absolute;
  top: 50%;
  color: #fcddcc;
  background-color: #f27534;
  min-width: 44px;
  min-height: 44px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  /* half of height */
  margin-top: -22px;
  z-index: 40;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}
@media handheld,only screen and (max-width: 480px) {
  .hero-wrapper .hero-constrain .hero-block .hero-nav-arrows .hero-nav-left,
  .hero-wrapper .hero-constrain .hero-block .hero-nav-arrows .hero-nav-right {
    display: none;
  }
}
.hero-wrapper .hero-constrain .hero-block .hero-nav-arrows .hero-nav-left:hover,
.hero-wrapper .hero-constrain .hero-block .hero-nav-arrows .hero-nav-right:hover {
  background-color: #322c50;
}
.hero-wrapper .hero-constrain .hero-block .hero-nav-arrows .hero-nav-left {
  left: 0;
  right: auto;
  margin-left: -22px;
  margin-right: 0;
  background-image: url('../../include/resources/landerhomes/images/left-arrow.png');
  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%229.9px%22%20height%3D%2210.4px%22%20viewBox%3D%220%200%209.9%2010.4%22%20enable-background%3D%22new%200%200%209.9%2010.4%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M9.9%2C4.8v0.9c0%2C0.2-0.1%2C0.4-0.2%2C0.6C9.5%2C6.4%2C9.3%2C6.5%2C9.1%2C6.5H4.4l2%2C2c0.2%2C0.2%2C0.3%2C0.4%2C0.3%2C0.6%20c0%2C0.2-0.1%2C0.4-0.3%2C0.6l-0.5%2C0.5c-0.2%2C0.2-0.4%2C0.3-0.6%2C0.3c-0.2%2C0-0.4-0.1-0.6-0.3L0.2%2C5.8C0.1%2C5.7%2C0%2C5.5%2C0%2C5.2%20C0%2C5%2C0.1%2C4.8%2C0.2%2C4.6l4.4-4.4C4.8%2C0.1%2C5%2C0%2C5.2%2C0c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0.2l0.5%2C0.5c0.2%2C0.2%2C0.3%2C0.4%2C0.3%2C0.6S6.5%2C1.8%2C6.3%2C2l-2%2C2h4.7%20c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0.3C9.8%2C4.3%2C9.9%2C4.6%2C9.9%2C4.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'), none;
}
@media handheld,only screen and (max-width: 480px) {
  .hero-wrapper .hero-constrain .hero-block .hero-nav-arrows .hero-nav-left {
    display: none;
  }
}
.hero-wrapper .hero-constrain .hero-block .hero-nav-arrows .hero-nav-right {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -22px;
  background-image: url('../../include/resources/landerhomes/images/right-arrow.png');
  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%229.9px%22%20height%3D%2210.4px%22%20viewBox%3D%220%200%209.9%2010.4%22%20enable-background%3D%22new%200%200%209.9%2010.4%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M0%2C5.6V4.8c0-0.2%2C0.1-0.4%2C0.2-0.6C0.4%2C4%2C0.6%2C3.9%2C0.8%2C3.9h4.7l-2-2C3.4%2C1.8%2C3.3%2C1.6%2C3.3%2C1.4%20c0-0.2%2C0.1-0.4%2C0.3-0.6L4%2C0.3C4.2%2C0.1%2C4.4%2C0%2C4.6%2C0c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0.3l4.4%2C4.4C9.8%2C4.8%2C9.9%2C5%2C9.9%2C5.2c0%2C0.2-0.1%2C0.4-0.2%2C0.6%20l-4.4%2C4.4c-0.2%2C0.2-0.4%2C0.2-0.6%2C0.2c-0.2%2C0-0.4-0.1-0.6-0.2L3.5%2C9.7C3.4%2C9.5%2C3.3%2C9.3%2C3.3%2C9.1s0.1-0.4%2C0.3-0.6l2-2H0.8%20c-0.2%2C0-0.4-0.1-0.6-0.3C0.1%2C6.1%2C0%2C5.9%2C0%2C5.6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'), none;
}
@media handheld,only screen and (max-width: 480px) {
  .hero-wrapper .hero-constrain .hero-block .hero-nav-arrows .hero-nav-right {
    display: none;
  }
}
.hero-wrapper .hero-constrain .hero-block .hero-nav {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 15;
}
@media handheld,only screen and (max-width: 480px) {
  .hero-wrapper .hero-constrain .hero-block .hero-nav {
    position: relative;
    bottom: -2px;
    text-align: center;
  }
}
.hero-wrapper .hero-constrain .hero-block .hero-nav ul {
  margin: 0;
}
.hero-wrapper .hero-constrain .hero-block .hero-nav ul li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background: #f5d9ca;
  border: 3px solid #ffffff;
  padding: 5px;
  margin: 0 5px 0 0;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 480px) {
  .hero-wrapper .hero-constrain .hero-block .hero-nav ul li {
    padding: 8px;
    border-width: 5px;
    margin-right: 10px;
  }
}
.hero-wrapper .hero-constrain .hero-block .hero-nav ul li:hover {
  background: #322c50;
}
.hero-wrapper .hero-constrain .hero-block .hero-nav ul li.currentslide {
  background: #f27534;
}
.one-half {
  width: 43%;
  display: inline-block;
  vertical-align: top;
  margin-left: 6%;
}
@media handheld,only screen and (max-width: 480px) {
  .one-half {
    width: 100%;
    margin: 0;
  }
}
.content-wrapper {
  margin-bottom: -80px;
  z-index: 1000;
  position: relative;
}
.content-wrapper .content-constrain {
  font-size: 18px;
  width: 975px;
  margin: 0 auto;
  color: #1e1e1e;
  background: #ebebeb;
  border-radius: 0;
  padding: 30px 15px;
}
@media screen and (max-width: 1011.41078838px) {
  .content-wrapper .content-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .content-wrapper .content-constrain {
    width: 100%;
    margin: 0;
  }
}
.content-wrapper .content-constrain .content-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 480px) {
  .content-wrapper .content-constrain .content-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 480px) {
  .content-wrapper .content-constrain .content-block .content-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 480px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.5333333333%;
}
@media handheld,only screen and (max-width: 480px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #fcddcc;
  background-color: #f27534;
  font-size: 1em;
  font-family: Raleway, sans-serif;
  text-decoration: none;
  border: 0px solid #f27534;
  border-radius: 0;
  margin: 0.4em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
  width: 100%;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23fcddcc%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a:hover {
  color: #fcddcc;
  background-color: #f0651c;
  border-color: #f27534;
  text-decoration: none;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li ul {
  display: none;
}
.author-wrapper {
  background: #322c50;
  padding: 109px 0 30px 0;
  text-align: center;
  position: relative;
  z-index: 100;
}
.author-wrapper a {
  color: white;
  text-decoration: none;
  font-weight: 200;
}
.author-wrapper a:hover {
  color: white;
  text-decoration: underline;
}
