/**
 * /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 ***/
/**********************/
/****************************/
/*** Design and Build CTA ***/
/****************************/
/*******************/
/*** News Module ***/
/*******************/
/*********************/
/*** Search Module ***/
/*********************/
/*******************/
/*** Auth Module ***/
/*******************/
/*  Shared Design & Build Set 
    Bottom of content for Home page. Top of content for Internal.
*/
/* Shared Content Panel/Hero Module Styling */
/* Specific Panel/Hero Styling */
/* General Page Structure */
.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: 0px 0px 20px 5px #e8e8e8;
  box-shadow: 0px 0px 20px 5px #e8e8e8;
}
.text-shadow {
  text-shadow: 1px 1px 2px #a2a2a2;
  filter: dropshadow(color=#a2a2a2,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: -0.25%;
  width: 100.25%;
  padding: 0;
}
.block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 480px) {
  .block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.msg {
  color: #ffffff;
  background: #F39800;
  width: auto !important;
  border: 0;
  border-radius: 0px;
  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: #a2a2a2;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #a2a2a2;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #6f6f6f;
}
.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;
  background-image: none;
  border-radius: 18px;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  display: block;
  color: #399cd0;
  background-color: transparent;
  border-radius: 18px;
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  display: block;
  color: #399cd0;
  background-color: transparent;
  text-decoration: none;
  border-radius: 18px;
  padding: 0em 0.35em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #399cd0;
  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 {
  margin: 1.25em 0;
}
a {
  color: #399cd0;
  text-decoration: none;
}
a:hover {
  color: #2980ad;
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 480px) {
  a:hover {
    color: #399cd0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #004477;
  font-weight: normal;
  font-family: 'Jura', Verdana, sans-serif;
  line-height: 1.1em;
  margin: 1em 0em 0.2em 0em;
  position: relative;
}
h1 {
  color: #004477;
  font-size: 2.2em;
  line-height: 1.2em;
  margin: 0 0 1em 0;
}
h1:after {
  display: block;
  content: "";
  background-color: #004477;
  width: 72px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  left: 0em;
  bottom: -0.25em;
}
h1 .media-thumbnail {
  margin: 0em;
}
h1 .media-thumbnail img {
  margin: 0em;
}
h2 {
  font-size: 1.8em;
  font-family: 'Jura', Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.2em;
}
h3 {
  font-size: 1.65em;
  font-family: 'Roboto', Verdana, sans-serif;
}
h4 {
  font-size: 1.25em;
  line-height: 1.05em;
  text-transform: uppercase;
  margin-top: 1.25em;
  margin-bottom: -0.9em;
}
h5 {
  font-size: 1em;
  font-family: 'PT Sans', Verdana, sans-serif;
  font-weight: 600;
  line-height: 1.4em;
}
h6 {
  font-size: 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;
}
.content-wrapper ul {
  list-style-type: none;
  margin: 1em 0em 1em 0em;
}
.content-wrapper ul li {
  background-image: url('../../include/resources/kilfoycabinets/images/g-bullet.png');
  background-position: 0em 0.6em;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  padding-left: 1em;
}
table {
  border: 1px solid #e3e3e3;
  border-collapse: collapse;
  border-radius: 0px;
  margin: 1.5em 0em;
}
@media handheld,only screen and (max-width: 480px) {
  table {
    table-layout: fixed;
    width: 100%;
  }
}
table tr {
  border-bottom: 1px solid #e3e3e3;
}
@media handheld,only screen and (max-width: 480px) {
  table tr {
    display: block;
    background-color: #ffffff;
    border-bottom: 1px solid #e3e3e3;
    width: auto !important;
    height: auto !important;
    padding: 1em 0.75em;
  }
}
table tr td,
table tr th {
  color: #191919;
  background-color: #ffffff;
  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: #e3e3e3;
  }
}
table thead tr td,
table thead tr th {
  color: #004477;
  background-color: #e3e3e3;
  font-weight: bold;
}
table tfoot {
  border-top: 1px solid #e3e3e3;
}
@media handheld,only screen and (max-width: 480px) {
  table tfoot tr {
    background-color: #f5f5f5;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #191919;
  background-color: #f5f5f5;
  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: #191919;
  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: #191919;
  background-color: transparent;
  font-weight: bold;
}
hr {
  color: #f7f7f7;
  background: #f7f7f7;
  height: 1px;
  margin: 1em 0;
}
blockquote {
  color: #191919;
  background: #f5f5f5;
  font-size: 1.1em;
  text-align: center;
  border-radius: 0px;
  margin: 2em auto;
  padding: 1em 2em;
}
.button,
.submit {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #6f6f6f;
  background-color: #e3e3e3;
  font-size: 1em;
  font-family: 'Jura', Verdana, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #e3e3e3;
  border-radius: 18px;
  margin: 0.4em 0em;
  padding: 0.45em 1.5em;
  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%236f6f6f%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: #6f6f6f;
  background-color: #bde1fc;
  border-color: #e3e3e3;
  text-decoration: none;
}
.button-small {
  padding: 0.225em 1.5em;
}
.button-alt {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #6f6f6f;
  background-color: #e3e3e3;
  font-size: 1em;
  font-family: 'Jura', Verdana, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #e3e3e3;
  border-radius: 18px;
  margin: 0.4em 0em;
  padding: 0.45em 1.5em;
  cursor: pointer;
  color: #6f6f6f;
  background-color: #bde1fc;
  border-color: #e3e3e3;
}
.button-alt .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%236f6f6f%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-alt img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button-alt:hover {
  color: #6f6f6f;
  background-color: #bde1fc;
  border-color: #e3e3e3;
  text-decoration: none;
}
.button-alt:hover {
  color: #6f6f6f;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.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;
}
.testimonial-name {
  color: #004477;
  font-family: 'Jura', Verdana, sans-serif;
  text-transform: uppercase;
  margin-top: 1.9em;
  position: relative;
  z-index: 0;
}
.testimonial-name:before {
  content: "~";
  color: #dedede;
  font-size: 4em;
  text-align: center;
  width: 100%;
  height: 2em;
  position: absolute;
  top: -0.5em;
  left: 0em;
  z-index: 5;
}
.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 #d9d9d9;
  border-radius: 0px;
  vertical-align: middle;
  padding: 0px;
}
@media handheld,only screen and (max-width: 480px) {
  .media-thumbnail img {
    pointer-events: none;
  }
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #191919;
  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: -0.25%;
  width: 100.25%;
  padding: 0;
}
.media-gallery > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 480px) {
  .media-gallery {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 17px;
  margin: 0;
  margin-left: 0.25%;
  vertical-align: top;
  width: 24.75%;
  border-radius: 0px;
  vertical-align: top;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  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 #d9d9d9;
  border-radius: 0px;
  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: #191919;
  background: #ffffff;
  font-size: 1em;
  font-family: 'PT Sans', Verdana, sans-serif;
  border: 0px solid #e3e3e3;
  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: #191919;
  background: #ffffff;
  font-family: 'PT Sans', Verdana, sans-serif;
  border-bottom: 0px solid #e3e3e3;
  padding: 0.5em 0em;
}
.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.5em 0em;
  }
}
.page-region form .form-row label {
  float: left;
  color: #191919;
  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: #191919;
  background: #ffffff;
  font-size: 1em;
  font-family: 'PT Sans', Verdana, sans-serif;
  width: 85%;
  max-width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  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: #6f6f6f;
  background-color: #e3e3e3;
  font-size: 1em;
  font-family: 'Jura', Verdana, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #e3e3e3;
  border-radius: 18px;
  margin: 0.4em 0em;
  padding: 0.45em 1.5em;
  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%236f6f6f%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: #6f6f6f;
  background-color: #bde1fc;
  border-color: #e3e3e3;
  text-decoration: none;
}
.page-region form .form-row .submit:hover {
  color: #6f6f6f;
  background-color: #bde1fc;
}
.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: 510px;
}
.cta-constrain {
  margin: 75px -50px;
}
.cta-constrain .cta-block {
  font-size: 0;
  display: block;
  margin-left: -0.25%;
  width: 100.25%;
  padding: 0;
  text-align: center;
}
.cta-constrain .cta-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 480px) {
  .cta-constrain .cta-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.cta-constrain .cta-block .cta {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 17px;
  margin: 0;
  margin-left: 0.25%;
  vertical-align: top;
  width: 33.083333333333%;
}
@media handheld,only screen and (max-width: 480px) {
  .cta-constrain .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .cta-constrain .cta-block .cta {
    max-width: 300px;
    margin: 0.75em auto;
  }
}
.cta-constrain .cta-block .cta:last-child .cta-inner a .cta-title {
  background-image: url('../../include/resources/kilfoycabinets/images/i-cta-last-corner.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.cta-constrain .cta-block .cta .cta-inner {
  color: #191919;
  text-align: center;
  margin-bottom: 0.5em;
}
.cta-constrain .cta-block .cta .cta-inner a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  border: 0px solid #004477;
  border-radius: 0px;
  overflow: auto;
}
.cta-constrain .cta-block .cta .cta-inner a:hover {
  color: #ffffff;
  border-color: #1c75bb;
}
.cta-constrain .cta-block .cta .cta-inner a:hover .cta-title {
  background-color: #1c75bb;
}
.cta-constrain .cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action {
  display: block;
  margin: 0em;
}
.cta-constrain .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-constrain .cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
    margin-top: 0em;
  }
}
.cta-constrain .cta-block .cta .cta-inner a .cta-title {
  display: block;
  background-color: #004477;
  font-size: 1.1em;
  font-family: 'Jura', Verdana, sans-serif;
  text-transform: uppercase;
  padding: 2.6em 0.25em;
  margin-top: 0.1em;
}
@media handheld,only screen and (max-width: 480px) {
  .cta-constrain .cta-block .cta .cta-inner a .cta-title {
    padding: 1.5em 0.25em;
  }
}
.design-and-build-cta-wrapper {
  float: right;
  width: 33%;
  max-width: 320px;
  text-align: center;
  margin: 0em 0em 2em 2em;
}
@media handheld,only screen and (max-width: 480px) {
  .design-and-build-cta-wrapper {
    float: none;
    width: auto;
    max-width: 100%;
    margin: 0em auto;
  }
}
.design-and-build-cta-wrapper .image-container {
  padding: 2.5em 0em 4.5em 0em;
  position: relative;
  z-index: 0;
}
@media handheld,only screen and (max-width: 480px) {
  .design-and-build-cta-wrapper .image-container {
    padding: 2.5em 0em 1em 0em;
  }
}
.design-and-build-cta-wrapper .image-container .media-thumbnail {
  border-radius: 50%;
  margin: 0em auto;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 480px) {
  .design-and-build-cta-wrapper .image-container .media-thumbnail {
    max-width: 285px;
  }
}
.design-and-build-cta-wrapper .image-container .image-1,
.design-and-build-cta-wrapper .image-container .image-2,
.design-and-build-cta-wrapper .image-container .image-3 {
  position: relative;
  margin-top: -1.5em;
}
.design-and-build-cta-wrapper .image-container .image-1 {
  z-index: 0;
}
.design-and-build-cta-wrapper .image-container .image-2 {
  z-index: 1;
}
.design-and-build-cta-wrapper .image-container .image-3 {
  z-index: 2;
}
.design-and-build-cta-wrapper .button-container {
  position: relative;
  z-index: 5;
}
@media handheld,only screen and (max-width: 480px) {
  .design-and-build-cta-wrapper .button-container {
    white-space: nowrap;
  }
}
.design-and-build-cta-wrapper .button-container.buttons-2 .button.enquire {
  margin-left: -1em;
}
@media handheld,only screen and (max-width: 1024px) {
  .design-and-build-cta-wrapper .button-container.buttons-2 .button.enquire {
    margin-left: auto;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .design-and-build-cta-wrapper .button-container.buttons-2 .button.enquire {
    margin-left: -0.85em;
  }
}
.design-and-build-cta-wrapper .button-container .button {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-position: 1.65em 50%;
  background-repeat: no-repeat;
  padding: 0.8em 1.5em 0.8em 3em;
}
@media handheld,only screen and (max-width: 1024px) {
  .design-and-build-cta-wrapper .button-container .button {
    width: auto;
    min-width: 10em;
    margin: 0.5em auto;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .design-and-build-cta-wrapper .button-container .button {
    min-width: 0em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .design-and-build-cta-wrapper .button-container .button {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    padding: 0.8em 1em 0.8em 2.25em;
    background-position: 1.0em 50%;
  }
}
.design-and-build-cta-wrapper .button-container .button.gallery {
  background-color: #bde1fc;
  background-color: rgba(189,225,252,0.55);
  background-image: url('../../include/resources/kilfoycabinets/images/icons/g-content-icon-gallery.png');
  background-image: url('../../include/resources/kilfoycabinets/images/icons/g-content-icon-gallery.svg'), none;
  background-size: 17px 13px;
}
.design-and-build-cta-wrapper .button-container .button.gallery:hover {
  background-color: #8ccbfa;
  background-color: rgba(140,203,250,0.55);
}
.design-and-build-cta-wrapper .button-container .button.enquire {
  background-color: #e3e3e3;
  background-color: rgba(227,227,227,0.65);
  background-image: url('../../include/resources/kilfoycabinets/images/icons/g-content-icon-enquire.png');
  background-image: url('../../include/resources/kilfoycabinets/images/icons/g-content-icon-enquire.svg'), none;
  background-size: 13px 13px;
}
.design-and-build-cta-wrapper .button-container .button.enquire:hover {
  background-color: #cacaca;
  background-color: rgba(202,202,202,0.65);
}
.news-wrapper.news-wrapper-with-sidebar {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.news-wrapper.news-wrapper-with-sidebar > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 480px) {
  .news-wrapper.news-wrapper-with-sidebar {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 17px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 73%;
}
@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: 17px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
  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 #f2f2f2;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 480px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image {
    font-size: 17px;
    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: 17px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
  padding: 20px 0px;
}
@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 {
    padding: 0px;
  }
}
@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: 17px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 73%;
}
@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: #595959;
}
@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: #595959;
}
.news-wrapper .news-posts-single .news-post-information {
  padding-top: 15px;
}
@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-post-social .facebook,
.news-wrapper .news-posts-single .news-post-information .news-date .facebook {
  margin-top: -0.2em;
}
.news-wrapper .news-posts-single .news-post-information .news-date {
  color: #595959;
}
.news-wrapper .news-posts-single .cms-page-comment {
  background: #f2f2f2;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-family: 'Jura', Verdana, sans-serif;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-body {
  color: #191919;
}
.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: #e3e3e3;
}
.search-wrapper .search input.search-button:hover {
  background-color: #bde1fc;
}
@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: #fefefe;
  font-family: 'PT Sans', Verdana, sans-serif;
  line-height: 1.45em;
}
.design-and-build-wrapper {
  text-align: center;
  position: relative;
  z-index: 5;
}
.design-and-build-wrapper.home {
  margin-bottom: -3.75em;
}
@media handheld,only screen and (max-width: 480px) {
  .design-and-build-wrapper.home {
    margin-bottom: -1.25em;
  }
}
.design-and-build-wrapper.home h3 {
  font-family: 'Roboto', Verdana, sans-serif;
  margin-bottom: 3.75em;
  position: relative;
}
.design-and-build-wrapper.home h3:after {
  display: block;
  content: "";
  background-color: #004477;
  width: 72px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  margin-left: -36px;
  left: 50%;
  bottom: -1.25em;
}
.design-and-build-wrapper.home .design-and-build-constrain {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 2.25em 0em;
  margin: 2em -50px;
}
.design-and-build-wrapper.home .button {
  color: #191919;
  background-color: transparent;
  background-image: url('../../include/resources/kilfoycabinets/images/g-button-dark-blue.png');
  background-image: url('../../include/resources/kilfoycabinets/images/g-button-dark-blue.svg'), none;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 29px 29px;
  font-size: 1.1em;
  border-radius: 0px;
  padding: 0.25em 3em 0.25em 1em;
  margin: 0.15em auto;
  min-height: 29px;
}
@media handheld,only screen and (max-width: 480px) {
  .design-and-build-wrapper.home .button {
    background-position: 50% 100%;
    padding: 0.5em 0.5em 2.25em 0.5em;
  }
}
.design-and-build-wrapper.home .button:hover {
  color: #1c75bb;
  background-image: url('../../include/resources/kilfoycabinets/images/g-button-light-blue.png');
  background-image: url('../../include/resources/kilfoycabinets/images/g-button-light-blue.svg'), none;
}
.design-and-build-wrapper.internal {
  background-color: #f5f5f5;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #f5f5f5;
  /* Compensate for Hero BG Cutoff Overlay */
  margin-top: 4px;
}
@media handheld,only screen and (max-width: 480px) {
  .design-and-build-wrapper.internal {
    display: none;
  }
}
.design-and-build-wrapper.internal .design-and-build-constrain {
  font-size: 17px;
  width: 1020px;
  margin: 0px auto;
  background-color: #ffffff;
}
@media screen and (max-width: 1025.1256281407px) {
  .design-and-build-wrapper.internal .design-and-build-constrain {
    width: 99.5%;
  }
}
.design-and-build-wrapper.internal .design-and-build-constrain .design-and-build-block .product .icon {
  width: 4.4em;
  height: 4.4em;
  margin: 0.5em auto;
}
.design-and-build-wrapper.internal .design-and-build-constrain .design-and-build-block .product .icon.kitchens {
  background-size: 30.4px 46.4px;
}
.design-and-build-wrapper.internal .design-and-build-constrain .design-and-build-block .product .icon.bathrooms {
  background-size: 38.4px 36px;
}
.design-and-build-wrapper.internal .design-and-build-constrain .design-and-build-block .product .icon.laundries {
  background-size: 30.4px 36.8px;
}
.design-and-build-wrapper.internal .design-and-build-constrain .design-and-build-block .product .icon.wardrobes {
  background-size: 34.4px 45.6px;
}
.design-and-build-wrapper.internal .design-and-build-constrain .design-and-build-block .product .icon.office {
  background-size: 40px 36.8px;
}
.design-and-build-wrapper.internal .design-and-build-constrain .design-and-build-block .product .icon.furniture {
  background-size: 32.8px 39.2px;
}
.design-and-build-wrapper.internal .design-and-build-constrain .design-and-build-block .product .title {
  padding: 0.25em 1.25em;
  margin: -0.75em auto 0.75em auto;
}
.design-and-build-wrapper .design-and-build-constrain .design-and-build-block {
  font-size: 0;
  display: block;
  margin-left: -0.25%;
  width: 100.25%;
  padding: 0;
}
.design-and-build-wrapper .design-and-build-constrain .design-and-build-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 480px) {
  .design-and-build-wrapper .design-and-build-constrain .design-and-build-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.design-and-build-wrapper .design-and-build-constrain .design-and-build-block .product {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 17px;
  margin: 0;
  margin-left: 0.25%;
  vertical-align: top;
  width: 16.416666666667%;
}
@media handheld,only screen and (max-width: 480px) {
  .design-and-build-wrapper .design-and-build-constrain .design-and-build-block .product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.design-and-build-wrapper .design-and-build-constrain .design-and-build-block .product:hover {
  text-decoration: none;
}
.design-and-build-wrapper .design-and-build-constrain .design-and-build-block .product:hover .icon {
  background-color: #f5f5f5;
}
.design-and-build-wrapper .design-and-build-constrain .design-and-build-block .product:hover .title {
  color: #399cd0;
}
.design-and-build-wrapper .design-and-build-constrain .design-and-build-block .product .icon {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 5.5em;
  height: 5.5em;
  border-radius: 50%;
  margin: 0.75em auto;
  vertical-align: middle;
}
.design-and-build-wrapper .design-and-build-constrain .design-and-build-block .product .icon.kitchens {
  background-image: url('../../include/resources/kilfoycabinets/images/product-icons/i-cooking.png');
  background-image: url('../../include/resources/kilfoycabinets/images/product-icons/i-cooking.svg'), none;
  background-size: 50px 44px;
}
.design-and-build-wrapper .design-and-build-constrain .design-and-build-block .product .icon.bathrooms {
  background-image: url('../../include/resources/kilfoycabinets/images/product-icons/i-bathtub.png');
  background-image: url('../../include/resources/kilfoycabinets/images/product-icons/i-bathtub.svg'), none;
  background-size: 48px 44px;
}
.design-and-build-wrapper .design-and-build-constrain .design-and-build-block .product .icon.laundries {
  background-image: url('../../include/resources/kilfoycabinets/images/product-icons/i-washing.png');
  background-image: url('../../include/resources/kilfoycabinets/images/product-icons/i-washing.svg'), none;
  background-size: 43px 49px;
}
.design-and-build-wrapper .design-and-build-constrain .design-and-build-block .product .icon.wardrobes {
  background-image: url('../../include/resources/kilfoycabinets/images/product-icons/i-hanger.png');
  background-image: url('../../include/resources/kilfoycabinets/images/product-icons/i-hanger.svg'), none;
  background-size: 50px 32px;
}
.design-and-build-wrapper .design-and-build-constrain .design-and-build-block .product .icon.office {
  background-image: url('../../include/resources/kilfoycabinets/images/product-icons/i-computer.png');
  background-image: url('../../include/resources/kilfoycabinets/images/product-icons/i-computer.svg'), none;
  background-size: 50px 49px;
}
.design-and-build-wrapper .design-and-build-constrain .design-and-build-block .product .icon.furniture {
  background-image: url('../../include/resources/kilfoycabinets/images/product-icons/i-tv.png');
  background-image: url('../../include/resources/kilfoycabinets/images/product-icons/i-tv.svg'), none;
  background-size: 60px 45px;
}
.design-and-build-wrapper .design-and-build-constrain .design-and-build-block .product .title {
  display: block;
  font-size: 0.9em;
  font-family: 'Jura', Verdana, sans-serif;
  line-height: 1.1em;
  text-transform: uppercase;
  padding: 0.75em 1.25em;
}
.taipan-contentpanel-panel {
  position: relative;
}
.hero-wrapper {
  background-color: transparent;
  width: 100%;
  position: relative;
}
.hero-wrapper .hero-container {
  width: 100vw;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 480px) {
  .hero-wrapper .hero-container {
    width: 100vw;
  }
}
.hero-wrapper .hero-container .taipan-hero-block {
  width: 6000vw;
}
@media handheld,only screen and (max-width: 480px) {
  .hero-wrapper .hero-container .taipan-hero-block {
    padding: 0em;
    margin: 0em;
  }
}
.hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel {
  display: inline-block;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  vertical-align: top;
  position: relative;
}
@media handheld,only screen and (max-width: 480px) {
  .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel {
    width: 100vw;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .media-thumbnail {
    margin: 0em;
  }
}
.hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .media-thumbnail img {
  margin: 0em;
  padding: 0em;
}
.taipan-contentpanel-nav {
  text-align: center;
  width: 100%;
  padding: 0em;
  margin: 0em;
  position: absolute;
  bottom: 2.5em;
  z-index: 10;
}
@media handheld,only screen and (max-width: 480px) {
  .taipan-contentpanel-nav {
    bottom: 3.0em;
  }
}
.taipan-contentpanel-nav li {
  display: inline-block;
  margin: 0.25em 0.25em;
}
.taipan-contentpanel-nav li a {
  display: block;
  color: #2996e7;
  background: #2996e7;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 480px) {
  .taipan-contentpanel-nav li a {
    width: 1.8em;
    height: 0.4em;
  }
}
.taipan-contentpanel-nav li a:hover {
  color: #1c75bb;
  background: #1c75bb;
}
.taipan-contentpanel-nav li a.currentslide {
  color: #004477;
  background: #004477;
}
.content-wrapper .taipan-contentpanel-panel {
  overflow: auto;
}
.content-wrapper .taipan-contentpanel-panel.alternating-panel {
  border-bottom: 1px solid #e3e3e3;
}
.content-wrapper .taipan-contentpanel-panel.alternating-panel:nth-child(odd) {
  background: #f8f8f8;
}
.content-wrapper .taipan-contentpanel-panel.alternating-panel:nth-child(even) {
  background: #ffffff;
}
.content-wrapper .taipan-contentpanel-panel.alternating-panel:last-child {
  border-bottom: none;
}
.content-wrapper .taipan-contentpanel-panel.alternating-panel .content-block {
  padding: 37.5px 50px;
}
@media handheld,only screen and (max-width: 480px) {
  .content-wrapper .taipan-contentpanel-panel.alternating-panel .content-block {
    padding: 40px 20px;
  }
}
.content-wrapper .taipan-contentpanel-panel.alternating-panel .content-block h2 {
  font-size: 2.2em;
  margin-bottom: 1.5em;
}
.content-wrapper .taipan-contentpanel-panel.alternating-panel .content-block h2:after {
  display: block;
  content: "";
  background-color: #004477;
  width: 72px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  left: 0em;
  bottom: -0.75em;
}
.hero-images-wrapper {
  /* Crop slightly top/bottom to hide slight height differences from the side-by-side images */
  margin: -0.25em 0em;
  white-space: nowrap;
}
.hero-images-wrapper .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  margin: 0em;
}
.hero-images-wrapper .media-thumbnail img {
  width: 100%;
}
.hero-images-wrapper .media-thumbnail.media-size-hero-left {
  width: 66.66666%;
}
.hero-images-wrapper .media-thumbnail.media-size-hero-right {
  width: 33.33333%;
}
.hero-images-wrapper .media-thumbnail.media-size-hero-single {
  width: 100%;
}
.testimonial-wrapper .hero-wrapper {
  background: transparent;
  width: 100%;
  position: relative;
}
.testimonial-wrapper .hero-wrapper .hero-container {
  width: 95vw;
  max-width: 907.5px;
  height: 100%;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 1024px) {
  .testimonial-wrapper .hero-wrapper .hero-container {
    width: 90vw;
    max-width: 90vw;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .testimonial-wrapper .hero-wrapper .hero-container {
    width: 80vw;
    max-width: 80vw;
  }
}
.testimonial-wrapper .hero-wrapper .hero-container .taipan-hero-block {
  width: 6000vw;
}
@media handheld,only screen and (max-width: 480px) {
  .testimonial-wrapper .hero-wrapper .hero-container .taipan-hero-block {
    padding: 0em;
    margin: 0em;
  }
}
.testimonial-wrapper .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel {
  display: inline-block;
  width: 95vw;
  max-width: 907.5px;
  height: 100%;
  vertical-align: top;
  position: relative;
}
@media handheld,only screen and (max-width: 1024px) {
  .testimonial-wrapper .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel {
    width: 90vw;
    max-width: 90vw;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .testimonial-wrapper .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel {
    width: 80vw;
    max-width: 80vw;
  }
}
.page-region {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media handheld,only screen and (max-width: 480px) {
  .page-region {
    padding: 0em;
  }
}
.header-wrapper {
  background: #ffffff;
  border-top: 3px solid #004477;
}
.header-wrapper .header-constrain {
  font-size: 17px;
  width: 1020px;
  margin: 0px auto;
  color: #191919;
  border-radius: 0px;
  padding: 12px 0px;
}
@media screen and (max-width: 1025.1256281407px) {
  .header-wrapper .header-constrain {
    width: 99.5%;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-constrain {
    padding: 12px 25px;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain {
    padding: 15px 20px;
  }
}
.header-wrapper .header-constrain .header-block {
  font-size: 0;
  display: block;
  margin-left: -0.25%;
  width: 100.25%;
  padding: 0;
}
.header-wrapper .header-constrain .header-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 17px;
  margin: 0;
  margin-left: 0.25%;
  vertical-align: top;
  width: 24.75%;
  text-align: right;
  vertical-align: middle;
  padding-right: 2em;
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 17px;
    margin: 0;
    margin-left: 0.25%;
    vertical-align: top;
    width: 41.416666666667%;
    text-align: left;
    padding: 0em;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 480px),only screen and (max-width: 1024px) and handheld,only screen and (max-width: 1024px) and only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 17px;
    margin: 0;
    margin-left: 0.25%;
    vertical-align: top;
    width: 99.75%;
    text-align: center;
    padding: 0em 2.5em 0em 0em;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 480px),only screen and (max-width: 480px) and handheld,only screen and (max-width: 480px) and only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell .logo,
.header-wrapper .header-constrain .header-block .logo-cell .slogan {
  display: block;
  margin: 0em 0em 0em auto;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-constrain .header-block .logo-cell .logo,
  .header-wrapper .header-constrain .header-block .logo-cell .slogan {
    margin: 0em;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell .logo {
  margin-bottom: 0.25em;
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block .logo-cell .logo {
    margin: 0em;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell .slogan {
  margin-bottom: 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-constrain .header-block .logo-cell .slogan {
    display: none;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block .logo-cell .slogan {
    display: none;
  }
}
.header-wrapper .header-constrain .header-block .header-right-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 17px;
  margin: 0;
  margin-left: 0.25%;
  vertical-align: top;
  width: 74.75%;
  text-align: right;
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block .header-right-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-constrain .header-block .header-right-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 17px;
    margin: 0;
    margin-left: 0.25%;
    vertical-align: top;
    width: 58.083333333333%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 480px),only screen and (max-width: 1024px) and handheld,only screen and (max-width: 1024px) and only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block .header-right-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block .header-right-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 17px;
    margin: 0;
    margin-left: 0.25%;
    vertical-align: top;
    width: 99.75%;
    text-align: center;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 480px),only screen and (max-width: 480px) and handheld,only screen and (max-width: 480px) and only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block .header-right-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.header-wrapper .header-constrain .header-block .header-right-cell .contact-group {
  margin: 1.5em 0em;
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block .header-right-cell .contact-group {
    white-space: nowrap;
    margin: 1.25em 0em 0.5em 0em;
  }
}
.header-wrapper .header-constrain .header-block .header-right-cell .contact-group .phone,
.header-wrapper .header-constrain .header-block .header-right-cell .contact-group .email,
.header-wrapper .header-constrain .header-block .header-right-cell .contact-group .facebook {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  margin-left: -0.6em;
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block .header-right-cell .contact-group .phone,
  .header-wrapper .header-constrain .header-block .header-right-cell .contact-group .email,
  .header-wrapper .header-constrain .header-block .header-right-cell .contact-group .facebook {
    margin-left: -0.7em;
  }
}
.header-wrapper .header-constrain .header-block .header-right-cell .contact-group .phone a,
.header-wrapper .header-constrain .header-block .header-right-cell .contact-group .email a,
.header-wrapper .header-constrain .header-block .header-right-cell .contact-group .facebook a {
  background-color: #004477;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  font-size: 0.95em;
  font-family: 'Jura', Verdana, sans-serif;
  border-radius: 22px;
  text-transform: uppercase;
  padding: 0.45em 1.25em 0.45em 2.5em;
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block .header-right-cell .contact-group .phone a,
  .header-wrapper .header-constrain .header-block .header-right-cell .contact-group .email a,
  .header-wrapper .header-constrain .header-block .header-right-cell .contact-group .facebook a {
    padding: 0.45em 1em 0.45em 2.0em;
    background-position: 15px 50%;
  }
}
.header-wrapper .header-constrain .header-block .header-right-cell .contact-group .phone a:hover,
.header-wrapper .header-constrain .header-block .header-right-cell .contact-group .email a:hover,
.header-wrapper .header-constrain .header-block .header-right-cell .contact-group .facebook a:hover {
  text-decoration: none;
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block .header-right-cell .contact-group .phone {
    margin-left: 0em;
  }
}
.header-wrapper .header-constrain .header-block .header-right-cell .contact-group .phone a {
  color: #6f6f6f;
  background-color: #e3e3e3;
  background-image: url('../../include/resources/kilfoycabinets/images/icons/g-header-icon-phone.png');
  background-image: url('../../include/resources/kilfoycabinets/images/icons/g-header-icon-phone.svg'), none;
  background-size: 13px 13px;
}
.header-wrapper .header-constrain .header-block .header-right-cell .contact-group .phone a:hover {
  background-color: #cacaca;
}
.header-wrapper .header-constrain .header-block .header-right-cell .contact-group .email a {
  color: #bde1fc;
  background-color: #399cd0;
  background-image: url('../../include/resources/kilfoycabinets/images/icons/g-header-icon-email.png');
  background-image: url('../../include/resources/kilfoycabinets/images/icons/g-header-icon-email.svg'), none;
  background-size: 13px 10px;
}
.header-wrapper .header-constrain .header-block .header-right-cell .contact-group .email a:hover {
  background-color: #2980ad;
}
.header-wrapper .header-constrain .header-block .header-right-cell .contact-group .facebook a {
  color: #ffffff;
  background-color: #004477;
  background-image: url('../../include/resources/kilfoycabinets/images/icons/g-header-icon-facebook.png');
  background-image: url('../../include/resources/kilfoycabinets/images/icons/g-header-icon-facebook.svg'), none;
  background-size: 8px 16px;
  background-position: 50% 50%;
  padding: 0.5em 1em;
}
.header-wrapper .header-constrain .header-block .header-right-cell .contact-group .facebook a:hover {
  background-color: #002744;
}
.header-wrapper .header-constrain .header-block a {
  color: #399cd0;
}
.header-wrapper .header-constrain .header-block a:hover {
  color: #2980ad;
}
.hero-wrapper {
  background: #ffffff;
  position: relative;
  z-index: 10;
}
.hero-wrapper .hero-images-wrapper {
  min-height: 200px;
  max-height: 800px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 480px) {
  .hero-wrapper .hero-images-wrapper {
    min-height: 0px;
    max-height: none;
  }
}
.hero-wrapper .nav-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0em;
  z-index: 5;
}
@media handheld,only screen and (min-width: 480px) and (max-width: 1024px) {
  .hero-wrapper .nav-wrapper {
    position: relative;
    bottom: -0.2em;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .hero-wrapper .nav-wrapper {
    width: auto;
    position: absolute;
    top: -8em;
    left: 1em;
    right: 1em;
    bottom: auto;
  }
}
.nav-wrapper {
  background: transparent url('../../include/resources/kilfoycabinets/images/i-nav-bg-overlay.png') 0% 0% repeat;
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper {
    background: none;
    text-align: right;
  }
}
.nav-wrapper .nav-constrain {
  font-size: 17px;
  width: 1020px;
  margin: 0px auto;
  color: #191919;
  background-color: #f5f5f5;
  border-radius: 0px;
}
@media screen and (max-width: 1025.1256281407px) {
  .nav-wrapper .nav-constrain {
    width: 99.5%;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain {
    background-color: transparent;
    position: relative;
  }
}
.nav-wrapper .nav-constrain .nav-block {
  font-size: 0;
  display: block;
  margin-left: -0.25%;
  width: 100.25%;
  padding: 0;
  z-index: 20;
  /* Top Level */
}
.nav-wrapper .nav-constrain .nav-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block {
    overflow: hidden;
    text-align: right;
    width: 100%;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle {
  display: none;
  color: #191919;
  background: transparent;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon {
  background: #004477 url('../../include/resources/kilfoycabinets/images/g-menu.svg') 50% 50% no-repeat;
  width: 2.25em;
  height: 2.25em;
  border-radius: 50%;
  position: absolute;
  top: 0em;
  right: 0em;
}
.nav-wrapper .nav-constrain .nav-block .nav-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 17px;
  margin: 0;
  margin-left: 0.25%;
  vertical-align: top;
  width: 99.75%;
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: none;
  }
}
.nav-wrapper .nav-constrain .nav-block.open .nav-toggle {
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  top: 0em;
  right: 0em;
}
.nav-wrapper .nav-constrain .nav-block.open .nav-toggle .toggle-icon {
  top: 0em;
  right: 0em;
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block.open .nav-cell {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block ul {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  list-style-type: none;
  white-space: nowrap;
  padding: 0em;
  margin: 0em;
}
@media handheld,only screen and (min-width: 480px) and (max-width: 1024px) {
  .nav-wrapper .nav-constrain .nav-block ul {
    text-align: center;
    white-space: normal;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block ul {
    display: block;
    background-color: #f5f5f5;
    text-align: right;
    width: auto;
    max-width: 100%;
    border: 1px solid #e3e3e3;
    padding: 0em;
    margin: 3em 0em 0em 0em;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  position: relative;
  border-right: 0px solid #191919;
  padding: 0em;
  margin: 0em;
  /* 1st Dropdown Level */
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
    border-top: 0px solid #191919;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a {
  display: block;
  color: #191919;
  font-size: 1.05em;
  font-family: 'Jura', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.05em 1.05em;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
            &.has_children {
              background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowColour}" points="7,0 14,0 10.5,4"/></svg>');
              background-position: center right;
              background-repeat: no-repeat;
              padding-right: 2.5em;

              @media handheld, only screen and (max-width: @compactNavWidth) {
                background-image: none;
                padding-right: 0;
              }
            }
            */
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    white-space: normal;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a.current,
.nav-wrapper .nav-constrain .nav-block ul li a:hover {
  color: #399cd0;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
              &.has_children {
                background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowHoverColour}" points="7,0 14,0 10.5,4"/></svg>');
                background-position: center right;
                background-repeat: no-repeat;
                padding-right: 2.5em;

                @media handheld, only screen and (max-width: @compactNavWidth) {
                  background-image: none;
                  padding-right: 0;
                }
              }
              */
  background-color: #ffffff;
}
.nav-wrapper .nav-constrain .nav-block ul li:first-child {
  border-left: 0px solid #191919;
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block ul li:first-child {
    border: 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block ul li:last-child {
    border: 0;
    border-top: 0px solid #191919;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:hover ul {
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul {
  display: block;
  background-color: #f5f5f5;
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 3.6em;
  left: 0em;
  right: auto;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul {
    background: transparent;
    height: auto;
    border: none;
    border-radius: 0px;
    padding-left: 1.75em;
    margin-bottom: -1px;
    position: static;
    top: auto;
    visibility: visible;
    overflow: hidden;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li {
  display: block;
  background-color: #f5f5f5;
  line-height: 1.8em;
  text-align: left;
  border: none;
  /* 2nd Dropdown Level */
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li {
    background-color: none;
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
  border: none;
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:last-child {
  border: none;
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li a {
  color: #191919;
  padding: 0.5em 2em 0.5em 1em;
  /* 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: @compactNavWidth) {
                    background-image: none;
                    padding-right: 0;
                  }
                }
                */
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a {
    padding: 0.75em 1.5em;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li a:hover {
  color: #191919;
  background-color: #e8e8e8;
  /* 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: @compactNavWidth) {
                      background-image: none;
                      padding-right: 0;
                    }
                  }
                  */
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a:hover {
    color: #191919;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
  display: none;
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
.content-wrapper {
  background: url('../../include/resources/kilfoycabinets/images/i-content-bg.jpg') 50% 100% no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.content-wrapper .content-constrain {
  font-size: 17px;
  width: 1020px;
  margin: 0px auto;
  -webkit-box-shadow: 0px 0px 20px 5px #e8e8e8;
  box-shadow: 0px 0px 20px 5px #e8e8e8;
  color: #191919;
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1025.1256281407px) {
  .content-wrapper .content-constrain {
    width: 99.5%;
  }
}
.content-wrapper .content-constrain .content-block {
  font-size: 0;
  display: block;
  margin-left: -0.25%;
  width: 100.25%;
  padding: 0;
  padding: 75px 50px;
}
.content-wrapper .content-constrain .content-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 480px) {
  .content-wrapper .content-constrain .content-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .content-wrapper .content-constrain .content-block {
    padding: 40px 20px;
  }
}
.content-wrapper .content-constrain .content-block .content-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 17px;
  margin: 0;
  margin-left: 0.25%;
  vertical-align: top;
  width: 99.75%;
}
@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: -0.25%;
  width: 100.25%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 480px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav {
    font-size: 17px;
    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: 17px;
  margin: 0;
  margin-left: 0.25%;
  vertical-align: top;
  width: 33.083333333333%;
}
@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: #6f6f6f;
  background-color: #e3e3e3;
  font-size: 1em;
  font-family: 'Jura', Verdana, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #e3e3e3;
  border-radius: 18px;
  margin: 0.4em 0em;
  padding: 0.45em 1.5em;
  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%236f6f6f%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: #6f6f6f;
  background-color: #bde1fc;
  border-color: #e3e3e3;
  text-decoration: none;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li ul {
  display: none;
}
.testimonial-wrapper {
  background: #ededed;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23fdfdfd%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23ededed%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  position: relative;
  z-index: 0;
}
.testimonial-wrapper .testimonial-constrain {
  font-size: 17px;
  width: 1020px;
  margin: 0px auto;
  color: #191919;
  background-image: url('../../include/resources/kilfoycabinets/images/i-quotes.png');
  background-image: url('../../include/resources/kilfoycabinets/images/i-quotes.svg'), none;
  background-position: 50% 2.5em;
  background-repeat: no-repeat;
  background-size: 82px 69px;
  border-radius: 0px;
  padding: 60px 50px;
}
@media screen and (max-width: 1025.1256281407px) {
  .testimonial-wrapper .testimonial-constrain {
    width: 99.5%;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .testimonial-wrapper .testimonial-constrain {
    padding: 40px 20px;
  }
}
.testimonial-wrapper .testimonial-constrain .testimonial-block {
  font-size: 0;
  display: block;
  margin-left: -0.25%;
  width: 100.25%;
  padding: 0;
  text-align: center;
}
.testimonial-wrapper .testimonial-constrain .testimonial-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 480px) {
  .testimonial-wrapper .testimonial-constrain .testimonial-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.testimonial-wrapper .testimonial-constrain .testimonial-block .testimonial-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 17px;
  margin: 0;
  margin-left: 0.25%;
  vertical-align: top;
  width: 99.75%;
}
@media handheld,only screen and (max-width: 480px) {
  .testimonial-wrapper .testimonial-constrain .testimonial-block .testimonial-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.greater-footer-region-wrapper {
  position: relative;
  z-index: 2;
}
.greater-footer-region-wrapper .swoosh-wrapper {
  background-image: url('../../include/resources/kilfoycabinets/images/i-footer-overlay.png');
  background-image: url('../../include/resources/kilfoycabinets/images/i-footer-overlay.svg'), none;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 600px;
  position: absolute;
  left: 0em;
  bottom: 0em;
  z-index: 5;
}
@media handheld,only screen and (min-width: 1500px) {
  .greater-footer-region-wrapper .swoosh-wrapper {
    background-size: auto 100%;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .swoosh-wrapper {
    background-size: auto 100%;
    height: 220px;
  }
}
.greater-footer-region-wrapper .map-wrapper {
  background-image: url('../../include/resources/kilfoycabinets/images/i-map.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 210px;
  position: relative;
  z-index: 0;
}
.greater-footer-region-wrapper .map-wrapper .map-copyright {
  color: #a2a2a2;
  background: #f5f5f5;
  font-size: 0.8em;
  border: 1px solid #afafaf;
  padding: 0em 0.5em;
  position: absolute;
  z-index: 5;
  right: 1em;
  bottom: 1em;
}
.greater-footer-region-wrapper .footer-wrapper {
  position: relative;
  z-index: 10;
}
.greater-footer-region-wrapper .footer-wrapper .footer-constrain {
  font-size: 17px;
  width: 1020px;
  margin: 0px auto;
  color: #004477;
  padding: 50px 0px;
}
@media screen and (max-width: 1025.1256281407px) {
  .greater-footer-region-wrapper .footer-wrapper .footer-constrain {
    width: 99.5%;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .footer-wrapper .footer-constrain {
    text-align: center;
    padding: 30px 20px 140px 20px;
  }
}
.greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block {
  font-size: 0;
  display: block;
  margin-left: -0.25%;
  width: 100.25%;
  padding: 0;
}
.greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 17px;
  margin: 0;
  margin-left: 0.25%;
  vertical-align: top;
  width: 66.416666666667%;
  padding-top: 0.5em;
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block {
  font-size: 0;
  display: block;
  margin-left: -0.25%;
  width: 100.25%;
  padding: 0;
}
.greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block .contact-title-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 17px;
  margin: 0;
  margin-left: 0.25%;
  vertical-align: top;
  width: 58.083333333333%;
  text-align: right;
  padding-right: 1em;
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block .contact-title-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block .contact-title-cell {
    text-align: center;
    padding: 0em;
  }
}
.greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block .contact-title-cell h3 {
  font-family: 'Jura', Verdana, sans-serif;
  margin-top: 0.5em;
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block .contact-title-cell h3 {
    margin-top: 0em;
  }
}
.greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block .contact-details-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 17px;
  margin: 0;
  margin-left: 0.25%;
  vertical-align: top;
  width: 41.416666666667%;
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block .contact-details-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block .contact-details-cell {
    padding-bottom: 2em;
  }
}
.greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block .contact-details-cell dl dt,
.greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block .contact-details-cell dl dd {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  float: left;
  font-size: 0.9em;
  line-height: 1.3em;
  padding: 0.15em 0em;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block .contact-details-cell dl dt,
  .greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block .contact-details-cell dl dd {
    display: block;
    float: none;
    clear: both;
  }
}
.greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block .contact-details-cell dl dt {
  clear: left;
  text-align: center;
  min-width: 2em;
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block .contact-details-cell dl dt {
    min-width: auto;
    margin-top: 1.5em;
  }
}
.greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block .contact-details-cell dl dt .address-icon {
  margin-top: 1em;
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block .contact-details-cell dl dt .address-icon {
    margin-top: 0em;
  }
}
.greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block .contact-details-cell dl.address {
  padding: 3.75em 0em;
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-cell-block .contact-details-cell dl.address {
    padding: 0em;
  }
}
.greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-logos-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 17px;
  margin: 0;
  margin-left: 0.25%;
  vertical-align: top;
  width: 33.083333333333%;
  text-align: right;
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-logos-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-logos-cell {
    text-align: center;
  }
}
.greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-logos-cell .media-thumbnail {
  margin: 0.2em 0em 0.2em 0.5em;
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block .footer-logos-cell .media-thumbnail {
    margin: 0.2em auto;
  }
}
.greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block p {
  margin: 0.5em 0em;
}
.greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block a {
  color: #004477;
  text-decoration: none;
}
.greater-footer-region-wrapper .footer-wrapper .footer-constrain .footer-block a:hover {
  color: #2980ad;
  text-decoration: underline;
}
.greater-footer-region-wrapper .author-wrapper {
  position: relative;
  z-index: 10;
}
.greater-footer-region-wrapper .author-wrapper .author-constrain {
  font-size: 17px;
  width: 1020px;
  margin: 0px auto;
  color: #004477;
}
@media screen and (max-width: 1025.1256281407px) {
  .greater-footer-region-wrapper .author-wrapper .author-constrain {
    width: 99.5%;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .author-wrapper .author-constrain {
    text-align: center;
  }
}
.greater-footer-region-wrapper .author-wrapper .author-constrain .author-block {
  font-size: 0;
  display: block;
  margin-left: -0.25%;
  width: 100.25%;
  padding: 0;
}
.greater-footer-region-wrapper .author-wrapper .author-constrain .author-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .author-wrapper .author-constrain .author-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.greater-footer-region-wrapper .author-wrapper .author-constrain .author-block .author-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 17px;
  margin: 0;
  margin-left: 0.25%;
  vertical-align: top;
  width: 99.75%;
  padding: 0em 3em 2em 3em;
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .author-wrapper .author-constrain .author-block .author-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .greater-footer-region-wrapper .author-wrapper .author-constrain .author-block .author-cell {
    padding: 0.6em 0em;
  }
}
.greater-footer-region-wrapper .author-wrapper .author-constrain .author-block .author-cell a {
  color: #004477;
  text-decoration: none;
}
.greater-footer-region-wrapper .author-wrapper .author-constrain .author-block .author-cell a:hover {
  color: #2980ad;
}
.greater-footer-region-wrapper .author-wrapper .author-constrain .author-block .author-cell a.author {
  color: #ffffff;
  font-size: 0.9em;
}
.greater-footer-region-wrapper .author-wrapper .author-constrain .author-block .author-cell a.author:hover {
  color: #399cd0;
}
