/*!
Theme Name: Titchmarsh & Bagley
Theme URI: https://www.titchmarshandbagley.com
Author: Bowden IT Services
Author URI: https://bowdenitservices.com/
Description: A WordPress theme for the Titchmarsh & Bagley website.
Version: 1.0
Text Domain: barebones
*/
/**
 * Colours
 */
/**
 * Typography
 */
/**
 * Breakpoints
 */
/**
 * Grid
 */
/**
 * Components
 */
/**
 * Animations
 */
/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
/**
 * Default variables and helper mixins
 */
/**
 * Space between columns
 */
/**
 * Max width of container
 */
/**
 * Number of total columns
 */
/**
 * Breakpoints
 */
/**
 * Grid loop mixin
 */
/**
 * Clearfix
 */
/**
 * Grid scaffolding
 */
@import "https://fonts.googleapis.com/css?family=Raleway:400,400i,700,800";
@import "https://fonts.googleapis.com/css?family=Raleway:400,400i,700,800";
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.row {
  list-style: none;
  margin-left: -18px; }
  .row:not(.row--flex):before, .row:not(.row--flex):after {
    content: " ";
    display: table; }
  .row:not(.row--flex):after {
    clear: both; }
  .row.row--gutterless {
    margin-left: 0; }
  .row.row--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.col {
  float: left;
  padding-left: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .row--gutterless .col {
    padding-left: 0; }

/**
 * Columns generator
 */
@media only screen and (min-width: 1025px) {
  .col--lg-offset-0 {
    margin-left: 0%; }
  .col--lg-1 {
    width: 8.33333%; }
    .row--flex .col--lg-1 {
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
      max-width: 8.33333%;
      width: auto;
      float: none; }
  .col--lg-offset-1 {
    margin-left: 8.33333%; }
  .col--lg-2 {
    width: 16.66667%; }
    .row--flex .col--lg-2 {
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
      max-width: 16.66667%;
      width: auto;
      float: none; }
  .col--lg-offset-2 {
    margin-left: 16.66667%; }
  .col--lg-3 {
    width: 25%; }
    .row--flex .col--lg-3 {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%;
      width: auto;
      float: none; }
  .col--lg-offset-3 {
    margin-left: 25%; }
  .col--lg-4 {
    width: 33.33333%; }
    .row--flex .col--lg-4 {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      max-width: 33.33333%;
      width: auto;
      float: none; }
  .col--lg-offset-4 {
    margin-left: 33.33333%; }
  .col--lg-5 {
    width: 41.66667%; }
    .row--flex .col--lg-5 {
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
      max-width: 41.66667%;
      width: auto;
      float: none; }
  .col--lg-offset-5 {
    margin-left: 41.66667%; }
  .col--lg-6 {
    width: 50%; }
    .row--flex .col--lg-6 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      width: auto;
      float: none; }
  .col--lg-offset-6 {
    margin-left: 50%; }
  .col--lg-7 {
    width: 58.33333%; }
    .row--flex .col--lg-7 {
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
      max-width: 58.33333%;
      width: auto;
      float: none; }
  .col--lg-offset-7 {
    margin-left: 58.33333%; }
  .col--lg-8 {
    width: 66.66667%; }
    .row--flex .col--lg-8 {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      max-width: 66.66667%;
      width: auto;
      float: none; }
  .col--lg-offset-8 {
    margin-left: 66.66667%; }
  .col--lg-9 {
    width: 75%; }
    .row--flex .col--lg-9 {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      max-width: 75%;
      width: auto;
      float: none; }
  .col--lg-offset-9 {
    margin-left: 75%; }
  .col--lg-10 {
    width: 83.33333%; }
    .row--flex .col--lg-10 {
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
      max-width: 83.33333%;
      width: auto;
      float: none; }
  .col--lg-offset-10 {
    margin-left: 83.33333%; }
  .col--lg-11 {
    width: 91.66667%; }
    .row--flex .col--lg-11 {
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
      max-width: 91.66667%;
      width: auto;
      float: none; }
  .col--lg-offset-11 {
    margin-left: 91.66667%; }
  .col--lg-12 {
    width: 100%; }
    .row--flex .col--lg-12 {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      width: auto;
      float: none; }
  .col--lg-offset-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col--md-offset-0 {
    margin-left: 0%; }
  .col--md-1 {
    width: 8.33333%; }
    .row--flex .col--md-1 {
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
      max-width: 8.33333%;
      width: auto;
      float: none; }
  .col--md-offset-1 {
    margin-left: 8.33333%; }
  .col--md-2 {
    width: 16.66667%; }
    .row--flex .col--md-2 {
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
      max-width: 16.66667%;
      width: auto;
      float: none; }
  .col--md-offset-2 {
    margin-left: 16.66667%; }
  .col--md-3 {
    width: 25%; }
    .row--flex .col--md-3 {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%;
      width: auto;
      float: none; }
  .col--md-offset-3 {
    margin-left: 25%; }
  .col--md-4 {
    width: 33.33333%; }
    .row--flex .col--md-4 {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      max-width: 33.33333%;
      width: auto;
      float: none; }
  .col--md-offset-4 {
    margin-left: 33.33333%; }
  .col--md-5 {
    width: 41.66667%; }
    .row--flex .col--md-5 {
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
      max-width: 41.66667%;
      width: auto;
      float: none; }
  .col--md-offset-5 {
    margin-left: 41.66667%; }
  .col--md-6 {
    width: 50%; }
    .row--flex .col--md-6 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      width: auto;
      float: none; }
  .col--md-offset-6 {
    margin-left: 50%; }
  .col--md-7 {
    width: 58.33333%; }
    .row--flex .col--md-7 {
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
      max-width: 58.33333%;
      width: auto;
      float: none; }
  .col--md-offset-7 {
    margin-left: 58.33333%; }
  .col--md-8 {
    width: 66.66667%; }
    .row--flex .col--md-8 {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      max-width: 66.66667%;
      width: auto;
      float: none; }
  .col--md-offset-8 {
    margin-left: 66.66667%; }
  .col--md-9 {
    width: 75%; }
    .row--flex .col--md-9 {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      max-width: 75%;
      width: auto;
      float: none; }
  .col--md-offset-9 {
    margin-left: 75%; }
  .col--md-10 {
    width: 83.33333%; }
    .row--flex .col--md-10 {
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
      max-width: 83.33333%;
      width: auto;
      float: none; }
  .col--md-offset-10 {
    margin-left: 83.33333%; }
  .col--md-11 {
    width: 91.66667%; }
    .row--flex .col--md-11 {
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
      max-width: 91.66667%;
      width: auto;
      float: none; }
  .col--md-offset-11 {
    margin-left: 91.66667%; }
  .col--md-12 {
    width: 100%; }
    .row--flex .col--md-12 {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      width: auto;
      float: none; }
  .col--md-offset-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .col--sm-offset-0 {
    margin-left: 0%; }
  .col--sm-1 {
    width: 8.33333%; }
    .row--flex .col--sm-1 {
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
      max-width: 8.33333%;
      width: auto;
      float: none; }
  .col--sm-offset-1 {
    margin-left: 8.33333%; }
  .col--sm-2 {
    width: 16.66667%; }
    .row--flex .col--sm-2 {
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
      max-width: 16.66667%;
      width: auto;
      float: none; }
  .col--sm-offset-2 {
    margin-left: 16.66667%; }
  .col--sm-3 {
    width: 25%; }
    .row--flex .col--sm-3 {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%;
      width: auto;
      float: none; }
  .col--sm-offset-3 {
    margin-left: 25%; }
  .col--sm-4 {
    width: 33.33333%; }
    .row--flex .col--sm-4 {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      max-width: 33.33333%;
      width: auto;
      float: none; }
  .col--sm-offset-4 {
    margin-left: 33.33333%; }
  .col--sm-5 {
    width: 41.66667%; }
    .row--flex .col--sm-5 {
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
      max-width: 41.66667%;
      width: auto;
      float: none; }
  .col--sm-offset-5 {
    margin-left: 41.66667%; }
  .col--sm-6 {
    width: 50%; }
    .row--flex .col--sm-6 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      width: auto;
      float: none; }
  .col--sm-offset-6 {
    margin-left: 50%; }
  .col--sm-7 {
    width: 58.33333%; }
    .row--flex .col--sm-7 {
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
      max-width: 58.33333%;
      width: auto;
      float: none; }
  .col--sm-offset-7 {
    margin-left: 58.33333%; }
  .col--sm-8 {
    width: 66.66667%; }
    .row--flex .col--sm-8 {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      max-width: 66.66667%;
      width: auto;
      float: none; }
  .col--sm-offset-8 {
    margin-left: 66.66667%; }
  .col--sm-9 {
    width: 75%; }
    .row--flex .col--sm-9 {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      max-width: 75%;
      width: auto;
      float: none; }
  .col--sm-offset-9 {
    margin-left: 75%; }
  .col--sm-10 {
    width: 83.33333%; }
    .row--flex .col--sm-10 {
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
      max-width: 83.33333%;
      width: auto;
      float: none; }
  .col--sm-offset-10 {
    margin-left: 83.33333%; }
  .col--sm-11 {
    width: 91.66667%; }
    .row--flex .col--sm-11 {
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
      max-width: 91.66667%;
      width: auto;
      float: none; }
  .col--sm-offset-11 {
    margin-left: 91.66667%; }
  .col--sm-12 {
    width: 100%; }
    .row--flex .col--sm-12 {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      width: auto;
      float: none; }
  .col--sm-offset-12 {
    margin-left: 100%; } }

@media only screen and (max-width: 480px) {
  .col--xs-offset-0 {
    margin-left: 0%; }
  .col--xs-1 {
    width: 8.33333%; }
    .row--flex .col--xs-1 {
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
      max-width: 8.33333%;
      width: auto;
      float: none; }
  .col--xs-offset-1 {
    margin-left: 8.33333%; }
  .col--xs-2 {
    width: 16.66667%; }
    .row--flex .col--xs-2 {
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
      max-width: 16.66667%;
      width: auto;
      float: none; }
  .col--xs-offset-2 {
    margin-left: 16.66667%; }
  .col--xs-3 {
    width: 25%; }
    .row--flex .col--xs-3 {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%;
      width: auto;
      float: none; }
  .col--xs-offset-3 {
    margin-left: 25%; }
  .col--xs-4 {
    width: 33.33333%; }
    .row--flex .col--xs-4 {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      max-width: 33.33333%;
      width: auto;
      float: none; }
  .col--xs-offset-4 {
    margin-left: 33.33333%; }
  .col--xs-5 {
    width: 41.66667%; }
    .row--flex .col--xs-5 {
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
      max-width: 41.66667%;
      width: auto;
      float: none; }
  .col--xs-offset-5 {
    margin-left: 41.66667%; }
  .col--xs-6 {
    width: 50%; }
    .row--flex .col--xs-6 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      width: auto;
      float: none; }
  .col--xs-offset-6 {
    margin-left: 50%; }
  .col--xs-7 {
    width: 58.33333%; }
    .row--flex .col--xs-7 {
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
      max-width: 58.33333%;
      width: auto;
      float: none; }
  .col--xs-offset-7 {
    margin-left: 58.33333%; }
  .col--xs-8 {
    width: 66.66667%; }
    .row--flex .col--xs-8 {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      max-width: 66.66667%;
      width: auto;
      float: none; }
  .col--xs-offset-8 {
    margin-left: 66.66667%; }
  .col--xs-9 {
    width: 75%; }
    .row--flex .col--xs-9 {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      max-width: 75%;
      width: auto;
      float: none; }
  .col--xs-offset-9 {
    margin-left: 75%; }
  .col--xs-10 {
    width: 83.33333%; }
    .row--flex .col--xs-10 {
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
      max-width: 83.33333%;
      width: auto;
      float: none; }
  .col--xs-offset-10 {
    margin-left: 83.33333%; }
  .col--xs-11 {
    width: 91.66667%; }
    .row--flex .col--xs-11 {
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
      max-width: 91.66667%;
      width: auto;
      float: none; }
  .col--xs-offset-11 {
    margin-left: 91.66667%; }
  .col--xs-12 {
    width: 100%; }
    .row--flex .col--xs-12 {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      width: auto;
      float: none; }
  .col--xs-offset-12 {
    margin-left: 100%; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

* {
  background-color: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0; }

html {
  background-color: white;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

input,
select,
textarea,
button {
  color: inherit;
  display: inline-block; }
  input[disabled],
  select[disabled],
  textarea[disabled],
  button[disabled] {
    cursor: not-allowed; }

button {
  cursor: pointer; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table th,
  table td {
    text-align: left; }

@media only screen and (min-width: 1025px) {
  .visible-lg {
    display: block !important; } }

@media only screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: block !important; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important; } }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .visible-sm {
    display: block !important; } }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important; } }

@media only screen and (max-width: 480px) {
  .visible-xs {
    display: block !important; } }

@media only screen and (max-width: 480px) {
  .hidden-xs {
    display: none !important; } }

/**
* Clearing and floating
*/
.alignleft,
.float-left {
  float: left; }
  img .alignleft, img
  .float-left {
    margin-right: 18px; }

.alignright,
.float-right {
  float: right; }
  img .alignright, img
  .float-right {
    margin-left: 18px; }

.aligncenter,
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  img .aligncenter, img
  .float-center {
    margin-bottom: 18px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/**
* Text aligments
*/
.align-text-left {
  text-align: left; }

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

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

/**
 * Elements visibility
 */
.visible-on-mobile {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .visible-on-mobile {
      display: block !important; } }

.visible-on-tablet {
  display: none !important; }
  @media screen and (max-width: 1024px) {
    .visible-on-tablet {
      display: block !important; } }
  @media screen and (max-width: 768px) {
    .visible-on-tablet {
      display: none !important; } }

@media screen and (max-width: 1024px) {
  .visible-on-desktop {
    display: none !important; } }

/**
 * Accessibility
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*
    Document        : Styles
    Author          : Jonathan Patchett
    Global Reset by : Matt Wilcox

    Description     : Main stylesheet

*/
/** MIXINS **/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 15-Feb-2015, 20:26:47
    Author     : Jonathan
*/
/**
* Typography
**/
/**
* Colour Scheme
**/
/**
* Layout configuration
**/
/**
* Responsive sizes
**/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09-Oct-2016, 23:47:06
    Author     : japat
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09-Oct-2016, 23:47:06
    Author     : japat
*/
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  -webkit-border-radius: .1em;
          border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

/** BOILERPLATE **/
/*
* Boilerplate for lucas designs websites
*
* To use simply divide a site up into sections that contain divs, articles or figures
*
* Use section.featured to create a full width section and place another section inside
* that to return to the boilerplate
*/
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  padding: 0; }

.flex > div, .flex > article, .flex > figure {
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1 1 225px;
  -ms-flex: 1 1 225px;
  flex: 1 1 225px;
  min-width: 225px;
  z-index: 1; }

@media screen and (min-width: 600px) {
  .flex > div, .flex > article, .flex > figure {
    margin: 0 1.618em; } }

.flex > div:empty, .flex > article:empty, .flex > figure:empty {
  height: 0;
  border: none; }

.flex > h1, .flex > h2, .flex > h3, .flex > h4, .flex > h {
  display: block;
  width: 100%;
  padding-left: 1.618em;
  padding-right: 1.618em; }

section.featured, main.featured {
  width: 100%;
  max-width: none;
  display: block; }

aside {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }

img {
  max-width: 100%;
  height: auto;
  /* Legal fallback */
  /* Firefox        */
  /* Opera          */
  /* Safari         */
  /* CSS3 Proposed  */
  /* CSS4 Proposed  */
  /* CSS4 Proposed  */
  /* IE8+           */ }

/*
* CSS for layouts that apply to content in the CMS and frontend
*/
img.img-pull-left, img.img-pull-right, img.img-full-width {
  display: block;
  margin: 10px auto;
  max-width: 100%; }

@media screen and (min-width: 600px) {
  img.img-pull-left {
    display: block;
    float: left;
    margin: 10px 10px 10px 0;
    max-width: 50%;
    padding: 0; }
  img.img-pull-right {
    display: block;
    float: right;
    margin: 10px 0 10px 10px;
    max-width: 50%;
    padding: 0; } }

img.img-inline {
  display: inline; }

@media print {
  body {
    width: 100%;
    border: none; } }

/** CUSTOM STUFF **/
body {
  font-size: 12px;
  line-height: 1.5rem;
  color: #1e1e1e; }

p, div, td, input, textarea, a, blockquote {
  font-family: "Raleway", "Open Sans", "Roboto Slab", ArialMT, Arial, sans-serif;
  line-height: 1.5rem; }

h1, h2, h3, h4, h5, h6, h {
  font-family: "Raleway", "Open Sans", ArialMT, Arial, sans-serif;
  line-height: 3rem; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.6rem; }

h3 {
  font-size: 1.4rem; }

h4 {
  font-size: 1.3rem; }

h5 {
  font-size: 1.2rem; }

body {
  margin: 0; }

@media screen and (min-width: 600px) {
  .offset {
    padding-left: 5rem;
    padding-right: 5rem; }
  .offset > nav {
    padding-left: 1rem; } }

a {
  text-decoration: none;
  color: #1e1e1e; }

a:hover {
  color: #8c120b; }

header {
  height: 550px; }

header #background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  height: 650px; }

header h1 {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  margin-top: -150px;
  z-index: 1; }

header h1 img {
  position: absolute;
  top: 180px;
  right: 1rem;
  width: 200px;
  -webkit-filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.8)); }

header h2 {
  display: none;
  color: white;
  font-size: 2rem;
  line-height: 2.5rem;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  font-family: serif;
  font-weight: 100; }

@media screen and (min-width: 600px) {
  header h2 {
    display: block; } }

header h2 span {
  font-family: Raleway, serif;
  position: absolute;
  top: 240px;
  width: 440px;
  left: 1rem;
  font-style: italic; }

#menu {
  position: fixed;
  left: -600px;
  width: 320px;
  background: white;
  height: 100%;
  top: 0;
  z-index: 20; }

#menu ul {
  padding: 0;
  margin: 0; }

#menu ul ul a {
  padding-left: 3rem; }

#menu li {
  list-style-type: none; }

#menu li a {
  color: #808080;
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-bottom: solid 1px #ddd;
  text-decoration: none; }

#menu li li a {
  font-size: 0.8rem;
  line-height: 0.8rem; }

#menu {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }

#menubutton {
  position: fixed;
  left: 0;
  right: 0;
  top: 15px;
  font-size: 2rem;
  color: #8c120b;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }

#menubutton > div {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px; }

#closemenubutton {
  color: black;
  position: absolute;
  top: 2px;
  right: 10px;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  color: #1e1e1e;
  text-align: right; }

body.nav-open #menu {
  left: 0;
  -webkit-box-shadow: 0px 0 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0 50px rgba(0, 0, 0, 0.5); }

body.nav-open #menubutton > div {
  opacity: 0; }

#mobilenav {
  display: block; }

@media screen and (min-width: 600px) {
  main nav#mainnav {
    margin: 1rem 0 0 0; } }

main nav#mainnav a {
  font-size: 2rem;
  color: white;
  text-shadow: 0 0 1px #8c120b;
  -webkit-text-stroke: 1px #8c120b;
  -moz-text-stroke: 1px #8c120b;
  -o-text-stroke: 1px #8c120b;
  text-stroke: 1px #8c120b;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-decoration: none;
  font-weight: 800;
  margin-right: 2rem;
  display: block;
  line-height: 2rem;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

@media screen and (min-width: 600px) {
  main nav#mainnav a {
    display: inline-block; } }

main nav#mainnav a.active, main nav#mainnav a.expanded, main nav#mainnav a:hover {
  color: #8c120b; }

main nav#subnav {
  margin: 1rem 0 2rem 0; }

main nav#subnav a {
  text-decoration: none;
  margin-right: 1rem;
  font-size: 1rem;
  color: #1e1e1e;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

@media screen and (min-width: 600px) {
  main nav#subnav a {
    display: inline-block; } }

main nav#subnav a.active, main nav#subnav a:hover {
  color: #8c120b; }

.paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0rem 1rem 2rem 1rem; }

.paginator > div {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.paginator > div a {
  color: #8c120b;
  font-size: 2rem;
  text-decoration: none;
  display: block;
  font-weight: 700;
  text-transform: lowercase; }

.paginator > div.next {
  text-align: right; }

.slick-previous,
.slick-next {
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%; }

.slick-slide {
  height: auto; }

.slick-list {
  outline: none !important; }

.slick-slide:focus {
  outline: none !important; }

.slick-slide:focus, .slick-slide a {
  outline: none; }

.slick-previous {
  left: 0px;
  background: url(img/left.png) no-repeat 100% 50%; }

.slick-next {
  right: 0px;
  background: url(img/right.png) no-repeat 0 50%; }

.slick-dots {
  list-style-type: none;
  padding: 2rem 0;
  text-align: center; }

.slick-dots li {
  display: inline-block;
  margin: 0 5px; }

.slick-dots button {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: solid 1px #8c120b;
  background: white;
  color: white;
  width: 13px;
  height: 13px;
  font-size: 0; }

.slick-dots .slick-active button {
  background: #8c120b;
  color: #8c120b; }

@media screen and (min-width: 1083px) {
  .slick-previous {
    left: -60px; }
  .slick-next {
    right: -60px; } }

/*
* Layout only for latest-case-study-section
*/
/* 
    Created on : 09-Oct-2016, 23:19:31
    Author     : japat
*/
#latest-case-study h3 {
  color: #8c120b;
  text-transform: uppercase; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09-Oct-2016, 23:26:08
    Author     : japat
*/
#top-content #testimonial {
  background: #3b0c81;
  color: white;
  border: solid 1px #1e1e1e;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.4);
  padding: 1.618em;
  margin: 1.618em;
  max-width: none;
  -webkit-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear; }

#top-content #testimonial:hover {
  background: #514AA8; }

@media screen and (min-width: 900px) {
  #top-content #testimonial {
    max-width: 200px;
    min-width: 200px; } }

#top-content #testimonial a {
  color: white;
  text-decoration: none; }

#top-content #testimonial a p.more-link {
  margin-top: 2rem;
  margin-bottom: -1rem;
  text-align: right;
  color: white;
  text-transform: uppercase;
  font-size: 1.1rem; }

#top-content #testimonial blockquote {
  font-style: italic;
  margin: 0 0 1rem 0;
  overflow: hidden; }

#top-content #testimonial blockquote.long-testimonial {
  display: none; }

#top-content #testimonial blockquote.short-testimonial {
  display: block; }

@media screen and (min-width: 600px) {
  #top-content #testimonial blockquote.short-testimonial {
    display: none; }
  #top-content #testimonial blockquote.long-testimonial {
    display: block; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09-Oct-2016, 23:47:06
    Author     : japat
*/
#news-section {
  background: url(img/news.jpg) no-repeat;
  padding: 10rem 0 8rem 0;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 0%;
  position: relative; }

#news-section article {
  display: inline-block;
  max-width: 450px;
  background: white;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.4);
  padding: 1.618em;
  margin: 1.618em; }

#news-section article h3 {
  margin: 0;
  line-height: 1.3rem;
  font-size: 1.2rem;
  letter-spacing: -1px;
  margin-bottom: 0.5rem; }

#news-section article div {
  line-height: 1rem; }

#news-section article a {
  text-decoration: none;
  color: #1e1e1e; }

#news-section article span.more-link {
  color: #8c120b; }

#news-section > section {
  max-width: 900px;
  margin: 0 auto; }

#news-section section {
  position: relative;
  padding: 0 20px; }

@media screen and (min-width: 1023px) {
  #news-section section {
    padding: 0; } }

#news-section section h2 {
  position: absolute;
  top: -9rem;
  left: 6rem;
  font-size: 5rem;
  font-weight: 800;
  color: white;
  margin: 0;
  padding: 0;
  line-height: 1.7rem;
  text-transform: uppercase; }

#news-section article {
  height: 300px;
  width: 280px;
  display: inline-block; }

#news-section article div {
  line-height: 1rem;
  max-height: 142px;
  overflow: hidden; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10-Oct-2016, 00:01:28
    Author     : japat
*/
main {
  position: relative; }

main #base-content {
  margin: 0;
  padding: 2rem 1.618em;
  position: relative;
  min-height: 400px;
  background: url(img/figures_mobile_image.png) 100% 100% no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

@media screen and (min-width: 600px) {
  main #base-content {
    background: url(img/main.png) 100% 100% no-repeat;
    -webkit-background-size: auto auto;
            background-size: auto; } }

main .maincontentflex > * {
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1 1 225px;
  -ms-flex: 1 1 225px;
  flex: 1 1 225px; }

main .maincontentflex > *:first-child {
  -webkit-box-flex: 2;
  box-flex: 2;
  -moz-flex: 2 2 350px;
  -ms-flex: 2 2 350px;
  flex: 2 2 350px;
  margin-left: 0; }

aside h2 {
  padding: 1rem 1rem 0 1rem;
  color: #cacac9;
  text-transform: uppercase;
  font-size: 2.5rem;
  margin: 0; }

h2.safheading {
  padding: 1rem 1rem 0 1rem;
  color: #cacac9;
  text-transform: uppercase;
  font-size: 2.5rem;
  margin: 0 auto;
  max-width: 900px; }

a.case-study-link {
  text-align: right;
  display: block;
  color: #8c120b;
  font-weight: bold; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-Oct-2016, 22:27:55
    Author     : japat
*/
.load-target {
  max-height: 5000px;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  overflow-y: hidden;
  position: relative; }

.load-target > * {
  opacity: 1;
  -webkit-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
     transition-delay: 0.2s; }

.load-target > *:nth-child(2) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
     transition-delay: 0.6s; }

.load-target > *:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
     transition-delay: 0.4s; }

.load-target > *:nth-child(5) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
     transition-delay: 0.2s; }

.load-target > *:nth-child(6) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
     transition-delay: 0.1s; }

.load-target:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ' ';
  opacity: 0;
  z-index: -2;
  background: url(img/ring.gif) no-repeat 50% 50% rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear; }

.load-target.loading {
  max-height: 600px; }

.load-target.loading:after {
  opacity: 1;
  z-index: 2;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
     transition-delay: 0.4s; }

.load-target.loading article > * {
  opacity: 0;
  -webkit-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
     transition-delay: 0.2s; }

.load-target.loading article > *:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
     transition-delay: 0.2s; }

.load-target.loading article > *:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
     transition-delay: 0.4s; }

.load-target.loading article > *:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
     transition-delay: 0.6s; }

.load-target.loading article > *:nth-child(6) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
     transition-delay: 0.7s; }

/*
* Layout only for latest-case-study-section
*/
/* 
    Created on : 09-Oct-2016, 23:19:31
    Author     : japat
*/
#top-content {
  display: block; }

@media screen and (min-width: 600px) {
  #top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

#top-content a {
  color: #1e1e1e;
  text-decoration: none; }

#top-content article:first-child {
  background: white;
  border: solid 1px #B1B1AF;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.4);
  padding: 1.618em;
  margin: 1.618em;
  max-width: none; }

@media screen and (min-width: 450px) {
  #top-content article:first-child {
    padding: 0 4rem 1rem 4rem; } }

@media screen and (min-width: 600px) {
  #top-content article:first-child {
    min-width: 550px; } }

#top-content:not(.googlemap) article:first-child img {
  max-width: 100%;
  margin: -4rem auto 0.5rem auto;
  display: block; }

#top-content article:first-child h2 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 800; }

#top-content article:first-child h3 {
  margin: -0.5rem 0 1rem 0;
  padding: 0;
  line-height: 1.6rem;
  font-size: 1.2rem;
  font-weight: 500; }

#top-content article:first-child h2 {
  margin: -2.8rem 0 0 0;
  color: white;
  padding-left: 1rem; }

#top-content article:first-child h3 {
  padding-left: 1rem; }

#top-content:not(.googlemap) article:first-child div {
  padding: 0 1rem; }

#top-content article:first-child.news-story-detail h3, #top-content article:first-child.case-study-detail h3 {
  padding-top: 1rem; }

.case-study #top-content article:first-child img, .news-detail #top-content article:first-child img {
  width: 100%;
  max-width: 550px;
  margin: -4rem auto 1rem auto;
  display: block; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10-Oct-2016, 23:26:55
    Author     : japat
*/
#case-studies h2 {
  color: #8c120b;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800; }

#case-studies > section {
  max-width: 900px;
  margin: 0 auto; }

#case-studies article {
  margin: 1.618em;
  border: solid 1px #B1B1AF;
  padding: 1.618em;
  height: 420px;
  overflow: hidden; }

#case-studies article a {
  text-decoration: none;
  color: #1e1e1e; }

#case-studies article h3 {
  color: #8c120b;
  text-align: center;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 0.5rem 0;
  line-height: 1.5rem;
  min-height: 3.5rem; }

.case-study #top-content article .case-study-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  padding: 1rem 0; }

.case-study #top-content article .case-study-images figure {
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1 1 200px;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  margin: 0 1rem; }

.case-study #top-content article .case-study-images figure img {
  margin: 0; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10-Oct-2016, 23:37:20
    Author     : japat
*/
footer {
  background: url(img/main.png) 100% 100% #8c120b no-repeat;
  -webkit-background-size: 700px 700px;
          background-size: 700px; }

@media screen and (min-width: 600px) {
  footer {
    overflow: hidden; } }

footer > div {
  margin: 0 auto;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }

footer > div img {
  padding-top: 2rem; }

@media screen and (min-width: 600px) {
  footer > div img {
    padding-top: 0rem;
    position: absolute;
    bottom: -34px; } }

footer > div img, footer > div span {
  color: white; }

footer > div img a, footer > div span a {
  color: yellow; }

footer > div img a:hover, footer > div span a:hover {
  color: white; }

footer > div span {
  line-height: 2rem;
  min-height: 130px;
  padding: 2rem 1rem 1rem 1rem;
  -webkit-box-flex: 5;
  box-flex: 5;
  -moz-flex: 5 1 250px;
  -ms-flex: 5 1 250px;
  flex: 5 1 250px; }

@media screen and (min-width: 600px) {
  footer > div span {
    margin-left: 240px; } }

footer > div img {
  height: 220px;
  margin-right: 2rem;
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1 1 130px;
  -ms-flex: 1 1 130px;
  flex: 1 1 130px;
  margin-bottom: 1rem; }

footer > div small {
  display: block;
  line-height: 1rem; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-Oct-2016, 22:35:33
    Author     : japat
*/
.news-aside {
  max-width: 900px;
  margin: 0 auto; }

.news-aside #news-listing {
  display: block;
  position: relative; }

.news-aside #news-listing > div {
  position: relative; }

.news-aside #news-listing > div article {
  display: inline-block;
  max-width: 450px;
  background: white;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.4);
  padding: 1.618em;
  margin: 1.618em; }

.news-aside #news-listing > div article h3 {
  margin: 0;
  line-height: 1.3rem;
  font-size: 1.2rem;
  letter-spacing: -1px;
  margin-bottom: 0.5rem; }

.news-aside #news-listing > div article div {
  line-height: 1rem; }

.news-aside #news-listing > div article a {
  text-decoration: none;
  color: #1e1e1e; }

.news-aside #news-listing > div article span.more-link {
  color: #8c120b; }

.news-aside #news-listing > div article {
  height: 250px; }

.news-aside #news-listing > div article a > div {
  max-height: 12rem;
  overflow: hidden;
  margin: 0; }

.news-aside #news-listing > div article a > div div {
  line-height: 1.3rem; }

.testimonials-aside {
  max-width: 900px;
  margin: 0 auto; }

@media screen and (min-width: 600px) {
  .testimonials-aside {
    padding: 0 5rem; } }

.testimonials-aside h2 {
  color: #3b0c81; }

.testimonials-aside #testimonial-listing {
  display: block; }

.testimonials-aside #testimonial-listing article {
  display: block; }

.testimonials-aside #testimonial-listing article div {
  text-align: right;
  padding-right: 1rem;
  color: #3b0c81; }

.testimonials-aside .paginator {
  padding-top: 2rem; }

.testimonials-aside .paginator a {
  color: #3b0c81; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-Oct-2016, 22:35:33
    Author     : japat
*/
.case-study-aside {
  max-width: 900px;
  margin: 0 auto; }

.case-study-aside #news-listing {
  display: block;
  position: relative; }

.case-study-aside #news-listing > div {
  position: relative; }

.case-study-aside #news-listing > div article {
  display: inline-block;
  max-width: 450px;
  background: white;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.4);
  padding: 1.618em;
  margin: 1.618em; }

.case-study-aside #news-listing > div article h3 {
  margin: 0;
  line-height: 1.3rem;
  font-size: 1.2rem;
  letter-spacing: -1px;
  margin-bottom: 0.5rem; }

.case-study-aside #news-listing > div article div {
  line-height: 1rem; }

.case-study-aside #news-listing > div article a {
  text-decoration: none;
  color: #1e1e1e; }

.case-study-aside #news-listing > div article span.more-link {
  color: #8c120b; }

.case-study-aside #news-listing > div article {
  height: 21rem; }

.case-study-aside #news-listing > div article a {
  line-height: 1.3rem;
  max-height: 16rem;
  overflow: hidden;
  margin: 0; }

.case-study-aside #news-listing > div article a img {
  margin-bottom: 5px; }

#news-categories {
  display: block;
  margin-bottom: 1rem;
  padding-left: 1rem;
  text-align: center; }

#news-categories a {
  display: inline-block;
  text-decoration: none;
  color: black;
  font-weight: bold;
  padding-right: 2rem; }

#news-categories a.active, #news-categories a.expanded {
  color: #8c120b; }

/* SAFARI FIXES */
.case-study-aside, .news-aside {
  display: block; }

/*# sourceMappingURL=site.css.map */
/* From Inline Styles */
a {
  color: #8c120b; }

#news-section article {
  -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.8); }

#menu li a {
  color: #8c120b; }

#menu li li a {
  color: #808080; }

main .maincontentflex > figure {
  padding-top: 1rem; }

#menu li.nav-contact {
  padding-top: 1rem; }

#menu li.nav-contact span {
  padding: 0 1rem;
  display: block;
  font-size: 1rem;
  color: #8c120b; }

#menu li.nav-contact i {
  padding: 0 1rem;
  display: inline-block;
  font-size: 1rem;
  color: #808080; }

#menu li.nav-contact span i {
  padding: 0; }

#menu li.nav-contact a {
  border: none; }

#testimonial a > div {
  font-style: italic; }

@media (max-width: 400px) {
  main #base-content {
    background-position: 50% 100%; } }

#news-section section h2 {
  top: -9.1rem; }

header h1 span {
  display: none;
  font-family: Raleway, serif;
  position: absolute;
  top: 220px;
  width: 380px;
  left: 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: white;
  font-weight: 100;
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.6);
  font-size: 1.6rem; }

header h2 span {
  font-family: Raleway, serif;
  position: absolute;
  top: 260px;
  width: 380px;
  left: 1rem;
  font-style: italic;
  font-size: 1rem;
  text-align: center;
  font-weight: 100;
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.6); }

@media screen and (min-width: 600px) {
  header h1 span {
    display: block; } }

@media screen and (min-width: 780px) {
  header h1 span {
    width: 550px;
    letter-spacing: 8px;
    font-size: 1.8rem; }
  header h2 span {
    width: 543px;
    font-size: 1.3rem; } }

@media screen and (min-width: 900px) {
  header h1 span {
    width: 620px;
    letter-spacing: 13px;
    font-size: 2rem; }
  header h2 span {
    width: 607px;
    font-size: 26px; } }

header h1 embed {
  position: absolute;
  top: 180px;
  right: 1rem;
  width: 200px;
  -webkit-filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.8)); }

footer > div embed {
  height: 220px;
  margin-right: 2rem;
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1 1 130px;
  -ms-flex: 1 1 130px;
  flex: 1 1 130px;
  margin-bottom: 1rem; }

span.newsyears {
  float: right;
  font-size: 1.5rem;
  text-transform: none;
  font-family: "Open Sans", "Roboto Slab", ArialMT, Arial, sans-serif;
  font-weight: 500; }

.newsyears a {
  font-size: 1rem;
  color: #bbb;
  padding-left: 1rem;
  cursor: pointer; }

.newsyears a.activenews {
  color: #8c120b; }

span.newsyears a:first-child {
  font-size: 1.5rem; }

.news-aside #news-listing > div article.ghost {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  min-height: 0;
  position: relative;
  margin-bottom: 0;
  padding: 0; }

/* MEBDEV EDITS */
/* Fix for News list mobile */
@media screen and (max-width: 599px) {
  .news-aside #news-listing {
    top: 50px; } }

body {
  color: #444;
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-size: 12px;
  font-size: 0.75rem; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
dl {
  margin-bottom: 18px; }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child,
  p:last-child,
  hr:last-child,
  ul:last-child,
  ol:last-child,
  dl:last-child {
    margin-bottom: 0; }

/**
 * Basic styles for links
 */
a {
  color: #8c120b;
  text-decoration: none; }
  a:hover {
    color: #444;
    text-decoration: underline; }

a[href^="tel"] {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  font-style: inherit; }

/**
 * Rules
 */
hr {
  height: 1px;
  background-color: #444; }

.grid {
  display: grid;
  grid-gap: 18px; }
  @media screen and (max-width: 768px) {
    .grid {
      grid-gap: 9px; } }
  @media only screen and (min-width: 1025px) {
    .grid.grid--lg-1x {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .grid.grid--lg-2x {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid.grid--lg-3x {
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .grid.grid--lg-4x {
      grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .grid.grid--lg-5x {
      grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .grid.grid--lg-6x {
      grid-template-columns: repeat(6, minmax(0, 1fr)); } }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .grid.grid--md-1x {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .grid.grid--md-2x {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid.grid--md-3x {
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .grid.grid--md-4x {
      grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .grid.grid--md-5x {
      grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .grid.grid--md-6x {
      grid-template-columns: repeat(6, minmax(0, 1fr)); } }
  @media only screen and (min-width: 481px) and (max-width: 768px) {
    .grid.grid--sm-1x {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .grid.grid--sm-2x {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid.grid--sm-3x {
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .grid.grid--sm-4x {
      grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .grid.grid--sm-5x {
      grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .grid.grid--sm-6x {
      grid-template-columns: repeat(6, minmax(0, 1fr)); } }
  @media only screen and (max-width: 480px) {
    .grid.grid--xs-1x {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .grid.grid--xs-2x {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid.grid--xs-3x {
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .grid.grid--xs-4x {
      grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .grid.grid--xs-5x {
      grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .grid.grid--xs-6x {
      grid-template-columns: repeat(6, minmax(0, 1fr)); } }

/**
 * This file contains all @font-face declarations, if any.
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

/**
 * Responsive images
 */
.is-fluid {
  display: block;
  width: 100%;
  height: auto; }

*:focus {
  outline: 0; }

input,
select,
textarea {
  background-color: #fff;
  border: solid 1px #444;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #444;
  line-height: 27px;
  height: 27px;
  padding: 0 9px;
  width: 100%; }

input[type="checkbox"],
input[type="radio"] {
  background: transparent;
  border: 0;
  line-height: normal;
  height: auto;
  width: auto; }

input[type="file"] {
  line-height: normal;
  height: auto;
  padding: 4.5px 9px; }

input[type="submit"] {
  -webkit-border-radius: 0;
          border-radius: 0; }

input[disabled] {
  background-color: whitesmoke;
  cursor: not-allowed; }

select {
  line-height: normal;
  padding: 0;
  padding-left: 9px; }

textarea {
  min-height: 72px;
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Form utility classes
 */
.form--inline .form__group {
  display: inline-block; }

.form .form__group {
  display: block;
  margin-bottom: 18px; }
  .form .form__group .form__label {
    display: block;
    margin-bottom: 9px; }

ul,
ol {
  margin-left: 18px; }

li > ul,
li > ol {
  margin-bottom: 0; }

.list--unstyled {
  margin-left: 0;
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold; }

em {
  font-style: italic; }

small {
  font-size: .75em; }

header {
  height: 550px; }

header h1 {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 0px;
  position: relative;
  margin-top: -150px;
  z-index: 1; }

header h1 span {
  display: none;
  font-family: Raleway, serif;
  position: absolute;
  top: 220px;
  width: 380px;
  left: 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: white;
  font-weight: 100;
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.6);
  font-size: 1.6rem; }

@media screen and (min-width: 600px) {
  header h1 span {
    display: block; } }

@media screen and (min-width: 780px) {
  header h1 span {
    width: 550px;
    letter-spacing: 8px;
    font-size: 1.8rem; } }

@media screen and (min-width: 900px) {
  header h1 span {
    width: 620px;
    letter-spacing: 13px;
    font-size: 2rem; } }

header h1 img {
  position: absolute;
  top: 180px;
  right: 1rem;
  width: 200px;
  height: 200px;
  -webkit-filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.8)); }

header h2 {
  display: none;
  color: white;
  font-size: 2rem;
  line-height: 2.5rem;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  font-family: serif;
  font-weight: 100; }

@media screen and (min-width: 600px) {
  header h2 {
    display: block; } }

header h2 span {
  font-family: Raleway, serif;
  position: absolute;
  top: 260px;
  width: 380px;
  left: 1rem;
  font-style: italic;
  font-size: 1rem;
  text-align: center;
  font-weight: 100;
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.6); }

@media screen and (min-width: 780px) {
  header h2 span {
    width: 543px;
    font-size: 1.3rem; } }

@media screen and (min-width: 900px) {
  header h2 span {
    width: 607px;
    font-size: 26px; } }

header #background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-position-y: 50%;
  height: 650px; }

footer {
  background-image: url("img/main.png"); }

footer small {
  font-size: 10px; }

footer > div embed {
  /*margin-top: 1rem;
  height: 190px;*/
  height: 220px;
  margin-right: 2rem;
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1 1 130px;
  -ms-flex: 1 1 130px;
  flex: 1 1 130px;
  margin-bottom: 1rem; }

.btn {
  background-color: #8c120b;
  color: #fff;
  border: 1px solid transparent;
  display: inline-block;
  padding: 4.5px 18px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .btn::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .btn:hover {
    text-decoration: none;
    background-color: #fff;
    color: #8c120b;
    border-color: #8c120b; }
  .btn.is-disabled, .btn:disabled {
    pointer-events: none;
    opacity: .65; }

.btn--inverse {
  background-color: #fff;
  color: #8c120b;
  border: 1px solid #8c120b; }
  .btn--inverse:hover {
    background-color: #8c120b;
    color: #fff;
    border-color: transparent; }

.btn--block {
  display: block;
  width: 100%; }
  .btn--block + .btn--block {
    margin-top: 4.5px; }

.btn--link {
  background-color: transparent;
  color: #8c120b; }

/**
 * Hamburger menu
 */
.nav-burger {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 550;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

.nav-burger.open {
  width: 50px;
  height: 50px;
  left: 270px;
  top: 0; }

.nav-burger .nav-close {
  display: none;
  position: absolute;
  top: 2px;
  left: 25px;
  font-size: 2rem;
  color: #1e1e1e;
  text-align: right; }

.open .nav-close {
  display: block; }

.nav-burger__line {
  width: 35px;
  height: 3px;
  background-color: #8c120b;
  display: none;
  margin: 8px auto;
  -webkit-transition: all 0ms ease-in-out;
  -o-transition: all 0ms ease-in-out;
  transition: all 0ms ease-in-out; }
  @media screen and (max-width: 1024px) {
    .nav-burger__line {
      display: block; } }
  .nav-burger.open .nav-burger__line:nth-child(2) {
    opacity: 0; }
  .nav-burger.open .nav-burger__line:nth-child(1) {
    opacity: 0; }
  .nav-burger.open .nav-burger__line:nth-child(3) {
    opacity: 0; }

/**
 * Navs
 */
.nav {
  list-style: none;
  margin: 0; }
  .nav > li {
    display: inline-block; }
    .nav > li:last-child {
      margin-right: 0; }
    .nav > li > a {
      display: block; }

.nav--header {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 0;
  height: 100%;
  margin: 0;
  -webkit-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  -webkit-transition: opacity .35s ease, visibility .35s ease, width .35s ease;
  -o-transition: opacity .35s ease, visibility .35s ease, width .35s ease;
  transition: opacity .35s ease, visibility .35s ease, width .35s ease;
  text-align: left;
  opacity: 0;
  background: #fff;
  -webkit-overflow-scrolling: touch; }
  .nav--header.open {
    z-index: 500;
    visibility: visible;
    width: 320px;
    opacity: 1; }
    .nav--header.open ul {
      position: absolute;
      top: 50%;
      left: 0;
      overflow: auto;
      width: 100%;
      max-height: 100%;
      margin: 0;
      padding: 0;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-touch-callout: none;
      -webkit-overflow-scrolling: touch; }
      .nav--header.open ul > li {
        width: 100%;
        margin: 0; }

.nav-burger {
  left: 24px;
  right: unset; }

.nav-burger__line {
  display: block; }

.nav--header .menu-item {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-bottom: solid 1px #ddd;
  text-decoration: none; }

#mainnav ul {
  list-style-type: none;
  margin-left: 0; }

#mainnav ul li {
  display: inline-block; }

#mainnav .current-menu-item a,
#mainnav .current-menu-ancestor a {
  color: #8c120b; }

#mainnav {
  position: relative; }

#mainnav .sub-menu {
  display: none;
  position: absolute;
  left: 15px;
  z-index: 99; }

#mainnav .current-menu-item .sub-menu,
#mainnav .current-menu-ancestor .sub-menu {
  display: block;
  padding-left: 5px; }

#mainnav .sub-menu a {
  text-decoration: none;
  margin-top: 1rem;
  margin-right: 1rem;
  font-size: 1rem;
  text-transform: none;
  text-shadow: none;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5rem;
  -webkit-text-stroke: 0px;
  color: #1e1e1e; }

#mainnav .sub-menu .current-menu-item a {
  color: #8c120b; }

#mainnav .menu-item-has-children.current-menu-parent {
  padding-bottom: 3rem; }

.nav--footer .menu-item a {
  display: inline-block; }

.nav--footer .menu-item:not(:last-child)::after {
  content: " | "; }

.alert {
  padding: 18px;
  margin-bottom: 18px;
  border: 1px solid transparent; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 18px; }
  .alert.alert--success {
    color: #5CB85C;
    border-color: #5CB85C; }
  .alert.alert--info {
    color: #8c120b;
    border-color: #8c120b; }
  .alert.alert--warning {
    color: #F0AD4E;
    border-color: #F0AD4E; }
  .alert.alert--danger {
    color: #D9534F;
    border-color: #D9534F; }

#news-section {
  background-image: url("img/news.jpg"); }

.case-study #top-content article:first-child img,
.news-detail #top-content article:first-child img,
.single-post #top-content article:first-child img {
  width: 100%;
  max-width: 550px;
  margin: -4rem auto 1rem auto;
  display: block; }

#top-content article.case-study-detail,
#top-content article.news-story-detail {
  padding-bottom: 4rem; }

.projects-nav ul {
  list-style-type: none; }

.contact-page #top-content article:first-child .google-map {
  max-width: 100%;
  margin: -4rem auto 0.5rem auto;
  display: block; }

.contact-page #top-content article:first-child h2 {
  /*
	text-shadow: 0 0 1px #8c120b;
-webkit-text-stroke: 1px #8c120b;
-moz-text-stroke: 1px #8c120b;
-o-text-stroke: 1px #8c120b;
text-stroke: 1px #8c120b;	
*/
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
  -moz-text-stroke: 1px rgba(0, 0, 0, 0.2);
  -o-text-stroke: 1px rgba(0, 0, 0, 0.2);
  text-stroke: 1px rgba(0, 0, 0, 0.2); }

.contact-page #top-content article:first-child h3 {
  padding-left: 0; }

.gm-style .gm-style-iw-d {
  padding: 1rem !important; }

#top-content.googlemap .google-map {
  position: relative;
  z-index: 8; }

#top-content.googlemap h2 {
  position: relative;
  z-index: 12; }

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