@charset "UTF-8";
/*
   WILLIAMSLEGAL.COM.AU STYLESHEET – 2015 QUISK DESIGN [quisk.com.au]
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  height: auto; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.blueheading {
    margin: 25px 0px 15px;
font-size: 25px;
color: #0033a0;
}

.greyheading {
    margin: 25px 0px 15px;
font-size: 25px;
color: #555;
}

/*

  Responsive Utilities

*/
img,
canvas,
iframe,
video,
svg,
select,
textarea {
  max-width: 100%; }

/* Wrap tables or pre elements in a div with this class */
.overflow-container {
  overflow-y: scroll; }

/*
  Aspect ratios for media objects i.e canvas, iframe, video, svg etc.
  Defaults to 16x9
*/
.aspect-ratio {
  height: 0;
  padding-top: 56.25%;
  position: relative; }

.aspect-ratio--object {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.container {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (min-width: 400px) {
  .container {
    max-width: 1180px; } }

@media (min-width: 550px) {
  .container {
    max-width: 1180px; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .one.column,
  .one.columns {
    width: 4.6666666667%; }
  .two.columns {
    width: 13.3333333333%; }
  .three.columns {
    width: 22%; }
  .four.columns {
    width: 30.6666666667%; }
  .five.columns {
    width: 39.3333333333%; }
  .six.columns {
    width: 48%; }
  .seven.columns {
    width: 56.6666666667%; }
  .eight.columns {
    width: 65.3333333333%; }
  .nine.columns {
    width: 74%; }
  .ten.columns {
    width: 82.6666666667%; }
  .eleven.columns {
    width: 91.3333333333%; }
  .twelve.columns {
    width: 100%;
    margin-left: 0; }
  .one-third.column {
    width: 30.6666666667%; }
  .two-thirds.column {
    width: 65.3333333333%; }
  .one-half.column {
    width: 48%; }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%; }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%; } }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 15px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #00a19b;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: 0.2s ease;
          transition: 0.2s ease; }

input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #00a19b;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #333;
  border-color: #888888;
  outline: 0; }

.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #0033a0;
  border-color: #0033a0; }

input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #fff;
  background-color: #0033a0;
  border-color: #0033a0; }

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #00a19b;
  border-color: #00a19b; }

input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #00a19b;
  border-color: #00a19b; }

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #00a19b;
  border-color: #00a19b; }

input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #00a19b;
  border-color: #00a19b; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  box-shadow: none;
  box-sizing: border-box; }

.btn-large {
  height: 50px;
  padding: 0 22px;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  text-transform: none; }

.btn-x-large {
  width: 100%;
  height: auto;
  padding: 25px 25px 10px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  border-radius: 10px; }

.btn-white {
  color: #00a19b;
  background-color: #fff; }

.btn-black {
  color: #fff;
  background-color: #333; }
  .btn-black:hover {
    color: #fff;
    background-color: #00a19b; }

.btn-primary {
  color: #fff;
  background-color: #0033a0; }
  .btn-primary:hover {
    color: #fff;
    background-color: #003ab4; }

.content {
  margin-bottom: 40px; }

.page-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  color: #fff;
  background: #00a19b url('../images/stripes.png') top left repeat; }
  .page-title .w {
    position: absolute;
    top: -20px;
    right: 5%;
    display: block;
    width: 634px;
    height: 314px;
    background: url('../images/w.png') top right no-repeat;
    background-size: 317px 157px;

  }
  @media screen and (max-width: 700px) {
    .page-title .w {
      display: none;
    }
  }
  .page-title h1 {
    margin: 0px;
    padding: 38px 20px;
    font-family: "langdonregular", "League Gothic", "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 3.4rem;
    text-transform: uppercase; }

article {
  display: inline-block;
  width: 60%; }

  article h1 {
    margin: 0 0px 20px;
    font-size: 26px;
    color: #00a19b;
    font-style: italic;
  }

  article h2 {
    font-size: 34px;

    color: #0033a0;
  }

  article h3 {
    margin: 35px 0px 20px;
    padding: 20px 0px 0px;
    font-size: 26px;
    text-transform: uppercase;
    color: #00a19b;
    border-top: 3px solid #cceceb; }

  article h4 {
    margin: 25px 0px 15px;
    font-size: 25px;
    color: #0033a0;
 }

  article h5 {
    margin: 25px 0px 10px;
    font-size: 21px;
    color: #666;
    font-weight: 600; }
  article h6 {
    margin: 22px 0px 9px;
    font-size: 17px;
    color: #555;
    font-weight: 600; }

  article ul, article ol {
    margin-left: 28px;
  }

  article li {
    list-style-position: outside;
    list-style-type: disc;
  }

  article blockquote {
    font-style: italic;
    color: #666;
    border-left: 3px solid #00A19B;
    padding-left: 20px;
  }

  .page-thumb img {
    margin-bottom: 30px;
  }

  @media screen and (max-width: 700px) {
    article {
      width: 100%;
    }

    article .container {
      padding: 0px;
    }

    .page-title h1 {
      text-align: center;
      padding: 25px 10px;
    }
  }


/* News */
.pagination {
  margin: 10px 0px 15px;
  text-align: center;
}

  .pagination a {
    display: inline-block;
    height: 38px;
    padding: 0 15px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    background-color: #00a19b;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: 0.2s ease;
            transition: 0.2s ease;
  }

h2 .post-title {
  color: #0033a0;
  text-decoration: none;
  font-size: 36px;
  margin-bottom: 15px;
  transition: 0.2s ease;
}

.byline {
  margin: 25px 0px 60px;
  padding-top: 7px;
  border-top: 1px solid #e3e3e3;
  text-transform: uppercase;
  color: #777;
}


.phone-strip {
  margin-top: 20px;
  padding: 45px 10px;
  color: #fff;
  font-size: 3.0rem;
  background: #00a19b url('../images/stripes.png') top left repeat;
  border-bottom: 5px solid #fff; }
  .phone-strip p {
    display: inline-block; }
  .phone-strip .button {
    margin: 0px 10px;
    display: inline-block;
    vertical-align: top; }

  @media screen and (max-width: 700px) {
    .phone-strip {
      text-align: center;
      padding: 30px 10px;
      color: #fff;
      font-size: 2.2rem;
      line-height: 1.4em;
      background-color: #00a19b;
      border-bottom: 5px solid #fff;
    }

    .phone-strip p {
      margin-bottom: 15px; }
  }

footer {
  padding: 40px 0px;
  color: #aaa;
  background-color: #333;
  font-size: 1.3rem; }
  footer h4, .footerheading {
    font-family: "langdonregular", "League Gothic", "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    letter-spacing: 0.03em;
    text-transform: uppercase; }
  footer p {
    margin-bottom: 10px; }
  footer a {
    color: inherit; }
  footer .col-half {
    display: inline-block;
    width: 250px;
    vertical-align: top; }

.footer-contact {
  display: inline-block;
  width: 50%;
  vertical-align: top; }

.footer-info {
  display: inline-block;
  width: 25%;
  vertical-align: top; }

.footer-society {
  display: inline-block;
  width: 20%;
  text-align: center; }

  @media screen and (max-width: 960px) {
    .footer-contact {
      width: 70%;
    }
    .footer-info {
      width: 25%;
    }
    .footer-society {
      display: none;
    }
  }

  @media screen and (max-width: 700px) {
    footer {
      text-align: center;
    }
    footer .col-half {
      width: auto;
    }
    .footer-contact {
      width: 100%;
      margin-bottom: 0px;
    }
    .footer-info {
      width: 100%;
      display: none;
    }
  }

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  box-shadow: none;
  box-sizing: border-box; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus {
  border: 1px solid #0033a0;
  outline: 0; }

textarea:focus,
select:focus {
  border: 1px solid #0033a0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

.top-bar {
  padding: 8px 10px 7px;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #888;
  background-color: #e9e9e9; }

  .top-bar a:link, .top-bar a:visited {
    color: #888;
    text-decoration: none;
    border-bottom: 1px dotted #CCC;
  }

  .top-bar a:hover {
    color: #00A19B;
    text-decoration: none;
    border-bottom: 1px dotted #00A19B;
  }

  @media screen and (max-width: 700px) {
    .top-bar {
      display: none;
    }
  }

.mobile-bar {
  display: none;
  /*height: 60px;*/
  padding: 18px;
  background-color: #0033a0;
  color: #fff;
}

.mobile-call {
  display: inline-block;
  height: 24px;
  padding-left: 30px;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  background: transparent url('../images/phone.png') top left no-repeat;
  -webkit-background-size: 22px 24px;
  background-size: 22px 24px;
}

header {
  padding: 30px 20px; }
  header .logo {
    display: inline-block; }

  @media screen and (max-width: 700px) {
    .mobile-bar {
      display: block;
    }

    header {
      padding: 30px 0px;
      text-align: center;
    }

    header .logo {
      width: 95%;
      margin: 0 auto;
    }
  }

.hero {
  height: 400px;
  background: #454544 url("../images/feature-1.jpg") center top no-repeat;
  -webkit-background-size: 1600px 400px;
  background-size: 1600px 400px; }

  .hero a {
    display: inline-block;
    height: 100%;
    width: 100%;
  }

  .photo1 { background: #454544 url("../images/feature-1.jpg") center top no-repeat; }
  .photo2 { background: #454544 url("../images/feature-2.jpg") center top no-repeat; }
  .photo3 { background: #454544 url("../images/feature-3.jpg") center top no-repeat; }

  .photo1, .photo2, .photo3 {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-background-size: 1600px 400px;
    background-size: 1600px 400px;
  }

  @media screen and (max-width: 960px) {
    .hero {
      height: 300px;
      -webkit-background-size: cover;
      background-size: cover;
    }

    .photo1, .photo2, .photo3 {
      -webkit-background-size: cover;
      background-size: cover;
    }
  }

  @media screen and (max-width: 750px) {
    .hero {
      height: 200px;
      -webkit-background-size: cover;
      background-size: cover;
    }
  }

  @media screen and (max-width: 600px) {
    .hero {
      height: 140px;
      -webkit-background-size: cover;
      background-size: cover;
    }
  }

  @media screen and (max-width: 400px) {
    .hero {
      height: 115px;
      -webkit-background-size: cover;
      background-size: cover;
    }
  }

.home .content {
  padding: 0px 0px 0px;
  background: #fff url("../images/content-bg.png") left top repeat-x; }

.home .content h3, .home .content h2, .home .content h1 {
  margin: 0px 0px 5px;
  padding: 20px 0px 50px;
  font-family: "langdonregular", "League Gothic", "Proxima Nova", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff; }

.home .content-text h3 {
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
    padding-bottom: 10px!important;
    text-transform: none!important;
    letter-spacing: normal!important;
}

.home .content .button {
  font-family: "langdonregular", "League Gothic", "Proxima Nova", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.home-content {
  display: inline-block;
  width: 100%; /* 45%; -- GREG */
  vertical-align: top; }

  @media screen and (max-width: 1000px) {
    .home-content {
      width: 100%; /*55%; -- GREG */
    }
	
	.upv-section img {  /* -- GREG */
		display: block;
		margin: 0 auto;
		
	}
  }

  @media screen and (max-width: 700px) {
    .home .content {
      padding: 0px;
      background: transparent;
      text-align: center;
    }

    .home .content h3 {
      text-align: center;
      color: #00a19b;
      padding: 0px;
      margin-bottom: 10px;
      margin-top: 20px;
    }

    .home-content {
      width: 100%;
      margin-bottom: 30px;
    }

    .home-content p {
      margin-bottom: 20px;
    }
  }

.home-news {
  display: inline-block;
  width: 100%; /* 22%; --GREG */
  margin-left: 0; /* 5%; --GREG */
  vertical-align: top; }

  .home .home-news h2 {
    color: #0033a0;
  }

  .home .home-news h3 {
    position: relative;
    left: -30px;
    padding-left: 20px;
    border-left: 10px solid rgba(255, 255, 255, 0.15);
  }

  .home-news li {
    padding: 0px 0px 10px;
    list-style-type: none;
    border-bottom: 2px solid #e9e9e9; }
  .home-news a {
    font-size: 1.8rem;
    line-height: 100%;
    font-weight: bold;
    color: #00a19b;
    text-decoration: none; }
  .home-news em {
    color: #666; }

  @media screen and (max-width: 1000px) {
    .home-news {
      display: none;
    }
  }

.home-services {
  display: inline-block;
  width: 100%; /* 22%; --GREG*/
  margin-left: 0; /* 5%; --GREG */
  vertical-align: top; }

  .home .home-services h2 {
    color: #0033a0;
  }

  .home .home-services h3 {
    position: relative;
    left: -30px;
    padding-left: 20px;
    border-left: 10px solid rgba(255, 255, 255, 0.15);
  }

  .home-services li {
    margin: 0;
    list-style-type: none; }
  .home-services a {
    display: block;
    padding: 6px 0px;
    color: #666;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 2px solid #e9e9e9; }

  @media screen and (max-width: 700px) {
    .home-services {
      box-sizing: border-box;
      width: 90%;
      margin-left: 0;
    }

    .home-services h3 {
      display: none;
    }
  }

a {
  color: inherit; }

a {
  color: #00a19b; }
  a:hover {
    color: #008882; }

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0; }

ul {
  padding-left: 0;
  margin-top: 0; }
  ul ul, ul ol {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%; }

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e9e9e9; }

.menu-main {
  display: none;
  float: right;
  margin-top: 15px; }
  .menu-main ul {
    margin: 0;
    padding: 0; }
  .menu-main li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .menu-main li:hover ul {
      display: inline-block;
      top: 100%;
      opacity: 1;
      -webkit-transition: opacity 0.25s ease;
              transition: opacity 0.25s ease; }
  .menu-main a {
    padding: 10px 9px;
    font-family: "langdonregular", "League Gothic", "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #00a19b;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
            transition: 0.3s ease;
    border-radius: 5px; }
    .menu-main a:hover {
      background-color: #f1f1f1; }

@media (min-width: 700px) {
  .menu-main {
    display: block;
  }
}

ul.sub-menu {
  position: absolute;
  top: -1000%;
  left: 0px;
  width: 240px;
  margin: 0;
  padding: 0px;
  background-color: #f1f1f1;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
          transition: opacity 0.25s ease;
  z-index: 99; }
  ul.sub-menu li {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.12); }
  ul.sub-menu a {
    display: block;
    width: 100%;
    padding: 8px 9px 8px 16px;
    font-family: "Proxima Nova", "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 600;
    text-transform: none;
    color: #888;
    background: none; }
    ul.sub-menu a:hover {
      color: #00a19b;
      background: #eaeaea; }

.quicklinks {
  color: #fff;
  background: #00a19b url('../images/stripes.png') top left repeat; }
  .quicklinks a {
    display: inline-block;
    width: 24%;
    padding: 24px 40px 20px;
    color: #fff;
    font-family: "langdonregular", "League Gothic", "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; }

    .quicklinks a:before {
      content: '//';
      letter-spacing: -0.1em;
      padding-right: 10px;
    }

    .quicklinks a:hover {
      background-color: #008d87; }

.mobile-quicklinks {
  display: none;
}

@media screen and (max-width: 700px) {
  .quicklinks {
    display: none;
  }

  .mobile-quicklinks {
    display: block;
    padding: 20px 30px;
    background-color: #e5e5e5;
  }

  .mobile-quicklinks .button {
    width: 100%;
    color: #fff;
    font-size: 2.2rem;
    font-weight: normal;
    font-family: "langdonregular", "League Gothic", "Proxima Nova", Helvetica, Arial, sans-serif;
  }
}

@media screen and (max-width: 900px) {
  .quicklinks a {
    font-size: 2.2rem;
    padding: 20px 30px;
    letter-spacing: 0.05em;
  }
}

.sidebar {
  display: inline-block;
  width: 31%;
  margin-left: 6%;
  vertical-align: top; }

  @media screen and (max-width: 700px) {
    .sidebar {
      width: 100%;
      margin: 40px 0px 0px;
    }
  }

.widget-menu {
  margin-bottom: 60px;
  padding-left: 12px;
  border-left: 3px solid #00a19b; }
  .widget-menu ul {
    margin: 0; }
  .widget-menu li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .widget-menu a {
    display: block;
    padding: 10px 10px 8px 15px;
    color: #666;
    font-size: 1.7rem;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    -webkit-transition: 0.3s ease;
            transition: 0.3s ease; }
    .widget-menu a:hover {
      color: #00a19b;
      background-color: #f1f1f1; }

.cta {
  margin: 20px 0px; }
  .cta .button span, .cta .button h5 {
    margin: 0;
    padding: 0;
    font-size: 2.4rem;
    font-family: "langdonregular", "League Gothic", "Proxima Nova", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 0.3; }
  .cta .button em {
    margin: 0;
    padding: 0;
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 0;
    text-transform: none; }

button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e9e9e9; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

body {
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25; 
  
  }

h3 {
  font-size: 3.0rem;
  line-height: 1.3; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6; }

@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }
  h2 {
    font-size: 4.2rem; }
  h3 {
    font-size: 3.6rem; }
  h4 {
    font-size: 3.0rem; }
  h5 {
    font-size: 2.4rem; }
  h6 {
    font-size: 1.5rem; } }

p {
  margin: 0; }

.content p {
  margin-bottom: 15px; }




/* ==========================================================================
   Slidebars
   ========================================================================== */

/* -----------------------------------
 * 001 - Box Model, Html & Body
 */

html, body, #sb-site, .sb-site-container, .sb-slidebar {
  /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden; /* Stops horizontal scrolling. */
}

html {
  height: 100%; /* Site is as tall as device. */
}

body {
  min-height: 100%;
  height: auto;
  position: relative; /* Required for static Slidebars to function properly. */
}

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden;
}

/* ----------
 * 002 - Site
 */

#sb-site, .sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1; /* Site sits above Slidebars */
  background-color: #ffffff; /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}

/* Micro clearfix by Nicolas Gallagher, ensures the site container hits the top and bottom of the screen. */
#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
  content: ' ';
  display: table;
}

#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
    clear: both;
}

/* ---------------
 * 003 - Slidebars
 */

.sb-slidebar {
  height: 100%;
  overflow-y: auto; /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 0; /* Slidebars sit behind sb-site. */
  display: none; /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #222222; /* Default Slidebars background colour, overwrite this with your own css. */
}

.sb-slidebar, .sb-slidebar * {
  -webkit-transform: translateZ( 0px ); /* Fixes issues with translated and z-indexed elements on iOS 7. */
}

.sb-left {
  left: 0; /* Set Slidebar to the left. */
}

.sb-right {
  right: 0; /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute; /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
  display: block; /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
  z-index: 9999; /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch; /* Adds native momentum scrolling for iOS & Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. */
  .sb-slidebar {
    width: 30%;
  }

  .sb-width-thin {
    width: 15%;
  }

  .sb-width-wide {
    width: 45%;
  }

@media (max-width: 480px) { /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 70%;
  }

  .sb-width-thin {
    width: 55%;
  }

  .sb-width-wide {
    width: 85%;
  }
}

@media (min-width: 481px) { /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 55%;
  }

  .sb-width-thin {
    width: 40%;
  }

  .sb-width-wide {
    width: 70%;
  }
}

@media (min-width: 768px) { /* Slidebar widths on medium screens. */
  .sb-slidebar {
    width: 40%;
  }

  .sb-width-thin {
    width: 25%;
  }

  .sb-width-wide {
    width: 55%;
  }
}

@media (min-width: 992px) { /* Slidebar widths on large screens. */
  .sb-slidebar {
    width: 30%;
  }

  .sb-width-thin {
    width: 15%;
  }

  .sb-width-wide {
    width: 45%;
  }
}

@media (min-width: 1200px) { /* Slidebar widths on extra large screens. */
  .sb-slidebar {
    width: 20%;
  }

  .sb-width-thin {
    width: 5%;
  }

  .sb-width-wide {
    width: 35%;
  }
}

/* ---------------
 * 004 - Animation
 */

.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
  -webkit-transform: translate( 0px );
     -moz-transform: translate( 0px );
       -o-transform: translate( 0px );
          transform: translate( 0px );

  -webkit-transition: -webkit-transform 400ms ease;
     -moz-transition:    -moz-transform 400ms ease;
       -o-transition:      -o-transform 400ms ease;
          transition:         transform 400ms ease;

  -webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

/* --------------------
 * 005 - Helper Classes
 */

.sb-hide {
  display: none; /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}

.sb-toggle-right {
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  top: 13px;
  right: 30px;
  padding: 1px 13px;
  color: #0033a0;
  font-size: 20px;
  letter-spacing: 0.03em;
  font-family: "langdonregular", "League Gothic", "Proxima Nova", Helvetica, Arial, sans-serif;
  background-color: #fff;
  border: 2px solid #0033a0;
  border-radius: 6px;
}

  .sb-toggle-right:hover {
    color: #0033a0;
  }

@media (min-width: 700px) {
  .sb-toggle-right {
    display: none;
  }
}


.sb-slidebar ul {
  display: block;
  padding: 0;
  margin: 0;
  background: none;
}

.sb-slidebar li {
  display: block;
}

.sb-slidebar a {
  display: inline-block;
  padding: 6px 20px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.sb-slidebar .sub-menu {
    position: relative;
    display: block;
    top: 100%;
    opacity: 1;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .sb-slidebar .sub-menu a {
    display: inline-block;
    padding: 4px 10px 4px 30px;
    font-family: "Proxima Nova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-transform: none;
    color: #fff;
    text-decoration: none;
  }



  img.alignright {
    float: right;
    margin-left: 24px;
  }
  .content-text p {
    line-height: 22px;
  }

  img.alignleft {
    float: left;
    margin-right: 25px;
    margin-bottom: 5px;
  }


  /* print only styles */

  @media only print {
    header{
      display:none;
    }
    footer{
      display:none;
    }
    .sidebar{
      display:none;
    }
  }


article figure.team {
  display: inline-block;
  max-width: 190px;
  margin: 0 10px;
}

article figcaption {
  border-top: 1px #ccc solid;
  padding-top: 5px;
}

article figcaption a {
  text-decoration: none;
}

.page-id-16 .notOnContact {
  display: none;
}

.upv-section {	/* -- GREG */
	display: inline-block; 
	width: 32%; 
	text-align: center; 
	padding-right: 10px;
	padding-top: 20px;
	vertical-align: top;
}

.upv-section img {  /* -- GREG */
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {	/* -- GREG */
	.upv-section {
		width: 32%; 
    }
}

@media screen and (max-width: 350px) {	/* -- GREG */
	.upv-section {
		width: 100%; 
    }
}
	
	
	
	