@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700|Lato:700|Ubuntu:300,400,500);
/**
 * /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 */
/* Before the compactNavWidth mode */
/* 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 ***/
/*******************/
.source-sans-pro {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
.source-sans-pro-light {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
.source-sans-pro-bold {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
.lato-bold {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.ubuntu {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
}
.ubuntu-light {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}
.ubuntu-medium {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
.right {
  float: right;
}
@media handheld,only screen and (max-width: 768px) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 768px) {
  .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 #e6e6e6;
  box-shadow: 1px 1px 2px 2px #e6e6e6;
}
.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: 23px;
}
@media handheld,only screen and (max-width: 768px) {
  .block {
    font-size: 23px;
    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: #e0e0e0;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #e0e0e0;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #adadad;
}
.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: #20368b;
  background-color: transparent;
  border-radius: 0;
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  display: block;
  color: #20368b;
  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: #20368b;
  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: 1em 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
@media handheld,only screen and (max-width: 150px) {
  p {
    font-size: 16px;
  }
}
p:empty {
  display: none;
}
a {
  color: #20368b;
  text-decoration: none;
}
a:hover {
  color: #162662;
}
@media handheld,only screen and (max-width: 768px) {
  a:hover {
    color: #20368b;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #292929;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  margin: 1em 0em 0.2em 0em;
}
h1 {
  color: #323232;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 0.25em 1;
}
@media handheld,only screen and (max-width: 480px) {
  h1 {
    font-size: 30px;
  }
}
h1 .highlight {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
p::selection,
a::selection,
label::selection,
input::selection,
td::selection,
span::selection {
  background-color: #fdba30;
}
.content-cell > h1 {
  margin-top: 0;
}
h2 {
  color: #323232;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
}
@media handheld,only screen and (max-width: 480px) {
  h2 {
    font-size: 25px;
  }
}
h3 {
  font-size: 30px;
  line-height: 1.2;
}
@media handheld,only screen and (max-width: 480px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 1.4em;
}
@media handheld,only screen and (max-width: 480px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  font-size: 1.25em;
}
@media handheld,only screen and (max-width: 480px) {
  h5 {
    font-size: 20px;
  }
}
h6 {
  font-size: 1.1em;
}
@media handheld,only screen and (max-width: 480px) {
  h6 {
    font-size: 20px;
  }
}
@media handheld,only screen and (max-width: 150px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 23px;
    text-align: center;
  }
}
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 #e6e6e6;
  border-collapse: collapse;
  border-radius: 0;
  margin: 1em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  table {
    table-layout: fixed;
    width: 100%;
  }
}
table tr {
  border-bottom: 1px solid #e6e6e6;
}
@media handheld,only screen and (max-width: 768px) {
  table tr {
    display: block;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e6e6e6;
    width: auto !important;
    height: auto !important;
    padding: 1em 0.75em;
  }
}
table tr td,
table tr th {
  color: #323232;
  background-color: #f7f7f7;
  vertical-align: top;
  padding: 0.5em 1em;
}
@media handheld,only screen and (max-width: 768px) {
  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: 768px) {
  table tr td .media-thumbnail img,
  table tr th .media-thumbnail img {
    max-width: 100%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media handheld,only screen and (max-width: 768px) {
  table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 768px) {
  table thead tr {
    background-color: #20368b;
  }
}
table thead tr td,
table thead tr th {
  color: #e9ebf3;
  background-color: #20368b;
  font-weight: bold;
}
table tfoot {
  border-top: 1px solid #e6e6e6;
}
@media handheld,only screen and (max-width: 768px) {
  table tfoot tr {
    background-color: #ebebeb;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #323232;
  background-color: #ebebeb;
  font-weight: bold;
}
table.table-invisible {
  border-radius: 0px;
  border: none;
}
table.table-invisible tr {
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  table.table-invisible tr {
    background-color: transparent;
    border: none;
    padding: 0em;
  }
}
table.table-invisible tr td,
table.table-invisible tr th {
  color: #323232;
  background-color: transparent;
  border: none;
  padding: 0.5em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  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: #323232;
  background-color: transparent;
  font-weight: bold;
}
hr {
  color: #f7f7f7;
  background: #f7f7f7;
  height: 1px;
  margin: 1em 0;
  clear: both;
}
blockquote {
  color: #20368b;
  background: #f7f7f7;
  font-size: 1.1em;
  text-align: center;
  border-radius: 0;
  margin: 2em auto;
  padding: 1em 2em;
}
.button,
a.button,
.submit {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #fff;
  background: #46c6be;
  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%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%2334bccc%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%2346c6be%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');
  font-size: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  margin: 0.4em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
}
.button .button-arrow,
a.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%23fff%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,
a.button img,
.submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button:hover,
a.button:hover,
.submit:hover {
  color: #fff;
  background: #39b9b1;
  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%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%232eaab8%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%2339b9b1%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');
  text-decoration: none;
}
.button-small {
  padding:  / 2 ;
}
.button-alt {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #fff;
  background: #46c6be;
  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%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%2334bccc%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%2346c6be%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');
  font-size: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  margin: 0.4em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
}
.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%23fff%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: #fff;
  background: #39b9b1;
  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%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%232eaab8%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%2339b9b1%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');
  text-decoration: none;
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .left {
    float: none;
    margin: 0.5em auto;
  }
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 768px) {
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.nosplit {
  white-space: nowrap !important;
}
@media handheld,only screen and (max-width: 768px) {
  .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;
}
.highlight {
  color: #20368b;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
.one-half {
  width: 48.5%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2.5%;
}
@media handheld,only screen and (max-width: 768px) {
  .one-half {
    margin: 0;
    width: 100%;
    display: block;
  }
}
.one-half-last {
  width: 48.5%;
  display: inline-block;
  vertical-align: top;
  margin-right: -2%;
}
@media handheld,only screen and (max-width: 768px) {
  .one-half-last {
    margin: 0;
    width: 100%;
    display: block;
  }
}
.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: 768px) {
  .media-thumbnail {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-thumbnail img {
  background: transparent;
  border: 0px solid #d9d9d9;
  vertical-align: middle;
  padding: 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail img {
    pointer-events: none;
  }
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #323232;
  font-size: 0.85em;
  text-align: center;
  line-height: 1.4em;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail .media-caption {
    text-align: center;
    margin: 0.5em auto 1em auto;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .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: 768px) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0.5em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 768px) {
  .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: 23px;
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery {
    font-size: 23px;
    width: 100%;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 23px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
  vertical-align: top;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail.media-size-gallery-tiny {
  width: auto;
}
.media-gallery .media-thumbnail img {
  background: transparent;
  width: 100%;
  vertical-align: middle;
  border: 0px solid #d9d9d9;
  padding: 0px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin: 0.5em auto;
}
.gallery-center .media-gallery {
  text-align: center;
}
@media handheld,only screen and (max-width: 768px) {
  .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: #323232;
  background: transparent;
  font-size: 1em;
  font-family: 'Source Sans Pro' sans-serif;
  border: 0 solid transparent;
  max-width: 100%;
  padding: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 6em;
  border-bottom: none;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .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: 768px) {
  .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: #323232;
  font-family: 'Source Sans Pro' sans-serif;
  border-bottom: 0 solid transparent;
  padding: 0;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 23px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
  margin-top: 1.5em;
  position: relative;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row {
    padding: 0;
    margin: 0;
  }
}
.page-region form .form-row.large {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 23px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row.large {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.page-region form .form-row.large label,
.page-region form .form-row.large .field {
  vertical-align: top;
}
.page-region form .form-row label {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #323232;
  background-color: transparent;
  width: 5em;
  margin: 0.35em 0 0 0;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 3px;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row label {
    float: none;
    width: auto;
    display: block;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row.large .field {
  width: 90% !important;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row.large .field {
    width: 100% !important;
  }
}
.page-region form .form-row.large .field .note.required {
  right: -10px;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row.large .field .note.required {
    right: 0;
  }
}
.page-region form .form-row .field {
  margin-left: 0;
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 6em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row .field {
    display: block;
    padding: 0;
    width: 100%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row .field .cal-icon {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .validation-advice {
  display: block;
  color: #ffffff;
  background: #a90000;
  padding: 10px;
  min-height: 30px;
  margin: 0.3em 0.2em;
  line-height: 1;
  font-size: 14px;
}
.page-region form .form-row .field .note.required {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #b80000;
  background: transparent;
  vertical-align: top;
  padding: 0.3em 0.3em;
  position: absolute;
  top: 10px;
  right: 40px;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row .field .note.required {
    right: 0;
  }
}
.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: #323232;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Source Sans Pro' sans-serif;
  width: 214px;
  max-width: 100%;
  border: 2px solid #e6e6e6;
  border-radius: 0;
  padding: 0.3em;
  margin: 0.2em 0;
}
@media handheld,only screen and (max-width: 768px) {
  .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=text]:focus,
.page-region form .form-row input[type=password]:focus,
.page-region form .form-row select:focus,
.page-region form .form-row textarea:focus {
  box-shadow: none;
  outline: none;
  border-color: #20368b;
}
.page-region form .form-row input[type=text],
.page-region form .form-row input[type=password] {
  border: none;
  border: 2px solid #e6e6e6;
  width: 214px;
  width: 95% !important;
}
.page-region form .form-row textarea {
  width: 710px;
  width: 92.5%;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row textarea {
    width: 95%;
    margin-top: 0.5em;
  }
}
.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 214px;
  min-width: 0em;
  margin-bottom: 0;
}
@media handheld,only screen and (max-width: 768px) {
  .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: #fff;
  background: #46c6be;
  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%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%2334bccc%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%2346c6be%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');
  font-size: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  margin: 0.4em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
  border: none;
}
.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%23fff%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: #fff;
  background: #39b9b1;
  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%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%232eaab8%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%2339b9b1%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');
  text-decoration: none;
}
.page-region form .form-row .submit:hover {
  color: #fff;
  background-color: #2eaab8;
}
.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;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.large-label label {
    width: 100%;
    margin: 0em;
  }
}
.page-region form.large-label .field {
  display: inline-block;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.large-label .field {
    margin-left: 0em;
  }
}
.page-region form.large-label .buttons {
  margin-left: 17em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.large-label .buttons {
    margin-left: 0em;
  }
}
#enquiry_form {
  max-width: 100%;
  width: 100%;
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
#enquiry_form > * {
  font-size: 23px;
}
@media handheld,only screen and (max-width: 768px) {
  #enquiry_form {
    font-size: 23px;
    width: 100%;
    margin-left: 0;
  }
}
.captcha-instructions {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
}
.captcha-image {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 60px;
  margin-right: 3px !important;
}
@media handheld,only screen and (max-width: 768px) {
  .captcha-image {
    height: 39px;
  }
  .captcha-image img {
    height: 39px;
  }
}
#captcha_field.captcha-field {
  display: inline-block;
  vertical-align: top;
  width: 150px !important;
  margin-top: 0;
}
@media handheld,only screen and (max-width: 768px) {
  #captcha_field.captcha-field {
    width: 120px !important;
    padding: 4px 7px 4px 7px;
    height: auto;
  }
}
.cta-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  padding: 10px 0px;
}
.cta-block > * {
  font-size: 23px;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block {
    font-size: 23px;
    width: 100%;
    margin-left: 0;
  }
}
.cta-block .cta {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 23px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta {
    max-width: 300px;
    margin: 0.75em auto;
  }
}
.cta-block .cta .cta-inner {
  color: #323232;
  text-align: center;
  margin-bottom: 0.5em;
}
.cta-block .cta .cta-inner a {
  display: block;
  color: #ffffff;
  background-color: #20368b;
  text-decoration: none;
  border: 1px solid #20368b;
  border-radius: 0;
  padding: 0.25em;
  overflow: auto;
}
.cta-block .cta .cta-inner a:hover {
  color: #ffffff;
  background-color: #162662;
  border-color: #162662;
}
.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: 768px) {
  .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: 23px;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper.news-wrapper-with-sidebar {
    font-size: 23px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 23px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .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: 23px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  padding-top: 0.75em;
}
@media handheld,only screen and (max-width: 768px) {
  .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: -1.8%;
  width: 101.8%;
  padding: 0;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image > * {
  font-size: 23px;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image {
    font-size: 23px;
    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: 23px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .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: 768px) {
  .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: 23px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .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: #727272;
}
@media handheld,only screen and (max-width: 768px) {
  .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: 768px) {
  .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: #727272;
}
@media handheld,only screen and (max-width: 768px) {
  .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: #727272;
}
.news-wrapper .news-posts-single .cms-page-comment {
  background: #f2f2f2;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-family: 'Lato', sans-serif;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-body {
  color: #323232;
}
.news-wrapper .news-posts-single #cms_page_comment_form .form-row div.field #comment_field {
  width: 214px;
}
.search-wrapper .search input.search-button {
  background-color: #34bccc;
}
.search-wrapper .search input.search-button:hover {
  background-color: #2eaab8;
}
@media handheld,only screen and (max-width: 768px) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
.giant-cta {
  white-space: nowrap;
  font-size: 0;
}
@media handheld,only screen and (max-width: 768px) {
  .giant-cta {
    width: 330px;
    max-width: 100%;
    margin: auto;
  }
}
.giant-cta a {
  color: #fff;
}
.giant-cta span.media-thumbnail {
  margin: 0;
}
.giant-cta .left-section,
.giant-cta .center-section,
.giant-cta .right-section {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 330px;
  height: 330px;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 1100px) {
  .giant-cta .left-section,
  .giant-cta .center-section,
  .giant-cta .right-section {
    width: 33.333333333333%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .giant-cta .left-section,
  .giant-cta .center-section,
  .giant-cta .right-section {
    display: block;
    width: 330px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .giant-cta .left-section,
  .giant-cta .center-section {
    width: 165px;
    height: 165px;
    display: inline-block;
  }
}
@media handheld,only screen and (max-width: 1100px) {
  .giant-cta .left-section img,
  .giant-cta .center-section img {
    height: 100%;
    width: auto;
    max-width: none;
    margin: 0 auto;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .giant-cta .left-section img,
  .giant-cta .center-section img {
    height: auto;
    width: 100%;
    margin: auto;
  }
}
@media handheld,only screen and (max-width: 350px) {
  .giant-cta .left-section {
    width: 100%;
    display: block;
  }
}
@media handheld,only screen and (max-width: 350px) {
  .giant-cta .center-section {
    display: none;
  }
}
.giant-cta .right-section {
  text-align: center;
  background-color: #34bccc;
  background-image: url('../../include/resources/poolsidefnq/images/g-photo-cta-right-bg.png');
  background-image: url('../../include/resources/poolsidefnq/images/g-photo-cta-right-bg.svg'), none;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media handheld,only screen and (max-width: 768px) {
  .giant-cta .right-section {
    height: 165px;
  }
}
.giant-cta .right-section .cta-title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  display: inline-block;
  width: 140px;
  margin-top: 95px;
  padding-bottom: 85px;
  background-image: url('../../include/resources/poolsidefnq/images/i-arrow-right.png');
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%20%3Csvg%20width%3D%2248px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2048%2048%22%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%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%20%3C%21--%20Generator%3A%20Sketch%203.3.2%20%2812043%29%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%20%3Ctitle%3Ei-arrow-right%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cdefs%3E%3C%2Fdefs%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%20%3Cg%20id%3D%22i-arrow-right%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate%2824.000000%2C%2024.000000%29%20rotate%28-90.000000%29%20translate%28-24.000000%2C%20-24.000000%29%20%22%3E%20%20%3Cpath%20d%3D%22M24%2C48%20C37.254834%2C48%2048%2C37.254834%2048%2C24%20C48%2C10.745166%2037.254834%2C0%2024%2C0%20C10.745166%2C0%200%2C10.745166%200%2C24%20C0%2C37.254834%2010.745166%2C48%2024%2C48%20Z%22%20id%3D%22Oval-1%22%20fill%3D%22%23FDBA30%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3C%2Fpath%3E%20%20%3Cpath%20d%3D%22M34.4910819%2C21.8298454%20L32.6612365%2C20%20L24.2455409%2C28.4149715%20L15.8305695%2C20%20L14%2C21.8298454%20L24.2506098%2C32.0703175%20L34.4910819%2C21.8298454%22%20id%3D%22Imported-Layers%22%20fill%3D%22%23FFFFFF%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3C%2Fpath%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E'), none;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-position: bottom center;
}
@media handheld,only screen and (max-width: 768px) {
  .giant-cta .right-section .cta-title {
    display: block;
    padding: 0;
    margin: 30px;
    min-height: 100px;
    width: auto;
    font-size: 20px;
  }
}
@media handheld,only screen and (max-width: 350px) {
  .giant-cta .right-section .cta-title {
    background-size: 35px;
  }
}
.home .content-wrapper .main-content {
  background-image: url('../../include/resources/poolsidefnq/images/g-content-bg-home.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.home .content-wrapper .main-content .content-constrain {
  padding: 123px 0 197px 0;
}
@media handheld,only screen and (max-width: 768px) {
  .home .content-wrapper .main-content .content-constrain {
    padding: 47.5px 34px;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .home .content-wrapper .main-content .content-constrain {
    padding: 30px 25.75px;
  }
}
@media handheld,only screen and (max-width: 150px) {
  .home .content-wrapper .main-content .content-constrain {
    padding: 30px 12.875px;
  }
}
.home .content-wrapper .supplementary-content {
  padding: 0 0 30px 0;
}
.what-we-do .content-wrapper .main-content .content-constrain {
  padding: 123px 0 197px 0;
}
@media handheld,only screen and (max-width: 768px) {
  .what-we-do .content-wrapper .main-content .content-constrain {
    padding: 47.5px 34px;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .what-we-do .content-wrapper .main-content .content-constrain {
    padding: 30px 25.75px;
  }
}
@media handheld,only screen and (max-width: 150px) {
  .what-we-do .content-wrapper .main-content .content-constrain {
    padding: 30px 12.875px;
  }
}
.what-we-do .content-wrapper .main-content .content-constrain .logos-block {
  margin-top: 20px;
}
.what-we-do .content-wrapper .main-content .content-constrain .logos-block .media-gallery span:nth-child(2) {
  margin-top: 1px;
}
.what-we-do .content-wrapper .main-content .content-constrain .logos-block .media-gallery .media-thumbnail {
  vertical-align: middle;
  width: 48.2%;
}
.what-we-do .content-wrapper .main-content .content-constrain .logos-block .media-gallery .media-thumbnail img {
  max-width: 100%;
  width: auto;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
}
.page-region {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.header-wrapper {
  background: #20368b;
}
.header-wrapper .header-constrain {
  color: #fff;
  border-radius: 0;
  padding: 0;
}
.header-wrapper .header-constrain .header-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.header-wrapper .header-constrain .header-block > * {
  font-size: 23px;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block {
    font-size: 23px;
    width: 100%;
    margin-left: 0;
  }
}
.header-wrapper .header-constrain .header-block.secondary {
  background: #ffffff;
  text-align: right;
  margin: 0;
  width: 100%;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-constrain .header-block.secondary {
    font-size: 0;
    display: block;
    margin-left: -1.8%;
    width: 101.8%;
    padding: 0;
  }
  .header-wrapper .header-constrain .header-block.secondary > * {
    font-size: 23px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 1024px) and handheld,only screen and (max-width: 1024px) and only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block.secondary {
    font-size: 23px;
    width: 100%;
    margin-left: 0;
  }
}
.header-wrapper .header-constrain .header-block.secondary div {
  display: inline-block;
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block.secondary div {
    display: block;
    text-align: center;
  }
}
.header-wrapper .header-constrain .header-block.secondary div a {
  display: inline-block;
  font-size: 20px;
  padding: 20px 22px;
}
.header-wrapper .header-constrain .header-block.secondary .header-contact {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-constrain .header-block.secondary .header-contact {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 23px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 64.866666666667%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 1024px) and handheld,only screen and (max-width: 1024px) and only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block.secondary .header-contact {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (min-width: 481px) and (max-width: 755px) {
  .header-wrapper .header-constrain .header-block.secondary .header-contact {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 23px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 48.2%;
    font-size: 0;
    white-space: nowrap;
    padding-left: 15px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (min-width: 481px) and (max-width: 755px) and handheld,only screen and (min-width: 481px) and (max-width: 755px) and only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block.secondary .header-contact {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block.secondary .header-contact {
    display: none;
  }
}
.header-wrapper .header-constrain .header-block.secondary .header-contact a {
  color: #20368b;
  padding: 20px 33px 20px 36px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 23px;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-constrain .header-block.secondary .header-contact a {
    padding-left: 77px;
    background-position: left 37px center;
  }
}
@media handheld,only screen and (min-width: 481px) and (max-width: 755px) {
  .header-wrapper .header-constrain .header-block.secondary .header-contact a {
    font-size: 0;
    height: 64px;
    width: 40px;
    padding: 30px;
    display: inline-block;
    background-position: center;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block.secondary .header-contact a {
    display: block;
    padding: 30px;
    height: 60px;
    font-size: 0;
    background-position: center;
  }
}
.header-wrapper .header-constrain .header-block.secondary .header-contact a.contact-address {
  background-image: url('../../include/resources/poolsidefnq/images/i-location.png');
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%20%3Csvg%20width%3D%2216px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2016%2021%22%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%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%20%3C%21--%20Generator%3A%20Sketch%203.3.2%20%2812043%29%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%20%3Ctitle%3Ei-location%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cdefs%3E%3C%2Fdefs%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%20%3Cpath%20d%3D%22M7.39311111%2C19.9681807%20C6.477%2C19.0424884%205.67988889%2C18.1692576%205.00177778%2C17.3501807%20C4.32366667%2C16.5294115%203.63611111%2C15.6307961%202.94288889%2C14.6526422%20C2.24966667%2C13.6744884%201.62255556%2C12.5829499%201.06155556%2C11.3797192%20C0.500555556%2C10.1764884%200.162444444%2C9.05956532%200.0434444444%2C8.02894994%20C0.0132222222%2C7.71079609%200%2C7.40787302%200%2C7.11679609%20C0%2C5.1604884%200.774444444%2C3.48679609%202.32333333%2C2.09910379%20C3.87411111%2C0.711411477%205.74033333%2C0.0158730159%207.92388889%2C0.0158730159%20C10.1074444%2C0.0158730159%2011.9755556%2C0.711411477%2013.5244444%2C2.09910379%20C15.0733333%2C3.48679609%2015.8477778%2C5.1604884%2015.8477778%2C7.11679609%20C15.8477778%2C7.38079609%2015.8326667%2C7.67187302%2015.8043333%2C7.98833455%20C15.6853333%2C9.04602686%2015.3396667%2C10.1832576%2014.7635556%2C11.4000269%20C14.1874444%2C12.6167961%2013.5905556%2C13.6812576%2012.971%2C14.5934115%20C12.3514444%2C15.5055653%2011.6506667%2C16.4312576%2010.8686667%2C17.3687961%20C10.0847778%2C18.3080269%209.54644444%2C18.935873%209.25177778%2C19.2540269%20C8.95711111%2C19.5704884%208.721%2C19.8091038%208.54344444%2C19.9681807%20C8.45466667%2C20.0731038%208.33755556%2C20.1661807%208.19022222%2C20.2457192%20C8.10144444%2C20.2711038%208.02777778%2C20.2846422%207.96733333%2C20.2846422%20C7.90877778%2C20.2846422%207.83511111%2C20.2711038%207.74633333%2C20.2457192%20C7.62922222%2C20.1661807%207.51022222%2C20.0731038%207.39311111%2C19.9681807%20L7.39311111%2C19.9681807%20Z%20M2.83333333%2C7.13541148%20C2.83333333%2C8.39279609%203.32633333%2C9.46910379%204.31611111%2C10.3694115%20C5.304%2C11.2680269%206.50722222%2C11.7181807%207.92388889%2C11.7181807%20C9.34055556%2C11.7181807%2010.5437778%2C11.2680269%2011.5316667%2C10.3694115%20C12.5214444%2C9.46910379%2013.0144444%2C8.39279609%2013.0144444%2C7.13541148%20C13.0144444%2C5.87971917%2012.5214444%2C4.80341148%2011.5316667%2C3.90310379%20C10.5437778%2C3.0044884%209.34055556%2C2.55433455%207.92388889%2C2.55433455%20C6.50722222%2C2.55433455%205.304%2C3.0044884%204.31611111%2C3.90310379%20C3.32633333%2C4.80341148%202.83333333%2C5.87971917%202.83333333%2C7.13541148%20L2.83333333%2C7.13541148%20Z%22%20id%3D%22i-location%22%20fill%3D%22%23D2D7E8%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3C%2Fpath%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E'), none;
  background-size: 17px 22px;
}
.header-wrapper .header-constrain .header-block.secondary .header-contact a.contact-phone {
  padding-right: 24px;
  background-image: url('../../include/resources/poolsidefnq/images/i-phone.png');
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%20%3Csvg%20width%3D%2221px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2021%2020%22%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%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%20%3C%21--%20Generator%3A%20Sketch%203.3.2%20%2812043%29%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%20%3Ctitle%3Ei-phone%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cdefs%3E%3C%2Fdefs%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%20%3Cpath%20d%3D%22M7.97133333%2C4.89475%20C7.45433333%2C5.4425%207.01066667%2C5.9955%206.6385%2C6.5555%20C6.26633333%2C7.11725%206.07933333%2C7.4795%206.07933333%2C7.64225%20C6.1655%2C8.19%206.79616667%2C9.13325%207.97133333%2C10.47375%20C9.14466667%2C11.8125%2010.5765%2C12.88%2012.2668333%2C13.67275%20C12.9268333%2C13.5625%2013.9003333%2C12.9745%2015.1891667%2C11.90875%20C15.389%2C11.77225%2015.6053333%2C11.73025%2015.8345%2C11.78625%20C16.4065%2C11.92275%2016.9436667%2C12.1135%2017.446%2C12.36025%20C17.9465%2C12.60525%2018.348%2C12.845%2018.6486667%2C13.07775%20C18.9493333%2C13.3105%2019.2206667%2C13.5555%2019.4645%2C13.81625%20C19.7083333%2C14.07525%2019.866%2C14.26075%2019.9375%2C14.36925%20C20.009%2C14.4795%2020.0585%2C14.56175%2020.0878333%2C14.616%20C20.1446667%2C14.7525%2020.174%2C14.889%2020.174%2C15.0255%20C20.0585%2C15.6275%2019.888%2C16.1735%2019.6588333%2C16.667%20C19.4296667%2C17.15875%2019.2078333%2C17.549%2018.9915%2C17.836%20C18.777%2C18.123%2018.5331667%2C18.375%2018.2618333%2C18.59375%20C17.9886667%2C18.8125%2017.7961667%2C18.956%2017.6806667%2C19.02425%20C17.567%2C19.0925%2017.4661667%2C19.1415%2017.38%2C19.16775%20C17.2956667%2C19.22375%2017.2095%2C19.25%2017.1233333%2C19.25%20C17.0371667%2C19.25%2016.9656667%2C19.23775%2016.9088333%2C19.20975%20C16.8226667%2C19.18175%2016.6356667%2C19.1275%2016.3496667%2C19.04525%20C15.6915%2C18.88075%2015.1396667%2C18.73025%2014.696%2C18.59375%20C14.2505%2C18.45725%2013.5483333%2C18.18425%2012.5895%2C17.77475%20C11.6306667%2C17.3635%2010.7781667%2C16.926%2010.0338333%2C16.46225%20C9.28766667%2C15.99675%208.40033333%2C15.3405%207.36816667%2C14.4935%20C6.33783333%2C13.64475%205.42116667%2C12.7155%204.61816667%2C11.704%20C3.817%2C10.6925%203.00116667%2C9.43425%202.17066667%2C7.931%20C1.33833333%2C6.426%200.623333333%2C4.7985%200.022%2C3.0485%20C-0.00733333333%2C2.912%20-0.00733333333%2C2.7895%200.022%2C2.681%20C0.022%2C2.59875%200.0421666667%2C2.5095%200.0861666667%2C2.41325%20C0.128333333%2C2.31875%200.251166667%2C2.14025%200.451%2C1.8795%20C0.650833333%2C1.6205%200.887333333%2C1.38075%201.1605%2C1.162%20C1.43183333%2C0.94325%201.84066667%2C0.7245%202.38516667%2C0.50575%20C2.92966667%2C0.287%203.54566667%2C0.12425%204.23316667%2C0.014%20C4.34683333%2C-0.014%204.47516667%2C6.25801494e-16%204.61816667%2C0.056%20C4.73366667%2C0.08225%204.86933333%2C0.1435%205.027%2C0.23975%20C5.18466667%2C0.336%205.4505%2C0.51275%205.82266667%2C0.7735%20C6.19483333%2C1.0325%206.53033333%2C1.3195%206.83283333%2C1.6345%20C7.1335%2C1.9495%207.4195%2C2.352%207.69083333%2C2.84375%20C7.964%2C3.33725%208.11433333%2C3.85525%208.14183333%2C4.403%20C8.17116667%2C4.59375%208.11433333%2C4.75825%207.97133333%2C4.89475%22%20id%3D%22i-phone%22%20fill%3D%22%23D2D7E8%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3C%2Fpath%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
  background-size: 22px 21px;
}
.header-wrapper .header-constrain .header-block.secondary .header-free-quote {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  background: #46c6be;
  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%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%2334bccc%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%2346c6be%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');
}
.header-wrapper .header-constrain .header-block.secondary .header-free-quote:hover {
  background: #39b9b1;
  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%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%232eaab8%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%2339b9b1%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');
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-constrain .header-block.secondary .header-free-quote {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 23px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 31.533333333333%;
    text-align: center;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 1024px) and handheld,only screen and (max-width: 1024px) and only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block.secondary .header-free-quote {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (min-width: 481px) and (max-width: 755px) {
  .header-wrapper .header-constrain .header-block.secondary .header-free-quote {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 23px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 48.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (min-width: 481px) and (max-width: 755px) and handheld,only screen and (min-width: 481px) and (max-width: 755px) and only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block.secondary .header-free-quote {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block.secondary .header-free-quote {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
  }
}
@media handheld,only screen and (max-width: 150px) {
  .header-wrapper .header-constrain .header-block.secondary .header-free-quote {
    font-size: 16px;
  }
}
.header-wrapper .header-constrain .header-block.secondary .header-free-quote a {
  color: #fff;
  padding: 20px 57px 20px 22px;
  background-color: transparent;
  background-image: url('../../include/resources/poolsidefnq/images/i-arrow-right-small.png');
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%20%3Csvg%20width%3D%229px%22%20height%3D%2216px%22%20viewBox%3D%220%200%209%2016%22%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%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%20%3C%21--%20Generator%3A%20Sketch%203.3.2%20%2812043%29%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%20%3Ctitle%3Ei-arrow-right-small%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cdefs%3E%3C%2Fdefs%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%20%3Cpath%20d%3D%22M11.9812941%2C4.51429412%20L10.6434706%2C3.17647059%20L4.49064706%2C9.32876471%20L-1.66164706%2C3.17647059%20L-3%2C4.51429412%20L4.49435294%2C12.0012353%20L11.9812941%2C4.51429412%22%20id%3D%22i-arrow-right-small%22%20fill%3D%22%23FFFFFF%22%20sketch%3Atype%3D%22MSShapeGroup%22%20transform%3D%22translate%284.676471%2C%207.676471%29%20rotate%28-90.000000%29%20translate%28-4.676471%2C%20-7.676471%29%20%22%3E%3C%2Fpath%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E'), none;
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 9px 15.35px;
}
@media handheld,only screen and (min-width: 481px) and (max-width: 755px) {
  .header-wrapper .header-constrain .header-block.secondary .header-free-quote a {
    height: 64px;
    width: 100%;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block.secondary .header-free-quote a {
    width: 100%;
    padding: 10px 43.5px 10px 40.5px;
    background-position: right 34.5px center;
  }
}
@media handheld,only screen and (max-width: 235px) {
  .header-wrapper .header-constrain .header-block.secondary .header-free-quote a {
    padding: 10px 40.5px;
    background-image: none;
    text-align: center;
  }
}
@media handheld,only screen and (max-width: 150px) {
  .header-wrapper .header-constrain .header-block.secondary .header-free-quote a {
    padding: 10px;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 23px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 39.866666666667%;
  vertical-align: middle;
  padding-left: 33px;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    text-align: center;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    padding: 10px 34.5px;
    width: auto;
    display: block;
    text-align: center;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block .logo-cell img {
    display: inline-block;
    vertical-align: middle;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell #logo-bioguard {
  margin-right: 14px;
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block .logo-cell #logo-bioguard {
    width: 80px;
    margin: 0 14px;
  }
}
@media handheld,only screen and (max-width: 150px) {
  .header-wrapper .header-constrain .header-block .logo-cell #logo-bioguard {
    margin: 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block .logo-cell #logo {
    width: 146px;
  }
}
.header-wrapper .header-constrain .header-block a {
  color: #20368b;
}
.header-wrapper .header-constrain .header-block a:hover {
  color: #162662;
}
.hero-wrapper {
  min-height: 100px;
  position: relative;
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper {
    display: none;
  }
}
.hero-wrapper:before,
.hero-wrapper .hero-scroll-down {
  display: block;
  position: absolute;
}
.hero-wrapper:before {
  content: ' ';
  z-index: 50;
  width: 100%;
  height: 28px;
  bottom: -14px;
  background-image: url('../../include/resources/poolsidefnq/images/g-hero-wave-seperator.png');
  background-image: url('../../include/resources/poolsidefnq/images/g-hero-wave-seperator.svg'), none;
  background-repeat: repeat-x;
  background-position: bottom center;
}
.hero-wrapper .hero-scroll-down {
  z-index: 60;
  bottom: -34px;
  height: 68px;
  width: 100%;
  background-image: url('../../include/resources/poolsidefnq/images/i-arrow-down.png');
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%20%3Csvg%20width%3D%2268px%22%20height%3D%2268px%22%20viewBox%3D%220%200%2068%2068%22%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%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%20%3C%21--%20Generator%3A%20Sketch%203.3.2%20%2812043%29%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%20%3Ctitle%3Ei-arrow-down%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cdefs%3E%3C%2Fdefs%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%20%3Cg%20id%3D%22i-arrow-down%22%20sketch%3Atype%3D%22MSLayerGroup%22%3E%20%20%3Ccircle%20id%3D%22Oval-1%22%20fill%3D%22%23FDBA30%22%20sketch%3Atype%3D%22MSShapeGroup%22%20cx%3D%2234%22%20cy%3D%2234%22%20r%3D%2234%22%3E%3C%2Fcircle%3E%20%20%3Cpath%20d%3D%22M45.771%2C27%20L34.149%2C38.621%20L22.528%2C27%20L20%2C29.527%20L34.156%2C43.669%20L48.298%2C29.527%20L45.771%2C27%20Z%22%20id%3D%22Imported-Layers%22%20fill%3D%22%23FFFFFF%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3C%2Fpath%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E'), none;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 68px 68px;
}
.hero-wrapper .hero-constrain .hero-block {
  min-height: 100px;
  position: relative;
  z-index: 10;
}
.hero-wrapper .hero-constrain .hero-block .hero-images {
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  -ms-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.hero-wrapper .hero-constrain .hero-block .hero-images img {
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
.hero-wrapper .hero-constrain .hero-block .hero-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 87px;
  top: auto;
  height: auto;
  text-shadow: 0 0 24px rgba(0,0,0,0.3);
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -1px;
  z-index: 10;
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .hero-constrain .hero-block .hero-text {
    left: 10px;
    right: 10px;
    width: 90%;
  }
}
.hero-wrapper .hero-constrain .hero-block .hero-text .hero-title,
.hero-wrapper .hero-constrain .hero-block .hero-text .hero-alt {
  text-shadow: 1px 1px 2px #666666;
  filter: dropshadow(color=#666666,offx=1px,offy=1px);
}
.hero-wrapper .hero-constrain .hero-block .hero-text .hero-title {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  margin: 0 auto;
  padding: 0 30px;
  width: 850px;
  max-width: 100%;
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .hero-constrain .hero-block .hero-text .hero-title {
    font-size: 1.5em;
    line-height: 1em;
  }
}
.hero-wrapper .hero-constrain .hero-block .hero-text .hero-alt {
  color: #ffffff;
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .hero-constrain .hero-block .hero-text .hero-alt {
    font-size: 1em;
    line-height: 1em;
  }
}
.hero-wrapper .hero-constrain .hero-block .hero-text a {
  text-decoration: none;
}
.hero-wrapper .hero-constrain .hero-block .hero-nav-arrows {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 23px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
  position: absolute;
  left: 0;
  top: 90%;
}
@media handheld,only screen and (max-width: 768px) {
  .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;
  left: 0;
  top: 50%;
  color: #c7cde2;
  background-color: #20368b;
  font-size: 1.6em;
  line-height: 1.4em;
  text-align: center;
  min-width: 1.6em;
  min-height: 1.6em;
  border: 2px solid #fdba30;
  border-radius: 50%;
  /* half of height */
  margin-top: -0.8em;
  /* half of width */
  margin-left: -0.8em;
  z-index: 40;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 768px) {
  .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: #fdba30;
}
.hero-wrapper .hero-constrain .hero-block .hero-nav-arrows .hero-nav-left {
  left: 0;
  right: auto;
  margin-left: -15px;
  margin-right: 0;
}
@media handheld,only screen and (max-width: 768px) {
  .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: -15px;
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .hero-constrain .hero-block .hero-nav-arrows .hero-nav-right {
    display: none;
  }
}
.hero-wrapper .hero-constrain .hero-block .hero-nav {
  position: absolute;
  z-index: 15;
  right: 0;
  left: 0;
  bottom: 49px;
  text-align: center;
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .hero-constrain .hero-block .hero-nav {
    position: relative;
    bottom: -5px;
    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: transparent;
  border: 2px solid #fdba30;
  border-radius: 100%;
  padding: 5px;
  margin: 0 4px;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 768px) {
  .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: #fdba30;
}
.hero-wrapper .hero-constrain .hero-block .hero-nav ul li.currentslide {
  background: #fdba30;
}
.nav-wrapper {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 23px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 56.533333333333%;
  vertical-align: middle;
  text-align: right;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper {
    text-align: left;
    display: block;
    width: 100%;
  }
}
.nav-wrapper .nav-constrain {
  color: #fff;
  background: #20368b;
  border-radius: 0;
}
.nav-wrapper .nav-constrain .nav-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  text-align: center;
  z-index: 20;
  /* Top Level */
}
.nav-wrapper .nav-constrain .nav-block > * {
  font-size: 23px;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block {
    font-size: 23px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block {
    overflow: hidden;
    text-align: left;
    width: 100%;
    margin-left: 0em;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle {
  display: none;
  color: #fff;
  background: transparent;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.75em 34.5px;
  position: relative;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle {
    display: block;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle {
    font-size: 18px;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon {
  background-color: transparent;
  background-image: url('../../include/resources/poolsidefnq/images/g-menu.png');
  background-image: url('../../include/resources/poolsidefnq/images/g-menu.svg'), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  border-radius: 0;
  position: absolute;
  top: 0.6em;
  right: 1.5em;
}
@media handheld,only screen and (max-width: 149px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon {
    display: none;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 23px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
  text-align: right;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    text-align: center;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: none;
  }
}
.nav-wrapper .nav-constrain .nav-block.open .nav-toggle {
  border-radius: 0 0 0px 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .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;
  padding: 0em;
  margin: 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul {
    display: block;
    text-align: left;
    border: none;
    padding-bottom: 17.250px;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  vertical-align: top;
  position: relative;
  padding: 0em;
  margin: 0em;
  /* 1st Dropdown Level */
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  padding: 40px 19px 40px 19px;
  min-height: 100px;
  white-space: nowrap;
  /* 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: 1024px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    padding: 20px;
    min-height: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    white-space: normal;
    padding: 10px 34.5px;
    min-height: 0;
  }
}
@media handheld,only screen and (max-width: 150px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    font-size: 16px;
    text-align: center;
  }
}
@media handheld,only screen and (min-width: 1px) {
  .nav-wrapper .nav-constrain .nav-block ul li a.home-section,
  .nav-wrapper .nav-constrain .nav-block ul li a.home-section:hover,
  .nav-wrapper .nav-constrain .nav-block ul li a.home-section.current {
    color: transparent;
    font-size: 0;
    line-height: 0;
    width: 62px;
    background-image: url('../../include/resources/poolsidefnq/images/i-home.png');
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%20%3Csvg%20width%3D%2222px%22%20height%3D%2219px%22%20viewBox%3D%220%200%2022%2019%22%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%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%20%3C%21--%20Generator%3A%20Sketch%203.3.2%20%2812043%29%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%20%3Ctitle%3Ei-home%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cdefs%3E%3C%2Fdefs%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%20%3Cpath%20d%3D%22M0.688657537%2C9.44228571%20C0.40751468%2C9.10628571%200.440086108%2C8.80628571%200.789800394%2C8.53714286%20L4.40522897%2C5.364%20L4.40522897%2C1.94914286%20C4.40522897%2C1.59942857%204.53208611%2C1.29942857%204.78751468%2C1.044%20C5.04122897%2C0.790285714%205.34294325%2C0.663428571%205.69094325%2C0.663428571%20C6.03894325%2C0.663428571%206.34065754%2C0.790285714%206.59437182%2C1.044%20C6.84980039%2C1.29942857%206.97665754%2C1.59942857%206.97665754%2C1.94914286%20L6.97665754%2C3.15428571%20L10.4326575%2C0.18%20C10.7000861%2C-0.06%2010.9675147%2C-0.06%2011.2349433%2C0.18%20L20.8778004%2C8.53714286%20C21.2258004%2C8.80628571%2021.253229%2C9.09942857%2020.9583718%2C9.42171429%20C20.8246575%2C9.58285714%2020.6635147%2C9.66342857%2020.4766575%2C9.66342857%20C20.3155147%2C9.66342857%2020.1818004%2C9.60857143%2020.0755147%2C9.50228571%20L10.8338004%2C1.50685714%20L1.59208611%2C9.50228571%20C1.27151468%2C9.79714286%200.969800394%2C9.77657143%200.688657537%2C9.44228571%20L0.688657537%2C9.44228571%20Z%20M8.26237182%2C18.6634286%20L4.40522897%2C18.6634286%20C4.05722897%2C18.6634286%203.75551468%2C18.5348571%203.50180039%2C18.2811429%20C3.24637182%2C18.0257143%203.11951468%2C17.7257143%203.11951468%2C17.3777143%20L3.11951468%2C11.0691429%20C3.11951468%2C10.6662857%203.28065754%2C10.332%203.60122897%2C10.0645714%20L10.0298004%2C4.80171429%20C10.2715147%2C4.61314286%2010.5389433%2C4.52057143%2010.8338004%2C4.52057143%20C11.1286575%2C4.52057143%2011.3960861%2C4.61314286%2011.6378004%2C4.80171429%20L18.0663718%2C10.0645714%20C18.3869433%2C10.332%2018.5480861%2C10.6662857%2018.5480861%2C11.0691429%20L18.5480861%2C17.3777143%20C18.5480861%2C17.7257143%2018.421229%2C18.0257143%2018.1658004%2C18.2811429%20C17.9120861%2C18.5348571%2017.6103718%2C18.6634286%2017.2623718%2C18.6634286%20L13.405229%2C18.6634286%20L13.405229%2C12.2348571%20L8.26237182%2C12.2348571%20L8.26237182%2C18.6634286%20L8.26237182%2C18.6634286%20Z%22%20id%3D%22i-home%22%20fill%3D%22%23FFFFFF%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3C%2Fpath%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E'), none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 20px;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-constrain .nav-block ul li a.home-section,
  .nav-wrapper .nav-constrain .nav-block ul li a.home-section:hover,
  .nav-wrapper .nav-constrain .nav-block ul li a.home-section.current {
    height: 60px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li a.home-section,
  .nav-wrapper .nav-constrain .nav-block ul li a.home-section:hover,
  .nav-wrapper .nav-constrain .nav-block ul li a.home-section.current {
    height: auto;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-constrain .nav-block ul li a.home-section:hover,
  .nav-wrapper .nav-constrain .nav-block ul li a.home-section.current {
    background-image: url('../../include/resources/poolsidefnq/images/i-home-hover.png');
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%20%3Csvg%20width%3D%2222px%22%20height%3D%2219px%22%20viewBox%3D%220%200%2022%2019%22%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%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%20%3C%21--%20Generator%3A%20Sketch%203.3.2%20%2812043%29%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%20%3Ctitle%3Ei-home-hover%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cdefs%3E%3C%2Fdefs%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%20%3Cpath%20d%3D%22M0.688657537%2C9.44228571%20C0.40751468%2C9.10628571%200.440086108%2C8.80628571%200.789800394%2C8.53714286%20L4.40522897%2C5.364%20L4.40522897%2C1.94914286%20C4.40522897%2C1.59942857%204.53208611%2C1.29942857%204.78751468%2C1.044%20C5.04122897%2C0.790285714%205.34294325%2C0.663428571%205.69094325%2C0.663428571%20C6.03894325%2C0.663428571%206.34065754%2C0.790285714%206.59437182%2C1.044%20C6.84980039%2C1.29942857%206.97665754%2C1.59942857%206.97665754%2C1.94914286%20L6.97665754%2C3.15428571%20L10.4326575%2C0.18%20C10.7000861%2C-0.06%2010.9675147%2C-0.06%2011.2349433%2C0.18%20L20.8778004%2C8.53714286%20C21.2258004%2C8.80628571%2021.253229%2C9.09942857%2020.9583718%2C9.42171429%20C20.8246575%2C9.58285714%2020.6635147%2C9.66342857%2020.4766575%2C9.66342857%20C20.3155147%2C9.66342857%2020.1818004%2C9.60857143%2020.0755147%2C9.50228571%20L10.8338004%2C1.50685714%20L1.59208611%2C9.50228571%20C1.27151468%2C9.79714286%200.969800394%2C9.77657143%200.688657537%2C9.44228571%20L0.688657537%2C9.44228571%20Z%20M8.26237182%2C18.6634286%20L4.40522897%2C18.6634286%20C4.05722897%2C18.6634286%203.75551468%2C18.5348571%203.50180039%2C18.2811429%20C3.24637182%2C18.0257143%203.11951468%2C17.7257143%203.11951468%2C17.3777143%20L3.11951468%2C11.0691429%20C3.11951468%2C10.6662857%203.28065754%2C10.332%203.60122897%2C10.0645714%20L10.0298004%2C4.80171429%20C10.2715147%2C4.61314286%2010.5389433%2C4.52057143%2010.8338004%2C4.52057143%20C11.1286575%2C4.52057143%2011.3960861%2C4.61314286%2011.6378004%2C4.80171429%20L18.0663718%2C10.0645714%20C18.3869433%2C10.332%2018.5480861%2C10.6662857%2018.5480861%2C11.0691429%20L18.5480861%2C17.3777143%20C18.5480861%2C17.7257143%2018.421229%2C18.0257143%2018.1658004%2C18.2811429%20C17.9120861%2C18.5348571%2017.6103718%2C18.6634286%2017.2623718%2C18.6634286%20L13.405229%2C18.6634286%20L13.405229%2C12.2348571%20L8.26237182%2C12.2348571%20L8.26237182%2C18.6634286%20L8.26237182%2C18.6634286%20Z%22%20id%3D%22i-home-hover%22%20fill%3D%22%23203A85%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3C%2Fpath%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E'), none;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a:hover,
.nav-wrapper .nav-constrain .nav-block ul li a.current {
  color: #fff;
  background-color: #263e99;
  /* 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;
                }
              }
              */
}
@media handheld,only screen and (min-width: 769px) and (max-width: 1024px) {
  .nav-wrapper .nav-constrain .nav-block ul li a:hover,
  .nav-wrapper .nav-constrain .nav-block ul li a.current {
    color: #263e99;
    background-color: #fff;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:first-child a {
  padding-left: 17px;
  padding-right: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li:first-child a {
    padding: 10px 34.5px;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:nth-child(2n) a {
  padding-left: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li:nth-child(2n) a {
    padding-left: 34.5px;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:last-child a {
  padding-right: 33px;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li:last-child a {
    padding-right: 34.5px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li:last-child {
    border: 0;
  }
}
@media handeld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li.home-section {
    display: none;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:hover ul {
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 768px) {
  .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: #20368b;
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 3.1em;
  left: 0em;
  right: auto;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul {
    background: transparent;
    height: auto;
    border: none;
    border-radius: 0px;
    padding-left: 1.75em;
    padding-bottom: 0;
    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: #20368b;
  line-height: 1.8em;
  text-align: left;
  border: none;
  /* 2nd Dropdown Level */
}
@media handheld,only screen and (max-width: 768px) {
  .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: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:last-child {
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:last-child {
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li a {
  color: #fff;
  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: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a {
    padding: 0.75em 1.5em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a:last-child {
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li a:hover {
  color: #fff;
  background-color: #1b2e76;
  /* 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: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a:hover {
    color: #fff;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
  display: none;
}
@media handheld,only screen and (max-width: 768px) {
  .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: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
.media-size-logos {
  margin: 10px 50px 10px 0;
}
.media-size-logos:nth-of-type(2n) {
  margin-right: -50px;
}
@media handheld,only screen and (max-width: 768px) {
  .media-size-logos a {
    display: block;
  }
  .media-size-logos a img {
    margin: 10px;
  }
}
.content-wrapper .content-constrain {
  font-size: 23px;
  width: 990px;
  margin: 0 auto;
  color: #323232;
  border-radius: 0;
  padding: 123px 0 65px 0;
}
@media screen and (max-width: 1026.9709543568px) {
  .content-wrapper .content-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain {
    padding: 47.5px 34px;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .content-wrapper .content-constrain {
    padding: 30px 25.75px;
  }
}
@media handheld,only screen and (max-width: 150px) {
  .content-wrapper .content-constrain {
    padding: 30px 12.875px;
  }
}
.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: 23px;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block {
    font-size: 23px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 23px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block .content-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell ul {
  margin: 1em 1em 1em 0;
  overflow: hidden;
}
.content-wrapper .content-constrain .content-block .content-cell ul li {
  list-style: none;
  padding-left: 2em;
  background-image: url('../../include/resources/poolsidefnq/images/g-check.png');
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%20%3Csvg%20width%3D%2224px%22%20height%3D%2219px%22%20viewBox%3D%220%200%2024%2019%22%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%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%20%3C%21--%20Generator%3A%20Sketch%203.3.2%20%2812043%29%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%20%3Ctitle%3Eg-check%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cdefs%3E%3C%2Fdefs%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%20%3Cpath%20d%3D%22M23.983%2C4.30071429%20C23.983%2C4.70471429%2023.842%2C5.04871429%2023.559%2C5.33171429%20L12.591%2C16.3007143%20L10.529%2C18.3607143%20C10.247%2C18.6437143%209.904%2C18.7857143%209.5%2C18.7857143%20C9.095%2C18.7857143%208.751%2C18.6437143%208.47%2C18.3607143%20L6.409%2C16.3007143%20L0.924%2C10.8157143%20C0.642%2C10.5327143%200.5%2C10.1907143%200.5%2C9.78571429%20C0.5%2C9.38171429%200.642%2C9.03771429%200.924%2C8.75471429%20L2.984%2C6.69471429%20C3.267%2C6.41171429%203.611%2C6.27071429%204.016%2C6.27071429%20C4.418%2C6.27071429%204.762%2C6.41171429%205.045%2C6.69471429%20L9.5%2C11.1647143%20L19.438%2C1.20971429%20C19.721%2C0.927714286%2020.066%2C0.785714286%2020.468%2C0.785714286%20C20.872%2C0.785714286%2021.217%2C0.927714286%2021.5%2C1.20971429%20L23.559%2C3.27071429%20C23.842%2C3.55371429%2023.983%2C3.89771429%2023.983%2C4.30071429%22%20id%3D%22g-check%22%20fill%3D%22%231F3A85%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3C%2Fpath%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E'), none;
  background-repeat: no-repeat;
  background-position: left top 3px;
  background-size: 24px 19px;
}
.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: 23px;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav {
    font-size: 23px;
    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: 23px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
  background-image: none;
  padding-left: 0;
}
@media handheld,only screen and (max-width: 768px) {
  .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: #fff;
  background: #46c6be;
  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%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%2334bccc%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%2346c6be%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');
  font-size: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  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%23fff%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: #fff;
  background: #39b9b1;
  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%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%232eaab8%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%2339b9b1%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');
  text-decoration: none;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li ul {
  display: none;
}
.content-wrapper .content-constrain .content-block a {
  font-weight: bold;
}
.content-wrapper .content-constrain .content-block a.button {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
.content-wrapper .main-content {
  background-color: #ffffff;
  background-image: url('../../include/resources/poolsidefnq/images/g-content-bg-internal.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .main-content {
    min-height: 0;
  }
}
.content-wrapper .supplementary-content {
  background-color: #ebebeb;
  border-top: 2px solid #fff;
  height: 330px;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .supplementary-content {
    height: auto;
    border-top: 0;
    padding: 47.5px 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .content-wrapper .supplementary-content {
    padding: 30px 0;
  }
}
.content-wrapper .supplementary-content .content-constrain {
  padding: 0;
}
.content-wrapper .supplementary-content .giant-cta {
  margin-top: -100px;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .supplementary-content .giant-cta {
    margin-top: 0;
  }
}
.footer-wrapper {
  padding: 180px 0 70px 0;
  background-color: #ffffff;
  background-image: url('../../include/resources/poolsidefnq/images/g-footer-pictographic-seperator.png');
  background-image: url('../../include/resources/poolsidefnq/images/g-footer-pictographic-seperator.svg'), none;
  background-repeat: no-repeat;
  background-position: top 64.5px center;
}
@media handheld,only screen and (max-width: 1024px) {
  .footer-wrapper {
    background-size: contain;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper {
    padding: 0 0 47.5px 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .footer-wrapper {
    background-image: none;
    padding: 0 0 30px 0;
  }
}
.footer-wrapper .footer-map {
  background-color: #E9E5DC;
}
.footer-wrapper .footer-map #map-canvas {
  position: relative;
  display: block;
  width: 100%;
  height: 330px;
  background-image: url('../../include/resources/poolsidefnq/images/g-footer-map.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-size: cover;
}
@media handheld,only screen and (min-width: 1920px) {
  .footer-wrapper .footer-map #map-canvas {
    background-image: url('../../include/resources/poolsidefnq/images/g-footer-map-large.jpg');
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-map #map-canvas {
    height: 150px;
    background-size: auto;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .footer-wrapper .footer-map #map-canvas {
    background-image: url('../../include/resources/poolsidefnq/images/g-footer-map-small.jpg');
  }
}
.footer-wrapper .footer-map #map-canvas .map-legal {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.footer-wrapper .footer-constrain {
  font-size: 23px;
  width: 990px;
  margin: 0 auto;
  white-space: nowrap;
  color: #323232;
}
@media screen and (max-width: 1026.9709543568px) {
  .footer-wrapper .footer-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain {
    text-align: center;
    white-space: normal;
  }
}
.footer-wrapper .footer-constrain .footer-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  display: inline-block;
  white-space: normal;
  width: 90.183838383838%;
  padding: 70px 0 0 0;
}
.footer-wrapper .footer-constrain .footer-block > * {
  font-size: 23px;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block {
    font-size: 23px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block {
    padding: 47.5px 0 0 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .footer-wrapper .footer-constrain .footer-block {
    padding: 30px 0 0 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 23px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
  width: 35.133333333333%;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell {
    margin-bottom: 30px;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell h3 {
  margin: 0 0 2px 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell.visit {
  width: auto;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell p {
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  line-height: 1.6;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell a {
  color: #20368b;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell a:hover {
  color: #162662;
}
.footer-wrapper .footer-constrain .footer-social {
  display: inline-block;
  white-space: normal;
  text-align: right;
  width: 11.616161616162%;
  padding: 70px 0 0 0;
  vertical-align: top;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-social {
    padding-top: 0;
    text-align: center;
  }
}
.author-wrapper {
  background-color: #ebebeb;
}
.author-wrapper .author-constrain {
  font-size: 23px;
  width: 990px;
  margin: 0 auto;
  color: #353535;
  padding: 26px 0 29px 0;
  line-height: 1.2;
}
@media screen and (max-width: 1026.9709543568px) {
  .author-wrapper .author-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .author-wrapper .author-constrain {
    text-align: center;
  }
}
.author-wrapper .author-constrain a {
  color: #353535;
}
.author-wrapper .author-constrain .author-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}
.author-wrapper .author-constrain .author-block > * {
  font-size: 23px;
}
@media handheld,only screen and (max-width: 768px) {
  .author-wrapper .author-constrain .author-block {
    font-size: 23px;
    width: 100%;
    margin-left: 0;
  }
}
.author-wrapper .author-constrain .author-block .author-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 23px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  font-size: 18px;
  line-height: 1;
}
@media handheld,only screen and (max-width: 768px) {
  .author-wrapper .author-constrain .author-block .author-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .author-wrapper .author-constrain .author-block .author-cell {
    margin-bottom: 30px;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .author-wrapper .author-constrain .author-block .author-cell {
    margin-bottom: 25px;
  }
}
.author-wrapper .author-constrain .author-block .author-cell a {
  color: #353535;
  text-decoration: none;
}
.author-wrapper .author-constrain .author-block .author-cell a:hover {
  color: #162662;
}
.author-wrapper .author-constrain .author-block .author-cell a.author {
  color: #353535;
}
.author-wrapper .author-constrain .author-block .author-cell a.author:hover {
  color: #162662;
}
.author-wrapper .author-constrain .author-block .author-nav-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 23px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
  text-align: right;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 18px;
}
@media handheld,only screen and (max-width: 768px) {
  .author-wrapper .author-constrain .author-block .author-nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .author-wrapper .author-constrain .author-block .author-nav-cell {
    text-align: center;
  }
}
.author-wrapper .author-constrain .author-block .author-nav-cell ul {
  list-style: none;
  margin: 0;
}
.author-wrapper .author-constrain .author-block .author-nav-cell ul li {
  display: inline-block;
  margin: 0 0 0 30px;
  font-size: 18px;
  line-height: 1;
}
@media handheld,only screen and (max-width: 768px) {
  .author-wrapper .author-constrain .author-block .author-nav-cell ul li {
    margin: 0 15px;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .author-wrapper .author-constrain .author-block .author-nav-cell ul li {
    display: block;
    margin: 5px 15px;
    padding: 10px;
  }
}
.author-wrapper .author-constrain .author-block .author-nav-cell ul li a {
  color: #3a3a3a;
}
.author-wrapper .author-constrain .author-block .author-nav-cell ul ul {
  display: none;
}
