@import url(../fonts/BebasNeue.css);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1, h2, .h2, h3, .h3, h4, .h4 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* Colours */
/* Variables */
/* px */
/* % */
/* Mixins */
/* Works out em font size from base font set above */
/* Works out column percentage width around base gutter set above */
/* Styles */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 15px;
  color: #555555;
  font-family: "PT Sans", sans-serif;
  background: white url(../images/natural_paper.png) repeat 0 0; }

a {
  color: #3f92ca;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }
  a:hover {
    color: #003663; }

.col, footer form .gfield {
  display: block;
  float: left;
  margin-left: 2.5%;
  min-height: 1px; }
  .col:first-child, footer form .gfield:first-child {
    margin-left: 0; }
  @media screen and (max-width: 500px) {
    .col, footer form .gfield {
      width: 100%;
      margin: 0; } }

.col > *:first-child, footer form .gfield > *:first-child {
  margin-top: 0; }

.half, footer form .gfield {
  width: 48.75%; }
  @media screen and (max-width: 500px) {
    .half, footer form .gfield {
      width: 100%;
      margin-left: 0; } }

.third {
  width: 31.66667%; }
  @media screen and (max-width: 767px) {
    .third {
      width: 100%; } }

.twothirds {
  width: 63.33333%; }

.quarter {
  width: 23.125%; }
  @media screen and (max-width: 767px) {
    .quarter {
      width: 48.75%;
      margin-left: 2.5%; }
      .quarter:nth-child(3n+4) {
        margin-left: 2.5%; }
      .quarter:nth-child(2n+1) {
        margin-left: 0;
        clear: left; } }

.threequarters {
  width: 69.375%; }

.fifth {
  width: 18%; }

.content-width {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 999px) {
    .content-width {
      padding: 0 20px; } }

@media screen and (max-width: 767px) {
  article.post .col, article.post footer form .gfield, footer form article.post .gfield {
    width: 100%; } }

.align-center {
  text-align: center; }

h1, h2, .h2, h3, .h3, h4, .h4, .h1 {
  margin: 20px 0;
  font-family: "bebas_neueregular", "Helvetica", "Arial", sans-serif;
  font-size: 3.66667em;
  line-height: 1em;
  color: #3f92ca;
  font-weight: normal; }

h2, .h2 {
  font-size: 2.66667em;
  line-height: 1em;
  color: #de0b13; }
  h2 small, .h2 small {
    float: right; }
    @media screen and (max-width: 500px) {
      h2 small, .h2 small {
        clear: both;
        float: none;
        margin-bottom: -20px; } }

h3, .h3 {
  font-size: 1.66667em;
  line-height: 1em;
  color: #000; }
  h3 a, .h3 a {
    color: #000; }
  h3 a:hover, .h3 a:hover {
    color: #003663; }

h4, .h4 {
  font-size: 1.46667em;
  line-height: 1em;
  color: #000; }

small {
  display: inline-block;
  vertical-align: middle;
  font-family: "PT Sans", sans-serif;
  font-size: 13px;
  text-transform: uppercase; }

img {
  width: 100%; }

form {
  display: inline-block;
  margin-left: 20px;
  margin-top: 80px; }
  @media screen and (max-width: 500px) {
    form {
      margin-left: 0; } }
  form label {
    font-weight: bold;
    margin-bottom: 10px; }
  form input[type=text], form input[type=submit], header form input[type=text], header form input[type=submit],
  form textarea {
    border: 1px solid #bbbbbb;
    width: 100%;
    background: #fff;
    font-size: 15px;
    padding: 5px;
    border-radius: 5px;
    display: inline-block; }
  form input[type=submit] {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    background-color: #3f92ca;
    border-color: #3f92ca;
    color: #fff;
    padding: 10px 20px;
    width: auto;
    font-family: "bebas_neueregular", "Helvetica", "Arial", sans-serif;
    font-size: 1.46667em;
    letter-spacing: 1px;
    font-weight: normal; }
    form input[type=submit]:hover {
      background-color: #235a80;
      border-color: #235a80;
      color: #fff; }

header {
  padding-top: 10px;
  background: #9a9a9a url(../images/brushed-aluminium.png) repeat 50% 50%;
  height: 140px;
  text-align: right;
  box-shadow: inset 0 -10px 20px -5px #666;
  position: relative; }
  header .logo-container {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; }
    @media screen and (max-width: 897px) {
      header .logo-container {
        max-width: 300px;
        top: -15px; } }
  header nav {
    font-family: "bebas_neueregular", "Helvetica", "Arial", sans-serif;
    display: inline-block;
    vertical-align: bottom;
    display: block;
    width: 100%; }
    header nav ul {
      margin: 0;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      header nav ul li {
        display: inline-block;
        margin-left: 20px; }
        header nav ul li:first-child {
          margin-left: 0; }
        header nav ul li a {
          display: block;
          color: #fff;
          text-decoration: none;
          font-size: 1.6em;
          letter-spacing: 1px;
          text-shadow: 0 -1px 0 #000;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
          header nav ul li a:hover {
            color: #000;
            text-shadow: 0 1px 0 #cccccc; }
      header nav ul .current_page_item a,
      header nav ul .current_page_parent a {
        color: #000;
        text-shadow: 0 1px 0 #cccccc; }
      @media screen and (max-width: 980px) {
        header nav ul li {
          margin-left: 10px; }
          header nav ul li a {
            font-size: 1.46667em; } }
      @media screen and (max-width: 817px) {
        header nav ul li {
          margin-left: 6.66667px; }
          header nav ul li a {
            font-size: 1.33333em; } }
    @media screen and (max-width: 767px) {
      header nav ul {
        max-height: 0px;
        width: 100%;
        overflow: hidden;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 130px;
        background: #003663;
        z-index: 9999;
        padding: 0;
        margin: 0; }
        header nav ul li {
          display: block;
          text-align: center;
          margin: 0;
          border-top: 1px solid #cccccc; }
          header nav ul li:first-child {
            border: 0; }
          header nav ul li a {
            padding: 10px 0;
            font-size: 1.6em; }
            header nav ul li a:hover {
              color: #fff;
              text-shadow: 0 -1px 0 #000; }
          header nav ul li.current_page_item a, header nav ul li.current_page_parent a {
            color: #fff;
            text-shadow: 0 -1px 0 #000; }
      header nav.show-menu ul {
        display: block;
        max-height: 1000px; } }
    header nav .mobile-nav-toggle {
      display: none;
      color: #fff;
      background: #000;
      border-radius: 10px;
      width: 1.33333em;
      height: 1.33333em;
      line-height: 1.33333em;
      text-align: center;
      font-size: 2em;
      position: absolute;
      top: 40px;
      right: 20px; }
      @media screen and (max-width: 767px) {
        header nav .mobile-nav-toggle {
          display: inline-block; } }
  header .top-links {
    display: inline-block;
    margin: 0;
    list-style-type: none;
    padding: 20px 0;
    vertical-align: middle; }
    header .top-links li {
      padding: 0;
      display: inline-block;
      margin-left: 20px;
      font-family: "bebas_neueregular", "Helvetica", "Arial", sans-serif;
      color: #000;
      text-shadow: 0 1px 0 #cccccc;
      font-size: 1.66667em; }
      header .top-links li a {
        color: #000;
        text-decoration: none;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
        header .top-links li a:hover {
          color: #3B5998; }
      header .top-links li:first-child {
        margin-left: 0; }
    @media screen and (max-width: 767px) {
      header .top-links {
        display: none; } }
  header form {
    display: inline-block;
    margin-left: 20px;
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      header form {
        display: none; } }
    header form input[type=text], header form input[type=submit] {
      border-radius: 5px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      display: inline-block;
      width: auto;
      margin-bottom: 10px;
      border-color: #fff; }
    header form input[type=submit] {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      font-family: FontAwesome;
      border-width: 2px;
      border-left: 1px solid #bbbbbb;
      margin-left: -4px;
      padding-left: 10px;
      padding-right: 9px;
      color: #000; }

footer {
  color: #fff;
  margin-top: 20px;
  padding-top: 20px;
  background: #3f92ca url(../images/brushed-aluminium-blue.jpg) repeat 50% 50%;
  min-height: 140px;
  box-shadow: inset 0 10px 20px -5px #001526; }
  footer h1, footer h2, footer .h2, footer h3, footer .h3, footer h4, footer .h4 {
    color: #fff;
    font-size: 1.66667em; }
  footer form {
    margin: 0;
    margin-bottom: 20px; }
    footer form label {
      font-weight: normal; }
    @media screen and (max-width: 767px) {
      footer form .gfield {
        width: 100%;
        margin: 0; } }

#homebanner {
  margin-bottom: 20px;
  box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.25); }
  #homebanner li {
    position: relative; }
    #homebanner li span {
      position: absolute;
      top: 0;
      right: 0;
      padding: 20px;
      font-family: "bebas_neueregular", "Helvetica", "Arial", sans-serif;
      font-size: 7em;
      line-height: 0.7619em;
      text-align: right;
      border: 10px solid #fff;
      display: block;
      width: 100%;
      height: 100%; }
  @media screen and (max-width: 767px) {
    #homebanner {
      display: none; } }

#main {
  padding-top: 40px; }

#detail-gallery {
  max-height: 320px; }
  #detail-gallery li {
    position: relative; }
    #detail-gallery li span {
      position: absolute;
      top: 0;
      right: 0;
      padding: 20px;
      border: 10px solid #fff;
      display: block;
      width: 100%;
      height: 100%; }

.topstroke {
  border-top: 1px solid #bbbbbb;
  padding-top: 10px;
  margin-top: 20px; }

.taglist {
  display: block;
  border-top: 1px solid #bbbbbb;
  padding-top: 10px; }

.projectnav {
  float: right; }
  .projectnav li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 20px; }
    .projectnav li:first-child {
      padding-left: 0; }

.project-item {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px; }
  .project-item a {
    text-decoration: none; }
    .project-item a h2 {
      margin: 0;
      color: #3f92ca; }
      .project-item a h2 img {
        display: inline-block;
        max-width: 100px;
        width: 100%;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px; }
      .project-item a h2 span {
        padding-left: 10px;
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
    .project-item a:hover span {
      padding-left: 20px; }
  .project-item:nth-child(3n+4) {
    margin-left: 0; }
  @media screen and (max-width: 867px) {
    .project-item.third {
      width: 48.75%;
      margin-left: 2.5%; }
      .project-item.third:nth-child(3n+4) {
        margin-left: 2.5%; }
      .project-item.third:nth-child(2n+1) {
        margin-left: 0;
        clear: left; } }
  @media screen and (max-width: 500px) {
    .project-item.third {
      width: 100%;
      margin-left: 0; }
      .project-item.third:nth-child(3n+4) {
        margin-left: 0; }
      .project-item.third:nth-child(2n+1) {
        margin-left: 0; } }

.staff-box {
  .display: block; }
  .staff-box:nth-child(3n+4) {
    margin-left: 0; }
  @media screen and (max-width: 867px) {
    .staff-box.third {
      width: 48.75%;
      margin-left: 2.5%; }
      .staff-box.third:nth-child(3n+4) {
        margin-left: 2.5%;
        clear: right; }
      .staff-box.third:nth-child(2n+1) {
        margin-left: 0;
        clear: left; } }
  @media screen and (max-width: 500px) {
    .staff-box.third {
      width: 100%;
      margin-left: 0; }
      .staff-box.third:nth-child(3n+4) {
        margin-left: 0; }
      .staff-box.third:nth-child(2n+1) {
        margin-left: 0; } }

.gform_body ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .gform_body ul li {
    padding: 0;
    margin-bottom: 20px; }
    .gform_body ul li.gform_validation_container {
      display: none; }

#gforms_confirmation_message {
  margin-top: 80px;
  font-size: 1.66667em;
  letter-spacing: 1px;
  color: #719f32;
  font-family: "bebas_neueregular", "Helvetica", "Arial", sans-serif;
  line-height: 1em; }

/* Basic jQuery Slider essential styles */
ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none; }

li.bjqs-slide {
  position: absolute;
  display: none; }

ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999; }
  ul.bjqs-controls li {
    position: absolute;
    bottom: 70px;
    margin: 0 20px; }
    ul.bjqs-controls li a {
      background: #fff;
      width: 50px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      font-size: 35px;
      color: #000;
      text-decoration: none;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      ul.bjqs-controls li a:hover {
        background: #000;
        color: #fff; }

ul.bjqs-controls.v-centered li a {
  position: absolute; }

ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0; }

ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0; }

ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; }

ol.bjqs-markers.h-centered {
  text-align: center; }

ol.bjqs-markers li {
  display: inline; }

ol.bjqs-markers li a {
  display: inline-block; }

p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }
.sgdnoleft {margin-left:0px!important;}
.autosizewide {width:100%; height:auto;}
.sgd-project-list { height:360px; }


#gform_wrapper_2 input, footer form .gfield {
	width: 100%!important;
}

#gform_wrapper_2 select{
	width: 100%!important;
	height:30px!important;
}

footer form .gfield {
	margin-left: 0px!important;
}



