﻿@charset "UTF-8";
/*!
 * Adapted from Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Adapted by Dustin Sparks (pixelmixer@gmail.com)
 *
 * Usage: Add or remove bootstrap components that you would like to use in your project
 * by commenting, uncommenting or manually adding imports.
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 800px) {
    .container {
      width: 790px; } }
  @media (min-width: 992px) {
    .container {
      width: 968px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 800px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

* {
  box-sizing: border-box; }

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
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, main {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
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; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  max-width: 100%; }

.hide {
  display: none !important; }

.offscreen {
  top: -9999em;
  left: -9999em; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

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

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

.text-justify {
  text-align: justify !important; }

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

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none; }

ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

.block {
  display: block; }

@-ms-viewport {
  width: device-width; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in .5s;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn ease-in .5s;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards; }

.fade-out {
  opacity: 0;
  -webkit-animation: fadeOut ease-in .15s;
  animation: fadeOut ease-in .15s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.ie-placeholder {
  position: absolute;
  color: #999;
  top: -20px;
  left: 22px;
  display: none;
  pointer-events: none; }

.ie9 .fade-in, .ie8 .fade-in {
  opacity: 1; }

.ie9 .ie-placeholder, .ie8 .ie-placeholder {
  display: block; }

@keyframes loading {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes loading {
  to {
    -webkit-transform: rotate(360deg); } }

.loading {
  position: relative;
  min-height: 450px; }

.loading:before {
  content: 'Loading…';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
  z-index: 10000; }

.loading:not(:required):before {
  content: '';
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #000;
  border-bottom-color: #000;
  animation: loading .8s ease infinite;
  -webkit-animation: loading .8s ease infinite;
  z-index: 10000; }

@media (min-width:768px) {
    ul.three-column-list li {
        width: 30% !important;
    }
}

ul.two-column-list li {
  width: 47% !important;
  float: left !important;
  margin-right: 1% !important; }

body {
  font: 18px/1.8 "Verlag A", "Verlag B", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000; }

p {
  margin: 0 0 30px; }
  fieldset p {
    margin-bottom: 50px; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

cite {
  font-style: normal; }

a {
  color: #186742;
  text-decoration: none; }

a:hover {
  color: #C2A10D; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
  text-rendering: optimizelegibility; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999; }

h1 {
  font-size: 70px;
  font-family: "Verlag A", "Verlag B", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4A4A4A; }
  @media (max-width: 767px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-size: 36px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 24px; } }
  fieldset h2 {
    width: 100%;
    padding: 0;
    border: 0;
    font: normal 36px/38px "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: #666;
    margin-bottom: 40px; }

h3 {
  font-size: 24px; }
  @media (max-width: 767px) {
    h3 {
      font-size: 18px; } }

h4 {
  font-size: 18px; }
  @media (max-width: 767px) {
    h4 {
      font-size: 16px; } }

h5 {
  font-size: 14px; }

h6 {
  font-size: 11.9px; }

h1 small {
  font-size: 24.5px; }

h2 small {
  font-size: 17.5px; }

h3 small {
  font-size: 14px; }

h4 small {
  font-size: 14px; }

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px; }

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

li {
  line-height: 20px; }

dl {
  margin-bottom: 20px; }

dt,
dd {
  line-height: 20px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 10px; }

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  float: right;
  width: 460px;
  padding: 30px;
  margin: 10px -60px 20px 20px;
  background: #fff;
  quotes: "“" "”" "‘" "’"; }
  @media (max-width: 767px) {
    blockquote {
      float: none;
      width: auto;
      margin: 0 -15px 40px; } }
  blockquote p {
    font: normal 36px/60px "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: #999;
    margin: 0 0 40px; }
    blockquote p:before {
      content: open-quote; }
    blockquote p:after {
      content: close-quote; }
  blockquote footer {
    border-top: 3px solid #C2A10D;
    padding: 50px 0 100px;
    text-align: right; }
  blockquote cite {
    font-size: 21px; }

blockquote.type-2 {
  background: #CCCCCC; }
  blockquote.type-2 p {
    color: #fff; }
  blockquote.type-2 footer {
    border-color: #186742; }

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px; }

/*lists*/
nav ul, nav ol {
  list-style: none; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

article ul, article ol {
  margin: 20px 0 50px 30px; }
  article ul ul, article ul ol, article ol ul, article ol ol {
    margin-bottom: 0; }

article li {
  margin-bottom: 20px; }

article ul li {
  list-style: disc; }

article ol li {
  list-style: upper-roman; }
  article ol li ol li {
    list-style: lower-roman; }

form {
  margin: 0; }

fieldset {
  padding: 50px 0;
  margin: 0;
  border: 0;
  position: relative; }
  fieldset:before {
    content: '';
    display: block;
    height: 3px;
    width: 60px;
    background: #186742;
    position: absolute;
    top: 0;
    right: 0; }

legend small {
  font-size: 15px;
  color: #999999; }

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }

input,
button,
select,
textarea {
  font-family: "Verlag A", "Verlag B", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }

label {
  display: block;
  margin-bottom: 5px; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 48px;
  padding: 7px 8px 8px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  border-radius: 0px;
  vertical-align: middle; }

input,
textarea,
.uneditable-input {
  width: 100%; }

textarea {
  height: auto; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px; }
  textarea.error,
  input[type="text"].error,
  input[type="password"].error,
  input[type="datetime"].error,
  input[type="datetime-local"].error,
  input[type="date"].error,
  input[type="month"].error,
  input[type="time"].error,
  input[type="week"].error,
  input[type="number"].error,
  input[type="email"].error,
  input[type="url"].error,
  input[type="search"].error,
  input[type="tel"].error,
  input[type="color"].error,
  .uneditable-input.error {
    border-color: #f00; }

span.error-message {
  display: block;
  font-size: 12px;
  position: relative;
  top: -20px;
  color: #f00; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  background-color: #fff; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select,
input[type="file"] {
  background-color: #fff; }

select {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 2px; }

select[multiple],
select[size] {
  height: auto; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  background-color: #fff; }

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed; }

.uneditable-input {
  overflow: hidden;
  white-space: nowrap; }

.uneditable-textarea {
  width: auto;
  height: auto; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999; }

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7; }

.btn {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #186742;
  text-transform: uppercase;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.001);
  transition: all 0.2s; }
  fieldset .btn {
    border-width: 3px;
    border-color: #186742; }

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid #FFFFFF;
  color: #186742;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25); }
  fieldset .btn:hover, fieldset
  .btn:focus, fieldset
  .btn:active, fieldset
  .btn.active, fieldset
  .btn.disabled, fieldset
  .btn[disabled] {
    border-width: 3px; }

.big-btn {
  color: #006B3F;
  border-color: #006B3F;
  font-size: 24px;
  padding: 14px 30px;
  border-width: 3px; }
  .big-btn:hover, .big-btn:focus, .big-btn:active {
    border-width: 3px; }

.btn:first-child {
  *margin-left: 0; }

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px; }

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0; }

.follow-socmed {
  float: left; }

.follow-socmed ul {
  list-style: none;
  float: left; }

.follow-socmed p {
  float: left; }

.follow-socmed ul a {
  display: block;
  width: 21px;
  height: 21px;
  text-indent: -9999px;
  margin-left: 5px;
  background-size: cover; }

.follow-socmed ul li {
  float: left;
  display: inline; }

.weibo {
  background: url("/_res/astoncarter/html/china-social/social/weibo.png") no-repeat center;
  cursor: pointer !important; }

.douban {
  background: url("/_res/astoncarter/html/china-social/social/douban.png") no-repeat center;
  cursor: pointer !important; }

.zhihu {
  background: url("/_res/astoncarter/html/china-social/social/zhihu.png") no-repeat center;
  cursor: pointer !important; }

.linkedin {
  background: url("/_res/astoncarter/html/china-social/social/linkedin.png") no-repeat center;
  cursor: pointer !important; }

.renren {
  background: url("/_res/astoncarter/html/china-social/social/renren.png") no-repeat center;
  cursor: pointer !important; }

.qzone {
  background: url("/_res/astoncarter/html/china-social/social/qzone.png") no-repeat center;
  cursor: pointer !important; }

.weixin {
  background: url("/_res/astoncarter/html/china-social/social/weixin.png") no-repeat center;
  cursor: pointer !important; }

.share-renren {
  background: url("/_res/astoncarter/html/china-social/social/renren_share.png") no-repeat center;
  cursor: pointer !important; }

.kaixin001 {
  background: url("/_res/astoncarter/html/china-social/social/kaixin001.png") no-repeat center;
  cursor: pointer !important; }

.t-qq {
  background: url("/_res/astoncarter/html/china-social/social/t_qq.png") no-repeat center;
  cursor: pointer !important; }

body {
  background-color: #E8E8E8; }
  @media (max-width: 767px) {
    body {
      padding-top: 70px; } }
  body.nav-locale-open {
    position: relative; }
    body.nav-locale-open .wrapper {
      position: static; }
      body.nav-locale-open .wrapper #nav-locale {
        top: 0; }

article {
  padding: 100px 0 0; }
  article .content-body {
    zoom: 1;
    margin-left: 60px;
    margin-right: 60px; }
    article .content-body:before, article .content-body:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    article .content-body:after {
      clear: both; }
    @media (max-width: 767px) {
      article .content-body {
        margin: 0; } }
  article img.bottom {
    vertical-align: bottom;
    width: 100%; }
  article figure {
    width: 540px;
    margin: 5px 0 0 30px;
    float: right; }
    @media (max-width: 767px) {
      article figure {
        float: none;
        width: auto;
        margin: 0 -15px 20px; } }
    article figure figcaption {
      padding: 40px 50px;
      color: #006B3F;
      font-size: 11px; }
      @media (max-width: 767px) {
        article figure figcaption {
          font-size: 18px;
          line-height: 22px;
          text-align: right;
          padding: 20px 30px; } }
  article header {
    padding-bottom: 50px;
    position: relative; }
    article header .social-links {
      position: absolute;
      bottom: 10px;
      right: 0; }
      @media (max-width: 767px) {
        article header .social-links {
          position: static;
          margin: 0 0 60px; } }
  article header.type-1 {
    padding: 0 0 100px; }
    article header.type-1 h1 {
      text-align: center; }
      @media (max-width: 767px) {
        article header.type-1 h1 {
          text-align: left; } }
    article header.type-1 .lead-in p {
      color: #666;
      font: bold 25px/30px "Verlag A", "Verlag B", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-top: 50px; }
    article header.type-1 .btn {
      border-color: #006B3F; }
  article header.type-2 {
    position: relative; }
    article header.type-2 h1 {
      padding-right: 240px; }
      @media (max-width: 767px) {
        article header.type-2 h1 {
          padding-right: 0;
          margin: 0 0 40px; } }
  article .lead-in p {
    font: normal 24px/28px "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; }

.home-intro {
    overflow: hidden;
    padding: 0 0 50px; }
  .home-intro h1 {
    font-family: "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px; }
  @media (max-width: 991px) {
      .home-intro h1 {
        font-size: 22px;
        line-height: 28px; } }
  @media (max-width: 767px) {
      .home-intro h1 {
        font-size: 24px;
        line-height: 28px; 
      } 
  }

.home-intro nav {margin-bottom: 50px; }
.home-intro nav ul {
      margin-left: 0;
      text-align: center; 
}

@media (max-width:800px) {
    .home-intro nav ul {
        text-align: left; 
    } 
    .home-intro nav ul li{
        width: 100% !important;
        float: none !important;
    }

}

.home-intro nav ul li {
    text-transform: uppercase;
    border-bottom: 1px solid #979797;
    margin: 0;
    list-style: none; 
}

.home-intro nav ul li a {
    display: block;
    color: #C2A10D;
    font-size: 17px;
    line-height: 30px;
    padding: 36px 5px; 
}

@media (max-width: 768px) {
    .home-intro nav ul li a {
        padding: 20px 5px;
        font-size: 16px;
    }
}

.home-intro ul.inline li { list-style: none; }

.white-strip {
  background: #fff;
  padding: 40px; }

@media (max-width: 767px) {
  textarea + .text-right, .error-message + .text-right {
    text-align: center !important; } }

#gmaps h2 {
  color: #186742; }

@media (min-width: 992px) {
  .wrapper {
    position: relative;
    height: 310px; }
    .wrapper .home-landing-nav {
      width: 100%;
      max-height: 0;
      transition: max-height .6s;
      overflow: hidden; }
  body.past-vid .wrapper .home-landing-nav {
    max-height: 300px; }
    body.past-vid .wrapper .home-landing-nav:hover {
      overflow: visible; } }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

section.callout {
  padding: 100px 0 0;
  background: #fff; }

section.case-studies-2up {
  background: #f4f4f4;
  padding: 100px 0; }
  section.case-studies-2up ul.listing {
    zoom: 1;
    position: relative;
    margin: 0;
    padding: 0; }
    section.case-studies-2up ul.listing:before, section.case-studies-2up ul.listing:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    section.case-studies-2up ul.listing:after {
      clear: both; }
  section.case-studies-2up li {
    position: relative;
    width: 50%;
    float: left;
    margin: 0 0 100px;
    list-style: none; }
    section.case-studies-2up li:nth-of-type(2n+1) {
      clear: both;
      padding-right: 15px; }
    section.case-studies-2up li:nth-of-type(2n) {
      padding-left: 15px; }
  @media (max-width: 767px) {
    section.case-studies-2up li, section.case-studies-2up li:nth-of-type(2n+1), section.case-studies-2up li:nth-of-type(2n) {
      width: auto;
      float: none;
      padding: 0; } }
  section.case-studies-2up h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    margin-bottom: 100px;
    color: #186742; }
  section.case-studies-2up h2 {
    text-transform: uppercase;
    padding: 20px 0;
    color: #999;
    position: relative;
    margin-bottom: 50px; }
    @media (max-width: 799px) {
      section.case-studies-2up h2 {
        text-transform: none;
        font-size: 24px;
        line-height: 30px;
        padding: 50px 0; } }
    section.case-studies-2up h2:before, section.case-studies-2up h2:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: 2px;
      width: 60px;
      background: #C2A10D; }
    section.case-studies-2up h2:after {
      top: auto;
      bottom: 0; }
  section.case-studies-2up p {
    padding-left: 30px;
    margin-bottom: 50px;
    color: #999; }
    section.case-studies-2up p.load-more {
      padding: 0;
      margin: 50px 0; }
  section.case-studies-2up .img-wrap {
    position: relative; }
    @media (max-width: 799px) {
      section.case-studies-2up .img-wrap {
        margin: 0 -15px 50px; } }
    section.case-studies-2up .img-wrap a.btn.big-btn {
      white-space: nowrap;
      color: #fff;
      border-color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin-top: -6px; }

section.case-study-content {
  padding: 100px 0;
  background: #f4f4f4; }
  section.case-study-content h2 {
    font: normal 80px/80px "Verlag A", "Verlag B", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #186742;
    margin: 100px 0 50px -60px; }
    @media (max-width: 799px) {
      section.case-study-content h2 {
        font: normal 40px/40px "Verlag A", "Verlag B", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 50px 0; } }
  @media (max-width: 799px) {
    section.case-study-content p {
      padding: 0 0 0 15px; } }

.thought-leadership-detail{padding-bottom: 60px;}
.thought-leadership-detail .abstract, .thought-leadership-detail .abstract p{
    font-family: "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 1.563rem;
    line-height: 1.4;
    font-weight: 500;
    color: #4A4A4A;
}

.thought-leadership-detail figure{
    text-align: right;
}

section.case-study-full {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  min-height: 811px; }
  @media (max-width: 799px) {
    section.case-study-full {
      background: #fff;
      padding: 50px 0; } }
  section.case-study-full > img {
    width: 100%;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    min-height: 100%; }
    @media (max-width: 1440px) {
      section.case-study-full > img {
        width: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        max-width: none; } }
    @media (max-width: 799px) {
      section.case-study-full > img {
        display: none; } }
  section.case-study-full .img-wrap img {
    width: 100%; }
  @media (min-width: 800px) {
    section.case-study-full .img-wrap {
      display: none; } }
  @media (max-width: 799px) {
    section.case-study-full .img-wrap {
      margin: 0 -15px; } }
  section.case-study-full span.title {
    display: block;
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 799px) {
      section.case-study-full span.title {
        font-size: 24px;
        color: #C2A10D;
        text-align: center;
        margin: 0 0 100px; } }
  section.case-study-full h1 {
    text-transform: uppercase;
    text-align: left;
    color: #000;
    font: bold 42px/50px "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    max-width: 600px;
    position: relative;
    padding: 50px 0;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      section.case-study-full h1 {
        font: bold 30px/30px "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
        padding: 30px 0; } }
    section.case-study-full h1:before, section.case-study-full h1:after {
      content: "";
      width: 60px;
      height: 2px;
      position: absolute;
      left: 0;
      top: 0;
      background: #C2A10D; }
    section.case-study-full h1:after {
      top: auto;
      bottom: 0; }
  section.case-study-full p.teaser {
    color: #fff;
    line-height: 30px;
    padding-left: 70px;
    margin-bottom: 50px;
    max-width: 460px; }
    @media (max-width: 991px) {
      section.case-study-full p.teaser {
        margin-bottom: 30px;
        padding-left: 10px; } }
  section.case-study-full a.btn {
    border-color: #fff;
    color: #fff; }
  @media (max-width: 799px) {
    section.case-study-full p.text-center {
      margin: -100px 0 0; } }

section.case-study-hero {
  position: relative;
  overflow: hidden;
  padding: 230px 0;
  min-height: 811px; }
  @media (max-width: 799px) {
    section.case-study-hero {
      padding: 100px 0;
      min-height: 1080px;
      position: relative; }
      section.case-study-hero .col-md-12 {
        position: static; } }
  section.case-study-hero > img {
    width: 100%;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    min-height: 100%; }
    @media (max-width: 799px) {
      section.case-study-hero > img {
        display: none; } }
  section.case-study-hero .mobile-img {
    display: none; }
    section.case-study-hero .mobile-img img {
      width: 100%; }
    @media (max-width: 799px) {
      section.case-study-hero .mobile-img {
        display: block; } }
  @media (max-width: 799px) {
    section.case-study-hero .content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: #222222;
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 31%, #222222 30%, #222222 100%);
      /* W3C */
      padding: 30px 30px 50px; } }
  section.case-study-hero h1 {
    max-width: 620px;
    text-align: left;
    color: #fff;
    font: normal 36px/60px "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; }
    @media (max-width: 799px) {
      section.case-study-hero h1 {
        font: normal 24px/40px "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
        top: 200px; } }
  section.case-study-hero p {
    color: #444E52;
    font-size: 16px;
    max-width: 240px; }
    @media (max-width: 799px) {
      section.case-study-hero p {
        color: #C2A10D; } }

.eu-cookie-notification {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  text-align: center;
  background: #464646;
  padding: 3px 10px;
  overflow: hidden;
  transition: all .2s; }
  .eu-cookie-notification p {
    padding: 0;
    margin: 0;
    color: #ddd; }
  .eu-cookie-notification .btn {
    background: #186742;
    color: #fff;
    padding: 2px 7px;
    margin: 0 10px; }
  .eu-cookie-notification.consent {
    opacity: 0;
    max-height: 0px; }
  .eu-cookie-notification.no-consent {
    opacity: .99;
    max-height: 200px; }

#footer-main {
  background: #000;
  padding: 200px 0 0; }
  @media (max-width: 767px) {
    #footer-main {
      padding: 10px; } }
  #footer-main .logo {
    margin: 30px 0; }
    @media (max-width: 767px) {
      #footer-main .logo {
        display: block;
        width: 141px;
        margin: 80px auto; } }
  #footer-main nav li {
    width: 30%;
    margin-right: 3.3%;
    float: left;
    font-size: 14px; }
    #footer-main nav li a {
      display: block;
      position: relative;
      padding: 10px 0;
      color: #B1B1B1;
      transition: color 0.2s; }

    #footer-main nav li.linked-in a{
        padding: 8px 0 7px; 
    }

    #footer-main nav li.linked-in a span:first-child{
	    color: #000;
        background: #fff;
        padding: 3px 4px;
    }

    #footer-main nav li.linked-in a span:last-child{
	    font-size: 0;
    }

      #footer-main nav li:not(.linked-in) a:before {
      transition: color 0.2s; }
      #footer-main nav li a:before {
        content: '';
        display: block;
        height: 2px;
        width: 30px;
        background: #535353;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      #footer-main nav li a:after {
        content: '';
        display: block;
        height: 2px;
        width: 30px;
        background: #535353;
        transition: all 0.2s;
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 2; }
      #footer-main nav li a:hover {
        color: #C2A10D; }
        #footer-main nav li a:hover:after {
          width: 100px;
          background: #C2A10D; }
  #footer-main .copyright {
    padding: 220px 0 20px;
    display: block;
    color: #186742;
    text-align: center;
    font-size: 12px;
    font-family: sans-serif; }
    @media (max-width: 767px) {
      #footer-main .copyright {
        padding: 100px 0 10px; } }

section.form-staffing-questions {
  background: #f4f4f4;
  padding: 50px 0; }

@media (max-width: 767px) {
  section.form-staffing-questions fieldset:before, section.form-general-questions fieldset:before {
    display: none; } }

section.global-offices-list {
  padding: 100px 0;
  background: #F4F4F4; }
  section.global-offices-list .list {
    margin: 0 0 100px; }
  section.global-offices-list h2 {
    font: bold 36px/43px "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    border-bottom: 1px solid #000;
    padding: 20px 0; }
  section.global-offices-list a {
    display: block;
    color: #666;
    font: normal 24px/1.2 "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    position: relative;
    padding: 20px 0;
    transition: all .2s; }
    section.global-offices-list a:after {
      content: '';
      display: block;
      height: 2px;
      width: 60px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #ccc;
      transition: all .2s;
      max-width: 100%; }
    section.global-offices-list a:hover {
      color: #C2A10D; }
      section.global-offices-list a:hover:after {
        width: 120px;
        background: #C2A10D; }

section.global-offices-map {
  background: #3D3D3D;
  height: 750px; }
  @media (max-width: 799px) {
    section.global-offices-map {
      background-size: cover;
      height: 400px; } }
  @media (max-width: 500px) {
    section.global-offices-map {
      height: 300px; } }

body.stuck #header-main {
  margin-top: 0;
  width: 100%;
  top: 0;
  position: fixed;
  height: 70px;
  background: #E8E8E8;
  z-index: 1000;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.09); }
  body.stuck #header-main .header-wrap {
    position: relative;
    width: 60%;
    height: 70px;
    left: 20%; }
  body.stuck #header-main .logo {
    width: 160px;
    left: 55px;
    top: 70px; }
    @media (max-width: 925px) {
      body.stuck #header-main .logo {
        left: -65px; } }

body.stuck #search-main {
  right: 105px;
  top: 70px; }
  body.stuck #search-main input[type=search] {
    width: 120px;
    height: 45px; }
    body.stuck #search-main input[type=search]:focus {
      width: 938px; }

#header-main {
  margin-top: 1px;
  position: relative;
  height: 165px;
  transition: height .2s; }
  #header-main .header-wrap {
    height: 165px; }
    @media (max-width: 767px) {
      #header-main .header-wrap {
        height: 0; } }
  #header-main .logo {
    transition: none;
    position: absolute;
    top: 75px;
    padding: 10px 0; }
    #header-main .logo:hover {
      opacity: .9; }
    @media (max-width: 991px) {
      #header-main .logo {
        width: 180px; } }
    @media (max-width: 767px) {
      #header-main .logo {
        width: 160px;
        top: 11px; } }
  #header-main .nav-toggle {
    transition: all .2s;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #186742;
    height: 60px;
    width: 60px;
    text-align: center; }
    #header-main .nav-toggle:hover {
      background: rgba(0, 0, 0, 0.15); }
    #header-main .nav-toggle i {
      font-size: 30px;
      line-height: 60px; }
    @media (max-width: 767px) {
      #header-main .nav-toggle {
        display: block; } }
  #header-main .nav-search-toggle {
    right: 60px; }
  @media (max-width: 767px) {
    #header-main {
      background: #fff;
      height: 60px;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); } }

ul.button-links {
  position: absolute;
  right: 190px;
  top: -90px;
  z-index: 1; }
  @media (max-width: 991px) {
    ul.button-links {
      right: 170px; } }
  ul.button-links li {
    display: inline-block;
    margin-left: 20px; }
    @media (max-width: 767px) {
      ul.button-links li {
        margin-left: 0; }
        ul.button-links li:first-child {
          margin-bottom: 10px; } }
  @media (max-width: 767px) {
    ul.button-links {
      position: static;
      text-align: center;
      margin: 30px 0 0; } }

.stuck .logo {
  transition: all .2s !important; }

.stuck ul.button-links {
  position: fixed;
  right: 40%;
  top: 10px;
  z-index: 1000; }
  .stuck ul.button-links a {
    padding: 2px 10px;
    font-size: 14px; }
  @media (max-width: 1225px) {
    .stuck ul.button-links {
      right: 355px; } }
  @media (max-width: 1050px) {
    .stuck ul.button-links {
      right: 245px; } }
  @media (max-width: 850px) {
    .stuck ul.button-links {
      right: 205px; } }

article h1.heading-section-1 {
  text-align: left;
  font: bold 48px/58px "Verlag A", "Verlag B", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #186742;
  position: relative;
  padding: 50px 0;
  margin-bottom: 100px;
  text-transform: uppercase; }
  @media (max-width: 799px) {
    article h1.heading-section-1 {
      font-size: 24px;
      margin-bottom: 50px; } }
  article h1.heading-section-1:before, article h1.heading-section-1:after {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background: #186742; }
  article h1.heading-section-1:after {
    top: auto;
    bottom: 0; }

.load-more {
  margin: 40px 0;
  text-align: center; }
  .load-more a.btn {
    border-color: #186742; }

section.listing-news {
  padding: 100px 0;
  background: #f4f4f4; }
  section.listing-news h2 {
    font-size: 24px;
    line-height: 32px; }
    section.listing-news h2 a {
      color: #262626; }
      section.listing-news h2 a:hover {
        color: #C2A10D; }
  section.listing-news span.meta {
    font-size: 12px;
    font-style: italic;
    font-family: "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: #999;
    display: block;
    margin: 0 0 30px; }
  section.listing-news ul {
    margin: 0;
    padding: 0; }
    section.listing-news ul li {
      list-style: none;
      padding: 30px 0;
      margin: 0;
      position: relative; }
      section.listing-news ul li:before, section.listing-news ul li:after {
        content: '';
        display: block;
        height: 2px;
        width: 60px;
        position: absolute;
        top: 0;
        left: 0;
        background: #ccc; }
      section.listing-news ul li:after {
        top: auto;
        bottom: 0;
        left: auto;
        right: 0; }
  section.listing-news p {
    line-height: 32px;
    color: #000;
    padding-left: 30px; }
    @media (max-width: 799px) {
      section.listing-news p {
        padding-left: 0; } }

section.listing-our-team {
  padding: 100px 0; }
  section.listing-our-team .item {
    margin-bottom: 100px; }
  section.listing-our-team .profile-pic {
    border-radius: 50%;
    overflow: hidden;
    width: 300px;
    height: 300px;
    margin: 50px auto; }
    @media (max-width: 799px) {
      section.listing-our-team .profile-pic {
        width: 200px;
        height: 200px; } }
  section.listing-our-team h2 {
    text-align: center;
    font: normal 52px/63px "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: #186742; }
  section.listing-our-team span.title {
    display: block;
    text-align: center;
    color: #666;
    font: italic normal 24px "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    margin-bottom: 50px; }

section.listing-search {
  padding: 0 0 100px; }
  section.listing-search header {
    padding: 0 0 50px; }
    section.listing-search header h1 {
      color: #666;
      font-size: 25px; }
    section.listing-search header p {
      color: #444E52; }
    section.listing-search header .btn {
      margin-bottom: 30px;
      text-transform: none;
      border-color: #186742; }
    section.listing-search header .lf-jobs {
      font-size: 14px;
      color: #C2A10D;
      display: block; }
    @media (max-width: 799px) {
      section.listing-search header .lf-jobs-wrap {
        text-align: center; } }
    section.listing-search header .search-container {
      position: relative; }
      section.listing-search header .search-container input[type=search] {
        border-radius: 24px; }
        section.listing-search header .search-container input[type=search]::-ms-clear, section.listing-search header .search-container input[type=search]::-ms-reveal {
          display: none;
          width: 0;
          height: 0; }
        section.listing-search header .search-container input[type=search]::-webkit-search-decoration, section.listing-search header .search-container input[type=search]::-webkit-search-cancel-button, section.listing-search header .search-container input[type=search]::-webkit-search-results-button, section.listing-search header .search-container input[type=search]::-webkit-search-results-decoration {
          display: none; }
      section.listing-search header .search-container input[type=image] {
        position: absolute;
        top: 13px;
        right: 15px; }
  section.listing-search h2 a {
    color: #666; }
    section.listing-search h2 a:hover {
      color: #C2A10D; }
  section.listing-search ul.results {
    padding: 0;
    margin: 0; }
    section.listing-search ul.results li {
      position: relative;
      padding: 30px 0;
      margin: 0;
      list-style: none; }
      @media (max-width: 799px) {
        section.listing-search ul.results li {
          padding: 10px 0 30px; } }
      section.listing-search ul.results li:before {
        content: '';
        display: block;
        height: 2px;
        width: 60px;
        position: absolute;
        top: 0;
        left: 0;
        background: #8D8D8D; }
    section.listing-search ul.results p {
      padding-left: 30px;
      line-height: 30px; }
      @media (max-width: 799px) {
        section.listing-search ul.results p {
          padding-left: 15px; } }

section.listing-specialize {
  padding: 100px 0;
  background: #f4f4f4; }
  @media (max-width: 991px) {
    section.listing-specialize {
      padding: 50px 0; } }
  section.listing-specialize h1 {
    font: bold 22px/27px "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    text-transform: uppercase;
    color: #C2A10D;
    position: relative;
    padding: 40px 0;
    margin: 0 0 100px;
    text-align: left; }
    @media (max-width: 991px) {
      section.listing-specialize h1 {
        margin: 0 30px 50px; } }
    section.listing-specialize h1:before, section.listing-specialize h1:after {
      content: '';
      display: block;
      width: 60px;
      height: 2px;
      background: #186742;
      position: absolute;
      left: 0;
      top: 0; }
    section.listing-specialize h1:after {
      top: auto;
      bottom: 0; }
  section.listing-specialize ul {
    margin: 0 0 100px; }
    @media (max-width: 991px) {
      section.listing-specialize ul {
        margin: -1px 0; } }
    section.listing-specialize ul li {
      list-style: none;
      text-align: center;
      border-bottom: 1px solid #979797;
      margin: 0;
      display: block;
      text-transform: uppercase;
      padding: 24px;
      color: #999; }
      @media (max-width: 767px) {
        section.listing-specialize ul li {
          margin: 0 -15px; } }
      section.listing-specialize ul li:first-child {
        border-top: 1px solid #979797; }
      section.listing-specialize ul li a {
        display: block;
        text-transform: uppercase;
        padding: 24px;
        color: #999; }
        section.listing-specialize ul li a:hover {
          color: #C2A10D; }
  @media (max-width: 991px) {
    section.listing-specialize a.btn {
      margin-top: 30px; } }

section.listing-split {
  padding: 100px 0;
  background: #F4F4F4; }
  section.listing-split header {
    margin-bottom: 100px; }
  section.listing-split ul.listing {
    zoom: 1;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    section.listing-split ul.listing:before, section.listing-split ul.listing:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    section.listing-split ul.listing:after {
      clear: both; }
  section.listing-split li {
    position: relative;
    width: 50%;
    float: left;
    list-style: none; }
    section.listing-split li:nth-of-type(2n+1) {
      clear: both;
      padding-right: 15px; }
    section.listing-split li:nth-of-type(2n) {
      padding-left: 15px; }
  @media (max-width: 767px) {
    section.listing-split li, section.listing-split li:nth-of-type(2n+1), section.listing-split li:nth-of-type(2n) {
      width: auto;
      float: none;
      padding: 0; } }
  section.listing-split h1 {
    font: bold 22px/27px "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: #186742;
    text-align: left;
    position: relative;
    padding: 50px 0;
    margin: 0 auto;
    width: 460px; }
    @media (max-width: 767px) {
      section.listing-split h1 {
        width: auto; } }
    section.listing-split h1:before, section.listing-split h1:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: 2px;
      width: 60px;
      background: #C2A10D; }
    section.listing-split h1:after {
      top: auto;
      bottom: 0; }
  section.listing-split li.item {
    padding-bottom: 100px; }
    @media (max-width: 767px) {
      section.listing-split li.item {
        padding-bottom: 50px; } }
    section.listing-split li.item h2 a {
      color: #006B3F;
      font-size: 36px; }
    section.listing-split li.item p {
      border-left: 6px solid rgba(0, 107, 63, 0.25);
      padding-left: 30px;
      color: #444E52; }
      @media (max-width: 767px) {
        section.listing-split li.item p {
          padding-left: 15px; } }
      section.listing-split li.item p:last-child {
        margin-bottom: 100px;
        position: relative; }
        section.listing-split li.item p:last-child:after {
          content: '';
          display: block;
          width: 60px;
          height: 2px;
          background: #C2A10D;
          position: absolute;
          bottom: -100px;
          right: 0; }
    section.listing-split li.item a.btn {
      border-color: #006B3F; }

section.listing-work-with-clients {
  padding: 100px 0;
  background: #f4f4f4; }
  section.listing-work-with-clients ul {
    margin: 0;
    padding: 0; }
  section.listing-work-with-clients li {
    list-style: none;
    margin: 0; }
    section.listing-work-with-clients li span.count {
      display: block;
      text-align: center;
      height: 38px;
      width: 38px;
      line-height: 35px;
      border-radius: 50%;
      border: 1px solid #C2A10D;
      margin: 50px auto;
      color: #186742;
      font-size: 20px; }
    section.listing-work-with-clients li h2 {
      color: #186742;
      text-align: center;
      position: relative;
      margin: 0 0 50px;
      font-size: 24px;
      text-transform: uppercase; }
      section.listing-work-with-clients li h2 span {
        padding: 0 10px;
        background: #f4f4f4;
        position: relative; }
      section.listing-work-with-clients li h2:before {
        content: '';
        width: 100%;
        height: 1px;
        background: #979797;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1px; }
        @media (max-width: 767px) {
          section.listing-work-with-clients li h2:before {
            width: 110%;
            left: -15px; } }
    section.listing-work-with-clients li p {
      margin-bottom: 100px;
      font-size: 25px;
      line-height: 30px;
      color: #666; }
    section.listing-work-with-clients li:last-child p {
      margin-bottom: 0; }
  section.listing-work-with-clients a.btn {
    margin-top: 100px; }

.media-inquiries {
  margin-bottom: 50px;
  text-align: right;
  padding-bottom: 30px;
  position: relative; }
  .media-inquiries:after {
    content: '';
    background: #186742;
    display: block;
    height: 2px;
    width: 60px;
    position: absolute;
    bottom: 0;
    right: 0; }
  .media-inquiries span {
    display: block; }
  .media-inquiries .title {
    font: bold 13px/16px "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: #C2A10D; }
  .media-inquiries .name {
    font: normal 24px/28px "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: #000; }
  .media-inquiries .position {
    color: #444E52;
    line-height: 18px; }
  .media-inquiries .tel {
    color: #262626;
    font-size: 21px;
    line-height: 24px; }
  .media-inquiries .email {
    color: #666;
    line-height: 1; }

section.more-articles {
  padding: 100px 0 100px;
  background: #fff; }
  @media (max-width: 991px) {
    section.more-articles .box {
      margin-top: 100px; } }
  section.more-articles h2.article-section-title {
    margin: 0px 0 100px 150px;
    position: relative;
    font-size: 48px;
    padding: 40px 0;
    font-family: "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-weight: bold;
    color: #000; }
    @media (max-width: 991px) {
      section.more-articles h2.article-section-title {
        margin: 0; } }
    section.more-articles h2.article-section-title:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 2px;
      background-color: #006B3F; }
    section.more-articles h2.article-section-title:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 60px;
      height: 2px;
      background-color: #006B3F; }
  section.more-articles h2 {
    margin: 0 0 40px 0;
    position: relative;
    padding-bottom: 45px;
    font-size: 24px; 
    font-style: italic;
  }
    section.more-articles h2:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 60px;
      height: 2px;
      background-color: #006B3F; }
  section.more-articles img {
       margin: 0 auto 40px;
       display: block; 
  }
  section.more-articles p {
    padding-left: 30px; }
  section.more-articles a.btn {
    border-color: #186742; }

.more-articles .col-md-4 {
    float: none;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

@media (min-width: 800px){
    .more-articles .col-md-4 {
        width: 33%;
     }
}

.more-articles .container .row:last-child {
    text-align: center;
}

.more-articles .box .text-right {
	position: relative;
	padding-top: 30px;
}

.more-articles .box .text-right:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #006B3F;
}

section.more-articles-2up {
  background: #f4f4f4;
  padding: 100px 0; }
  section.more-articles-2up ul.listing {
    zoom: 1;
    position: relative;
    margin: 0;
    padding: 0; }
    section.more-articles-2up ul.listing:before, section.more-articles-2up ul.listing:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    section.more-articles-2up ul.listing:after {
      clear: both; }
  section.more-articles-2up li {
    position: relative;
    width: 50%;
    float: left;
    margin: 0 0 100px;
    list-style: none; }
    section.more-articles-2up li:nth-of-type(2n+1) {
      clear: both;
      padding-right: 15px; }
    section.more-articles-2up li:nth-of-type(2n) {
      padding-left: 15px; }
  @media (max-width: 767px) {
    section.more-articles-2up li, section.more-articles-2up li:nth-of-type(2n+1), section.more-articles-2up li:nth-of-type(2n) {
      width: auto;
      float: none;
      padding: 0; } }
  section.more-articles-2up h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    margin-bottom: 100px;
    color: #186742; }
  section.more-articles-2up h2 {
    text-transform: uppercase;
    padding: 20px 0;
    color: #999;
    position: relative;
    margin-bottom: 50px; }
    @media (max-width: 799px) {
      section.more-articles-2up h2 {
        text-transform: none;
        font-size: 24px;
        line-height: 30px;
        padding: 50px 0; } }
    section.more-articles-2up h2:before, section.more-articles-2up h2:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: 2px;
      width: 60px;
      background: #186742; }
    section.more-articles-2up h2:after {
      top: auto;
      bottom: 0; }
  section.more-articles-2up p {
    padding-left: 30px;
    margin-bottom: 50px;
    color: #999; }
    section.more-articles-2up p.load-more {
      padding: 0;
      margin: 50px 0; }
  section.more-articles-2up .img-wrap {
    position: relative; }
    @media (max-width: 799px) {
      section.more-articles-2up .img-wrap {
        margin: 0 -15px 50px; } }
    section.more-articles-2up .img-wrap a.btn.big-btn {
      white-space: nowrap;
      color: #fff;
      border-color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin-top: -6px; }
  section.more-articles-2up a.btn {
    border-color: #186742; }

section.more-research-2up {
  background: #f4f4f4;
  padding: 100px 0; }
  section.more-research-2up ul.listing {
    zoom: 1;
    position: relative;
    margin: 0;
    padding: 0; }
    section.more-research-2up ul.listing:before, section.more-research-2up ul.listing:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    section.more-research-2up ul.listing:after {
      clear: both; }
  section.more-research-2up li {
    position: relative;
    width: 50%;
    float: left;
    margin: 0 0 100px;
    list-style: none; }
    section.more-research-2up li:nth-of-type(2n+1) {
      clear: both;
      padding-right: 15px; }
    section.more-research-2up li:nth-of-type(2n) {
      padding-left: 15px; }
    section.more-research-2up li a.btn {
      white-space: nowrap;
      color: #C2A10D;
      border-color: #C2A10D;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin-top: 100px; }
  @media (max-width: 767px) {
    section.more-research-2up li, section.more-research-2up li:nth-of-type(2n+1), section.more-research-2up li:nth-of-type(2n) {
      width: auto;
      float: none;
      padding: 0; } }
  section.more-research-2up h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 70px;
    text-align: center;
    margin-bottom: 100px;
    color: #186742;
    font-family: "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; }
  section.more-research-2up h2 {
    text-transform: uppercase;
    padding: 20px 0;
    color: #000;
    position: relative;
    margin-bottom: 50px; }
    @media (max-width: 799px) {
      section.more-research-2up h2 {
        text-transform: none;
        font-size: 24px;
        line-height: 30px;
        padding: 50px 0; } }
    section.more-research-2up h2:before, section.more-research-2up h2:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: 2px;
      width: 60px;
      background: #186742; }
    section.more-research-2up h2:after {
      top: auto;
      bottom: 0; }
  section.more-research-2up p {
    padding-left: 30px;
    margin-bottom: 50px;
    color: #999; }
    section.more-research-2up p.load-more {
      padding: 0;
      margin: 50px 0; }
  section.more-research-2up a.btn {
    color: #186742;
    border-color: #186742; }

nav#nav-locale {
  padding: 100px 0;
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  visibility: hidden;
  transition: all .2s; }
  @media (max-width: 767px) {
    nav#nav-locale {
      top: 0; } }
  nav#nav-locale p {
    font-size: 28px; }
  nav#nav-locale ul {
    opacity: 0;
    transition: all .2s; }
  nav#nav-locale li {
    width: 47%;
    margin-right: 3%;
    float: left;
    font-size: 15px;
    text-transform: none;
    border-bottom: 1px solid #333;
    color: #006B3F;
    padding: 30px 0 10px;
    zoom: 1; }
    nav#nav-locale li:before, nav#nav-locale li:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    nav#nav-locale li:after {
      clear: both; }
    @media (max-width: 767px) {
      nav#nav-locale li {
        width: auto;
        float: none;
        margin: 0; } }
    nav#nav-locale li span {
      display: block;
      width: 40%;
      float: left; }
    nav#nav-locale li a {
      display: block;
      width: 20%;
      float: left;
      color: #999;
      font-size: 13px;
      text-align: center;
      transition: color 0.2s; }
      nav#nav-locale li a:hover, nav#nav-locale li a.current {
        color: #C2A10D; }
  nav#nav-locale a.close {
    position: absolute;
    top: 0;
    right: 0;
    color: #006B3F;
    height: 60px;
    width: 60px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    transition: opacity .2s; }
    nav#nav-locale a.close:hover {
      background: rgba(0, 0, 0, 0.15); }
    @media (max-width: 767px) {
      nav#nav-locale a.close {
        display: block; } }
    nav#nav-locale a.close i {
      font-size: 30px;
      line-height: 60px; }

.nav-locale-open nav#nav-locale {
  visibility: visible;
  background: white; }
  .nav-locale-open nav#nav-locale ul {
    opacity: 1; }
  .nav-locale-open nav#nav-locale a.close {
    opacity: 1; }

.nav-locale-open-out nav#nav-locale {
  visibility: visible;
  background: rgba(255, 255, 255, 0); }

.nav-locale-open.landing nav#nav-locale {
  position: static; }

#nav-main .col-lg-12 {
  position: relative; }

#nav-main ul.top {
  transition: all .2s;
  display: table;
  font-size: 15px;
  width: 100%; }
  @media (max-width: 767px) {
    #nav-main ul.top {
      display: block;
      padding: 60px 0; } }
  #nav-main ul.top > li {
    display: table-cell;
    border: 1px solid #fff;
    border-width: 1px 0;
    text-transform: uppercase;
    vertical-align: middle; }
    @media (max-width: 767px) {
      #nav-main ul.top > li {
        display: block;
        border: none; } }
    #nav-main ul.top > li > a {
      display: block;
      color: #999;
      padding: 10px;
      text-align: center; }
      @media (max-width: 767px) {
        #nav-main ul.top > li > a {
          text-align: right;
          padding-right: 40px; } }
    #nav-main ul.top > li.home > a i {
      color: #000; }
    #nav-main ul.top > li.home span {
      display: none;
      margin-left: 10px; }
      @media (max-width: 767px) {
        #nav-main ul.top > li.home span {
          display: inline; } }
    #nav-main ul.top > li:hover > a {
      background: #fff;
      color: #C2A10D; }
      @media (max-width: 767px) {
        #nav-main ul.top > li:hover > a {
          background: transparent; } }
    #nav-main ul.top > li:hover .child {
      visibility: visible;
      left: 15px; }
      @media (max-width: 767px) {
        #nav-main ul.top > li:hover .child {
          left: auto; } }
    #nav-main ul.top > li.current > a {
      position: relative;
      color: #000; }
      #nav-main ul.top > li.current > a:before, #nav-main ul.top > li.current > a:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #000;
        position: absolute;
        left: 0;
        top: -1px; }
      #nav-main ul.top > li.current > a:after {
        top: auto;
        bottom: -1px; }
  #nav-main ul.top .child {
    position: absolute;
    visibility: hidden;
    left: -999em;
    right: 15px;
    top: 40px;
    background: #fff;
    z-index: 1000;
    padding: 100px 10px; }
    @media (max-width: 767px) {
      #nav-main ul.top .child {
        position: relative;
        visibility: visible;
        left: auto;
        top: auto;
        right: auto;
        padding: 0 15px;
        margin: 0 -15px; } }
    #nav-main ul.top .child li {
      width: 47%;
      margin-right: 3%;
      float: left;
      font-size: 14px;
      text-transform: none; }
      @media (max-width: 767px) {
        #nav-main ul.top .child li {
          width: auto;
          float: none;
          margin: 0; } }
      #nav-main ul.top .child li a {
        display: block;
        position: relative;
        padding: 30px 0;
        color: #999;
        transition: color 0.2s; }
        @media (max-width: 767px) {
          #nav-main ul.top .child li a {
            padding: 20px 40px 20px 20px;
            text-align: right; } }
        #nav-main ul.top .child li a:after {
          content: '';
          display: block;
          height: 2px;
          width: 30px;
          background: #E8E8E8;
          transition: all 0.2s;
          position: absolute;
          bottom: -2px;
          left: 0;
          z-index: 2; }
          @media (max-width: 767px) {
            #nav-main ul.top .child li a:after {
              display: none; } }
        #nav-main ul.top .child li a:hover {
          color: #C2A10D; }
          #nav-main ul.top .child li a:hover:after {
            width: 100px;
            background: #C2A10D; }

#nav-main a.close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #006B3F;
  height: 60px;
  width: 60px;
  text-align: center;
  z-index: 1;
  cursor: pointer; }
  #nav-main a.close:hover {
    background: rgba(0, 0, 0, 0.15); }
  @media (max-width: 767px) {
    #nav-main a.close {
      display: block; } }
  #nav-main a.close i {
    font-size: 30px;
    line-height: 60px; }

@media (max-width: 767px) {
  #nav-main {
    position: relative;
    margin-bottom: 40px;
    top: -40px;
    transition: top .5s, opacity .3s;
    opacity: 0; } }

.nav-wrap {
  position: relative; }
  @media (max-width: 767px) {
    .nav-wrap {
      position: fixed;
      top: -999em;
      right: 0;
      left: 0;
      bottom: 0;
      background: #E8E8E8;
      z-index: 1000;
      overflow: auto;
      visibility: hidden;
      opacity: 0; } }

@media (max-width: 767px) {
  .nav-main-open {
    overflow: hidden;
    position: absolute; }
    .nav-main-open #nav-main {
      top: 0;
      opacity: 1; }
    .nav-main-open .nav-wrap {
      visibility: visible;
      top: 0;
      opacity: 1; } }

@media (max-width: 767px) {
  .nav-main-open-out {
    overflow: hidden;
    position: absolute; }
    .nav-main-open-out #nav-main {
      top: -40px;
      opacity: 0; }
    .nav-main-open-out .nav-wrap {
      visibility: visible;
      top: 0; } }

#nav-utility {
  background: #000;
  position: absolute;
  top: -167px;
  left: 0;
  right: 0; }
  #nav-utility ul {
    text-align: right; }
    @media (max-width: 767px) {
      #nav-utility ul {
        text-align: center; } }
  #nav-utility li {
    font-size: 14px;
    display: inline-block; }
    @media (max-width: 767px) {
      #nav-utility li {
        display: block;
        width: 50%;
        float: left; } }
  #nav-utility a {
    color: #858585;
    line-height: 25px;
    display: block;
    padding: 0 15px;
    transition: color 0.2s; }
    #nav-utility a:hover {
      color: #fff;
      text-decoration: none; }
    @media (max-width: 767px) {
      #nav-utility a {
        color: #96A0A3;
        text-align: center;
        padding: 30px 10px; }
        #nav-utility a:hover {
          color: #C2A10D; } }
  @media (max-width: 767px) {
    #nav-utility {
      position: static;
      background: #fff;
      display: none; } }

@media (max-width: 767px) {
  .nav-main-open #nav-utility {
    display: block; } }

.nav-locale-open #nav-utility a[toggle-class="nav-locale-open"] {
  color: #C2A10D; }

section.our-approach-full {
  position: relative;
  overflow: hidden;
  padding: 100px 0; }
  @media (max-width: 799px) {
    section.our-approach-full {
      background: #fff; } }
  section.our-approach-full > img {
    width: 100%;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    min-height: 100%; }
    @media (max-width: 1440px) {
      section.our-approach-full > img {
        width: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        max-width: none; } }
  section.our-approach-full h1 {
    text-align: center;
    color: #fff;
    max-width: 600px;
    position: relative;
    padding: 50px 0;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      section.our-approach-full h1 {
        font: bold 30px/30px "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
        padding: 30px 0; } }
    section.our-approach-full h1:before, section.our-approach-full h1:after {
      content: "";
      width: 60px;
      height: 2px;
      position: absolute;
      left: 0;
      top: 0;
      background: #186742; }
    section.our-approach-full h1:after {
      top: auto;
      bottom: 0; }
  section.our-approach-full p.teaser {
    color: #fff;
    line-height: 30px;
    padding-left: 70px;
    margin-bottom: 50px;
    max-width: 460px; }
    @media (max-width: 991px) {
      section.our-approach-full p.teaser {
        margin-bottom: 30px;
        padding-left: 10px; } }
  section.our-approach-full a.btn {
    border-color: #fff;
    color: #fff; }


  section.featured-case-study{
      padding: 50px 0 100px;
  }

  section.featured-case-study h2{color:#C2A10D; text-align: center;}

  .featured-case-study .featured-item-label{ 
      display: block;
      text-align: center;
      color: #C2A10D;
      margin-bottom: 100px;
  }

  section.featured-case-study a.btn {
    border-color: #C2A10D;
    color: #C2A10D;
}

section.featured-case-study .teaser {
    color: #fff;
    line-height: 30px;
    margin: 0 auto 50px;
    max-width: 680px;
}

@media (min-width: 800px){
    section.featured-case-study p.teaser {
        padding-left: 170px;
    }
}

#gmaps {
  height: 500px;
  width: 100%; }
  @media (max-width: 991px) {
    #gmaps {
      height: 400px; } }
  @media (max-width: 767px) {
    #gmaps {
      display: none; } }

.infoWindowContent {
  font-size: 14px !important;
  border-top: 1px solid #ccc;
  padding-top: 10px; }
  @media (max-width: 991px) {
    .infoWindowContent {
      max-height: 150px; } }

section.our-locations {
  padding: 100px 0;
  min-height: 900px;
  background: #555355;
  position: relative; 
  overflow: hidden;
}
  section.our-locations img {
    position: absolute;
    width: 100%;
    height: 934px;
    top: 0; }
  section.our-locations h1 {
    font: bold 23px/27px "Verlag A", "Verlag B", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #C2A10D;
    border-bottom: 3px solid #C2A10D;
    margin-bottom: 100px;
    text-align: left; }
  section.our-locations ul {
    padding: 0;
    margin: 0; }
  section.our-locations li {
    position: relative;
    opacity: .7;
    transition: all .2s;
    list-style: none;
    margin: 0; }
    section.our-locations li:hover {
      opacity: 1; }
  section.our-locations h2 {
    cursor: pointer;
    color: #fff;
    line-height: 55px;
    border-bottom: 1px solid #F4F4F4;
    transition: all .2s;
    margin: 0;
    padding: 5px 0; }
    section.our-locations h2 a {
      color: #fff; }
  section.our-locations li.active {
    opacity: 1; }
    section.our-locations li.active h2 {
      border-bottom: 3px solid #F4F4F4;
      cursor: default; }
    section.our-locations li.active .reveal {
      max-height: 600px;
      opacity: 1;
      padding: 30px 0 60px; }
  section.our-locations a.tel {
    color: #B3B3B3;
    position: absolute;
    top: 20px;
    right: 0; }
  section.our-locations span.fax {
    display: block;
    color: #666;
    margin-bottom: 10px; }
  section.our-locations p {
    color: #B3B3B3;
    margin: 0; }
  section.our-locations .reveal {
    transition: all .2s;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    position: relative;
    padding: 0; }
    section.our-locations .reveal:after {
      content: '';
      display: block;
      height: 3px;
      width: 60px;
      position: absolute;
      bottom: 30px;
      left: 0;
      background: #fff; }
    section.our-locations .reveal .mobile-map {
      display: none;
      margin-top: 25px;
      position: relative;
      width: 100%;
      overflow: hidden; }
      section.our-locations .reveal .mobile-map a {
        display: block; }
      @media (max-width: 799px) {
        section.our-locations .reveal .mobile-map {
          display: block; } }
      section.our-locations .reveal .mobile-map img {
        position: static;
        height: auto;
        width: 100%;
        -webkit-transform: translateY(-20%);
                transform: translateY(-20%); }

section.our-story-hero {
  position: relative;
  overflow: hidden;
  padding: 230px 0; }
  @media (max-width: 799px) {
    section.our-story-hero {
      padding: 100px 0;
      min-height: 900px;
      position: relative; }
      section.our-story-hero .col-md-12 {
        position: static; } }
  section.our-story-hero > img {
    width: 100%;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    min-height: 100%; }
    @media (max-width: 799px) {
      section.our-story-hero > img {
        display: none; } }
  section.our-story-hero .mobile-img {
    display: none; }
    section.our-story-hero .mobile-img img {
      width: 100%; }
    @media (max-width: 799px) {
      section.our-story-hero .mobile-img {
        display: block; } }
  @media (max-width: 799px) {
    section.our-story-hero .content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: #222222;
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 31%, #222222 30%, #222222 100%);
      /* W3C */
      padding: 30px 30px 50px; } }
  section.our-story-hero h1 {
    text-align: left;
    color: #006B3F;
    max-width: 600px;
    position: relative;
    padding: 50px 0;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      section.our-story-hero h1 {
        font: bold 30px/30px "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
        padding: 30px 0; } }
    @media (max-width: 799px) {
      section.our-story-hero h1 {
        position: absolute;
        top: 120px; } }
    section.our-story-hero h1:before, section.our-story-hero h1:after {
      content: "";
      width: 60px;
      height: 2px;
      position: absolute;
      left: 0;
      top: 0;
      background: #006B3F; }
    section.our-story-hero h1:after {
      top: auto;
      bottom: 0; }
  section.our-story-hero p {
    color: #fff;
    font-size: 25px; }
  section.our-story-hero a.btn.big-btn {
    color: #006B3F;
    border-color: #006B3F; }

section.our-team-2up {
  padding: 100px 0;
  background: #f4f4f4; }
  @media (max-width: 799px) {
    section.our-team-2up .img-wrap {
      margin: 0 -15px; } }
  section.our-team-2up img {
    margin-bottom: 30px; }
  section.our-team-2up h1:before, section.our-team-2up h1:after {
    background: #186742; }
  section.our-team-2up h2 {
    color: #666; }
    @media (max-width: 799px) {
      section.our-team-2up h2 {
        margin-bottom: 50px; } }
  section.our-team-2up p {
    padding: 0 0 100px 30px;
    position: relative;
    margin: 0 0 50px; }
    @media (max-width: 799px) {
      section.our-team-2up p {
        padding-left: 15px; } }
    section.our-team-2up p:after {
      content: '';
      display: block;
      width: 60px;
      height: 2px;
      position: absolute;
      right: 0;
      bottom: 0;
      background: #ccc; }
      @media (max-width: 799px) {
        section.our-team-2up p:after {
          display: none; } }
    section.our-team-2up p.text-center {
      padding: 0; }
      section.our-team-2up p.text-center:after {
        display: none; }
  section.our-team-2up a.btn {
    margin-top: 50px;
    border-color: #186742;
    color: #186742; }

section.promo-news {
  padding: 100px 0;
  background: #fff; }
  section.promo-news span.meta {
    display: block;
    margin: 0 0 30px;
    font: bold 14px/18px "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: #C2A10D; }
  section.promo-news img {
    margin-bottom: 30px; }
  @media (max-width: 799px) {
    section.promo-news .img-wrap {
      margin: 0 -15px; } }
  section.promo-news h1 {
    font: normal 48px/52px "Verlag A", "Verlag B", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left; }
    @media (max-width: 799px) {
      section.promo-news h1 {
        margin-bottom: 30px; } }
    section.promo-news h1 a {
      color: #4A4A4A; }
  section.promo-news p {
    padding-left: 60px; }
    @media (max-width: 799px) {
      section.promo-news p {
        padding-left: 0; } }
  section.promo-news p.intro {
    font: normal 24px/30px "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: #C2A10D; }
    @media (max-width: 799px) {
      section.promo-news p.intro {
        padding-left: 0;
        font-weight: normal; } }
  section.promo-news a.btn {
    border-color: #186742; }

section.promo-news-heading {
  background: #fff;
  padding: 100px 0 0; }

section.promo-news-b a.btn {
  margin: 50px 0;
  color: #C2A10D;
  border-color: #C2A10D; }

#promo-triple-block {
  padding: 200px 0;
  background: #fff; }
  @media (max-width: 600px) {
    #promo-triple-block {
      padding: 100px 0 200px; } }
  #promo-triple-block ul {
    width: 100%; }
    #promo-triple-block ul li {
      width: 30%;
      float: left;
      margin-left: 5%;
      padding-bottom: 30%;
      position: relative; }
      #promo-triple-block ul li:first-child {
        margin-left: 0; }
      @media (max-width: 600px) {
        #promo-triple-block ul li {
          float: none;
          width: 100%;
          padding-bottom: 100%;
          margin: 0 0 30px; } }
      #promo-triple-block ul li a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        border: 2px solid #000;
        color: #000;
        text-transform: uppercase; }
        #promo-triple-block ul li a span {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          padding: 0 40px; }

section.quote-full {
  padding: 100px 0;
  background: #006B3F; }
  @media (max-width: 767px) {
    section.quote-full {
      padding: 50px 0; } }
  section.quote-full blockquote {
    width: auto;
    background: transparent;
    margin: 0;
    letter-spacing: 1px; }
    section.quote-full blockquote p {
      color: #fff;
      border-left: 10px solid #008949;
      padding-left: 70px;
      font: normal 32px/40px "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        section.quote-full blockquote p {
          font-size: 24px;
          padding-left: 0;
          text-align: center;
          border: none; } }
    section.quote-full blockquote cite {
      display: block;
      text-align: right;
      color: #C2A10D;
      font-size: 16px; }
      @media (max-width: 767px) {
        section.quote-full blockquote cite {
          border-top: 3px solid #008949;
          padding: 40px 0 0; } }


/* Video COmponent */
section.video-with-description {
    background: #006B3F;
    color: #fff;
    padding: 100px 0;
}

section.video-with-description .video-container .BrightcoveExperience, 
section.video-with-description .video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

 @media (min-width: 768px){
    section.video-with-description .row{
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
    }
}
section.video-with-description, section.video-with-description p{
    line-height: 1.3;
}

section.video-with-description .video-container{
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

@media (max-width: 767px) {
    section.video-with-description .video {
        margin: 60px 0 0;
    }
}

.video-description{
    border-left: 10px solid #008949;
    padding: 5% 5% 5% 10%;
    margin: 0 11%;
}

@media (max-width: 767px) {
    .video-description {
        margin: 0;
    }
}

section.research-hero {
  background: #fff;
  padding: 100px 0; }
  section.research-hero h1 {
    padding: 50px 0;
    color: #000;
    margin-bottom: 50px;
    position: relative; }
    section.research-hero h1:before, section.research-hero h1:after {
      content: "";
      width: 60px;
      height: 2px;
      position: absolute;
      left: 0;
      top: 0;
      background: #186742; }
    section.research-hero h1:after {
      top: auto;
      bottom: 0; }
  section.research-hero a.btn {
    color: #C2A10D;
    border-color: #C2A10D;
    margin-top: 70px; }

#search-main {
  position: absolute;
  right: 15px;
  top: 75px;
  z-index: 2; }
  #search-main a.nav-toggle {
    display: none; }
  #search-main input {
    width: 140px;
    transition: all 0.2s;
    border-radius: 24px;
    background-color: #E8E8E8;
    border: 2px solid #fff;
    -webkit-appearance: none; }
    #search-main input:focus {
      width: 938px;
      background: #fff;
      border-radius: 0px; }
      @media (max-width: 991px) {
        #search-main input:focus {
          width: 400px; } }
    #search-main input::-ms-clear, #search-main input::-ms-reveal {
      display: none;
      width: 0;
      height: 0; }
    #search-main input::-webkit-search-decoration, #search-main input::-webkit-search-cancel-button, #search-main input::-webkit-search-results-button, #search-main input::-webkit-search-results-decoration {
      display: none; }
  #search-main input[type='submit'] {
    position: absolute;
    border: 0;
    height: 25px;
    width: 23px;
    background: transparent;
    top: 9px;
    right: 10px;
    border-radius: 0; }
    #search-main input[type='submit']:hover {
      cursor: pointer; }
    #search-main input[type='submit'] + i {
      pointer-events: none;
      top: 9px;
      right: 10px;
      position: absolute;
      font-size: 22px;
      color: #186742; }
  @media (max-width: 767px) {
    #search-main {
      position: fixed;
      padding: 10px 15px;
      background: #fff;
      top: -40px;
      z-index: -100;
      opacity: 0;
      transition: top .5s, opacity .3s; }
      #search-main a.nav-toggle {
        display: block;
        position: absolute;
        top: 0px;
        right: 0;
        background: #fff; }
        #search-main a.nav-toggle:hover {
          background: #E8E8E8; }
      #search-main input {
        position: relative;
        top: 35%;
        line-height: 1;
        width: 100%;
        margin-bottom: 0;
        background: #fff;
        font-size: 36px;
        border-bottom: 1px solid #E2E2E2;
        border-radius: 0;
        -webkit-appearance: none;
        /* Had to break this up because it won't work otherwise */ }
        #search-main input:focus {
          width: 100%;
          outline: 0; }
        #search-main input[type='image'] {
          display: none; }
        #search-main input::-webkit-input-placeholder {
          font-size: 36px;
          overflow: visible; }
        #search-main input:-moz-placeholder {
          /* Firefox 18- */
          font-size: 36px;
          overflow: visible; }
        #search-main input::-moz-placeholder {
          /* Firefox 19+ */
          font-size: 36px;
          overflow: visible; }
        #search-main input:-ms-input-placeholder {
          font-size: 36px;
          overflow: visible; } }

@media (max-width: 767px) {
  .search-main-open #search-main {
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 1000; }
  .search-main-open .search-wrap {
    top: 0;
    opacity: 1; } }

@media (max-width: 767px) {
  .search-wrap {
    top: -999em;
    opacity: 0; } }

ul.autoSuggest {
  display: none;
  z-index: 10000;
  background: #fafafa;
  position: absolute;
  width: 938px;
  right: 0;
  margin-top: -19px;
  opacity: 1;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.09); }
  @media (max-width: 991px) {
    ul.autoSuggest {
      width: 100%;
      display: block;
      margin-top: 230px;
      background: #fff;
      opacity: 1;
      box-shadow: none; }
      ul.autoSuggest li {
        border: none; }
        ul.autoSuggest li a {
          padding: 3px 25px !important;
          opacity: .6; } }
  ul.autoSuggest.open {
    display: block; }
  ul.autoSuggest li {
    border-top: 1px solid #fff; }
    ul.autoSuggest li:first-child {
      border: none; }
    ul.autoSuggest li h2 {
      font-size: 14px;
      margin: 0; }
    ul.autoSuggest li a {
      font-family: "Verlag A", "Verlag B", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: 20px 10px;
      display: block;
      color: #000; }
      ul.autoSuggest li a:hover, ul.autoSuggest li a.activey {
        background: #E8E8E8; }

.social-links {
  position: relative; }
  .content-body .social-links {
    margin-bottom: 100px; }
  .social-links span {
    padding-right: 20px; }
  .social-links ul {
    margin: 0; }
    .social-links ul li {
      color: #999;
      font-size: 16px;
      padding: 0 0 0 10px;
      margin: 0;
      display: inline-block;
      list-style: none; }
      .social-links ul li:first-child {
        padding-left: 0; }
  .social-links a {
    color: #006B3F;
    display: block;
    padding: 5px; }
    .social-links a:hover {
      color: #C2A10D; }
  .social-links .emailForm-thankyou {
    display: none; }
  .social-links .emailForm-content, .social-links .emailForm-thankyou {
    padding: 10px;
    position: absolute;
    left: auto;
    top: 35px;
    width: 300px;
    z-index: 100;
    border: 1px solid #999;
    background: #fff; }
    .social-links .emailForm-content input[type="text"], .social-links .emailForm-content input[type="email"], .social-links .emailForm-thankyou input[type="text"], .social-links .emailForm-thankyou input[type="email"] {
      height: 25px;
      margin-bottom: 5px; }
    .social-links .emailForm-content input.ng-touched.ng-invalid, .social-links .emailForm-thankyou input.ng-touched.ng-invalid {
      border-color: #e9322d; }
      .social-links .emailForm-content input.ng-touched.ng-invalid + span.error, .social-links .emailForm-thankyou input.ng-touched.ng-invalid + span.error {
        display: block; }
    .social-links .emailForm-content span.error, .social-links .emailForm-thankyou span.error {
      color: #e9322d;
      font-size: 12px;
      display: none; }
    .social-links .emailForm-content p, .social-links .emailForm-thankyou p {
      margin: 0; }

.emailForm {
  position: relative; }

.text-center .social-links .emailForm-content, .text-center .social-links .emailForm-thankyou {
  left: 160px; }

section.video-node {
  position: relative;
  padding: 100px 0; }
  section.video-node video {
    width: 100%;
    height: 100%;
    vertical-align: bottom; }
  section.video-node .caption {
    margin: 50px 140px 0;
    position: relative; }
    @media (max-width: 991px) {
      section.video-node .caption {
        margin: 20px 0 0; } }
    section.video-node .caption p {
      padding-left: 10px; }
    section.video-node .caption p:before {
      content: "";
      width: 2px;
      height: 80%;
      background: #C2A10D;
      display: block;
      position: absolute;
      left: 0;
      top: 10px; }
  section.video-node .video-overlay {
    position: absolute;
    left: -999em;
    padding-left: 160px;
    background: #000;
    opacity: 0;
    transition: opacity .2s ease-in; }
    @media (max-width: 991px) {
      section.video-node .video-overlay {
        display: none; } }
    section.video-node .video-overlay .description {
      bottom: 50px;
      position: absolute; }
      section.video-node .video-overlay .description img {
        position: absolute;
        left: -115px;
        top: 32%; }
      section.video-node .video-overlay .description span {
        display: block;
        font-size: 36px;
        color: #fff; }
        @media (max-width: 991px) {
          section.video-node .video-overlay .description span {
            font-size: 16px; } }
        section.video-node .video-overlay .description span.headline {
          padding: 40px 0;
          line-height: 1; }
          section.video-node .video-overlay .description span.headline:before {
            position: absolute;
            left: -115px;
            content: url("/_res/astoncarter/img/play.png");
            height: 67px;
            width: 67px; }
        section.video-node .video-overlay .description span.date, section.video-node .video-overlay .description span.length {
          font-size: 14px;
          padding-left: 85px; }
          section.video-node .video-overlay .description span.date:before, section.video-node .video-overlay .description span.length:before {
            content: '';
            display: block;
            height: 2px;
            width: 60px;
            background: #fff;
            position: absolute;
            margin-top: 10px;
            left: 0px;
            z-index: 1; }

section.video-node-full:hover video.paused + .video-overlay {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1; }

section.video-node-full {
  position: relative;
  margin-top: 0; }
  section.video-node-full video {
    width: 100%;
    height: 100%;
    vertical-align: bottom; }
  section.video-node-full div[sticky] {
    position: absolute;
    top: 60%; }
  section.video-node-full .video-overlay {
    position: absolute;
    left: -999em;
    padding-left: 160px;
    background: #000;
    opacity: 0;
    transition: opacity .2s ease-in; }
    @media (max-width: 991px) {
      section.video-node-full .video-overlay {
        display: none; } }
    section.video-node-full .video-overlay .description {
      bottom: 50px;
      position: absolute; }
      section.video-node-full .video-overlay .description img {
        position: absolute;
        left: -115px;
        top: 32%; }
      section.video-node-full .video-overlay .description span {
        display: block;
        font-size: 36px;
        color: #fff; }
        @media (max-width: 991px) {
          section.video-node-full .video-overlay .description span {
            font-size: 16px; } }
        section.video-node-full .video-overlay .description span.headline {
          padding: 40px 0;
          line-height: 1; }
          section.video-node-full .video-overlay .description span.headline:before {
            position: absolute;
            left: -115px;
            content: url("/_res/astoncarter/img/play.png");
            height: 67px;
            width: 67px; }
        section.video-node-full .video-overlay .description span.date, section.video-node-full .video-overlay .description span.length {
          font-size: 14px;
          padding-left: 85px; }
          section.video-node-full .video-overlay .description span.date:before, section.video-node-full .video-overlay .description span.length:before {
            content: '';
            display: block;
            height: 2px;
            width: 60px;
            background: #fff;
            position: absolute;
            margin-top: 10px;
            left: 0px;
            z-index: 1; }

section.video-node-full:hover video.paused + .video-overlay {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1; }

section.we-are-global {
  padding: 100px 0;
  background: #3D3D3D;
  position: relative; }
  @media (max-width: 799px) {
    section.we-are-global {
      background-position: 50% 280px; } }
  section.we-are-global img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    top: 100px;
    right: 150px; }
    @media (max-width: 991px) {
      section.we-are-global img {
        right: 0;
        top: 300px; } }
  section.we-are-global h1 {
    text-align: left;
    font: bold 28px/34px "bodoni-urw", "Bodoni MT", Baskerville, Cambria, "Hoefler Text", "Liberation Serif", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: #fff;
    position: relative;
    padding: 50px 0;
    margin-bottom: 50px;
    text-transform: uppercase;
    max-width: 400px; }
    @media (max-width: 799px) {
      section.we-are-global h1 {
        margin-bottom: 420px; } }
    section.we-are-global h1:before, section.we-are-global h1:after {
      content: "";
      width: 60px;
      height: 2px;
      position: absolute;
      left: 0;
      top: 0;
      background: #C2A10D; }
    section.we-are-global h1:after {
      top: auto;
      bottom: 0; }
  section.we-are-global p.intro {
    padding-left: 70px;
    max-width: 450px;
    color: #fff;
    margin: 0 0 100px; }
    @media (max-width: 799px) {
      section.we-are-global p.intro {
        padding-left: 0; } }
  section.we-are-global a.btn {
    border-color: #C2A10D;
    color: #C2A10D; }
