/* 

Built on Rock Hammer by Stuff and Nonsense
URL: http://stuffandnonsense.co.uk/projects/rock-hammer/ 

*/
/* 

Built on Rock Hammer by Stuff and Nonsense
URL: http://stuffandnonsense.co.uk/projects/rock-hammer/ 

*/
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

@-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: white;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f2f0ef;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
  color: #566b82; }

body:after {
  content: '320';
  display: none; }
  @media (min-width: 30em) {
    body:after {
      content: 'bp2'; } }
  @media (min-width: 37.5em) {
    body:after {
      content: 'bp3'; } }
  @media (min-width: 52em) {
    body:after {
      content: 'bp4'; } }
  @media (min-width: 62em) {
    body:after {
      content: 'bp5'; } }
  @media (min-width: 86.375em) {
    body:after {
      content: 'bp6'; } }

.m-hide {
  display: none !important;
  visibility: hidden; }

[role="contentinfo"] {
  padding: 1.5em 12px;
  text-align: center; }

[role="banner"] {
  *zoom: 1; }
  [role="banner"]:before, [role="banner"]:after {
    content: " ";
    display: table; }
  [role="banner"]:after {
    clear: both; }

hr {
  clear: both;
  display: block;
  margin: 3em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #c3b9b8; }

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

.img-rounded {
  border-radius: 4px; }

.img-polaroid {
  padding: 12px;
  background-color: white;
  border: 1px solid #c3b9b8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.img-circle {
  border-radius: 500px; }

figure {
  margin-bottom: 1.5em; }
  figure img {
    margin-bottom: 0.375em; }
  figure figcaption {
    display: block;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    color: black; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: Palatino, "Times New Roman", Times, serif;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #887674; }

h1,
.h1 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 0.75em; }

h2,
.h2 {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.2;
  margin-bottom: 0.75em; }

h3,
.h3 {
  font-size: 23.4px;
  font-size: 2.34rem;
  line-height: 1.3;
  margin-bottom: 1em; }

h4,
.h4 {
  font-size: 22.5px;
  font-size: 2.25rem;
  line-height: 1.25;
  margin-bottom: 1.5em; }

h5,
.h5 {
  font-size: 20.7px;
  font-size: 2.07rem;
  margin-bottom: 1.5em; }

h6,
.h6 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1.5em;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase; }

p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em; }

small {
  font-size: 14.4px;
  font-size: 1.44rem; }

ul,
ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px; }

li ul,
li ol {
  list-style-type: none;
  margin: 1.5em 0;
  font-size: 16px;
  font-size: 1.6rem; }

ul.inline,
ol.inline {
  list-style-type: none;
  margin-left: 0; }
  ul.inline > li,
  ol.inline > li {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px; }

blockquote {
  margin: 0 0 1.5em 0;
  padding: 12px;
  background-color: #f2f0ef;
  font-style: normal; }
  blockquote small:before {
    content: '\00A0 \2014'; }
  blockquote small:after {
    content: ''; }
  blockquote.pull-right {
    float: right;
    background-color: transparent; }
    blockquote.pull-right p, blockquote.pull-right small {
      text-align: right; }
    blockquote.pull-right small:before {
      content: ''; }
    blockquote.pull-right small:after {
      content: '\00A0 \2014'; }
  blockquote cite {
    font-style: normal; }

q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

dl,
dd {
  margin-bottom: 1.5em; }

dt {
  font-weight: bold; }

.dl-horizontal {
  *zoom: 1; }
  .dl-horizontal:before, .dl-horizontal:after {
    content: " ";
    display: table; }
  .dl-horizontal:after {
    clear: both; }
  .dl-horizontal dt {
    float: left;
    clear: left;
    width: 30.38869258%; }
  .dl-horizontal dd {
    margin-left: 32.99289258%; }

abbr[title] {
  border-bottom: 1px dotted #c3b9b8;
  cursor: help; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

ins {
  background-color: #f2f0ef;
  color: #566b82;
  text-decoration: none; }

mark {
  background-color: #f2f0ef;
  color: #566b82;
  font-style: italic;
  font-weight: bold; }

pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14.4px;
  font-size: 1.44rem;
  line-height: 1.5em;
  color: #576c84; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub,
sup {
  position: relative;
  font-size: 14.4px;
  font-size: 1.44rem;
  line-height: 0;
  vertical-align: baselineheight; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

.lead {
  font-size: 20.7px;
  font-size: 2.07rem; }

.secondary {
  font-size: 15.65217px;
  font-size: 1.56522rem; }

.tertiary {
  font-size: 14.4px;
  font-size: 1.44rem; }

.amp {
  font-family: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua"); }

.footnotes li {
  margin-bottom: 0.75em;
  font-family: Palatino, "Times New Roman", Times, serif;
  font-size: 13.84615px;
  font-size: 1.38462rem;
  line-height: 1.4; }

/*footnotes*/
.spaced {
  letter-spacing: 1px; }

a {
  text-decoration: none;
  color: #566b82; }
  a:visited {
    color: #2d3845; }
  a:hover {
    text-decoration: underline;
    color: #425263; }
  a:focus {
    outline: thin dotted;
    color: #191f26; }
  a:hover, a:active {
    outline: 0; }

::-moz-selection {
  background-color: #566b82;
  color: white;
  text-shadow: none; }

::selection {
  background-color: #566b82;
  color: white;
  text-shadow: none; }

.swatch {
  margin: 0 0 1.5em 0;
  padding: 0; }

.swatch-row {
  display: block;
  margin: 0;
  padding: 0;
  width: 200px;
  *zoom: 1; }
  .swatch-row:before, .swatch-row:after {
    content: " ";
    display: table; }
  .swatch-row:after {
    clear: both; }

.swatch-row-one {
  background-color: black; }

.swatch-row-two {
  background-color: white; }

.swatch-row span {
  display: block;
  float: left;
  width: 50px;
  height: 50px; }

.swatch-base span:nth-child(1) {
  background-color: rgba(86, 107, 130, 0.9); }

.swatch-base span:nth-child(2) {
  background-color: rgba(86, 107, 130, 0.8); }

.swatch-base span:nth-child(3) {
  background-color: rgba(86, 107, 130, 0.7); }

.swatch-base span:nth-child(4) {
  background-color: rgba(86, 107, 130, 0.6); }

.swatch-secondary span:nth-child(1) {
  background-color: rgba(99, 105, 69, 0.9); }

.swatch-secondary span:nth-child(2) {
  background-color: rgba(99, 105, 69, 0.8); }

.swatch-secondary span:nth-child(3) {
  background-color: rgba(99, 105, 69, 0.7); }

.swatch-secondary span:nth-child(4) {
  background-color: rgba(99, 105, 69, 0.6); }

.swatch-tertiary span:nth-child(1) {
  background-color: rgba(41, 47, 54, 0.9); }

.swatch-tertiary span:nth-child(2) {
  background-color: rgba(41, 47, 54, 0.8); }

.swatch-tertiary span:nth-child(3) {
  background-color: rgba(41, 47, 54, 0.7); }

.swatch-tertiary span:nth-child(4) {
  background-color: rgba(41, 47, 54, 0.6); }

.swatch-neutral span:nth-child(1) {
  background-color: rgba(67, 58, 57, 0.9); }

.swatch-neutral span:nth-child(2) {
  background-color: rgba(67, 58, 57, 0.8); }

.swatch-neutral span:nth-child(3) {
  background-color: rgba(67, 58, 57, 0.7); }

.swatch-neutral span:nth-child(4) {
  background-color: rgba(67, 58, 57, 0.6); }

.swatch-error span:nth-child(1) {
  background-color: rgba(176, 20, 0, 0.9); }

.swatch-error span:nth-child(2) {
  background-color: rgba(176, 20, 0, 0.8); }

.swatch-error span:nth-child(3) {
  background-color: rgba(176, 20, 0, 0.7); }

.swatch-error span:nth-child(4) {
  background-color: rgba(176, 20, 0, 0.6); }

.swatch-info span:nth-child(1) {
  background-color: rgba(216, 220, 162, 0.9); }

.swatch-info span:nth-child(2) {
  background-color: rgba(216, 220, 162, 0.8); }

.swatch-info span:nth-child(3) {
  background-color: rgba(216, 220, 162, 0.7); }

.swatch-info span:nth-child(4) {
  background-color: rgba(216, 220, 162, 0.6); }

.swatch-success span:nth-child(1) {
  background-color: rgba(188, 212, 222, 0.9); }

.swatch-success span:nth-child(2) {
  background-color: rgba(188, 212, 222, 0.8); }

.swatch-success span:nth-child(3) {
  background-color: rgba(188, 212, 222, 0.7); }

.swatch-success span:nth-child(4) {
  background-color: rgba(188, 212, 222, 0.6); }

.carousel {
  position: relative;
  line-height: 1; }

.carousel-indicators {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
  z-index: 5;
  list-style: none; }
  @media (min-width: 30em) {
    .carousel-indicators {
      display: block; } }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    cursor: pointer; }
  .carousel-indicators li:hover {
    background-color: white; }
  .carousel-indicators .active {
    background-color: white; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: block !important;
    position: absolute;
    left: 0 !important;
    top: 0;
    opacity: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out; }
    .carousel-inner > .item:first-child {
      top: auto;
      position: relative; }
  .carousel-inner > .item > img {
    display: block;
    width: 100%;
    line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

/*carousel-inner*/
.carousel-control {
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  line-height: 40px;
  color: white;
  text-align: center;
  background-color: #566b82;
  border-radius: 23px;
  -webkit-transition: background-color 0.7s ease;
  -moz-transition: background-color 0.7s ease;
  -ms-transition: background-color 0.7s ease;
  -o-transition: background-color 0.7s ease;
  transition: background-color 0.7s ease; }
  .carousel-control font {
    size: 60px;
    weight: 100; }
  .carousel-control.right {
    left: auto;
    right: -24px; }
  .carousel-control:hover {
    background-color: #4c5e73;
    color: white;
    text-decoration: none; }

/*carousel-control*/
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 10px 0 10px;
  text-indent: -9999px;
  text-align: center;
  color: white;
  background-color: #566b82;
  background-color: rgba(86, 107, 130, 0.9);
  border-radius: 10px 10px 0 0;
  text-shadow: 1px 1px 1px #2d3845; }
  @media (min-width: 30em) {
    .carousel-caption {
      text-indent: 0px;
      width: 60%;
      font-size: 16px;
      font-size: 1.6rem;
      padding: 0 25px 45px 25px; } }
  @media (min-width: 37.5em) {
    .carousel-caption {
      width: 50%;
      font-size: 20px;
      font-size: 2rem;
      padding: 0 25px 45px 25px; } }
  @media (min-width: 52em) {
    .carousel-caption {
      width: 40%;
      font-size: 30px;
      font-size: 3rem;
      padding: 0 25px 45px 25px; } }

.carousel-caption h4,
.carousel-caption p {
  color: white;
  line-height: 1.5em; }

.carousel-caption h4 {
  margin: 0 0 5px; }

.carousel-caption p {
  margin-bottom: 0; }

.hero-unit {
  margin-bottom: 0.75em;
  padding: 48px 0.375em 72px;
  background-color: rgba(86, 107, 130, 0.1);
  border: 1px solid rgba(45, 56, 69, 0.1);
  border-radius: 4px;
  color: white;
  /*p*/ }
  .hero-unit h1 {
    font-size: 26px;
    font-size: 2.6rem;
    text-align: center; }
  @media (min-width: 37.5em) {
    .hero-unit {
      padding: 48px 0.375em 72px; }
      .hero-unit h1 {
        font-size: 32px;
        font-size: 3.2rem; } }
  @media (min-width: 52em) {
    .hero-unit {
      padding: 48px; }
      .hero-unit h1 {
        margin-bottom: 0.375em;
        font-size: 70px;
        font-size: 7rem;
        line-height: 1;
        letter-spacing: -1px; }
      .hero-unit p.tag {
        font-size: 20px;
        font-size: 2rem; } }
  .hero-unit p {
    font-size: 14px;
    font-size: 1.4rem; }
    .hero-unit p:last-child {
      margin-bottom: 0; }

/*hero-unit*/
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 11px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
  color: white;
  text-align: center;
  vertical-align: middle;
  background-color: #292f36;
  border: 1px solid #566b82;
  border-bottom-color: #4c5e73;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn:visited, .btn:hover, .btn:active {
    color: #566b82;
    text-decoration: none; }

/*btn*/
.btn:first-child {
  *margin-left: 0; }

.btn-disabled {
  opacity: .5;
  cursor: default; }

.btn-error {
  background-color: #b01400;
  border-color: #7d0e00;
  border-bottom-color: #4a0800;
  color: white; }
  .btn-error:visited, .btn-error:active, .btn-error:hover {
    background-color: #7d0e00;
    color: #f2f2f2; }

/*btn-error*/
.btn-info {
  background-color: #d8dca2;
  border-color: #c8ce7d;
  border-bottom-color: #b9c058;
  color: #585c23; }
  .btn-info:visited, .btn-info:active, .btn-info:hover {
    background-color: #c8ce7d;
    color: #474a1c; }

/*btn-info*/
.btn-inverse {
  background-color: #414141;
  border-color: #282828;
  border-bottom-color: #0e0e0e;
  color: white; }
  .btn-inverse:visited, .btn-inverse:active, .btn-inverse:hover {
    background-color: #343434;
    color: #f2f2f2; }

/*btn-inverse*/
.btn-primary {
  background-color: #566b82;
  border-color: #425263;
  border-bottom-color: #2d3845;
  color: white; }
  .btn-primary:visited, .btn-primary:active, .btn-primary:hover {
    background-color: #506379;
    color: #f2f2f2; }

/*btn-primary*/
.btn-success {
  background-color: #bcd4de;
  border-color: #9abecd;
  border-bottom-color: #9abecd;
  color: #335868; }
  .btn-success:visited, .btn-success:active, .btn-success:hover {
    background-color: #abc9d6;
    color: #2b4a57; }

/*btn-success*/
.btn-warning {
  background-color: #b01400;
  border-color: #7d0e00;
  border-bottom-color: #4a0800;
  color: white; }
  .btn-warning:visited, .btn-warning:active, .btn-warning:hover {
    background-color: #971100;
    color: #f2f2f2; }

/*btn-warning*/
.btn-extlarge {
  padding: 11px 22px;
  font-size: 36px;
  font-size: 3.6rem;
  border-width: 2px;
  border-radius: 8px; }

.btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px; }

/*btn.btn-large*/
.btn-large {
  padding: 11px 18px;
  font-size: 22.5px;
  font-size: 2.25rem;
  line-height: inherit;
  border-width: 2px;
  border-radius: 8px; }

.btn-small {
  padding: 5px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: inherit; }

.btn-mini {
  padding: 3px 5px;
  font-size: 10.28571px;
  font-size: 1.02857rem;
  line-height: inherit; }

.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.5em; }
  .btn-group .btn {
    position: relative;
    float: left;
    margin-left: -1px;
    border-radius: 0; }
  .btn-group .btn:first-child {
    margin-left: 0;
    border-radius: 2px, 0, 2px, 0; }
  .btn-group .btn:last-child {
    border-radius: 0, 2px, 0, 2px; }
  .btn-group .btn.large:first-child {
    margin-left: 0;
    border-radius: 4px, 0, 4px, 0; }
  .btn-group .btn.large:last-child {
    border-radius: 0, 4px, 0, 4px; }

/*btn.btn-group*/
.btn-toolbar {
  clear: both;
  margin-top: 0.75em;
  margin-bottom: 0.75em; }
  .btn-toolbar .btn-group {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

/*btn.btn-toolbar*/
/*! responsive-nav.js v1.0.14 by @viljamis */
.js nav[role=navigation] {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }
  @media (min-width: 37.5em) {
    .js nav[role=navigation] {
      max-height: none; } }
  .js nav[role=navigation] .opened {
    max-height: 9999px; }

.navigation-wrap {
  background-color: transparent;
  position: fixed;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000; }
  @media (min-width: 52em) {
    .navigation-wrap {
      background-color: rgba(41, 47, 54, 0.98);
      padding: 0 20px; } }
  @media (min-width: 37.5em) {
    .navigation-wrap {
      background-color: #292f36;
      background-color: rgba(41, 47, 54, 0.98) !important; } }

#nav-toggle {
  float: right;
  display: block;
  padding: 0.75em 12px;
  background-color: #292f36;
  color: white;
  border-bottom-left-radius: 8px; }
  @media (min-width: 37.5em) {
    #nav-toggle {
      display: none; } }

.navigation-toggle {
  display: none; }

nav[role=navigation] {
  clear: both;
  background-color: #292f36;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease; }

nav[role=navigation].active {
  max-height: 25em; }

#navigation-toggle {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 37.5em) {
    #navigation-toggle {
      margin: 0 0 0 0;
      border-width: 1; } }
  #navigation-toggle ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #navigation-toggle ul .site_name {
      display: none; }
    @media (min-width: 52em) {
      #navigation-toggle ul {
        text-align: right !important; }
        #navigation-toggle ul .site_name {
          display: inline-block !important; } }
    @media (min-width: 37.5em) {
      #navigation-toggle ul {
        margin: 0 auto;
        width: 100%;
        max-width: 960px;
        text-align: center; } }
  @media (min-width: 37.5em) {
    #navigation-toggle li {
      display: inline-block;
      margin: 0 12px 0 0; } }
  #navigation-toggle a {
    display: block;
    padding: 1em .8em;
    border-bottom: 1px solid #131619;
    color: white;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (min-width: 37.5em) {
      #navigation-toggle a {
        border-width: 0;
        font-size: 16px;
        font-size: 1.6rem;
        text-transform: none; } }
    #navigation-toggle a:hover {
      color: #566b82;
      text-decoration: none; }
    #navigation-toggle a:focus {
      outline: none; }

a:focus {
  outline: none; }

.l-panel {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .l-panel:first-child {
    border-top-width: 0;
    border-bottom-width: 0; }
  .l-panel:nth-child(2) {
    border-top-width: 0; }
  .l-panel:last-of-type {
    border-bottom-width: 0; }

.grid_row {
  clear: both;
  margin-bottom: 1.5em; }

.l-wrap {
  margin: 0 auto;
  margin-bottom: 3em; }

.l-panel .l-wrap:last-child {
  margin-bottom: 0; }

.db_wrap {
  position: absolute;
  top: -40px;
  width: 100%;
  z-index: 100; }
  .db_wrap .down_button {
    position: relative;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-color: white;
    border-radius: 40px 40px 40px 40px; }
  .db_wrap a {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: 60px;
    height: 60px;
    background: #566b82 url(../img/arrow.png) no-repeat center 21px;
    border-radius: 40px;
    cursor: pointer; }
    .db_wrap a:hover {
      background-color: #425263; }

.h-line {
  text-align: center;
  margin-bottom: 0; }
  .h-line h1 {
    position: relative;
    display: inline-block; }
  .h-line h1:before, .h-line h1:after {
    content: " ";
    position: absolute;
    height: 1px;
    border-bottom: 1px solid rgba(86, 107, 130, 0.4);
    top: 17px; }
  .h-line h1:before {
    right: 100%;
    margin-right: 20px; }
  .h-line h1:after {
    left: 100%;
    margin-left: 20px; }
  @media (min-width: 30em) {
    .h-line h1:before, .h-line h1:after {
      width: 50px; } }
  @media (min-width: 37.5em) {
    .h-line {
      margin-bottom: 1em; }
      .h-line h1:before, .h-line h1:after {
        width: 100px; } }
  @media (min-width: 52em) {
    .h-line {
      margin-bottom: 3em; }
      .h-line h1:before, .h-line h1:after {
        width: 50px; } }

.l-introduction {
  position: relative;
  background-color: #292f36; }
  .l-introduction .hero-contact {
    display: none; }
  .l-introduction .intro-btn {
    padding: 10px 15px;
    font-size: 20px;
    font-size: 2rem; }
    .l-introduction .intro-btn:visited, .l-introduction .intro-btn:active {
      color: white; }
  .l-introduction .hero-unit {
    margin: 0;
    background-color: transparent;
    border-width: 0; }
    .l-introduction .hero-unit h1 span {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .l-introduction .hero-unit h1 span:first-child {
      margin: 0 0 0 15px;
      padding-right: 10px; }
    .l-introduction .hero-unit p {
      text-align: center; }
    .l-introduction .hero-unit__contact {
      text-align: center;
      padding: 0;
      margin: 0 0 14px 0;
      color: #8b9eb3; }
      .l-introduction .hero-unit__contact .contact-item {
        display: inline-block;
        font-size: 14px;
        font-size: 1.4rem; }
        .l-introduction .hero-unit__contact .contact-item a {
          color: #8b9eb3; }
        .l-introduction .hero-unit__contact .contact-item:after {
          content: '/';
          padding: 0 10px; }
        .l-introduction .hero-unit__contact .contact-item:last-child:after {
          content: ''; }
    .l-introduction .hero-unit .tag {
      text-align: center; }
    .l-introduction .hero-unit .secondary {
      font-size: 14px;
      font-size: 1.4rem;
      text-align: center; }
  @media (min-width: 37.5em) {
    .l-introduction .hero-contact {
      display: block;
      padding-top: 58px;
      margin-bottom: 0;
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem;
      color: #8b9eb3; }
      .l-introduction .hero-contact__item {
        display: inline-block;
        font-weight: bold; }
        .l-introduction .hero-contact__item .contact-item-label {
          display: none;
          color: #566b82;
          font-weight: normal; }
        .l-introduction .hero-contact__item a {
          color: #8b9eb3; }
        .l-introduction .hero-contact__item:after {
          content: '/';
          padding: 0 10px; }
        .l-introduction .hero-contact__item:last-child:after {
          content: ''; }
    .l-introduction .hero-unit {
      padding-top: 0; }
      .l-introduction .hero-unit h1 {
        position: relative;
        padding: 125px 0 45px 0; }
        .l-introduction .hero-unit h1:after {
          content: '';
          position: absolute;
          width: 81px;
          height: 141px;
          top: 34px;
          left: 50%;
          margin-left: -46px;
          background: transparent url(../img/logo-med.png) no-repeat center center;
          pointer-events: none; }
        .l-introduction .hero-unit h1 span:first-child {
          padding: 0;
          margin: 0 40px 0 0; }
      .l-introduction .hero-unit .tag {
        margin-top: -48px; }
      .l-introduction .hero-unit__contact {
        display: none; } }
  @media (min-width: 52em) {
    .l-introduction .hero-contact {
      position: absolute;
      width: 94%;
      max-width: 960px;
      left: 0;
      right: 0;
      top: 56px;
      padding: 0 0 0 10px;
      margin: 0 auto;
      text-align: left;
      font-size: 16px;
      font-size: 1.6rem;
      z-index: 1; }
      .l-introduction .hero-contact__item {
        display: block; }
        .l-introduction .hero-contact__item .contact-item-label {
          display: inline; }
        .l-introduction .hero-contact__item:after {
          content: ""; }
    .l-introduction .hero-unit h1 {
      position: relative;
      padding: 195px 0 45px 0; }
      .l-introduction .hero-unit h1:after {
        content: '';
        position: absolute;
        width: 165px;
        height: 280px;
        top: 16px;
        left: 50%;
        margin-left: -88px;
        background: transparent url(../img/logo.png) no-repeat center center;
        pointer-events: none; }
      .l-introduction .hero-unit h1 span:first-child {
        margin: 0 60px 0 0; } }

#panel-about {
  padding: 3em 0; }
  #panel-about h1 {
    margin-bottom: 0; }
  #panel-about .l-wrap {
    padding: 0 4.5em;
    margin-bottom: 1em; }
  #panel-about .about-image {
    margin-bottom: 30px; }
    #panel-about .about-image div {
      width: 150px;
      height: 150px;
      margin: 0 auto;
      border-radius: 50%; }
      #panel-about .about-image div.services {
        background: transparent url(../img/services.jpg) no-repeat center center; }
      #panel-about .about-image div.promise {
        background: transparent url(../img/promises.jpg) no-repeat center center; }
  #panel-about .about-highlights {
    margin-top: 2%; }
    #panel-about .about-highlights p {
      margin-bottom: .8em; }
    @media (min-width: 37.5em) {
      #panel-about .about-highlights {
        display: block; } }
  #panel-about .about-content {
    text-align: center;
    clear: both; }
  #panel-about .a-row {
    overflow: auto;
    padding-top: 20px;
    border-top: 1px dotted #c9d2db; }
    #panel-about .a-row .a-list {
      padding: 30px 40px; }
      #panel-about .a-row .a-list h2 {
        padding-bottom: 20px;
        margin-bottom: 0;
        border-bottom: 1px dotted #c9d2db; }
      #panel-about .a-row .a-list ul {
        margin-bottom: 0;
        color: #6d849e;
        list-style: none; }
        #panel-about .a-row .a-list ul li {
          padding: 30px 0;
          border-bottom: 1px dotted #c9d2db; }
          #panel-about .a-row .a-list ul li:last-child {
            border-bottom: 0; }
        #panel-about .a-row .a-list ul li.spacer {
          padding: 0;
          line-height: 20px;
          font-size: 10px;
          font-size: 1rem; }
  @media (min-width: 52em) {
    #panel-about .l-wrap {
      padding: 0; }
    #panel-about .a-row {
      margin-top: 20px; } }

#panel-work .carousel .carousel-control {
  z-index: 100;
  height: 90px;
  width: 45px;
  line-height: 90px;
  font-family: arial, sans-serif;
  font-size: 40px; }
  #panel-work .carousel .carousel-control:focus {
    color: #ffffff; }
  #panel-work .carousel .carousel-control.left {
    border-radius: 0 90px 90px 0;
    left: 0;
    text-indent: -14px; }
  #panel-work .carousel .carousel-control.right {
    border-radius: 90px 0 0 90px;
    right: 0;
    text-indent: 14px; }

#panel-testimonials {
  overflow: hidden;
  padding: 3em 4.5em; }
  #panel-testimonials .t-row {
    margin-bottom: 0; }
  #panel-testimonials .t-bubble {
    margin-bottom: 10px; }
    #panel-testimonials .t-bubble p {
      position: relative;
      padding: 1.5em;
      background-color: #8b9eb3;
      color: white;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #panel-testimonials .t-bubble p:after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 30px;
        width: 0;
        height: 0;
        border: solid;
        border-color: #8b9eb3 transparent transparent transparent;
        border-width: 20px 18px 0 0; }
    #panel-testimonials .t-bubble .details-sub {
      font-size: 12px;
      font-size: 1.2rem;
      color: #8b9eb3; }
  @media (min-width: 52em) {
    #panel-testimonials {
      padding: 3em 0; }
      #panel-testimonials .t-row {
        margin-bottom: 3em; }
      #panel-testimonials .t-row:last-child {
        margin-bottom: 0; }
      #panel-testimonials .t-bubble {
        margin-bottom: 0; } }

#panel-footer {
  padding: 4.5em 0;
  background-color: #292f36;
  color: #cccccc; }
  #panel-footer .l-wrap {
    padding: 0 4.5em; }
  #panel-footer .h-line h1 {
    color: white; }
    #panel-footer .h-line h1:before, #panel-footer .h-line h1:after {
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  #panel-footer .contact-gumf {
    display: none;
    text-align: center;
    margin-bottom: 1em; }
    @media (min-width: 37.5em) {
      #panel-footer .contact-gumf {
        display: block; } }
  #panel-footer .contact p {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    color: #c9d2db; }
    #panel-footer .contact p span {
      display: block;
      font-size: 12px;
      font-size: 1.2rem;
      font-family: Palatino, "Times New Roman", Times, serif;
      color: #6d849e; }
    @media (min-width: 37.5em) {
      #panel-footer .contact p {
        font-size: 24px;
        font-size: 2.4rem; }
        #panel-footer .contact p span {
          font-size: 18px;
          font-size: 1.8rem; } }
    #panel-footer .contact p a {
      color: #c9d2db;
      -webkit-transition: color 0.3s ease-in-out;
      -moz-transition: color 0.3s ease-in-out;
      -ms-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      #panel-footer .contact p a:hover {
        color: #6d849e;
        text-decoration: none; }
    #panel-footer .contact p.tel-no {
      margin-bottom: 0;
      font-size: 14px;
      font-size: 1.4rem; }
      #panel-footer .contact p.tel-no .or-no {
        font-size: 10px;
        font-size: 1rem;
        line-height: 8px; }
      #panel-footer .contact p.tel-no .alt-no {
        font-size: 12px;
        font-size: 1.2rem;
        color: #c9d2db; }
      @media (min-width: 37.5em) {
        #panel-footer .contact p.tel-no {
          font-size: 30px;
          font-size: 3rem; }
          #panel-footer .contact p.tel-no .or-no {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 20px;
            color: #566b82; }
          #panel-footer .contact p.tel-no .alt-no {
            font-size: 20px;
            font-size: 2rem; } }
  #panel-footer .contact .break {
    width: 20%;
    margin: 30px auto;
    border-bottom: 1px dotted #566b82; }
  #panel-footer .contact ul {
    list-style: none;
    text-align: center; }
    #panel-footer .contact ul li {
      display: inline-block;
      margin-left: 15px; }
      #panel-footer .contact ul li:first-child {
        margin-left: 0; }
      #panel-footer .contact ul li > a {
        display: block;
        width: 70px;
        height: 70px;
        background-color: #5C728A;
        background-repeat: no-repeat;
        border-radius: 100%; }
        #panel-footer .contact ul li > a:hover {
          background-color: #555E6A; }
        #panel-footer .contact ul li > a .sr-only {
          position: absolute;
          width: 1px;
          height: 1px;
          padding: 0;
          margin: -1px;
          overflow: hidden;
          clip: rect(0, 0, 0, 0);
          border: 0; }
    #panel-footer .contact ul .fb a {
      background-image: url(../img/tmp/facebook.png); }
    #panel-footer .contact ul .li a {
      background-image: url(../img/tmp/linkedin.png); }
  #panel-footer .footer-gumf {
    text-align: center;
    color: #999999; }
    #panel-footer .footer-gumf small:first-child {
      padding-right: 10px;
      margin-right: 7px; }

#panel-images-hidden img {
  max-width: 120px;
  margin-right: 12px; }

#panel-typography-hidden:active {
  display: block !important; }

@media (min-width: 52em) {
  .page nav[role=navigation] {
    width: 100%;
    background-color: transparent;
    color: white; }
    .page nav[role=navigation] ul {
      margin: 0 auto;
      width: 100%;
      max-width: 960px;
      text-align: right; }
      .page nav[role=navigation] ul li.site_name {
        float: left; }
        .page nav[role=navigation] ul li.site_name a {
          padding: 0 !important; }
        .page nav[role=navigation] ul li.site_name h1 {
          padding: .18em;
          margin-bottom: 0;
          font-size: 30px;
          font-size: 3.0rem;
          line-height: 1.5em;
          color: #566b82; }
      .page nav[role=navigation] ul a, .page nav[role=navigation] ul a:visited {
        color: white; }
  .page .panel-wrap {
    max-width: 960px;
    height: 100%;
    margin: 0 auto; }
  .page .l-introduction {
    padding: 3.75em 0 6em 0; }
    .page .l-introduction .hero-unit {
      margin: 0 auto;
      padding: 0;
      width: 90%;
      max-width: 960px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .page #panel-work .slides {
    width: 100%;
    min-height: 400px;
    padding: 35% 0 100px;
    background: transparent url(test.jpg) no-repeat center bottom;
    background-size: cover;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

@media (min-width: 52em) {
  .hidden hr {
    margin: 0 auto;
    width: 90%;
    max-width: 768px; } }

@media (min-width: 52em) {
  .l-wrap {
    *zoom: 1;
    width: 90%;
    max-width: 960px; }
    .l-wrap:before, .l-wrap:after {
      content: " ";
      display: table; }
    .l-wrap:after {
      clear: both; } }

@media (min-width: 52em) {
  .l-summary {
    float: left;
    margin-right: -100%;
    width: 38.4375%;
    padding-right: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

.a-row {
  width: 97.54902%; }
  @media (min-width: 52em) {
    .a-row .a-list {
      float: left;
      width: 47.54902%;
      margin-right: 4.90196%; }
      .a-row .a-list:last-child {
        margin-right: 0; } }

.t-row {
  width: 97.54902%; }
  @media (min-width: 52em) {
    .t-row .t-bubble {
      float: left;
      width: 30.88235%;
      margin-right: 2.45098%; }
      .t-row .t-bubble:last-child {
        margin-right: 0; }
      .t-row .t-bubble p {
        min-height: 200px; } }

@media (min-width: 52em) {
  #panel-typography .l-trigger .l-summary,
  #panel-colour .l-trigger .l-summary,
  #panel-images .l-trigger .l-summary,
  #panel-navigation .l-trigger .l-summary,
  #panel-modules .l-trigger .l-summary,
  #panel-forms .l-trigger .l-summary,
  #panel-tables .l-trigger .l-summary,
  #panel-widgets .l-trigger .l-summary {
    min-height: 40px;
    background-image: url(l-trigger-icons.png);
    background-repeat: no-repeat; } }

@media (min-width: 52em) {
  .l-content {
    clear: right;
    float: left;
    margin-left: 41.0417%;
    margin-right: -100%;
    width: 58.9583%; } }

@media (min-width: 52em) {
  [role="contentinfo"] small {
    display: block; } }

@media (min-width: 52em) {
  .m-hide {
    display: inline-block !important;
    visibility: visible; } }

@media (min-width: 52em) {
  .t-hide {
    display: none !important;
    visibility: hidden; } }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  @page {
    margin: 0.5cm; }
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }

  p {
    orphans: 3;
    widows: 3; }

  pre, blockquote {
    border: 1px solid #666;
    page-break-inside: avoid; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  img {
    max-width: 100% !important;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; } }