/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}
/* #Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #181818;
  font-family: "Avenir Next", Arial, sans-serif, "Times New Roman", serif;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 14px;
}
h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}
h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}
h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
}
h5 {
  font-size: 17px;
  line-height: 24px;
}
h6 {
  font-size: 14px;
  line-height: 21px;
}
.subheader {
  color: #777;
}
p {
  margin: 0 0 20px 0;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
  color: #333;
}
small {
  font-size: 80%;
}
/*  Blockquotes  */
blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}
/* #Links
================================================== */
a,
a:visited {
  color: #333;
  text-decoration: underline;
  outline: 0;
}
a:hover,
a:focus {
  color: #000;
}
p a,
p a:visited {
  line-height: inherit;
}
/* #Lists
================================================== */
ul,
ol {
  margin-bottom: 20px;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}
li {
  line-height: 18px;
  margin-bottom: 12px;
}
ul.large li {
  line-height: 21px;
}
li p {
  line-height: 21px;
}
/* #Buttons
================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #eee;
  /* FF3.6+ */
  background: #eeeeee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background: #eeeeee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background: #eeeeee linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 8px 10px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #222;
  background: #ddd;
  /* FF3.6+ */
  background: #dddddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background: #dddddd -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background: #dddddd linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */
  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  border: 1px solid #666;
  background: #ccc;
  /* FF3.6+ */
  background: #cccccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4)));
  /* Chrome,Safari4+ */
  background: #cccccc -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* IE10+ */
  background: #cccccc linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* W3C */
}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* #Forms
================================================== */
form {
  margin-bottom: 20px;
}
fieldset {
  margin-bottom: 20px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  border-radius: 2px;
  font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
}
select {
  padding: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
textarea {
  min-height: 60px;
}
label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}
select {
  width: 220px;
}
input[type="checkbox"] {
  display: inline;
}
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
@media only screen and (max-width: 767px) {
  .unless-phone,
  .hide-on-phone {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .unless-tablet,
  .hide-on-tablet {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .unless-lt-960,
  .hide-on-desktop {
    display: none;
  }
}
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}
/* #Base 960 Grid
================================================== */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
.row {
  margin-bottom: 20px;
}
.container.no-columns {
  padding: 0 10px;
  margin-bottom: 20px;
}
/* Nested Column Classes */
.column.alpha,
.columns.alpha {
  margin-left: 0;
}
.column.omega,
.columns.omega {
  margin-right: 0;
}
.container .one-third.column {
  width: 300px;
}
.container .two-thirds.column {
  width: 620px;
}
.row.remove-bottom {
  margin-bottom: 0 !important;
}
.row.half-bottom {
  margin-bottom: 10px !important;
}
.row.add-bottom {
  margin-bottom: 20px !important;
}
/* Base Grid */
.container,
.container.sixteen {
  /* Offsets */
}
.container .one.column,
.container.sixteen .one.column,
.container .one.columns,
.container.sixteen .one.columns {
  width: 40px;
}
.container .two.columns,
.container.sixteen .two.columns {
  width: 100px;
}
.container .three.columns,
.container.sixteen .three.columns {
  width: 160px;
}
.container .four.columns,
.container.sixteen .four.columns {
  width: 220px;
}
.container .five.columns,
.container.sixteen .five.columns {
  width: 280px;
}
.container .six.columns,
.container.sixteen .six.columns {
  width: 340px;
}
.container .seven.columns,
.container.sixteen .seven.columns {
  width: 400px;
}
.container .eight.columns,
.container.sixteen .eight.columns {
  width: 460px;
}
.container .nine.columns,
.container.sixteen .nine.columns {
  width: 520px;
}
.container .ten.columns,
.container.sixteen .ten.columns {
  width: 580px;
}
.container .eleven.columns,
.container.sixteen .eleven.columns {
  width: 640px;
}
.container .twelve.columns,
.container.sixteen .twelve.columns {
  width: 700px;
}
.container .thirteen.columns,
.container.sixteen .thirteen.columns {
  width: 760px;
}
.container .fourteen.columns,
.container.sixteen .fourteen.columns {
  width: 820px;
}
.container .fifteen.columns,
.container.sixteen .fifteen.columns {
  width: 880px;
}
.container .sixteen.columns,
.container.sixteen .sixteen.columns {
  width: 940px;
}
.container .offset-by-one,
.container.sixteen .offset-by-one {
  padding-left: 60px;
}
.container .offset-by-two,
.container.sixteen .offset-by-two {
  padding-left: 120px;
}
.container .offset-by-three,
.container.sixteen .offset-by-three {
  padding-left: 180px;
}
.container .offset-by-four,
.container.sixteen .offset-by-four {
  padding-left: 240px;
}
.container .offset-by-five,
.container.sixteen .offset-by-five {
  padding-left: 300px;
}
.container .offset-by-six,
.container.sixteen .offset-by-six {
  padding-left: 360px;
}
.container .offset-by-seven,
.container.sixteen .offset-by-seven {
  padding-left: 420px;
}
.container .offset-by-eight,
.container.sixteen .offset-by-eight {
  padding-left: 480px;
}
.container .offset-by-nine,
.container.sixteen .offset-by-nine {
  padding-left: 540px;
}
.container .offset-by-ten,
.container.sixteen .offset-by-ten {
  padding-left: 600px;
}
.container .offset-by-eleven,
.container.sixteen .offset-by-eleven {
  padding-left: 660px;
}
.container .offset-by-twelve,
.container.sixteen .offset-by-twelve {
  padding-left: 720px;
}
.container .offset-by-thirteen,
.container.sixteen .offset-by-thirteen {
  padding-left: 780px;
}
.container .offset-by-fourteen,
.container.sixteen .offset-by-fourteen {
  padding-left: 840px;
}
.container .offset-by-fifteen,
.container.sixteen .offset-by-fifteen {
  padding-left: 900px;
}
/* #12 Column Alternative */
.container.twelve {
  /* Offsets */
}
.container.twelve .one.column,
.container.twelve .one.columns {
  width: 60px;
}
.container.twelve .two.columns {
  width: 140px;
}
.container.twelve .three.columns {
  width: 220px;
}
.container.twelve .four.columns {
  width: 300px;
}
.container.twelve .five.columns {
  width: 380px;
}
.container.twelve .six.columns {
  width: 460px;
}
.container.twelve .seven.columns {
  width: 540px;
}
.container.twelve .eight.columns {
  width: 620px;
}
.container.twelve .nine.columns {
  width: 700px;
}
.container.twelve .ten.columns {
  width: 780px;
}
.container.twelve .eleven.columns {
  width: 860px;
}
.container.twelve .twelve.columns {
  width: 940px;
}
.container.twelve .offset-by-one {
  padding-left: 80px;
}
.container.twelve .offset-by-two {
  padding-left: 160px;
}
.container.twelve .offset-by-three {
  padding-left: 240px;
}
.container.twelve .offset-by-four {
  padding-left: 320px;
}
.container.twelve .offset-by-five {
  padding-left: 400px;
}
.container.twelve .offset-by-six {
  padding-left: 480px;
}
.container.twelve .offset-by-seven {
  padding-left: 560px;
}
.container.twelve .offset-by-eight {
  padding-left: 640px;
}
.container.twelve .offset-by-nine {
  padding-left: 720px;
}
.container.twelve .offset-by-ten {
  padding-left: 800px;
}
.container.twelve .offset-by-eleven {
  padding-left: 880px;
}
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px;
  }
  .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px;
  }
  .column.alpha,
  .columns.alpha {
    margin-left: 0;
    margin-right: 10px;
  }
  .column.omega,
  .columns.omega {
    margin-right: 0;
    margin-left: 10px;
  }
  .alpha.omega {
    margin-left: 0;
    margin-right: 0;
  }
  .container .one-third.column {
    width: 236px;
  }
  .container .two-thirds.column {
    width: 492px;
  }
  .container,
  .container.sixteen {
    /* Offsets */
  }
  .container .one.column,
  .container.sixteen .one.column,
  .container .one.columns,
  .container.sixteen .one.columns {
    width: 28px;
  }
  .container .two.columns,
  .container.sixteen .two.columns {
    width: 76px;
  }
  .container .three.columns,
  .container.sixteen .three.columns {
    width: 124px;
  }
  .container .four.columns,
  .container.sixteen .four.columns {
    width: 172px;
  }
  .container .five.columns,
  .container.sixteen .five.columns {
    width: 220px;
  }
  .container .six.columns,
  .container.sixteen .six.columns {
    width: 268px;
  }
  .container .seven.columns,
  .container.sixteen .seven.columns {
    width: 316px;
  }
  .container .eight.columns,
  .container.sixteen .eight.columns {
    width: 364px;
  }
  .container .nine.columns,
  .container.sixteen .nine.columns {
    width: 412px;
  }
  .container .ten.columns,
  .container.sixteen .ten.columns {
    width: 460px;
  }
  .container .eleven.columns,
  .container.sixteen .eleven.columns {
    width: 508px;
  }
  .container .twelve.columns,
  .container.sixteen .twelve.columns {
    width: 556px;
  }
  .container .thirteen.columns,
  .container.sixteen .thirteen.columns {
    width: 604px;
  }
  .container .fourteen.columns,
  .container.sixteen .fourteen.columns {
    width: 652px;
  }
  .container .fifteen.columns,
  .container.sixteen .fifteen.columns {
    width: 700px;
  }
  .container .sixteen.columns,
  .container.sixteen .sixteen.columns {
    width: 748px;
  }
  .container .offset-by-one,
  .container.sixteen .offset-by-one {
    padding-left: 48px;
  }
  .container .offset-by-two,
  .container.sixteen .offset-by-two {
    padding-left: 96px;
  }
  .container .offset-by-three,
  .container.sixteen .offset-by-three {
    padding-left: 144px;
  }
  .container .offset-by-four,
  .container.sixteen .offset-by-four {
    padding-left: 192px;
  }
  .container .offset-by-five,
  .container.sixteen .offset-by-five {
    padding-left: 240px;
  }
  .container .offset-by-six,
  .container.sixteen .offset-by-six {
    padding-left: 288px;
  }
  .container .offset-by-seven,
  .container.sixteen .offset-by-seven {
    padding-left: 336px;
  }
  .container .offset-by-eight,
  .container.sixteen .offset-by-eight {
    padding-left: 384px;
  }
  .container .offset-by-nine,
  .container.sixteen .offset-by-nine {
    padding-left: 432px;
  }
  .container .offset-by-ten,
  .container.sixteen .offset-by-ten {
    padding-left: 480px;
  }
  .container .offset-by-eleven,
  .container.sixteen .offset-by-eleven {
    padding-left: 528px;
  }
  .container .offset-by-twelve,
  .container.sixteen .offset-by-twelve {
    padding-left: 576px;
  }
  .container .offset-by-thirteen,
  .container.sixteen .offset-by-thirteen {
    padding-left: 624px;
  }
  .container .offset-by-fourteen,
  .container.sixteen .offset-by-fourteen {
    padding-left: 672px;
  }
  .container .offset-by-fifteen,
  .container.sixteen .offset-by-fifteen {
    padding-left: 720px;
  }
  /*****************************
            12 Column
            ((768/12) - 20) * 1 = 44
        *****************************/
  .container.twelve {
    /* Offsets */
  }
  .container.twelve .one.column,
  .container.twelve .one.columns {
    width: 44px;
  }
  .container.twelve .two.columns {
    width: 108px;
  }
  .container.twelve .three.columns {
    width: 172px;
  }
  .container.twelve .four.columns {
    width: 236px;
  }
  .container.twelve .five.columns {
    width: 300px;
  }
  .container.twelve .six.columns {
    width: 364px;
  }
  .container.twelve .seven.columns {
    width: 428px;
  }
  .container.twelve .eight.columns {
    width: 492px;
  }
  .container.twelve .nine.columns {
    width: 556px;
  }
  .container.twelve .ten.columns {
    width: 620px;
  }
  .container.twelve .eleven.columns {
    width: 684px;
  }
  .container.twelve .twelve.columns {
    width: 748px;
  }
  .container.twelve .offset-by-one {
    padding-left: 64px;
  }
  .container.twelve .offset-by-two {
    padding-left: 128px;
  }
  .container.twelve .offset-by-three {
    padding-left: 192px;
  }
  .container.twelve .offset-by-four {
    padding-left: 256px;
  }
  .container.twelve .offset-by-five {
    padding-left: 320px;
  }
  .container.twelve .offset-by-six {
    padding-left: 384px;
  }
  .container.twelve .offset-by-seven {
    padding-left: 448px;
  }
  .container.twelve .offset-by-eight {
    padding-left: 512px;
  }
  .container.twelve .offset-by-nine {
    padding-left: 576px;
  }
  .container.twelve .offset-by-ten {
    padding-left: 640px;
  }
  .container.twelve .offset-by-eleven {
    padding-left: 704px;
  }
}
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
  }
  .container .columns,
  .container .column {
    margin: 0;
  }
  .container,
  .container.sixteen,
  .container.twelve {
    /* Offsets */
  }
  .container .one.column,
  .container.sixteen .one.column,
  .container.twelve .one.column,
  .container .one.columns,
  .container.sixteen .one.columns,
  .container.twelve .one.columns,
  .container .two.columns,
  .container.sixteen .two.columns,
  .container.twelve .two.columns,
  .container .three.columns,
  .container.sixteen .three.columns,
  .container.twelve .three.columns,
  .container .four.columns,
  .container.sixteen .four.columns,
  .container.twelve .four.columns,
  .container .five.columns,
  .container.sixteen .five.columns,
  .container.twelve .five.columns,
  .container .six.columns,
  .container.sixteen .six.columns,
  .container.twelve .six.columns,
  .container .seven.columns,
  .container.sixteen .seven.columns,
  .container.twelve .seven.columns,
  .container .eight.columns,
  .container.sixteen .eight.columns,
  .container.twelve .eight.columns,
  .container .nine.columns,
  .container.sixteen .nine.columns,
  .container.twelve .nine.columns,
  .container .ten.columns,
  .container.sixteen .ten.columns,
  .container.twelve .ten.columns,
  .container .eleven.columns,
  .container.sixteen .eleven.columns,
  .container.twelve .eleven.columns,
  .container .twelve.columns,
  .container.sixteen .twelve.columns,
  .container.twelve .twelve.columns,
  .container .thirteen.columns,
  .container.sixteen .thirteen.columns,
  .container.twelve .thirteen.columns,
  .container .fourteen.columns,
  .container.sixteen .fourteen.columns,
  .container.twelve .fourteen.columns,
  .container .fifteen.columns,
  .container.sixteen .fifteen.columns,
  .container.twelve .fifteen.columns,
  .container .sixteen.columns,
  .container.sixteen .sixteen.columns,
  .container.twelve .sixteen.columns,
  .container .one-third.column,
  .container.sixteen .one-third.column,
  .container.twelve .one-third.column,
  .container .two-thirds.column,
  .container.sixteen .two-thirds.column,
  .container.twelve .two-thirds.column {
    width: 100%;
  }
  .container .offset-by-one,
  .container.sixteen .offset-by-one,
  .container.twelve .offset-by-one,
  .container .offset-by-two,
  .container.sixteen .offset-by-two,
  .container.twelve .offset-by-two,
  .container .offset-by-three,
  .container.sixteen .offset-by-three,
  .container.twelve .offset-by-three,
  .container .offset-by-four,
  .container.sixteen .offset-by-four,
  .container.twelve .offset-by-four,
  .container .offset-by-five,
  .container.sixteen .offset-by-five,
  .container.twelve .offset-by-five,
  .container .offset-by-six,
  .container.sixteen .offset-by-six,
  .container.twelve .offset-by-six,
  .container .offset-by-seven,
  .container.sixteen .offset-by-seven,
  .container.twelve .offset-by-seven,
  .container .offset-by-eight,
  .container.sixteen .offset-by-eight,
  .container.twelve .offset-by-eight,
  .container .offset-by-nine,
  .container.sixteen .offset-by-nine,
  .container.twelve .offset-by-nine,
  .container .offset-by-ten,
  .container.sixteen .offset-by-ten,
  .container.twelve .offset-by-ten,
  .container .offset-by-eleven,
  .container.sixteen .offset-by-eleven,
  .container.twelve .offset-by-eleven,
  .container .offset-by-twelve,
  .container.sixteen .offset-by-twelve,
  .container.twelve .offset-by-twelve,
  .container .offset-by-thirteen,
  .container.sixteen .offset-by-thirteen,
  .container.twelve .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container.sixteen .offset-by-fourteen,
  .container.twelve .offset-by-fourteen,
  .container .offset-by-fifteen,
  .container.sixteen .offset-by-fifteen,
  .container.twelve .offset-by-fifteen {
    padding-left: 0;
  }
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px
    * Reduce column width from 420px to 400px;
    * Add padding to left and right of columns
    * By Minh
    */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .container .columns,
  .container .column {
    margin: 0;
  }
  .container .one.column,
  .container.sixteen .one.column,
  .container.twelve .one.column,
  .container .one.columns,
  .container.sixteen .one.columns,
  .container.twelve .one.columns,
  .container .two.columns,
  .container.sixteen .two.columns,
  .container.twelve .two.columns,
  .container .three.columns,
  .container.sixteen .three.columns,
  .container.twelve .three.columns,
  .container .four.columns,
  .container.sixteen .four.columns,
  .container.twelve .four.columns,
  .container .five.columns,
  .container.sixteen .five.columns,
  .container.twelve .five.columns,
  .container .six.columns,
  .container.sixteen .six.columns,
  .container.twelve .six.columns,
  .container .seven.columns,
  .container.sixteen .seven.columns,
  .container.twelve .seven.columns,
  .container .eight.columns,
  .container.sixteen .eight.columns,
  .container.twelve .eight.columns,
  .container .nine.columns,
  .container.sixteen .nine.columns,
  .container.twelve .nine.columns,
  .container .ten.columns,
  .container.sixteen .ten.columns,
  .container.twelve .ten.columns,
  .container .eleven.columns,
  .container.sixteen .eleven.columns,
  .container.twelve .eleven.columns,
  .container .twelve.columns,
  .container.sixteen .twelve.columns,
  .container.twelve .twelve.columns,
  .container .thirteen.columns,
  .container.sixteen .thirteen.columns,
  .container.twelve .thirteen.columns,
  .container .fourteen.columns,
  .container.sixteen .fourteen.columns,
  .container.twelve .fourteen.columns,
  .container .fifteen.columns,
  .container.sixteen .fifteen.columns,
  .container.twelve .fifteen.columns,
  .container .sixteen.columns,
  .container.sixteen .sixteen.columns,
  .container.twelve .sixteen.columns,
  .container .one-third.column,
  .container.sixteen .one-third.column,
  .container.twelve .one-third.column,
  .container .two-thirds.column,
  .container.sixteen .two-thirds.column,
  .container.twelve .two-thirds.column {
    width: 100%;
  }
}
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*
* Main CSS styling
*/
/*
* Book: font-weight: normal;
* Medium: font-weight: 500;
* Bold: font-weight: 800;
*/
.font {
  font-family: "Avenir Next", Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #257dc5;
  -webkit-font-smoothing: antialiased;
}
body,
html {
  height: 100%;
}
body {
  background: #18334b;
  -webkit-font-smoothing: antialiased;
}
a,
a:visited {
  text-decoration: none;
  /*
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    */
  color: #257dc5;
}
a:hover,
a:visited:hover {
  color: #257dc5;
}
img {
  display: block;
}
.site-wrapper {
  font-family: "Avenir Next", Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #257dc5;
  -webkit-font-smoothing: antialiased;
}
.site-wrapper p,
.site-wrapper div {
  font-family: "Avenir Next", Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #257dc5;
  -webkit-font-smoothing: antialiased;
}
.site-wrapper p strong,
.site-wrapper div strong {
  color: #257dc5;
  font-weight: 700;
}
.site-wrapper p {
  margin-bottom: 10px;
}
header {
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
  }
}
header .logo-section {
  background: #18334b;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  header .logo-section {
    height: 75px;
  }
}
header .logo-section a.logo {
  display: block;
  padding-top: 30px;
  float: left;
}
@media only screen and (max-width: 767px) {
  header .logo-section a.logo {
    padding-top: 20px;
  }
}
header .logo-section a.logo img {
  width: 288px;
  height: 36px;
  -webkit-background-size: 288px 36px;
  background-size: 288px 36px;
}
@media only screen and (max-width: 767px) {
  header .logo-section a.logo img {
    width: 200px;
    height: 25px;
    -webkit-background-size: 200px 25px;
    background-size: 200px 25px;
  }
}
header .logo-section .contact {
  float: right;
  margin-top: 15px;
}
header .logo-section .contact p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
}
header .logo-section .contact p a {
  font-family: "Alfa Slab One", Arial, sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  header .logo-section .contact p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  header .logo-section .contact {
    display: none;
  }
}
header .menu-navigation {
  background: #60afe0;
}
@media only screen and (max-width: 767px) {
  header .menu-navigation {
    background: none;
  }
}
header .menu-navigation .mobile-nav {
  display: none;
}
@media only screen and (max-width: 767px) {
  header .menu-navigation .mobile-nav {
    display: block;
  }
  header .menu-navigation .mobile-nav .menu-icon {
    background: url(../images/menu_btn.png) no-repeat;
    width: 28px;
    height: 20px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    text-indent: -9999px;
    float: right;
    margin-top: -50px;
  }
}
header .menu-navigation .mobile-menu {
  display: none;
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  z-index: 20;
}
header .menu-navigation .mobile-menu li {
  text-align: center;
  background: #18334b;
  margin: 0;
}
header .menu-navigation .mobile-menu li a {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  /* Opera/IE 8+ */
  padding: 10px 20px 10px 20px;
  font-family: "Avenir Next", Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  display: block;
}
header .menu-navigation .mobile-menu li a:hover {
  background: #60afe0;
  color: #ffffff;
}
header .menu-navigation .mobile-menu li ul.level-0 {
  display: none;
}
header .menu-navigation .navigation {
  display: block;
}
@media only screen and (max-width: 767px) {
  header .menu-navigation .navigation {
    display: none;
  }
}
header .menu-navigation .navigation ul {
  margin-bottom: 0px;
  position: relative;
}
header .menu-navigation .navigation ul li {
  margin-bottom: 0;
  float: left;
}
header .menu-navigation .navigation ul li a,
header .menu-navigation .navigation ul li a:visited {
  display: block;
  color: #ffffff;
  font-family: "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 13px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  text-transform: uppercase;
}
header .menu-navigation .navigation ul li:first-child a {
  padding-left: 10px;
}
header .menu-navigation .navigation ul li a.last {
  padding-right: 10px;
}
header .menu-navigation .navigation ul.level-0 {
  display: none;
  background: #18334b;
  position: absolute;
  top: 40px;
  z-index: 6;
  margin: 0;
  padding: 10px 0;
  margin-left: -12px;
}
header .menu-navigation .navigation ul.level-0 li {
  float: none;
  width: 235px;
  margin-bottom: 0;
}
header .menu-navigation .navigation ul.level-0 li,
header .menu-navigation .navigation ul.level-0 li a {
  display: block;
}
header .menu-navigation .navigation ul.level-0 li a {
  text-align: left;
  font-family: "Avenir Next", Arial, sans-serif;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0px 15px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
header .menu-navigation .navigation ul.level-0 li a:hover {
  background: #60afe0;
  color: #ffffff;
}
header .menu-navigation .navigation .level-0:before {
  bottom: 100%;
  left: 65px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-bottom-color: #18334b;
  border-width: 8px;
  margin-left: -8px;
}
header .menu-navigation .navigation li:hover .level-0 {
  display: block;
}
.carousel {
  background: #3697d4;
  z-index: 1;
  height: 460px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .carousel {
    height: 400px;
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
.carousel .flexslider {
  border: 1px solid #3697d4;
  margin: 0;
  background: none;
  position: relative;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
.carousel .flexslider li.slide {
  margin: 0;
}
.carousel .flexslider li.slide img {
  width: 100%;
  height: auto;
  -webkit-background-size: cover;
  background-size: cover;
}
.carousel .flexslider h3 {
  font-family: "Alfa Slab One", Arial, sans-serif;
  font-size: 58px;
  line-height: 64px;
  color: #ffffff;
  font-weight: normal;
  margin: 50px 0 18px 0;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .carousel .flexslider h3 {
    font-size: 38px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .carousel .flexslider h3 {
    font-size: 31px;
    line-height: 36px;
    margin-top: 55px;
    margin-bottom: 14px;
  }
  .carousel .flexslider h3 br {
    display: none;
  }
}
.carousel .flexslider p {
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  width: 550px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .carousel .flexslider p {
    width: 380px;
    font-size: 20px;
    line-height: 25px;
  }
  .carousel .flexslider p br {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .carousel .flexslider p {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding-right: 140px;
    margin-bottom: 22px;
  }
  .carousel .flexslider p br {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .carousel .flexslider p {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding-right: 115px;
    margin-bottom: 15px;
  }
  .carousel .flexslider p br {
    display: none;
  }
}
.carousel .flexslider a.call-now {
  display: inline-block;
  background: url(../images/call_now.png) no-repeat;
  width: 180px;
  height: 80px;
  -webkit-background-size: 180px 80px;
  background-size: 180px 80px;
  text-indent: -99999px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .carousel .flexslider a.call-now {
    width: 108px;
    height: 48px;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .carousel .flexslider a.call-now {
    display: block;
    margin-top: 5px;
    width: 125px;
    height: 56px;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.carousel .flexslider a.zero-callout {
  display: inline-block;
  background: #3697d4 url(../images/0_call_out.png) no-repeat;
  width: 200px;
  height: 80px;
  -webkit-background-size: 200px 80px;
  background-size: 200px 80px;
  text-indent: -99999px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .carousel .flexslider a.zero-callout {
    width: 120px;
    height: 48px;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .carousel .flexslider a.zero-callout {
    width: 125px;
    height: 50px;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.carousel .flexslider p.terms {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}
@media only screen and (max-width: 767px) {
  .carousel .flexslider p.terms {
    padding-right: 145px;
    font-size: 8px;
    line-height: 8px;
  }
}
.carousel .flex-control-nav.flex-control-paging {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 940px;
  margin-top: 38px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .carousel .flex-control-nav.flex-control-paging {
    width: 748px;
  }
}
@media only screen and (max-width: 767px) {
  .carousel .flex-control-nav.flex-control-paging {
    width: 100%;
    text-align: left;
    margin-left: 10px;
    margin-top: 90px;
    display: none;
  }
}
.carousel .flex-control-nav.flex-control-paging li {
  float: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .carousel .flex-control-nav.flex-control-paging li {
    float: none;
    display: inline-block;
  }
}
.carousel .flex-control-nav.flex-control-paging li a {
  display: inline-block;
  background: url(../images/paging.png) no-repeat;
  width: 16px;
  height: 16px;
  background-position: 0 -16px;
  -webkit-background-size: 16px 32px;
  background-size: 16px 32px;
  text-indent: -99999px;
  cursor: pointer;
  margin-right: 7px;
}
@media only screen and (max-width: 767px) {
  .carousel .flex-control-nav.flex-control-paging li a {
    margin-right: 0;
  }
}
.carousel .flex-control-nav.flex-control-paging li a.flex-active {
  background-position: 0 0;
}
.carousel .owner-name {
  position: absolute;
  bottom: 0;
  margin: 10px 0 0 400px;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .carousel .owner-name {
    margin: 20px 0 0 260px;
  }
}
@media only screen and (max-width: 767px) {
  .carousel .owner-name {
    display: none;
  }
}
.carousel .owner-name strong {
  font-weight: 700;
  color: #ffffff;
}
.content-wrapper {
  background: #ffffff;
  /* Global Contact Form */
}
.content-wrapper .owner {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: 115px;
  z-index: 10;
  background: url(../images/owner.png) no-repeat;
  width: 390px;
  height: 520px;
  -webkit-background-size: 390px 520px;
  background-size: 390px 520px;
  text-indent: -99999px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .content-wrapper .owner {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content-wrapper .owner {
    background: url(../images/owner_mobile.png) no-repeat;
    width: 190px;
    height: 288px;
    -webkit-background-size: 190px 288px;
    background-size: 190px 288px;
    top: 167px;
    left: 48%;
    margin-left: 0;
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .content-wrapper .owner {
    background: url(../images/owner_mobile.png) no-repeat;
    width: 190px;
    height: 288px;
    -webkit-background-size: 190px 288px;
    background-size: 190px 288px;
    top: 167px;
    left: 100%;
    margin-left: -200px;
    display: none;
  }
}
.content-wrapper .contact-form {
  border: 2px solid #60afe0;
}
.content-wrapper .contact-form h2 {
  background: #60afe0;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 15px;
  margin-bottom: 0;
  position: relative;
  margin-bottom: 25px;
}
.content-wrapper .contact-form h2:after {
  bottom: -8px;
  left: 50%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #60afe0;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-bottom-color: #60afe0;
  margin-left: -8px;
}
.content-wrapper .contact-form .enquiry-form {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 15px;
}
.content-wrapper .contact-form .enquiry-form input[type='text'],
.content-wrapper .contact-form .enquiry-form textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  height: 40px;
  border: 2px solid #ebebeb;
  background: #ebebeb;
  font-family: "Avenir Next Medium", Arial, sans-serif;
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  color: #60afe0;
  padding: 0 15px;
  margin-bottom: 10px;
}
.content-wrapper .contact-form .enquiry-form textarea {
  line-height: 28px;
  min-height: 90px;
}
.content-wrapper .contact-form .enquiry-form button {
  font-family: "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  width: 110px;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: #60afe0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  border: 0;
  border-radius: 5px;
  text-shadow: none;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  margin-top: 12px;
}
.content-wrapper .contact-form .enquiry-form .invalid {
  border: 2px solid #ff0000 !important;
}
.content-wrapper .contact-form p.message {
  padding: 0 15px;
  font-weight: 700;
}
.content-wrapper .payments {
  margin-top: 20px;
  margin-bottom: 0;
}
.content-wrapper .payments h4 {
  text-align: center;
  font-family: "Avenir Next", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #257dc5;
  text-transform: uppercase;
}
.content-wrapper .payments img {
  display: block;
  margin: 0 auto;
  width: 236px;
  height: 36px;
  -webkit-background-size: 236px 36px;
  background-size: 236px 36px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .content-wrapper .payments img {
    width: 100%;
    height: auto;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 479px) {
  .content-wrapper .payments img {
    width: 100%;
    height: auto;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.content-wrapper .left-col {
  margin-right: 10px;
  width: 710px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .content-wrapper .left-col {
    width: 566px;
  }
}
@media only screen and (max-width: 767px) {
  .content-wrapper .left-col {
    margin-right: 0;
    width: 100%;
    margin-top: 30px;
  }
}
.content-wrapper .left-col .content {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .content-wrapper .left-col .content {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.content-wrapper .left-col .panel {
  width: 230px;
  height: auto;
  background: #bee7ff;
  float: left;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 18px 10px;
  overflow: hidden;
  text-align: center;
}
.content-wrapper .left-col .panel.last {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .content-wrapper .left-col .panel {
    width: 182px;
  }
}
@media only screen and (max-width: 767px) {
  .content-wrapper .left-col .panel {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.content-wrapper .left-col .panel h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #257dc5;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .content-wrapper .left-col .panel h2 {
    padding: 0;
  }
}
.content-wrapper .left-col .panel img {
  width: 108px;
  height: 114px;
  -webkit-background-size: 108px 114px;
  background-size: 108px 114px;
  margin: 0 auto;
}
.content-wrapper .left-col .panel p {
  margin-bottom: 0;
}
.content-wrapper .left-col .panel p:last-child {
  display: none;
}
.content-wrapper .left-col .panel a {
  display: inline-block;
  width: 110px;
  height: 40px;
  font-family: "Avenir Next", Arial, sans-serif;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 10px;
  background: #3697d4 url(../images/more_arrow.png) no-repeat right;
  -webkit-background-size: 8px 16px;
  background-size: 8px 16px;
  background-position: 90px 12px;
}
.content-wrapper .home-main-content {
  padding: 45px 0 30px 0;
}
.content-wrapper .home-main-content .left-col,
.content-wrapper .home-main-content .right-col {
  float: left;
}
@media only screen and (max-width: 767px) {
  .content-wrapper .home-main-content .left-col,
  .content-wrapper .home-main-content .right-col {
    float: none;
  }
}
.content-wrapper .home-main-content .left-col {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .content-wrapper .home-main-content .left-col {
    margin-top: 0;
  }
}
.content-wrapper .home-main-content .left-col .panel h2 {
  font-size: 34px;
  line-height: 36px;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .content-wrapper .home-main-content .left-col .panel h2 {
    font-size: 28px;
    line-height: 30px;
    padding: 0;
  }
}
.content-wrapper .home-main-content .left-col .panel img {
  width: 136px;
  height: 144px;
  -webkit-background-size: 136px 144px;
  background-size: 136px 144px;
}
.content-wrapper .home-main-content .left-col .panel p:last-child {
  display: block;
}
.content-wrapper .home-main-content .right-col {
  width: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .content-wrapper .home-main-content .right-col {
    width: 192px;
  }
}
@media only screen and (max-width: 767px) {
  .content-wrapper .home-main-content .right-col {
    width: 100%;
  }
}
.content-wrapper .home-main-content .right-col .contact-form {
  border: 2px solid #3697d4;
}
.content-wrapper .home-main-content .right-col .contact-form h2 {
  background: #3697d4;
  margin-bottom: 30px;
}
.content-wrapper .home-main-content .right-col .contact-form h2:after {
  border-top: 8px solid #3697d4;
  border-bottom-color: #3697d4;
}
.content-wrapper .home-main-content .right-col .contact-form .enquiry-form button {
  background: #3697d4;
  margin-top: 0px;
}
.content-inner-wrapper {
  padding: 40px 0 50px 0;
}
@media only screen and (max-width: 767px) {
  .content-inner-wrapper {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .content-inner-wrapper .main-content {
    padding-bottom: 20px;
  }
}
.content-inner-wrapper .main-content h1 {
  font-family: "Alfa Slab One", Arial, sans-serif;
  font-size: 58px;
  line-height: 60px;
  color: #60afe0;
  font-weight: 400;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .content-inner-wrapper .main-content h1 {
    font-size: 38px;
    line-height: 42px;
  }
}
.content-inner-wrapper .main-content p {
  font-size: 18px;
  line-height: 26px;
}
.content-inner-wrapper .main-content h2 {
  font-size: 26px;
  line-height: 32px;
  color: #257dc5;
  font-weight: 700;
  margin-top: 40px;
}
.content-inner-wrapper .main-content h3 {
  font-size: 26px;
  line-height: 32px;
  color: #257dc5;
  font-weight: 700;
  margin: 0;
  margin-bottom: 8px;
}
.content-inner-wrapper .main-content ul {
  list-style: disc;
  padding-left: 20px;
}
.content-inner-wrapper .main-content ul li {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .content-inner-wrapper .main-content .ccm-layout-wrapper .ccm-layout-cell.ccm-layout-col {
    width: 100% !important;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .content-inner-wrapper .main-content .ccm-layout-wrapper .ccm-layout-col-spacing {
    margin: 0 !important;
  }
}
.content-inner-wrapper .right-sidebar {
  margin-left: 0;
  margin-right: 0;
  width: 240px !important;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .content-inner-wrapper .right-sidebar {
    width: 192px !important;
  }
}
@media only screen and (max-width: 767px) {
  .content-inner-wrapper .right-sidebar {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .content-inner-wrapper .call-now {
    margin-bottom: 0;
  }
}
.content-inner-wrapper .call-now h3 {
  font-family: "Avenir Next", Arial, sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #257dc5;
  text-transform: uppercase;
  margin: 20px 0 0px 0;
}
@media only screen and (max-width: 767px) {
  .content-inner-wrapper .call-now h3 {
    margin-top: 0;
  }
}
.page-type-services .carousel {
  background: none;
  height: auto;
  margin-bottom: 0;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .page-type-services .carousel {
    padding-top: 0;
  }
}
.page-type-services .carousel .hero-carousel-slides {
  padding-left: 0;
}
.page-type-services .carousel .flex-control-nav.flex-control-paging {
  position: static;
  margin-top: 5px;
  width: 100%;
  text-align: center;
}
.page-type-services .carousel .flex-control-nav.flex-control-paging li {
  float: none;
  display: inline-block;
}
.page-type-services .carousel .flex-control-nav.flex-control-paging li a {
  background: url(../images/paging2.png) no-repeat;
  -webkit-background-size: 16px 32px;
  background-size: 16px 32px;
}
.page-type-services .carousel .flex-control-nav.flex-control-paging li a.flex-active {
  background-position: 0 -16px;
}
.page-type-services .flexslider {
  border: 1px solid #ffffff;
}
.page-type-services .left-col {
  margin-top: 20px;
}
.page-type-services p a strong {
  display: inline-block;
  width: 110px;
  height: 35px;
  font-family: "Avenir Next", Arial, sans-serif;
  font-size: 16px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 5px;
  background: #60afe0;
  text-align: center;
}
.page-testimonials .content-wrapper .single-testimonial {
  margin-bottom: 40px;
}
.page-testimonials .content-wrapper .single-testimonial .testor {
  font-weight: 700;
}
.page-testimonials .content-wrapper .single-testimonial:last-child {
  margin-bottom: 30px;
}
.page-testimonials .left-col {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .page-testimonials .left-col {
    margin-top: 30px;
  }
}
.testimonials-wrapper {
  background: #bee7ff;
  padding: 38px 0;
}
.testimonials-wrapper .testimonials-panel .flexslider.footer-testimonials {
  margin: 0;
  background: none;
  border: none;
  position: relative;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .testimonials-wrapper .testimonials-panel .flexslider.footer-testimonials {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.testimonials-wrapper .testimonials-panel .flexslider.footer-testimonials p {
  font-family: "Avenir Next", Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
  color: #257dc5;
}
.testimonials-wrapper .testimonials-panel .flexslider.footer-testimonials .testor {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
.testimonials-wrapper .testimonials-panel .flexslider.footer-testimonials ul.slides {
  margin-bottom: 0;
}
.testimonials-wrapper .testimonials-panel .flexslider.footer-testimonials ul.slides li {
  margin-bottom: 0;
}
.testimonials-wrapper .testimonials-panel .flexslider.footer-testimonials .flex-direction-nav {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 0;
  margin-bottom: 0;
  display: block;
  width: 100%;
}
.testimonials-wrapper .testimonials-panel .flexslider.footer-testimonials .flex-direction-nav ul {
  height: 1px;
}
.testimonials-wrapper .testimonials-panel .flexslider.footer-testimonials .flex-direction-nav li {
  margin-bottom: 0;
}
.testimonials-wrapper .testimonials-panel .flexslider.footer-testimonials .flex-direction-nav li a {
  text-indent: -99999px;
  width: 12px;
  height: 28px;
  -webkit-background-size: 12px 28px;
  background-size: 12px 28px;
  display: block;
  -webkit-transition: none;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 1;
  margin: 0;
}
.testimonials-wrapper .testimonials-panel .flexslider.footer-testimonials .flex-direction-nav li a.flex-prev {
  background: url(../images/left_arrow.png) no-repeat;
  margin-left: 0px;
  -webkit-background-size: 12px 28px;
  background-size: 12px 28px;
}
.testimonials-wrapper .testimonials-panel .flexslider.footer-testimonials .flex-direction-nav li a.flex-next {
  background: url(../images/right_arrow.png) no-repeat;
  -webkit-background-size: 12px 28px;
  background-size: 12px 28px;
  left: 100%;
  margin-left: -12px;
  top: -28px;
  right: 0;
}
.page-contact-locations .content-wrapper .main-content h3 {
  font-size: 18px;
  line-height: 26px;
  margin: 35px 0 0 0;
}
.page-contact-locations .content-wrapper .main-content h3:first-child {
  margin-top: 10px;
}
.page-contact-locations .content-wrapper .main-content table tr td a {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 767px) {
  .page-contact-locations .content-wrapper .main-content table tr td:first-child {
    width: 90px;
  }
}
.page-type-homepage.page-home2 .content-wrapper .owner {
  display: none;
}
.page-type-homepage.page-home2 .content-wrapper .owner-name {
  display: none;
}
.page-type-homepage.page-home2 .content-wrapper .flexslider .slide h3 {
  font-size: 52px;
  line-height: 58px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-type-homepage.page-home2 .content-wrapper .flexslider .slide h3 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .page-type-homepage.page-home2 .content-wrapper .flexslider .slide h3 {
    font-size: 40px;
    line-height: 52px;
  }
}
.page-type-homepage.page-home2 .content-wrapper .flexslider .slide img {
  width: auto;
  height: 460px;
  -webkit-background-size: cover;
  background-size: cover;
  float: right;
  display: block;
  margin-top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-type-homepage.page-home2 .content-wrapper .flexslider .slide img {
    height: 400px;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .page-type-homepage.page-home2 .content-wrapper .flexslider .slide img {
    display: none;
  }
}
.page-type-homepage.page-home2 .content-wrapper .flex-control-nav.flex-control-paging {
  position: absolute;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .page-type-homepage.page-home2 .content-wrapper .flex-control-nav.flex-control-paging {
    position: static;
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-type-homepage.page-home .carousel {
    height: 365px;
  }
}
@media only screen and (max-width: 767px) {
  .page-type-homepage.page-home .carousel {
    padding-top: 40px;
    overflow: hidden;
  }
}
.page-type-homepage.page-home .content-wrapper .slider-wrapper {
  width: 1050px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-type-homepage.page-home .content-wrapper .slider-wrapper {
    width: 768px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .page-type-homepage.page-home .content-wrapper .slider-wrapper {
    width: 420px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
}
@media only screen and (max-width: 479px) {
  .page-type-homepage.page-home .content-wrapper .slider-wrapper {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
}
.page-type-homepage.page-home .content-wrapper .flexslider .slider-content {
  height: 440px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-type-homepage.page-home .content-wrapper .flexslider .slider-content {
    height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .page-type-homepage.page-home .content-wrapper .flexslider .slider-content {
    height: auto;
  }
}
.page-type-homepage.page-home .content-wrapper .flexslider .slider-content .slide img {
  width: 562px;
  height: 460px;
  -webkit-background-size: 562px 460px;
  background-size: 562px 460px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-type-homepage.page-home .content-wrapper .flexslider .slider-content .slide img {
    top: 38px;
    width: 400px;
    height: 327px;
    -webkit-background-size: 400px 327px;
    background-size: 400px 327px;
  }
}
@media only screen and (max-width: 767px) {
  .page-type-homepage.page-home .content-wrapper .flexslider .slider-content .slide img {
    width: 100%;
    height: auto;
    -webkit-background-size: cover;
    background-size: cover;
    top: 173px;
    right: -70px;
    z-index: 2;
  }
}
.page-type-homepage.page-home .content-wrapper .flexslider .slider-content .slide .content {
  position: relative;
  z-index: 2;
  top: 0;
  left: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-type-homepage.page-home .content-wrapper .flexslider .slider-content .slide .content {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-type-homepage.page-home .content-wrapper .flexslider .slider-content .slide .content {
    left: 0;
    top: 0px;
  }
}
.page-type-homepage.page-home .content-wrapper .flexslider .slider-content .slide .buttons {
  position: absolute;
  top: 270px;
  left: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-type-homepage.page-home .content-wrapper .flexslider .slider-content .slide .buttons {
    top: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .page-type-homepage.page-home .content-wrapper .flexslider .slider-content .slide .buttons {
    top: 212px;
  }
}
@media only screen and (max-width: 767px) {
  .page-type-homepage.page-home .content-wrapper .flexslider .slider-content .slide-2 img {
    width: 320px;
    height: 262px;
    top: 158px;
    right: -70px;
    -webkit-background-size: 320px 262px;
    background-size: 320px 262px;
    clip: rect(0px, 262px, 320px, 80px);
  }
  .page-type-homepage.page-home .content-wrapper .flexslider .slider-content .slide-2 p {
    padding-right: 145px;
  }
  .page-type-homepage.page-home .content-wrapper .flexslider .slider-content .slide-3 img {
    width: 284px;
    height: 232px;
    -webkit-background-size: 284px 232px;
    background-size: 284px 232px;
    top: 188px;
    right: -72px;
  }
  .page-type-homepage.page-home .content-wrapper .flexslider .slider-content .slide-3 p {
    padding-right: 165px;
  }
  .page-type-homepage.page-home .content-wrapper .flexslider .slider-content .slide-4 img {
    width: 300px;
    height: 246px;
    -webkit-background-size: 300px 246px;
    background-size: 300px 246px;
    right: -65px;
  }
  .page-type-homepage.page-home .content-wrapper .flexslider .slider-content .slide-4 p {
    padding-right: 165px;
  }
  .page-type-homepage.page-home .content-wrapper .flexslider .slider-content .slide-1 img {
    width: 284px;
    height: 232px;
    -webkit-background-size: 284px 232px;
    background-size: 284px 232px;
    top: 170px;
    right: -20px;
  }
  .page-type-homepage.page-home .content-wrapper .flexslider .slider-content .slide-1 p {
    padding-right: 165px;
  }
}
.page-type-homepage.page-home .content-wrapper .flex-control-nav.flex-control-paging {
  margin-top: 0;
  bottom: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-type-homepage.page-home .content-wrapper .flex-control-nav.flex-control-paging {
    bottom: -35px;
  }
}
.page-type-homepage.page-home .content-wrapper .flex-control-nav.flex-control-paging li {
  display: inline-block;
  float: none;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-type-homepage.page-home .content-wrapper .flex-control-nav.flex-control-paging li {
    margin-right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .page-type-homepage.page-home .content-wrapper .flex-control-nav.flex-control-paging {
    position: static;
    width: 400px;
    margin: 0 auto;
    margin-top: 140px;
  }
}
@media only screen and (max-width: 479px) {
  .page-type-homepage.page-home .content-wrapper .flex-control-nav.flex-control-paging {
    width: 100%;
    margin-left: 10px;
    margin-top: 90px;
  }
}
footer {
  padding: 50px 0;
}
footer ul.footer-nav {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  footer ul.footer-nav {
    text-align: center;
  }
}
footer ul.footer-nav li {
  margin-bottom: 0;
}
footer ul.footer-nav li a {
  font-family: "Avenir Next Medium", Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 767px) {
  footer ul.footer-nav li a {
    font-size: 18px;
    line-height: 28px;
  }
}
footer ul.footer-nav li ul.level-0 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  footer .service-area {
    text-align: center;
  }
}
footer .service-area h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #257dc5;
  margin: 0;
}
footer .service-area p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
footer .copyright .left,
footer .copyright .right {
  text-align: left;
  font-family: "Avenir Next Medium", Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #60afe0;
  -webkit-font-smoothing: antialiased;
}
footer .copyright .left a,
footer .copyright .right a {
  color: #60afe0;
}
@media only screen and (max-width: 767px) {
  footer .copyright .left,
  footer .copyright .right {
    text-align: center;
  }
}
footer .copyright .right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  footer .copyright .right {
    text-align: center;
  }
}
