#mediaQueryJsTrigger {
  display: none;
}
@media screen and (max-width: 800px) {
  #mediaQueryJsTrigger {
    text-indent: 1px;
  }
}
/*shows for 0 to 6*/
@media screen and (max-width: 600px) {
  #mediaQueryJsTrigger {
    text-indent: 2px;
  }
}
/*shows for 6 to 8*/
@media screen and (min-width: 601px) and (max-width: 800px) {
  #mediaQueryJsTrigger {
    text-indent: 3px;
  }
}
/*shows for 8+ (including ie8below)*/
@media screen and (min-width: 801px) {
  #mediaQueryJsTrigger {
    text-indent: 4px;
  }
}
/*shows for 8-12*/
@media screen and (min-width: 801px) and (max-width: 1200px) {
  #mediaQueryJsTrigger {
    text-indent: 5px;
  }
}
/*shows for 8-10*/
@media screen and (min-width: 801px) and (max-width: 1000px) {
  #mediaQueryJsTrigger {
    text-indent: 6px;
  }
}
/*[global.less ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Every device see this but there are breakpoints. The breakpoint for <IE8 is also seen by ie8
*/
/*
1=Reset###
2=Typography, links and images###
3=forms (if needed)
4=tables (if needed)###
5=helpers and misc###
6=outside structural framework.###
7=internal structural framework.###
8=individual structural framework.###

*/
/*1=Reset
#########################################################################################################################################################################################################################################*/
/* [reset.less]* ---------------------------------------------------------------------------------------- */
/* * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).

ADDED HR

 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
hr,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
img,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: inherit;
  /*changed this from "1"*/
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*Form reset moved to own file*/
/* [endreset.less]* ---------------------------------------------------------------------------------------- */
/*2=Typography. Headings, body text, lists, links and more. Also includes images
#########################################################################################################################################################################################################################################*/
/* [type_general.less]* ----------------------------------------------------------------------------------------
=headings
*/
/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2013 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Insigne Design
 * License URL: http://www.fontspring.com/fflicense/insigne
 *
 *
 */
@font-face {
  font-family: 'sancoale_slsf_norm_regunormRg';
  src: url('/includes/fonts/sancoaleslabsoft_normregular_macroman/SancoaleSlSfNormRegular-webfont.eot');
  src: url('/includes/fonts/sancoaleslabsoft_normregular_macroman/SancoaleSlSfNormRegular-webfont.eot?#iefix') format('embedded-opentype'), url('/includes/fonts/sancoaleslabsoft_normregular_macroman/SancoaleSlSfNormRegular-webfont.woff') format('woff'), url('/includes/fonts/sancoaleslabsoft_normregular_macroman/SancoaleSlSfNormRegular-webfont.ttf') format('truetype'), url('/includes/fonts/sancoaleslabsoft_normregular_macroman/SancoaleSlSfNormRegular-webfont.svg#sancoale_slsf_norm_regunormRg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sancoale_slsf_norm_renormRgit';
  src: url('/includes/fonts/sancoaleslabsoft_normregularit_macroman/SancoaleSlSfNormRegularIt-webfont.eot');
  src: url('/includes/fonts/sancoaleslabsoft_normregularit_macroman/SancoaleSlSfNormRegularIt-webfont.eot?#iefix') format('embedded-opentype'), url('/includes/fonts/sancoaleslabsoft_normregularit_macroman/SancoaleSlSfNormRegularIt-webfont.woff') format('woff'), url('/includes/fonts/sancoaleslabsoft_normregularit_macroman/SancoaleSlSfNormRegularIt-webfont.ttf') format('truetype'), url('/includes/fonts/sancoaleslabsoft_normregularit_macroman/SancoaleSlSfNormRegularIt-webfont.svg#sancoale_slsf_norm_renormRgit') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sancoale_slsf_norm_boldnormBd';
  src: url('/includes/fonts/sancoaleslabsoft_normbold_macroman/SancoaleSlSfNormBold-webfont.eot');
  src: url('/includes/fonts/sancoaleslabsoft_normbold_macroman/SancoaleSlSfNormBold-webfont.eot?#iefix') format('embedded-opentype'), url('/includes/fonts/sancoaleslabsoft_normbold_macroman/SancoaleSlSfNormBold-webfont.woff') format('woff'), url('/includes/fonts/sancoaleslabsoft_normbold_macroman/SancoaleSlSfNormBold-webfont.ttf') format('truetype'), url('/includes/fonts/sancoaleslabsoft_normbold_macroman/SancoaleSlSfNormBold-webfont.svg#sancoale_slsf_norm_boldnormBd') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sancoale_slsf_norm_bonormBdit';
  src: url('/includes/fonts/sancoaleslabsoft_normboldit_macroman/SancoaleSlSfNormBoldIt-webfont.eot');
  src: url('/includes/fonts/sancoaleslabsoft_normboldit_macroman/SancoaleSlSfNormBoldIt-webfont.eot?#iefix') format('embedded-opentype'), url('/includes/fonts/sancoaleslabsoft_normboldit_macroman/SancoaleSlSfNormBoldIt-webfont.woff') format('woff'), url('/includes/fonts/sancoaleslabsoft_normboldit_macroman/SancoaleSlSfNormBoldIt-webfont.ttf') format('truetype'), url('/includes/fonts/sancoaleslabsoft_normboldit_macroman/SancoaleSlSfNormBoldIt-webfont.svg#sancoale_slsf_norm_bonormBdit') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  color: #656256;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: normal;
  font-weight: normal;
  font-family: sancoale_slsf_norm_regunormRg, Georgia, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin-bottom: 28px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #1f262b;
}
.h1 a,
.h2 a,
.h3 a,
.h1 a,
.h2 a,
.h3 a {
  color: #1f262b;
}
h5,
.h5 {
  color: #656256;
}
h6,
.h6 {
  color: #49473f;
  font-style: italic;
}
h1,
.h1 {
  font-size: 51.9921875px;
  line-height: 49px;
  letter-spacing: -1px;
  padding-top: 28px;
  padding-bottom: 28px;
  font-family: sancoale_slsf_norm_boldnormBd, Georgia, serif;
  font-weight: normal;
}
h2,
.h2 {
  font-size: 27.5px;
  line-height: 35px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: sancoale_slsf_norm_boldnormBd, Georgia, serif;
  font-weight: normal;
}
h3,
.h3 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: normal;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: sancoale_slsf_norm_boldnormBd, Georgia, serif;
  font-weight: normal;
}
h4,
.h4 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: normal;
  font-weight: normal;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: bold;
  font-family: sancoale_slsf_norm_regunormRg, Georgia, serif;
}
h5,
.h5 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: normal;
  font-weight: normal;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: bold;
  font-family: sancoale_slsf_norm_regunormRg, Georgia, serif;
}
h6,
.h6 {
  font-family: sancoale_slsf_norm_renormRgit, Georgia, serif;
  font-size: 20px;
  line-height: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: normal;
  font-family: sancoale_slsf_norm_regunormRg, Georgia, serif;
  letter-spacing: normal;
}
.introText {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: normal;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: sancoale_slsf_norm_boldnormBd, Georgia, serif;
  font-weight: normal;
  font-family: sancoale_slsf_norm_bonormBdit, Georgia, serif;
  margin-bottom: 0;
  padding-bottom: 28px;
  padding-top: 0;
}
.introText a {
  font-weight: normal;
  font-family: sancoale_slsf_norm_bonormBdit, Georgia, serif;
}
.bigger {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: normal;
}
.smaller {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 28px;
}
.normal {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 28px;
}
/*=lists*/
ul,
ol {
  margin: 0 0 28px 0px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 60px;
}
ul ul {
  padding-left: 0;
  margin-left: 60px;
}
ul li {
  margin-bottom: 14px;
}
ol {
  list-style: decimal;
  list-style-position: inside;
}
ol ol {
  padding-left: 0;
}
ol li {
  padding-left: 0;
}
ul.horizontal_list {
  list-style: none;
  padding-left: 0;
}
ul.horizontal_list li {
  display: inline;
  margin-right: 0;
}
dl {
  margin-bottom: 28px;
  padding-left: 0;
  padding-right: 0;
}
dl dt {
  font-weight: bold;
}
dl dd {
  padding-left: 0;
}
strong,
.bold {
  font-weight: normal;
  font-family: sancoale_slsf_norm_boldnormBd, Georgia, serif;
}
em {
  font-style: normal;
  font-family: sancoale_slsf_norm_renormRgit, Georgia, serif;
}
strong em,
.bold em,
em strong,
em .bold {
  font-style: normal;
  font-family: sancoale_slsf_norm_bonormBdit, Georgia, serif;
}
blockquote {
  margin-bottom: 28px;
  border-left: 0px solid #eeeeee;
  margin-left: 0;
}
blockquote p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: normal;
  font-weight: normal;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: bold;
  font-family: sancoale_slsf_norm_regunormRg, Georgia, serif;
  font-style: italic;
  margin-bottom: 0;
}
blockquote small {
  display: block;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: normal;
  margin-bottom: 0;
}
.quote {
  margin-top: 1rem;
  position: relative;
}
.quote:before {
  content: "\201C";
  font-weight: bold;
  font-size: 84px;
  line-height: 84px;
  display: block;
  color: #1f262b;
  position: absolute;
  left: 0;
  top: -1.5rem;
}
/*
.quote:after{
	content:"\201D";
	font-weight:bold;
	font-size:@baseline*3;
	line-height:@baseline*3;
	display:block;
 	color: @mainBrand;
	position:absolute;
	left:2rem;
	top:-1.5rem;
}
*/
.quote-quote {
  font-family: sancoale_slsf_norm_renormRgit, Georgia, serif, georgia, serif;
  font-style: normal;
  font-weight: normal;
  overflow: hidden;
}
.quote-cite {
  font-family: sancoale_slsf_norm_boldnormBd, Georgia, serif, georgia, serif;
  font-weight: normal;
  font-style: normal;
  padding-top: 0;
}
.quote-cite a {
  font-weight: bold;
}
code,
pre {
  letter-spacing: 1px;
  /*just styles a bit different. mixing font styles inline causes issues in browser with baseline*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
code {
  background-color: #fee9cc;
  color: rgba(0, 0, 0, 0.75);
}
pre {
  background-color: #ccc;
  display: block;
  padding: 28px 60px;
  margin: 0 0 28px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
img {
  height: auto;
  max-width: 100%;
  width: auto;
  /*margin-top: 15.5px;*/
  margin-left: 0;
  margin-right: 0;
  -ms-interpolation-mode: bicubic;
}
/*=links main body links. Other links elsewhere*/
a,
a:visited {
  border-bottom: 4px solid #1f262b;
  text-decoration: none;
  color: #1f262b;
  font-weight: normal;
  font-family: sancoale_slsf_norm_boldnormBd, Georgia, serif;
}
em a,
a em {
  font-weight: normal;
  font-family: sancoale_slsf_norm_bonormBdit, Georgia, serif;
}
a:hover {
  text-decoration: none;
  color: #46B1C9;
  border-color: #46B1C9;
}
strong a,
strong a:visited {
  font-weight: normal;
  font-family: sancoale_slsf_norm_boldnormBd, Georgia, serif;
}
strong em,
em strong {
  font-weight: normal;
  font-family: sancoale_slsf_norm_bonormBdit, Georgia, serif;
}
hr {
  background: #3294aa;
  margin-bottom: 28px;
  margin-top: -1px;
  height: 1px;
  clear: both;
  display: block;
}
/*Addresss*/
address {
  display: block;
  margin-bottom: 28px;
}
address .adr {
  display: block;
  margin-bottom: 28px;
}
address .hookstreetline1,
address .country-name,
address .hooktel1 {
  display: block;
}
/* [endtype_general.less]* ---------------------------------------------------------------------------------------- */
/*3=forms
#########################################################################################################################################################################################################################################*/
/* [forms_general.less]* ---------------------------------------------------------------------------------------- */
/*
ui-consistency
This is with a massive thanks to http://formalize.me/

*****************************************************/
.formItem {
  margin-bottom: 28px;
  clear: both;
  *zoom: 1;
}
.formItem:before,
.formItem:after {
  content: "";
  display: table;
}
.formItem:after {
  clear: both;
}
form {
  margin-bottom: 28px;
}
input,
select,
textarea,
label,
option,
button {
  font-family: sancoale_slsf_norm_regunormRg, Georgia, serif;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #1f262b 0 0 5px 0;
  -moz-box-shadow: #1f262b 0 0 5px 0;
  box-shadow: #1f262b 0 0 5px 0;
  z-index: 1;
}
input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*not sure this is needed*/
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding;
  background: #1f262b;
  border: 1px solid;
  border-color: #0a0c0d;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  display: block;
  width: 100%;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 14px;
  text-decoration: none;
  vertical-align: top;
  font-size: 1rem;
}
button:hover,
a.button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #292a27;
  text-decoration: none;
}
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background: #292a27;
  text-decoration: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*not sure this is needed*/
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding;
  background: #fff;
  border: none;
  color: #656256;
  display: block;
  width: 100%;
  overflow: visible;
  padding: 14px;
  text-decoration: none;
  outline: 0;
  margin: 0;
  text-align: left;
  vertical-align: top;
  font-size: 1rem;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}
input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}
textarea,
select[size],
select[multiple] {
  height: auto;
}
textarea {
  min-height: 10rem;
  overflow: auto;
  resize: vertical;
  width: 100%;
}
optgroup {
  color: #656256;
  font-style: normal;
  font-weight: normal;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}
label {
  font-weight: normal;
  font-family: sancoale_slsf_norm_boldnormBd, Georgia, serif;
}
.formItem-checkRadio label {
  display: inline-block;
  padding: 0 0 7px 0;
  font-weight: normal;
  margin-bottom: 7px;
  margin-right: 0;
  margin-right: 28px;
}
.formItem-checkRadio label:hover {
  cursor: pointer;
}
.formItem-checkRadio label:hover input {
  cursor: pointer;
  -webkit-box-shadow: 0 0px 3px rgba(0, 60, 255, 0.7);
  -moz-box-shadow: 0 0px 3px rgba(0, 60, 255, 0.7);
  box-shadow: 0 0px 3px rgba(0, 60, 255, 0.7);
}
.formItem-helper {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: normal;
  font-style: italic;
  color: #999688;
  margin-bottom: 0;
}
.formItem-errMsg {
  margin-bottom: 0;
  margin-top: 7px;
  padding-bottom: 28px;
  color: #9d261d;
}
.formItem-errMsg:before {
  background: #9d261d;
  font-family: 'icomoon-ultimate';
  font-style: normal;
  speak: none;
  font-weight: normal;
  padding: 2px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: bottom;
  content: "\e014";
  margin-right: 3px;
  font-size: 16px;
  color: #ffc40d;
}
@media screen and (min-width: 801px) {
  .formSideBySide textarea,
  .formSideBySide select,
  .formSideBySide input[type="date"],
  .formSideBySide input[type="datetime"],
  .formSideBySide input[type="datetime-local"],
  .formSideBySide input[type="email"],
  .formSideBySide input[type="month"],
  .formSideBySide input[type="number"],
  .formSideBySide input[type="password"],
  .formSideBySide input[type="search"],
  .formSideBySide input[type="tel"],
  .formSideBySide input[type="text"],
  .formSideBySide input[type="time"],
  .formSideBySide input[type="url"],
  .formSideBySide input[type="week"] {
    float: right;
    width: 50%;
  }
  .formSideBySide button,
  .formSideBySide input[type="reset"],
  .formSideBySide input[type="submit"],
  .formSideBySide input[type="button"] {
    float: right;
    width: 50%;
  }
  .formSideBySide label {
    float: left;
    width: 50%;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    /*not sure this is needed*/
    box-sizing: border-box;
    padding-right: 60px;
  }
  .formSideBySide .formItem-helper {
    clear: both;
    float: right;
    width: 66%;
  }
  .formSideBySide .formItem-errMsg {
    clear: both;
    float: right;
    width: 66%;
  }
  .formSideBySide .formItem-checkRadioQuestion {
    font-weight: bold;
    float: left;
    width: 33%;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    /*not sure this is needed*/
    box-sizing: border-box;
    padding-right: 60px;
  }
  .formSideBySide .formItem-checkRadio {
    float: right;
    width: 66%;
  }
  .formSideBySide .formItem-checkRadio label {
    float: none;
    width: auto;
  }
}
/* [End forms_general.less]* ---------------------------------------------------------------------------------------- */
/*4=tables (if needed)
#########################################################################################################################################################################################################################################*/
/* [tables.less]* ----------------------------------------------------------------------------------------
=tables
*/
table {
  width: 100%;
  margin: 0 0 28px 0;
  padding: 0 0;
  border-collapse: collapse;
  /* IE7, collapse table to remove spacing */
}
th,
td {
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
  background-color: #e6e6e6;
  padding: 14px 30px;
}
td {
  background: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 14px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 13px;
}
table p:last-child {
  margin-bottom: 0;
}
.table-number {
  text-align: right;
}
/* [endtables.less]* ----------------------------------------------------------------------------------------*/
/*5=helpers - css helper classes such as flright, text align etc. - Nothing to do with widths!!
#########################################################################################################################################################################################################################################*/
/* [helpers_general.less]* ---------------------------------------------------------------------------------------- */
.noFloat {
  float: none;
}
.clearFromThis {
  clear: both;
}
.clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}
.noClear {
  clear: none;
}
/* Contain floats: h5bp.com/q */
.clearFix {
  *zoom: 1;
}
.clearFix:before,
.clearFix:after {
  content: "";
  display: table;
}
.clearFix:after {
  clear: both;
}
.textAlignLeft {
  text-align: left !important;
}
.textAlignCenter {
  text-align: center !important;
}
.textAlignRight {
  text-align: right !important;
}
.defaultPadd {
  padding-left: 60px;
  padding-right: 60px;
}
.padLeftRight {
  padding-left: 60px;
  padding-right: 60px;
}
.padLeft {
  padding-left: 60px;
}
.padRight {
  padding-right: 60px;
}
.margLeftRight {
  margin-left: 60px;
  margin-right: 60px;
}
.margLeft {
  margin-left: 60px;
}
.margRight {
  margin-right: 60px;
}
.noMargin {
  margin: 0 !important;
}
.noBorder,
.noborder {
  border: none !important;
}
.noPadding {
  padding: 0 !important;
}
.noPaddTop {
  padding-top: 0;
}
.nopaddBot {
  padding-bottom: 0;
}
.noMargBordPadd {
  margin: 0 !important;
  padding: 0 !important;
  border: none;
}
.fullLineTop {
  margin-top: 28px !important;
}
.fullLineBot {
  margin-bottom: 28px !important;
}
.halfLineTop {
  margin-top: 14px !important;
}
.halfLineBot {
  margin-bottom: 14px !important;
}
.doubleLineTop {
  margin-top: 56px !important;
}
.doubleLineBot {
  margin-bottom: 56px !important;
}
.noWrap {
  white-space: nowrap;
}
.hangingLine {
  border-top: 14px solid #90938a;
  padding-top: 14px;
}
.printOnly {
  display: none;
}
@media print {
  .printOnly {
    display: block;
  }
}
.uppercase {
  text-transform: uppercase;
}
.cta {
  background: #1f262b;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  font-weight: normal;
  font-family: sancoale_slsf_norm_boldnormBd, Georgia, serif;
  display: inline-block;
}
.cta-block {
  display: block;
  text-align: center;
}
.cta-big {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: normal;
}
.cta-small {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: normal;
  padding-top: 1px;
  padding-bottom: 1px;
}
.cta-blue {
  background: #1f262b;
}
/*can't add padding without this*/
.ie7 .cta-big,
.ie6 .cta-big {
  display: inline;
  zoom: 1;
}
a.cta,
a:link.cta,
a:visited.cta,
.cta a,
.cta a:link,
.cst a:visited {
  color: #fff;
  border: none;
  text-decoration: none;
}
.cta:hover {
  background: #292a27;
  color: #fff;
  text-decoration: none;
}
@media print {
  .pointer {
    display: none;
  }
}
/*
.prj-border{
	border:3px solid lighten(@black,50%);
}
*/
.noBullets {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  margin-left: 0;
}
.horizontalList {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  margin-left: 0;
  padding-left: 0;
}
.horizontalList li {
  display: inline-block;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
}
.horizontalList li:first-child {
  border-left: none;
  padding-left: 0;
}
.ie6 .horizontalList li,
.ie7 .horizontalList li {
  display: inline;
  zoom: 1;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyHidden.focusable:active,
.visuallyHidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* [endehelpersgneral.less]* ---------------------------------------------------------------------------------------- */
/*boxes*/
.box {
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding-top: 26px;
  padding-right: 58px;
  padding-bottom: 0;
  padding-left: 58px;
  margin-bottom: 28px;
  *zoom: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.box:before,
.box:after {
  content: "";
  display: table;
}
.box:after {
  clear: both;
}
.box h2:first-child,
.box h3:first-child,
.box h4:first-child,
.box h5:first-child {
  padding-top: 0;
}
.box-success {
  background: #46a546;
  border-color: #285d28;
  color: #fff;
}
.box-success h2,
.box-success h3,
.box-success h4,
.box-success h5 {
  color: #fff;
}
.box-success a:link,
.box-success a:visited {
  color: #fff;
  border-bottom-color: #fff;
  border-bottom-style: solid;
}
.box-call {
  background: #3294aa;
  border-color: #3294aa;
  color: #fff;
}
.box-call a {
  color: #fff;
  border-color: #fff;
}
.box-call a:hover {
  color: #0f2d34;
  border-color: #0f2d34;
}
.box-call h2,
.box-call h3,
.box-call h4 {
  color: #fff;
}
.box-callAlt {
  background: #292a27;
  border-color: #ad9b6d;
  color: #d9d9d9;
}
.box-divider {
  background: #46B1C9;
  border-color: #267283;
  border-width: 6px;
  border-left: none;
  border-right: none;
  padding-top: 22px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.box-highlight {
  background: #fff6d9;
  border-color: #ffe9a6;
  color: #5a4400;
}
.box-highlight h2,
.box-highlight h3,
.box-highlight h4,
.box-highlight h5 {
  color: #5a4400;
}
.box-errMsg {
  background: #9d261d;
  border-color: #47110d;
  color: #fff;
}
.box-errMsg h2,
.box-errMsg h3,
.box-errMsg h4,
.box-errMsg h5 {
  color: #fff;
}
.box-errMsg .ico-warning {
  color: #ffc40d;
}
.box-errMsg a {
  color: #ffc40d;
  border-color: #ffc40d;
}
.box-info {
  background: #f4fafe;
  border-color: #d3ebfb;
  color: #333;
}
.box-info h2,
.box-info h3,
.box-info h4,
.box-info h5 {
  color: #333;
}
.box-info .ico-info {
  color: #97cff6;
}
@media screen and (max-width: 800px) {
  .flRight {
    float: right;
    margin-left: 30px;
    margin-bottom: 28px;
  }
  .flLeft {
    float: left;
    margin-right: 30px;
    margin-bottom: 28px;
  }
  img.flRight,
  img.flLeft {
    max-width: 35%;
  }
}
@media screen and (min-width: 801px) {
  .flRight {
    float: right;
    margin-left: 60px;
    margin-bottom: 28px;
  }
  .flLeft {
    float: left;
    margin-right: 60px;
    margin-bottom: 28px;
  }
}
/*6=outside structural framework. The main website structure - not really to do with the inside of pages.
Usually things that appear on every page.
#########################################################################################################################################################################################################################################*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  background: #e3e3ed;
  background: linear-gradient(to left, #e3e3ed, #f0f0f5);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
body {
  background-image: url(/img/memphis5.png);
  background-repeat: repeat;
  background-position: 50% -5rem;
  background-attachment: fixed;
  background-size: 100%;
}
@media screen and (min-width: 801px) {
  body {
    background-size: auto;
  }
}
.header {
  padding-top: 30px;
}
@media screen and (max-width: 800px) {
  .header-inner {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 801px) {
  .header-inner {
    position: relative;
  }
  .homePage .header-inner {
    top: 50%;
    transform: translateY(-50%);
  }
  .header {
    height: 40vh;
    max-height: 10rem;
  }
  .homePage .header {
    height: 80vh;
    max-height: 30rem;
  }
}
.logo {
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*not sure this is needed*/
  box-sizing: border-box;
  padding-right: 60px;
  vertical-align: bottom;
  padding-left: 30px;
}
.logo h1 {
  line-height: 42px;
  padding-bottom: 0;
  padding-top: 0;
  color: #1f262b;
  display: inline-block;
  text-align: right;
}
.logo h1 a,
.logo h1 a:hover {
  border-bottom: none;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .logo {
    width: 100%;
    text-align: center;
  }
  .logo h1 {
    line-height: 28px;
    font-size: 37.8125px;
    padding-bottom: 0;
    padding-top: 0;
    text-align: right;
    display: inline-block;
  }
}
@media screen and (min-width: 801px) {
  .homePage .logo {
    text-align: right;
  }
  .logo h1 {
    font-size: 2.2rem;
    line-height: 0.8 !important;
  }
  .homePage .logo h1 {
    font-size: 3.4rem;
  }
}
.logo-spring {
  display: block;
  margin-right: 2rem;
}
.nav {
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*not sure this is needed*/
  box-sizing: border-box;
  padding-right: 30px;
  vertical-align: bottom;
  margin-bottom: 0;
  text-align: center;
}
.nav ul {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.nav li {
  display: inline-block;
  margin-bottom: 0;
}
.nav a {
  border: none;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
.nav ul li:first-child a {
  margin-left: 0;
}
.nav ul li:last-child a {
  border-right: none;
  margin-right: 0;
}
.aboutPage .nav-about a,
.contactPage .nav-contact a,
.workPage .nav-work a,
.thoughtsPage .nav-thoughts a {
  border-bottom: 6px solid #1f262b;
}
@media screen and (max-width: 800px) {
  .nav {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-top: 14px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .nav {
    font-size: 1rem;
  }
}
@media screen and (min-width: 801px) {
  .nav {
    text-align: right;
  }
  .homePage .nav {
    text-align: left;
  }
}
.intro {
  text-align: center;
  margin-top: 56px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  line-height: 1.3;
  font-family: sancoale_slsf_norm_renormRgit, Georgia, serif;
}
.intro a {
  white-space: nowrap;
}
@media screen and (min-width: 801px) {
  .intro {
    font-size: 36px;
  }
}
.main {
  *zoom: 1;
}
.main:before,
.main:after {
  content: "";
  display: table;
}
.main:after {
  clear: both;
}
.footer {
  clear: both;
  padding-top: 56px;
  padding-bottom: 56px;
  text-align: center;
}
.footer a,
.footer span {
  white-space: nowrap;
  border: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 801px) {
  .footer a,
  .footer span {
    margin-left: 60px;
    margin-right: 60px;
  }
}
/*7=internal structural framework. Anything that isn't to do with the overall structure and isn't an individual page.####################################################################################################################
Eg columns, inner navigation etc. Things that would appear on more than one page but probably not on every page. Usually has something to do with layout....
#########################################################################################################################################################################################################################################*/
.pf {
  padding-top: 28px;
  padding-bottom: 28px;
}
.pf-inner {
  max-width: 1400px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.pf-inner:before,
.pf-inner:after {
  content: "";
  display: table;
}
.pf-inner:after {
  clear: both;
}
@media screen and (max-width: 800px) {
  .pf-item {
    max-width: 377px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 801px) {
  .pf-item {
    width: 33.33%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    /*not sure this is needed*/
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 30px;
  }
  .pf-short {
    height: 0;
    overflow: hidden;
    padding-bottom: 20%;
    border-bottom: 4px solid #46B1C9;
    margin-bottom: 28px;
  }
}
.pf-item a {
  border-bottom: none;
}
.pf-item img {
  display: block;
  margin-bottom: 56px;
  box-shadow: 18px -18px 0px 1px #FED766, -18px 18px 0px 1px #BFBFBF;
  transition: all .1s;
}
.pf-item img:hover {
  display: block;
  margin-bottom: 56px;
  box-shadow: 27px -27px 0px 1px #1f262b, -27px 27px 0px 1px #46B1C9;
}
.singlePf {
  *zoom: 1;
  margin-bottom: 28px;
  margin-right: 30px;
  margin-left: 30px;
  max-width: 1200px;
}
.singlePf:before,
.singlePf:after {
  content: "";
  display: table;
}
.singlePf:after {
  clear: both;
}
.singlePf img {
  display: block;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 13px -13px 0px 1px #FED766, -13px 13px 0px 1px #BFBFBF;
}
.singlePf-title {
  font-size: 27.5px;
  line-height: 35px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: sancoale_slsf_norm_boldnormBd, Georgia, serif;
  font-weight: normal;
  padding-top: 28px;
  padding-bottom: 0;
}
.singlePf-desc {
  font-weight: normal;
  font-family: sancoale_slsf_norm_renormRgit, Georgia, serif;
  margin-bottom: 28px;
  padding-top: 0;
}
.singlePf-details {
  font-size: 1rem;
}
.singlePf-details .quote {
  font-size: 1rem;
}
.singlePf-details dt {
  padding-top: 0;
}
.singlePf-details dl {
  margin-bottom: 56px;
}
@media screen and (min-width: 801px) {
  .singlePf {
    *zoom: 1;
    margin-left: auto;
    margin-right: auto;
  }
  .singlePf:before,
  .singlePf:after {
    content: "";
    display: table;
  }
  .singlePf:after {
    clear: both;
  }
  .singlePf-title {
    font-size: 51.9921875px;
    line-height: 49px;
    letter-spacing: -1px;
    padding-bottom: 28px;
    font-family: sancoale_slsf_norm_boldnormBd, Georgia, serif;
    font-weight: normal;
    padding-top: 28px;
    padding-bottom: 0;
    box-sizing: border-box;
    width: 50%;
    margin: 0 auto;
  }
  .singlePf-desc {
    font-size: 27.5px;
    line-height: 35px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: sancoale_slsf_norm_boldnormBd, Georgia, serif;
    font-weight: normal;
    font-family: sancoale_slsf_norm_renormRgit, Georgia, serif;
    box-sizing: border-box;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 0;
  }
  .singlePf-view {
    font-size: 27.5px;
    line-height: 35px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: sancoale_slsf_norm_boldnormBd, Georgia, serif;
    font-weight: normal;
    padding-top: 0;
    font-family: sancoale_slsf_norm_renormRgit, Georgia, serif;
    box-sizing: border-box;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 56px;
  }
  .singlePf-details {
    width: 25%;
    clear: left;
    float: right;
    box-sizing: border-box;
    padding-left: 30px;
    margin-top: -16px;
  }
  .singlePf-images {
    width: 75%;
    float: left;
    box-sizing: border-box;
    padding-left: 25%;
  }
  .singlePf-extraImages {
    width: 50%;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
.centralise {
  max-width: 1400px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
}
.indented {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (min-width: 801px) {
  .indented {
    max-width: 1400px;
    padding-left: 20%;
    padding-right: 20%;
  }
}
/* [grid-borderBox-divisions.less]* ---------------------------------------------------------------------------------------- */
.gridDemo {
  padding-left: 60px;
  padding-right: 60px;
  background: yellow;
}
.gR {
  clear: both;
  *zoom: 1;
}
.gR:before,
.gR:after {
  content: "";
  display: table;
}
.gR:after {
  clear: both;
}
.gC {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*not sure this is needed*/
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.gC-right {
  float: right;
}
.gC-clear {
  clear: left;
}
.ie7 .gC,
.ie6 .gC {
  float: none;
}
.gC-1_12 {
  width: 8.333333333333332%;
}
.gC-2_12 {
  width: 16.666666666666664%;
}
.gC-3_12 {
  width: 25%;
}
.gC-4_12 {
  width: 33.33333333333333%;
}
.gC-5_12 {
  width: 8.333333333333332%;
}
.gC-5_12 {
  width: 41.66666666666667%;
}
.gC-6_12 {
  width: 50%;
}
.gC-7_12 {
  width: 58.333333333333336%;
}
.gC-8_12 {
  width: 66.66666666666666%;
}
.gC-9_12 {
  width: 75%;
}
.gC-10_12 {
  width: 83.33333333333334%;
}
.gC-11_12 {
  width: 91.66666666666666%;
}
.gC-12_12 {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .gC-smallest-clear {
    clear: left;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .gC-small-clear {
    clear: left;
  }
  .gC-small-1_12 {
    width: 8.333333333333332%;
    padding-right: 60px;
  }
  .gC-small-2_12 {
    width: 16.666666666666664%;
    padding-right: 60px;
  }
  .gC-small-3_12 {
    width: 25%;
    padding-right: 60px;
  }
  .gC-small-4_12 {
    width: 33.33333333333333%;
    padding-right: 60px;
  }
  .gC-small-5_12 {
    width: 8.333333333333332%;
    padding-right: 60px;
  }
  .gC-small-5_12 {
    width: 41.66666666666667%;
    padding-right: 60px;
  }
  .gC-small-6_12 {
    width: 50%;
    padding-right: 60px;
  }
  .gC-small-7_12 {
    width: 58.333333333333336%;
    padding-right: 60px;
  }
  .gC-small-8_12 {
    width: 66.66666666666666%;
    padding-right: 60px;
  }
  .gC-small-9_12 {
    width: 75%;
    padding-right: 60px;
  }
  .gC-small-10_12 {
    width: 83.33333333333334%;
    padding-right: 60px;
  }
  .gC-small-11_12 {
    width: 91.66666666666666%;
    padding-right: 60px;
  }
  .gC-small-12_12 {
    width: 100%;
  }
}
@media screen and (min-width: 801px) {
  .gC-largest-clear {
    clear: left;
  }
  .gC-largest-1_12 {
    width: 8.333333333333332%;
    padding-right: 60px;
  }
  .gC-largest-2_12 {
    width: 16.666666666666664%;
    padding-right: 60px;
  }
  .gC-largest-3_12 {
    width: 25%;
    padding-right: 60px;
  }
  .gC-largest-4_12 {
    width: 33.33333333333333%;
    padding-right: 60px;
  }
  .gC-largest-5_12 {
    width: 8.333333333333332%;
    padding-right: 60px;
  }
  .gC-largest-5_12 {
    width: 41.66666666666667%;
    padding-right: 60px;
  }
  .gC-largest-6_12 {
    width: 50%;
    padding-right: 60px;
  }
  .gC-largest-7_12 {
    width: 58.333333333333336%;
    padding-right: 60px;
  }
  .gC-largest-8_12 {
    width: 66.66666666666666%;
    padding-right: 60px;
  }
  .gC-largest-9_12 {
    width: 75%;
    padding-right: 60px;
  }
  .gC-largest-10_12 {
    width: 83.33333333333334%;
    padding-right: 60px;
  }
  .gC-largest-11_12 {
    width: 91.66666666666666%;
    padding-right: 60px;
  }
  .gC-largest-12_12 {
    width: 100%;
    padding-right: 60px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
  .gC-large-clear {
    clear: left;
  }
  .gC-largest-clear {
    clear: none;
  }
  .gC-large-1_12 {
    width: 8.333333333333332%;
    padding-right: 60px;
  }
  .gC-large-2_12 {
    width: 16.666666666666664%;
    padding-right: 60px;
  }
  .gC-large-3_12 {
    width: 25%;
    padding-right: 60px;
  }
  .gC-large-4_12 {
    width: 33.33333333333333%;
    padding-right: 60px;
  }
  .gC-large-5_12 {
    width: 8.333333333333332%;
    padding-right: 60px;
  }
  .gC-large-5_12 {
    width: 41.66666666666667%;
    padding-right: 60px;
  }
  .gC-large-6_12 {
    width: 50%;
    padding-right: 60px;
  }
  .gC-large-7_12 {
    width: 58.333333333333336%;
    padding-right: 60px;
  }
  .gC-large-8_12 {
    width: 66.66666666666666%;
    padding-right: 60px;
  }
  .gC-large-9_12 {
    width: 75%;
    padding-right: 60px;
  }
  .gC-large-10_12 {
    width: 83.33333333333334%;
    padding-right: 60px;
  }
  .gC-large-11_12 {
    width: 91.66666666666666%;
    padding-right: 60px;
  }
  .gC-large-12_12 {
    width: 100%;
  }
}
/* [grid-borderBox-divisions.less]* ---------------------------------------------------------------------------------------- */
/* [grid-borderBox-divisions.less]* ---------------------------------------------------------------------------------------- */
.gridDemo {
  padding-left: 60px;
  padding-right: 60px;
  background: yellow;
}
.grR {
  font-size: 0;
  clear: both;
}
.grC {
  font-size: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*not sure this is needed*/
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding-right: 60px;
}
.ie7 .gC,
.ie6 .gC {
  float: none;
}
.grC-1_12 {
  width: 8.333333333333332%;
}
.grC-2_12 {
  width: 16.666666666666664%;
}
.grC-3_12 {
  width: 25%;
}
.grC-4_12 {
  width: 33.33333333333333%;
}
.grC-5_12 {
  width: 8.333333333333332%;
}
.grC-5_12 {
  width: 41.66666666666667%;
}
.grC-6_12 {
  width: 50%;
}
.grC-7_12 {
  width: 58.333333333333336%;
}
.grC-8_12 {
  width: 66.66666666666666%;
}
.grC-9_12 {
  width: 75%;
}
.grC-10_12 {
  width: 83.33333333333334%;
}
.grC-11_12 {
  width: 91.66666666666666%;
}
.grC-12_12 {
  width: 100%;
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .grC-small-1_12 {
    width: 8.333333333333332%;
  }
  .grC-small-2_12 {
    width: 16.666666666666664%;
  }
  .grC-small-3_12 {
    width: 25%;
  }
  .grC-small-4_12 {
    width: 33.33333333333333%;
  }
  .grC-small-5_12 {
    width: 41.66666666666667%;
  }
  .grC-small-6_12 {
    width: 50%;
  }
  .grC-small-7_12 {
    width: 58.333333333333336%;
  }
  .grC-small-8_12 {
    width: 66.66666666666666%;
  }
  .grC-small-9_12 {
    width: 75%;
  }
  .grC-small-10_12 {
    width: 83.33333333333334%;
  }
  .grC-small-11_12 {
    width: 91.66666666666666%;
  }
  .grC-small-12_12 {
    width: 100%;
  }
}
@media screen and (min-width: 801px) {
  .grC-largest-1_12 {
    width: 8.333333333333332%;
  }
  .grC-largest-2_12 {
    width: 16.666666666666664%;
  }
  .grC-largest-3_12 {
    width: 25%;
  }
  .grC-largest-4_12 {
    width: 33.33333333333333%;
  }
  .grC-largest-5_12 {
    width: 41.66666666666667%;
  }
  .grC-largest-6_12 {
    width: 50%;
  }
  .grC-largest-7_12 {
    width: 58.333333333333336%;
  }
  .grC-largest-8_12 {
    width: 66.66666666666666%;
  }
  .grC-largest-9_12 {
    width: 75%;
  }
  .grC-largest-10_12 {
    width: 83.33333333333334%;
  }
  .grC-largest-11_12 {
    width: 91.66666666666666%;
  }
  .grC-largest-12_12 {
    width: 100%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
  .grC-large-1_12 {
    width: 8.333333333333332%;
  }
  .grC-large-2_12 {
    width: 16.666666666666664%;
  }
  .grC-large-3_12 {
    width: 25%;
  }
  .grC-large-4_12 {
    width: 33.33333333333333%;
  }
  .grC-large-5_12 {
    width: 41.66666666666667%;
  }
  .grC-large-6_12 {
    width: 50%;
  }
  .grC-large-7_12 {
    width: 58.333333333333336%;
  }
  .grC-large-8_12 {
    width: 66.66666666666666%;
  }
  .grC-large-9_12 {
    width: 75%;
  }
  .grC-large-10_12 {
    width: 83.33333333333334%;
  }
  .grC-large-11_12 {
    width: 91.66666666666666%;
  }
  .grC-large-12_12 {
    width: 100%;
  }
}
/* [grid-borderBox-divisions.less]* ---------------------------------------------------------------------------------------- */
.workNav {
  text-align: center;
}
.workNav h2 {
  display: inline-block;
  margin-right: 30px;
}
.workNav ul {
  display: inline-block;
}
.workPage2017 .workNav-2017 a,
.workPage2016 .workNav-2016 a,
.workPage2015 .workNav-2015 a,
.workPage2014 .workNav-2014 a,
.workPage2013 .workNav-2013 a,
.workPage2012 .workNav-2012 a,
.workPage2011 .workNav-2011 a,
.workPage2009 .workNav-2009 a,
.workPage2008 .workNav-2008 a {
  border-bottom: 6px solid #1f262b;
}
.workNav a {
  border-bottom: none;
}
@media screen and (max-width: 800px) {
  .workTitle,
  .workNav {
    text-align: center;
  }
}
@media screen and (min-width: 801px) {
  .workTitle {
    text-align: right;
  }
}
.guide {
  position: absolute;
  left: 0;
  top: 0;
  height: 10000px;
  width: 100%;
  background: url(/img/grid.png) repeat-y center 0px;
  opacity: .9;
  display: none;
}
/*8=individual structural framework. Anything that is unique to a page. Eg the home page. This could be split and loaded to each page if needed.
#########################################################################################################################################################################################################################################*/
.aboutIntro {
  font-size: 27.5px;
  line-height: 35px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: sancoale_slsf_norm_boldnormBd, Georgia, serif;
  display: inline-block;
  font-weight: normal;
  font-family: sancoale_slsf_norm_bonormBdit, Georgia, serif;
  margin-bottom: 56px;
}
.aboutContainer {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 28px;
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .aboutContainer {
    padding-left: 60px;
    padding-right: 60px;
  }
  .aboutIntro {
    margin-bottom: 28px;
  }
  .aboutContainer .gC {
    float: none;
  }
  .aboutContainer .aboutSkype {
    float: right;
    background: red;
    width: 50%;
    margin-bottom: 28px;
    margin-left: 60px;
  }
  .aboutSkype img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .aboutContainer .aboutSkype {
    text-align: center;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 801px) {
  .aboutHeader .aboutHeader-img {
    background: url(/img/pier.jpg) no-repeat 0 0;
    height: 176px;
  }
  .aboutTitle {
    text-align: right;
    display: table;
    width: 100%;
  }
  .aboutTitle h1 {
    display: table-cell;
    width: 100%;
    vertical-align: bottom;
    height: 176px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .aboutContainer {
    padding-top: 90px;
  }
}
.contactHeader {
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}
.contactContent {
  padding-top: 28px;
  padding-bottom: 56px;
  font-size: 25px;
}
@media screen and (min-width: 801px) {
  .aboutSkype .gC-right {
    padding-right: 0;
  }
}
.worksHeader {
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}
.thoughtsHeader {
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}
.article {
  margin-bottom: 84px;
}
.article-title {
  font-size: 2em;
  margin-bottom: 28px;
}
.article-date {
  color: #656256;
  font-family: sancoale_slsf_norm_bonormBdit, Georgia, serif;
  font-size: 20px;
  display: block;
  margin-bottom: 14px;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    color: #000000 !important;
    text-decoration: underline;
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
/*[Endgobal.less]*/
