* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url("../fonts/proximanova-bold-webfont.eot");
  src: url("../fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proximanova-bold-webfont.ttf") format("truetype"), url("../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url("../fonts/proximanova-regular-webfont.eot");
  src: url("../fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_novalight';
  src: url("../fonts/proximanova-light-webfont.eot");
  src: url("../fonts/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-light-webfont.woff") format("woff"), url("../fonts/proximanova-light-webfont.ttf") format("truetype"), url("../fonts/proximanova-light-webfont.svg#proxima_novalight") format("svg");
  font-weight: normal;
  font-style: normal; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

input, select {
  vertical-align: middle; }

.footer {
  background: #2E3070 url("../images/footer_repeat.png") center repeat; }

.footerCol, .wideCol, .slimCol {
  position: relative;
  float: left;
  height: 100%;
  padding: 30px 0;
  margin: 0 2.5%; }
  .footerCol ul, .wideCol ul, .slimCol ul {
    width: 100%;
    margin: 90px 0 0 0;
    list-style: none; }
    .footerCol ul li, .wideCol ul li, .slimCol ul li {
      margin: 10px 0;
      font-family: "proxima_novalight";
      font-size: 16px;
      color: #fff;
      line-height: 20px; }
      .footerCol ul li a, .wideCol ul li a, .slimCol ul li a {
        color: #fff;
        text-decoration: none; }

.wideCol {
  width: 40%; }

.slimCol {
  width: 22.5%; }
  .slimCol:nth-child(1) ul {
    margin-top: 15px; }

.underFooter p {
  color: #4CBAEE !important;
  font-family: "proxima_nova_rgregular";
  font-size: 13px !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 50px !important;
  margin: 20px 0 !important; }
  .underFooter p a {
    text-decoration: none;
    color: #4CBAEE !important; }
  .underFooter p span.darkBlue {
    color: #2E3070 !important; }
    .underFooter p span.darkBlue a {
      color: #2E3070 !important;
      text-decoration: none; }

@media (max-width: 767px) {
  .footer {
    background: #2E3070; }

  footer {
    padding: 10px 0; }

  .footerCol, .wideCol, .slimCol {
    width: 100%;
    margin: 0px;
    padding: 0px; }
    .footerCol img, .wideCol img, .slimCol img {
      position: relative;
      display: block;
      margin: 30px auto; }
    .footerCol ul, .wideCol ul, .slimCol ul {
      margin: 0px; }
      .footerCol ul li, .wideCol ul li, .slimCol ul li {
        wdth: 100%;
        text-align: center; }

  .underFooter p {
    font-size: 12px !important;
    line-height: 25px !important; } }
::-webkit-input-placeholder {
  color: #fff; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

:-ms-input-placeholder {
  color: #fff; }

input:focus, textarea:focus {
  outline: 0; }

.mailingList form {
  position: relative;
  float: left;
  width: 70%;
  margin: 0 15% 50px 15%; }
.mailingList input.text {
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "proxima_nova_rgregular";
  font-size: 16px;
  line-hieght: 40px;
  padding: 0 2%;
  margin: 10px 0 20px;
  background: transparent; }
.mailingList input.submit {
  position: relative;
  width: 30%;
  height: 40px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "proxima_nova_rgregular";
  font-size: 16px;
  line-hieght: 40px;
  margin: 10px 35%;
  background: transparent;
  cursor: pointer; }

.contactBlock form {
  position: relative;
  float: left;
  width: 70%;
  margin: 0 15% 50px 15%; }
  .contactBlock form input.text {
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    font-family: "proxima_nova_rgregular";
    font-size: 16px;
    line-hieght: 40px;
    padding: 0 2%;
    margin: 10px 0;
    background: transparent; }
  .contactBlock form textarea {
    position: relative;
    width: 100%;
    height: 120px;
    border: 1px solid #fff;
    color: #fff;
    font-family: "proxima_nova_rgregular";
    font-size: 16px;
    line-hieght: 40px;
    padding: 8px 2%;
    margin: 10px 0;
    background: transparent;
    resize: none; }
  .contactBlock form input.submit {
    position: relative;
    width: 30%;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    font-family: "proxima_nova_rgregular";
    font-size: 16px;
    line-hieght: 40px;
    margin: 10px 35%;
    background: transparent;
    cursor: pointer; }

.dropDown form, .dropDownClone form, .dropDownClone form {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  display: none; }
  .dropDown form input.text, .dropDownClone form input.text, .dropDownClone form input.text {
    width: 100%;
    height: 64px;
    color: #fff;
    font-family: "proxima_nova_rgregular";
    font-size: 30px;
    line-hieght: 64px;
    padding: 0 2%;
    margin: 0;
    border: 0;
    background: transparent; }

form.contact input.text {
  position: relative;
  width: 42.5%;
  height: 40px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "proxima_nova_rgregular";
  font-size: 16px;
  line-hieght: 40px;
  padding: 0 2%;
  margin: 10px 0 10px 5%;
  background: transparent; }
form.contact textarea {
  position: relative;
  width: 91%;
  height: 150px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "proxima_nova_rgregular";
  font-size: 16px;
  line-hieght: 40px;
  padding: 10px 2%;
  margin: 10px 0 10px 5%;
  background: transparent;
  resize: none; }
form.contact input.submit {
  position: relative;
  width: 30%;
  height: 40px;
  border: 1px solid #4CBAEE;
  color: #4CBAEE;
  font-family: "proxima_nova_rgregular";
  font-size: 16px;
  line-hieght: 40px;
  margin: 10px 35%;
  background: transparent;
  cursor: pointer; }

form.mobileSearch {
  position: relative;
  width: 90%;
  margin: 0 5%; }
  form.mobileSearch input.text {
    position: relative;
    width: 100%;
    height: 36px;
    font-size: 14px;
    color: #4CBAEE;
    font-family: "proxima_nova_rgregular";
    text-align: center;
    line-height: 26px;
    border: 0px;
    padding: 5px 2%;
    background: #ddd;
    text-align: center;
    text-transform: uppercase; }
  form.mobileSearch ::-webkit-input-placeholder {
    color: #009ee5; }
  form.mobileSearch :-moz-placeholder {
    /* Firefox 18- */
    color: #009ee5; }
  form.mobileSearch ::-moz-placeholder {
    /* Firefox 19+ */
    color: #009ee5; }
  form.mobileSearch :-ms-input-placeholder {
    color: #009ee5; }

form#footerContact {
  position: relative;
  width: 100%;
  overflow: hidden; }
  form#footerContact input[type="text"], form#footerContact input[type="submit"] {
    position: relative;
    float: left;
    font-family: "proxima_nova_rgregular";
    font-size: 16px;
    line-height: 50px;
    height: 50px; }
  form#footerContact input[type="text"] {
    color: #2E3070;
    width: 65%;
    border: 0px;
    background: #fff;
    margin: 10px 5% 10px 0; }
  form#footerContact input[type="submit"] {
    color: #fff;
    width: 30%;
    border: 2px solid #fff;
    background: transparent;
    margin: 10px 0; }

header.header {
  height: 130px; }
  header.header a.logo {
    position: relative;
    float: left;
    width: 260px;
    height: 80px;
    display: block;
    text-indent: -9999px;
    background: url("../images/logo.png") no-repeat center center;
    margin: 25px 0; }
  header.header nav {
    position: relative;
    float: right;
    right: 24px;
    height: 30px;
    margin: 50px 0; }
    header.header nav ul {
      position: relative;
      float: left;
      list-style: none;
      margin: 0px;
      height: 30px; }
      header.header nav ul li {
        float: left;
        margin: 0px;
        height: 30px; }
        header.header nav ul li a {
          font-family: "proxima_nova_rgregular";
          font-size: 14px;
          line-height: 30px;
          color: #2E3070;
          text-transform: uppercase;
          text-decoration: none;
          padding: 5px 9px; }
        header.header nav ul li a:hover {
          color: #4CBAEE; }
  header.header #mobileTrigger {
    display: none; }
  header.header .lngBox {
    position: absolute;
    right: 0;
    top: 10px;
    width: 90px;
    height: 20px; }
    header.header .lngBox a {
      position: relative;
      float: left;
      display: block;
      width: 25px;
      height: 20px;
      margin: 10px 0 0 5px;
      text-indent: -9999px; }
    header.header .lngBox .english {
      background: url("../images/flag_british.jpg") no-repeat center center; }
    header.header .lngBox .german {
      background: url("../images/flag_german.jpg") no-repeat center center; }
    header.header .lngBox .polish {
      background: url("../images/flag_polish.jpg") no-repeat center center; }
  header.header #searchTrigger {
    position: absolute;
    display: block !important;
    right: 0px;
    width: 20px;
    height: 30px;
    margin: 50px 0;
    background: url("../images/magnifying_glass.png") no-repeat right center;
    text-indent: -9999px;
    display: none; }

.overlay-hugeinc {
  display: none; }

.dropDown, .dropDownClone {
  position: absolute !important;
  left: 0px !important;
  top: 130px !important;
  width: 100%;
  z-index: 11;
  display: none;
  height: 64px;
  background: url("../images/drop_down_blue.png") repeat center center; }
  .dropDown ul.nav, .dropDownClone ul.nav {
    display: none;
    height: 64px;
    list-style: none; }
    .dropDown ul.nav li, .dropDownClone ul.nav li {
      float: left;
      height: 54px;
      margin: 0 15px 0 0; }
      .dropDown ul.nav li a, .dropDownClone ul.nav li a {
        display: block;
        font-family: "proxima_nova_rgregular";
        font-size: 14px;
        line-height: 64px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0 10px; }
      .dropDown ul.nav li a:hover, .dropDownClone ul.nav li a:hover {
        color: #4CBAEE;
        background: rgba(255, 255, 255, 0.8); }

.headerClone {
  position: fixed !important;
  background: #fff;
  top: -100px;
  z-index: 11; }
  .headerClone header {
    height: 90px !important; }

.dropDownClone {
  position: fixed !important;
  top: 90px !important;
  display: none; }

p.counter {
  position: fixed;
  left: 100px;
  bottom: 100px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #666;
  color: #fff; }

@media (max-width: 979px) and (min-width: 768px) {
  .headerClone {
    display: none !important; }

  header #searchTrigger {
    margin: 60px 0 40px !important; }

  nav {
    margin: 60px 0 40px 0 !important; }
    nav a {
      font-size: 12px !important;
      padding: 5px 6px !important; }

  .overlay-hugeinc {
    display: none; } }
@media (max-width: 767px) {
  .headerClone {
    display: none !important; }

  header.header {
    height: 65px; }
    header.header a.logo {
      margin: 10.5px auto 10.5px;
      float: left;
      width: 148px;
      height: 44px;
      background: url("../images/barnshaws_logo_mobile.jpg") no-repeat center center;
      background-size: 100%; }
    header.header nav {
      display: none; }
    header.header .lngBox {
      display: none; }
    header.header #searchTrigger {
      display: none !important; }
    header.header #mobileTrigger {
      position: relative;
      float: right;
      display: block;
      float: right;
      height: 40px;
      width: 40px;
      margin: 12.5px 0;
      background: url("../images/mobile-nav.jpg") no-repeat center center;
      background-size: 100%;
      text-indent: -9999px; }

  .hiddenNavWrapper {
    position: relative !important;
    width: 480px !important;
    margin: 0 auto !important; } }
.circleGrid {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  margin: 20px 0 30px 0;
  overflow: hidden; }
  .circleGrid .circle-grid-row {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    clear: both; }
  .circleGrid .block {
    position: relative;
    float: left;
    width: 27%;
    margin: 0 3%;
    text-decoration: none; }
    @media (max-width: 767px) {
      .circleGrid .block {
        width: 80%;
        margin: 10px 10%; } }
    .circleGrid .block img {
      width: 100%;
      height: auto;
      margin: 0 0 20px; }
    .circleGrid .block p {
      font-size: 15px;
      line-height: 20px;
      color: #2E3070;
      font-family: "proxima_nova_rgregular";
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 2px;
      z-index: 1; }
      @media (max-width: 767px) {
        .circleGrid .block p {
          font-size: 15px;
          word-wrap: break-word; } }
    .circleGrid .block ul {
      list-style: none;
      width: 100%;
      margin: 10px 0; }
      .circleGrid .block ul li {
        position: relative;
        width: 100%;
        margin: 8px 0;
        overflow: hidden; }
        .circleGrid .block ul li a {
          position: relative;
          float: left;
          width: 100%;
          color: #4CBAEE;
          text-decoration: none;
          font-family: "proxima_nova_rgregular";
          font-size: 12px;
          text-transform: uppercase;
          text-align: center; }

.cgFour .block {
  position: relative;
  float: left;
  width: 19%;
  margin: 0 3%; }

.storyBox {
  position: relative;
  width: 980px;
  overflow: hidden;
  margin: 0 0 40px 0; }
  @media (min-width: 768px) and (max-width: 979px) {
    .storyBox {
      width: 100%; } }
  @media (max-width: 767px) {
    .storyBox {
      width: 100%; } }
  .storyBox .row {
    position: relative;
    width: 100%;
    margin: 10px 0;
    overflow: hidden; }
    .storyBox .row img.storyImg {
      position: relative;
      width: 33%; }
      @media (max-width: 767px) {
        .storyBox .row img.storyImg {
          float: left;
          width: 100%;
          margin: 20px 0; } }
    .storyBox .row img.siLeft {
      float: left; }
    .storyBox .row img.siRight {
      float: right; }
    .storyBox .row .storyContent {
      position: relative;
      width: 65%; }
      @media (min-width: 768px) and (max-width: 979px) {
        .storyBox .row .storyContent img {
          display: none; } }
      @media (max-width: 767px) {
        .storyBox .row .storyContent {
          float: left;
          width: 100%;
          margin: 0; }
          .storyBox .row .storyContent img {
            display: none; } }
    .storyBox .row .scLeft {
      float: left; }
      .storyBox .row .scLeft img {
        float: right; }
    .storyBox .row .scRight {
      float: right; }
      .storyBox .row .scRight img {
        float: left; }
    .storyBox .row p {
      text-align: left; }
    .storyBox .row h3 {
      font-size: 20px;
      line-height: 40px;
      margin: 0 0 5px 0;
      text-transform: uppercase;
      color: #4CBAEE;
      font-family: "proxima_nova_rgregular"; }

.missionVision {
  padding: 30px 0; }
  @media (max-width: 767px) {
    .missionVision {
      padding: 20px 0; } }
  .missionVision .col2 {
    position: relative;
    float: left;
    width: 45%;
    min-height: 570px;
    margin: 0 2.5%;
    padding: 0 15px;
    background: url("../images/box.jpg") no-repeat center center; }
    @media (max-width: 767px) {
      .missionVision .col2 {
        width: 100%;
        min-height: 0px;
        padding: 0 0 20px;
        margin: 0 0 20px 0; } }
    .missionVision .col2 h2 {
      font-family: "proxima_novalight";
      font-size: 34px;
      font-weight: 300;
      line-height: 50px;
      margin: 50px 0 30px;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 6px;
      padding: 20px 0 5px 0;
      color: #fff;
      background: url("../images/line_w.jpg") no-repeat center bottom; }
    .missionVision .col2 p {
      padding: 0 5px;
      color: #fff; }

.accreditationsBox {
  position: relative;
  width: 100%; }
  .accreditationsBox .accreditRow {
    position: relative;
    width: 100%;
    margin: 0 0 30px 0;
    overflow: hidden; }
    .accreditationsBox .accreditRow img {
      position: relative;
      float: left;
      width: 20%;
      margin: 0 5% 0 0; }
    .accreditationsBox .accreditRow .rowContent {
      position: relative;
      float: left;
      width: 75%;
      height: auto; }
      .accreditationsBox .accreditRow .rowContent h3 {
        font-family: "proxima_novalight";
        font-size: 24px;
        font-weight: 300;
        line-height: 30px;
        margin: 0 0 20px;
        text-transform: uppercase;
        text-align: left;
        letter-spacing: 3px;
        color: #fff;
        color: #4CBAEE; }
      .accreditationsBox .accreditRow .rowContent p {
        text-align: left !important; }
      .accreditationsBox .accreditRow .rowContent a {
        text-decoration: none;
        color: #4CBAEE; }

.guaranteeIntro img {
  position: relative;
  margin: 20px auto 10px;
  display: block; }
  @media (max-width: 767px) {
    .guaranteeIntro img {
      width: 100%; } }
.guaranteeIntro p {
  width: 80%;
  margin: 20px 10% 0 !important; }

.guaranteeRow {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }
  .guaranteeRow img.rowIcon {
    position: relative;
    margin: 20px auto 10px;
    display: block; }
  .guaranteeRow h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 60px;
    font-family: "proxima_novalight";
    letter-spacing: 6px;
    margin: 0 0 20px 0;
    background: url("../images/line_lb.jpg") no-repeat center bottom; }
    @media (max-width: 767px) {
      .guaranteeRow h2 {
        font-size: 26px;
        line-height: 40px; } }

#caseStudySlider li img {
  width: 100%;
  height: auto; }

.caseStudySlider .bx-wrapper {
  margin: 0 auto; }
  .caseStudySlider .bx-wrapper .bx-viewport {
    left: 0px;
    -moz-box-shadow: 0 0 0 #ccc;
    -webkit-box-shadow: 0 0 0 #ccc;
    box-shadow: 0 0 0 #ccc;
    border: 0 solid #fff; }
    .caseStudySlider .bx-wrapper .bx-viewport h3 {
      position: absolute;
      width: 90%;
      text-align: center;
      top: 100px;
      font-family: "proxima_nova_rgbold";
      font-size: 46px;
      line-height: 50px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 6px;
      text-shadow: 1px 1px 1px #333;
      margin: 30px 5%; }
      @media (min-width: 768px) and (max-width: 979px) {
        .caseStudySlider .bx-wrapper .bx-viewport h3 {
          top: 20px !important;
          font-size: 32px !important;
          line-height: 40px !important; } }
      .caseStudySlider .bx-wrapper .bx-viewport h3 span.caseSub {
        font-size: 36px;
        line-height: 50px;
        font-family: "proxima_nova_rgregular"; }
        @media (min-width: 768px) and (max-width: 979px) {
          .caseStudySlider .bx-wrapper .bx-viewport h3 span.caseSub {
            font-size: 26px !important;
            line-height: 40px !important; } }
    .caseStudySlider .bx-wrapper .bx-viewport .buttonBox {
      position: absolute;
      bottom: 100px;
      left: 0px;
      width: 100%;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 979px) {
        .caseStudySlider .bx-wrapper .bx-viewport .buttonBox {
          bottom: 40px !important; } }
      .caseStudySlider .bx-wrapper .bx-viewport .buttonBox a {
        display: inline-block;
        width: 250px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        margin: 0 15px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
        font-family: "proxima_nova_rgregular"; }
      .caseStudySlider .bx-wrapper .bx-viewport .buttonBox .lineButton {
        border: 2px solid #fff; }
      .caseStudySlider .bx-wrapper .bx-viewport .buttonBox .arrowButton {
        background: url("../images/icon_view_all.png") no-repeat right center; }
  .caseStudySlider .bx-wrapper .bx-controls {
    position: static;
    margin: 0 auto -34px;
    height: 34px; }
    .caseStudySlider .bx-wrapper .bx-controls .bx-pager {
      position: relative;
      bottom: 50px; }
      .caseStudySlider .bx-wrapper .bx-controls .bx-pager a {
        background: #999; }
      .caseStudySlider .bx-wrapper .bx-controls .bx-pager a.active {
        background: #fff; }
  .caseStudySlider .bx-wrapper .bx-controls-direction a {
    margin-top: -37.5px;
    width: 42px;
    height: 75px; }
  .caseStudySlider .bx-wrapper .bx-controls-direction .bx-prev {
    left: 50px;
    background: url("../images/arrow_left.png") no-repeat center center; }
  .caseStudySlider .bx-wrapper .bx-controls-direction .bx-next {
    right: 50px;
    background: url("../images/arrow_right.png") no-repeat center center; }

article.case {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 60px; }
  article.case img {
    position: relative;
    width: 100%;
    height: auto; }
  article.case h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50px;
    font-family: "proxima_nova_rgbold";
    font-size: 46px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-shadow: 1px 1px 1px #333; }
  article.case a.caseClickThrough {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin: 0 0 0 -125px;
    width: 250px;
    color: #fff;
    text-align: center; }

section.case {
  position: relative;
  width: 100%;
  margin: 60px 0 0 0;
  overflow: hidden;
  min-height: 540px; }
  section.case img.bk {
    position: relative;
    float: left;
    width: 100%;
    height: auto; }
  section.case img.feat {
    position: absolute;
    width: 980px;
    left: 50%;
    top: 0px;
    margin: 60px 0 60px -490px; }
    @media (min-width: 768px) and (max-width: 979px) {
      section.case img.feat {
        width: 748px;
        margin: 60px 0 60px -374px; } }

.contactBox {
  position: relative;
  overflow: hidden;
  margin: 20px 0 50px 0; }
  .contactBox .leftCol {
    position: relative;
    float: left;
    height: 440px;
    width: 33%;
    background: #4CBAEE; }
    .contactBox .leftCol p {
      color: #fff;
      text-align: left;
      width: 80%;
      margin: 10px 10%; }
    .contactBox .leftCol a {
      color: #fff;
      text-decoration: none; }
    .contactBox .leftCol ul {
      width: 80%;
      list-style: none;
      margin: 20px 10% 10px 10%; }
      .contactBox .leftCol ul li {
        line-height: 25px;
        margin: 0px;
        color: #fff;
        font-family: "proxima_nova_rgregular";
        font-size: 18px; }
    @media (max-width: 767px) {
      .contactBox .leftCol {
        width: 100%;
        text-align: center; }
        .contactBox .leftCol p {
          font-size: 18px;
          text-align: center; } }
  .contactBox .rightCol {
    position: relative;
    float: left;
    height: 440px;
    width: 67%;
    background: #2E3070; }
    @media (max-width: 767px) {
      .contactBox .rightCol {
        width: 100%;
        height: 500px; } }
  .contactBox h2 {
    font-family: "proxima_novalight";
    font-size: 38px;
    font-weight: 300;
    line-height: 46px;
    margin: 15px 0;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 6px;
    color: #fff; }
    @media (max-width: 767px) {
      .contactBox h2 {
        font-size: 32px;
        line-height: 40px; } }

form.contact-select-form {
  position: relative;
  width: 294px;
  height: 40px;
  margin: 20px auto 40px; }
  @media (min-width: 768px) and (max-width: 979px) {
    form.contact-select-form {
      width: 224px; } }
  @media (max-width: 767px) {
    form.contact-select-form {
      width: 100%; } }
  form.contact-select-form .select-surround {
    position: relative;
    float: left;
    left: -5px;
    overflow: hidden;
    width: 100%;
    height: 40px;
    color: #fff;
    background: url("../images/list_icon.png") no-repeat scroll 95% center #4CBAEE; }
    form.contact-select-form .select-surround select#servicePicker {
      position: relative;
      float: left;
      border: 0;
      color: #fff;
      width: 100%;
      background: transparent;
      font-size: 18px;
      line-height: 30px;
      padding: 4px 10px;
      -webkit-appearance: none; }
      @media (min-width: 768px) and (max-width: 979px) {
        form.contact-select-form .select-surround select#servicePicker {
          font-size: 13px; } }
    form.contact-select-form .select-surround option {
      color: #2E3070; }

.contactColRow {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 40px 0; }
  @media (max-width: 767px) {
    .contactColRow {
      margin: 0; }
      .contactColRow .col1 {
        width: 100%;
        margin: 0 0 20px 0; } }
  .contactColRow .col1 img {
    width: 100%;
    height: auto; }
  .contactColRow .col1 ul {
    list-style: none;
    margin: 20px 0 10px 0; }
    .contactColRow .col1 ul li {
      line-height: 25px;
      margin: 0px;
      color: #4CBAEE;
      font-family: "proxima_nova_rgregular";
      font-size: 16px; }
      .contactColRow .col1 ul li a {
        color: #4CBAEE;
        text-decoration: underline; }
    .contactColRow .col1 ul li.titleItem {
      color: #2E3070; }
    .contactColRow .col1 ul li.spacedItems {
      color: #2E3070;
      margin: 15px 0 0 0 !important; }

a.lBlue {
  color: #4CBAEE; }

.home-services-grid {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px; }

.home-services-grid .block {
  position: relative;
  float: left;
  width: 12.5%;
  width: 11.1%;
  width: 10%;
  width: 16.66%;
  transition: all 200ms ease-in-out;
  text-decoration: none;
  border-bottom: 3px solid transparent; }
  .home-services-grid .block .img-holder {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .home-services-grid .block .img-holder img {
      position: relative;
      width: 100%;
      display: block;
      transition: all 200ms ease-in-out; }
    .home-services-grid .block .img-holder .image-cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all 200ms ease-in-out;
      z-index: 1;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .home-services-grid .block:hover .img-holder img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .home-services-grid .block:hover .img-holder .image-cover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"; }
  .home-services-grid .block p {
    font-family: "proxima_nova_rgregular";
    font-size: 16px;
    line-height: 26px;
    color: #2E3070;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    margin: 20px 0;
    transition: all 200ms ease-in-out; }
  .home-services-grid .block:hover {
    border-bottom: 3px solid #4CBAEE; }

@media (max-width: 979px) and (min-width: 768px) {
  .home-services-grid .block {
    width: 20% !important; }
    .home-services-grid .block:hover {
      border-bottom: 3px solid transparent; } }
@media (max-width: 767px) {
  .home-services-grid {
    margin-top: 40px; }

  .home-services-grid .block {
    width: 50% !important; }
    .home-services-grid .block:hover {
      border-bottom: 3px solid transparent; } }
.brochure-downloads {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 60px;
  padding: 0 0 30px 0;
  border-bottom: 2px solid #4CBAEE; }
  @media (max-width: 767px) {
    .brochure-downloads {
      position: relative;
      width: 100%;
      height: auto;
      margin: 0 0 60px;
      padding: 30px 0;
      border-top: 2px solid #4CBAEE;
      border-bottom: 2px solid #4CBAEE; } }
  .brochure-downloads img {
    position: relative;
    width: 100%;
    height: auto; }
  .brochure-downloads h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50px;
    font-family: "proxima_nova_rgbold";
    font-size: 46px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-shadow: 1px 1px 1px #333;
    margin: 20px 0 0; }
    @media (max-width: 767px) {
      .brochure-downloads h2 {
        top: 20px;
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 3px; } }
  .brochure-downloads .center-two-buttons {
    position: absolute;
    width: 50%;
    overflow: hidden;
    bottom: 70px;
    left: 50%;
    margin-left: -25%; }
    .brochure-downloads .center-two-buttons a {
      position: relative;
      float: left;
      margin: 0 2.5%;
      width: 45%; }
    @media (min-width: 768px) and (max-width: 979px) {
      .brochure-downloads .center-two-buttons {
        width: 70% !important;
        bottom: 70px !important;
        left: 30% !important;
        margin-left: -15% !important; } }
    @media (max-width: 767px) {
      .brochure-downloads .center-two-buttons {
        width: 70% !important;
        bottom: 50px !important;
        left: 30% !important;
        margin-left: -15% !important; }
        .brochure-downloads .center-two-buttons a {
          width: 100%;
          margin: 10px 0 0;
          line-height: 25px;
          height: 25px;
          font-size: 12px; } }

.tolerances-grid {
  margin: 20px 0 10px; }
  .tolerances-grid .block p {
    color: #2E3070; }

table.blueTable {
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0; }
  table.blueTable tr td {
    font-size: 16px;
    line-height: 20px;
    font-family: "proxima_nova_rgregular";
    color: #2E3070;
    text-transform: uppercase;
    padding: 15px 10px; }

.sidebar-nav {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #4CBAEE;
  margin: 0 0 20px 0; }
  .sidebar-nav ul {
    list-style: none;
    width: 90%;
    margin: 15px 5%; }
    .sidebar-nav ul li {
      line-height: 50px;
      height: 50px; }
      .sidebar-nav ul li a {
        position: relative;
        float: left;
        display: block;
        width: 100%;
        line-height: 50px;
        height: 50px;
        font-size: 16px;
        font-family: "proxima_nova_rgregular";
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        border-bottom: 2px solid #fff;
        transition: padding .3s; }
        .sidebar-nav ul li a:hover {
          background: #8DD0EF;
          padding: 0 0 0 10px;
          transition: padding .3s; }
      .sidebar-nav ul li:last-child a {
        border-bottom: 0px solid #fff; }

.sidebar-form {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px; }
  .sidebar-form .display-box {
    position: relative;
    width: 100%;
    display: table;
    overflow: hidden;
    border-bottom: 2px solid #2E3070; }
    .sidebar-form .display-box img {
      position: relatvie;
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
    .sidebar-form .display-box p {
      position: relative;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      width: 60%;
      margin-left: 10%;
      text-transform: uppercase;
      font-size: 16px;
      font-family: "proxima_nova_rgregular";
      color: #2E3070; }
  .sidebar-form form {
    position: relative;
    width: 100%; }
    .sidebar-form form .select-surround {
      position: relative;
      float: left;
      overflow: hidden;
      width: 100%;
      height: 40px;
      color: #fff;
      margin: 10px 0;
      background: url("../images/list_icon.png") no-repeat scroll 95% center #4CBAEE; }
      .sidebar-form form .select-surround select {
        position: relative;
        float: left;
        border: 0;
        color: #fff;
        width: 100%;
        background: transparent;
        font-size: 16px;
        line-height: 30px;
        padding: 4px 10px;
        -webkit-appearance: none; }
        .sidebar-form form .select-surround select option {
          color: #2E3070; }
    .sidebar-form form label {
      position: relative;
      float: left;
      width: 100%;
      text-transform: uppercase;
      text-align: left;
      font-size: 16px;
      font-family: "proxima_nova_rgregular";
      color: #2E3070;
      margin: 10px 0; }
    .sidebar-form form .hidden-email-request input[type="text"] {
      position: relative;
      float: left;
      width: 100%;
      text-transform: uppercase;
      text-align: left;
      font-size: 16px;
      line-height: 18px;
      height: 40px;
      font-family: "proxima_nova_rgregular";
      color: #2E3070;
      border: 2px solid #4CBAEE;
      margin: 10px 0;
      padding: 6px 5px; }
    .sidebar-form form .hidden-email-request input[type="submit"] {
      position: relative;
      float: left;
      width: 100%;
      text-transform: uppercase;
      text-align: center;
      font-size: 16px;
      line-height: 18px;
      height: 40px;
      font-family: "proxima_nova_rgregular";
      color: #fff !important;
      background: #4CBAEE;
      margin: 0 0 10px 0;
      padding: 6px 8px;
      border: 0px; }
    .sidebar-form form input[type="text"] {
      position: relative;
      float: left;
      width: 100%;
      text-transform: uppercase;
      text-align: left;
      font-size: 16px;
      line-height: 18px;
      height: 40px;
      font-family: "proxima_nova_rgregular";
      color: #fff !important;
      background: #4CBAEE;
      margin: 10px 0;
      padding: 6px 8px;
      border: 0px; }

.sidebar-button {
  position: relative;
  float: left;
  width: 100%;
  margin: 20px 0;
  padding: 10px;
  background: #2E3070;
  text-decoration: none; }
  .sidebar-button p {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left !important;
    width: 65%;
    color: #fff !important;
    margin: 0px !important; }
  .sidebar-button img {
    position: relative;
    float: right;
    width: auto;
    height: 50px;
    outline: none; }

.cal-grid {
  position: relative; }
  .cal-grid .row {
    position: relative;
    width: 100%;
    margin: 10px 0;
    overflow: hidden; }
  .cal-grid .cal-block {
    position: relative;
    float: left;
    width: 142.5px;
    margin-right: 20px;
    text-decoration: none; }
    @media (min-width: 768px) and (max-width: 979px) {
      .cal-grid .cal-block {
        width: 45%;
        margin: 0 2.5%; } }
    @media (max-width: 767px) {
      .cal-grid .cal-block {
        width: 45%;
        margin: 0 2.5%; } }
    .cal-grid .cal-block img {
      width: 100%;
      outline: none; }
    .cal-grid .cal-block p {
      position: relative;
      width: 100%;
      margin: 10px 0;
      font-size: 16px;
      line-height: 20px;
      font-family: "proxima_nova_rgregular";
      color: #2E3070;
      text-transform: uppercase;
      text-align: center !important;
      text-decoration: none; }
      @media (min-width: 768px) and (max-width: 979px) {
        .cal-grid .cal-block p {
          min-height: 40px; } }
      @media (max-width: 767px) {
        .cal-grid .cal-block p {
          min-height: 40px; } }
  .cal-grid .no-cal-margin {
    margin-right: 0px; }

.jobVacanciesContent h2 {
  font-family: "proxima_novalight";
  font-size: 30px;
  font-weight: 300;
  line-height: 44px;
  margin: 50px 0 30px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  padding: 0 0 5px 0;
  color: #2E3070; }
  @media (max-width: 767px) {
    .jobVacanciesContent h2 {
      font-size: 20px;
      line-height: 30px; } }
.jobVacanciesContent h3 {
  font-family: "proxima_novalight";
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
  margin: 30px 0 30px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  padding: 0 0 5px 0;
  color: #2E3070; }
.jobVacanciesContent hr {
  display: block;
  height: 2px;
  width: 60%;
  border: 0;
  border-top: 2px solid #30a8df;
  margin: 50px 20% 0 20%;
  padding: 0; }
.jobVacanciesContent p {
  font-size: 18px;
  line-height: 26px;
  font-family: "proxima_nova_rgregular";
  color: #2E3070; }
.jobVacanciesContent b {
  font-family: "proxima_nova_rgbold";
  color: #2E3070; }
.jobVacanciesContent a {
  color: #2E3070;
  text-decoration: underline; }
.jobVacanciesContent ul {
  position: relative;
  list-style-type: square;
  list-style-position: inside;
  margin: 24px 0 24px 20px; }
  .jobVacanciesContent ul li {
    margin: 6px 0;
    font-size: 18px;
    line-height: 26px;
    font-family: "proxima_nova_rgregular";
    color: #2E3070; }
    @media (min-width: 768px) and (max-width: 979px) {
      .jobVacanciesContent ul li {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .jobVacanciesContent ul li {
        font-size: 14px; } }
.jobVacanciesContent a.more-info {
  display: block;
  text-align: center;
  color: #4CBAEE;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  border: 2px solid #4CBAEE;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  text-decoration: none; }
  @media (max-width: 767px) {
    .jobVacanciesContent a.more-info {
      font-size: 24px;
      line-height: 28px; } }
.jobVacanciesContent img.align-center {
  position: relative;
  width: 100% !important;
  height: auto !important; }
.jobVacanciesContent img.align-left {
  position: relative;
  float: left;
  margin: 0 40px 40px 0; }
.jobVacanciesContent img.align-right {
  position: relative;
  float: right;
  margin: 0 0 40px 40px; }

.markets-grid {
  position: relative;
  width: 100%; }
  .markets-grid .markets-row {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px 0; }
    .markets-grid .markets-row img {
      position: relative;
      float: left;
      width: 30%;
      margin-right: 5%; }
      @media (max-width: 767px) {
        .markets-grid .markets-row img {
          width: 100%;
          margin: 0 0 20px 0; } }
    .markets-grid .markets-row .markets-row-content {
      position: relative;
      float: left;
      width: 65%; }
      @media (max-width: 767px) {
        .markets-grid .markets-row .markets-row-content {
          width: 100%; } }
      .markets-grid .markets-row .markets-row-content h2 {
        font-family: "proxima_novalight";
        font-size: 28px;
        font-weight: 300;
        line-height: 40px;
        margin: -8px 0 15px;
        text-transform: uppercase;
        text-align: left;
        letter-spacing: 6px;
        padding: 0 0 5px 0;
        color: #4CBAEE; }
      .markets-grid .markets-row .markets-row-content p {
        text-align: left;
        font-size: 18px;
        line-height: 26px;
        font-family: "proxima_nova_rgregular";
        color: #2E3070;
        margin: 0 0 20px 0; }
      .markets-grid .markets-row .markets-row-content b {
        font-family: "proxima_nova_rgbold";
        color: #2E3070; }
      .markets-grid .markets-row .markets-row-content a {
        color: #2E3070;
        text-decoration: underline; }
      .markets-grid .markets-row .markets-row-content ul {
        position: relative;
        list-style-type: square;
        margin: 24px 0 24px 40px; }
        .markets-grid .markets-row .markets-row-content ul li {
          margin: 6px 0;
          font-size: 18px;
          line-height: 26px;
          font-family: "proxima_nova_rgregular";
          color: #2E3070; }

.newsGrid {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .newsGrid .block {
    position: relative;
    float: left;
    width: 27%;
    margin: 0 3% 20px; }
    @media (max-width: 767px) {
      .newsGrid .block {
        width: 100%;
        margin: 10px 0; } }
    .newsGrid .block img {
      width: 100%;
      margin: 0 0 30px; }
      @media (max-width: 767px) {
        .newsGrid .block img {
          float: left;
          width: 30%;
          margin: 0 5% 0 0; } }
    .newsGrid .block h3 {
      width: 100%;
      font-family: "proxima_nova_rgregular";
      font-size: 22px;
      line-height: 28px;
      color: #4CBAEE;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin: 0 0 20px 0; }
      @media (max-width: 767px) {
        .newsGrid .block h3 {
          float: right;
          font-size: 16px;
          line-height: 20px;
          margin: 0 0 10px 0 !important;
          text-align: left !important;
          width: 65%; } }
    .newsGrid .block p {
      width: 100%;
      font-family: "proxima_nova_rgregular";
      font-size: 18px;
      line-height: 26px;
      color: #2E3070;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 979px) {
        .newsGrid .block p {
          font-size: 14px;
          line-height: 24px; } }
      @media (max-width: 767px) {
        .newsGrid .block p {
          float: right;
          font-size: 13px;
          line-height: 16px;
          text-align: left;
          width: 65%; } }
    .newsGrid .block a {
      text-decoration: none;
      color: #4CBAEE; }
    .newsGrid .block a:hover {
      cursor: pointer;
      text-decoration: underline; }
    .newsGrid .block .date {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 80px;
      width: 80px;
      padding: 20px 10px;
      background: #4CBAEE; }
      @media (max-width: 767px) {
        .newsGrid .block .date {
          height: 60px;
          width: 60px; } }
      .newsGrid .block .date p {
        color: #fff;
        width: 100%;
        height: 20px;
        line-height: 30px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin: 0px; }
        @media (max-width: 767px) {
          .newsGrid .block .date p {
            line-height: 10px; } }
      .newsGrid .block .date p.day {
        font-size: 26px;
        font-family: "proxima_nova_rgregular"; }
        @media (max-width: 767px) {
          .newsGrid .block .date p.day {
            font-size: 20px !important; } }
      .newsGrid .block .date p.month {
        font-size: 20px;
        font-family: "proxima_novalight"; }
        @media (max-width: 767px) {
          .newsGrid .block .date p.month {
            font-size: 16px !important; } }

.newsSide {
  position: relative;
  width: 100%;
  padding: 20px;
  margin: 0 0 60px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .newsSide {
      display: none; } }
  .newsSide p.sideTitle {
    font-family: "proxima_novalight";
    line-height: 30px;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: left;
    color: #fff;
    margin: 10px 0 20px; }
  .newsSide ul {
    list-style: none;
    margin: 0px; }
    .newsSide ul li {
      width: 100%;
      line-height: 24px;
      min-height: 32px;
      height: auto;
      position: relative;
      float: left; }
      .newsSide ul li a {
        float: left;
        width: 100%;
        min-height: 40px;
        line-height: 22px;
        font-size: 15px;
        border-bottom: 1px solid #fff;
        color: #fff;
        font-family: "proxima_nova_rgregular";
        text-align: left;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 2px;
        padding: 8px 0px; }
        @media (min-width: 768px) and (max-width: 979px) {
          .newsSide ul li a {
            line-height: 20px;
            font-size: 12px; } }
    .newsSide ul li:last-child a:last-child {
      border: 0px !important; }

.lbSide {
  background: #4CBAEE; }

.dbSide {
  background: #2E3070; }

article.snippet {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 60px 0; }
  article.snippet img {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 20px; }
  article.snippet .date {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 80px;
    width: 80px;
    padding: 20px 10px;
    background: #4CBAEE; }
    @media (max-width: 767px) {
      article.snippet .date {
        height: 60px;
        width: 60px; } }
    article.snippet .date p {
      color: #fff;
      width: 100%;
      height: 20px;
      line-height: 30px;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 3px;
      margin: 0px; }
      @media (max-width: 767px) {
        article.snippet .date p {
          line-height: 10px; } }
    article.snippet .date p.day {
      font-size: 26px;
      font-family: "proxima_nova_rgregular"; }
      @media (max-width: 767px) {
        article.snippet .date p.day {
          font-size: 20px !important; } }
    article.snippet .date p.month {
      font-size: 20px;
      font-family: "proxima_novalight"; }
      @media (max-width: 767px) {
        article.snippet .date p.month {
          font-size: 16px !important; } }
  article.snippet h1 {
    font-family: "proxima_novalight";
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    margin: 5px 0 15px 0;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 3px; }
  article.snippet p {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-family: "proxima_nova_rgregular";
    margin: 0 0 15px;
    text-align: left; }
  article.snippet a {
    color: #4CBAEE;
    text-decoration: none; }

article.news {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 30px 0; }
  article.news h1 {
    position: relative;
    width: 100%;
    font-size: 36px;
    line-height: 46px;
    font-family: "proxima_novalight";
    color: #4CBAEE;
    margin: 20px 0; }
  article.news p.info {
    position: relative;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    font-family: "proxima_nova_rgregular";
    color: #2E3070;
    margin: 0 0 30px 0; }
    article.news p.info b {
      color: #4CBAEE; }
  article.news p {
    text-align: left !important; }
  article.news a {
    color: #4CBAEE;
    text-decoration: none; }

.pagination_links {
  margin: 0 0 20px 0;
  position: relative;
  float: left; }
  .pagination_links a {
    position: relative;
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 16px;
    font-family: "proxima_nova_rgregular";
    text-decoration: none;
    color: #fff;
    background: #4CBAEE;
    text-align: center;
    margin-right: 5px; }
    .pagination_links a:hover {
      background: #2E3070; }
  .pagination_links .pageActive {
    background: #2E3070; }

.contactBlock {
  background: url("../images/contact.jpg") no-repeat center center;
  background-size: cover; }
  .contactBlock .tagLine {
    position: relative;
    clear: both;
    width: 100%;
    height: 30px;
    margin: 30px 0;
    font-family: "proxima_nova_rgregular";
    font-size: 14px;
    line-height: 26px;
    color: #4CBAEE;
    letter-spacing: 1px; }
    .contactBlock .tagLine span.whiteTag {
      color: #fff; }
      .contactBlock .tagLine span.whiteTag a {
        text-decoration: none;
        color: #fff; }
      .contactBlock .tagLine span.whiteTag a:hover {
        text-decoration: underline; }

.mailingList {
  background: #2E3070 url("../images/newsletter_repeat.png") repeat center center; }
  .mailingList p {
    color: #fff !important; }

.twitterBlock {
  background: #4CBAEE url("../images/twitter_repeat.png") repeat center center;
  background-size: auto 100%; }

.twitterGrid .block {
  position: relative;
  float: left;
  width: 27%;
  margin: 0 3% 20px; }
  .twitterGrid .block img {
    width: 100%;
    margin: 0 0 20px; }
  .twitterGrid .block h3 {
    width: 100%;
    font-family: "proxima_nova_rgregular";
    font-size: 20px;
    line-height: 26px;
    color: #2E3070;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 10px 0; }
  .twitterGrid .block p {
    width: 100%;
    font-family: "proxima_nova_rgregular";
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 979px) {
      .twitterGrid .block p {
        font-size: 14px;
        line-height: 24px; } }
  .twitterGrid .block a {
    text-decoration: none;
    color: #2E3070; }
  .twitterGrid .block a:hover {
    cursor: pointer;
    text-decoration: underline; }
  @media (max-width: 767px) {
    .twitterGrid .block {
      width: 100%;
      margin: 10px 0; } }

.servicesGrid {
  position: relative;
  width: 100%;
  margin: 0 0 30px 0;
  overflow: hidden;
  -webkit-transform: translateZ(0px); }
  .servicesGrid .block {
    position: relative;
    float: left;
    display: block;
    width: 25%;
    height: auto;
    text-decoration: none;
    overflow: hidden; }
    @media (max-width: 767px) {
      .servicesGrid .block {
        width: 50%; } }
    .servicesGrid .block img.grad {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 0 !important; }
    .servicesGrid .block img {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .servicesGrid .block p {
      position: absolute;
      bottom: 40px;
      left: 0px;
      width: 90%;
      margin: 0 5%;
      font-size: 15px;
      line-height: 20px;
      color: #fff;
      font-family: "proxima_nova_rgregular";
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 2px;
      z-index: 1; }
      @media (min-width: 768px) and (max-width: 979px) {
        .servicesGrid .block p {
          bottom: 12px !important;
          font-size: 10px !important; } }
      @media (max-width: 767px) {
        .servicesGrid .block p {
          bottom: 20px;
          font-size: 12px;
          line-height: 18px; } }
  .servicesGrid .largeBlock {
    width: 50%;
    background: url("../images/home_ourmission_bkgd.jpg") no-repeat !important;
    background-size: 100% 100% !important; }
    @media (max-width: 767px) {
      .servicesGrid .largeBlock {
        width: 100%; } }
    .servicesGrid .largeBlock .table {
      position: absolute;
      display: table;
      width: 100%;
      height: 100%; }
      .servicesGrid .largeBlock .table .tableCell {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 100%; }
        .servicesGrid .largeBlock .table .tableCell h2 {
          position: relative;
          position: relative;
          font-family: "proxima_novalight";
          font-size: 42px;
          font-weight: 300;
          line-height: 60px;
          margin: 50px 0 60px;
          text-transform: uppercase;
          text-align: center;
          letter-spacing: 6px;
          padding: 20px 0 5px 0;
          color: #fff;
          background: url("../images/line_w.jpg") no-repeat center bottom;
          background: url("../images/line_w.jpg") no-repeat center bottom; }
        .servicesGrid .largeBlock .table .tableCell p {
          position: relative;
          padding: 0 5px;
          color: #fff;
          margin: 0 auto 10px auto; }
          @media (max-width: 767px) {
            .servicesGrid .largeBlock .table .tableCell p {
              bottom: 20px;
              font-size: 10px !important;
              line-height: 15px !important; } }
  .servicesGrid .wBlock {
    background: #fff; }
    .servicesGrid .wBlock p {
      color: #2E3070; }
  .servicesGrid .moreInfoBlock {
    background: url("../images/more-info-bk.jpg") no-repeat !important;
    background-size: cover !important; }
    .servicesGrid .moreInfoBlock p {
      bottom: 0px; }
      @media (min-width: 768px) and (max-width: 979px) {
        .servicesGrid .moreInfoBlock p {
          bottom: 0px !important; } }
      @media (max-width: 767px) {
        .servicesGrid .moreInfoBlock p {
          bottom: 0px !important; } }
      .servicesGrid .moreInfoBlock p span.big-button {
        position: relative;
        bottom: 0px;
        font-family: "proxima_novalight";
        font-size: 30px;
        font-weight: 300;
        line-height: 40px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 6px;
        color: #fff;
        border: 2px solid #fff;
        padding: 20px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        text-decoration: none; }
        @media (min-width: 768px) and (max-width: 979px) {
          .servicesGrid .moreInfoBlock p span.big-button {
            font-size: 20px;
            line-height: 24px;
            padding: 10px; } }
        @media (max-width: 767px) {
          .servicesGrid .moreInfoBlock p span.big-button {
            font-size: 18px;
            line-height: 20px;
            padding: 10px; } }
        @media (max-width: 480px) {
          .servicesGrid .moreInfoBlock p span.big-button {
            font-size: 20px;
            line-height: 24px;
            padding: 10px;
            border: none; } }

.vimeo {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0; }
  .vimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.serviceBodyContent h2 {
  font-family: "proxima_novalight";
  font-size: 30px;
  font-weight: 300;
  line-height: 44px;
  margin: 50px 0 30px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  padding: 0 0 5px 0;
  color: #2E3070; }
  @media (max-width: 767px) {
    .serviceBodyContent h2 {
      font-size: 20px;
      line-height: 30px; } }
.serviceBodyContent h3 {
  font-family: "proxima_novalight";
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
  margin: 30px 0 30px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  padding: 0 0 5px 0;
  color: #2E3070; }
.serviceBodyContent hr {
  display: block;
  height: 2px;
  width: 60%;
  border: 0;
  border-top: 2px solid #30a8df;
  margin: 50px 20% 0 20%;
  padding: 0; }
.serviceBodyContent p {
  text-align: left !important;
  font-size: 18px;
  line-height: 26px;
  font-family: "proxima_nova_rgregular";
  color: #2E3070; }
.serviceBodyContent b {
  font-family: "proxima_nova_rgbold";
  color: #2E3070; }
.serviceBodyContent a {
  color: #2E3070;
  text-decoration: underline; }
.serviceBodyContent ul {
  position: relative;
  list-style-type: square;
  list-style-position: inside;
  margin: 24px 0 24px 20px; }
  .serviceBodyContent ul li {
    margin: 6px 0;
    font-size: 18px;
    line-height: 26px;
    font-family: "proxima_nova_rgregular";
    color: #2E3070; }
    @media (min-width: 768px) and (max-width: 979px) {
      .serviceBodyContent ul li {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .serviceBodyContent ul li {
        font-size: 14px; } }
.serviceBodyContent a.more-info {
  display: block;
  text-align: center;
  color: #4CBAEE;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  border: 2px solid #4CBAEE;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  text-decoration: none; }
  @media (max-width: 767px) {
    .serviceBodyContent a.more-info {
      font-size: 24px;
      line-height: 28px; } }
.serviceBodyContent img.align-center {
  position: relative;
  width: 100% !important;
  height: auto !important; }
.serviceBodyContent img.align-left {
  position: relative;
  float: left;
  margin: 0 40px 40px 0; }
.serviceBodyContent img.align-right {
  position: relative;
  float: right;
  margin: 0 0 40px 40px; }

ul.sitemap {
  float: left; }

ul.sitemap, ul.sitemap ul {
  margin: 15px 0 15px 20px;
  list-style-type: square; }

ul.sitemap li, ul.sitemap ul li {
  color: #2E3070;
  font-size: 15px;
  line-height: 22px;
  margin: 4px 0 0 15px;
  font-family: 'proxima_nova_rgregular'; }

ul.sitemap li a, ul.sitemap ul li a {
  color: #2E3070;
  text-decoration: underline; }

.desktop {
  display: block; }

.mobile {
  display: none; }

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 3px #999;
  background: #fff;
  z-index: 2; }

.center {
  position: relative;
  width: 980px;
  margin: 0 auto;
  overflow: hidden; }
  .center p {
    font-family: "proxima_nova_rgregular";
    font-size: 18px;
    line-height: 26px;
    color: #2E3070;
    text-align: center;
    margin: 0 0 20px 0; }
  .center img {
    max-width: 100%; }
  .center .col-1, .center .col-2 {
    position: relative;
    float: right; }
    .center .col-1 > p, .center .col-2 > p {
      text-align: left !important; }
      .center .col-1 > p.light-blue, .center .col-2 > p.light-blue {
        color: #4CBAEE; }
    .center .col-1 h3, .center .col-2 h3 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 10px;
      text-transform: uppercase;
      text-align: left;
      color: #2E3070; }
  .center .col-1 {
    width: 315px;
    margin: 0 0 0 35px; }
    @media (min-width: 768px) and (max-width: 979px) {
      .center .col-1 {
        width: 241px;
        margin: 0 0 0 25px; } }
    @media (max-width: 767px) {
      .center .col-1 {
        width: 100%;
        margin: 0 0 20px 0; } }
  .center .col-2 {
    width: 630px; }
    @media (min-width: 768px) and (max-width: 979px) {
      .center .col-2 {
        width: 482px; } }
    @media (max-width: 767px) {
      .center .col-2 {
        width: 100%; } }

.full {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .full > img {
    width: 100%; }

.banner img {
  width: 100%;
  height: auto; }

.hiddenNavWrapper {
  position: absolute;
  width: 1000px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  background: #ffffff;
  display: none;
  z-index: 1; }

.hiddenNavWrapper ul {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  margin: 0px;
  list-style: none;
  z-index: 1;
  overflow: hidden; }

.hiddenNavWrapper ul li {
  float: left;
  line-height: 24px;
  height: 34px;
  width: 100%;
  margin: 0px 0 10px; }

.hiddenNavWrapper ul li a {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #4CBAEE;
  font-family: "proxima_nova_rgregular";
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
  text-transform: uppercase; }

.hiddenNavWrapper ul li ul.sub, .hiddenNavWrapper ul li ul.sub li ul.subsub {
  position: absolute;
  top: 0px;
  min-height: 100%;
  height: auto;
  right: -200px;
  width: 200px;
  margin: 0px;
  list-style: none;
  background: #fff; }

.hiddenNavWrapper ul li ul.sub {
  z-index: 2; }

.hiddenNavWrapper ul li ul.sub li ul.subsub {
  z-index: 3; }

.breadcrumbs {
  position: relative;
  width: 980px;
  height: 40px;
  margin: 10px auto 0;
  text-transform: uppercase; }
  .breadcrumbs p {
    font-size: 15px;
    line-height: 40px;
    color: #2E3070;
    font-family: "proxima_novalight";
    letter-spacing: 1px; }
    .breadcrumbs p span {
      display: inline-block;
      color: #4CBAEE !important;
      padding: 0 10px; }
  .breadcrumbs a {
    color: #2E3070;
    text-decoration: none; }

.centerButton, .whiteButton, .dblueButton {
  margin: 20px auto;
  display: block;
  width: 250px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-family: "proxima_nova_rgregular";
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

.whiteButton {
  color: #fff;
  border: 2px solid #fff; }

.dblueButton {
  color: #2E3070;
  border: 2px solid #2E3070;
  margin-bottom: 80px; }

hr.blue {
  position: relative;
  width: 100%;
  margin: 30px 0;
  border: 0px;
  border-bottom: 2px solid #4CBAEE; }

.col, .col1, .col2, .col3, .colSplit {
  position: relative;
  float: left; }

.col1 {
  width: 30%;
  margin: 0 1.5%; }

.col2 {
  width: 63%;
  margin: 0 1.5%; }

.col3 {
  width: 97%;
  margin: 0 1.5%; }

.colSplit {
  width: 45%;
  margin: 0 2.5%;
  padding: 0 15px; }

.sectionH1, h1.blueH1 {
  font-family: "proxima_novalight";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  margin: 50px 0 60px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  padding: 0 0 5px 0; }

h1.blueH1 {
  color: #2E3070;
  background: url("../images/line_lb.jpg") no-repeat center bottom; }

.sectionH2, h2.blueH2, h2.whiteH2LB, h2.whiteH2DB {
  font-family: "proxima_novalight";
  font-size: 34px;
  font-weight: 300;
  line-height: 50px;
  margin: 50px 0 60px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  padding: 0 0 5px 0; }

h2.blueH2 {
  color: #2E3070;
  background: url("../images/line_lb.jpg") no-repeat center bottom; }

h2.whiteH2LB {
  color: #fff;
  background: url("../images/line_lb.jpg") no-repeat center bottom; }

h2.whiteH2DB {
  color: #fff;
  background: url("../images/line_db.jpg") no-repeat center bottom; }

h3 {
  font-family: "proxima_novalight";
  font-size: 34px;
  font-weight: 300;
  line-height: 44px;
  margin: 30px 0 30px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px; }
  @media (min-width: 768px) and (max-width: 979px) {
    h3 {
      font-size: 28px !important;
      line-height: 38px !important; } }
  @media (max-width: 767px) {
    h3 {
      font-size: 20px !important;
      line-height: 32px !important;
      letter-spacing: 3px !important; } }

.bx-controls-direction a {
  z-index: 10 !important; }

#heroSlider {
  visibility: hidden; }
  #heroSlider li img {
    width: 100%;
    height: auto; }

.heroSlider .table {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 1;
  visibility: hidden; }
  .heroSlider .table .tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%; }
    .heroSlider .table .tableCell h1 {
      font-family: "proxima_novalight";
      font-size: 64px;
      font-weight: 100;
      line-height: 80px;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 12px;
      text-shadow: 2px 2px 2px #333; }
.heroSlider .bx-wrapper {
  margin: 0 auto 30px; }
  .heroSlider .bx-wrapper .bx-viewport {
    left: 0px;
    -moz-box-shadow: 0 0 0 #ccc;
    -webkit-box-shadow: 0 0 0 #ccc;
    box-shadow: 0 0 0 #ccc;
    border: 0 solid #fff; }
  .heroSlider .bx-wrapper .bx-controls {
    position: static;
    margin: 0 auto -50px;
    height: 34px; }
    .heroSlider .bx-wrapper .bx-controls .bx-pager {
      position: relative;
      bottom: 50px; }
      .heroSlider .bx-wrapper .bx-controls .bx-pager a {
        background: #999;
        z-index: 10; }
      .heroSlider .bx-wrapper .bx-controls .bx-pager a.active {
        background: #fff; }
  .heroSlider .bx-wrapper .bx-controls-direction a {
    margin-top: -37.5px;
    width: 42px;
    height: 75px; }
  .heroSlider .bx-wrapper .bx-controls-direction .bx-prev {
    left: 50px;
    background: url("../images/arrow_left.png") no-repeat center center; }
  .heroSlider .bx-wrapper .bx-controls-direction .bx-next {
    right: 50px;
    background: url("../images/arrow_right.png") no-repeat center center; }

.getQuote {
  background: url("../images/barnshaws_blue_map.jpg") no-repeat center center;
  background-size: cover; }

.quoteGrid {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 60px 0; }
  .quoteGrid .block {
    position: relative;
    float: left;
    width: 27%;
    margin: 0 3% 20px; }
    .quoteGrid .block img {
      width: 100%;
      margin: 0 0 30px; }
    .quoteGrid .block ul {
      list-style: none; }
      .quoteGrid .block ul li {
        width: 100%;
        margin: 5px 0;
        font-family: "proxima_nova_rgregular";
        font-size: 18px;
        line-height: 26px;
        color: #fff;
        text-shadow: 1px 1px 1px #333;
        text-align: center; }
        .quoteGrid .block ul li a {
          text-decoration: none;
          color: #fff; }
          .quoteGrid .block ul li a:hover {
            cursor: pointer;
            text-decoration: underline; }

.logos {
  padding: 60px 0; }
  .logos a {
    position: relative;
    float: left;
    width: 11%;
    width: 9.5%;
    width: 8.5%;
    //width: 7.5%;
    //width: 8.09%;
    margin: 0 .75%;
    //margin: 0 .5%;
    height: auto; }
    .logos a img {
      position: relative;
      width: 100%; }

.guarantee {
  background: url("../images/guarantee.jpg") no-repeat center center;
  background-size: cover;
  padding: 30px 0; }
  .guarantee p {
    color: #fff;
    letter-spacing: 1px; }
  .guarantee a {
    margin: 40px auto 10px; }

.socialBox {
  position: relative;
  margin: 10px auto 20px;
  width: 360px;
  height: 40px;
  overflow: hidden; }
  .socialBox a {
    position: relative;
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    text-indent: -9999px; }
  .socialBox .facebook {
    background: url("../images/icon_facebook.png") no-repeat center center; }
  .socialBox .twitter {
    background: url("../images/icon_twitter.png") no-repeat center center; }
  .socialBox .linkedin {
    background: url("../images/icon_linkedin.png") no-repeat center center; }
  .socialBox .youtube {
    background: url("../images/icon_youtube.png") no-repeat center center; }
  .socialBox .flickr {
    background: url("../images/icon_flickr.png") no-repeat center center; }
  .socialBox .pinterest {
    background: url("../images/icon_pinterest.png") no-repeat center center; }

.footerTag {
  position: relative;
  float: left;
  font-family: "proxima_novalight";
  font-size: 14px !important;
  line-height: 40px;
  width: 90%;
  text-align: center;
  text-transform: uppercase;
  color: #4CBAEE !important;
  margin: 10px 5% !important; }
  @media (max-width: 767px) {
    .footerTag {
      font-size: 12px !important;
      line-height: 25px !important; } }
  .footerTag b {
    color: #4CBAEE; }
  .footerTag a {
    text-decoration: none;
    color: #4CBAEE; }

@media (max-width: 979px) and (min-width: 768px) {
  .center {
    width: 748px; }
    .center p {
      font-size: 14px; }

  .breadcrumbs {
    width: 748px; }
    .breadcrumbs a {
      font-size: 13px; }

  .sectionH1, h1.blueH1, .sectionH2, h2.blueH2, h2.whiteH2LB, h2.whiteH2DB {
    margin: 30px 0 40px; }

  .heroSlider h1 {
    font-size: 44px !important;
    line-height: 60px !important;
    letter-spacing: 6px !important; }

  .largeBlock .table .tableCell h2 {
    font-size: 32px !important;
    line-height: 40px !important;
    margin: 50px 0 30px !important; } }
@media (max-width: 767px) {
  .desktop {
    display: none; }

  .mobile {
    display: block; }

  #wrapper {
    width: 100%;
    max-width: 480px;
    margin: 0 auto; }

  .full {
    width: 100%;
    max-width: 480px;
    margin: 0 auto; }

  .center {
    width: 90%;
    max-width: 432px; }
    .center p {
      font-size: 14px; }

  .breadcrumbs {
    width: 90%;
    margin: 0 5%; }
    .breadcrumbs a {
      font-size: 13px; }

  .full > h1, .full > h2 {
    width: 90%;
    margin-left: 5% !important;
    margin-right: 5% !important; }

  .sectionH1, h1.blueH1, .sectionH2, h2.blueH2, h2.whiteH2LB, h2.whiteH2DB {
    margin: 20px 0 20px; }

  .sectionH1, h1.blueH1 {
    font-size: 30px;
    line-height: 40px; }

  .sectionH2, h2.blueH2, h2.whiteH2LB, h2.whiteH2DB {
    font-size: 24px;
    line-height: 32px; }

  .heroSlider h1 {
    margin: -30px 0 0 0;
    font-size: 26px !important;
    line-height: 34px !important;
    letter-spacing: 3px !important; }
  .heroSlider .bx-controls-direction {
    display: none; }

  .largeBlock .table .tableCell h2 {
    font-size: 24px !important;
    line-height: 30px !important;
    margin: 20px 0 30px !important; }
  .largeBlock .table .tableCell p {
    font-size: 11px !important;
    line-height: 18px !important; }

  .circleGrid .block p {
    font-size: 12px; }

  .cgFour .block {
    width: 45%;
    margin: 15px 2.5%; }

  .caseStudySlider img {
    min-height: 240px;
    width: auto !important;
    max-width: 200% !important; }
  .caseStudySlider .bx-controls-direction {
    display: none; }
  .caseStudySlider h3 {
    font-size: 22px !important;
    line-height: 25px !important;
    top: -10px !important; }
    .caseStudySlider h3 .caseSub {
      font-size: 20px !important;
      line-height: 22px !important; }
  .caseStudySlider .buttonBox {
    bottom: 45px !important; }
    .caseStudySlider .buttonBox .lineButton {
      width: 230px !important;
      height: 30px !important;
      line-height: 30px !important; }
    .caseStudySlider .buttonBox .arrowButton {
      display: none !important; }

  .colSplit {
    width: 100%;
    padding: 0px; }

  article.case {
    margin: 0 0 30px 0; }
    article.case img {
      width: auto;
      max-height: 300px; }
    article.case h2 {
      font-size: 30px;
      line-height: 34px; }

  section.case {
    margin: 30px 0 0 0;
    min-height: 210px; }
    section.case img.bk {
      width: 100%;
      height: auto; }
    section.case img.feat {
      width: 90%;
      left: 5%;
      margin: 25px 0; }

  .col1 {
    width: 100%; }

  .col2 {
    width: 100%; }

  .logos a {
    width: 22%;
    width: 30%;
    margin: 0 1.5%; }

  .quoteGrid .block {
    width: 96%; }

  .socialBox {
    width: 180px;
    height: 110px; }
    .socialBox a {
      background-size: 100% 100% !important;
      margin: 10px; }
    .socialBox .facebook {
      background: url("../images/icon_facebook_retina.png") no-repeat center center; }
    .socialBox .twitter {
      background: url("../images/icon_twitter_retina.png") no-repeat center center; }
    .socialBox .linkedin {
      background: url("../images/icon_linkedin_retina.png") no-repeat center center; }
    .socialBox .youtube {
      background: url("../images/icon_youtube_retina.png") no-repeat center center; }
    .socialBox .flickr {
      background: url("../images/icon_flickr_retina.png") no-repeat center center; }
    .socialBox .pinterest {
      background: url("../images/icon_pinterest_retina.png") no-repeat center center; } }

/*# sourceMappingURL=style.css.map */


@media (max-width: 979px) and (min-width: 768px) {
	header.header a.logo {
		
		background-size: 180px 55px;
    	width: 180px;
		
	}
}