@charset 'UTF-8';
.show-job {
  display: none;
}
/* Defaults */
.text-center-sm,
.text-center-md,
.text-center-lg,
.text-right-sm,
.text-right-md,
.text-right-lg {
  text-align: inherit;
}
/* Define xs styles after defaults so they take precedence */
.text-center-xs {
  text-align: center;
}
.text-right-xs {
  text-align: right;
}
/* Small grid */
@media (min-width: 768px) {
  .text-center-sm,
  .text-center-xs {
    text-align: center;
  }
  .text-right-sm,
  .text-right-xs {
    text-align: right;
  }
}
/* Medium grid */
@media (min-width: 1024px) {
  .text-center-md,
  .text-center-sm,
  .text-center-xs {
    text-align: center;
  }
  .text-right-md,
  .text-right-sm,
  .text-right-xs {
    text-align: right;
  }
}
/* Large grid */
@media (min-width: 1025px) {
  .text-center-lg,
  .text-center-md,
  .text-center-sm,
  .text-center-xs {
    text-align: center;
  }
  .text-right-lg,
  .text-right-md,
  .text-right-sm,
  .text-right-xs {
    text-align: right;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.flush-top {
  margin-top: 0 !important;
}
.flush-bottom {
  margin-bottom: 0 !important;
}
.push-bottom {
  margin-bottom: 30px !important;
}
.push-top {
  margin-top: 30px !important;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.medium-2x {
  font-size: 24px;
}
.medium-3x {
  font-size: 30px;
}
.large-1x {
  font-size: 35px;
}
.large-2x {
  font-size: 50px;
}
.large-3x {
  font-size: 70px;
}
.bold {
  font-weight: 700;
}
/**
Typography
*/
h1,
h2,
h3,
h4,
h5,
h6,
.alpha,
.beta,
.gamma,
.delta,
.epsilon,
.zeta {
  font-weight: 400;
  margin: 0 0 .25em 0;
}
p {
  margin: 0 0 .5em 0;
}
.mega {
  -: ;font-size: 144px;
  -: ;font-size: 14.4rem;
  -: ;line-height: 110px;
  -: ;line-height: 11rem;
  -: ;letter-spacing: -6.5px;
  -: ;letter-spacing: -0.65rem;
  margin-bottom: 0;
}
h1,
.alpha {
  font-weight: 400;
  margin: 0 0 .25em 0;
  -: ;font-size: 72px;
  -: ;font-size: 7.2rem;
  -: ;line-height: 70px;
  -: ;line-height: 7rem;
  -: ;letter-spacing: -1.5px;
  -: ;letter-spacing: -0.15rem;
  font-family: "ambroise-firmin-std", serif;
  text-transform: uppercase;
}
h2,
.beta {
  font-weight: 400;
  margin: 0 0 .25em 0;
  -: ;font-size: 50px;
  -: ;font-size: 5rem;
  -: ;line-height: 50px;
  -: ;line-height: 5rem;
  -: ;letter-spacing: -1px;
  -: ;letter-spacing: -0.1rem;
  font-family: "ambroise-firmin-std", serif;
  text-transform: uppercase;
}
h3,
.gamma {
  font-weight: 400;
  margin: 0 0 .25em 0;
  -: ;font-size: 40px;
  -: ;font-size: 4rem;
  -: ;line-height: 40px;
  -: ;line-height: 4rem;
  -: ;letter-spacing: -1.5px;
  -: ;letter-spacing: -0.15rem;
  font-family: "ambroise-firmin-std", serif;
  text-transform: uppercase;
}
h4,
.delta {
  font-weight: 400;
  margin: 0 0 .25em 0;
  -: ;font-size: 24px;
  -: ;font-size: 2.4rem;
  -: ;line-height: 24px;
  -: ;line-height: 2.4rem;
  font-family: 'Century Gothic W15', sans-serif;
  text-transform: uppercase;
}
h5,
.epsilon {
  font-weight: 400;
  -: ;font-size: 14px;
  -: ;font-size: 1.4rem;
  -: ;line-height: 14px;
  -: ;line-height: 1.4rem;
  font-family: 'Century Gothic W15 Bold', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 .25em 0;
}
h6,
.zeta {
  font-weight: 400;
  margin: 0 0 .25em 0;
  -: ;font-size: 27px;
  -: ;font-size: 2.7rem;
  -: ;line-height: 36px;
  -: ;line-height: 3.6rem;
  -: ;letter-spacing: -1px;
  -: ;letter-spacing: -0.1rem;
}
@media (max-width: 767px) {
  .mega {
    -: ;font-size: 66px;
    -: ;font-size: 6.6rem;
    -: ;line-height: 53px;
    -: ;line-height: 5.3rem;
    -: ;letter-spacing: -3.5px;
    -: ;letter-spacing: -0.35rem;
  }
  .large {
    -: ;font-size: 22px;
    -: ;font-size: 2.2rem;
    -: ;line-height: 32px;
    -: ;line-height: 3.2rem;
  }
  .alpha {
    -: ;font-size: 50px;
    -: ;font-size: 5rem;
    -: ;line-height: 40px;
    -: ;line-height: 4rem;
    -: ;letter-spacing: -1.5px;
    -: ;letter-spacing: -0.15rem;
  }
  .beta {
    -: ;font-size: 43px;
    -: ;font-size: 4.3rem;
    -: ;line-height: 36px;
    -: ;line-height: 3.6rem;
    -: ;letter-spacing: -1px;
    -: ;letter-spacing: -0.1rem;
  }
  .gamma {
    -: ;font-size: 26px;
    -: ;font-size: 2.6rem;
    -: ;line-height: 26px;
    -: ;line-height: 2.6rem;
    -: ;letter-spacing: -0.5px;
    -: ;letter-spacing: -0.05rem;
  }
  .delta {
    -: ;font-size: 24.6px;
    -: ;font-size: 2.46rem;
    -: ;line-height: 24px;
    -: ;line-height: 2.4rem;
    -: ;letter-spacing: 0px;
    -: ;letter-spacing: 0rem;
  }
  .epsilon {
    -: ;font-size: 22px;
    -: ;font-size: 2.2rem;
    -: ;line-height: 18px;
    -: ;line-height: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mega {
    -: ;font-size: 96px;
    -: ;font-size: 9.6rem;
    -: ;line-height: 73px;
    -: ;line-height: 7.3rem;
    -: ;letter-spacing: -3.5px;
    -: ;letter-spacing: -0.35rem;
  }
  .alpha {
    -: ;font-size: 53px;
    -: ;font-size: 5.3rem;
    -: ;line-height: 40px;
    -: ;line-height: 4rem;
    -: ;letter-spacing: -1.5px;
    -: ;letter-spacing: -0.15rem;
  }
  .beta {
    -: ;font-size: 43px;
    -: ;font-size: 4.3rem;
    -: ;line-height: 36px;
    -: ;line-height: 3.6rem;
    -: ;letter-spacing: -1px;
    -: ;letter-spacing: -0.1rem;
  }
  .gamma {
    -: ;font-size: 26px;
    -: ;font-size: 2.6rem;
    -: ;line-height: 26px;
    -: ;line-height: 2.6rem;
    -: ;letter-spacing: -0.5px;
    -: ;letter-spacing: -0.05rem;
  }
  .delta {
    -: ;font-size: 24.6px;
    -: ;font-size: 2.46rem;
    -: ;line-height: 24px;
    -: ;line-height: 2.4rem;
    -: ;letter-spacing: 0px;
    -: ;letter-spacing: 0rem;
  }
  .epsilon {
    -: ;font-size: 22px;
    -: ;font-size: 2.2rem;
    -: ;line-height: 18px;
    -: ;line-height: 1.8rem;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
body {
  height: 100%;
  font-family: "adobe-garamond-pro", serif;
  font-size: 20px;
  line-height: 1.42857143;
  color: #000000;
  overflow-x: hidden;
  font-smooth: always;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  body {
    font-size: 16px;
  }
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
  color: inherit;
}
p a:not(.btn) {
  font-style: italic;
  position: relative;
  border-bottom: 1px solid #d3ba76;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
p a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
p a:not(.btn):hover {
  color: #666666;
  border-bottom: 1px solid #c7a74f;
}
a.red {
  color: #c0311d;
}
a.red:hover,
a.red:focus {
  color: #558381;
  text-decoration: none;
}
a.grey {
  color: #808080;
}
a.grey:hover,
a.grey:focus {
  color: #558381;
  text-decoration: none;
}
a.disabled {
  color: #808080;
  opacity: .5;
}
a.disabled:hover {
  color: #808080;
  text-decoration: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  border: 0;
  border-top: 1px solid #e8e8e8;
  width: 100%;
  margin: 40px 0;
  display: inline-block;
}
hr.short {
  width: 15%;
  margin: 0 auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/**
Layout
*/
body.overflow-hidden {
  overflow: hidden;
}
.block {
  display: block;
}
.height100 {
  height: 100%;
}
.inline-block {
  display: inline-block;
}
.nomarginleft {
  -: ;margin-left: 0px;
  -: ;margin-left: 0rem;
}
.gridnopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.nomargintop {
  margin-top: 0 !important;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.nopaddingtop {
  -: ;padding-top: 0px;
  -: ;padding-top: 0rem;
  padding-top: 0 !important;
}
.nopaddingbottom {
  -: ;padding-bottom: 0px;
  -: ;padding-bottom: 0rem;
  padding-bottom: 0 !important;
}
.nopaddingleft {
  -: ;padding-left: 0px;
  -: ;padding-left: 0rem;
}
.nopadding-right {
  padding-right: 0 !important;
}
.position-bottom {
  position: absolute;
  bottom: 0;
}
.padding15 {
  padding: 15px 0;
}
.padding40 {
  padding: 40px 0;
}
.padding80 {
  padding: 80px 0;
}
.padding130 {
  padding: 130px 0;
}
.padding-sides10 {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-sides20 {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-sides50 {
  padding-left: 50px;
  padding-right: 50px;
}
.padding-left50 {
  padding-left: 50px;
}
.padding-right50 {
  padding-right: 50px;
}
.padding-right20 {
  padding-right: 20px;
}
.padding-right10 {
  padding-right: 10px;
}
.padding-top15 {
  padding-top: 15px;
}
.padding-top30 {
  padding-top: 30px;
}
.padding-top50 {
  padding-top: 50px;
}
.padding-bottom40 {
  padding-bottom: 40px;
}
.padding-bottom30 {
  padding-bottom: 30px;
}
.padding-bottom20 {
  padding-bottom: 20px;
}
.padding-bottom10 {
  padding-bottom: 10px;
}
.padding-bottom5 {
  padding-bottom: 5px;
}
.margin20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-top80 {
  margin-top: 80px;
}
.margin-top30 {
  margin-top: 30px;
}
.margin250up {
  margin-top: -250px;
}
.vertical-align,
.page-head .text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-normal {
  text-transform: none;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none !important;
}
.pull100 {
  margin-top: -100px;
}
.pull180 {
  margin-top: -180px;
}
.pull160 {
  margin-top: -180px;
}
.pull210 {
  margin-top: -207px;
}
.pull220 {
  margin-top: -220px;
}
.pull350 {
  margin-top: -350px;
}
.pull435 {
  margin-top: -435px;
}
.pull535 {
  margin-top: -535px;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}
/**
Lazy Loader
*/
.lazyloader h1,
.lazyloader h2,
.lazyloader h3,
.lazyloader h4,
.lazyloader h5,
.lazyloader h6,
.lazyloader p,
.lazyloader .button {
  opacity: 0;
}
.lazyloader.lazyloaded h1,
.lazyloader.lazyloaded h2,
.lazyloader.lazyloaded h3,
.lazyloader.lazyloaded h4,
.lazyloader.lazyloaded h5,
.lazyloader.lazyloaded h6,
.lazyloader.lazyloaded p,
.lazyloader.lazyloaded .button {
  opacity: 1;
}
.bttrlazyloading-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}
.bttrlazyloading-clone,
.bttrlazyloading {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  height: 100px;
  width: 100px;
  display: inline-block;
  background-repeat: no-repeat;
  text-align: center;
}
.cta-box {
  margin: 25px 0;
}
.social-link i {
  font-size: 30px;
  color: #c0311d;
}
.social-link:hover i {
  color: #558381;
}
.color-teal {
  color: #558381;
}
.color-white {
  color: #ffffff;
}
.color-red {
  color: #c0311d;
}
.color-p-grey {
  color: #808080;
}
.color-light-black {
  color: #2d2d2d;
}
.bg-red {
  background: #c0311d;
}
.bg-teal {
  background: #558381;
}
.bg-light-grey {
  background: #e8e8e8;
}
.bg-light-black {
  background: #2d2d2d;
}
.gradient {
  background: #f6f6f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.border-left-gray {
  border-left: 1px solid #cdcdcd;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 1100px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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: 10px;
  padding-right: 10px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1025px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
#main_nav {
  position: fixed;
  left: 0;
  width: 246px;
  height: 100%;
  z-index: 1000;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#main_nav.open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#main_nav .nav_bg {
  position: relative;
  width: 246px;
  height: 100%;
  background: #000;
  overflow: hidden;
}
@media all and (max-height: 600px) {
  #main_nav .nav_bg {
    overflow-y: scroll;
  }
}
#main_nav .nav_bg .nav_container {
  position: absolute;
  top: 50%;
  width: 246px;
  height: 914px;
  margin: auto;
  background: url('/static/img/nav_bg.jpg') no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 480px) {
  #main_nav .nav_bg .nav_container {
    top: 40%;
    -webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%);
  }
}
@media all and (max-height: 600px) {
  #main_nav .nav_bg .nav_container {
    top: 5%;
    -webkit-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
    transform: translate(0, -20%);
  }
}
#main_nav .nav_bg .nav_container .nav_logo {
  display: block;
  width: 200px;
  height: 51px;
  margin: 215px auto 0;
  background: url('/static/img/nav_logo.jpg') no-repeat;
}
#main_nav .nav_bg .nav_container .nav_menu {
  margin: 15px 40px 0px;
}
#main_nav .nav_bg .nav_container .nav_menu li {
  margin-bottom: 15px;
  text-align: center;
  font-family: "ambroise-firmin-std", serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .5px;
  overflow: hidden;
}
#main_nav .nav_bg .nav_container .nav_menu li a {
  font-size: 1.0em;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  height: 1.5em;
  display: block;
}
#main_nav .nav_bg .nav_container .nav_menu li a:hover {
  color: #ffca2b;
}
#main_nav .nav_bg .nav_container .nav_menu li:last-child {
  margin-bottom: 10px;
}
#main_nav .nav_bg .nav_container .nav_social_menu {
  margin: 0px 50px 50px;
}
#main_nav .nav_bg .nav_container .nav_social_menu li {
  text-align: center;
  list-style: none;
}
#main_nav .nav_bg .nav_container .nav_social_menu li a {
  font-family: 'Century Gothic W15';
  font-size: 0.6em;
  color: #646464;
  text-transform: uppercase;
}
#main_nav .nav_bg .nav_container .nav_social_menu li a:hover {
  text-decoration: none;
}
#nav_toggle {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  display: block;
  width: 185px;
  height: 74px;
  margin: auto;
  background: url('/static/img/button_openmenu.png') no-repeat;
  outline: 0;
  border: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  #nav_toggle {
    background-size: auto 100%;
    height: 55px;
  }
}
#nav_toggle:hover {
  background-image: url(/static/img/button_openmenu_home.png);
}
#nav_toggle.open {
  left: 106px;
  background: url('/static/img/button_closemenu.png') no-repeat;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  #nav_toggle.open {
    left: 145px;
    background-size: auto 100%;
    height: 55px;
  }
}
#nav_toggle.fixed_to_top {
  position: fixed;
  top: 0 !important;
  bottom: auto !important;
}
.home #nav_toggle,
.projectlanding #nav_toggle,
.blog-listing #nav_toggle {
  top: 0;
}
@media only screen and (min-width: 1024px), only screen and (min-width: 1025px) {
  .home #nav_toggle,
  .projectlanding #nav_toggle,
  .blog-listing #nav_toggle {
    bottom: 0;
  }
}
.home #nav_toggle:hover {
  background-image: url('/static/img/button_openmenu.png');
}
.home #nav_toggle.open:hover {
  background-image: url(/static/img/button_closemenu.png);
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .home #nav_toggle {
    background-size: auto 100%;
    height: 55px;
    background-image: url(/static/img/button_openmenu_home.png);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home #nav_toggle {
    background-image: url(/static/img/button_openmenu_home.png);
  }
}
.project #nav_toggle {
  top: 336px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .project #nav_toggle {
    top: 0;
  }
}
.people #nav_toggle,
.contact #nav_toggle,
.medialanding #nav_toggle,
.career #nav_toggle,
.blog-post #nav_toggle,
.four_oh_four #nav_toggle {
  top: 211px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .people #nav_toggle,
  .contact #nav_toggle,
  .medialanding #nav_toggle,
  .career #nav_toggle,
  .blog-post #nav_toggle,
  .four_oh_four #nav_toggle {
    top: 0;
  }
}
.about #nav_toggle {
  top: 336px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .about #nav_toggle {
    top: 0;
  }
}
.page-head {
  position: relative;
  text-align: center;
  height: 285px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .page-head {
    height: 180px;
  }
}
.project .page-head {
  height: 410px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .project .page-head {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .project .page-head h1 {
    font-size: 36px;
    margin-top: 9px;
  }
}
.page-head .title_container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page-head h1 {
  position: relative;
  z-index: 100;
  margin: 0;
  overflow: hidden;
  display: inline-block;
  font-family: "ambroise-firmin-std", serif;
  font-size: 114px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .5px;
  text-transform: uppercase;
  opacity: 0;
}
.page-head h1 span {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  display: none;
  opacity: 0;
}
@media only screen and (max-width: 480px) {
  .page-head h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 480px) {
  .page-head h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-head h1 {
    font-size: 85px;
  }
}
.page-head h1.active {
  overflow: visible;
}
.page-head h1:after,
.page-head h1:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -12px;
  width: 59px;
  height: 38px;
  margin-right: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s linear;
  -moz-transition: opacity 0.35s linear;
  -o-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
  background: url(/static/img/ornament-title-left.png) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  .page-head h1:after,
  .page-head h1:before {
    width: 40px;
    height: 23px;
  }
}
.page-head h1:after {
  background: url(/static/img/ornament-title-right.png) no-repeat center;
  background-size: cover;
  right: auto;
  left: 100%;
  margin-left: 10px;
  margin-right: 0;
}
.page-head h1.active:after,
.page-head h1.active:before {
  opacity: 1;
}
.page-head em {
  font-family: "adobe-garamond-pro", serif;
  font-style: italic;
  display: block;
  font-size: 26px;
  text-transform: none;
}
@media only screen and (max-width: 480px) {
  .page-head em {
    font-size: 16px;
  }
}
.page-head h1 + em {
  margin-bottom: -1em;
  margin-top: 0 !important;
}
.page-head p {
  margin-bottom: 0;
  overflow: hidden;
}
.page-head p span {
  display: inline-block;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  opacity: 0;
}
.page-head .title-inner {
  position: relative;
  display: inline-block;
}
.page-head .band {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #bd1a11;
  height: 36px;
  width: 105%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 480px) {
  .page-head .band {
    height: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 768px) and (min-width: 480px) {
  .page-head .band {
    height: 30px;
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
  }
}
@media only screen and (min-width: 1024px) {
  .page-head .band {
    min-width: 600px;
  }
}
.page-head .band .ornament-left,
.page-head .band .ornament-right {
  position: absolute;
  width: 58px;
  height: 36px;
  top: 50%;
  fill: #bd1a11;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 480px) {
  .page-head .band .ornament-left,
  .page-head .band .ornament-right {
    width: 25px;
  }
}
.page-head .band .ornament-left {
  right: 100%;
  margin-right: 7px;
}
.page-head .band .ornament-right {
  left: 100%;
  margin-left: 7px;
}
.people .page-head {
  background-image: url(/static/img/header/people.jpg);
}
/*.contact .page-head { background-image: url(/static/img/header/contact.jpg); }*/
.blog-post .page-head {
  background-image: url(/static/img/header/blog.jpg);
}
.about .page-head {
  background-image: url(/static/img/header/about.jpg);
  height: 410px;
  font-family: 'Century Gothic W15', sans-serif;
  text-transform: uppercase;
  font-size: 38px;
  letter-spacing: 6px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .about .page-head {
    height: 300px;
  }
}
.about .page-head img {
  margin: 0 auto 30px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .about .page-head img {
    max-width: 175px;
    margin: 0px auto 30px;
  }
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .about .page-head p {
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
  }
}
.four_oh_four .page-head {
  background-image: url(/static/img/header/404.jpg);
}
.four_oh_four .page-head h1 span:first-child {
  position: relative;
  top: -15px;
}
.old_browser .page-head {
  background-image: url(/static/img/header/old_browser.jpg);
}
.old_browser .page-head h1 {
  font-size: 68px;
}
.ornament_container {
  display: block;
  position: relative;
  width: 96%;
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
}
.ornament_container .ornament {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
}
.ornament_container.ornament_container_top {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 6%;
}
.ornament_container.ornament_container_top .ornament-top {
  padding-top: 0px;
}
.ornament_container.ornament_container_bottom {
  padding-bottom: 10%;
}
#ornaments {
  display: none;
}
.ornament {
  padding: 30px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .ornament {
    padding: 10px;
  }
}
.ornament-small {
  margin: 30px auto;
  padding: 0;
}
.ornament-top + div,
.ornament-top + section,
.ornament_container_top + div,
.ornament_container_top + section {
  opacity: 0;
}
a.project_module {
  position: relative;
  display: block;
  height: 99%;
  background: #000;
  overflow: hidden;
}
a.project_module:hover {
  text-decoration: none;
}
a.project_module:hover span.background {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px), only screen and (min-width: 768px) and (max-width: 1023px) {
  a.project_module:hover span.background {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
a.project_module:hover span.rollover {
  opacity: .9;
}
a.project_module span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.project_module span.background {
  opacity: 1;
  -webkit-transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.project_module span.rollover {
  opacity: 0;
  background-color: rgba(125, 195, 79, 0.6);
}
a.project_module span.rollover .top {
  position: absolute;
  z-index: 100;
  top: 10px;
  left: 10px;
  max-height: 235px;
  max-width: 85px;
}
a.project_module span.rollover .top + .top {
  left: auto;
  right: 10px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
a.project_module span.rollover .bottom {
  position: absolute;
  bottom: 10px;
  left: 10px;
  max-width: 49px;
  max-height: 49px;
}
a.project_module span.rollover .bottom + .bottom {
  left: auto;
  right: 10px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
a.project_module .text {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
a.project_module h2 {
  margin: auto;
  max-width: 90%;
  text-align: center;
  text-transform: uppercase;
  font-family: "ambroise-firmin-std";
  font-weight: 300;
  font-size: 3.1em;
  color: #fff;
}
a.project_module h2 em {
  display: block;
}
a.project_module h3 {
  height: 35px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-size: 1.5em;
  font-style: italic;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.01em;
  opacity: 1;
  -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.project_module h5 {
  color: #fff;
}
a.project_module.theme_2 h2,
a.project_module.theme_2 h3,
a.project_module.theme_2 h5 {
  color: #000;
}
.four_oh_four section {
  margin: 0 auto;
}
.four_oh_four section.content_header {
  padding: 15px 10%;
  text-align: center;
}
.four_oh_four section.content {
  padding: 10px 28%;
}
.four_oh_four section.content p {
  line-height: 2em;
}
.old_browser #nav_toggle {
  display: none;
}
.old_browser .page-head {
  background-color: #000;
}
.old_browser .page-head .text {
  top: 38%;
}
.old_browser div {
  margin: 0 auto;
}
.old_browser div.content_header {
  padding: 15px 28%;
  text-align: left;
}
.old_browser div.content {
  padding: 10px 28%;
}
.old_browser div.content p {
  line-height: 2em;
}
.old_browser div.content p a {
  text-decoration: underline;
}
.home {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home #main_nav #nav_toggle {
  background: url('/static/img/button_openmenu_home.png') no-repeat;
}
.home #main_nav.open #nav_toggle {
  background: url('/static/img/button_closemenu.png') no-repeat;
}
.home .home_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.home .home_container .home_presentation {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.home .home_container .home_presentation .overlay_image {
  position: relative;
  z-index: 200;
  width: 80%;
  height: 80%;
  max-width: 800px;
  max-height: 800px;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home .home_container .home_presentation.mobile {
  display: none;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .home .home_container .home_presentation.mobile {
    display: block;
  }
}
.home .home_container .home_presentation.with_portrait {
  display: block;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .home .home_container .home_presentation.with_portrait {
    display: none;
  }
}
.home .home_container video {
  display: block;
  position: absolute;
  margin: auto;
  z-index: 100;
  opacity: 0;
}
.about {
  /*
    .ornament-bottom {
        padding-top: 100px;
    }
    */
}
.about .page-head {
  position: relative;
}
.about .page-head #about_menu {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 74px;
  color: #FFF;
  background: url(/static/img/transparent-black.png);
  z-index: 998;
}
.about .page-head #about_menu.fixed_to_top {
  position: fixed;
  top: 0;
  bottom: auto;
  background: #000;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .about .page-head #about_menu.fixed_to_top {
    position: absolute;
  }
}
.about .page-head #about_menu > ul {
  width: 50%;
  height: 74px;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .about .page-head #about_menu > ul {
    width: 100%;
  }
}
.about .page-head #about_menu > ul li {
  display: inline-block;
  font-family: 'Century Gothic W15';
}
.about .page-head #about_menu > ul li a {
  display: block;
  padding: 27px 20px 26px;
  font-size: 0.4em;
  text-transform: none;
  letter-spacing: 0em;
  color: #FFF;
  outline: none;
}
@media only screen and (max-width: 480px) {
  .about .page-head #about_menu > ul li a {
    font-size: 0.35em;
    padding: 27px 10px 26px;
  }
}
.about .page-head #about_menu > ul li a:hover {
  color: #CCC;
  text-decoration: none;
}
.about h2 {
  text-align: center;
  margin-bottom: 125px;
}
@media only screen and (max-width: 480px) {
  .about h2 {
    margin-bottom: 50px;
  }
}
.about p {
  max-width: 30em;
  margin: 0 auto 2em;
  line-height: 1.75;
}
.about section {
  padding: 60px 10%;
  margin: 0 auto;
}
.about section.intro {
  padding-top: 10px;
  border-bottom: 5px solid #ededed;
}
.about section.clients {
  color: #fff;
  background-color: #000;
  width: 100%;
  padding: 60px 2.5%;
}
@media only screen and (max-width: 480px) {
  .about section.clients {
    padding: 60px 10%;
  }
}
.about section.clients ul {
  list-style: none;
}
.about section.clients ul li {
  margin: 0 0 70px;
}
@media only screen and (max-width: 480px) {
  .about section.clients ul li {
    margin: 0 0 30px;
  }
}
.about section.clients ul .icon {
  display: block;
  width: 100%;
  height: 130px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .about section.clients ul .icon {
    width: 70%;
    margin: 0 auto;
    height: 100px;
    background-size: contain;
  }
}
.about section.clients img {
  display: block;
  margin: 0 auto;
}
.about section.capabilities {
  text-align: center;
}
.about section.capabilities .container {
  width: 100%;
}
.about section.capabilities h2 {
  margin-bottom: 155px;
}
@media only screen and (max-width: 480px) {
  .about section.capabilities h2 {
    margin-bottom: 50px;
  }
}
.about section.capabilities .capability {
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .about section.capabilities .capability {
    margin-bottom: 50px;
  }
}
.about section.capabilities .capability h4 {
  margin-bottom: 40px;
  line-height: 1.25;
}
.about section.capabilities .capability img {
  margin-bottom: 20px;
}
.about section.capabilities .description {
  z-index: 200;
  width: 100%;
  color: #949494;
  padding: 30px;
  text-align: left;
  font-family: 'Century Gothic W15', sans-serif;
  max-width: 367px;
  margin: auto;
  font-size: .8em;
  text-align: center;
  min-height: 220px;
}
.about section.capabilities .list {
  color: #4d1345;
  text-align: center;
  font-size: 12px;
  font-family: 'Century Gothic W15 Bold', sans-serif;
  text-transform: uppercase;
}
.about section.capabilities .list ul {
  list-style: none;
}
.about section.capabilities .list:before {
  content: "";
  display: block;
  margin: 0 auto 1.5em;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ebebeb;
}
.about section.careers {
  text-align: center;
  padding: 125px 0 0 0;
}
@media only screen and (max-width: 480px) {
  .about section.careers {
    padding: 60px 10%;
  }
}
.about section.careers .ornament-divider {
  margin: 165px auto 50px;
  max-width: 368px;
}
@media only screen and (max-width: 480px) {
  .about section.careers .ornament-divider {
    margin: 0 0 50px 0;
  }
}
.about section.careers .career {
  position: relative;
  margin-bottom: 120px;
}
@media only screen and (max-width: 480px) {
  .about section.careers .career {
    margin: 150px 0;
  }
}
.about section.careers .career .text {
  color: #fff;
  z-index: 200;
  padding: 25px 0;
  max-height: 180px;
  left: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about section.careers .career .text p {
  max-width: 130px;
  margin: 0 auto;
  line-height: 1.5;
}
.about section.careers .career .text p:last-child {
  color: #d3ba76;
  font-size: 50px;
  line-height: 20px;
}
.about section.careers .career .circle {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #4d1345;
  border: 6px solid #fff;
  margin: 0 auto;
  position: relative;
}
.about section.careers .career .circle:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -47.5px;
  left: -47.5px;
  width: 275px;
  height: 275px;
  background: url(/static/img/about-careers-2.png) no-repeat center;
  background-size: cover;
  -webkit-transition: all 7s linear;
  -moz-transition: all 7s linear;
  -o-transition: all 7s linear;
  transition: all 7s linear;
}
.about section.careers .career:first-child .circle:before {
  background: url(/static/img/about-careers-1.png) no-repeat center;
  background-size: cover;
}
.about section.careers .career:last-child .circle:before {
  background: url(/static/img/about-careers-3.png) no-repeat center;
  background-size: cover;
}
.about section.careers .career:hover .circle:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 480px) {
  .about section.careers .career:first-child {
    margin-top: 30px;
  }
}
.about section.careers img {
  display: block;
  margin: 0 auto;
}
.project header {
  width: 100%;
}
.project header .titles {
  position: relative;
  width: 100%;
}
.project header .titles .header_image {
  width: 100%;
  height: 496px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000;
}
.project header .titles .title_container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  width: 100%;
  margin: auto;
  text-align: center;
}
.project header .titles .title_container h1 {
  position: relative;
  display: inline-block;
  margin: 65px 0 0;
  padding: 0 65px;
}
.project header .titles .title_container h1 span {
  margin: 0;
  padding: 0 100px;
  color: #FFF;
  font-size: 1.8em;
  font-weight: 300;
  text-transform: uppercase;
  background-size: 100% 38px;
  background-repeat: no-repeat;
  background-position: center center;
}
.project header .titles .title_container h1:after,
.project header .titles .title_container h1:before {
  position: absolute;
  top: 16px;
  left: 0;
  content: "";
  display: inline-block;
  width: 59px;
  height: 38px;
  background: url(/static/img/project/creative-ornament-title-left.png) no-repeat center;
}
.project header .titles .title_container h1:after {
  left: auto;
  right: 0;
  background: url(/static/img/project/creative-ornament-title-right.png) no-repeat center;
}
.project header .titles .title_container h2 {
  margin: 0;
  color: #FFF;
  font-family: "adobe-garamond-pro";
  font-size: 1.2em;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.005em;
  text-transform: none;
}
.project header .breadcrumbs {
  width: 100%;
  color: #000;
}
.project header .breadcrumbs ul {
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
}
.project header .breadcrumbs ul li {
  float: left;
  margin: 18px 7px 17px;
  font-family: 'Century Gothic W15';
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
}
.project header .breadcrumbs ul li:last-child {
  text-transform: none;
  font-weight: normal;
}
.project .ornament_container_top {
  margin-top: 0px;
}
.project ul.social {
  list-style: none;
}
.project ul.social li {
  display: inline-block;
  margin-right: 1.75em;
}
.project .post-container {
  max-width: 850px;
  margin: 0 auto;
  width: 80%;
}
.project p {
  max-width: 25em;
  margin-bottom: 3em;
  line-height: 1.75;
}
.project .content_header {
  margin-bottom: 3%;
  margin-top: 1.8em;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .project .content_header {
    max-width: 58%;
  }
}
@media only screen and (min-width: 1024px) {
  .project .content_header {
    max-width: 550px;
  }
}
.project .content_header h3 {
  padding-bottom: 75px;
  margin: 0;
  font-size: 2.6em;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  line-height: 1.0em;
  background: url(/static/img/project_content_header_divider.png) no-repeat bottom left;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .project .content_header h3 {
    background-size: 100% auto;
    padding-bottom: 50px;
  }
}
.project aside {
  margin-top: 45px;
  border-top: 2px solid #000;
  width: 100%;
  margin: 30px 0;
  padding: 0 12px 35px;
  background: url(/static/img/blog-sidebar-border.jpg) repeat-x bottom left;
  font-family: 'Century Gothic W15', sans-serif;
  font-size: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) {
  .project aside {
    float: right;
    width: 250px;
    margin: 2em 0 60px 30px;
  }
}
.project aside h5 {
  margin-top: 35px;
}
.project aside ul {
  margin-top: 10px;
  list-style: none;
  color: #cbcaca;
  overflow: hidden;
}
.project aside ul li span {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 5px 7px;
  font-size: 0.9em;
  border: solid 1px #BBB;
  color: #BBB;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .project aside ul.tags li {
    float: left;
    margin-right: 15px;
  }
}
.project p + figure {
  margin-top: 15%;
}
.project figure {
  position: relative;
  margin: .5em 0;
  font-family: 'Century Gothic W15', sans-serif;
}
.project figure.two_images {
  overflow: hidden;
}
.project figure.two_images a {
  float: left;
  width: 49.5%;
}
.project figure.two_images a:last-child {
  margin-left: 1%;
}
.project figure.two_images > img {
  display: block;
  float: left;
  width: 49.5%;
}
.project figure.two_images > img:last-child {
  margin-left: 1%;
}
.project figure .fancybox {
  position: relative;
  display: block;
}
.project figure img {
  width: 100%;
}
.project figure figcaption {
  display: block;
  margin-bottom: 1em;
  font-size: 12px;
}
.project figure figcaption:before {
  content: "";
  display: inline-block;
  position: relative;
  color: #bd1a11;
  width: 4px;
  height: 4px;
  background-color: #bd1a11;
  margin-right: 6px;
  top: -2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.project figure .enlarge_icon,
.project figure .cta_icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 43px;
  height: 43px;
  background: url(/static/img/enlarge_icon.png) no-repeat;
}
.project figure .cta_icon {
  background: url(/static/img/cta_icon.png) no-repeat;
}
.project figure .video_embed {
  width: 100%;
  height: 480px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
@media only screen and (max-width: 480px) {
  .project figure .video_embed {
    height: 190px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 480px) {
  .project figure .video_embed {
    height: 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .project figure .video_embed {
    height: 320px;
  }
}
.project blockquote {
  max-width: 300px;
  font-family: "ambroise-firmin-std", serif;
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.1em;
}
.project blockquote:before,
.project blockquote:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 284px;
  height: 66px;
  margin: 0 auto;
}
.project blockquote .byline {
  display: block;
  margin: 0 auto;
  padding: 10px 0 0;
  font-size: 0.4em;
  text-transform: uppercase;
  font-family: 'Century Gothic W15';
  color: #000;
}
.project blockquote:before {
  margin-bottom: 35px;
  background: url(/static/img/project/blockquote-before.png) no-repeat center;
}
.project blockquote:after {
  margin-top: 35px;
  background: url(/static/img/project/blockquote-after.png) no-repeat center;
}
.project .content_block {
  width: auto;
  margin: 75px auto;
  overflow: hidden;
}
.project .content_block blockquote {
  float: left;
}
.project .content_block > p {
  max-width: none;
  margin: 0;
  line-height: 2em;
}
.project .content_block.with_quote {
  width: 830px;
}
.project .content_block.with_quote > p {
  float: right;
  width: 368px;
  padding-left: 45px;
}
.project .imagetextblock {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 1em 0;
}
.project .imagetextblock figure {
  width: 50%;
  margin: 0;
}
.project .imagetextblock p {
  width: 50%;
  padding: 0 25px;
  margin: 0;
}
.project .imagetextblock.image_left figure {
  float: left;
}
.project .imagetextblock.image_left p {
  float: right;
}
.project .imagetextblock.image_right figure {
  float: right;
}
.project footer > h5 {
  color: #fff;
  background-color: #000;
  line-height: 80px;
  margin: 0;
  padding: 0 35px;
}
.project footer ul {
  height: 100%;
  list-style: none;
  overflow: hidden;
  background: #000;
  font-size: 0.75em;
}
.project footer ul li {
  display: inline-block;
  width: 33%;
  border-right: solid 1px #000;
  margin-bottom: -5px;
  overflow: hidden;
}
.project footer ul li a {
  height: 430px;
}
.project.type_creative .page-head h1:before,
.project.type_media .page-head h1:before,
.project.type_creative .page-head h1:after,
.project.type_media .page-head h1:after {
  display: none;
}
.project.type_creative .content .caption .bullet,
.project.type_media .content .caption .bullet {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: url(/static/img/sprites.png) no-repeat 0px 0px;
}
.project.type_creative .related_projects .rp_title span,
.project.type_media .related_projects .rp_title span {
  color: #FFF;
  background-image: url(/static/img/project_title_bg_creative.jpg);
}
.projectlanding,
.blog-listing {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.projectlanding #projects,
.blog-listing #projects {
  width: 100%;
  height: 100%;
  font-size: 0.75em;
}
.projectlanding #projects > ul,
.blog-listing #projects > ul {
  height: 100%;
  list-style: none;
}
.projectlanding #projects > ul li,
.blog-listing #projects > ul li {
  position: relative;
  display: inline-block;
  width: 33.3333%;
  height: 50%;
  padding-left: 5px;
  margin-right: -5px;
  margin-bottom: -5px;
  overflow: hidden;
  opacity: 0.5;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .projectlanding #projects > ul li,
  .blog-listing #projects > ul li {
    width: 100%;
    height: 350px;
  }
}
.projectlanding #projects > ul li .overlay,
.blog-listing #projects > ul li .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 520;
}
.projectlanding #projects > ul li a,
.blog-listing #projects > ul li a {
  z-index: 510;
}
.projectlanding #projects > ul li.active,
.blog-listing #projects > ul li.active {
  opacity: 1;
}
.projectlanding #projects > ul li.active .overlay,
.blog-listing #projects > ul li.active .overlay {
  z-index: 500;
}
.projectlanding #projects > ul li.first_row a.project_module span.rollover .bottom,
.blog-listing #projects > ul li.first_row a.project_module span.rollover .bottom {
  bottom: 54.5px;
}
.projectlanding #projects > ul li.second_row a.project_module span.rollover .top,
.blog-listing #projects > ul li.second_row a.project_module span.rollover .top {
  top: 54.5px;
}
.projectlanding #projects #sort_options,
.blog-listing #projects #sort_options {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 89px;
  background: #000;
  color: #FFF;
  z-index: 600;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .projectlanding #projects #sort_options,
  .blog-listing #projects #sort_options {
    display: none;
  }
}
.projectlanding #projects #sort_options.fixed_to_top,
.blog-listing #projects #sort_options.fixed_to_top {
  position: fixed;
  top: 0;
  bottom: auto;
}
.projectlanding #projects #sort_options > ul,
.blog-listing #projects #sort_options > ul {
  width: 50%;
  height: 89px;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
  text-align: center;
}
.projectlanding #projects #sort_options > ul li,
.blog-listing #projects #sort_options > ul li {
  position: relative;
  display: inline-block;
  font-family: 'Century Gothic W15';
}
.projectlanding #projects #sort_options > ul li:first-child,
.blog-listing #projects #sort_options > ul li:first-child {
  text-transform: uppercase;
  font-weight: bold;
  padding: 34px 20px 33px;
}
.projectlanding #projects #sort_options > ul li a,
.blog-listing #projects #sort_options > ul li a {
  display: block;
  padding: 35px 20px 34px;
  color: #FFF;
  outline: 0;
}
.projectlanding #projects #sort_options > ul li a:hover,
.blog-listing #projects #sort_options > ul li a:hover {
  text-decoration: none;
}
.projectlanding #projects #sort_options > ul li a.active,
.blog-listing #projects #sort_options > ul li a.active {
  background: url(/static/img/projectlanding_sort_link_bg.png) no-repeat bottom center;
}
.projectlanding #projects #sort_options > ul li a.in_use,
.blog-listing #projects #sort_options > ul li a.in_use {
  color: #33cc33;
}
.projectlanding #projects #sort_options > ul li .sort_reset,
.blog-listing #projects #sort_options > ul li .sort_reset {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
  padding: 0;
  opacity: 0;
  font-size: 0.75em;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.projectlanding #projects #sort_options > ul li .sort_reset.in_use,
.blog-listing #projects #sort_options > ul li .sort_reset.in_use {
  opacity: 1;
}
.projectlanding #projects #sort_options .sort_filter_dropdown,
.blog-listing #projects #sort_options .sort_filter_dropdown {
  position: absolute;
  top: 89px;
  width: 100%;
  height: 0px;
  border-bottom: none;
  background: #FFF;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.projectlanding #projects #sort_options .sort_filter_dropdown.active,
.blog-listing #projects #sort_options .sort_filter_dropdown.active {
  height: 264px;
  border-bottom: solid 1px #ebebeb;
}
.projectlanding #projects #sort_options .sort_filter_dropdown .sort_filter_container,
.blog-listing #projects #sort_options .sort_filter_dropdown .sort_filter_container {
  padding: 40px 0;
  text-align: center;
}
.projectlanding #projects #sort_options .sort_filter_dropdown .sort_filter_container ul,
.blog-listing #projects #sort_options .sort_filter_dropdown .sort_filter_container ul {
  display: inline-block;
  width: 220px;
  height: 100%;
  list-style: none;
  border-left: solid 2px #f4f4f4;
  vertical-align: top;
}
.projectlanding #projects #sort_options .sort_filter_dropdown .sort_filter_container ul li,
.blog-listing #projects #sort_options .sort_filter_dropdown .sort_filter_container ul li {
  display: block;
}
.projectlanding #projects #sort_options .sort_filter_dropdown .sort_filter_container ul li a,
.blog-listing #projects #sort_options .sort_filter_dropdown .sort_filter_container ul li a {
  display: block;
  padding: 0 10px 20px 30px;
  color: #000;
  font-family: 'Century Gothic W15';
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
.projectlanding #projects #sort_options .sort_filter_dropdown .sort_filter_container ul li a:hover,
.blog-listing #projects #sort_options .sort_filter_dropdown .sort_filter_container ul li a:hover {
  color: #33cc33;
  text-decoration: none;
}
.projectlanding #projects #sort_options .sort_filter_dropdown .sort_filter_container ul li a.active,
.blog-listing #projects #sort_options .sort_filter_dropdown .sort_filter_container ul li a.active {
  color: #33cc33;
}
.projectlanding #projects #scroll_for_more,
.blog-listing #projects #scroll_for_more {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 117px;
  height: 0;
  margin: 0 auto;
  background: url(/static/img/projectlanding_more.png) no-repeat top center;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.projectlanding #projects #scroll_for_more.active,
.blog-listing #projects #scroll_for_more.active {
  height: 59px;
}
.projectlanding .project_module .text {
  background: url(/static/img/projectlanding_title_underline_creative.png) no-repeat bottom center;
  padding-bottom: 30px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.projectlanding .project_module:hover .text {
  background: url(/static/img/projectlanding_title_underline_creative-hover.png) no-repeat bottom center;
}
.medialanding .medialanding_container {
  font-size: 0.75em;
  margin: 0 auto;
}
.medialanding .medialanding_container .center-block {
  max-width: 600px;
  margin: 0 auto;
  width: 80%;
}
.medialanding .medialanding_container .center-block h2 {
  margin: 20px 0 0 0;
  font-family: "ambroise-firmin-std";
  text-transform: uppercase;
  text-align: center;
  font-size: 3.75em;
  font-weight: 300;
}
.medialanding .medialanding_container .center-block p {
  margin: 20px 0 0 0;
  font-family: "adobe-garamond-pro";
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.9em;
}
.medialanding .medialanding_container section.media-bullets {
  text-align: center;
  margin: 60px auto 0px;
}
.medialanding .medialanding_container section.media-bullets h2 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .medialanding .medialanding_container section.media-bullets h2 {
    margin-bottom: 50px;
  }
}
.medialanding .medialanding_container section.media-bullets .media-item {
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .medialanding .medialanding_container section.media-bullets .media-item {
    margin-bottom: 25px;
  }
}
.medialanding .medialanding_container section.media-bullets .media-item h4 {
  margin-bottom: 10px;
  line-height: 1.25;
}
.medialanding .medialanding_container section.media-bullets .media-item img {
  margin-bottom: 10px;
}
.medialanding .medialanding_container section.media-bullets .description {
  z-index: 200;
  width: 100%;
  height: auto;
  color: #bbbbbb;
  padding: 30px;
  text-align: left;
  font-family: "adobe-garamond-pro";
  max-width: 367px;
  margin: auto;
  font-size: 1.3em;
  text-align: center;
  line-height: 100%;
}
.medialanding .medialanding_container #projects {
  width: 100%;
  margin: 100px 0;
  padding-top: 3px;
  border-top: solid 5px #ededed;
}
.medialanding .medialanding_container #projects > ul {
  height: 100%;
  list-style: none;
  text-align: center;
}
.medialanding .medialanding_container #projects > ul li {
  display: inline-block;
  width: 33%;
  height: 100%;
  overflow: hidden;
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  .medialanding .medialanding_container #projects > ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.medialanding .medialanding_container #projects > ul li a {
  height: 430px;
}
.medialanding .medialanding_container #projects > ul li .description {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
.medialanding .medialanding_container #projects > ul li .description h3 {
  margin-top: 45px;
  font-family: 'Century Gothic W15';
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.6em;
  letter-spacing: .05em;
}
.medialanding .medialanding_container #projects > ul li .description p {
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.9em;
}
.medialanding .ornament-top {
  padding-top: 0px;
}
.people .people_container {
  width: 80%;
  margin: 0 auto;
}
.people section {
  margin-bottom: 100px;
}
.people h3 {
  font-family: "adobe-garamond-pro", serif;
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  line-height: 1.25;
}
.people .execs .person {
  cursor: pointer;
}
.people .person {
  margin-top: 70px;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.people .person h4 {
  font-family: "Century Gothic W15", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  line-height: 1.25;
}
@media only screen and (max-width: 480px) {
  .people .person h4 {
    font-size: 12px;
    white-space: nowrap;
  }
}
.people .person img {
  margin: 0 auto 25px auto;
  max-width: 100%;
  -webkit-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .people .person img {
    max-width: 80%;
  }
}
.people .person:hover img {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .people .person {
    padding: 0 2.5%;
    margin-top: 35px;
  }
  .people .person p {
    min-height: 44px;
  }
}
.people .overlay_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0;
  z-index: 999;
}
.people .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 5%;
  width: 90%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
  opacity: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) {
  .people .overlay {
    width: 80%;
    left: 10%;
  }
}
@media only screen and (min-width: 1025px) {
  .people .overlay {
    width: 50%;
    left: 25%;
  }
}
.people .overlay .close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  margin-left: 0;
  background: url(/static/img/overlay-close-round.png) no-repeat center;
  cursor: pointer;
  text-indent: 100%;
  overflow: hidden;
  -webkit-transform: translate(0, -200%);
  -ms-transform: translate(0, -200%);
  transform: translate(0, -200%);
}
.people .overlay .inner {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  font-family: "adobe-garamond-pro", serif;
  opacity: 0;
  padding: 100px 0 100px;
}
.people .overlay .inner img {
  margin: 55px auto 20px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .people .overlay .inner img {
    max-width: 200px;
  }
}
.people .overlay .inner video {
  display: block;
  margin: 55px auto 20px;
}
.people .overlay .inner .overlay-frame {
  position: absolute;
  left: 50%;
  z-index: 1000;
  margin: 0 0 0 -140px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .people .overlay .inner .overlay-frame {
    max-width: 200px;
    margin-left: -100px;
  }
}
.people .overlay .inner h2 {
  text-align: center;
  font-family: "ambroise-firmin-std", serif;
  font-size: 50px;
  text-transform: uppercase;
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .people .overlay .inner h2 {
    font-size: 35px;
  }
}
.people .overlay .inner h3 {
  text-align: center;
  margin: 0 0 1.5em 0;
}
.contact {
  text-align: center;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .contact p {
    margin-bottom: 2em;
  }
}
.contact .push-top {
  margin-top: 175px;
}
.contact .map {
  margin: 90px auto 65px auto;
  width: 80%;
}
@media only screen and (max-width: 480px) {
  .contact .map {
    margin-top: 65px;
  }
}
.contact .map img {
  margin-bottom: 20px;
}
.contact section {
  padding: 30px 0 0;
}
.contact .social {
  padding: 0;
  border-bottom: none;
}
.contact .social h5 {
  margin-bottom: 2em;
  font: "Century Gothic W15 Bold", sans-serif;
}
.contact .social ul {
  list-style: none;
}
.contact .social ul li {
  display: inline-block;
  margin: 0 10px;
}
@media only screen and (max-width: 480px) {
  .contact .social ul li {
    display: list-item;
  }
}
.contact .container {
  margin-top: 30px;
}
.contact footer {
  background-color: #000;
  height: 300px;
  margin-top: 30px;
}
.blog-listing #projects > ul li {
  opacity: 1;
}
.blog-listing .project_module .rollover {
  background-color: rgba(0, 92, 165, 0.4);
}
.blog-listing .project_module h2 {
  margin-bottom: .25em;
  padding-bottom: 35px;
  background: url(/static/img/blog-landing-underline.png) no-repeat bottom center;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blog-listing .project_module:hover h2 {
  background: url(/static/img/blog-landing-underline-over.png) no-repeat bottom center;
}
.blog-listing .project_module span.rollover .top {
  top: 0;
  left: 0;
  padding: 10px;
  max-width: 100%;
  max-height: 80px;
}
.blog-listing .project_module span.rollover .bottom {
  max-width: 127px;
  bottom: 10px;
}
.blog-post .post-container {
  max-width: 850px;
  margin: 0 auto;
  width: 80%;
}
.blog-post p {
  max-width: 25em;
  margin-bottom: 3em;
  line-height: 1.75;
}
.blog-post header {
  max-width: 825px;
  margin-bottom: 10%;
  margin-top: 1em;
}
.blog-post header h1 {
  color: #0861a8;
}
@media only screen and (max-width: 480px) {
  .blog-post header h1 {
    font-size: 35px;
    line-height: 1.25;
    margin-bottom: 15px;
  }
}
.blog-post ul.social {
  list-style: none;
  margin-top: 1em;
}
.blog-post ul.social li {
  display: inline-block;
  margin-right: 1.75em;
}
.blog-post aside {
  border-top: 2px solid #000;
  padding: 0 12px 35px;
  margin: 30px 0;
  background: url(/static/img/blog-sidebar-border.jpg) repeat-x bottom left;
  font-family: 'Century Gothic W15', sans-serif;
  font-size: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) {
  .blog-post aside {
    float: right;
    width: 250px;
    margin: 0 0 60px 30px;
  }
}
.blog-post aside h5 {
  margin-top: 35px;
}
.blog-post aside ul {
  list-style: none;
  color: #cbcaca;
}
.blog-post figure {
  margin: 15% 0 7.5% 0;
  font-family: 'Century Gothic W15', sans-serif;
}
.blog-post figure.two_images {
  overflow: hidden;
}
.blog-post figure.two_images a {
  float: left;
  width: 49.5%;
}
.blog-post figure.two_images a:last-child {
  margin-left: 1%;
}
.blog-post figure.two_images > img {
  display: block;
  float: left;
  width: 49.5%;
}
.blog-post figure.two_images > img:last-child {
  margin-left: 1%;
}
.blog-post figure .fancybox {
  position: relative;
  display: block;
}
.blog-post figure img {
  width: 100%;
}
.blog-post figure figcaption {
  display: block;
  margin-bottom: 1em;
  font-size: 12px;
}
.blog-post figure figcaption:before {
  content: "";
  display: inline-block;
  position: relative;
  color: #005ca5;
  width: 4px;
  height: 4px;
  background-color: #005ca5;
  margin-right: 6px;
  top: -2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.blog-post figure .enlarge_icon,
.blog-post figure .cta_icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 43px;
  height: 43px;
  background: url(/static/img/enlarge_icon.png) no-repeat;
}
.blog-post figure .cta_icon {
  background: url(/static/img/cta_icon.png) no-repeat;
}
.blog-post figure .video_embed {
  width: 100%;
  height: 480px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blog-post blockquote {
  font-size: 54px;
  max-width: 375px;
  margin-left: 7.5%;
  font-family: "ambroise-firmin-std", serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .blog-post blockquote {
    font-size: 35px;
  }
}
.blog-post blockquote:before,
.blog-post blockquote:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 278px;
  height: 66px;
  margin: 0 auto;
}
.blog-post blockquote:before {
  background: url(/static/img/blockquote-before.png) no-repeat center;
  background-size: contain;
}
.blog-post blockquote:after {
  background: url(/static/img/blockquote-after.png) no-repeat center;
  background-size: contain;
}
.blog-post .content_block > p {
  max-width: none;
}
.blog-post footer {
  margin-top: 7.5%;
}
.blog-post footer .more-posts {
  height: 80px;
  background-color: #000;
  color: #fff;
  line-height: 80px;
  padding: 0 30px;
  font-family: 'Century Gothic W15', sans-serif;
}
.blog-post footer .more-posts a {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 1;
}
.blog-post footer .more-posts a:hover {
  opacity: .75;
}
.career .back {
  padding: 30px 30px 0;
  font-family: 'Century Gothic W15', sans-serif;
  font-size: .875em;
}
@media only screen and (max-width: 480px) {
  .career .career-container {
    padding-top: 50px;
  }
}
.career .career-container header {
  text-align: center;
}
.career .career-container header img {
  display: block;
  margin: 0 auto 1em;
}
@media only screen and (max-width: 480px) {
  .career .career-container header img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .career .career-container header h2 {
    font-size: 35px;
  }
}
.career .career-container header .ornament_container {
  width: 100%;
  margin: 40px 0;
  padding-bottom: 3%;
}
.career .career-container header .ornament_container .ornament {
  left: 0;
  right: 0;
  width: 100%;
  max-width: 453px;
  margin: auto;
  padding-top: 0;
}
.career .career-container article {
  max-width: 600px;
  margin: 0 auto;
  width: 80%;
}
.career .career-container article p,
.career .career-container article ul {
  max-width: 30em;
  margin-bottom: 3em;
  line-height: 1.75;
}
.career .career-container article ul {
  margin-left: 1.5em;
  list-style: none;
}
.career .career-container article ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #c8a955;
  display: inline-block;
  position: relative;
  margin-right: 12px;
  margin-left: -16px;
  top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
