@import url(../../bower_components/normalize.css/normalize.css);
@import url(../../bower_components/slick-carousel/slick/slick.css);
@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; }

  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; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-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;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

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

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.clearfix:before, .large-topbar .subscribe-bar form:before, .clearfix:after, .large-topbar .subscribe-bar form:after {
  content: " ";
  display: table; }
.clearfix:after, .large-topbar .subscribe-bar form: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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 600px) {
    .container {
      width: 570px; } }
  @media (min-width: 800px) {
    .container {
      width: 770px; } }
  @media (min-width: 1000px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

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

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

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

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

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

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

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

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

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

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

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

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

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

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

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

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

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

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

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

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

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

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

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

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

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

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

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 800px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

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

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

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

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

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

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

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

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

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

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

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

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

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

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

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

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

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

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

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

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

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

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

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

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

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

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

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1000px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

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

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

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

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

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

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

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

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

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

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

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

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

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

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

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

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

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

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

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

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

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

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

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

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

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

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

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 599px) {
  .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 (max-width: 599px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 599px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 599px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 600px) and (max-width: 799px) {
  .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: 600px) and (max-width: 799px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 600px) and (max-width: 799px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 600px) and (max-width: 799px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 800px) and (max-width: 999px) {
  .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: 800px) and (max-width: 999px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 800px) and (max-width: 999px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 800px) and (max-width: 999px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1000px) {
  .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; } }
@media (min-width: 1000px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1000px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1000px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 599px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 600px) and (max-width: 799px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 800px) and (max-width: 999px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1000px) {
  .hidden-lg {
    display: none !important; } }
.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; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
.gform_validation_container {
  display: none; }

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../../bower_components/fancybox/source/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../../bower_components/fancybox/source/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../bower_components/fancybox/source/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../../bower_components/fancybox/source/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../../bower_components/fancybox/source/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../../bower_components/fancybox/source/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+   mixins.scss
+
+   Created by #BRITEWEB
+   http://briteweb.com
+   @briteweb
+
+   Created: Fri Jul 27 16:06:27 PDT 2012
+   Last update: Fri Jul 27 16:06:27 PDT 2012
+
+   Copyright (c) 2013 #BRITEWEB. All rights reserved.
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*--------------------------------------------------------------------------------------
*
*    PNG TRANSPARENCY
*
*-------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
*
*    BACKGROUND
*
*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
*
* PATTERNS
*
*-------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
*
*    GRADIENTS
*
*-------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
*
*    CLEARING FLOATS LIKE A BOSS: GOO@mixin GL/ZM1OD
*
*-------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
*
*    Opacity
*
*-------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
*
*    INPUT PLACEHOLDER TEXT
*
*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
*
*    BACKFACE-VISIBILITY
*
*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
*
* JUSTIFY
*
*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
*
* CENTER DIVS INSIDE ELEMENT
*
*-------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
*
*    RETINA
*
*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
*
* SPRITES
*
*-------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
*
*    BOX SHADOW
*
*-------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
*
*    BORDER RADIUS
*
*-------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
*
*    MULTIPLE BORDERS
*
*-------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
*
*    TRANSITIONS
*
*-------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
*
*    TRANSFORM
*
*-------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
*
*    BOX
*
*-------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
*
*    SPACING - MARGINS/PADDING
*
*-------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
*
*    RESIZE
*
*-------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
*
*    TEXT COLUMNS
*
*-------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
*
*    FONT SIZE and LINE HEIGHT
*
*-------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
*
*    ANIMATIONS
*
*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
*
* APPEARANCE
*
*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
*
* FONT SMOOTHING
*
*-------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
*
*    FLEXBOX
*
*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
*
* SPRITES
*
*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
*
* PATTERNS
*
*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
*
* BUTTONS
*
*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
*
* MEDIA BREAKPOINTS
*
*-------------------------------------------------------------------------------------*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+   fonts.scss
+
+   Created by #BRITEWEB
+   http://briteweb.com
+   @briteweb
+
+   Created: Fri Jul 27 16:06:27 PDT 2012
+   Last update: Fri Jul 27 16:06:27 PDT 2012
+
+   Copyright (c) 2012 #BRITEWEB. All rights reserved.
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@font-face {
  font-family: 'proxima-light';
  src: url("../../src/fonts/proxima-nova-light.eot");
  src: url("../../src/fonts/proxima-nova-light.eot") format("embedded-opentype"), url("../../src/fonts/proxima-nova-light.woff2") format("woff2"), url("../../src/fonts/proxima-nova-light.woff") format("woff"), url("../../src/fonts/proxima-nova-light.ttf") format("truetype"), url("../../src/fonts/proxima-nova-light.svg#proxima-nova-light") format("svg"); }
@font-face {
  font-family: 'proxima-regular';
  src: url("../../src/fonts/proxima-nova-regular.eot");
  src: url("../../src/fonts/proxima-nova-regular.eot") format("embedded-opentype"), url("../../src/fonts/proxima-nova-regular.woff2") format("woff2"), url("../../src/fonts/proxima-nova-regular.woff") format("woff"), url("../../src/fonts/proxima-nova-regular.ttf") format("truetype"), url("../../src/fonts/proxima-nova-regular.svg#proxima-nova-regular") format("svg"); }
@font-face {
  font-family: 'proxima-semibold';
  src: url("../../src/fonts/proxima-nova-semibold.eot");
  src: url("../../src/fonts/proxima-nova-semibold.eot") format("embedded-opentype"), url("../../src/fonts/proxima-nova-semibold.woff2") format("woff2"), url("../../src/fonts/proxima-nova-semibold.woff") format("woff"), url("../../src/fonts/proxima-nova-semibold.ttf") format("truetype"), url("../../src/fonts/proxima-nova-semibold.svg#proxima-nova-semibold") format("svg"); }
@font-face {
  font-family: 'tiempos';
  src: url("../../src/fonts/TiemposText-Regular.eot");
  src: url("../../src/fonts/TiemposText-Regular.eot") format("embedded-opentype"), url("../../src/fonts/TiemposText-Regular.woff2") format("woff2"), url("../../src/fonts/TiemposText-Regular.woff") format("woff"), url("../../src/fonts/TiemposText-Regular.ttf") format("truetype"), url("../../src/fonts/TiemposText-Regular.svg#TiemposText-Regular") format("svg"); }
@font-face {
  font-family: 'tiempos-italic';
  src: url("../../src/fonts/TiemposText-RegularItalic.eot");
  src: url("../../src/fonts/TiemposText-RegularItalic.eot") format("embedded-opentype"), url("../../src/fonts/TiemposText-RegularItalic.woff2") format("woff2"), url("../../src/fonts/TiemposText-RegularItalic.woff") format("woff"), url("../../src/fonts/TiemposText-RegularItalic.ttf") format("truetype"), url("../../src/fonts/TiemposText-RegularItalic.svg#TiemposText-RegularItalic") format("svg"); }
.post-content img {
  margin: 0 auto 1rem;
  max-width: 100%; }
.post-content img.size-full {
  width: 100%;
  height: auto; }
.post-content img.alignleft {
  width: auto;
  float: left;
  margin-left: 1rem;
  margin-right: 2rem; }
.post-content img.alignright {
  width: auto;
  float: right;
  margin-left: 2rem;
  margin-right: 1rem; }

/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

  IMAGE STYLES



  Created by #BRITEWEB
  http://briteweb.com
  @briteweb

  Copyright (c) 2013 #BRITEWEB. All rights reserved.

  styles for the images
  classes from the WYSIWYG of WP


  TABLE OF CONTENTS

  WordPress Image Class
  Image Styles


+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*-------------------------------------------------------------------------------------
*
* WORDPRESS IMAGE CLASS
*
*-------------------------------------------------------------------------------------*/
.alignright {
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
  box-sizing: content-box; }

.alignleft {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
  box-sizing: content-box; }

.aligncenter {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin: 0 auto;
  clear: both; }

.wp-smiley {
  width: auto;
  height: auto; }

@font-face {
  font-family: "nelp-icons";
  src: url("../../src/fonts/nelp-icons.eot");
  src: url("../../src/fonts/nelp-icons.eot?#iefix") format("embedded-opentype"), url("../../src/fonts/nelp-icons.woff") format("woff"), url("../../src/fonts/nelp-icons.ttf") format("truetype"), url("../../src/fonts/nelp-icons.svg#nelp-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  content: attr(data-icon);
  font-family: "nelp-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  font-size: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
  font-smooth: always; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "nelp-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  font-size: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
  font-smooth: always; }

.icon {
  position: relative; }
  .icon:before {
    color: inherit; }

.icon-tags:before {
  content: '\e900'; }

.icon-link:before {
  content: '\ea82'; }

.icon-arrow-down-chevron:before {
  content: "a"; }

.icon-arrow-down-fill:before {
  content: "b"; }

.icon-arrow-left-chevron:before {
  content: "c"; }

.icon-arrow-left-full:before {
  content: "d"; }

.icon-arrow-right-chevron:before {
  content: "e"; }

.icon-arrow-up-chevron:before {
  content: "f"; }

.icon-bio:before {
  content: "g"; }

.icon-image:before {
  content: "h"; }

.icon-cap:before {
  content: "i"; }

.icon-close:before {
  content: "j"; }

.icon-document:before {
  content: "k"; }

.icon-document-black-flap:before {
  content: "l"; }

.icon-diagram:before {
  content: "m"; }

.icon-phone-fill:before {
  content: "n"; }

.icon-phone:before {
  content: "o"; }

.icon-menu:before {
  content: "p"; }

.icon-mail-open:before {
  content: "q"; }

.icon-mail-close-black:before {
  content: "r"; }

.icon-mail-close:before {
  content: "s"; }

.icon-linkedin:before {
  content: "t"; }

.icon-facebook:before {
  content: "u"; }

.icon-external:before {
  content: "v"; }

.icon-expert:before {
  content: "w"; }

.icon-edit:before {
  content: "x"; }

.icon-document-flap:before {
  content: "y"; }

.icon-pin:before {
  content: "z"; }

.icon-print:before {
  content: "A"; }

.icon-download:before {
  content: "B"; }

.icon-search:before {
  content: "C"; }

.icon-trophy:before {
  content: "D"; }

.icon-twitter:before {
  content: "E"; }

.icon-video:before {
  content: "F"; }

.icon-nelp-logo:before {
  content: "G"; }

.icon-playhead:before {
  content: "H"; }

.icon-arrow-timeline:before {
  content: "I"; }

.icon-star:before {
  content: "J"; }

/**
 * Custom buttom mixin
 */
@media screen and (max-width: 599px) {
  body.scroll-mask {
    overflow: hidden; } }

@media screen and (max-width: 799px) {
  .container {
    width: 100%; } }

h1, h2, h3, h4, h5, p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0; }

blockquote {
  margin: 0;
  padding: 0; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    text-decoration: none; }
  a:focus {
    color: inherit; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto; }

a:focus {
  outline: 0;
  -moz-outline: 0;
  text-decoration: none; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
  font-smooth: always; }

h1, h2, h3, h4, h5 {
  color: #231F20; }

h1, .h1 {
  font-family: "proxima-regular", Helvetica;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 22px;
  line-height: 24px; }
  @media screen and (min-width: 800px) {
    h1, .h1 {
      font-family: "proxima-regular", Helvetica;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-size: 28px;
      line-height: 34px; } }

h2, .h2 {
  font-family: "tiempos-italic", Georgia;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.025em; }

h3, .h3 {
  font-family: "proxima-regular", Helvetica;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.025em;
  text-transform: uppercase; }

h4, .h4 {
  font-family: "proxima-semibold", Helvetica;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.025em;
  margin-bottom: 10px; }
  @media screen and (max-width: 600px) {
    h4, .h4 {
      margin-top: -3px; } }

.subheadline {
  font-family: "tiempos-italic", Georgia;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em; }

body, .copy-1 {
  font-family: "tiempos", Georgia;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #83786F; }

.copy-2 {
  font-family: "proxima-regular", Helvetica;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.025em; }

.button-cta {
  font-family: "proxima-semibold", Helvetica;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.button {
  font-family: "proxima-semibold", Helvetica;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.button-small {
  font-family: "proxima-semibold", Helvetica;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.drop {
  position: relative; }
  .drop.content {
    word-wrap: break-word; }
  @media screen and (max-width: 600px) {
    .drop p:first-child {
      margin-top: 12px; } }

.content.drop .image-element {
  position: relative; }
  .content.drop .image-element img {
    width: 100%;
    height: auto; }
.content.drop .image-element {
  margin-right: -15px;
  margin-left: -15px; }
  @media screen and (min-width: 800px) {
    .content.drop .image-element {
      margin-right: 0;
      margin-left: 0; } }
.content.drop .extra-p-tag {
  display: none; }

@media screen and (min-width: 800px) {
  .container.content > div:first-child .content-container .drop.content {
    margin-bottom: -17px; } }

.dropcap {
  text-align: right;
  font-size: 5em;
  line-height: 1em;
  text-transform: uppercase;
  color: #AF272F;
  margin-right: -2px; }
  .ie11 .dropcap {
    position: relative;
    top: 10px; }

a {
  transition-property: color;
  transition-duration: 0.1s;
  transition-delay: 0;
  transition-timing-function: linear;
  -webkit-backface-visibility: hidden; }

.content-container blockquote {
  position: relative;
  width: auto; }
  .content-container blockquote:before {
    content: '\00BB';
    color: #AF272F;
    font-size: 92px; }
  .content-container blockquote + h4 {
    margin-top: 28px; }
    @media screen and (min-width: 600px) {
      .content-container blockquote + h4 {
        margin-top: 48px; } }
  .content-container blockquote p {
    color: #AF272F;
    font-family: "proxima-semibold", Helvetica;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.025em;
    margin-bottom: 10px;
    margin: 16px 0 0; }
    .content-container blockquote p:before {
      content: '\2014';
      margin-right: 5px; }
    .content-container blockquote p:first-child {
      margin-top: 12px;
      margin-bottom: 0;
      font-family: "tiempos-italic", Georgia;
      font-size: 28px;
      line-height: 34px;
      letter-spacing: 0.025em;
      color: #231F20; }
      .content-container blockquote p:first-child:before {
        content: none; }
    .content-container blockquote p:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 600px) {
    .content-container blockquote {
      margin-left: 80px;
      margin-bottom: 35px; }
      .content-container blockquote:before {
        position: absolute;
        right: 100%;
        top: 15px;
        display: inline-block;
        float: left;
        margin-right: 5px; }
      .content-container blockquote p {
        margin: 16px 0; }
        .content-container blockquote p:first-child {
          margin: 0; } }

.content-container h4 + p, .accordion-reveal-content h4 + p {
  margin-top: 10px; }
.content-container p, .content-container ul, .content-container ol, .accordion-reveal-content p, .accordion-reveal-content ul, .accordion-reveal-content ol {
  margin: 20px 0; }
  @media screen and (min-width: 600px) {
    .content-container p:first-child, .content-container ul:first-child, .content-container ol:first-child, .accordion-reveal-content p:first-child, .accordion-reveal-content ul:first-child, .accordion-reveal-content ol:first-child {
      margin-top: 0; } }
@media screen and (min-width: 600px) {
  .content-container ul, .content-container ol, .accordion-reveal-content ul, .accordion-reveal-content ol {
    margin: 50px 0 33px; } }

.caption, .content-container .caption {
  font-family: "tiempos-italic", Georgia;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.05em;
  margin-top: 17px;
  margin-bottom: 34px; }
  .caption p, .content-container .caption p {
    margin: 0; }

.container.heading p {
  margin: 0; }
  .container.heading p.post-date {
    margin-bottom: 15px; }
    @media screen and (min-width: 800px) {
      .container.heading p.post-date {
        margin-bottom: 25px; } }
  .container.heading p.post-sub-header {
    font-size: 18px;
    margin-top: 5px; }
.container.heading h1 {
  padding-bottom: 0; }

.container.staff-intro > div:first-child {
  padding-left: 0;
  padding-bottom: 0; }
  @media screen and (min-width: 800px) {
    .container.staff-intro > div:first-child {
      margin-top: -40px; } }
.container.staff-intro .inner-container {
  padding-top: 0; }

@media screen and (min-width: 800px) {
  .container.content > div:first-child {
    padding-top: 8px; } }
.container.content > div:first-child .inner-container {
  padding-top: 0; }
  @media screen and (min-width: 600px) {
    .container.content > div:first-child .inner-container {
      padding-top: 23px; } }
  @media screen and (min-width: 800px) {
    .container.content > div:first-child .inner-container {
      margin-bottom: 60px; } }
.container.content > div:first-child .content {
  margin-left: -15px;
  margin-right: -15px;
  zoom: 1; }
  .container.content > div:first-child .content:before, .container.content > div:first-child .content:after {
    display: table;
    content: ""; }
  .container.content > div:first-child .content:after {
    clear: both; }
  @media screen and (min-width: 800px) {
    .container.content > div:first-child .content.drop {
      margin: 0; } }

.container.top-content .inner-container {
  padding-top: 0; }

.gold-matrix {
  background-image: url("../../src/images/gold-matrix.png");
  background-attachment: fixed; }

.grey-matrix {
  background-image: url("../../src/images/grey-matrix.png");
  background-attachment: fixed; }

.grey-background {
  background-color: #EFEFED; }

.blue-background {
  background-color: #36749D; }

.black-background {
  background-color: #231F20; }

.scroll-down-button {
  font-family: "tiempos-italic", Georgia;
  letter-spacing: 0.025em;
  font-size: 16px;
  line-height: 22px;
  padding: 23px 0 0;
  margin-bottom: -3px;
  position: relative;
  z-index: 60;
  text-align: center; }
  @media screen and (min-width: 800px) {
    .scroll-down-button {
      text-align: left; } }
  .scroll-down-button .icon:before {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle; }

.button {
  display: inline-block;
  position: relative; }
  .button a {
    text-align: center;
    border: 2px solid #AF272F;
    padding: 14px 20px;
    display: inline-block;
    background-color: #FFFFFF;
    transition-property: all;
    transition-duration: 0.15s;
    transition-delay: 0;
    transition-timing-function: ease-out;
    -webkit-backface-visibility: hidden;
    color: #AF272F; }
    .button a:hover {
      background-color: #AF272F;
      color: #FFFFFF; }
  .button.gold a {
    border-color: #D7C48E;
    color: #D7C48E; }
    .button.gold a:hover {
      background-color: #D7C48E;
      color: #FFFFFF; }
  .button.dark-gold a {
    background: #80786f;
    border-color: #80786f;
    color: #FFFFFF; }
    .button.dark-gold a:hover {
      background: #AF272F;
      border-color: #AF272F; }

.single-expert .author-publications {
  margin-bottom: 70px; }
  .single-expert .author-publications .button a {
    line-height: 60px;
    background: transparent;
    color: #D7C48E; }

.button-row {
  text-align: center;
  margin-top: 30px; }
  @media screen and (min-width: 600px) {
    .button-row {
      margin-top: 60px; }
      .button-row .button a {
        min-width: 370px; } }

.arrow-button {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "proxima-semibold", Helvetica;
  letter-spacing: 0.05em;
  margin-top: 12px;
  position: relative;
  display: inline-block;
  width: auto;
  color: #231F20; }
  .arrow-button:hover {
    color: #AF272F; }
  .arrow-button.red {
    color: #AF272F; }
  .arrow-button:before {
    transition-property: color;
    transition-duration: 0.1s;
    transition-delay: 0;
    transition-timing-function: linear;
    -webkit-backface-visibility: hidden;
    position: absolute;
    left: 100%;
    font-size: 25px; }
    .firefox.windows .arrow-button:before {
      top: -3px; }

.quick-links {
  position: absolute;
  z-index: 10; }
  .quick-links .social-links {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
  .quick-links a {
    display: inline-block;
    color: #231F20;
    width: 16px;
    height: 16px;
    margin-right: 16px; }
    .quick-links a:hover {
      color: #AF272F; }
  .quick-links .download:before {
    top: 1px;
    position: relative; }
  .quick-links .icon:before {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    margin-left: -7px;
    position: relative;
    top: -4px; }

.mobile-socmed-article {
  padding-top: 0;
  padding-bottom: 0;
  margin: 11px auto 6px;
  max-width: 400px; }
  .mobile-socmed-article > .col-xs-4 {
    padding-left: 3px;
    padding-right: 3px; }
  .mobile-socmed-article .icon {
    position: static; }
  .mobile-socmed-article li {
    margin-bottom: 0;
    position: relative; }
  .mobile-socmed-article a .text-content {
    border: 2px solid #AF272F;
    color: #AF272F;
    display: block;
    width: 100%;
    line-height: 30px;
    text-align: center;
    padding-right: 28px;
    font-family: "proxima-semibold", Helvetica; }
  .mobile-socmed-article a .icon {
    height: 100%;
    width: 80px; }
    .mobile-socmed-article a .icon:before {
      background: #AF272F;
      color: #FFFFFF;
      position: absolute;
      right: 0px;
      width: 30px;
      font-size: 30px;
      padding-top: 2px; }

h1 {
  padding-bottom: 24px; }
  @media screen and (min-width: 600px) {
    h1 {
      margin: 0;
      margin-bottom: 50px;
      border-bottom: 0; }
      .dark-title h1 {
        background-color: #83786F;
        color: #FFFFFF;
        margin-bottom: 60px;
        padding: 13px 42px;
        display: block; }
      .light-title h1 {
        margin-bottom: 0;
        margin-top: 10px;
        padding-left: 42px; } }

.four-by-tiles h1 {
  font-family: "proxima-regular", Helvetica;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.025em;
  text-transform: uppercase; }

.inner-container {
  padding: 23px 0 0; }
  @media screen and (min-width: 800px) {
    .inner-container {
      max-width: 670px;
      margin: 0 auto;
      padding: 36px 0 0; } }

.white-background > div:first-child {
  background: #FFFFFF; }

.container.white-background:before {
  top: 0;
  content: '';
  background: #FFFFFF;
  position: absolute;
  right: 50%;
  width: 100%;
  height: 100%;
  display: block; }
.container.white-background.has-border:before {
  border-bottom: 5px solid #C6AA5D; }
.container.white-background.heading + .container.content .inner-container h4:first-child {
  margin-top: 30px; }
  @media screen and (min-width: 800px) {
    .container.white-background.heading + .container.content .inner-container h4:first-child {
      margin-top: 0; } }

.pagination, .single-container .pagination {
  text-align: center;
  background: #FFFFFF;
  margin: 40px -20px 0px; }
  @media screen and (min-width: 600px) {
    .pagination, .single-container .pagination {
      margin: 30px 0 14px;
      background: transparent; } }
  @media screen and (min-width: 800px) {
    .pagination, .single-container .pagination {
      margin-bottom: 60px; } }
  .pagination ul, .single-container .pagination ul {
    margin: 0; }
  .pagination li, .single-container .pagination li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 60px;
    font-family: "proxima-semibold", Helvetica;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 60px; }
    @media screen and (min-width: 600px) {
      .pagination li, .single-container .pagination li {
        border: 2px solid #D4C18B;
        margin: 0 7px;
        background: #FFFFFF; }
        .pagination li:hover a, .single-container .pagination li:hover a {
          background: #D4C18B;
          color: #FFFFFF; } }
    .pagination li:before, .single-container .pagination li:before {
      content: none; }
    .pagination li a, .single-container .pagination li a {
      transition-property: all;
      transition-duration: 0.1s;
      transition-delay: 0;
      transition-timing-function: linear;
      -webkit-backface-visibility: hidden; }
      .pagination li a.next, .pagination li a.prev, .single-container .pagination li a.next, .single-container .pagination li a.prev {
        height: 60px;
        font-size: 25px;
        position: relative;
        text-align: center; }
        .pagination li a.next:before, .pagination li a.prev:before, .single-container .pagination li a.next:before, .single-container .pagination li a.prev:before {
          font-family: "nelp-icons" !important;
          font-style: normal !important;
          font-weight: normal !important;
          font-variant: normal !important;
          text-transform: none !important;
          speak: none;
          line-height: 1;
          font-size: 40px;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -moz-font-smoothing: grayscale;
          font-smooth: always;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -45%);
          -moz-transform: translate(0, -45%);
          -o-transform: translate(0, -45%);
          -ms-transform: translate(0, -45%);
          transform: translate(0, -45%);
          left: 0;
          width: 100%; }
          .lt-ie9 .pagination li a.next:before, .lt-ie9 .pagination li a.prev:before, .lt-ie9 .single-container .pagination li a.next:before, .lt-ie9 .single-container .pagination li a.prev:before {
            margin-top: -18px;
            margin-left: 10px; }
      .pagination li a.next:before, .single-container .pagination li a.next:before {
        content: "e"; }
      .pagination li a.prev:before, .single-container .pagination li a.prev:before {
        content: "c"; }
    .pagination li span, .pagination li a, .single-container .pagination li span, .single-container .pagination li a {
      color: #D4C18B;
      display: block; }
      .pagination li span.current, .pagination li a.current, .single-container .pagination li span.current, .single-container .pagination li a.current {
        background: #D4C18B;
        color: #FFFFFF; }

.excerpt-image {
  padding: 0;
  width: 100%;
  margin-right: -30px;
  overflow: hidden; }
  @media screen and (min-width: 800px) {
    .excerpt-image {
      margin-bottom: 20px; } }
  .excerpt-image img, .excerpt-image .video-image {
    height: auto;
    margin: 0 0 0 auto; }
    @media screen and (min-width: 800px) {
      .excerpt-image img, .excerpt-image .video-image {
        width: 100%; } }
  .excerpt-image .caption {
    text-align: left; }

.ie-data {
  display: none !important; }
  .lt-ie9 .ie-data {
    display: block !important;
    width: 100%;
    height: auto; }

.invalid-input, .invalid-input-zip {
  display: none;
  margin-bottom: 20px;
  color: red;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  line-height: 1;
  padding: 4.3% 0;
  background: rgba(35, 31, 32, 0.9); }
  .subscribe-form .invalid-input, .subscribe-form .invalid-input-zip {
    padding: 2.5% 0; }

.validation_message {
  font-size: 12px;
  margin-bottom: 10px;
  font-family: "tiempos-italic", Georgia;
  color: #AF272F; }

#gform_1 {
  position: relative; }
  #gform_1 .validation_message {
    display: none; }
  #gform_1 .invalid-input {
    position: absolute;
    width: 100%;
    line-height: 58px;
    margin-bottom: 0;
    background: rgba(35, 31, 32, 0.8); }

.campaign-form {
  display: none; }

.subscribe-form input[type="text"], .subscribe-form textarea, .subscribe-form input[type="email"], .contact-form input[type="text"], .contact-form textarea, .contact-form input[type="email"], .pressinquiries-form input[type="text"], .pressinquiries-form textarea, .pressinquiries-form input[type="email"] {
  background-color: #E3E1DF;
  padding: 17px 18px;
  margin-bottom: 5px; }

.contact-form textarea, .pressinquiries-form textarea {
  margin-bottom: 0; }

.contact-form .sf_field_captcha .w2limg {
  max-width: 40%; }
.contact-form .sf_field_captcha .w2linput.text.captcha {
  max-width: 60%;
  float: right; }

.gform_wrapper label, .subscribe-form label, .contact-form label, .pressinquiries-form label {
  display: none; }
.gform_wrapper .ginput_container, .subscribe-form .ginput_container, .contact-form .ginput_container, .pressinquiries-form .ginput_container {
  background: #E3E1DF;
  padding: 17px 18px; }
.gform_wrapper input, .gform_wrapper textarea, .subscribe-form input, .subscribe-form textarea, .contact-form input, .contact-form textarea, .pressinquiries-form input, .pressinquiries-form textarea {
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none; }
.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper textarea, .subscribe-form input[type="text"], .subscribe-form input[type="email"], .subscribe-form textarea, .contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea, .pressinquiries-form input[type="text"], .pressinquiries-form input[type="email"], .pressinquiries-form textarea {
  font-family: "tiempos-italic", Georgia;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em; }
.gform_wrapper input[type="submit"], .gform_wrapper button, .subscribe-form input[type="submit"], .subscribe-form button, .contact-form input[type="submit"], .contact-form button, .pressinquiries-form input[type="submit"], .pressinquiries-form button {
  background-color: #80786f;
  font-family: "proxima-semibold", Helvetica;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 55px;
  transition-property: background;
  transition-duration: 0.25s;
  transition-delay: linear;
  transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
  -webkit-backface-visibility: hidden; }
  .gform_wrapper input[type="submit"]:hover, .gform_wrapper button:hover, .subscribe-form input[type="submit"]:hover, .subscribe-form button:hover, .contact-form input[type="submit"]:hover, .contact-form button:hover, .pressinquiries-form input[type="submit"]:hover, .pressinquiries-form button:hover {
    background-color: #231F20; }

.content-container form {
  padding: 0 15px; }
  @media screen and (min-width: 800px) {
    .content-container form {
      padding: 0; } }

.custom-select {
  background: #FFFFFF;
  width: 100%;
  display: block;
  text-align: center;
  font-family: "proxima-semibold", Helvetica;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #AF272F;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .custom-select .custom-selectInner {
    line-height: 40px;
    padding-right: 50px; }
  .custom-select:after {
    font-family: "nelp-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    font-size: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: grayscale;
    font-smooth: always;
    position: absolute;
    content: 'b';
    line-height: 45px;
    right: 0;
    top: 0;
    background: #AF272F;
    color: #FFFFFF; }

select, .custom-select {
  margin-top: 20px;
  margin-bottom: -5px; }

select {
  width: 100%; }

.hasCustomSelect {
  width: 100% !important;
  height: 40px !important;
  position: relative;
  z-index: 4; }

.subscribe-form__aux {
  display: none !important; }

p + table {
  width: 98%;
  position: relative;
  margin-top: 53px; }
  @media screen and (min-width: 600px) {
    p + table {
      width: 124%;
      left: -24%; } }

table:not(.slider--modified):not(.highcharts-data-values) {
  font-family: "proxima-regular", Helvetica;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.025em;
  font-size: 13px;
  width: 100%; }
  table:not(.slider--modified):not(.highcharts-data-values) tr:first-child {
    background: #80786f;
    color: #FFFFFF;
    border-bottom: 10px solid #FFFFFF; }
    .lt-ie9 table:not(.slider--modified):not(.highcharts-data-values) tr:first-child {
      border: none; }
    table:not(.slider--modified):not(.highcharts-data-values) tr:first-child td:first-child {
      background: #FFFFFF; }
  table:not(.slider--modified):not(.highcharts-data-values) td {
    padding: 0;
    text-align: center;
    border: 1px solid #80786f; }
  table:not(.slider--modified):not(.highcharts-data-values) td:first-child {
    background: #eeeeec;
    text-align: left;
    border: none;
    border-right: 2px solid #FFFFFF; }
    .lt-ie9 table:not(.slider--modified):not(.highcharts-data-values) td:first-child {
      border: none; }
  table:not(.slider--modified):not(.highcharts-data-values) td:nth-child(2) {
    border-left: 0; }
  table:not(.slider--modified):not(.highcharts-data-values) td:last-child {
    border-right: 0; }
  table:not(.slider--modified):not(.highcharts-data-values) tr:last-child td {
    border-bottom: none; }
  @media screen and (min-width: 600px) {
    table:not(.slider--modified):not(.highcharts-data-values) {
      font-size: 16px; }
      table:not(.slider--modified):not(.highcharts-data-values) td {
        padding: 10px;
        width: 20%; }
      table:not(.slider--modified):not(.highcharts-data-values) td:first-child {
        width: 23%;
        border-right: 10px solid #FFFFFF; } }

.table--wrapper {
  position: relative;
  margin: 60px 0px; }
  .table--wrapper:before, .table--wrapper:after {
    opacity: 1;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear; }
    @media screen and (min-width: 1200px) {
      .table--wrapper:before, .table--wrapper:after {
        opacity: 0; } }
  .table--wrapper:before {
    font-family: "nelp-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    font-size: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: grayscale;
    font-smooth: always;
    content: 'e';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    padding-top: 12px;
    color: #C6AA5D;
    font-weight: bold;
    z-index: 3; }
  .table--wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    box-shadow: inset -20px 0px 20px 0px #FFFFFF; }
    @media screen and (min-width: 800px) {
      .table--wrapper:after {
        width: 50px;
        box-shadow: inset -50px 0px 50px 0px #FFFFFF; } }
  .table--wrapper.scroll-end:before, .table--wrapper.scroll-end:after {
    opacity: 0; }
  .table--wrapper table {
    font-family: "proxima-regular", Helvetica;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.025em;
    width: 100%;
    font-size: 14px;
    left: 0;
    font-family: "proxima-regular", Helvetica;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.025em;
    font-size: 14px;
    width: 100%;
    color: #231F20; }
    .table--wrapper table tr {
      border: none;
      background: transparent; }
      .table--wrapper table tr:first-child {
        font-weight: bold;
        color: #C6AA5D;
        border-bottom: 4px solid #231F20; }
        .lt-ie9 .table--wrapper table tr:first-child {
          border: none; }
      .table--wrapper table tr:not(:last-child) {
        border-bottom: 1px solid #EFEFED; }
    .table--wrapper table td {
      text-align: left;
      border: none;
      background: transparent;
      position: relative;
      white-space: nowrap;
      overflow: hidden;
      padding: 10px; }
      .table--wrapper table td:first-child {
        font-weight: bold; }
    .table--wrapper table td:first-child {
      text-align: left;
      border: none; }
      .lt-ie9 .table--wrapper table td:first-child {
        border: none; }
    .table--wrapper table td:nth-child(2) {
      border-left: 0; }
    .table--wrapper table td:last-child {
      border-right: 0; }
    .table--wrapper table tr:last-child td {
      border-bottom: none; }
  .table--wrapper .table--scroll {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
  .table--wrapper .table--pinned {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
    border-right: 2px solid #FFFFFF; }
    .table--wrapper .table--pinned tr td:not(:first-child) {
      display: none; }

table.highcharts-data-values {
  width: 100%;
  height: calc(100% - 32px);
  overflow: auto;
  text-align: left; }
  table.highcharts-data-values tbody tr {
    height: 36px; }
  table.highcharts-data-values caption {
    font-family: "proxima-semibold", Helvetica;
    font-size: 22px;
    background-color: #80786f;
    color: white;
    text-align: left; }
  table.highcharts-data-values thead {
    background-color: #f5ebcd; }
    table.highcharts-data-values thead tr th:not(:first-of-type) {
      border-left: 1px solid #83786F; }
  table.highcharts-data-values th {
    font-weight: normal; }
  table.highcharts-data-values tbody tr:not(:last-of-type) {
    border-bottom: 1px solid #83786F; }
  table.highcharts-data-values tbody tr td {
    border-left: 1px solid #83786F; }
  @media screen and (min-width: 600px) {
    table.highcharts-data-values {
      font-size: 16px; } }
  table.highcharts-data-values caption,
  table.highcharts-data-values th,
  table.highcharts-data-values td {
    padding: 5px 10px; }

.video-container {
  position: relative; }
  .video-container .video-image {
    position: relative;
    padding-top: 56.7%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .video-container .video-button {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .video-container .video-button:before {
      background: #D7C48E;
      position: absolute;
      color: #FFFFFF;
      top: 50%;
      left: 50%;
      text-align: center;
      line-height: 40px;
      font-size: 40px;
      padding: 5px 10px 5px 15px;
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
      @media screen and (min-width: 800px) {
        .video-container .video-button:before {
          font-size: 50px;
          padding: 15px 20px 10px; } }
      .lt-ie9 .video-container .video-button:before {
        margin-top: -35px;
        margin-left: -35px;
        padding: 15px 20px 15px 30px; }
  .video-container .video-frame {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: none; }
    @media screen and (min-width: 600px) {
      .video-container .video-frame {
        width: 90%; }
        .video-container .video-frame iframe {
          width: 100%;
          height: 100%; } }
    .android.mobile .video-container .video-frame iframe {
      width: 100%;
      height: 100%; }

.fancybox-nav {
  display: block;
  height: 70px;
  width: 70px;
  background: #80786f;
  text-align: center;
  margin: 40px 30px 0; }
  .fancybox-nav:before {
    font-family: "nelp-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    font-size: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: grayscale;
    font-smooth: always;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    line-height: 70px;
    font-size: 50px;
    position: relative;
    top: 3px; }
  .fancybox-nav span {
    display: none; }

.fancybox-prev {
  right: 100%;
  left: auto; }
  .fancybox-prev:before {
    content: "c"; }

.fancybox-next {
  left: 100%;
  right: auto; }
  .fancybox-next:before {
    content: "e"; }

.fancybox-close {
  top: 0;
  right: 0;
  background: #AF272F;
  height: 40px;
  width: 40px;
  z-index: 8060; }
  .fancybox-close:before {
    font-family: "nelp-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    font-size: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: grayscale;
    font-smooth: always;
    content: 'j';
    color: #FFFFFF;
    line-height: 45px; }

.fancybox-title {
  bottom: auto;
  top: 0;
  right: 0;
  left: 0;
  margin-bottom: 0; }
  .fancybox-title .child {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "proxima-regular", Helvetica;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.025em;
    background: #FFFFFF;
    color: #231F20;
    line-height: 40px;
    display: block;
    text-align: left;
    text-shadow: none;
    margin-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.fancybox-skin {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #FFFFFF; }

.fancybox-image {
  height: 100%;
  width: auto;
  max-width: none;
  max-height: none;
  margin: 0 auto; }

.fancybox-inner {
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
  max-height: 550px;
  overflow: hidden !important;
  max-width: 770px; }

.fancybox-wrap {
  max-width: 770px; }

.footnotes {
  padding-top: 30px;
  font-size: 12pt;
  font-family: "proxima-regular", Helvetica;
  line-height: 20px;
  word-wrap: break-word; }
  .footnotes ol {
    margin: 0 auto; }
  .footnotes h3 {
    border-bottom: 1px solid #eee;
    font-family: "proxima-regular", Helvetica; }

.is-hidden {
  display: none !important; }

#gallery-3.gallery {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  margin-right: -15px;
  margin-left: -15px; }
  @media screen and (min-width: 600px) {
    #gallery-3.gallery {
      max-height: 320px; } }
  @media screen and (min-width: 800px) {
    #gallery-3.gallery {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      right: -18%; } }
  #gallery-3.gallery:before {
    font-family: "nelp-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    font-size: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: grayscale;
    font-smooth: always;
    content: 'h';
    background: #AF272F;
    width: 40px;
    line-height: 40px;
    z-index: 10;
    color: #FFFFFF;
    position: absolute;
    left: 40px;
    top: 0; }
  #gallery-3.gallery .slider-arrows {
    position: absolute;
    top: 50%;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    background: #AF272F;
    color: #FFFFFF;
    width: 40px;
    height: 40px; }
    #gallery-3.gallery .slider-arrows:before {
      text-align: center;
      line-height: 40px;
      width: 40px;
      display: block;
      font-size: 30px; }
    #gallery-3.gallery .slider-arrows.next-arrow {
      right: 0; }
    #gallery-3.gallery .slider-arrows.prev-arrow {
      left: 0; }
  #gallery-3.gallery .slick-track {
    height: 200px; }
    @media screen and (min-width: 600px) {
      #gallery-3.gallery .slick-track {
        height: 350px; } }
  #gallery-3.gallery:after {
    content: "1 | " attr(data-image-count);
    word-spacing: 0.001em;
    background: #C6AA5D;
    text-align: center;
    font-family: "tiempos-italic", Georgia;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.05em;
    margin-top: 17px;
    margin-bottom: 34px;
    margin: 0;
    width: 40px;
    line-height: 40px;
    z-index: 10;
    color: #FFFFFF;
    position: absolute;
    left: 80px;
    top: 0; }
  #gallery-3.gallery .gallery-item {
    float: left; }
  @media screen and (min-width: 800px) {
    #gallery-3.gallery .gallery-item {
      display: none;
      margin: 0;
      width: 100%;
      text-align: right; }
      #gallery-3.gallery .gallery-item:first-child {
        display: block; } }
  #gallery-3.gallery .gallery-icon {
    position: relative;
    top: 50%;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 5; }
    @media screen and (min-width: 800px) {
      #gallery-3.gallery .gallery-icon {
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
  #gallery-3.gallery a {
    line-height: 0;
    font-size: 0;
    display: block; }
  #gallery-3.gallery img {
    border: none;
    width: 100%;
    height: auto; }

.slider-dots .slick-dots {
  position: relative;
  bottom: auto;
  top: 20px; }
  .slider-dots .slick-dots button {
    background-color: white;
    border-radius: 100%;
    height: 12px;
    width: 12px; }
    .slider-dots .slick-dots button:before {
      content: ''; }
  .slider-dots .slick-dots .slick-active button {
    background-color: #AF272F; }
.slider-dots .slick-slider {
  margin-bottom: 40px; }

@keyframes fadeInOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.section-chart:not(.chart-loaded) {
  display: none; }
.section-chart .hc-button {
  cursor: pointer;
  display: inline-block;
  border: none;
  background: none;
  padding: 5px;
  outline: none;
  line-height: 30px;
  font-size: 15px; }
  .section-chart .hc-button .text-content {
    display: none; }
    @media screen and (min-width: 600px) {
      .section-chart .hc-button .text-content {
        display: inline-block; } }
  .section-chart .hc-button .icon:before, .section-chart .hc-button:before {
    font-size: 28px;
    vertical-align: middle; }
  .section-chart .hc-button.hc-button-embed:before {
    content: '</>'; }
  .section-chart .hc-button.icon-hc-toggle:before {
    content: "p"; }
  .section-chart .hc-button.icon-hc-toggle:after {
    content: 'Show Data'; }
.section-chart .chart-wrapper {
  position: relative;
  border-bottom: 2px solid #83786F; }
  .section-chart .chart-wrapper .highcharts-data-table {
    transition-delay: 1s;
    display: none; }
  .section-chart .chart-wrapper .highcharts-contextbutton {
    display: none !important; }
.section-chart.chart-data-view .highcharts-container {
  display: none; }
.section-chart.chart-data-view .highcharts-data-table {
  display: block; }
.section-chart.chart-data-view .hc-button.icon-hc-toggle:before {
  content: "m"; }
.section-chart.chart-data-view .hc-button.icon-hc-toggle:after {
  content: 'Show Graph'; }
.section-chart .embed-popup {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5; }
  .section-chart .embed-popup:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.3; }
.section-chart .embed-modal {
  position: relative;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: calc(100% - 40px);
  padding: 20px;
  padding-top: 0;
  background-color: #FFF;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.15); }
  .section-chart .embed-modal .embed-modal__header {
    color: white;
    background-color: #C6AA5D;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    font-weight: bold; }
  .section-chart .embed-modal .embed-popup__close {
    float: right;
    margin-right: -20px;
    height: 40px;
    width: 40px;
    padding: 0;
    background: none;
    border: none;
    outline: none; }
    .section-chart .embed-modal .embed-popup__close:before {
      line-height: 45px; }
  .section-chart .embed-modal textarea {
    border: 1px solid #E3E1DF;
    width: 100%;
    height: 100px;
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
    max-height: 300px; }

.highcharts-data-table {
  height: 500px;
  overflow: auto; }

.high-chart-single {
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding: 0 15px;
  margin: 40px auto; }
  @media screen and (min-width: 600px) {
    .high-chart-single {
      margin: 100px auto; } }

body.single-chart iframe {
  display: none !important; }

/*
 * SCSS for updated filters for News Page 
 * created July 2016
 */
.filters-newsroom--columns .searchform {
  height: auto;
  position: relative;
  width: 100%; }
  .filters-newsroom--columns .searchform .search.icon {
    position: relative;
    float: right;
    left: auto; }
    .filters-newsroom--columns .searchform .search.icon input {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      border: none; }
  .filters-newsroom--columns .searchform .searchform__input {
    height: 40px;
    width: auto;
    overflow: hidden; }
    .filters-newsroom--columns .searchform .searchform__input input {
      width: 100%;
      height: 40px;
      border: none;
      padding-left: 20px; }
.filters-newsroom--columns .chosen {
  width: 100%; }
.filters-newsroom--columns .chosen,
.filters-newsroom--columns .filter-dropdown {
  margin-left: 0;
  margin-right: 0; }
.filters-newsroom--columns .filters-newsroom__filter {
  padding-top: 10px; }
  @media screen and (min-width: 800px) {
    .filters-newsroom--columns .filters-newsroom__filter:first-child {
      padding-right: 5px; }
    .filters-newsroom--columns .filters-newsroom__filter:last-child {
      padding-left: 5px; } }

/**
 * Styles for the search forms
 */
.publications-search {
  padding-top: 25px; }
  .publications-search .form-wrapper {
    margin: 0 -20px; }
  @media screen and (min-width: 1000px) {
    .publications-search {
      padding-top: 0; }
      .publications-search .form-wrapper {
        float: right;
        margin: 0 auto 25px; } }

.search-form form, .search-bar form {
  position: relative;
  height: 60px; }
  .search-form form input, .search-bar form input {
    height: 100%;
    line-height: 60px;
    display: block;
    border: none;
    outline: none; }
    .search-form form input[type="text"], .search-bar form input[type="text"] {
      background-color: #FFFFFF;
      color: #B2ABA6;
      padding: 0 80px 0 20px;
      font-family: "proxima-regular", Helvetica;
      font-size: 28px;
      position: absolute;
      z-index: 1;
      width: 100%; }
    .search-form form input[type="submit"], .search-bar form input[type="submit"] {
      position: absolute;
      right: 0;
      top: 0;
      width: 60px;
      height: 60px;
      z-index: 3;
      background: transparent; }
  .search-form form.icon:before, .search-bar form.icon:before {
    background-color: #AF272F;
    position: absolute;
    height: 100%;
    width: 60px;
    text-align: center;
    line-height: 60px;
    z-index: 3;
    right: 0;
    color: #FFFFFF; }
  @media screen and (min-width: 800px) {
    .search-form form, .search-bar form {
      height: 100px; }
      .search-form form input, .search-bar form input {
        line-height: 100px; }
        .search-form form input[type="text"], .search-bar form input[type="text"] {
          font-family: "proxima-light", Helvetica;
          padding: 0 125px 0 25px;
          font-size: 62px; }
        .search-form form input[type="submit"], .search-bar form input[type="submit"] {
          width: 100px;
          height: 100px; }
      .search-form form.icon:before, .search-bar form.icon:before {
        background-color: #B2ABA6;
        position: absolute;
        width: 100px;
        font-size: 70px;
        line-height: 110px;
        text-align: center;
        text-indent: 6px;
        right: 0;
        transition-property: background-color;
        transition-duration: 0.25s;
        transition-delay: linear;
        transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
        -webkit-backface-visibility: hidden; }
      .search-form form.icon.hover:before, .search-bar form.icon.hover:before {
        background-color: #AF272F; } }

/* .search-form */
.ajax-content {
  min-height: 400px;
  /* md */ }
  @media screen and (min-width: 800px) {
    .ajax-content {
      min-height: 600px; } }

/* .ajax-post-container */
.two-by-buttons {
  padding: 15px 0 0; }
  @media screen and (min-width: 600px) {
    .two-by-buttons {
      padding: 45px 0; } }
  @media screen and (min-width: 800px) {
    .two-by-buttons {
      padding: 45px 0 165px; } }
  @media screen and (min-width: 1000px) {
    .two-by-buttons {
      padding: 45px 0 105px; } }
  .two-by-buttons .large-button {
    margin: 0 -15px;
    position: relative; }
    @media screen and (max-width: 599px) {
      .two-by-buttons .large-button {
        margin-top: 40px; } }
    .two-by-buttons .large-button.publications .image {
      background-image: url("../../src/images/publications.jpg"); }
    .two-by-buttons .large-button.experts .image {
      background-image: url("../../src/images/experts.jpg"); }
    @media screen and (min-width: 600px) {
      .two-by-buttons .large-button {
        margin: 0; } }
    .two-by-buttons .large-button a {
      font-size: 0;
      position: absolute;
      width: 100%;
      top: 0;
      bottom: 0;
      z-index: 3; }
      @media screen and (min-width: 800px) {
        .two-by-buttons .large-button a {
          bottom: -120px; } }
      @media screen and (min-width: 1000px) {
        .two-by-buttons .large-button a {
          bottom: -60px; } }
    .two-by-buttons .large-button .image {
      display: block;
      position: relative;
      padding-top: 62.5%;
      background-image: url("../../src/images/newsroom.jpg");
      background-size: cover;
      background-position: center center; }
      .lt-ie9 .two-by-buttons .large-button .image {
        padding-top: 0; }
      @media screen and (min-width: 800px) {
        .two-by-buttons .large-button .image:after {
          content: ' ';
          display: block;
          position: absolute;
          background-color: rgba(35, 31, 32, 0.4);
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          opacity: 0;
          background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.44) 100%);
          /* FF3.6+ */
          background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.07)), color-stop(100%, rgba(0, 0, 0, 0.44)));
          /* Chrome,Safari4+ */
          background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.44) 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.44) 100%);
          /* Opera 12+ */
          background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.44) 100%);
          /* IE10+ */
          background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.44) 100%);
          /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#70000000',GradientType=1 );
          /* IE6-9 fallback on horizontal gradient */ } }
    .two-by-buttons .large-button .title {
      background-color: #C6AA5D;
      display: block;
      height: 60px;
      font-size: 28px;
      line-height: 34px;
      padding-top: 14px;
      font-family: "tiempos-italic", Georgia;
      color: #FFFFFF;
      text-align: center;
      position: relative;
      margin-right: 60px; }
      @media screen and (min-width: 800px) {
        .two-by-buttons .large-button .title {
          margin: 0;
          z-index: 2;
          position: absolute;
          width: 100%;
          bottom: -60px; } }
      @media screen and (min-width: 1000px) {
        .two-by-buttons .large-button .title {
          width: 340px;
          right: 30px;
          position: absolute;
          bottom: 0; } }
      @media screen and (max-width: 800px) {
        .two-by-buttons .large-button .title {
          margin-right: 0; } }
    .two-by-buttons .large-button .tab {
      font-size: 0;
      position: absolute;
      right: 0;
      bottom: 0;
      display: block;
      height: 60px;
      width: 60px;
      background-color: #231F20; }
      .two-by-buttons .large-button .tab:before {
        position: absolute;
        right: 0;
        bottom: 0;
        line-height: 60px;
        width: 100%;
        text-align: center;
        color: #FFFFFF; }
      @media screen and (min-width: 800px) {
        .two-by-buttons .large-button .tab {
          width: 100%;
          bottom: auto;
          top: 100%;
          margin-top: 60px;
          text-align: center;
          z-index: 1; }
          .two-by-buttons .large-button .tab:before {
            content: none; }
          .two-by-buttons .large-button .tab span {
            position: absolute;
            font-size: 18px;
            letter-spacing: 0.05em;
            font-family: "proxima-semibold", Helvetica;
            text-transform: uppercase;
            color: #D7C48E;
            display: block;
            width: 100%;
            top: 50%;
            margin-top: -11px; } }
      @media screen and (min-width: 1000px) {
        .two-by-buttons .large-button .tab {
          margin-top: 0;
          width: 340px;
          right: 30px; } }
      @media screen and (max-width: 800px) {
        .two-by-buttons .large-button .tab {
          position: relative;
          width: 100%;
          color: #D7C48E;
          height: auto;
          font-size: 16px;
          text-align: center;
          padding: 10px 0; }
          .two-by-buttons .large-button .tab span {
            font-family: "proxima-semibold", Helvetica;
            text-transform: uppercase; } }
    @media screen and (min-width: 800px) {
      .two-by-buttons .large-button .tab span {
        transition-property: color;
        transition-duration: 0.25s;
        transition-delay: 0;
        transition-timing-function: ease-out;
        -webkit-backface-visibility: hidden; }
      .two-by-buttons .large-button .tab {
        transition-property: height;
        transition-duration: 0.25s;
        transition-delay: 0;
        transition-timing-function: ease-out;
        -webkit-backface-visibility: hidden; }
      .two-by-buttons .large-button .image:after {
        transition-property: opacity;
        transition-duration: 0.25s;
        transition-delay: 0;
        transition-timing-function: ease-out;
        -webkit-backface-visibility: hidden; } }
    @media screen and (min-width: 800px) {
      .two-by-buttons .large-button:hover .image:after {
        opacity: 1; }
      .two-by-buttons .large-button:hover .tab span {
        color: #FFFFFF; }
      .two-by-buttons .large-button:hover .tab {
        height: 70px; } }

.slide-in-buttons {
  padding: 53px 0 60px; }
  @media screen and (min-width: 600px) {
    .slide-in-buttons {
      padding: 30px 0;
      border-bottom: 5px solid #e0dedc; } }
  @media screen and (min-width: 800px) {
    .slide-in-buttons {
      padding: 30px 0 90px; } }
  .slide-in-buttons h1 {
    font-family: "proxima-regular", Helvetica;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 28px;
    line-height: 34px; }
    @media screen and (min-width: 1000px) {
      .slide-in-buttons h1 {
        border-bottom: 0; } }
  .slide-in-buttons .row > div:first-child .tile {
    border-top: 1px solid #B5AEA9; }
  .slide-in-buttons .tile {
    position: relative;
    border-bottom: 1px solid #B5AEA9; }
    @media screen and (min-width: 800px) {
      .slide-in-buttons .tile {
        width: 100%;
        overflow-y: hidden;
        height: 120px; }
        .slide-in-buttons .tile.four-line-time {
          height: 180px; } }
    @media screen and (min-width: 1000px) {
      .slide-in-buttons .tile {
        border-top: 1px solid #B5AEA9;
        height: 340px; }
        .slide-in-buttons .tile.has-four-line-tile {
          height: 400px; }
        .tablet .slide-in-buttons .tile {
          height: 180px; }
          .tablet .slide-in-buttons .tile.has-four-line-tile {
            height: 240px; } }
    @media screen and (min-width: 1200px) {
      .slide-in-buttons .tile {
        height: 260px; }
        .slide-in-buttons .tile.has-four-line-tile {
          height: 320px; } }
    .slide-in-buttons .tile > a {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 2;
      font-size: 0; }
      .lt-ie9 .slide-in-buttons .tile > a {
        z-index: 10; }
    @media screen and (min-width: 800px) {
      .slide-in-buttons .tile .content {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        padding: 0 30px;
        width: 100%;
        height: 100%;
        text-align: center; }
        .lt-ie9 .slide-in-buttons .tile .content {
          top: 50%;
          height: auto;
          margin-top: -7%;
          position: relative;
          z-index: 9; } }
    .slide-in-buttons .tile .content .inner {
      width: 100%; }
      .ie9 .slide-in-buttons .tile .content .inner {
        position: relative;
        top: 30%; }
    .slide-in-buttons .tile .content:before {
      position: absolute;
      right: 0;
      color: #AF272F;
      top: 50%;
      -moz-transform: translate3d(0, -50%, 0);
      -webkit-transform: translate3d(0, -50%, 0);
      -o-transform: translate3d(0, -50%, 0);
      -ms-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); }
      .lt-ie9 .slide-in-buttons .tile .content:before {
        margin-top: -20px; }
      @media screen and (min-width: 1000px) {
        .slide-in-buttons .tile .content:before {
          content: none; } }
    .slide-in-buttons .tile .content h2 {
      padding: 16px 60px 16px 0; }
      @media screen and (min-width: 800px) {
        .slide-in-buttons .tile .content h2 {
          padding: 0;
          transition-property: all;
          transition-duration: 0.25s;
          transition-delay: 0s;
          transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
          -webkit-backface-visibility: hidden;
          -webkit-transition-timing-function: cubic-bezier(0.41, 0.375, 0.44, 0.965);
          -moz-transition-timing-function: cubic-bezier(0.41, 0.375, 0.44, 0.965);
          -o-transition-timing-function: cubic-bezier(0.41, 0.375, 0.44, 0.965);
          transition-timing-function: cubic-bezier(0.41, 0.375, 0.44, 0.965);
          /* custom */ } }
    .slide-in-buttons .tile .content .reveal {
      display: none; }
      .lt-ie9 .slide-in-buttons .tile .content .reveal {
        display: none; }
      @media screen and (min-width: 800px) {
        .slide-in-buttons .tile .content .reveal {
          display: block;
          text-align: left;
          opacity: 0;
          left: 0;
          height: 150px;
          position: absolute;
          padding: 4px 20px 0;
          top: 121px;
          transition-property: all;
          transition-duration: 0.25s;
          transition-delay: 0s;
          transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
          -webkit-backface-visibility: hidden;
          -webkit-transition-timing-function: cubic-bezier(0.41, 0.375, 0.44, 0.965);
          -moz-transition-timing-function: cubic-bezier(0.41, 0.375, 0.44, 0.965);
          -o-transition-timing-function: cubic-bezier(0.41, 0.375, 0.44, 0.965);
          transition-timing-function: cubic-bezier(0.41, 0.375, 0.44, 0.965);
          /* custom */ } }
      @media screen and (min-width: 1000px) {
        .slide-in-buttons .tile .content .reveal {
          top: 100%; } }
    .slide-in-buttons .tile .arrow-button {
      margin-top: 7px; }
    .slide-in-buttons .tile.active .arrow-button {
      color: #AF272F; }
    @media screen and (min-width: 1000px) {
      .slide-in-buttons .tile.active .content .reveal {
        -moz-transform: translate3d(0, -94%, 0);
        -webkit-transform: translate3d(0, -94%, 0);
        -o-transform: translate3d(0, -94%, 0);
        -ms-transform: translate3d(0, -94%, 0);
        transform: translate3d(0, -94%, 0);
        opacity: 1; }
        .ie9 .slide-in-buttons .tile.active .content .reveal {
          margin-top: 10px; }
      .slide-in-buttons .tile.active .content h2 {
        -moz-transform: translate3d(0, -40%, 0);
        -webkit-transform: translate3d(0, -40%, 0);
        -o-transform: translate3d(0, -40%, 0);
        -ms-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0); }
        .ie9 .slide-in-buttons .tile.active .content h2 {
          margin-top: -30px; }
      .slide-in-buttons .tile.active .content.three-line .reveal {
        -moz-transform: translate3d(0, -121%, 0);
        -webkit-transform: translate3d(0, -121%, 0);
        -o-transform: translate3d(0, -121%, 0);
        -ms-transform: translate3d(0, -121%, 0);
        transform: translate3d(0, -121%, 0);
        opacity: 1; }
      .slide-in-buttons .tile.active .content.three-line h2 {
        -moz-transform: translate3d(0, -55%, 0);
        -webkit-transform: translate3d(0, -55%, 0);
        -o-transform: translate3d(0, -55%, 0);
        -ms-transform: translate3d(0, -55%, 0);
        transform: translate3d(0, -55%, 0); }
      .slide-in-buttons .tile.active .content.one-line .reveal {
        -moz-transform: translate3d(0, -121%, 0);
        -webkit-transform: translate3d(0, -121%, 0);
        -o-transform: translate3d(0, -121%, 0);
        -ms-transform: translate3d(0, -121%, 0);
        transform: translate3d(0, -121%, 0);
        opacity: 1; }
      .slide-in-buttons .tile.active .content.one-line h2 {
        -moz-transform: translate3d(0, -65%, 0);
        -webkit-transform: translate3d(0, -65%, 0);
        -o-transform: translate3d(0, -65%, 0);
        -ms-transform: translate3d(0, -65%, 0);
        transform: translate3d(0, -65%, 0); }
      .slide-in-buttons .tile.active .content.two-line .reveal {
        -moz-transform: translate3d(0, -111%, 0);
        -webkit-transform: translate3d(0, -111%, 0);
        -o-transform: translate3d(0, -111%, 0);
        -ms-transform: translate3d(0, -111%, 0);
        transform: translate3d(0, -111%, 0);
        opacity: 1; }
      .slide-in-buttons .tile.active .content.two-line h2 {
        -moz-transform: translate3d(0, -37%, 0);
        -webkit-transform: translate3d(0, -37%, 0);
        -o-transform: translate3d(0, -37%, 0);
        -ms-transform: translate3d(0, -37%, 0);
        transform: translate3d(0, -37%, 0); }
      .slide-in-buttons .tile.active .content.has-content .reveal {
        -moz-transform: translate3d(0, -108%, 0);
        -webkit-transform: translate3d(0, -108%, 0);
        -o-transform: translate3d(0, -108%, 0);
        -ms-transform: translate3d(0, -108%, 0);
        transform: translate3d(0, -108%, 0); }
      .slide-in-buttons .tile.active .content.has-content h2 {
        -moz-transform: translate3d(0, -105%, 0);
        -webkit-transform: translate3d(0, -105%, 0);
        -o-transform: translate3d(0, -105%, 0);
        -ms-transform: translate3d(0, -105%, 0);
        transform: translate3d(0, -105%, 0); }
      .slide-in-buttons .tile.active .content.has-content.three-line .reveal {
        -moz-transform: translate3d(0, -141%, 0);
        -webkit-transform: translate3d(0, -141%, 0);
        -o-transform: translate3d(0, -141%, 0);
        -ms-transform: translate3d(0, -141%, 0);
        transform: translate3d(0, -141%, 0); }
      .slide-in-buttons .tile.active .content.has-content.three-line h2 {
        -moz-transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); }
      .slide-in-buttons .tile.active .content.has-content.two-line .reveal {
        -moz-transform: translate3d(0, -121%, 0);
        -webkit-transform: translate3d(0, -121%, 0);
        -o-transform: translate3d(0, -121%, 0);
        -ms-transform: translate3d(0, -121%, 0);
        transform: translate3d(0, -121%, 0); }
      .slide-in-buttons .tile.active .content.has-content.two-line h2 {
        -moz-transform: translate3d(0, -106%, 0);
        -webkit-transform: translate3d(0, -106%, 0);
        -o-transform: translate3d(0, -106%, 0);
        -ms-transform: translate3d(0, -106%, 0);
        transform: translate3d(0, -106%, 0); }
      .slide-in-buttons .tile.active .content.has-content.one-line .reveal {
        -moz-transform: translate3d(0, -111%, 0);
        -webkit-transform: translate3d(0, -111%, 0);
        -o-transform: translate3d(0, -111%, 0);
        -ms-transform: translate3d(0, -111%, 0);
        transform: translate3d(0, -111%, 0); }
      .slide-in-buttons .tile.active .content.has-content.one-line h2 {
        -moz-transform: translate3d(0, -65%, 0);
        -webkit-transform: translate3d(0, -65%, 0);
        -o-transform: translate3d(0, -65%, 0);
        -ms-transform: translate3d(0, -65%, 0);
        transform: translate3d(0, -65%, 0); } }
    @media screen and (min-width: 1200px) {
      .slide-in-buttons .tile.active .content .reveal {
        -moz-transform: translate3d(0, -94%, 0);
        -webkit-transform: translate3d(0, -94%, 0);
        -o-transform: translate3d(0, -94%, 0);
        -ms-transform: translate3d(0, -94%, 0);
        transform: translate3d(0, -94%, 0);
        opacity: 1; }
      .slide-in-buttons .tile.active .content h2 {
        -moz-transform: translate3d(0, -40%, 0);
        -webkit-transform: translate3d(0, -40%, 0);
        -o-transform: translate3d(0, -40%, 0);
        -ms-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0); }
      .slide-in-buttons .tile.active .content.one-line .reveal {
        -moz-transform: translate3d(0, -94%, 0);
        -webkit-transform: translate3d(0, -94%, 0);
        -o-transform: translate3d(0, -94%, 0);
        -ms-transform: translate3d(0, -94%, 0);
        transform: translate3d(0, -94%, 0);
        opacity: 1; }
      .slide-in-buttons .tile.active .content.one-line h2 {
        -moz-transform: translate3d(0, -65%, 0);
        -webkit-transform: translate3d(0, -65%, 0);
        -o-transform: translate3d(0, -65%, 0);
        -ms-transform: translate3d(0, -65%, 0);
        transform: translate3d(0, -65%, 0); }
      .slide-in-buttons .tile.active .content.two-line .reveal {
        -moz-transform: translate3d(0, -79%, 0);
        -webkit-transform: translate3d(0, -79%, 0);
        -o-transform: translate3d(0, -79%, 0);
        -ms-transform: translate3d(0, -79%, 0);
        transform: translate3d(0, -79%, 0);
        opacity: 1; }
      .slide-in-buttons .tile.active .content.two-line h2 {
        -moz-transform: translate3d(0, -25%, 0);
        -webkit-transform: translate3d(0, -25%, 0);
        -o-transform: translate3d(0, -25%, 0);
        -ms-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0); }
      .slide-in-buttons .tile.active .content.has-content .reveal {
        -moz-transform: translate3d(0, -108%, 0);
        -webkit-transform: translate3d(0, -108%, 0);
        -o-transform: translate3d(0, -108%, 0);
        -ms-transform: translate3d(0, -108%, 0);
        transform: translate3d(0, -108%, 0); }
      .slide-in-buttons .tile.active .content.has-content h2 {
        -moz-transform: translate3d(0, -105%, 0);
        -webkit-transform: translate3d(0, -105%, 0);
        -o-transform: translate3d(0, -105%, 0);
        -ms-transform: translate3d(0, -105%, 0);
        transform: translate3d(0, -105%, 0); }
      .slide-in-buttons .tile.active .content.has-content.three-line .reveal {
        -moz-transform: translate3d(0, -107%, 0);
        -webkit-transform: translate3d(0, -107%, 0);
        -o-transform: translate3d(0, -107%, 0);
        -ms-transform: translate3d(0, -107%, 0);
        transform: translate3d(0, -107%, 0); }
      .slide-in-buttons .tile.active .content.has-content.three-line h2 {
        -moz-transform: translate3d(0, -106%, 0);
        -webkit-transform: translate3d(0, -106%, 0);
        -o-transform: translate3d(0, -106%, 0);
        -ms-transform: translate3d(0, -106%, 0);
        transform: translate3d(0, -106%, 0); }
      .slide-in-buttons .tile.active .content.has-content.two-line .reveal {
        -moz-transform: translate3d(0, -107%, 0);
        -webkit-transform: translate3d(0, -107%, 0);
        -o-transform: translate3d(0, -107%, 0);
        -ms-transform: translate3d(0, -107%, 0);
        transform: translate3d(0, -107%, 0); }
      .slide-in-buttons .tile.active .content.has-content.two-line h2 {
        -moz-transform: translate3d(0, -106%, 0);
        -webkit-transform: translate3d(0, -106%, 0);
        -o-transform: translate3d(0, -106%, 0);
        -ms-transform: translate3d(0, -106%, 0);
        transform: translate3d(0, -106%, 0); }
      .slide-in-buttons .tile.active .content.has-content.one-line .reveal {
        -moz-transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); }
      .slide-in-buttons .tile.active .content.has-content.one-line h2 {
        -moz-transform: translate3d(0, -135%, 0);
        -webkit-transform: translate3d(0, -135%, 0);
        -o-transform: translate3d(0, -135%, 0);
        -ms-transform: translate3d(0, -135%, 0);
        transform: translate3d(0, -135%, 0); } }

.three-by-slide-in-buttons p {
  margin: 0; }
.three-by-slide-in-buttons .tile .label {
  display: none; }
  @media screen and (min-width: 800px) {
    .three-by-slide-in-buttons .tile .label {
      display: block;
      position: absolute;
      top: 50%;
      height: 40px;
      margin-top: -20px;
      line-height: 0.9;
      font-size: 56px;
      color: #D7C48E;
      font-family: "tiempos-italic", Georgia; } }
@media screen and (min-width: 800px) {
  .three-by-slide-in-buttons .tile .content .reveal {
    height: 310px;
    padding: 0 30px; }
    .ie9 .three-by-slide-in-buttons .tile .content .reveal {
      padding: 0; } }
@media screen and (min-width: 1000px) {
  .three-by-slide-in-buttons .tile.active .content .reveal {
    -moz-transform: translate3d(0, -94%, 0);
    -webkit-transform: translate3d(0, -94%, 0);
    -o-transform: translate3d(0, -94%, 0);
    -ms-transform: translate3d(0, -94%, 0);
    transform: translate3d(0, -94%, 0);
    opacity: 1; }
  .three-by-slide-in-buttons .tile.active .content h2 {
    -moz-transform: translate3d(0, -40%, 0);
    -webkit-transform: translate3d(0, -40%, 0);
    -o-transform: translate3d(0, -40%, 0);
    -ms-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); }
  .three-by-slide-in-buttons .tile.active .content.three-line .reveal, .three-by-slide-in-buttons .tile.active .content.four-line .reveal, .three-by-slide-in-buttons .tile.active .content.five-line .reveal {
    -moz-transform: translate3d(0, -46%, 0);
    -webkit-transform: translate3d(0, -46%, 0);
    -o-transform: translate3d(0, -46%, 0);
    -ms-transform: translate3d(0, -46%, 0);
    transform: translate3d(0, -46%, 0);
    opacity: 1; }
  .three-by-slide-in-buttons .tile.active .content.three-line h2, .three-by-slide-in-buttons .tile.active .content.four-line h2, .three-by-slide-in-buttons .tile.active .content.five-line h2 {
    -moz-transform: translate3d(0, -22%, 0);
    -webkit-transform: translate3d(0, -22%, 0);
    -o-transform: translate3d(0, -22%, 0);
    -ms-transform: translate3d(0, -22%, 0);
    transform: translate3d(0, -22%, 0); }
  .three-by-slide-in-buttons .tile.active .content.one-line .reveal {
    -moz-transform: translate3d(0, -52%, 0);
    -webkit-transform: translate3d(0, -52%, 0);
    -o-transform: translate3d(0, -52%, 0);
    -ms-transform: translate3d(0, -52%, 0);
    transform: translate3d(0, -52%, 0);
    opacity: 1; }
  .three-by-slide-in-buttons .tile.active .content.one-line h2 {
    -moz-transform: translate3d(0, -25%, 0);
    -webkit-transform: translate3d(0, -25%, 0);
    -o-transform: translate3d(0, -25%, 0);
    -ms-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0); }
  .three-by-slide-in-buttons .tile.active .content.two-line .reveal {
    -moz-transform: translate3d(0, -53%, 0);
    -webkit-transform: translate3d(0, -53%, 0);
    -o-transform: translate3d(0, -53%, 0);
    -ms-transform: translate3d(0, -53%, 0);
    transform: translate3d(0, -53%, 0);
    opacity: 1; }
  .three-by-slide-in-buttons .tile.active .content.two-line h2 {
    -moz-transform: translate3d(0, -37%, 0);
    -webkit-transform: translate3d(0, -37%, 0);
    -o-transform: translate3d(0, -37%, 0);
    -ms-transform: translate3d(0, -37%, 0);
    transform: translate3d(0, -37%, 0); }
  .three-by-slide-in-buttons .tile.active .content.has-content .reveal {
    -moz-transform: translate3d(0, -108%, 0);
    -webkit-transform: translate3d(0, -108%, 0);
    -o-transform: translate3d(0, -108%, 0);
    -ms-transform: translate3d(0, -108%, 0);
    transform: translate3d(0, -108%, 0); }
  .three-by-slide-in-buttons .tile.active .content.has-content h2 {
    -moz-transform: translate3d(0, -105%, 0);
    -webkit-transform: translate3d(0, -105%, 0);
    -o-transform: translate3d(0, -105%, 0);
    -ms-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0); }
  .three-by-slide-in-buttons .tile.active .content.has-content.three-line .reveal, .three-by-slide-in-buttons .tile.active .content.has-content.four-line .reveal, .three-by-slide-in-buttons .tile.active .content.has-content.five-line .reveal {
    -moz-transform: translate3d(0, -52%, 0);
    -webkit-transform: translate3d(0, -52%, 0);
    -o-transform: translate3d(0, -52%, 0);
    -ms-transform: translate3d(0, -52%, 0);
    transform: translate3d(0, -52%, 0); }
  .three-by-slide-in-buttons .tile.active .content.has-content.three-line h2, .three-by-slide-in-buttons .tile.active .content.has-content.four-line h2, .three-by-slide-in-buttons .tile.active .content.has-content.five-line h2 {
    -moz-transform: translate3d(0, -56%, 0);
    -webkit-transform: translate3d(0, -56%, 0);
    -o-transform: translate3d(0, -56%, 0);
    -ms-transform: translate3d(0, -56%, 0);
    transform: translate3d(0, -56%, 0); }
  .three-by-slide-in-buttons .tile.active .content.has-content.two-line .reveal {
    -moz-transform: translate3d(0, -57%, 0);
    -webkit-transform: translate3d(0, -57%, 0);
    -o-transform: translate3d(0, -57%, 0);
    -ms-transform: translate3d(0, -57%, 0);
    transform: translate3d(0, -57%, 0); }
  .three-by-slide-in-buttons .tile.active .content.has-content.two-line h2 {
    -moz-transform: translate3d(0, -76%, 0);
    -webkit-transform: translate3d(0, -76%, 0);
    -o-transform: translate3d(0, -76%, 0);
    -ms-transform: translate3d(0, -76%, 0);
    transform: translate3d(0, -76%, 0); }
  .three-by-slide-in-buttons .tile.active .content.has-content.one-line .reveal {
    -moz-transform: translate3d(0, -62%, 0);
    -webkit-transform: translate3d(0, -62%, 0);
    -o-transform: translate3d(0, -62%, 0);
    -ms-transform: translate3d(0, -62%, 0);
    transform: translate3d(0, -62%, 0); }
  .three-by-slide-in-buttons .tile.active .content.has-content.one-line h2 {
    -moz-transform: translate3d(0, -156%, 0);
    -webkit-transform: translate3d(0, -156%, 0);
    -o-transform: translate3d(0, -156%, 0);
    -ms-transform: translate3d(0, -156%, 0);
    transform: translate3d(0, -156%, 0); } }
@media screen and (min-width: 1200px) {
  .three-by-slide-in-buttons .tile.active .content .reveal {
    -moz-transform: translate3d(0, -94%, 0);
    -webkit-transform: translate3d(0, -94%, 0);
    -o-transform: translate3d(0, -94%, 0);
    -ms-transform: translate3d(0, -94%, 0);
    transform: translate3d(0, -94%, 0);
    opacity: 1; }
  .three-by-slide-in-buttons .tile.active .content h2 {
    -moz-transform: translate3d(0, -40%, 0);
    -webkit-transform: translate3d(0, -40%, 0);
    -o-transform: translate3d(0, -40%, 0);
    -ms-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); }
  .three-by-slide-in-buttons .tile.active .content.one-line .reveal {
    -moz-transform: translate3d(0, -94%, 0);
    -webkit-transform: translate3d(0, -94%, 0);
    -o-transform: translate3d(0, -94%, 0);
    -ms-transform: translate3d(0, -94%, 0);
    transform: translate3d(0, -94%, 0);
    opacity: 1; }
  .three-by-slide-in-buttons .tile.active .content.one-line h2 {
    -moz-transform: translate3d(0, -65%, 0);
    -webkit-transform: translate3d(0, -65%, 0);
    -o-transform: translate3d(0, -65%, 0);
    -ms-transform: translate3d(0, -65%, 0);
    transform: translate3d(0, -65%, 0); }
  .three-by-slide-in-buttons .tile.active .content.two-line .reveal {
    -moz-transform: translate3d(0, -79%, 0);
    -webkit-transform: translate3d(0, -79%, 0);
    -o-transform: translate3d(0, -79%, 0);
    -ms-transform: translate3d(0, -79%, 0);
    transform: translate3d(0, -79%, 0);
    opacity: 1; }
  .three-by-slide-in-buttons .tile.active .content.two-line h2 {
    -moz-transform: translate3d(0, -25%, 0);
    -webkit-transform: translate3d(0, -25%, 0);
    -o-transform: translate3d(0, -25%, 0);
    -ms-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0); }
  .three-by-slide-in-buttons .tile.active .content.has-content .reveal {
    -moz-transform: translate3d(0, -108%, 0);
    -webkit-transform: translate3d(0, -108%, 0);
    -o-transform: translate3d(0, -108%, 0);
    -ms-transform: translate3d(0, -108%, 0);
    transform: translate3d(0, -108%, 0); }
  .three-by-slide-in-buttons .tile.active .content.has-content h2 {
    -moz-transform: translate3d(0, -105%, 0);
    -webkit-transform: translate3d(0, -105%, 0);
    -o-transform: translate3d(0, -105%, 0);
    -ms-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0); }
  .three-by-slide-in-buttons .tile.active .content.has-content.three-line .reveal, .three-by-slide-in-buttons .tile.active .content.has-content.four-line .reveal, .three-by-slide-in-buttons .tile.active .content.has-content.five-line .reveal {
    -moz-transform: translate3d(0, -36.5%, 0);
    -webkit-transform: translate3d(0, -36.5%, 0);
    -o-transform: translate3d(0, -36.5%, 0);
    -ms-transform: translate3d(0, -36.5%, 0);
    transform: translate3d(0, -36.5%, 0); }
  .three-by-slide-in-buttons .tile.active .content.has-content.three-line h2, .three-by-slide-in-buttons .tile.active .content.has-content.four-line h2, .three-by-slide-in-buttons .tile.active .content.has-content.five-line h2 {
    -moz-transform: translate3d(0, -41%, 0);
    -webkit-transform: translate3d(0, -41%, 0);
    -o-transform: translate3d(0, -41%, 0);
    -ms-transform: translate3d(0, -41%, 0);
    transform: translate3d(0, -41%, 0); }
  .three-by-slide-in-buttons .tile.active .content.has-content.two-line .reveal {
    -moz-transform: translate3d(0, -40%, 0);
    -webkit-transform: translate3d(0, -40%, 0);
    -o-transform: translate3d(0, -40%, 0);
    -ms-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); }
  .three-by-slide-in-buttons .tile.active .content.has-content.two-line h2 {
    -moz-transform: translate3d(0, -55%, 0);
    -webkit-transform: translate3d(0, -55%, 0);
    -o-transform: translate3d(0, -55%, 0);
    -ms-transform: translate3d(0, -55%, 0);
    transform: translate3d(0, -55%, 0); }
  .three-by-slide-in-buttons .tile.active .content.has-content.one-line .reveal {
    -moz-transform: translate3d(0, -49%, 0);
    -webkit-transform: translate3d(0, -49%, 0);
    -o-transform: translate3d(0, -49%, 0);
    -ms-transform: translate3d(0, -49%, 0);
    transform: translate3d(0, -49%, 0); }
  .three-by-slide-in-buttons .tile.active .content.has-content.one-line h2 {
    -moz-transform: translate3d(0, -135%, 0);
    -webkit-transform: translate3d(0, -135%, 0);
    -o-transform: translate3d(0, -135%, 0);
    -ms-transform: translate3d(0, -135%, 0);
    transform: translate3d(0, -135%, 0); } }
@media screen and (min-width: 1000px) {
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content .reveal {
    -moz-transform: translate3d(0, -94%, 0);
    -webkit-transform: translate3d(0, -94%, 0);
    -o-transform: translate3d(0, -94%, 0);
    -ms-transform: translate3d(0, -94%, 0);
    transform: translate3d(0, -94%, 0);
    opacity: 1; }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content h2 {
    -moz-transform: translate3d(0, -40%, 0);
    -webkit-transform: translate3d(0, -40%, 0);
    -o-transform: translate3d(0, -40%, 0);
    -ms-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.three-line .reveal, .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.four-line .reveal, .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.five-line .reveal {
    -moz-transform: translate3d(0, -46%, 0);
    -webkit-transform: translate3d(0, -46%, 0);
    -o-transform: translate3d(0, -46%, 0);
    -ms-transform: translate3d(0, -46%, 0);
    transform: translate3d(0, -46%, 0);
    opacity: 1; }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.three-line h2, .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.four-line h2, .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.five-line h2 {
    -moz-transform: translate3d(0, -22%, 0);
    -webkit-transform: translate3d(0, -22%, 0);
    -o-transform: translate3d(0, -22%, 0);
    -ms-transform: translate3d(0, -22%, 0);
    transform: translate3d(0, -22%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.one-line .reveal {
    -moz-transform: translate3d(0, -52%, 0);
    -webkit-transform: translate3d(0, -52%, 0);
    -o-transform: translate3d(0, -52%, 0);
    -ms-transform: translate3d(0, -52%, 0);
    transform: translate3d(0, -52%, 0);
    opacity: 1; }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.one-line h2 {
    -moz-transform: translate3d(0, -25%, 0);
    -webkit-transform: translate3d(0, -25%, 0);
    -o-transform: translate3d(0, -25%, 0);
    -ms-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.two-line .reveal {
    -moz-transform: translate3d(0, -53%, 0);
    -webkit-transform: translate3d(0, -53%, 0);
    -o-transform: translate3d(0, -53%, 0);
    -ms-transform: translate3d(0, -53%, 0);
    transform: translate3d(0, -53%, 0);
    opacity: 1; }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.two-line h2 {
    -moz-transform: translate3d(0, -37%, 0);
    -webkit-transform: translate3d(0, -37%, 0);
    -o-transform: translate3d(0, -37%, 0);
    -ms-transform: translate3d(0, -37%, 0);
    transform: translate3d(0, -37%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content .reveal {
    -moz-transform: translate3d(0, -108%, 0);
    -webkit-transform: translate3d(0, -108%, 0);
    -o-transform: translate3d(0, -108%, 0);
    -ms-transform: translate3d(0, -108%, 0);
    transform: translate3d(0, -108%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content h2 {
    -moz-transform: translate3d(0, -105%, 0);
    -webkit-transform: translate3d(0, -105%, 0);
    -o-transform: translate3d(0, -105%, 0);
    -ms-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.three-line .reveal, .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.four-line .reveal, .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.five-line .reveal {
    -moz-transform: translate3d(0, -54.5%, 0);
    -webkit-transform: translate3d(0, -54.5%, 0);
    -o-transform: translate3d(0, -54.5%, 0);
    -ms-transform: translate3d(0, -54.5%, 0);
    transform: translate3d(0, -54.5%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.three-line h2, .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.four-line h2, .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.five-line h2 {
    -moz-transform: translate3d(0, -33%, 0);
    -webkit-transform: translate3d(0, -33%, 0);
    -o-transform: translate3d(0, -33%, 0);
    -ms-transform: translate3d(0, -33%, 0);
    transform: translate3d(0, -33%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.five-line .reveal {
    -moz-transform: translate3d(0, -53.5%, 0);
    -webkit-transform: translate3d(0, -53.5%, 0);
    -o-transform: translate3d(0, -53.5%, 0);
    -ms-transform: translate3d(0, -53.5%, 0);
    transform: translate3d(0, -53.5%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.five-line h2 {
    -moz-transform: translate3d(0, -35%, 0);
    -webkit-transform: translate3d(0, -35%, 0);
    -o-transform: translate3d(0, -35%, 0);
    -ms-transform: translate3d(0, -35%, 0);
    transform: translate3d(0, -35%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.two-line .reveal {
    -moz-transform: translate3d(0, -68%, 0);
    -webkit-transform: translate3d(0, -68%, 0);
    -o-transform: translate3d(0, -68%, 0);
    -ms-transform: translate3d(0, -68%, 0);
    transform: translate3d(0, -68%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.two-line h2 {
    -moz-transform: translate3d(0, -76%, 0);
    -webkit-transform: translate3d(0, -76%, 0);
    -o-transform: translate3d(0, -76%, 0);
    -ms-transform: translate3d(0, -76%, 0);
    transform: translate3d(0, -76%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.one-line .reveal {
    -moz-transform: translate3d(0, -73.5%, 0);
    -webkit-transform: translate3d(0, -73.5%, 0);
    -o-transform: translate3d(0, -73.5%, 0);
    -ms-transform: translate3d(0, -73.5%, 0);
    transform: translate3d(0, -73.5%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.one-line h2 {
    -moz-transform: translate3d(0, -156%, 0);
    -webkit-transform: translate3d(0, -156%, 0);
    -o-transform: translate3d(0, -156%, 0);
    -ms-transform: translate3d(0, -156%, 0);
    transform: translate3d(0, -156%, 0); } }
@media screen and (min-width: 1200px) {
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content .reveal {
    -moz-transform: translate3d(0, -54%, 0);
    -webkit-transform: translate3d(0, -54%, 0);
    -o-transform: translate3d(0, -54%, 0);
    -ms-transform: translate3d(0, -54%, 0);
    transform: translate3d(0, -54%, 0);
    opacity: 1; }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content h2 {
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.one-line .reveal {
    -moz-transform: translate3d(0, -54%, 0);
    -webkit-transform: translate3d(0, -54%, 0);
    -o-transform: translate3d(0, -54%, 0);
    -ms-transform: translate3d(0, -54%, 0);
    transform: translate3d(0, -54%, 0);
    opacity: 1; }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.one-line h2 {
    -moz-transform: translate3d(0, -65%, 0);
    -webkit-transform: translate3d(0, -65%, 0);
    -o-transform: translate3d(0, -65%, 0);
    -ms-transform: translate3d(0, -65%, 0);
    transform: translate3d(0, -65%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.two-line .reveal {
    -moz-transform: translate3d(0, -79%, 0);
    -webkit-transform: translate3d(0, -79%, 0);
    -o-transform: translate3d(0, -79%, 0);
    -ms-transform: translate3d(0, -79%, 0);
    transform: translate3d(0, -79%, 0);
    opacity: 1; }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.two-line h2 {
    -moz-transform: translate3d(0, -25%, 0);
    -webkit-transform: translate3d(0, -25%, 0);
    -o-transform: translate3d(0, -25%, 0);
    -ms-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content .reveal {
    -moz-transform: translate3d(0, -108%, 0);
    -webkit-transform: translate3d(0, -108%, 0);
    -o-transform: translate3d(0, -108%, 0);
    -ms-transform: translate3d(0, -108%, 0);
    transform: translate3d(0, -108%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content h2 {
    -moz-transform: translate3d(0, -105%, 0);
    -webkit-transform: translate3d(0, -105%, 0);
    -o-transform: translate3d(0, -105%, 0);
    -ms-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.three-line .reveal, .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.four-line .reveal, .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.five-line .reveal {
    -moz-transform: translate3d(0, -45%, 0);
    -webkit-transform: translate3d(0, -45%, 0);
    -o-transform: translate3d(0, -45%, 0);
    -ms-transform: translate3d(0, -45%, 0);
    transform: translate3d(0, -45%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.three-line h2, .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.four-line h2, .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.five-line h2 {
    -moz-transform: translate3d(0, -45%, 0);
    -webkit-transform: translate3d(0, -45%, 0);
    -o-transform: translate3d(0, -45%, 0);
    -ms-transform: translate3d(0, -45%, 0);
    transform: translate3d(0, -45%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.two-line .reveal {
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.two-line h2 {
    -moz-transform: translate3d(0, -55%, 0);
    -webkit-transform: translate3d(0, -55%, 0);
    -o-transform: translate3d(0, -55%, 0);
    -ms-transform: translate3d(0, -55%, 0);
    transform: translate3d(0, -55%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.one-line .reveal {
    -moz-transform: translate3d(0, -59%, 0);
    -webkit-transform: translate3d(0, -59%, 0);
    -o-transform: translate3d(0, -59%, 0);
    -ms-transform: translate3d(0, -59%, 0);
    transform: translate3d(0, -59%, 0); }
  .three-by-slide-in-buttons .tile.active.has-four-line-tile .content.has-content.one-line h2 {
    -moz-transform: translate3d(0, -135%, 0);
    -webkit-transform: translate3d(0, -135%, 0);
    -o-transform: translate3d(0, -135%, 0);
    -ms-transform: translate3d(0, -135%, 0);
    transform: translate3d(0, -135%, 0); } }

@media screen and (min-width: 800px) {
  .four-by-slide-in-buttons .tile .content {
    padding: 0 20px; }
    .ie9 .four-by-slide-in-buttons .tile .content {
      padding: 0; } }
.ie9 .four-by-slide-in-buttons .tile .content .inner {
  top: 40%; }
.four-by-slide-in-buttons .tile .inner {
  width: 100%; }
.four-by-slide-in-buttons .tile h2:after {
  content: 'e';
  font-family: "nelp-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  font-size: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
  font-smooth: always;
  color: #AF272F;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%); }
@media screen and (min-width: 800px) {
  .four-by-slide-in-buttons .tile h2 {
    text-align: center; }
    .four-by-slide-in-buttons .tile h2:after {
      content: none; } }
@media screen and (min-width: 1000px) {
  .four-by-slide-in-buttons .tile.active .content .reveal {
    -moz-transform: translate3d(0, -94%, 0);
    -webkit-transform: translate3d(0, -94%, 0);
    -o-transform: translate3d(0, -94%, 0);
    -ms-transform: translate3d(0, -94%, 0);
    transform: translate3d(0, -94%, 0);
    opacity: 1; }
    .ie9 .four-by-slide-in-buttons .tile.active .content .reveal {
      margin-top: 0px; }
  .four-by-slide-in-buttons .tile.active .content h2 {
    -moz-transform: translate3d(0, -40%, 0);
    -webkit-transform: translate3d(0, -40%, 0);
    -o-transform: translate3d(0, -40%, 0);
    -ms-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); }
    .ie9 .four-by-slide-in-buttons .tile.active .content h2 {
      margin-top: -70px; }
  .four-by-slide-in-buttons .tile.active .content.three-line .reveal, .four-by-slide-in-buttons .tile.active .content.four-line .reveal, .four-by-slide-in-buttons .tile.active .content.five-line .reveal {
    -moz-transform: translate3d(0, -121%, 0);
    -webkit-transform: translate3d(0, -121%, 0);
    -o-transform: translate3d(0, -121%, 0);
    -ms-transform: translate3d(0, -121%, 0);
    transform: translate3d(0, -121%, 0);
    opacity: 1; }
  .four-by-slide-in-buttons .tile.active .content.three-line h2, .four-by-slide-in-buttons .tile.active .content.four-line h2, .four-by-slide-in-buttons .tile.active .content.five-line h2 {
    -moz-transform: translate3d(0, -55%, 0);
    -webkit-transform: translate3d(0, -55%, 0);
    -o-transform: translate3d(0, -55%, 0);
    -ms-transform: translate3d(0, -55%, 0);
    transform: translate3d(0, -55%, 0); }
  .four-by-slide-in-buttons .tile.active .content.one-line .reveal {
    -moz-transform: translate3d(0, -121%, 0);
    -webkit-transform: translate3d(0, -121%, 0);
    -o-transform: translate3d(0, -121%, 0);
    -ms-transform: translate3d(0, -121%, 0);
    transform: translate3d(0, -121%, 0);
    opacity: 1; }
  .four-by-slide-in-buttons .tile.active .content.one-line h2 {
    -moz-transform: translate3d(0, -65%, 0);
    -webkit-transform: translate3d(0, -65%, 0);
    -o-transform: translate3d(0, -65%, 0);
    -ms-transform: translate3d(0, -65%, 0);
    transform: translate3d(0, -65%, 0); }
  .four-by-slide-in-buttons .tile.active .content.two-line .reveal {
    -moz-transform: translate3d(0, -111%, 0);
    -webkit-transform: translate3d(0, -111%, 0);
    -o-transform: translate3d(0, -111%, 0);
    -ms-transform: translate3d(0, -111%, 0);
    transform: translate3d(0, -111%, 0);
    opacity: 1; }
  .four-by-slide-in-buttons .tile.active .content.two-line h2 {
    -moz-transform: translate3d(0, -37%, 0);
    -webkit-transform: translate3d(0, -37%, 0);
    -o-transform: translate3d(0, -37%, 0);
    -ms-transform: translate3d(0, -37%, 0);
    transform: translate3d(0, -37%, 0); }
  .four-by-slide-in-buttons .tile.active .content.has-content .reveal {
    -moz-transform: translate3d(0, -108%, 0);
    -webkit-transform: translate3d(0, -108%, 0);
    -o-transform: translate3d(0, -108%, 0);
    -ms-transform: translate3d(0, -108%, 0);
    transform: translate3d(0, -108%, 0); }
  .four-by-slide-in-buttons .tile.active .content.has-content h2 {
    -moz-transform: translate3d(0, -105%, 0);
    -webkit-transform: translate3d(0, -105%, 0);
    -o-transform: translate3d(0, -105%, 0);
    -ms-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0); }
  .four-by-slide-in-buttons .tile.active .content.has-content.three-line .reveal, .four-by-slide-in-buttons .tile.active .content.has-content.four-line .reveal, .four-by-slide-in-buttons .tile.active .content.has-content.five-line .reveal {
    -moz-transform: translate3d(0, -141%, 0);
    -webkit-transform: translate3d(0, -141%, 0);
    -o-transform: translate3d(0, -141%, 0);
    -ms-transform: translate3d(0, -141%, 0);
    transform: translate3d(0, -141%, 0); }
  .four-by-slide-in-buttons .tile.active .content.has-content.three-line h2, .four-by-slide-in-buttons .tile.active .content.has-content.four-line h2, .four-by-slide-in-buttons .tile.active .content.has-content.five-line h2 {
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  .four-by-slide-in-buttons .tile.active .content.has-content.two-line .reveal {
    -moz-transform: translate3d(0, -110%, 0);
    -webkit-transform: translate3d(0, -110%, 0);
    -o-transform: translate3d(0, -110%, 0);
    -ms-transform: translate3d(0, -110%, 0);
    transform: translate3d(0, -110%, 0); }
  .four-by-slide-in-buttons .tile.active .content.has-content.two-line h2 {
    -moz-transform: translate3d(0, -56%, 0);
    -webkit-transform: translate3d(0, -56%, 0);
    -o-transform: translate3d(0, -56%, 0);
    -ms-transform: translate3d(0, -56%, 0);
    transform: translate3d(0, -56%, 0); }
  .four-by-slide-in-buttons .tile.active .content.has-content.one-line .reveal {
    -moz-transform: translate3d(0, -111%, 0);
    -webkit-transform: translate3d(0, -111%, 0);
    -o-transform: translate3d(0, -111%, 0);
    -ms-transform: translate3d(0, -111%, 0);
    transform: translate3d(0, -111%, 0); }
  .four-by-slide-in-buttons .tile.active .content.has-content.one-line h2 {
    -moz-transform: translate3d(0, -65%, 0);
    -webkit-transform: translate3d(0, -65%, 0);
    -o-transform: translate3d(0, -65%, 0);
    -ms-transform: translate3d(0, -65%, 0);
    transform: translate3d(0, -65%, 0); } }
@media screen and (min-width: 1200px) {
  .four-by-slide-in-buttons .tile.active .content .reveal {
    -moz-transform: translate3d(0, -94%, 0);
    -webkit-transform: translate3d(0, -94%, 0);
    -o-transform: translate3d(0, -94%, 0);
    -ms-transform: translate3d(0, -94%, 0);
    transform: translate3d(0, -94%, 0);
    opacity: 1; }
  .four-by-slide-in-buttons .tile.active .content h2 {
    -moz-transform: translate3d(0, -40%, 0);
    -webkit-transform: translate3d(0, -40%, 0);
    -o-transform: translate3d(0, -40%, 0);
    -ms-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); }
  .four-by-slide-in-buttons .tile.active .content.one-line .reveal {
    -moz-transform: translate3d(0, -94%, 0);
    -webkit-transform: translate3d(0, -94%, 0);
    -o-transform: translate3d(0, -94%, 0);
    -ms-transform: translate3d(0, -94%, 0);
    transform: translate3d(0, -94%, 0);
    opacity: 1; }
  .four-by-slide-in-buttons .tile.active .content.one-line h2 {
    -moz-transform: translate3d(0, -65%, 0);
    -webkit-transform: translate3d(0, -65%, 0);
    -o-transform: translate3d(0, -65%, 0);
    -ms-transform: translate3d(0, -65%, 0);
    transform: translate3d(0, -65%, 0); }
  .four-by-slide-in-buttons .tile.active .content.two-line .reveal {
    -moz-transform: translate3d(0, -79%, 0);
    -webkit-transform: translate3d(0, -79%, 0);
    -o-transform: translate3d(0, -79%, 0);
    -ms-transform: translate3d(0, -79%, 0);
    transform: translate3d(0, -79%, 0);
    opacity: 1; }
  .four-by-slide-in-buttons .tile.active .content.two-line h2 {
    -moz-transform: translate3d(0, -25%, 0);
    -webkit-transform: translate3d(0, -25%, 0);
    -o-transform: translate3d(0, -25%, 0);
    -ms-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0); }
  .four-by-slide-in-buttons .tile.active .content.has-content .reveal {
    -moz-transform: translate3d(0, -108%, 0);
    -webkit-transform: translate3d(0, -108%, 0);
    -o-transform: translate3d(0, -108%, 0);
    -ms-transform: translate3d(0, -108%, 0);
    transform: translate3d(0, -108%, 0); }
  .four-by-slide-in-buttons .tile.active .content.has-content h2 {
    -moz-transform: translate3d(0, -105%, 0);
    -webkit-transform: translate3d(0, -105%, 0);
    -o-transform: translate3d(0, -105%, 0);
    -ms-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0); }
  .four-by-slide-in-buttons .tile.active .content.has-content.three-line .reveal, .four-by-slide-in-buttons .tile.active .content.has-content.four-line .reveal, .four-by-slide-in-buttons .tile.active .content.has-content.five-line .reveal {
    -moz-transform: translate3d(0, -107%, 0);
    -webkit-transform: translate3d(0, -107%, 0);
    -o-transform: translate3d(0, -107%, 0);
    -ms-transform: translate3d(0, -107%, 0);
    transform: translate3d(0, -107%, 0); }
  .four-by-slide-in-buttons .tile.active .content.has-content.three-line h2, .four-by-slide-in-buttons .tile.active .content.has-content.four-line h2, .four-by-slide-in-buttons .tile.active .content.has-content.five-line h2 {
    -moz-transform: translate3d(0, -106%, 0);
    -webkit-transform: translate3d(0, -106%, 0);
    -o-transform: translate3d(0, -106%, 0);
    -ms-transform: translate3d(0, -106%, 0);
    transform: translate3d(0, -106%, 0); }
  .four-by-slide-in-buttons .tile.active .content.has-content.two-line .reveal {
    -moz-transform: translate3d(0, -77%, 0);
    -webkit-transform: translate3d(0, -77%, 0);
    -o-transform: translate3d(0, -77%, 0);
    -ms-transform: translate3d(0, -77%, 0);
    transform: translate3d(0, -77%, 0); }
  .four-by-slide-in-buttons .tile.active .content.has-content.two-line h2 {
    -moz-transform: translate3d(0, -36%, 0);
    -webkit-transform: translate3d(0, -36%, 0);
    -o-transform: translate3d(0, -36%, 0);
    -ms-transform: translate3d(0, -36%, 0);
    transform: translate3d(0, -36%, 0); }
  .four-by-slide-in-buttons .tile.active .content.has-content.one-line .reveal {
    -moz-transform: translate3d(0, -90%, 0);
    -webkit-transform: translate3d(0, -90%, 0);
    -o-transform: translate3d(0, -90%, 0);
    -ms-transform: translate3d(0, -90%, 0);
    transform: translate3d(0, -90%, 0); }
  .four-by-slide-in-buttons .tile.active .content.has-content.one-line h2 {
    -moz-transform: translate3d(0, -85%, 0);
    -webkit-transform: translate3d(0, -85%, 0);
    -o-transform: translate3d(0, -85%, 0);
    -ms-transform: translate3d(0, -85%, 0);
    transform: translate3d(0, -85%, 0); } }

@media screen and (min-width: 600px) {
  .ajax-content .four-by-tiles {
    padding-top: 30px; } }

.page-template-templatespublications-php .page-container {
  background-image: url("../../src/images/grey-matrix.png");
  padding-top: 143px; }
.page-template-templatespublications-php .grey-matrix,
.page-template-templatespublications-php .four-by-featured-tiles.grey-background {
  background: none; }
.page-template-templatespublications-php .four-by-featured-tiles.grey-background {
  padding-bottom: 0;
  padding-top: 20px; }
  .page-template-templatespublications-php .four-by-featured-tiles.grey-background h1 {
    display: none; }
.page-template-templatespublications-php .ajax-post-container.search-submitted .four-by-tiles {
  padding-top: 15px; }
.page-template-templatespublications-php .publications-search {
  position: absolute;
  top: 54px;
  left: 0;
  right: 0; }
@media screen and (min-width: 600px) {
  .page-template-templatespublications-php .page-container {
    background: none;
    padding-top: 80px; }
  .page-template-templatespublications-php .grey-matrix {
    background-image: url("../../src/images/grey-matrix.png"); }
  .page-template-templatespublications-php .ajax-content .four-by-tiles,
  .page-template-templatespublications-php .ajax-post-container.search-submitted .four-by-tiles {
    padding-top: 45px; }
  .page-template-templatespublications-php .four-by-featured-tiles.grey-background {
    background-color: #EFEFED;
    padding-bottom: 30px; }
    .page-template-templatespublications-php .four-by-featured-tiles.grey-background.hidden {
      display: block !important;
      visibility: visible !important; }
    .page-template-templatespublications-php .four-by-featured-tiles.grey-background h1 {
      display: block; }
  .page-template-templatespublications-php .publications-search {
    position: relative;
    top: auto; } }
@media screen and (min-width: 800px) {
  .page-template-templatespublications-php .page-container {
    padding-top: 100px; } }
@media screen and (min-width: 800px) {
  .page-template-templatespublications-php .ajax-content .four-by-tiles,
  .page-template-templatespublications-php .ajax-post-container.search-submitted .four-by-tiles {
    padding-top: 30px; } }

.four-by-media-tiles.related-news,
.four-by-tiles.related-publications {
  padding-top: 37px;
  padding-bottom: 30px;
  border-top: 5px solid #80786f; }
  .four-by-media-tiles.related-news h3,
  .four-by-tiles.related-publications h3 {
    margin-bottom: 34px; }

.four-by-tiles {
  padding: 15px 0; }
  @media screen and (min-width: 600px) {
    .four-by-tiles {
      padding: 25px 0; } }
  .four-by-tiles.publication .tile .quick-links {
    padding-left: 20px;
    left: 0;
    width: 100%; }
  .four-by-tiles.publication .tile .arrow-button:before {
    position: absolute;
    left: 100%; }
  .lt-ie9 .four-by-tiles.publication .tile .arrow-button {
    bottom: 60px; }
  .four-by-tiles .tile {
    background-color: white;
    position: relative;
    min-height: 220px;
    margin-bottom: 20px; }
    @media screen and (min-width: 600px) {
      .four-by-tiles .tile {
        min-height: 280px; } }
    @media screen and (min-width: 800px) {
      .four-by-tiles .tile {
        min-height: 320px;
        margin-bottom: 30px; }
        .four-by-tiles .tile .tile-content-wrapper:before {
          content: ' ';
          display: block;
          width: 100%;
          height: 0;
          background-color: #AF272F;
          left: 0;
          top: 0;
          position: absolute;
          z-index: 3;
          transition-property: height;
          transition-duration: 0.2s;
          transition-delay: 0;
          transition-timing-function: ease-out;
          -webkit-backface-visibility: hidden; } }
    @media screen and (min-width: 1000px) {
      .four-by-tiles .tile {
        min-height: 355px; } }
    @media screen and (min-width: 800px) {
      .four-by-tiles .tile .tile-content-wrapper:hover:before {
        height: 5px; }
      .four-by-tiles .tile .tile-content-wrapper:hover .arrow-button, .four-by-tiles .tile .tile-content-wrapper:hover .download-button {
        color: #AF272F; } }
    .four-by-tiles .tile .title {
      padding: 14px 20px 15px; }
      .lt-ie9 .four-by-tiles .tile .title {
        min-height: 0; }
      @media screen and (min-width: 600px) {
        .four-by-tiles .tile .title {
          min-height: 140px; } }
      @media screen and (min-width: 800px) {
        .four-by-tiles .tile .title {
          min-height: 180px; } }
      @media screen and (min-width: 1000px) {
        .four-by-tiles .tile .title {
          min-height: 210px; } }
      .four-by-tiles .tile .title .type {
        color: #D7C48E; }
        .four-by-tiles .tile .title .type.city {
          margin-bottom: 0; }
      .four-by-tiles .tile .title .date {
        font-family: "tiempos-italic", Georgia;
        font-size: 13px;
        letter-spacing: 0.05em;
        margin-top: 8px;
        display: block; }
    .four-by-tiles .tile .contact-information div {
      padding-bottom: 0; }
    .four-by-tiles .tile .arrow-button {
      display: none; }
      @media screen and (min-width: 600px) {
        .four-by-tiles .tile .arrow-button {
          display: inline-block;
          padding-left: 15px;
          margin-top: 30px; } }
      @media screen and (min-width: 800px) {
        .four-by-tiles .tile .arrow-button {
          position: absolute;
          bottom: 60px;
          padding-left: 0px;
          left: 20px; }
          .four-by-tiles .tile .arrow-button:before {
            position: relative;
            left: 0;
            display: inline-block;
            vertical-align: middle; } }
      .lt-ie9 .four-by-tiles .tile .arrow-button {
        bottom: 20px; }
    .four-by-tiles .tile > a {
      display: block;
      position: absolute;
      z-index: 4;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .four-by-tiles .tile .quick-links {
      padding-bottom: 20px;
      bottom: 0;
      left: 25px;
      display: none;
      padding-left: 20px;
      left: 0;
      width: 100%; }
      @media screen and (min-width: 600px) {
        .four-by-tiles .tile .quick-links {
          display: block; } }

.home-four-by-media-tiles,
.home-four-by-featured-tiles {
  padding-bottom: 15px; }
  .home-four-by-media-tiles.four-by-media-tiles .slick-initialized, .home-four-by-media-tiles.four-by-featured-tiles .slick-initialized,
  .home-four-by-featured-tiles.four-by-media-tiles .slick-initialized,
  .home-four-by-featured-tiles.four-by-featured-tiles .slick-initialized {
    padding: 0 15px; }
    @media screen and (min-width: 800px) {
      .home-four-by-media-tiles.four-by-media-tiles .slick-initialized, .home-four-by-media-tiles.four-by-featured-tiles .slick-initialized,
      .home-four-by-featured-tiles.four-by-media-tiles .slick-initialized,
      .home-four-by-featured-tiles.four-by-featured-tiles .slick-initialized {
        padding: 0; } }
  .home-four-by-media-tiles.four-by-media-tiles .button-row, .home-four-by-media-tiles.four-by-featured-tiles .button-row,
  .home-four-by-featured-tiles.four-by-media-tiles .button-row,
  .home-four-by-featured-tiles.four-by-featured-tiles .button-row {
    margin-top: -30px;
    margin-bottom: 15px;
    padding-bottom: 0; }
    @media screen and (min-width: 800px) {
      .home-four-by-media-tiles.four-by-media-tiles .button-row, .home-four-by-media-tiles.four-by-featured-tiles .button-row,
      .home-four-by-featured-tiles.four-by-media-tiles .button-row,
      .home-four-by-featured-tiles.four-by-featured-tiles .button-row {
        margin-bottom: 30px; } }
  .home-four-by-media-tiles.four-by-media-tiles .quick-links, .home-four-by-media-tiles.four-by-featured-tiles .quick-links,
  .home-four-by-featured-tiles.four-by-media-tiles .quick-links,
  .home-four-by-featured-tiles.four-by-featured-tiles .quick-links {
    display: none; }
  .home-four-by-media-tiles h1,
  .home-four-by-featured-tiles h1 {
    font-family: "proxima-regular", Helvetica;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 28px;
    line-height: 34px; }
  .home-four-by-media-tiles .slider-arrows,
  .home-four-by-featured-tiles .slider-arrows {
    position: absolute;
    top: 0;
    height: 100%;
    width: 25px;
    color: #C6AA5D; }
    .home-four-by-media-tiles .slider-arrows:before,
    .home-four-by-featured-tiles .slider-arrows:before {
      position: absolute;
      width: 100%;
      top: 50%;
      height: 50px;
      text-align: center;
      margin-top: -30px;
      line-height: 54px;
      margin-left: -7px; }
    @media screen and (min-width: 800px) {
      .home-four-by-media-tiles .slider-arrows,
      .home-four-by-featured-tiles .slider-arrows {
        width: 35px; } }
    @media screen and (min-width: 1000px) {
      .home-four-by-media-tiles .slider-arrows,
      .home-four-by-featured-tiles .slider-arrows {
        width: 50px; }
        .home-four-by-media-tiles .slider-arrows:before,
        .home-four-by-featured-tiles .slider-arrows:before {
          margin-left: 0; } }
    .home-four-by-media-tiles .slider-arrows.prev-arrow,
    .home-four-by-featured-tiles .slider-arrows.prev-arrow {
      left: 0; }
    .home-four-by-media-tiles .slider-arrows.next-arrow,
    .home-four-by-featured-tiles .slider-arrows.next-arrow {
      right: 0; }
    @media screen and (min-width: 800px) {
      .home-four-by-media-tiles .slider-arrows.prev-arrow,
      .home-four-by-featured-tiles .slider-arrows.prev-arrow {
        left: -20px; }
      .home-four-by-media-tiles .slider-arrows.next-arrow,
      .home-four-by-featured-tiles .slider-arrows.next-arrow {
        right: -20px; }
      .home-four-by-media-tiles .slider-arrows:before,
      .home-four-by-featured-tiles .slider-arrows:before {
        margin-left: -4px; } }
    @media screen and (min-width: 1000px) {
      .home-four-by-media-tiles .slider-arrows.prev-arrow,
      .home-four-by-featured-tiles .slider-arrows.prev-arrow {
        left: -35px; }
      .home-four-by-media-tiles .slider-arrows.next-arrow,
      .home-four-by-featured-tiles .slider-arrows.next-arrow {
        right: -37px; }
      .home-four-by-media-tiles .slider-arrows:before,
      .home-four-by-featured-tiles .slider-arrows:before {
        margin-left: 0px; } }

.four-by-featured-tiles.home-four-by-featured-tiles .slider-arrows {
  background: #EFEFED; }
.four-by-featured-tiles.home-four-by-featured-tiles h1 {
  margin-top: 38px; }
.four-by-featured-tiles.home-four-by-featured-tiles .button-row {
  margin-top: -20px; }
  @media screen and (min-width: 800px) {
    .four-by-featured-tiles.home-four-by-featured-tiles .button-row {
      margin-top: 30px;
      margin-bottom: 45px; } }
@media screen and (min-width: 600px) {
  .four-by-featured-tiles.home-four-by-featured-tiles {
    padding-top: 0; }
    .four-by-featured-tiles.home-four-by-featured-tiles h1 {
      margin-top: -30px;
      margin-bottom: 60px; } }
.four-by-featured-tiles.home-four-by-featured-tiles .tile .arrow-button {
  position: absolute;
  bottom: 20px; }
  @media screen and (min-width: 1200px) {
    .four-by-featured-tiles.home-four-by-featured-tiles .tile .arrow-button {
      bottom: 14px; } }
@media screen and (min-width: 800px) {
  .four-by-featured-tiles.publication-slider-section h1 {
    margin-top: 0px; } }
.page-template-publications .four-by-featured-tiles .grid-item.last .tile {
  margin-bottom: 5px; }
  @media screen and (min-width: 600px) {
    .page-template-publications .four-by-featured-tiles .grid-item.last .tile {
      margin-bottom: 20px; } }
.four-by-featured-tiles .tile {
  min-height: 300px; }
  @media screen and (min-width: 1000px) {
    .four-by-featured-tiles .tile {
      min-height: 355px; } }
  .four-by-featured-tiles .tile .arrow-button {
    position: absolute;
    bottom: 60px;
    padding-left: 0px;
    left: 20px;
    display: inline-block;
    bottom: 20px; }
    .four-by-featured-tiles .tile .arrow-button:before {
      position: relative;
      left: 0;
      display: inline-block;
      vertical-align: middle; }
    @media screen and (min-width: 600px) {
      .four-by-featured-tiles .tile .arrow-button {
        bottom: 60px; } }
  .four-by-featured-tiles .tile .title {
    position: relative;
    min-height: 190px;
    background-color: #231F20;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media screen and (min-width: 1000px) {
      .four-by-featured-tiles .tile .title {
        min-height: 210px; } }
    @media screen and (min-width: 600px) {
      .four-by-featured-tiles .tile .title:before {
        content: ' ';
        display: block;
        position: absolute;
        background-color: rgba(35, 31, 32, 0.3);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2; } }
    .four-by-featured-tiles .tile .title h4 {
      position: relative;
      z-index: 3;
      color: #FFFFFF; }
  .four-by-featured-tiles .tile .tile-content {
    position: absolute;
    height: 100%;
    width: 100%; }
    .four-by-featured-tiles .tile .tile-content > a {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 4; }
    .four-by-featured-tiles .tile .tile-content:hover .arrow-button {
      color: #AF272F; }
      .four-by-featured-tiles .tile .tile-content:hover .arrow-button:before {
        color: #AF272F; }
    .four-by-featured-tiles .tile .tile-content .arrow-button:before {
      position: absolute;
      left: 100%; }
    .lt-ie9 .four-by-featured-tiles .tile .tile-content .arrow-button {
      bottom: 60px; }
  .four-by-featured-tiles .tile .label {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    font-size: 0; }
    .four-by-featured-tiles .tile .label:after {
      color: #AF272F;
      font-family: "nelp-icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      font-size: 40px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -moz-font-smoothing: grayscale;
      font-smooth: always;
      font-size: 30px;
      position: relative;
      left: -3px; }
    @media screen and (min-width: 1200px) {
      .four-by-featured-tiles .tile .label {
        bottom: 0;
        width: 50px;
        height: 80px;
        font-size: 28px;
        font-family: "tiempos-italic", Georgia;
        color: #FFFFFF;
        line-height: 1.9em;
        text-align: center;
        background-color: #B5AEA9; }
        .four-by-featured-tiles .tile .label:after {
          content: none; } }
  .four-by-featured-tiles .tile .label, .four-by-featured-tiles .tile .title:before {
    transition-property: all;
    transition-duration: 0.2s;
    transition-delay: 0;
    transition-timing-function: ease-out;
    -webkit-backface-visibility: hidden; }
  @media screen and (min-width: 1200px) {
    .four-by-featured-tiles .tile .tile-content:hover .label {
      background-color: #AF272F; }
    .four-by-featured-tiles .tile .tile-content:hover .title:before {
      background-color: rgba(35, 31, 32, 0.8); } }

a.lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.four-by-image-tiles {
  border-top: 5px solid #80786f; }
  .four-by-image-tiles h1 {
    font-size: 20px;
    font-family: "proxima-semibold", Helvetica;
    letter-spacing: 0.05em;
    margin-bottom: 0; }
  @media screen and (max-width: 600px) {
    .four-by-image-tiles {
      padding-top: 0;
      margin-top: 0; }
      .four-by-image-tiles .image-tile {
        padding-left: 0;
        padding-right: 0; } }
  .four-by-image-tiles .slider-arrows {
    position: absolute;
    top: 0;
    -moz-transform: translate3d(0, 80px, 0);
    -webkit-transform: translate3d(0, 80px, 0);
    -o-transform: translate3d(0, 80px, 0);
    -ms-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    background: #AF272F;
    color: #FFFFFF;
    width: 40px;
    height: 40px; }
    .four-by-image-tiles .slider-arrows:before {
      text-align: center;
      line-height: 40px;
      width: 40px;
      display: block;
      font-size: 30px; }
    .four-by-image-tiles .slider-arrows.next-arrow {
      right: 0; }
    .four-by-image-tiles .slider-arrows.prev-arrow {
      left: 0; }
  .four-by-image-tiles .tile {
    padding-bottom: 40px; }
    @media screen and (min-width: 600px) {
      .four-by-image-tiles .tile {
        margin-bottom: 30px; } }
    @media screen and (min-width: 1000px) {
      .four-by-image-tiles .tile {
        min-height: 315px; } }
    .four-by-image-tiles .tile .title {
      min-height: 200px;
      background-size: cover;
      background-position: center center; }
      @media screen and (min-width: 1000px) {
        .four-by-image-tiles .tile .title {
          min-height: 160px;
          margin-bottom: 14px; } }
    .four-by-image-tiles .tile .type {
      font-size: 55px;
      display: none; }
      @media screen and (min-width: 800px) {
        .four-by-image-tiles .tile .type {
          display: block;
          position: absolute;
          width: 40px;
          height: 40px;
          background-color: #AF272F;
          top: 0; } }
      .four-by-image-tiles .tile .type:before {
        color: #FFFFFF;
        top: 2px;
        position: relative; }
    .four-by-image-tiles .tile p {
      padding: 0 20px 0px;
      font-size: 16px;
      line-height: 22px;
      font-family: "proxima-regular", Helvetica;
      letter-spacing: 0.025em;
      color: #231F20;
      position: relative;
      margin-top: 15px; }
      @media screen and (min-width: 600px) {
        .four-by-image-tiles .tile p {
          margin-top: 0; } }
    .four-by-image-tiles .tile .download-button {
      font-size: 15px;
      text-transform: uppercase;
      font-family: "proxima-semibold", Helvetica;
      letter-spacing: 0.05em;
      margin-top: 12px;
      position: relative;
      display: block;
      margin: 10px 0 0 15px;
      bottom: auto;
      left: auto; }
      @media screen and (min-width: 600px) {
        .four-by-image-tiles .tile .download-button {
          position: relative; } }
      .four-by-image-tiles .tile .download-button:before {
        font-size: 25px;
        display: inline-block;
        vertical-align: middle; }

.four-by-media-tiles.home-four-by-media-tiles h1 {
  margin-top: 52px; }
  @media screen and (min-width: 800px) {
    .four-by-media-tiles.home-four-by-media-tiles h1 {
      margin-top: 5px; } }
@media screen and (min-width: 600px) {
  .four-by-media-tiles.home-four-by-media-tiles .button-row {
    margin-bottom: 45px; } }
@media screen and (min-width: 800px) {
  .four-by-media-tiles.home-four-by-media-tiles .button-row {
    margin-top: 60px;
    margin-bottom: 30px; } }
.four-by-media-tiles.home-four-by-media-tiles .four-by-media-slider .slick-list {
  padding-top: 5px; }
.four-by-media-tiles.home-four-by-media-tiles .four-by-media-slider .slider-arrows {
  background: #FFFFFF; }
  .four-by-media-tiles.home-four-by-media-tiles .four-by-media-slider .slider-arrows.slick-disabled {
    opacity: 0;
    /* Chrome 4+, Firefox 2+, Safari 3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=0);
    /* IE6-IE8 */
    cursor: default; }
  @media screen and (min-width: 800px) {
    .four-by-media-tiles.home-four-by-media-tiles .four-by-media-slider .slider-arrows {
      background: #EFEFED;
      opacity: 0;
      /* Chrome 4+, Firefox 2+, Safari 3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
      filter: alpha(opacity=0);
      /* IE6-IE8 */
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .tablet .four-by-media-tiles.home-four-by-media-tiles .four-by-media-slider .slider-arrows {
        opacity: 1;
        /* Chrome 4+, Firefox 2+, Safari 3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
        filter: alpha(opacity=100);
        /* IE6-IE8 */ }
      .four-by-media-tiles.home-four-by-media-tiles .four-by-media-slider .slider-arrows:hover {
        color: #231F20; } }
@media screen and (min-width: 800px) {
  .four-by-media-tiles.home-four-by-media-tiles .four-by-media-slider .tile {
    margin-bottom: 0; } }
@media screen and (min-width: 800px) {
  .four-by-media-tiles.home-four-by-media-tiles .four-by-media-slider:hover .slider-arrows {
    opacity: 1;
    /* Chrome 4+, Firefox 2+, Safari 3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=100);
    /* IE6-IE8 */ } }
.four-by-media-tiles.home-four-by-media-tiles .four-by-media-slider:hover .slider-arrows.slick-disabled {
  opacity: 0;
  /* Chrome 4+, Firefox 2+, Safari 3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  filter: alpha(opacity=0);
  /* IE6-IE8 */
  cursor: default; }
@media screen and (min-width: 800px) {
  .four-by-media-tiles {
    padding: 60px 0; } }
.four-by-media-tiles .title {
  padding-bottom: 0; }
.four-by-media-tiles .tile {
  position: relative;
  min-height: 400px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E6E4E2;
  margin-top: -5px; }
  @media screen and (min-width: 1000px) {
    .four-by-media-tiles .tile.has-long-post {
      min-height: 470px; } }
  @media screen and (min-width: 1200px) {
    .four-by-media-tiles .tile {
      min-height: 405px; } }
  .four-by-media-tiles .tile .thumbnail {
    position: relative;
    height: 180px;
    margin-bottom: 21px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .four-by-media-tiles .tile.video .thumbnail.has-video:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 31, 32, 0.5); }
  .four-by-media-tiles .tile.video .thumbnail.has-video:after {
    content: 'H';
    font-family: "nelp-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    font-size: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: grayscale;
    font-smooth: always;
    display: block;
    position: absolute;
    width: 70px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -35px;
    color: #FFFFFF;
    text-align: center;
    padding: 7px;
    background-color: #C6AA5D; }
  .four-by-media-tiles .tile .tile-content:hover h4, .four-by-media-tiles .tile .tile-content:hover .arrow-button {
    color: #AF272F; }
  .four-by-media-tiles .tile .tile-content:hover h4.category {
    color: #D7C48E; }
  .four-by-media-tiles .tile p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block; }
  .four-by-media-tiles .tile h4, .four-by-media-tiles .tile p, .four-by-media-tiles .tile .detail {
    margin-left: 10px;
    margin-right: 10px; }
  .four-by-media-tiles .tile h4, .four-by-media-tiles .tile p {
    margin-bottom: 12px;
    transition-property: color;
    transition-duration: 0.15s;
    transition-delay: 0;
    transition-timing-function: linear;
    -webkit-backface-visibility: hidden; }
  .four-by-media-tiles .tile h4.category, .four-by-media-tiles .tile h4.category:hover {
    color: #D7C48E; }
  .four-by-media-tiles .tile .detail {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.05em;
    font-family: "tiempos-italic", Georgia;
    padding-left: 30px;
    display: block;
    position: relative; }
    .four-by-media-tiles .tile .detail span {
      display: inline-block; }
    .four-by-media-tiles .tile .detail:before {
      display: block;
      font-size: 30px;
      position: absolute;
      width: 24px;
      height: 24px;
      color: #AF272F;
      left: -6px;
      top: 50%;
      margin-top: -15px; }
  .four-by-media-tiles .tile .arrow-button {
    position: absolute;
    bottom: 20px;
    left: 10px; }
  .four-by-media-tiles .tile .quick-links {
    text-align: right;
    bottom: 15px;
    right: 10px; }
    .four-by-media-tiles .tile .quick-links a {
      margin-right: 0;
      margin-left: 15px; }
  .four-by-media-tiles .tile .tile-content > a {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
.four-by-media-tiles .button-row {
  margin-top: 30px;
  padding-bottom: 30px; }
.single-campaign .four-by-media-tiles .row-title h1 {
  position: relative;
  top: -30px; }

.four-by-related-tiles {
  border-top: 5px solid #80786f; }
  @media screen and (max-width: 600px) {
    .four-by-related-tiles.pub-slider .slick-button {
      opacity: 1;
      height: 40px;
      width: 40px;
      top: auto;
      bottom: -25px; }
      .four-by-related-tiles.pub-slider .slick-button.slick-next {
        right: 15px; }
      .four-by-related-tiles.pub-slider .slick-button.slick-prev {
        left: 15px; }
      .four-by-related-tiles.pub-slider .slick-button.slick-disabled {
        opacity: 1 !important; } }
  .four-by-related-tiles.pub-slider .slick-dots {
    bottom: -20px; }
    .four-by-related-tiles.pub-slider .slick-dots li button {
      background-color: #000;
      opacity: 0.25;
      border-radius: 100%;
      padding: 0;
      height: 10px;
      width: 10px; }
      .four-by-related-tiles.pub-slider .slick-dots li button:before {
        content: ''; }
    .four-by-related-tiles.pub-slider .slick-dots li.slick-active button {
      opacity: 1; }
  .four-by-related-tiles .short-description {
    margin-top: 17px; }
  .four-by-related-tiles .tile-content > a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0; }
  .lt-ie9 .four-by-related-tiles .tile .arrow-button {
    bottom: 60px; }
  .four-by-related-tiles .tile .arrow-button:before {
    position: absolute;
    left: 100%; }
  .four-by-related-tiles .slick-button {
    display: block;
    height: 100%;
    width: 50px;
    top: 0;
    background-color: #EFEFED;
    transition: all 0.2s linear;
    opacity: 0;
    color: #C6AA5D; }
    .four-by-related-tiles .slick-button:hover {
      color: #231F20; }
    .four-by-related-tiles .slick-button:before {
      color: inherit; }
    .four-by-related-tiles .slick-button.slick-disabled {
      opacity: 0 !important; }
  .four-by-related-tiles:hover .slick-button {
    opacity: 1; }

.tile-loop .col-xs-12:nth-of-type(7n-6) .tile-content, .tile-loop .col-xs-12:nth-of-type(7n-2) .tile-content {
  transition-delay: 0s; }
.tile-loop .col-xs-12:nth-of-type(7n-5) .tile-content, .tile-loop .col-xs-12:nth-of-type(7n-1) .tile-content {
  transition-delay: 0.2s; }
.tile-loop .col-xs-12:nth-of-type(7n-4) .tile-content, .tile-loop .col-xs-12:nth-of-type(7n) .tile-content {
  transition-delay: 0.35s; }
.tile-loop .col-xs-12:nth-of-type(7n-3) .tile-content {
  transition-delay: 0.45s; }
.tile-loop .tile .tile-content {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .tile-loop .tile .tile-content a.full-link {
    display: block;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10; }
  @media screen and (min-width: 1000px) {
    .tile-loop .tile .tile-content {
      transition-property: all;
      transition-duration: 0.25s;
      transition-delay: 0;
      transition-timing-function: ease-out;
      -webkit-backface-visibility: hidden;
      -moz-transform: translate3d(0, 20px, 0);
      -webkit-transform: translate3d(0, 20px, 0);
      -o-transform: translate3d(0, 20px, 0);
      -ms-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
      opacity: 0; } }
.tile-loop .tile.shown .tile-content {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(35, 31, 32, 0.4);
  z-index: 2;
  transition-property: background;
  transition-duration: 0.25s;
  transition-delay: linear;
  transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
  -webkit-backface-visibility: hidden; }
  .lt-ie9 .overlay {
    background: url("../../src/images/overlays/black-40.png"); }

.four-by-tiles.annual-reports h4 {
  color: #FFFFFF;
  position: relative;
  z-index: 4; }
.four-by-tiles.annual-reports .slider-arrows {
  position: absolute;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }
  .lt-ie9 .four-by-tiles.annual-reports .slider-arrows, .ie9 .four-by-tiles.annual-reports .slider-arrows {
    margin-top: -20px; }
  .four-by-tiles.annual-reports .slider-arrows:hover {
    color: #AF272F; }
  .four-by-tiles.annual-reports .slider-arrows.next-arrow {
    left: 100%; }
  .four-by-tiles.annual-reports .slider-arrows.prev-arrow {
    right: 100%; }
.four-by-tiles.annual-reports .icon-download {
  margin-left: -5px; }
.four-by-tiles.annual-reports .overlay {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center; }
  .four-by-tiles.annual-reports .overlay .year {
    opacity: 0;
    /* Chrome 4+, Firefox 2+, Safari 3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=0);
    /* IE6-IE8 */
    transition-property: opacity;
    transition-duration: 0.25s;
    transition-delay: linear;
    transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
    -webkit-backface-visibility: hidden;
    color: #FFFFFF;
    font-size: 76px;
    font-family: "tiempos-italic", Georgia; }
    .lt-ie9 .four-by-tiles.annual-reports .overlay .year {
      line-height: 180px;
      position: absolute;
      left: 0;
      width: 100%;
      text-align: center; }
.four-by-tiles.annual-reports .accent {
  color: #D7C48E; }
.four-by-tiles.annual-reports .title {
  position: relative;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat; }
  .lt-ie9 .four-by-tiles.annual-reports .title {
    min-height: 180px; }
.lt-ie9 .four-by-tiles.annual-reports .arrow-button {
  bottom: 60px; }
.four-by-tiles.annual-reports h4 {
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-delay: linear;
  transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
  -webkit-backface-visibility: hidden; }
.four-by-tiles.annual-reports .tile:hover .overlay {
  background: rgba(35, 31, 32, 0.7); }
  .lt-ie9 .four-by-tiles.annual-reports .tile:hover .overlay {
    background: url("../../src/images/overlays/black-70.png"); }
  .four-by-tiles.annual-reports .tile:hover .overlay .year {
    opacity: 1;
    /* Chrome 4+, Firefox 2+, Safari 3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=100);
    /* IE6-IE8 */ }
.four-by-tiles.annual-reports .tile:hover h4 {
  opacity: 0;
  /* Chrome 4+, Firefox 2+, Safari 3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  filter: alpha(opacity=0);
  /* IE6-IE8 */ }
.four-by-tiles.annual-reports .slick-slider {
  margin-bottom: 0; }

.mobile-annual-reports {
  background: #FFFFFF;
  padding-top: 0;
  padding-bottom: 40px; }
  .mobile-annual-reports .download {
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 0; }
  .mobile-annual-reports .download-publication {
    margin-top: 20px;
    margin-bottom: 20px; }
    .mobile-annual-reports .download-publication .download-file {
      padding-right: 15px; }
      .mobile-annual-reports .download-publication .download-file a {
        display: block;
        padding-right: 60px; }
  .mobile-annual-reports .timeline-title {
    display: block; }

.job-list {
  padding-bottom: 60px; }
  .job-list h2 {
    font-family: "tiempos-italic", Georgia;
    letter-spacing: 0.025em;
    font-size: 16px;
    line-height: 22px; }
    @media screen and (min-width: 800px) {
      .job-list h2 {
        font-family: "tiempos-italic", Georgia;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 0.025em; } }

.page-container {
  overflow-x: hidden;
  position: relative;
  padding-top: 65px; }
  @media screen and (min-width: 600px) {
    .page-container {
      padding-top: 75px; } }
  @media screen and (min-width: 700px) {
    .page-container {
      padding-top: 95px; } }
  .lt-ie9 .page-container {
    padding-top: 0; }

.edit-link a {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 10;
  display: block;
  padding: 8px 14px;
  background-color: #353535;
  text-align: center;
  color: white;
  font-size: 18px; }
  .edit-link a:hover {
    background-color: #1e1e1e; }

.search-results {
  background: #FFFFFF; }
  .search-results .bottom-border {
    border-bottom: 2px solid #e2e0de; }
  .search-results .caption {
    margin: 0; }
  .search-results .result {
    position: relative;
    border-bottom: 2px solid #e2e0de;
    padding: 22px 0 18px; }
  .search-results h1 {
    margin-bottom: 0;
    padding-bottom: 0; }
  .search-results h4 {
    margin-bottom: 0; }
  .search-results .arrow-button {
    margin-top: 13px; }
  .search-results label {
    display: none; }
  .search-results .result:hover a {
    color: #AF272F; }
  .search-results .heading.bottom-border .inner-container {
    padding-top: 9px; }
  .search-results .search-bar form input[type="text"] {
    padding-left: 0; }
  .search-results .result-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .search-results .container.heading .inner-container {
    margin-bottom: 30px; }
    @media screen and (min-width: 800px) {
      .search-results .container.heading .inner-container {
        margin-bottom: 60px; } }

@media screen and (max-width: 599px) {
  .mobile-topbar {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
    z-index: 300; }
    .mobile-topbar:after {
      position: absolute;
      content: ' ';
      display: block;
      width: 100%;
      height: 5px;
      top: 100%;
      background-color: rgba(131, 120, 111, 0.7); }
    .mobile-topbar .logo {
      position: relative;
      display: block;
      width: 40px;
      height: 40px;
      margin: 10px 20px; }

  .mobile-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 100%;
    margin-top: -65px;
    z-index: 400;
    background-color: #231F20;
    transition-property: transform;
    transition-duration: 1s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
    -webkit-backface-visibility: hidden; }
    .mobile-nav.active {
      -webkit-transform: translate3d(-100%, 0, 0);
      -moz-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      overflow-y: scroll;
      overflow-x: hidden; }
    .mobile-nav .nav-scroll-container {
      position: static; }
    .mobile-nav .nav-container {
      width: 100%;
      min-height: 100%; }
    .mobile-nav .menu-toggle {
      position: relative;
      width: 60px;
      height: 60px;
      top: 0;
      left: -60px;
      z-index: 11;
      transition-property: transform;
      transition-duration: 1s;
      transition-delay: 0s;
      transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
      -webkit-backface-visibility: hidden; }
      .mobile-nav .menu-toggle a {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 60px;
        height: 60px;
        background-color: #D7C48E;
        font-size: 0; }
        .mobile-nav .menu-toggle a span, .mobile-nav .menu-toggle a span:before, .mobile-nav .menu-toggle a span:after {
          transition-property: all;
          transition-duration: 1s;
          transition-delay: 0s;
          transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
          -webkit-backface-visibility: hidden; }
        .mobile-nav .menu-toggle a span {
          display: block;
          position: absolute;
          left: 20px;
          top: 29px;
          width: 20px;
          height: 2px;
          margin: 0;
          background-color: #FFFFFF; }
          .mobile-nav .menu-toggle a span:before, .mobile-nav .menu-toggle a span:after {
            display: block;
            content: ' ';
            background-color: #FFFFFF;
            width: 20px;
            height: 2px;
            position: absolute; }
          .mobile-nav .menu-toggle a span:before {
            bottom: 7px; }
          .mobile-nav .menu-toggle a span:after {
            bottom: -7px; }
      .mobile-nav .menu-toggle.active {
        -webkit-transform: translate3d(60px, 0, 0);
        -moz-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0); }
        .mobile-nav .menu-toggle.active a span {
          background-color: transparent; }
          .mobile-nav .menu-toggle.active a span:before, .mobile-nav .menu-toggle.active a span:after {
            width: 22px; }
          .mobile-nav .menu-toggle.active a span:before {
            -webkit-transform: translate3d(-2px, 7px, 0) rotate(45deg);
            -moz-transform: translate3d(-2px, 7px, 0) rotate(45deg);
            transform: translate3d(-2px, 7px, 0) rotate(45deg); }
          .mobile-nav .menu-toggle.active a span:after {
            -webkit-transform: translate3d(-2px, -7px, 0) rotate(-45deg);
            -moz-transform: translate3d(-2px, -7px, 0) rotate(-45deg);
            transform: translate3d(-2px, -7px, 0) rotate(-45deg); }

  .mobile-nav .menu-top {
    position: absolute;
    z-index: 2;
    background-color: #231F20;
    height: 60px;
    top: 0;
    width: 100%; }
    .mobile-nav .menu-top .socmed {
      text-align: right; }
      .mobile-nav .menu-top .socmed a {
        display: inline-block;
        position: relative;
        font-size: 40px;
        padding-right: 20px;
        color: #FFFFFF; }
        .mobile-nav .menu-top .socmed a:before {
          line-height: 60px; }
  .mobile-nav input[type="text"],
  .mobile-nav input[type="email"] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: grayscale;
    font-smooth: always;
    position: relative;
    display: block;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    outline: 0;
    top: 0;
    width: 100%;
    height: 60px;
    font-size: 28px;
    letter-spacing: 0.05em;
    font-family: "proxima-regular", Helvetica;
    padding: 0 20px;
    line-height: 34px; }
  .mobile-nav ul {
    padding-top: 8px; }
  .mobile-nav li {
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.025em;
    font-family: "proxima-regular", Helvetica;
    text-transform: uppercase;
    line-height: 22px; }
    .mobile-nav li a {
      display: block;
      padding: 13px 20px 11px;
      color: #FFFFFF; }
  .mobile-nav li.active ul {
    max-height: 240px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
    .mobile-nav li.active ul a {
      padding: 4px 20px 2px;
      color: #D7C48E; }
  .mobile-nav ul ul, .mobile-nav ul ul li a, .mobile-nav .subscribe form {
    transition-property: all;
    transition-duration: 1s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
    -webkit-backface-visibility: hidden; }
  .mobile-nav ul ul {
    padding-top: 0;
    max-height: 0;
    overflow-y: hidden; }
    .mobile-nav ul ul li {
      font-size: 16px;
      letter-spacing: 0.025em;
      text-transform: none; }
      .mobile-nav ul ul li a {
        color: #231F20;
        padding: 2px 20px 0; }
  .mobile-nav .subscribe {
    position: relative;
    min-height: 60px;
    margin-top: -7px;
    padding-top: 7px; }
    .mobile-nav .subscribe .subscribe-form {
      max-height: 0;
      overflow: hidden;
      transition-property: max-height;
      transition-duration: 0.25s;
      transition-delay: linear;
      transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
      -webkit-backface-visibility: hidden; }
    .mobile-nav .subscribe.active .subscribe-form {
      max-height: none; }
    .mobile-nav .subscribe form {
      position: relative; }
    .mobile-nav .subscribe input[type="text"],
    .mobile-nav .subscribe input[type="email"] {
      position: relative;
      top: 0;
      left: 0;
      height: 60px;
      font-family: "tiempos-italic", Georgia;
      font-size: 16px;
      letter-spacing: 0.05em;
      margin-bottom: 1px; }
    .mobile-nav .subscribe input#zip {
      padding-right: 60px; }
    .mobile-nav .subscribe input[type="submit"] {
      position: relative;
      top: auto;
      bottom: 0;
      font-size: 22px !important;
      z-index: 10;
      display: block;
      width: 100%;
      height: 60px;
      background-color: transparent;
      border-radius: 0;
      border: 0;
      box-shadow: 0;
      right: 0;
      font-size: 0; }
      .mobile-nav .subscribe input[type="submit"]:hover {
        background-color: #AF272F; }
  .mobile-nav .contact {
    background-color: #D7C48E;
    color: #231F20; }
    .mobile-nav .contact a {
      padding: 20px 20px 18px;
      color: #231F20; } }
.hb-bar-top {
  position: fixed !important; }

.large-topbar {
  background-color: white;
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 100; }
  .large-topbar .search-bar, .large-topbar .subscribe-bar {
    display: none;
    background-color: #FFFFFF; }
  .large-topbar .subscribe-bar form input {
    height: 60px;
    line-height: 60px;
    margin-top: 20px; }
    .large-topbar .subscribe-bar form input[type="text"] {
      width: calc( 28% - 20px );
      margin-right: 20px;
      font-size: 28px; }
    .large-topbar .subscribe-bar form input[type="submit"] {
      width: 16% !important;
      background-color: #231F20 !important;
      font-size: 16px;
      color: #C6AA5D !important; }
      .large-topbar .subscribe-bar form input[type="submit"]:hover {
        color: #FFF !important;
        background-color: #AF272F !important; }
  .large-topbar input {
    float: left;
    position: relative;
    background-color: #FFF !important;
    height: 80px;
    top: 0;
    border-radius: 0;
    border: 0;
    box-shadown: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: grayscale;
    font-smooth: always;
    outline: 0; }
    .large-topbar input[type="text"] {
      left: 0;
      width: 40%;
      font-family: "proxima-light", Helvetica;
      font-size: 42px;
      letter-spacing: 0.05em;
      line-height: 1.2em; }
    .large-topbar input[type="submit"] {
      width: 20%;
      right: 0;
      z-index: 10;
      background-color: #000;
      font-size: 0; }
      .large-topbar input[type="submit"]:hover {
        background-color: transparent; }
      .lt-ie9 .large-topbar input[type="submit"] {
        background-image: url("../../src/images/sprites.png");
        background-repeat: no-repeat;
        background-position: -98px -2px;
        background-color: #B5AEA9; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .lt-ie9 .large-topbar input[type="submit"] {
            background-image: url("../../src/images/sprites@2x.png");
            background-size: 400px 300px; } }
        .lt-ie9 .large-topbar input[type="submit"]:hover {
          background-color: #AF272F; }
  .large-topbar .subscribe-bar {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 101px;
    z-index: 10;
    background-color: #efefed;
    border-bottom: 1px solid #dedcda; }
    .large-topbar .subscribe-bar .ginput_container,
    .large-topbar .subscribe-bar input[type="text"] {
      background: transparent; }
    .large-topbar .subscribe-bar form.hover:before {
      background-color: #AF272F; }
  .large-topbar .menu-container {
    position: relative;
    z-index: 9;
    height: 80px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #dedcda; }
  .large-topbar .search-bar {
    display: block;
    position: absolute;
    top: 0;
    z-index: 8;
    width: 100%;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
    -webkit-backface-visibility: hidden; }
    .large-topbar .search-bar:after {
      background: rgba(35, 31, 32, 0.5);
      height: 5px;
      width: 100%;
      position: absolute;
      bottom: -5px;
      left: 0;
      content: ''; }
    .large-topbar .search-bar.active {
      -moz-transform: translate3d(0, 80px, 0);
      -webkit-transform: translate3d(0, 80px, 0);
      -o-transform: translate3d(0, 80px, 0);
      -ms-transform: translate3d(0, 80px, 0);
      transform: translate3d(0, 80px, 0); }
      .ie9 .large-topbar .search-bar.active, .lt-ie9 .large-topbar .search-bar.active {
        top: 80px; }
    .large-topbar .search-bar:after {
      position: absolute;
      display: block;
      content: ' ';
      width: 100%;
      left: 0;
      bottom: -5px;
      height: 5px; }
    .large-topbar .search-bar span {
      position: absolute;
      z-index: 9;
      background-color: #B5AEA9;
      right: 0;
      height: 100%;
      width: 80px;
      display: block;
      text-align: center; }
      .large-topbar .search-bar span:before {
        display: inline-block;
        vertical-align: middle;
        font-size: 70px;
        line-height: 80px;
        width: 80px;
        color: #FFFFFF; }
      .large-topbar .search-bar span:hover {
        background-color: #aea6a1; }
  .large-topbar .logo {
    display: inline-block;
    float: left;
    position: relative;
    margin: 20px 0 0 10px;
    height: 35px;
    width: 35px;
    overflow: hidden; }
    .large-topbar .logo svg {
      height: 100%;
      max-height: 115px; }
      .ie9 .large-topbar .logo svg, .no-svg .large-topbar .logo svg {
        display: none; }
      .tablet .large-topbar .logo svg {
        height: 110px;
        width: 110px;
        position: absolute;
        top: -30px; }
      .safari .large-topbar .logo svg {
        position: absolute;
        left: 0; }
    .large-topbar .logo a {
      display: block;
      height: 35px;
      width: 35px; }
      .safari .large-topbar .logo a {
        position: relative; }
    .large-topbar .logo img {
      height: 100%;
      width: auto;
      max-width: none;
      display: none; }
      .no-svg .large-topbar .logo img, .ie9 .large-topbar .logo img {
        display: block !important; }
  .large-topbar .menu-links li a, .large-topbar .subscribe-toggle {
    font-size: 16px;
    letter-spacing: 0.025em;
    display: inline-block;
    position: relative;
    font-family: "proxima-regular", Helvetica;
    z-index: 3;
    margin-right: 25px;
    transition-property: all;
    transition-duration: 0.15s;
    transition-delay: 0;
    transition-timing-function: linear;
    -webkit-backface-visibility: hidden; }
    .large-topbar .menu-links li a:hover, .large-topbar .subscribe-toggle:hover {
      color: #231F20; }
  .large-topbar .menu-links {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin: 30px 0 30px 20px; }
    .large-topbar .menu-links .menu, .large-topbar .menu-links ul, .large-topbar .menu-links li {
      display: inline-block;
      vertical-align: middle; }
  .large-topbar .search-toggle {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 30px;
    height: 20px;
    top: -10px; }
    .large-topbar .search-toggle:hover span:before {
      color: #231F20; }
    .large-topbar .search-toggle span {
      display: block;
      width: 100%;
      height: 100%; }
      .large-topbar .search-toggle span:before {
        transition-property: color;
        transition-duration: 0.25s;
        transition-delay: linear;
        transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
        -webkit-backface-visibility: hidden;
        font-size: 50px;
        position: absolute;
        line-height: 0.37em;
        left: -10px;
        top: 13px; }
  .large-topbar .connect-links {
    display: none; }
  .large-topbar .donate-link {
    display: none; }
  @media screen and (min-width: 700px) {
    .large-topbar {
      height: 100px; }
      .large-topbar input {
        height: 100px; }
        .large-topbar input[type="text"] {
          font-size: 64px; }
        .large-topbar input[type="submit"] {
          width: 100px; }
      .large-topbar .search-bar {
        top: 40px; }
        .large-topbar .search-bar.active {
          -moz-transform: translate3d(0, 60px, 0);
          -webkit-transform: translate3d(0, 60px, 0);
          -o-transform: translate3d(0, 60px, 0);
          -ms-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0); }
          .ie9 .large-topbar .search-bar.active, .lt-ie9 .large-topbar .search-bar.active {
            top: 200px; }
        .large-topbar .search-bar span {
          height: 100px;
          width: 100px; }
          .large-topbar .search-bar span:before {
            line-height: 100px;
            width: 100%; }
      .large-topbar .menu-container {
        height: 100px; }
      .large-topbar .logo {
        width: 50px;
        height: 50px; }
        .large-topbar .logo a {
          width: 50px;
          height: 50px; }
      .large-topbar .menu-links {
        margin: 42px 0px 0px 30px; }
        .large-topbar .menu-links li a {
          margin-right: 36px; } }
  @media screen and (min-width: 800px) {
    .large-topbar .search-bar {
      top: 0px; }
      .large-topbar .search-bar.active {
        -moz-transform: translate3d(0, 100px, 0);
        -webkit-transform: translate3d(0, 100px, 0);
        -o-transform: translate3d(0, 100px, 0);
        -ms-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0); } }
  @media screen and (min-width: 844px) {
    .large-topbar .logo {
      width: 120px; }
      .large-topbar .logo a {
        width: 120px;
        overflow: hidden; }
    .large-topbar .logo:before, .large-topbar .logo:after, .large-topbar .logo, .large-topbar .logo a, .large-topbar .menu-links, .large-topbar .connect-links, .large-topbar .menu-container {
      transition-property: all;
      transition-duration: 0.25s;
      transition-delay: 0;
      transition-timing-function: ease-out;
      -webkit-backface-visibility: hidden; }
    .large-topbar .search-bar.active {
      -moz-transform: translate3d(0, 100px, 0);
      -webkit-transform: translate3d(0, 100px, 0);
      -o-transform: translate3d(0, 100px, 0);
      -ms-transform: translate3d(0, 100px, 0);
      transform: translate3d(0, 100px, 0); }
    .large-topbar.collapsed {
      height: 50px; }
      .large-topbar.collapsed .menu-container {
        height: 50px; }
      .large-topbar.collapsed .logo {
        margin-top: 10px;
        height: 30px; }
        .large-topbar.collapsed .logo a {
          width: 30px;
          height: 30px; }
        .large-topbar.collapsed .logo img {
          width: auto;
          height: 100%; }
      .large-topbar.collapsed .menu-links {
        margin-top: 15px; }
      .large-topbar.collapsed .search-bar {
        top: -50px;
        height: 100px; } }
  @media screen and (min-width: 1000px) {
    .large-topbar .container {
      width: 100%;
      padding-right: 0; }
    .large-topbar.collapsed .donate-link a {
      padding: 15px 56px;
      height: 50px; }
    .large-topbar .donate-link {
      display: inline-block;
      float: right;
      position: relative;
      height: 100%; }
      .large-topbar .donate-link a {
        display: inline-block;
        position: relative;
        height: 100px;
        padding: 41px 56px;
        font-family: "proxima-semibold", Helvetica;
        font-size: 18px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        border-left: 1px solid #dedcda;
        color: #AF272F;
        transition-property: all;
        transition-duration: 0.2s;
        transition-delay: 0;
        transition-timing-function: ease-out;
        -webkit-backface-visibility: hidden;
        opacity: 0.99; }
        .large-topbar .donate-link a:hover {
          background-color: #AF272F;
          color: #FFFFFF;
          border-color: #AF272F;
          opacity: 1; } }
  @media screen and (min-width: 1200px) {
    .large-topbar {
      margin-top: -101px;
      transition-property: transform;
      transition-duration: 0.2s;
      transition-delay: 0s;
      transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
      -webkit-backface-visibility: hidden; }
      .large-topbar.active {
        -moz-transform: translate3d(0, 101px, 0);
        -webkit-transform: translate3d(0, 101px, 0);
        -o-transform: translate3d(0, 101px, 0);
        -ms-transform: translate3d(0, 101px, 0);
        transform: translate3d(0, 101px, 0); }
        .ie9 .large-topbar.active, .lt-ie9 .large-topbar.active {
          top: 0; }
      .large-topbar .container {
        width: 1180px; }
      .large-topbar .search-bar form, .large-topbar .subscribe-bar form {
        width: 1180px;
        position: relative;
        margin: 0 auto; }
      .large-topbar .search-bar {
        top: 101px; }
      .large-topbar .subscribe-bar {
        display: block; }
      .large-topbar.collapsed .search-bar {
        top: 50px; }
      .large-topbar.collapsed .connect-links {
        margin-top: 15px; }
      .large-topbar .connect-links {
        display: inline-block;
        position: relative;
        float: right;
        margin: 42px 40px 0 0; }
        .large-topbar .connect-links a {
          vertical-align: middle;
          display: inline-block;
          margin: 0;
          margin-left: 14px; }
          .large-topbar .connect-links a:hover {
            color: #AF272F; }
        .large-topbar .connect-links a.icon {
          width: 17px;
          height: 17px; }
          .large-topbar .connect-links a.icon:before {
            font-size: 35px;
            margin-left: -10px;
            top: -6px;
            position: relative; }
            .firefox.mac-os .large-topbar .connect-links a.icon:before {
              top: -8px; }
            .firefox.windows .large-topbar .connect-links a.icon:before {
              top: -12px; } }

section {
  position: relative;
  z-index: 0; }

#print-content {
  display: none; }

.print-container.container .expertise {
  padding-bottom: 10px;
  margin-bottom: -10px; }
.print-container.container p, .print-container.container li {
  margin: 5px 0 15px;
  font-size: 13px;
  line-height: 19px; }
.print-container.container ul li {
  list-style: disc; }
.print-container.container ol li {
  list-style: decimal; }
.print-container.container ul, .print-container.container ol {
  margin-left: 20px; }
.print-container.container a {
  text-decoration: none; }
.print-container.container .subheadline {
  font-size: 15px;
  display: block;
  margin-top: 10px; }
.print-container.container .subheadline + p,
.print-container.container .expertise + p {
  margin-top: 20px; }

.main-footer {
  background-color: #83786F;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.025em;
  font-family: "proxima-regular", Helvetica;
  border-top: 5px solid #eee8d9;
  padding-top: 16px;
  padding-bottom: 36px; }
  .main-footer .ginput_container {
    padding: 0;
    background: #FFFFFF; }
    .main-footer .ginput_container input[type="text"] {
      padding: 8px 48px 8px 8px; }
  .main-footer h5 a:hover {
    color: #231F20; }
  .main-footer a {
    color: #FFFFFF;
    text-decoration: none; }
    .main-footer a:hover {
      text-decoration: none; }
  .main-footer form {
    position: relative; }
  .main-footer form.hover .gform_footer:before, .main-footer form.hover:before {
    background-color: #D7C48E; }
  @media screen and (min-width: 600px) {
    .main-footer {
      padding-top: 36px;
      padding-bottom: 56px; } }
  .main-footer .container {
    padding-top: 10px; }
    @media screen and (min-width: 600px) {
      .main-footer .container {
        padding-top: 0; } }
  .main-footer h5 {
    color: #D7C48E;
    margin-top: 20px;
    font-family: "proxima-semibold", Helvetica; }
  .main-footer a:hover {
    color: #D7C48E; }
  .main-footer a[rel="email"] {
    font-family: "tiempos-italic", Georgia; }
  .main-footer .socmed a {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 8px;
    color: #FFFFFF; }
    .main-footer .socmed a:first-of-type {
      margin-left: -2px; }
    .main-footer .socmed a:before {
      font-size: 50px; }
    .main-footer .socmed a:hover {
      color: #D7C48E; }
  @media screen and (min-width: 600px) {
    .main-footer .socmed h5 {
      margin-bottom: 9px; }
    .main-footer .socmed a {
      margin: 0 16px; } }
  .main-footer .contact {
    position: relative; }
    .main-footer .contact .address {
      margin-bottom: 20px; }
      @media screen and (min-width: 600px) {
        .main-footer .contact .address {
          padding-right: 120px; } }
      @media screen and (min-width: 800px) {
        .main-footer .contact .address {
          padding-right: 60px; } }
      @media screen and (min-width: 1000px) {
        .main-footer .contact .address {
          padding-right: 30px; } }
      @media screen and (min-width: 1200px) {
        .main-footer .contact .address {
          padding-right: 100px; } }
    .main-footer .contact .socmed {
      position: absolute;
      display: inline-block;
      margin-left: 168px;
      top: 40%; }
      .main-footer .contact .socmed h5 {
        display: none; }
    @media screen and (min-width: 600px) {
      .main-footer .contact .socmed {
        position: relative;
        margin-left: 0;
        bottom: auto; }
        .main-footer .contact .socmed h5 {
          display: block; } }
    @media screen and (min-width: 800px) {
      .main-footer .contact {
        padding-right: 0; }
        .main-footer .contact .socmed {
          display: none; } }
  .main-footer form {
    width: 270px;
    margin-top: 14px;
    margin-bottom: 20px;
    position: relative; }
    @media screen and (min-width: 800px) {
      .main-footer form {
        width: 230px; } }
    .main-footer form input {
      display: inline-block;
      margin: 0;
      padding: 0;
      border-radius: 0;
      border: 0;
      outline: 0;
      height: 40px;
      position: absolute;
      top: 0; }
    .main-footer form input[type="text"],
    .main-footer form input[type="email"] {
      display: inline-block;
      position: relative;
      width: 230px;
      margin: 0;
      padding: 8px;
      font-family: "tiempos-italic", Georgia;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -moz-font-smoothing: grayscale;
      font-smooth: always;
      border-radius: 0;
      color: #B5AEA9;
      background: #FFFFFF;
      margin-bottom: 20px; }
    .main-footer form input[type="submit"] {
      position: relative;
      line-height: 40px;
      width: 230px;
      background-color: #231F20; }
      .main-footer form input[type="submit"]:hover {
        background: #C6AA5D; }
      .lt-ie9 .main-footer form input[type="submit"] {
        background-image: url("../../src/images/sprites.png");
        background-repeat: no-repeat;
        background-position: -30px -30px;
        background-color: #231F20; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .lt-ie9 .main-footer form input[type="submit"] {
            background-image: url("../../src/images/sprites@2x.png");
            background-size: 400px 300px; } }
        .lt-ie9 .main-footer form input[type="submit"]:hover {
          background-color: #D7C48E; }
  .main-footer .logo {
    width: 136px;
    height: 60px;
    margin-bottom: 20px; }
    @media screen and (min-width: 800px) {
      .main-footer .logo {
        margin-top: 24px;
        margin-bottom: 84px; } }
  @media screen and (min-width: 600px) {
    .main-footer .legal {
      display: block;
      margin-right: 60px; } }
  @media screen and (min-width: 800px) {
    .main-footer .legal {
      margin-right: 0; } }
  .main-footer .legal:after {
    content: "d";
    font-family: "nelp-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    font-size: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: grayscale;
    font-smooth: always;
    font-size: 20px;
    position: relative;
    top: 4px; }
  .main-footer .credit {
    font-family: "tiempos-italic", Georgia;
    margin-top: 30px; }
    .main-footer .credit a {
      font-family: "proxima-semibold", Helvetica; }

.back-to-top {
  position: relative; }
  .back-to-top a {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-family: "proxima-semibold", Helvetica;
    text-transform: uppercase;
    background-color: #231F20;
    color: #D7C48E; }
    .back-to-top a:hover {
      color: #FFFFFF; }

.subscribe-cta {
  position: relative;
  clear: both;
  background-color: #83786F;
  padding-bottom: 60px;
  margin-top: 30px;
  margin-bottom: 30px; }
  .subscribe-cta.campaign-subscribe-cta form {
    overflow: hidden; }
  .subscribe-cta.campaign-subscribe-cta input[type="text"], .subscribe-cta.campaign-subscribe-cta input[type="submit"] {
    float: left;
    padding-right: 20px;
    position: relative; }
  .subscribe-cta.campaign-subscribe-cta input[type="text"] {
    width: 32.6%; }
    @media screen and (min-width: 1200px) {
      .subscribe-cta.campaign-subscribe-cta input[type="text"] {
        width: 35.7%; } }
  .subscribe-cta.campaign-subscribe-cta input[name="email"] {
    border-right: 1px solid #83786F; }
  .subscribe-cta * {
    z-index: 2;
    position: relative; }
  .subscribe-cta label {
    display: block; }
  .subscribe-cta .ginput_container {
    background: transparent;
    padding: 0; }
  .subscribe-cta:before {
    position: absolute;
    content: ' ';
    display: block;
    width: 9000px;
    height: 100%;
    top: 0;
    left: -3000px;
    background-color: #83786F;
    z-index: 1;
    border-bottom: 5px solid #D7C48E; }
  .subscribe-cta h1 {
    color: #FFFFFF;
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 26px;
    margin-top: 20px; }
  .subscribe-cta form {
    width: 100%;
    position: relative;
    height: 60px; }
    .subscribe-cta form.hover input[type="submit"] {
      color: #FFFFFF; }
    .subscribe-cta form input {
      position: absolute;
      height: 60px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-radius: 0;
      border: 0;
      outline: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -moz-font-smoothing: grayscale;
      font-smooth: always;
      background: #FFFFFF; }
      .subscribe-cta form input[type="text"], .subscribe-cta form input[type="email"] {
        width: calc( (100% - 240px) / 3);
        padding-left: 20px;
        padding-right: 20px;
        font-family: "tiempos-italic", Georgia; }
        .lt-ie9 .subscribe-cta form input[type="text"], .lt-ie9 .subscribe-cta form input[type="email"] {
          padding-top: 20px;
          font-size: 18px; }
      .subscribe-cta form input.mc-email {
        left: calc( ( (100% - 240px) / 3) + 20px ); }
      .subscribe-cta form input.mce-zip {
        right: 200px; }
      .subscribe-cta form input[type="submit"] {
        transition-property: color;
        transition-duration: 0.25s;
        transition-delay: linear;
        transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
        -webkit-backface-visibility: hidden;
        width: 180px;
        right: 0;
        top: 0;
        background-color: #231F20;
        color: #E2D4AE;
        font-family: "proxima-semibold", Helvetica;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-size: 18px; }

.press-cta {
  padding: 45px 0 15px; }
  .press-cta h3 {
    background-color: #FFFFFF;
    padding: 20px;
    margin-bottom: 20px; }
  .press-cta .button {
    width: 100%;
    text-align: center; }
    .press-cta .button a {
      width: 100%; }
  @media screen and (min-width: 600px) {
    .press-cta {
      padding: 40px 0 90px; }
      .press-cta h3 {
        margin-bottom: 40px;
        font-size: 28px;
        line-height: 34px; }
      .press-cta .button a {
        width: 370px;
        position: relative;
        margin: 0 auto; } }

/**
 * Styles for the post drop-down filters throughout the site
 */
.filter-area {
  max-width: 1170px;
  margin: auto; }

.filters-multiple {
  display: none; }
  .filters-multiple .options-container {
    left: 15px;
    right: 15px; }
  @media screen and (min-width: 1000px) {
    .filters-multiple {
      display: block; } }

.filters-newsroom__search {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px; }

.filter-dropdown, .single-container .filter-dropdown {
  position: relative; }
  .filter-dropdown .options-container, .single-container .filter-dropdown .options-container {
    background-color: #EFEFED;
    margin: 0;
    max-height: 0px;
    overflow: hidden;
    z-index: 10;
    position: absolute;
    transition-property: all;
    transition-duration: 250ms;
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
    -webkit-backface-visibility: hidden; }
  .filter-dropdown span.dropdown-text,
  .filter-dropdown span.hover-false,
  .filter-dropdown li, .single-container .filter-dropdown span.dropdown-text,
  .single-container .filter-dropdown span.hover-false,
  .single-container .filter-dropdown li {
    display: block;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.025em;
    font-family: "proxima-semibold", Helvetica;
    text-transform: uppercase;
    padding: 0 50px 0 20px; }
    .filter-dropdown span.dropdown-text.dropdown-text-complex,
    .filter-dropdown span.hover-false.dropdown-text-complex,
    .filter-dropdown li.dropdown-text-complex, .single-container .filter-dropdown span.dropdown-text.dropdown-text-complex,
    .single-container .filter-dropdown span.hover-false.dropdown-text-complex,
    .single-container .filter-dropdown li.dropdown-text-complex {
      padding-left: 0; }
    .filter-dropdown span.dropdown-text a,
    .filter-dropdown span.hover-false a,
    .filter-dropdown li a, .single-container .filter-dropdown span.dropdown-text a,
    .single-container .filter-dropdown span.hover-false a,
    .single-container .filter-dropdown li a {
      line-height: 20px; }
  .filter-dropdown .hover-false.active .icon:before, .single-container .filter-dropdown .hover-false.active .icon:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -8px;
    text-indent: -2px;
    left: 0; }
  .filter-dropdown .icon, .single-container .filter-dropdown .icon {
    position: absolute;
    height: 40px;
    right: 0px;
    top: 0;
    background-color: #AF272F; }
    .filter-dropdown .icon:before, .single-container .filter-dropdown .icon:before {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      color: #FFFFFF;
      font-size: 45px;
      text-indent: -2px;
      z-index: 1;
      left: 2px;
      top: 2px; }
  .filter-dropdown span.hover-false,
  .filter-dropdown span.dropdown-text, .single-container .filter-dropdown span.hover-false,
  .single-container .filter-dropdown span.dropdown-text {
    background-color: #FFFFFF;
    color: #AF272F;
    position: relative; }
  .filter-dropdown ul li, .single-container .filter-dropdown ul li {
    color: #83786F;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    margin-left: 0; }
    .filter-dropdown ul li:before, .single-container .filter-dropdown ul li:before {
      content: none; }
    .filter-dropdown ul li:hover, .single-container .filter-dropdown ul li:hover {
      color: #AF272F; }

.simple-filter {
  cursor: pointer; }
  .simple-filter select, .simple-filter .custom-select {
    margin-top: 0; }

.complex-filter {
  background-color: #FFFFFF; }
  .complex-filter .span-bar-wrapper {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    height: 40px;
    position: relative; }
    .complex-filter .span-bar-wrapper.active .col-lg-4 {
      width: 100%;
      right: 0;
      z-index: 5; }
    .complex-filter .span-bar-wrapper.active .dropdown-text {
      right: 0; }
    .complex-filter .span-bar-wrapper .icon-close {
      padding: 0;
      height: 40px;
      width: 40px;
      right: 0;
      position: absolute; }
      .complex-filter .span-bar-wrapper .icon-close:before {
        text-indent: 0;
        left: -2px;
        top: 0; }
    .complex-filter .span-bar-wrapper .col-lg-4 {
      padding-left: 0;
      position: relative;
      z-index: 1;
      height: 40px;
      transition-property: all;
      transition-duration: 0.35s;
      transition-delay: linear;
      transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
      -webkit-backface-visibility: hidden; }
  .complex-filter .dropdown-text {
    padding-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    bottom: 0;
    transition-property: all;
    transition-duration: 0.35s;
    transition-delay: linear;
    transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
    -webkit-backface-visibility: hidden; }
  .complex-filter .red-bar {
    height: 40px;
    position: absolute;
    z-index: 2;
    background-color: #AF272F;
    top: 0;
    right: 0;
    bottom: 0;
    padding-left: 15px; }
    .complex-filter .red-bar:before {
      right: auto;
      left: -15px; }
  .complex-filter .view-results-button {
    color: #FFFFFF;
    background-color: #AF272F;
    text-transform: uppercase;
    font-family: "proxima-semibold", Helvetica;
    font-size: 18px;
    padding: 0 20px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    margin: 0 0 25px; }
  .complex-filter .filter-heading {
    font-family: "proxima-semibold", Helvetica;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.025em;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #231F20; }
  .complex-filter .tags {
    border-bottom: 1px solid #E3E1DF;
    margin-bottom: 25px; }
  .complex-filter .tags-reveal {
    display: none;
    overflow: hidden; }
  .complex-filter .view-all-tags {
    font-family: "tiempos-italic", Georgia;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.05em;
    margin-top: 17px;
    margin-bottom: 34px;
    text-align: right;
    display: block;
    margin: 0 0 15px;
    color: #231F20; }
    .complex-filter .view-all-tags.active, .complex-filter .view-all-tags:hover {
      color: #AF272F; }
  .complex-filter .filter-drawer {
    display: none;
    overflow: hidden;
    background: #FFFFFF; }
    .complex-filter .filter-drawer.active {
      display: block; }
    .complex-filter .filter-drawer .filter-blocks {
      margin: 15px 0 25px; }

.filter-blocks a {
  font-family: "tiempos-italic", Georgia;
  color: #D4C18B;
  font-size: 16px;
  display: inline-block;
  line-height: 31px;
  border: 1px solid #D4C18B;
  padding: 2px 10px 0;
  margin: 0 10px 10px 0;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .filter-blocks a:hover, .filter-blocks a.active {
    color: #FFFFFF;
    background-color: #D4C18B; }

.filter-results-number,
.filter-results-found {
  color: #D4C18B;
  font-family: "tiempos-italic", Georgia;
  line-height: .8em; }

.filter-results-number {
  font-size: 120px;
  letter-spacing: -0.05em; }

.filter-results-found {
  font-size: 16px;
  padding-top: 2px; }

.filters-newsroom {
  padding-top: 20px; }
  .filters-newsroom .inner-container {
    padding-top: 0;
    padding-bottom: 0; }
  .filters-newsroom .container.filters:before {
    content: none; }
  .filters-newsroom .container.filters > div:first-child {
    padding-left: 0;
    padding-right: 0; }
    .filters-newsroom .container.filters > div:first-child > div:first-child {
      padding-right: 0;
      padding-left: 0; }
  @media screen and (min-width: 800px) {
    .filters-newsroom {
      padding-top: 60px; }
      .filters-newsroom .search-form {
        width: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        transition-property: width;
        transition-duration: 0.35s;
        transition-delay: ease-out;
        transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
        -webkit-backface-visibility: hidden; }
        .filters-newsroom .search-form.active {
          width: 100%; }
        .filters-newsroom .search-form input[type="text"] {
          font-size: 50px;
          line-height: 80px; }
      .lt-ie9 .filters-newsroom input[type="submit"] {
        background-image: url("../../src/images/sprites.png");
        background-repeat: no-repeat;
        background-position: -98px -2px;
        background-color: #B5AEA9; } }
    @media only screen and (min-width: 800px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 800px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 800px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 800px) and (min-device-pixel-ratio: 2), only screen and (min-width: 800px) and (min-resolution: 192dpi), only screen and (min-width: 800px) and (min-resolution: 2dppx) {
      .lt-ie9 .filters-newsroom input[type="submit"] {
        background-image: url("../../src/images/sprites@2x.png");
        background-size: 400px 300px; } }
  @media screen and (min-width: 800px) {
        .lt-ie9 .filters-newsroom input[type="submit"]:hover {
          background-color: #AF272F; }
      .filters-newsroom form {
        height: 80px; }
        .filters-newsroom form.icon:before {
          line-height: 90px;
          width: 80px; } }
  .filters-newsroom .search.icon {
    cursor: pointer; }
  .filters-newsroom .newsroom-heading {
    background: #FFFFFF;
    padding-right: 0;
    position: relative;
    z-index: 4; }
  .filters-newsroom .search.icon {
    position: absolute;
    top: 0;
    left: 100%;
    background: #AF272F;
    width: 40px;
    text-align: center; }
    .filters-newsroom .search.icon:before {
      line-height: 20px;
      font-size: 55px;
      position: relative;
      left: -7px;
      color: #FFFFFF;
      top: 12px; }
  .filters-newsroom h1 {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 80px; }
  .filters-newsroom .newsroom-categories {
    background: #FFFFFF;
    padding: 0; }
    .filters-newsroom .newsroom-categories .category {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      font-family: "tiempos-italic", Georgia;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0.05em;
      margin-left: -5px;
      width: 20%;
      border-top: 1px solid #dedcda;
      border-left: 1px solid #dedcda; }
      .filters-newsroom .newsroom-categories .category.active a, .filters-newsroom .newsroom-categories .category a:hover {
        background: #D7C48E;
        color: #FFFFFF; }
      .filters-newsroom .newsroom-categories .category:first-child {
        margin-left: 0;
        border-left: none; }
      .filters-newsroom .newsroom-categories .category a {
        padding-top: 9px;
        padding-bottom: 9px;
        color: #D7C48E;
        display: block;
        transition-property: all;
        transition-duration: 0.25s;
        transition-delay: linear;
        transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
        -webkit-backface-visibility: hidden; }
    .filters-newsroom .newsroom-categories.slick-slider {
      margin-bottom: 0;
      height: 40px;
      position: relative; }
      .filters-newsroom .newsroom-categories.slick-slider .slider-arrows {
        background: #FFFFFF;
        position: absolute;
        top: 0;
        width: 40px;
        text-align: center;
        transition-property: all;
        transition-duration: 0.25s;
        transition-delay: linear;
        transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
        -webkit-backface-visibility: hidden; }
        .filters-newsroom .newsroom-categories.slick-slider .slider-arrows:hover {
          background: #D7C48E; }
          .filters-newsroom .newsroom-categories.slick-slider .slider-arrows:hover:before {
            color: #FFFFFF; }
        .filters-newsroom .newsroom-categories.slick-slider .slider-arrows:before {
          font-size: 30px;
          color: #D7C48E;
          line-height: 40px; }
        .filters-newsroom .newsroom-categories.slick-slider .slider-arrows.next-arrow {
          left: 100%; }
        .filters-newsroom .newsroom-categories.slick-slider .slider-arrows.prev-arrow {
          right: 100%; }

.filter-experts.filter-dropdown .chosen {
  height: 40px;
  position: relative; }
  .filter-experts.filter-dropdown .chosen span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .filter-experts.filter-dropdown .chosen .icon {
    overflow: visible; }
.filter-experts.filter-dropdown .icon {
  width: 40px; }
  .filter-experts.filter-dropdown .icon:before {
    left: -2px;
    top: 1px;
    text-indent: 0; }
.filter-experts.filter-dropdown .hover-false.active .icon:before {
  text-indent: 0;
  left: -2px; }
.filter-experts.filter-dropdown .options-container {
  position: relative; }
.filter-experts.filter-dropdown.filter-dropdown ul {
  position: relative;
  height: auto;
  overflow-y: scroll;
  margin: 10px 0;
  padding-right: 52px; }
  .filter-experts.filter-dropdown.filter-dropdown ul li {
    margin: 0;
    padding: 10px 20px;
    line-height: 20px; }

/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

  404 STYLING

  _not-found.scss

  Not found styling

  Created by #BRITEWEB
  http://briteweb.com
  @briteweb

  Copyright (c) 2013 #BRITEWEB. All rights reserved.


+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
.no-posts-wrapper {
  text-align: center;
  /* md */ }
  .no-posts-wrapper h5 {
    display: inline-block;
    padding: 30px 0;
    width: 90%;
    margin-top: 100px;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.8);
    font-family: "tiempos-italic", Georgia;
    color: #D4C18B;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #D4C18B;
    text-transform: capitalize; }
  @media screen and (min-width: 1000px) {
    .no-posts-wrapper {
      display: none; } }

/* .no-posts-wrapper */
.hero {
  z-index: 20; }
  .hero .mobile-hero, .hero .full-background {
    position: relative;
    height: 210px;
    border-bottom: 5px solid #D7C48E;
    background-size: cover;
    background-position: center top; }
  .hero .full-background {
    display: none;
    background-repeat: no-repeat;
    overflow: hidden; }
  .hero.hero-single {
    display: block; }
  .hero .hero-text a {
    transition-property: color;
    transition-duration: 0.1s;
    transition-delay: 0;
    transition-timing-function: linear;
    -webkit-backface-visibility: hidden; }
    .hero .hero-text a:before {
      transition-property: none;
      transition-duration: 0.2s;
      transition-delay: 0s;
      transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
      -webkit-backface-visibility: hidden; }
    .hero .hero-text a:hover {
      color: #231F20; }
    .hero .hero-text a.pagination:hover {
      color: #FFFFFF; }
  .hero .subheadline {
    color: #231F20; }
  .hero .arrow-button {
    color: #FFFFFF;
    margin-top: 20px; }
  .hero.hero-single .hero-text {
    display: block;
    padding-top: 23px;
    padding-bottom: 23px; }
  .hero.hero-single h1 {
    padding-bottom: 0; }
  @media screen and (max-width: 600px) {
    .hero.hero-slider {
      background-color: #C6AA5D; }
      .hero.hero-slider .hero-text {
        padding: 20px 0; }
        .hero.hero-slider .hero-text h1 {
          color: white; }
        .hero.hero-slider .hero-text .icon.pagination {
          display: none; }
      .hero.hero-slider .slick-dots {
        bottom: 0;
        left: 0;
        display: table; }
        .hero.hero-slider .slick-dots li {
          display: table-cell;
          font-size: 0;
          margin: 0; }
          .hero.hero-slider .slick-dots li a {
            display: block;
            height: 20px;
            width: 100%;
            background: #dccea8; }
            .hero.hero-slider .slick-dots li a:hover {
              background: #cebf99; }
          .hero.hero-slider .slick-dots li.slick-active a {
            background: #C6AA5D; } }
  @media screen and (min-width: 600px) {
    .hero .mobile-hero {
      height: 300px; } }
  @media screen and (min-width: 800px) {
    .hero {
      height: 500px; }
      .hero.hero-slider {
        padding-bottom: 10px; }
        .hero.hero-slider .hero-text {
          height: 260px; }
      .hero.hero-single {
        margin-bottom: 10px; }
        .hero.hero-single .row > div {
          margin-left: -15px;
          margin-right: -15px; }
        .hero.hero-single .hero-text {
          padding-top: 23px;
          padding-bottom: 32px;
          bottom: -10px;
          border-bottom: 10px solid #D7C48E; }
      .hero.hero-static .hero-text {
        border-bottom: 10px solid #D7C48E;
        margin-bottom: -10px; }
      .hero .mobile-hero {
        display: none; }
      .hero .full-background {
        display: block; }
      .hero .hero-text, .hero .slider-container, .hero .slider-controller {
        display: block; }
      .hero .slider-container {
        background-color: #FFFFFF; }
      .hero .slider-container, .hero .slick-list, .hero .slick-track, .hero .slide, .hero .container, .hero .row, .hero .row > div {
        height: 100%;
        margin-bottom: 0; }
      .hero .full-background {
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 0; }
        .lt-ie9 .hero .full-background {
          position: static; }
      .hero .hero-text {
        display: block;
        background-color: #C6AA5D;
        position: absolute;
        bottom: 0;
        padding: 26px 30px 28px;
        margin-right: 15px; }
      .hero h1 {
        color: #FFFFFF;
        padding-bottom: 0; }
      .hero p {
        padding-top: 19px; }
      .hero .slider-controller {
        width: 100%;
        height: 10px; }
        .hero .slider-controller .slick-dots {
          bottom: 0;
          position: relative; }
        .hero .slider-controller ul {
          display: table;
          width: 100%;
          padding: 0;
          height: 10px; }
        .hero .slider-controller li {
          display: table-cell;
          height: 10px;
          padding: 0; }
          .hero .slider-controller li.slick-active a {
            background-color: #C6AA5D; }
        .hero .slider-controller .bottom-border {
          background: #C6AA5D; }
        .hero .slider-controller a {
          display: block;
          width: 100%;
          background-color: #dccea8;
          height: 10px;
          font-size: 0;
          transition-property: all;
          transition-duration: 0.15s;
          transition-delay: 0;
          transition-timing-function: ease-out;
          -webkit-backface-visibility: hidden; }
          .hero .slider-controller a:hover {
            background-color: #cebf99; }
      .hero .pagination {
        font-family: "proxima-semibold", Helvetica;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        background: #231F20;
        height: 100%;
        font-size: 15px;
        display: block !important;
        color: #C6AA5D;
        width: 55px;
        text-align: center;
        margin: 0;
        float: right;
        cursor: pointer;
        position: absolute;
        right: -55px;
        top: 0px;
        text-align: center;
        transition-property: color;
        transition-duration: 0.25s;
        transition-delay: 0;
        transition-timing-function: linear;
        -webkit-backface-visibility: hidden; }
        .hero .pagination span {
          position: relative;
          top: 50%;
          line-height: 40px;
          display: block;
          left: 0;
          -moz-transform: translate3d(0, -50%, 0);
          -webkit-transform: translate3d(0, -50%, 0);
          -o-transform: translate3d(0, -50%, 0);
          -ms-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0); }
          .lt-ie9 .hero .pagination span {
            margin-top: -20px; } }
  @media screen and (min-width: 1000px) {
    .hero h1 {
      margin-bottom: 0; } }

.lt-ie9 .full-background {
  overflow: hidden; }

.large-cta.publication {
  display: none; }
  @media screen and (min-width: 600px) {
    .large-cta.publication {
      display: block; } }
@media screen and (max-width: 599px) {
  .large-cta .image {
    width: 100%;
    display: block;
    padding-top: 62.5%;
    position: relative;
    background-size: cover;
    background-position: center; }
    .lt-ie9 .large-cta .image {
      padding-top: 0;
      overflow: hidden; }
  .large-cta .cta-button {
    min-height: 59px; }
  .large-cta .content {
    display: none; }
  .large-cta a {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 -15px;
    /*
    &:after {
      @include icon-font;
      position: absolute;
      content: 'e';
      display: block;
      width: 60px;
      line-height: 60px;
      text-align: center;
      color: $white;
      right: 0;
      top: 0;
      background-color: $black;
    }
    */ }
    .large-cta a span {
      background-color: #C6AA5D;
      display: block;
      position: relative;
      left: -15px;
      margin: -1px 30px -15px 0;
      text-align: center;
      font-size: 28px;
      height: 60px;
      line-height: 34px;
      padding-top: 14px;
      font-family: "tiempos-italic", Georgia;
      color: #FFFFFF; } }
.large-cta a span {
  margin: -1px 0px 0px 0; }
  @media screen and (max-width: 599px) {
    .large-cta a span {
      position: relative;
      left: 0;
      margin: -1px 0 0 0;
      padding-top: 10px;
      padding-bottom: 10px;
      height: auto;
      color: #D7C48E;
      background-color: #231F20;
      font-family: "proxima-semibold", Helvetica;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 28px; } }
  .large-cta a span.cta-button__gold {
    display: none !important; }
    @media screen and (max-width: 599px) {
      .large-cta a span.cta-button__gold {
        display: block !important;
        color: white;
        background-color: #C6AA5D;
        font-family: "tiempos-italic", Georgia;
        text-transform: capitalize;
        font-size: 28px;
        line-height: 34px;
        padding-left: 10px;
        padding-right: 10px; } }
@media screen and (min-width: 600px) {
  .large-cta {
    border-top: 5px solid #D7C48E; }
    .large-cta .image {
      position: relative;
      display: block;
      height: 350px;
      background-size: cover;
      background-position: center left;
      background-repeat: no-repeat; }
    .large-cta .content {
      display: block;
      position: absolute;
      bottom: 0;
      background-color: #C6AA5D;
      padding: 30px;
      height: 220px; }
      .large-cta .content h2 {
        color: #FFFFFF; }
        .large-cta .content h2:before {
          content: '\00BB';
          margin-right: 5px; }
        .large-cta .content h2:after {
          content: '\00AB'; }
      .large-cta .content h4 {
        margin-top: 10px; }
        .large-cta .content h4:before {
          content: '\2014';
          margin-right: 3px; }
    .large-cta .cta-button {
      height: 120px; }
      .lt-ie9 .large-cta .cta-button .row > div {
        margin-left: 15px; }
        .lt-ie9 .large-cta .cta-button .row > div a {
          margin-left: -15px; }
      .large-cta .cta-button a, .large-cta .cta-button a span {
        transition-property: all;
        transition-duration: 0.25s;
        transition-delay: 0;
        transition-timing-function: ease-out;
        -webkit-backface-visibility: hidden; }
      .large-cta .cta-button a {
        text-align: center;
        height: 60px;
        background-color: #231F20;
        display: block;
        margin-right: -15px; }
        .large-cta .cta-button a:hover {
          height: 70px; }
          .large-cta .cta-button a:hover span {
            color: #FFFFFF; }
        .large-cta .cta-button a span {
          top: 50%;
          position: absolute;
          margin-top: -11px;
          font-size: 18px;
          letter-spacing: 0.05em;
          font-family: "proxima-semibold", Helvetica;
          text-transform: uppercase;
          color: #D7C48E;
          display: block;
          width: 100%;
          text-align: center; } }
@media screen and (min-width: 1000px) {
  .large-cta .image {
    height: 450px; } }

.workwithus-cta .content h2 {
  font-family: "proxima-regular", Helvetica;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px; }
  @media screen and (min-width: 600px) {
    .workwithus-cta .content h2:before, .workwithus-cta .content h2:after {
      content: none; } }
.workwithus-cta .content p {
  font-family: "tiempos-italic", Georgia;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #231F20;
  margin-bottom: 3px; }

.map-embed {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1000px) {
    .map-embed {
      max-height: 750px; }
      .map-embed .map {
        position: relative;
        top: -30px;
        width: 100%; }
      .map-embed iframe {
        position: relative;
        left: 50%;
        -moz-transform: translate3d(-50%, 0, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        -o-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0); }
        .lt-ie9 .map-embed iframe {
          margin-left: -450px; } }
  .map-embed .map-legend {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 15%; }
    @media screen and (min-width: 1200px) {
      .map-embed .map-legend {
        width: 20%;
        bottom: 100px; } }
    .map-embed .map-legend ul {
      margin-left: -15px;
      margin-right: -15px;
      zoom: 1;
      margin-right: 0;
      padding: 20px;
      background: #FFFFFF; }
      .map-embed .map-legend ul:before, .map-embed .map-legend ul:after {
        display: table;
        content: ""; }
      .map-embed .map-legend ul:after {
        clear: both; }
    .map-embed .map-legend li {
      margin: 10px 0 0;
      line-height: 18px;
      font-family: "proxima-regular", Helvetica;
      position: relative;
      overflow: hidden; }
      .map-embed .map-legend li:first-child {
        margin-top: 0; }
      .map-embed .map-legend li:before {
        content: none; }
      .map-embed .map-legend li .square-colour {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0px;
        left: 0px;
        margin-right: 3px;
        display: inline-block;
        vertical-align: middle; }
      .map-embed .map-legend li .label {
        padding-left: 30px;
        float: left; }

.campaign-map {
  z-index: 10;
  display: none; }
  @media screen and (min-width: 1000px) {
    .campaign-map {
      display: block; }
      .campaign-map .container.content > div .inner-container {
        margin-bottom: 32px; } }
  @media screen and (min-width: 800px) {
    .campaign-map .content-container {
      padding-left: 18px; } }

[title="Interactive JavaScript maps"], [class*="amcharts-map-area-divider"] {
  display: none !important; }

p a, .footnotes a {
  color: #80786f;
  position: relative;
  text-decoration: underline; }
  p a:hover, .footnotes a:hover {
    color: #AF272F;
    text-decoration: underline; }

@media screen and (min-width: 600px) {
  .single .container.content .content-container .drop.content {
    min-height: 300px; } }
.single .content iframe {
  width: 100%;
  border: none; }

.single-post .heading-container {
  padding-top: 22px; }
  @media screen and (min-width: 800px) {
    .single-post .heading-container {
      padding-top: 36px; } }
  .single-post .heading-container .date {
    margin-bottom: 6px; }
    @media screen and (min-width: 800px) {
      .single-post .heading-container .date {
        margin-bottom: 26px; } }

.page-template-issues .general-text .container.content {
  display: none; }
  @media screen and (min-width: 800px) {
    .page-template-issues .general-text .container.content {
      display: block; } }

.single-post .post-data .category:after, .page-child .post-data .category:after, .single-job .post-data .category:after {
  content: none; }

.page-template-impact-annual-reports .accordion .timeline-title {
  display: none; }
  @media screen and (min-width: 600px) {
    .page-template-impact-annual-reports .accordion .timeline-title {
      display: block; } }

.page-template-publications .is-search {
  display: none; }
  @media screen and (min-width: 800px) {
    .page-template-publications .is-search {
      display: block; } }

.page-template-home .container.content {
  display: none; }
  @media screen and (min-width: 600px) {
    .page-template-home .container.content {
      display: block; } }
@media screen and (min-width: 800px) {
  .page-template-home .three-by-slide-in-buttons {
    border: none;
    padding-top: 75px;
    padding-bottom: 30px; } }
.page-template-home .two-by-buttons {
  padding-top: 0; }
  @media screen and (min-width: 800px) {
    .page-template-home .two-by-buttons {
      padding-top: 8px; } }

@media screen and (min-width: 800px) {
  .standard-page {
    padding-top: 45px; } }

.single-job .single-container .content .content-container {
  padding-top: 0; }
.single-job .single-side-buttons {
  margin-top: 0; }
.single-job .apply-now-info p {
  margin: 20px 0;
  font-family: "tiempos-italic", Georgia; }
.single-job .apply-now-info a {
  color: #AF272F; }
  .single-job .apply-now-info a:hover {
    color: #D7C48E; }
.single-job .apply-now-info .subject:before, .single-job .apply-now-info .subject:after {
  display: inline-block;
  vertical-align: middle; }
.single-job .apply-now-info .subject:before {
  content: '\201C'; }
.single-job .apply-now-info .subject:after {
  content: '\201D'; }

@media screen and (min-width: 800px) {
  .single-staff .single-container, .single-expert .single-container, .single-board-of-directors .single-container {
    padding-top: 85px; } }
@media screen and (min-width: 800px) {
  .single-staff .container.content > div .inner-container, .single-expert .container.content > div .inner-container, .single-board-of-directors .container.content > div .inner-container {
    padding-bottom: 63px; } }
.single-staff .content .content-container, .single-expert .content .content-container, .single-board-of-directors .content .content-container {
  padding-top: 15px;
  padding-bottom: 53px; }
  @media screen and (min-width: 800px) {
    .single-staff .content .content-container, .single-expert .content .content-container, .single-board-of-directors .content .content-container {
      padding-bottom: 113px; } }
  .single-staff .content .content-container:first-child, .single-expert .content .content-container:first-child, .single-board-of-directors .content .content-container:first-child {
    padding-top: 0;
    padding-bottom: 0; }
    .single-staff .content .content-container:first-child.staff-bio, .single-expert .content .content-container:first-child.staff-bio, .single-board-of-directors .content .content-container:first-child.staff-bio {
      padding-top: 30px; }
.single-staff .single-side-buttons, .single-expert .single-side-buttons, .single-board-of-directors .single-side-buttons {
  margin-top: 0; }
.single-staff .staff-headshot, .single-expert .staff-headshot, .single-board-of-directors .staff-headshot {
  text-align: right; }
  @media screen and (max-width: 800px) {
    .single-staff .staff-headshot, .single-expert .staff-headshot, .single-board-of-directors .staff-headshot {
      margin-right: -30px; } }
  .single-staff .staff-headshot img, .single-expert .staff-headshot img, .single-board-of-directors .staff-headshot img {
    width: 100%;
    height: auto; }
  .single-staff .staff-headshot:hover .overlay, .single-expert .staff-headshot:hover .overlay, .single-board-of-directors .staff-headshot:hover .overlay {
    opacity: 1;
    /* Chrome 4+, Firefox 2+, Safari 3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=100);
    /* IE6-IE8 */ }
  .single-staff .staff-headshot:hover .button a, .single-expert .staff-headshot:hover .button a, .single-board-of-directors .staff-headshot:hover .button a {
    padding-top: 8px;
    padding-bottom: 8px; }
.single-staff .headshot, .single-expert .headshot, .single-board-of-directors .headshot {
  position: relative;
  display: block; }
.single-staff .overlay, .single-expert .overlay, .single-board-of-directors .overlay {
  opacity: 0;
  /* Chrome 4+, Firefox 2+, Safari 3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  filter: alpha(opacity=0);
  /* IE6-IE8 */
  transition-property: all;
  transition-duration: 0.35s;
  transition-delay: ease-out;
  transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
  -webkit-backface-visibility: hidden; }
.single-staff .staff-intro-content, .single-expert .staff-intro-content, .single-board-of-directors .staff-intro-content {
  padding: 25px 0px 0 30px; }
  .single-staff .staff-intro-content .contact-information, .single-expert .staff-intro-content .contact-information, .single-board-of-directors .staff-intro-content .contact-information {
    display: block; }
    .single-staff .staff-intro-content .contact-information .phone, .single-expert .staff-intro-content .contact-information .phone, .single-board-of-directors .staff-intro-content .contact-information .phone {
      padding-bottom: 0; }
  .single-staff .staff-intro-content .set-up-interview, .single-expert .staff-intro-content .set-up-interview, .single-board-of-directors .staff-intro-content .set-up-interview {
    padding-left: 25px;
    margin-top: 10px;
    padding-bottom: 4px; }
  @media screen and (min-width: 600px) {
    .single-staff .staff-intro-content, .single-expert .staff-intro-content, .single-board-of-directors .staff-intro-content {
      padding-bottom: 25px; } }
  .single-staff .staff-intro-content .socmed, .single-expert .staff-intro-content .socmed, .single-board-of-directors .staff-intro-content .socmed {
    padding-left: 16px;
    padding-top: 13px; }
    .single-staff .staff-intro-content .socmed .icon, .single-expert .staff-intro-content .socmed .icon, .single-board-of-directors .staff-intro-content .socmed .icon {
      display: inline-block; }
      .single-staff .staff-intro-content .socmed .icon:before, .single-expert .staff-intro-content .socmed .icon:before, .single-board-of-directors .staff-intro-content .socmed .icon:before {
        display: inline-block;
        vertical-align: middle;
        font-size: 33px; }
      .single-staff .staff-intro-content .socmed .icon:hover, .single-expert .staff-intro-content .socmed .icon:hover, .single-board-of-directors .staff-intro-content .socmed .icon:hover {
        color: #D7C48E; }
      .single-staff .staff-intro-content .socmed .icon.twitter:before, .single-expert .staff-intro-content .socmed .icon.twitter:before, .single-board-of-directors .staff-intro-content .socmed .icon.twitter:before {
        position: absolute;
        top: 3px; }
.single-staff .heading-container, .single-expert .heading-container, .single-board-of-directors .heading-container {
  background: #FFFFFF; }
.single-staff .staff-intro-content .caption, .single-expert .staff-intro-content .caption, .single-board-of-directors .staff-intro-content .caption {
  margin-top: 2px;
  margin-bottom: 20px; }
.single-staff .button, .single-expert .button, .single-board-of-directors .button {
  height: 60px; }
  .single-staff .button a, .single-expert .button a, .single-board-of-directors .button a {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #D7C48E;
    color: #FFFFFF; }
  .single-staff .button .icon:before, .single-expert .button .icon:before, .single-board-of-directors .button .icon:before {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px; }
.single-staff .staff-bio .icon, .single-expert .staff-bio .icon, .single-board-of-directors .staff-bio .icon {
  color: #D7C48E;
  display: inline-block;
  vertical-align: middle;
  margin-left: -11px; }
  .single-staff .staff-bio .icon:before, .single-expert .staff-bio .icon:before, .single-board-of-directors .staff-bio .icon:before {
    line-height: 7px;
    position: relative;
    top: 11px; }
.single-staff .staff-bio h4, .single-expert .staff-bio h4, .single-board-of-directors .staff-bio h4 {
  margin-bottom: 0; }
  @media screen and (min-width: 800px) {
    .single-staff .staff-bio h4, .single-expert .staff-bio h4, .single-board-of-directors .staff-bio h4 {
      margin-top: 50px; } }
@media screen and (min-width: 800px) {
  .single-staff .staff-bio > div:first-child h4, .single-expert .staff-bio > div:first-child h4, .single-board-of-directors .staff-bio > div:first-child h4 {
    margin-top: 22px; } }

.container {
  position: relative; }

.standard-text .container {
  margin: 0 auto;
  max-width: 760px; }
.standard-text h2 {
  margin-bottom: 27px; }

.single-side-buttons {
  margin-left: 20px;
  margin-top: 40px; }
  .single-side-buttons.single-side-buttons--toggle {
    margin-top: 0; }
  .single-side-buttons .page-nav-links, .single-side-buttons .socmed {
    position: absolute;
    z-index: 90; }
    .single-side-buttons .page-nav-links.fixed, .single-side-buttons .socmed.fixed {
      position: fixed;
      top: 100px; }
  .single-side-buttons .socmed ul li {
    margin: 0; }
    .single-side-buttons .socmed ul li:before {
      content: none; }
  .single-side-buttons .page-nav-links {
    margin-bottom: 70px; }
  .single-side-buttons .socmed .icon, .single-side-buttons .page-nav-links .icon {
    transition-property: background;
    transition-duration: 0.1s;
    transition-delay: 0;
    transition-timing-function: linear;
    -webkit-backface-visibility: hidden;
    font-family: "proxima-semibold", Helvetica;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
    width: 70px;
    background: #80786f;
    color: #FFFFFF;
    text-align: center;
    margin: 5px 0 0; }
    .single-side-buttons .socmed .icon.pagination, .single-side-buttons .page-nav-links .icon.pagination {
      line-height: 70px; }
    .single-side-buttons .socmed .icon:hover, .single-side-buttons .page-nav-links .icon:hover {
      background: #AF272F; }
    .single-side-buttons .socmed .icon:before, .single-side-buttons .page-nav-links .icon:before {
      line-height: 70px;
      font-size: 50px;
      position: relative;
      top: 3px; }

.social-toggle.is-active .social-toggle-btn:before, .social-toggle.is-active .social-toggle-btn:after {
  transform: translateX(-100%); }
.social-toggle.is-active .social-links {
  transform: none !important; }
.social-toggle .js-toggle-btn {
  z-index: 4; }
.social-toggle .social-link .icon {
  margin-top: 0 !important; }
.social-toggle .social-links {
  padding-top: 5px;
  -webkit-transition: transform 200ms ease-in-out;
  -moz-transition: transform 200ms ease-in-out;
  -ms-transition: transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out; }
  .social-toggle .social-links:nth-of-type(1) {
    transform: translateY(-100%); }
  .social-toggle .social-links:nth-of-type(2) {
    transform: translateY(-200%); }
  .social-toggle .social-links:nth-of-type(3) {
    transform: translateY(-300%); }
  .social-toggle .social-links:nth-of-type(4) {
    transform: translateY(-400%); }
  .social-toggle .social-links:nth-of-type(5) {
    transform: translateY(-500%); }

.social-toggle-btn {
  overflow: hidden;
  height: 70px;
  line-height: 108px !important;
  margin-top: 0 !important; }
  .social-toggle-btn:before, .social-toggle-btn:after {
    font-family: "nelp-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    font-size: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: grayscale;
    font-smooth: always;
    -webkit-transition: transform 200ms ease-in-out;
    -moz-transition: transform 200ms ease-in-out;
    -ms-transition: transform 200ms ease-in-out;
    -o-transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    color: inherit;
    width: 70px;
    height: 70px;
    line-height: 72px;
    display: inline-block;
    top: 0 !important; }
  .social-toggle-btn:before {
    content: '\ea82';
    font-size: 22px !important;
    line-height: 28px !important;
    vertical-align: middle; }
  .social-toggle-btn:after {
    position: absolute;
    top: 0;
    right: -100%;
    content: "j";
    line-height: 78px;
    font-size: 50px; }

.heading-container {
  padding-top: 53px; }

.content-container {
  position: relative;
  z-index: 10; }

.bottom-border {
  overflow: hidden;
  border-bottom: 5px solid #C6AA5D; }
  .bottom-border.no-border {
    border: none; }

.single-container h2 + p, .single-container h2 + ol, .single-container h2 + ul, .single-container h3 + p, .single-container h3 + ol, .single-container h3 + ul, .single-container h4 + p, .single-container h4 + ol, .single-container h4 + ul {
  margin-top: 27px; }
.single-container .full-width-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative; }
.single-container ul.social-links li {
  margin-left: 0; }
  .single-container ul.social-links li:before {
    content: none; }

.drop.content ul li, .single-container ul li {
  position: relative; }
  .drop.content ul li:first-child, .single-container ul li:first-child {
    margin-top: 0; }
  @media screen and (min-width: 800px) {
    .drop.content ul li, .single-container ul li {
      margin-left: 65px; } }
  .drop.content ul li:before, .single-container ul li:before {
    content: '\2022';
    color: #AF272F;
    position: absolute;
    top: 0;
    left: -20px; }
.drop.content ol, .single-container ol {
  list-style: decimal; }
.drop.content ul.social-links, .single-container ul.social-links {
  margin: 0; }
.drop.content ol, .drop.content ul, .single-container ol, .single-container ul {
  margin-left: 15px; }
  .drop.content ol li, .drop.content ul li, .single-container ol li, .single-container ul li {
    margin: 20px 0 20px 25px; }

.post-data {
  background: #80786f;
  color: #FFFFFF;
  line-height: 40px; }
  .post-data span {
    display: inline-block; }
  .post-data span {
    font-family: "proxima-regular", Helvetica;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.025em; }
    .post-data span.category:after {
      content: '|';
      margin: 0 5px; }

.top-content {
  padding-top: 49px; }

.label-list {
  margin-top: 40px; }
  .label-list.tracker__tags a, .label-list.tracker__tags .icon {
    font-size: 16px; }
  .label-list a {
    font-weight: bold; }
    .label-list a:hover {
      color: #AF272F;
      text-decoration: underline; }

.page-template-campaigns .general-text .content {
  display: none; }
  @media screen and (min-width: 600px) {
    .page-template-campaigns .general-text .content {
      display: block; } }

.general-text {
  padding-top: 25px;
  padding-bottom: 54px; }
  @media screen and (min-width: 800px) {
    .general-text {
      padding-bottom: 20px;
      padding-top: 83px; } }
  .general-text.donate-form {
    padding-top: 0; }
  .general-text .inner-container {
    padding-top: 0; }
  @media screen and (min-width: 600px) {
    .general-text .container.heading .inner-container {
      padding-bottom: 42px; } }
  @media screen and (min-width: 800px) {
    .general-text .container.content .inner-container {
      margin-bottom: -37px; } }
  .general-text.bottom-border {
    border-width: 0; }
    @media screen and (min-width: 800px) {
      .general-text.bottom-border {
        border-width: 5px; } }

.download {
  position: relative; }
  .download.icon:before {
    position: relative;
    top: -3px; }
  @media screen and (min-width: 800px) {
    .download {
      margin-top: 0;
      margin-bottom: 0; } }

.download > .document-size {
  margin-top: 16px;
  margin-bottom: 23px;
  display: block; }

.download-publication-text {
  display: none; }
  @media screen and (min-width: 1200px) {
    .download-publication-text {
      display: inline; } }

.download-publication {
  border: 3px solid #AF272F;
  padding: 0;
  clear: both;
  text-align: center;
  position: relative;
  margin-bottom: 20px; }
  @media screen and (min-width: 1000px) {
    .download-publication {
      margin-bottom: 40px;
      margin-top: 50px; } }
  .download-publication .download-data {
    background: #AF272F;
    color: #FFFFFF;
    padding: 0 10px;
    width: 15%;
    position: absolute;
    top: 0;
    right: 0; }
    .ie9 .download-publication .download-data {
      margin-top: -1px;
      margin-right: -1px; }
    @media screen and (min-width: 600px) {
      .download-publication .download-data {
        width: 30%; } }
    @media screen and (min-width: 800px) {
      .download-publication .download-data {
        width: 40%; } }
    .download-publication .download-data > span {
      display: inline-block;
      vertical-align: middle; }
    .download-publication .download-data span {
      width: 60%; }
    .download-publication .download-data .icon {
      margin: 0 -15px;
      line-height: 60px;
      width: 60px; }
      .download-publication .download-data .icon:before {
        font-size: 57px;
        top: 23px; }
      @media screen and (min-width: 600px) {
        .download-publication .download-data .icon:before {
          left: 0; } }
  .download-publication .download-file {
    font-family: "proxima-semibold", Helvetica;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-right: 15%;
    transition-property: background;
    transition-duration: 0.15s;
    transition-delay: ease-out;
    transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
    -webkit-backface-visibility: hidden; }
    .ie9 .download-publication .download-file {
      position: relative;
      left: -1px; }
    .download-publication .download-file a, .download-publication .download-file a:before {
      color: #AF272F; }
    .download-publication .download-file a:before {
      transition-property: color;
      transition-duration: 0.15s;
      transition-delay: ease-out;
      transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
      -webkit-backface-visibility: hidden; }
    @media screen and (min-width: 600px) {
      .download-publication .download-file {
        padding-right: 30%; } }
    @media screen and (min-width: 800px) {
      .download-publication .download-file {
        padding-right: 40%; } }
    @media screen and (min-width: 1200px) {
      .download-publication .download-file {
        font-size: 13px; } }
    .download-publication .download-file .icon:before {
      font-size: 40px;
      top: 13px;
      margin-left: -10px; }
    .download-publication .download-file:hover {
      background: #AF272F; }
      .download-publication .download-file:hover a {
        color: #FFFFFF; }
        .download-publication .download-file:hover a:before {
          color: #FFFFFF; }
    .download-publication .download-file a {
      line-height: 60px;
      display: block; }
      .ie9 .download-publication .download-file a {
        margin: -1px;
        position: relative;
        left: -1px;
        line-height: 61px; }
  .download-publication .icon:before {
    position: relative;
    line-height: 0.4em; }

.single-campaign .four-by-related-tiles {
  border-color: #D7C48E; }
.single-campaign .single-side-buttons .socmed {
  z-index: 99; }
.single-campaign .general-text .content-row {
  display: block; }
  .single-campaign .general-text .content-row p:first-child {
    margin-top: 0; }

.single-campaign-container .inner-container {
  margin-left: 0;
  margin-right: 0; }
  @media screen and (min-width: 800px) {
    .single-campaign-container .inner-container {
      margin-left: -15px;
      margin-right: -15px;
      zoom: 1; }
      .single-campaign-container .inner-container:before, .single-campaign-container .inner-container:after {
        display: table;
        content: ""; }
      .single-campaign-container .inner-container:after {
        clear: both; } }

.campaign-text.standard-repeater {
  margin-bottom: 0;
  background: #FFFFFF; }
  @media screen and (min-width: 800px) {
    .campaign-text.standard-repeater {
      background: transparent;
      padding-bottom: 0; } }
  .campaign-text.standard-repeater .container.content {
    margin-top: 0;
    margin-bottom: 0; }
    @media screen and (min-width: 800px) {
      .campaign-text.standard-repeater .container.content {
        margin-top: 60px;
        margin-bottom: 60px; } }
  .campaign-text.standard-repeater .container.content > div {
    padding-top: 23px;
    padding-bottom: 13px; }
    .campaign-text.standard-repeater .container.content > div.bottom-border {
      border-width: 0; }
      @media screen and (min-width: 800px) {
        .campaign-text.standard-repeater .container.content > div.bottom-border {
          border-width: 5px; } }
  @media screen and (min-width: 800px) {
    .campaign-text.standard-repeater .content-container {
      padding-left: 18px; } }

.campaign-external {
  margin-bottom: 39px;
  width: 100%; }
  .campaign-external a {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    padding-right: 80px; }
    @media screen and (min-width: 600px) {
      .campaign-external a {
        width: auto; } }
    .campaign-external a:before {
      font-size: 59px;
      background-color: #AF272F;
      color: #FFFFFF;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      line-height: 65px; }
      .ie9 .campaign-external a:before {
        right: -1px;
        top: -1px;
        height: 62px; }

.campaign-table {
  display: none; }
  @media screen and (min-width: 600px) {
    .campaign-table {
      display: block; } }
  .campaign-table .caption {
    margin-top: 27px; }
  .campaign-table table {
    margin-top: 20px; }

.title {
  padding-bottom: 25px; }
  @media screen and (min-width: 600px) {
    .title {
      padding-bottom: 30px; } }
  .title .content-container:first-child + .row .content-container {
    padding-top: 0; }
  .title.jobs-content {
    padding-bottom: 0; }
  .title .content {
    padding: 0 15px; }
    @media screen and (min-width: 800px) {
      .title .content {
        padding: 0; } }

.title-experts {
  z-index: 5; }
  .title-experts .container.heading .inner-container {
    padding-bottom: 20px; }
  @media screen and (min-width: 800px) {
    .title-experts .heading {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -o-align-items: flex-end;
      align-items: flex-end; }
    .title-experts .container.heading .inner-container {
      padding: 52px 0 47px; } }
  .title-experts.title {
    padding-bottom: 20px; }
    @media screen and (min-width: 800px) {
      .title-experts.title {
        padding-bottom: 25px; } }

.title-experts-cta {
  background: #FFFFFF;
  margin-left: 50px;
  padding: 0; }
  .title-experts-cta .button {
    display: block; }
    .title-experts-cta .button a {
      display: block;
      width: 100%; }
  .title-experts-cta .subheadline {
    color: #D7C48E;
    padding: 10px 15px 15px; }
  .title-experts-cta .icon-expert {
    color: #D7C48E;
    display: block;
    position: relative;
    left: -5px; }
    .title-experts-cta .icon-expert:before {
      font-size: 48px; }

.tracker-article.inner-container {
  padding-top: 30px;
  padding-bottom: 50px; }
  @media screen and (min-width: 600px) {
    .tracker-article.inner-container {
      padding-top: 60px;
      padding-bottom: 100px; } }
.tracker-article h2 {
  font-weight: 600;
  font-family: "tiempos", Georgia;
  margin-bottom: 30px; }
.tracker-article .arrow-button {
  font-weight: bold; }
.tracker-article .date {
  margin-bottom: 15px;
  font-family: "tiempos-italic", Georgia; }
.tracker-article .tracker__tags {
  margin-top: 30px;
  margin-bottom: 40px; }

.tracker__links {
  margin-top: 40px; }

.tracker__feature {
  position: relative;
  margin-bottom: 40px;
  width: 100%; }
  @media screen and (min-width: 800px) {
    .tracker__feature {
      width: calc( 100% + 80px );
      left: -40px; } }

.tracker__form .gform_title {
  font-size: 28px; }
.tracker__form .gform_wrapper label {
  display: block;
  padding-bottom: 10px;
  padding-top: 20px;
  font-size: 16px;
  color: #c6aa5d; }
.tracker__form .gform_wrapper .ginput_container {
  background: none;
  padding: 0; }
  .tracker__form .gform_wrapper .ginput_container input,
  .tracker__form .gform_wrapper .ginput_container textarea {
    background: #e6e4e2;
    padding: 20px;
    font-size: 14px;
    display: block; }
  .tracker__form .gform_wrapper .ginput_container input {
    line-height: 14px; }
.tracker__form .gform_footer input[type="submit"] {
  margin-top: 60px;
  font-size: 16px;
  background-color: #AF272F;
  border-radius: 0;
  display: inline-block;
  width: auto;
  padding-left: 60px;
  padding-right: 60px; }

.btn--tweet {
  display: inline-block;
  border: 2px solid #AF272F;
  font-family: "proxima-regular", Helvetica;
  margin-top: 50px;
  -webkit-transition: border-color 200ms ease-in-out;
  -moz-transition: border-color 200ms ease-in-out;
  -ms-transition: border-color 200ms ease-in-out;
  -o-transition: border-color 200ms ease-in-out;
  transition: border-color 200ms ease-in-out; }
  .btn--tweet:hover {
    border-color: #851e24; }
    .btn--tweet:hover .btn--tweet__red {
      background: #851e24; }
    .btn--tweet:hover .btn--tweet__white {
      color: #851e24; }
  .btn--tweet .btn--tweet__red,
  .btn--tweet .btn--tweet__white {
    display: block;
    text-align: center;
    padding: 20px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    @media screen and (min-width: 400px) {
      .btn--tweet .btn--tweet__red,
      .btn--tweet .btn--tweet__white {
        display: inline-block; } }
  .btn--tweet .btn--tweet__red {
    background: #AF272F;
    color: white; }
  .btn--tweet .btn--tweet__white {
    color: #AF272F; }
    .btn--tweet .btn--tweet__white i:before {
      vertical-align: middle;
      line-height: 14px; }

.btn {
  position: relative;
  display: inline-block;
  font-family: "proxima-regular", Helvetica;
  font-weight: bold;
  padding: 20px 40px;
  background: #AF272F;
  color: #FFFFFF;
  margin-top: 50px; }
  .btn:hover {
    color: white;
    background: #851e24; }

.accordion .bottom-border {
  border-bottom-width: 0; }
@media screen and (min-width: 800px) {
  .accordion {
    padding-top: 30px;
    padding-bottom: 60px; }
    .accordion .bottom-border {
      border-bottom-width: 5px; } }
.accordion h2 {
  padding: 15px 0; }
  @media screen and (min-width: 800px) {
    .accordion h2 {
      padding: 0; } }
.accordion .container.content > div:first-child .inner-container {
  padding-top: 0;
  margin: 0; }
.accordion .container.heading .inner-container {
  padding-bottom: 33px; }
  @media screen and (min-width: 800px) {
    .accordion .container.heading .inner-container {
      padding-bottom: 53px; } }
.accordion .content-container {
  padding-bottom: 0; }
  .accordion .content-container.bottom-border {
    padding-top: 0;
    padding-bottom: 80px; }
    @media screen and (min-width: 800px) {
      .accordion .content-container.bottom-border {
        padding-bottom: 90px; } }
.accordion .icon {
  text-align: center;
  color: #AF272F;
  cursor: pointer; }
  .accordion .icon:before {
    font-size: 50px;
    width: 100%; }
.accordion .arrow-up {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0px; }
  @media screen and (min-width: 800px) {
    .accordion .arrow-up {
      bottom: 60px;
      right: 100%; } }
.accordion .content-title, .accordion .content-row {
  width: 100%; }
.accordion .content-title {
  cursor: pointer; }
.accordion .tile {
  border-color: #aea7a2;
  border-style: solid;
  border-bottom-width: 2px;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0; }
  .accordion .tile:first-child {
    border-top-width: 2px; }
  @media screen and (min-width: 800px) {
    .accordion .tile {
      border-color: #e2e0de; }
      .accordion .tile:first-child {
        border-top-width: 0; } }
.accordion .container.content .accordion-content {
  height: auto;
  position: relative;
  padding-top: 0;
  padding-bottom: 80px; }
  @media screen and (min-width: 800px) {
    .accordion .container.content .accordion-content {
      padding-bottom: 90px; } }
  @media screen and (max-width: 600px) {
    .accordion .container.content .accordion-content .inner-container {
      margin-left: 5px; } }
  @media screen and (min-width: 800px) {
    .accordion .container.content .accordion-content > div {
      margin-right: -15px; } }
  .accordion .container.content .accordion-content h4 {
    position: relative;
    margin-bottom: 0;
    padding: 18px 0 14px;
    font-family: "tiempos-italic", Georgia;
    letter-spacing: 0.025em;
    font-size: 16px;
    line-height: 22px; }
    @media screen and (min-width: 800px) {
      .accordion .container.content .accordion-content h4 {
        font-family: "tiempos-italic", Georgia;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 0.025em;
        margin-bottom: 0;
        padding: 30px 0;
        transition-property: all;
        transition-duration: 0.2s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
        -webkit-backface-visibility: hidden;
        -webkit-transition-timing-function: cubic-bezier(0.41, 0.375, 0.44, 0.965);
        -moz-transition-timing-function: cubic-bezier(0.41, 0.375, 0.44, 0.965);
        -o-transition-timing-function: cubic-bezier(0.41, 0.375, 0.44, 0.965);
        transition-timing-function: cubic-bezier(0.41, 0.375, 0.44, 0.965);
        /* custom */
        -webkit-backface-visibility: visible; }
        .ie11 .accordion .container.content .accordion-content h4 {
          padding: 40px 0; } }
.accordion .tile {
  position: relative;
  overflow: hidden; }
  .accordion .tile:not(.content-revealed).active .reveal {
    color: #AF272F; }
    .lt-ie9 .accordion .tile:not(.content-revealed).active .reveal, .ie9 .accordion .tile:not(.content-revealed).active .reveal {
      bottom: 10px; }
  @media screen and (min-width: 800px) {
    .accordion .tile:not(.content-revealed).active .reveal {
      -moz-transform: translate3d(0, -25px, 0);
      -webkit-transform: translate3d(0, -25px, 0);
      -o-transform: translate3d(0, -25px, 0);
      -ms-transform: translate3d(0, -25px, 0);
      transform: translate3d(0, -25px, 0);
      opacity: 1; }
    .accordion .tile:not(.content-revealed).active h4 {
      -moz-transform: translate3d(0, -15px, 0);
      -webkit-transform: translate3d(0, -15px, 0);
      -o-transform: translate3d(0, -15px, 0);
      -ms-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0); } }
  .accordion .tile.content-revealed .arrow-down {
    bottom: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    .ie11 .accordion .tile.content-revealed .arrow-down {
      left: -30px;
      bottom: 30px; }
.accordion .accordion-reveal-content {
  display: none;
  padding: 0px 0 30px; }
  @media screen and (max-width: 600px) {
    .accordion .accordion-reveal-content p:last-child {
      margin-bottom: 0; } }
  @media screen and (min-width: 800px) {
    .accordion .accordion-reveal-content {
      padding: 31px 0 0; } }
.accordion .accordion-link:before, .accordion .arrow-down:before {
  position: relative;
  top: 5px; }
@media screen and (min-width: 800px) {
  .accordion .accordion-link, .accordion .arrow-down {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 110px; } }
.accordion .arrow-down {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -26px; }
  @media screen and (min-width: 800px) {
    .accordion .arrow-down {
      top: auto;
      bottom: 0;
      left: 0;
      right: auto;
      width: 15%;
      margin: 0;
      transition-property: all;
      transition-duration: 0.35s;
      transition-delay: linear;
      transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
      -webkit-backface-visibility: hidden; }
      .ie11 .accordion .arrow-down {
        left: 30px;
        bottom: -20%; } }
  .lt-ie9 .accordion .arrow-down, .ie9 .accordion .arrow-down {
    top: 50%;
    margin-top: -20px; }
.accordion .arrow {
  padding: 0;
  position: static; }
.accordion .reveal {
  display: none; }
  .lt-ie9 .accordion .reveal, .ie9 .accordion .reveal {
    bottom: -30px; }
  @media screen and (min-width: 800px) {
    .accordion .reveal {
      display: block;
      opacity: 0;
      position: absolute;
      padding-top: 4px;
      bottom: -10px;
      left: 0;
      transition-property: all;
      transition-duration: 0.2s;
      transition-delay: 0s;
      transition-timing-function: cubic-bezier(0.57, 0.01, 0, 1);
      -webkit-backface-visibility: hidden;
      -webkit-transition-timing-function: cubic-bezier(0.41, 0.375, 0.44, 0.965);
      -moz-transition-timing-function: cubic-bezier(0.41, 0.375, 0.44, 0.965);
      -o-transition-timing-function: cubic-bezier(0.41, 0.375, 0.44, 0.965);
      transition-timing-function: cubic-bezier(0.41, 0.375, 0.44, 0.965);
      /* custom */ } }

@media screen and (min-width: 800px) {
  .campaign-accordion .tile:first-child {
    border-top-width: 2px;
    margin-top: 20px; } }
.campaign-accordion .tile h2 {
  font-family: "proxima-semibold", Helvetica;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.025em;
  margin-bottom: 10px;
  margin-bottom: 0; }
  @media screen and (min-width: 600px) {
    .campaign-accordion .tile h2 {
      font-family: "proxima-semibold", Helvetica;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 0.025em;
      margin-bottom: 10px; } }
.campaign-accordion .container.content .accordion-content h4 {
  font-family: "proxima-semibold", Helvetica;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.025em;
  margin-bottom: 10px;
  margin-bottom: 0; }
  @media screen and (min-width: 600px) {
    .campaign-accordion .container.content .accordion-content h4 {
      font-family: "proxima-semibold", Helvetica;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 0.025em;
      margin-bottom: 10px;
      margin-bottom: 0; } }
.campaign-accordion .accordion-content {
  padding-top: 8px; }

.standard-repeater {
  margin-bottom: 40px; }
  @media screen and (min-width: 800px) {
    .standard-repeater {
      margin-bottom: 0; } }
  .standard-repeater .container.content {
    margin-top: 20px;
    margin-bottom: 20px; }
    @media screen and (min-width: 600px) {
      .standard-repeater .container.content {
        margin-top: 60px;
        margin-bottom: 60px; } }
  @media screen and (min-width: 800px) {
    .standard-repeater .container.content > div:first-child .inner-container {
      margin-bottom: 23px; } }
  .standard-repeater .container.heading {
    position: relative;
    z-index: 20; }
    .standard-repeater .container.heading .inner-container {
      padding-top: 0; }
  .standard-repeater .arrow-button:before {
    position: absolute;
    left: 100%; }
  .standard-repeater .inner-container {
    position: relative;
    z-index: 10; }
  .standard-repeater .interruptor {
    display: none; }
    .standard-repeater .interruptor.band {
      padding-top: 10px;
      padding-bottom: 25px;
      margin-bottom: -10px; }
      .standard-repeater .interruptor.band .cta-button {
        height: 70px; }
    @media screen and (min-width: 800px) {
      .standard-repeater .interruptor {
        display: block; }
        .standard-repeater .interruptor.band {
          padding-bottom: 30px;
          padding-top: 30px; } }
  .standard-repeater .interruptor--top .subscribe-cta {
    margin-bottom: 0; }
  .standard-repeater .content-wrapper.tile {
    background: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 5px;
    position: relative;
    z-index: 5;
    border-bottom: 5px solid #D7C48E; }
    .standard-repeater .content-wrapper.tile h2 {
      margin-bottom: 5px; }
    @media screen and (min-width: 800px) {
      .standard-repeater .content-wrapper.tile {
        padding-top: 30px;
        padding-bottom: 15px; } }
  .standard-repeater .container.white-background > div:first-child {
    position: relative;
    z-index: 10; }
  .standard-repeater .content-row p:first-child {
    margin-top: 56px; }
  .standard-repeater .quick-links {
    position: relative; }
    .standard-repeater .quick-links a:before {
      font-size: 32px; }
    @media screen and (min-width: 800px) {
      .standard-repeater .quick-links {
        margin-top: 12px; } }

.pullout-tab {
  z-index: -1;
  top: 0px;
  margin-top: 10px;
  transition-property: right;
  transition-duration: 0.15s;
  transition-delay: 0;
  transition-timing-function: linear;
  -webkit-backface-visibility: hidden;
  position: relative;
  text-align: center;
  height: 100%; }
  @media screen and (min-width: 800px) {
    .pullout-tab {
      position: absolute; }
      .pullout-tab .tab {
        text-align: right; }
      .pullout-tab.large .tab {
        text-align: center; } }
  @media screen and (min-width: 1000px) {
    .pullout-tab.large {
      right: 0; } }
  .pullout-tab .tab {
    margin-right: 0px;
    padding: 0 20px;
    position: relative;
    font-family: "tiempos-italic", Georgia;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 40px;
    background: #80786f; }
    @media screen and (min-width: 800px) {
      .pullout-tab .tab {
        font-size: 34px;
        line-height: 80px; } }
    @media screen and (min-width: 1000px) {
      .pullout-tab .tab {
        font-size: 42px; } }
    .pullout-tab .tab .icon:before {
      vertical-align: bottom;
      display: inline-block; }
    @media screen and (min-width: 800px) {
      .pullout-tab .tab {
        top: -30px; } }
  .pullout-tab.ribbon {
    right: 0; }
    .pullout-tab.ribbon .tab {
      height: 150px;
      background: transparent; }
      .pullout-tab.ribbon .tab:after {
        content: '';
        left: 0;
        background: transparent;
        border-width: 75px;
        border-style: solid;
        border-color: #80786f transparent #80786f #80786f;
        transition-property: border-color;
        transition-duration: 0.15s;
        transition-delay: 0;
        transition-timing-function: linear;
        -webkit-backface-visibility: hidden;
        position: absolute;
        width: 90%;
        height: 100%;
        top: 0;
        z-index: -1; }
  .pullout-tab .row {
    float: right; }

.campaign-timeline {
  overflow: hidden;
  position: relative;
  margin-top: 0;
  margin-bottom: 40px; }
  @media screen and (min-width: 800px) {
    .campaign-timeline {
      margin-bottom: 20px; } }
  .campaign-timeline .container.content > div:first-child {
    padding-top: 17px; }
    @media screen and (min-width: 800px) {
      .campaign-timeline .container.content > div:first-child {
        padding-top: 0; } }
    @media screen and (min-width: 800px) {
      .campaign-timeline .container.content > div:first-child .inner-container {
        padding: 19px 0 10px; } }
  .campaign-timeline .inner-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    zoom: 1; }
    .campaign-timeline .inner-container:before, .campaign-timeline .inner-container:after {
      display: table;
      content: ""; }
    .campaign-timeline .inner-container:after {
      clear: both; }
  .campaign-timeline .container.white-background > div:first-child {
    position: relative;
    overflow: visible;
    border: none; }
    .campaign-timeline .container.white-background > div:first-child:after {
      content: '';
      background: transparent;
      width: 5px;
      background: #D7C48E;
      height: 100px;
      position: absolute;
      top: -80px; }
  .campaign-timeline .container.content {
    margin-top: 60px; }
  @media screen and (min-width: 800px) {
    .campaign-timeline {
      margin-bottom: 60px; } }
  .campaign-timeline .pullout-tab {
    position: absolute;
    margin-top: 0px;
    top: -40px;
    right: 15px; }
    .campaign-timeline .pullout-tab .tab {
      padding: 0 20px 0 63%;
      text-align: center; }
  @media screen and (min-width: 800px) {
    .campaign-timeline {
      margin-bottom: 0; }
      .campaign-timeline .pullout-tab {
        margin-top: 10px;
        top: 0; } }
  .campaign-timeline .content-container h2 {
    margin-bottom: 8px;
    font-family: "tiempos-italic", Georgia;
    letter-spacing: 0.025em;
    font-size: 16px;
    line-height: 22px; }
    @media screen and (min-width: 800px) {
      .campaign-timeline .content-container h2 {
        font-family: "tiempos-italic", Georgia;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 0.025em;
        margin-bottom: 11px; } }
  .campaign-timeline .content-container p {
    margin-top: 0px;
    margin-bottom: 14px; }
  .campaign-timeline .content-container .date {
    font-family: "tiempos-italic", Georgia;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.05em;
    margin-top: 17px;
    margin-bottom: 34px;
    margin-bottom: 5px;
    margin-top: 0; }
  .campaign-timeline .pointer {
    position: absolute;
    height: 100%;
    width: 5px;
    background: #D7C48E;
    z-index: 40;
    top: 0; }
    .lt-ie9 .campaign-timeline .pointer .ie-data {
      width: 50px;
      height: 50px;
      background-image: url("../../src/images/sprites.png");
      background-repeat: no-repeat;
      background-position: -243px -23px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .lt-ie9 .campaign-timeline .pointer .ie-data {
          background-image: url("../../src/images/sprites@2x.png");
          background-size: 400px 300px; } }
    .campaign-timeline .pointer:before {
      display: block;
      content: '';
      position: absolute;
      left: -6px;
      top: 13px;
      z-index: 15;
      background: #FFFFFF;
      height: 20px;
      width: 20px;
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      border-top: 5px solid;
      border-right: 5px solid;
      border-color: #D7C48E; }
      .lt-ie9 .campaign-timeline .pointer:before {
        content: none; }
      @media screen and (min-width: 800px) {
        .campaign-timeline .pointer:before {
          top: 20px; } }

.timeline {
  padding-top: 0;
  padding-bottom: 60px; }
  @media screen and (min-width: 600px) {
    .timeline {
      padding-top: 30px;
      padding-bottom: 0; } }
  @media screen and (max-width: 799px) {
    .timeline .container {
      padding-bottom: 0; } }

.timeline-title {
  background: #80786f;
  position: relative;
  z-index: 30; }
  .timeline-title h1, .timeline-title h3 {
    line-height: 60px;
    color: #FFFFFF;
    padding: 0;
    margin: 0; }

.repeater-news {
  margin-bottom: 0; }
  .repeater-news h2 {
    font-family: "tiempos-italic", Georgia;
    letter-spacing: 0.025em;
    font-size: 16px;
    line-height: 22px; }
    @media screen and (min-width: 800px) {
      .repeater-news h2 {
        font-family: "tiempos-italic", Georgia;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 0.025em; } }
  .repeater-news .container.content > div:first-child .content {
    margin-right: 0; }
  @media screen and (min-width: 600px) {
    .repeater-news .excerpt-image {
      margin-top: 24px; } }
  .repeater-news .pullout-tab .tab {
    height: auto; }
  .repeater-news .pullout-tab .icon {
    color: #FFFFFF; }
    .repeater-news .pullout-tab .icon.icon-external:before, .repeater-news .pullout-tab .icon.icon-video:before {
      font-size: 90px;
      top: 18px;
      right: -13px; }
    .repeater-news .pullout-tab .icon:before {
      top: 15px;
      position: relative;
      font-size: 70px;
      line-height: 85px;
      width: 100%;
      text-align: right; }
  .repeater-news .tab-icon {
    position: relative;
    height: 30px;
    float: right;
    text-align: right; }
    .repeater-news .tab-icon.icon-document-black-flap:before {
      font-size: 30px; }
    .repeater-news .tab-icon:before {
      float: right;
      font-size: 35px;
      color: #AF272F; }
  .repeater-news .content-row p:first-child {
    margin-top: 0px;
    margin-bottom: 0; }
  .repeater-news .quick-links .icon:before {
    font-size: 35px; }
  .repeater-news .date {
    font-family: "tiempos-italic", Georgia;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.05em;
    margin-top: 17px;
    margin-bottom: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left; }
    @media screen and (min-width: 800px) {
      .repeater-news .date {
        margin-top: 0;
        margin-bottom: 0;
        float: none; } }
  .repeater-news .quick-links {
    margin-bottom: -4px; }
    .repeater-news .quick-links li {
      margin-bottom: 0; }
  .repeater-news .content > .category {
    font-size: 13px; }

.news-block {
  position: relative;
  margin-top: 30px;
  width: 100%; }
  .news-block:hover.bottom-border {
    border-color: #AF272F; }
  .news-block:hover .category {
    color: #AF272F; }
  .news-block:hover .content-row {
    transform: scale(1, 1); }
  .news-block:hover .arrow-button:before {
    transform: translateX(10px); }
  .news-block .detail {
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.05em;
    font-family: "tiempos-italic", Georgia;
    display: block;
    position: relative;
    padding-bottom: 0px; }
    .news-block .detail:before {
      display: block;
      font-size: 30px;
      position: absolute;
      width: 24px;
      height: 24px;
      color: #AF272F;
      left: -6px;
      top: 50%;
      margin-top: -15px; }
  .news-block .category {
    color: #C6AA5D;
    font-size: 14px;
    margin-bottom: 20px; }
  .news-block .category__line {
    color: #80786f; }
  .news-block h2 {
    font-size: 18px;
    line-height: 22px;
    font-family: "tiempos", Georgia;
    margin-bottom: 10px;
    font-weight: bold; }
  .news-block .news-block__tags {
    font-size: 12px;
    font-family: "tiempos-italic", Georgia;
    margin-top: 0; }
  .news-block .content-row p {
    margin-top: 0; }
  .news-block .arrow-button {
    font-weight: bold;
    margin-top: 0px; }
    .news-block .arrow-button:before {
      transform: translateX(0);
      -webkit-transition: transform 200ms linear;
      -moz-transition: transform 200ms linear;
      -ms-transition: transform 200ms linear;
      -o-transition: transform 200ms linear;
      transition: transform 200ms linear; }

.news-block--no-image:hover .content-row--excerpt {
  opacity: 1; }
.news-block--no-image .content-row--excerpt {
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear; }

.news-block--image:hover .content-row--excerpt {
  max-height: 200px; }
.news-block--image .news-block__content {
  position: absolute;
  height: auto;
  bottom: 0;
  width: 100%; }
.news-block--image .content-row--excerpt {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 200ms linear;
  -moz-transition: max-height 200ms linear;
  -ms-transition: max-height 200ms linear;
  -o-transition: max-height 200ms linear;
  transition: max-height 200ms linear; }

.news-block__source {
  font-size: 12px;
  font-style: italic; }

.news-block__image {
  position: relative;
  width: 100%;
  padding-bottom: 61.1111111111%;
  background-color: #C6AA5D;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.news-block__content {
  position: relative;
  padding: 30px;
  background-color: #FFFFFF;
  display: flex;
  flex: 1;
  align-items: stretch;
  flex-direction: column;
  height: 100%; }
  .news-block__content.news-block__content--hidden {
    position: static;
    visibility: hidden;
    padding-bottom: 53px; }
    @media screen and (min-width: 800px) {
      .news-block__content.news-block__content--hidden {
        padding-bottom: 120px; } }

.news-block__footer {
  margin-top: auto;
  padding-top: 30px; }

.content-row--excerpt p {
  font-family: "proxima-regular", Helvetica;
  color: #231F20;
  font-size: 17px;
  padding-top: 15px;
  padding-bottom: 10px; }

.row--repeater-3-col {
  display: flex;
  flex-wrap: wrap; }
  .row--repeater-3-col > .grid-item.white-background {
    display: flex; }
    @media screen and (min-width: 800px) {
      .row--repeater-3-col > .grid-item.white-background:nth-child(2n + 1) {
        clear: left; } }
    @media screen and (min-width: 1000px) {
      .row--repeater-3-col > .grid-item.white-background:nth-child(2n + 1) {
        clear: none; }
      .row--repeater-3-col > .grid-item.white-background:nth-child(3n + 1) {
        clear: left; } }

.white-background.repeater-header > div:first-child {
  background: transparent; }

.newsroom__header {
  background-color: #FFFFFF; }

.load-more {
  margin-top: 60px;
  margin-bottom: 100px;
  text-align: center; }

.button--load {
  font-family: "proxima-semibold", Helvetica;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition-property: all;
  transition-duration: 0.1s;
  transition-delay: 0;
  transition-timing-function: linear;
  -webkit-backface-visibility: hidden;
  font-family: "proxima-regular", Helvetica;
  font-weight: bold;
  color: #C6AA5D;
  border: 1px solid #C6AA5D;
  background-color: #FFFFFF;
  padding: 20px 65px;
  outline: none; }
  .button--load:hover {
    color: #FFFFFF;
    background-color: #C6AA5D; }
  .button--load.is-loading {
    border: 1px solid #e0dedc;
    color: #e0dedc; }
    .button--load.is-loading:hover {
      color: #FFFFFF;
      background-color: #e0dedc; }

.authors {
  padding-bottom: 4px;
  padding-top: 3px; }
  @media screen and (min-width: 800px) {
    .authors {
      padding-top: 44px; } }

@media screen and (min-width: 600px) {
  .author {
    padding: 25px 0 0; }
    .author[data-item="1"] {
      padding-top: 0; }
    .author[data-item] {
      float: none;
      display: inline-block;
      vertical-align: top; }
      .author[data-item] .content {
        padding-left: 30px; } }
.author .accent {
  color: #AF272F; }
.author .subheadline {
  color: #231F20; }
.author:first-child {
  padding-top: 0; }
.author .headshot {
  text-align: right; }
  .author .headshot img {
    max-width: 60px;
    height: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
@media screen and (max-width: 900px) {
  .author .bio.row {
    margin: 0; } }
.author .expertise {
  display: block;
  margin-top: 2px;
  margin-bottom: 0;
  position: relative; }
.author .arrow-button {
  position: absolute;
  left: 0;
  left: -20px;
  top: 0;
  margin-top: 0;
  color: #AF272F;
  opacity: 0;
  /* Chrome 4+, Firefox 2+, Safari 3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  filter: alpha(opacity=0);
  /* IE6-IE8 */ }
  .lt-ie9 .author .arrow-button {
    visibility: hidden; }
.author .arrow-button, .author .caption {
  transition-property: all;
  transition-duration: 0.225s;
  transition-delay: 0;
  transition-timing-function: ease-out;
  -webkit-backface-visibility: hidden; }
.author .caption {
  visibility: visible; }
.author:hover .arrow-button {
  left: 0;
  opacity: 1;
  /* Chrome 4+, Firefox 2+, Safari 3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  filter: alpha(opacity=100);
  /* IE6-IE8 */ }
  .lt-ie9 .author:hover .arrow-button {
    visibility: visible; }
.author:hover .caption {
  opacity: 0;
  /* Chrome 4+, Firefox 2+, Safari 3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  filter: alpha(opacity=0);
  /* IE6-IE8 */ }
  .lt-ie9 .author:hover .caption {
    visibility: hidden; }

.repeater-press .container.content, .repeater-location .container.content {
  margin-top: 30px;
  margin-bottom: 30px; }
.repeater-press .inner-container, .repeater-location .inner-container {
  padding: 18px 0 21px; }

@media screen and (min-width: 800px) {
  .press-inquiries {
    margin-top: 20px; } }

@media screen and (max-width: 600px) {
  .press-inquiries.standard-repeater, .repeater-location.standard-repeater {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
    background: #FFFFFF; }
    .press-inquiries.standard-repeater .bottom-border, .repeater-location.standard-repeater .bottom-border {
      border: none; } }
.press-inquiries.standard-repeater .pullout-tab .tab, .repeater-location.standard-repeater .pullout-tab .tab {
  top: 0; }
.press-inquiries .container.content .inner-container.content, .repeater-location .container.content .inner-container.content {
  padding-bottom: 60px; }
  @media screen and (min-width: 800px) {
    .press-inquiries .container.content .inner-container.content, .repeater-location .container.content .inner-container.content {
      padding-bottom: 30px; } }
.press-inquiries .content-container .caption, .repeater-location .content-container .caption {
  margin-bottom: 21px;
  margin-top: 0; }
  .press-inquiries .content-container .caption p, .repeater-location .content-container .caption p {
    margin-bottom: 19px; }
@media screen and (min-width: 800px) {
  .press-inquiries .pullout-tab .tab, .repeater-location .pullout-tab .tab {
    padding: 30px 5px 25px 58%; } }
@media screen and (min-width: 1000px) {
  .press-inquiries .pullout-tab .tab, .repeater-location .pullout-tab .tab {
    padding-right: 10px; } }
.press-inquiries .pullout-tab .icon:before, .repeater-location .pullout-tab .icon:before {
  font-size: 100px;
  vertical-align: bottom;
  display: inline-block; }
.press-inquiries li, .repeater-location li {
  margin: 7px 0; }
.press-inquiries ul, .repeater-location ul {
  margin-bottom: 17px;
  color: #231F20; }
.press-inquiries.press-form .bottom-border, .repeater-location.press-form .bottom-border {
  border-bottom-width: 0; }
@media screen and (min-width: 800px) {
  .press-inquiries.press-form, .repeater-location.press-form {
    margin: 20px 0 60px; }
    .press-inquiries.press-form .bottom-border, .repeater-location.press-form .bottom-border {
      border-bottom-width: 5px; }
    .press-inquiries.press-form .container.content > div:first-child .form-container:first-child .inner-container.heading, .repeater-location.press-form .container.content > div:first-child .form-container:first-child .inner-container.heading {
      padding-top: 49px; }
    .press-inquiries.press-form .container.content > div:first-child .form-container .inner-container.content, .repeater-location.press-form .container.content > div:first-child .form-container .inner-container.content {
      padding-left: 18px; }
    .press-inquiries.press-form .container.content > div:first-child .inner-container, .repeater-location.press-form .container.content > div:first-child .inner-container {
      margin-bottom: 0px; }
      .press-inquiries.press-form .container.content > div:first-child .inner-container.content, .repeater-location.press-form .container.content > div:first-child .inner-container.content {
        padding-top: 7px;
        margin-bottom: 0; }
      .press-inquiries.press-form .container.content > div:first-child .inner-container.heading, .repeater-location.press-form .container.content > div:first-child .inner-container.heading {
        padding-top: 87px; }
    .press-inquiries.press-form .container.content > div:first-child, .repeater-location.press-form .container.content > div:first-child {
      padding-bottom: 90px;
      position: relative;
      z-index: 10; } }
.press-inquiries.press-form li, .repeater-location.press-form li {
  margin: 5px 0 0; }
  .press-inquiries.press-form li:first-child, .repeater-location.press-form li:first-child {
    margin-top: 0; }
.press-inquiries.press-form ul, .repeater-location.press-form ul {
  margin-bottom: 5px; }
.press-inquiries.press-form .tile, .repeater-location.press-form .tile {
  margin-bottom: 87px; }
.press-inquiries.press-form .tile:first-child, .repeater-location.press-form .tile:first-child {
  margin-top: 0; }
@media screen and (min-width: 800px) {
  .press-inquiries.press-form h3, .repeater-location.press-form h3 {
    margin-bottom: 47px; } }

.repeater-location {
  margin-top: 38px; }
  .repeater-location .container.white-background .bottom-border, .repeater-location .container.white-background.has-border:before {
    border-bottom-width: 0; }
    @media screen and (min-width: 800px) {
      .repeater-location .container.white-background .bottom-border, .repeater-location .container.white-background.has-border:before {
        border-bottom-width: 5px; } }

.repeater-campaigns .container.content > div .inner-container,
.repeater-news .container.content > div .inner-container {
  padding-top: 16px;
  padding-bottom: 14px; }
  @media screen and (min-width: 800px) {
    .repeater-campaigns .container.content > div .inner-container,
    .repeater-news .container.content > div .inner-container {
      padding-bottom: 23px; } }
.repeater-campaigns .excerpt-image,
.repeater-news .excerpt-image {
  margin-bottom: 0px; }

.repeater-campaigns {
  margin-bottom: 0px; }
  .repeater-campaigns .title {
    padding-bottom: 4px; }
    @media screen and (min-width: 800px) {
      .repeater-campaigns .title {
        padding-bottom: 21px; }
        .repeater-campaigns .title h2 {
          min-height: 70px; } }
  .repeater-campaigns p {
    margin-top: 0;
    margin-bottom: 0; }
  .repeater-campaigns .container:hover .pullout-tab {
    right: -10px; }
    .repeater-campaigns .container:hover .pullout-tab .tab:after {
      border-color: #AF272F transparent #AF272F #AF272F; }
  .repeater-campaigns .tile-content:hover .arrow-button {
    color: #AF272F; }
  .repeater-campaigns .post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.js-tracker-item {
  opacity: 1;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear; }
  .js-tracker-item.hide-item {
    opacity: 0; }

.ajax-wrapper.is-loading {
  position: relative; }
  .ajax-wrapper.is-loading .ajax-post-container {
    max-height: 300px; }
  .ajax-wrapper.is-loading .js-tracker-item {
    visibility: hidden;
    display: none; }
  .ajax-wrapper.is-loading .spinner-tracker {
    display: block; }

.tracker {
  margin-top: 20px;
  margin-bottom: 20px; }
  .tracker.white-background:hover:before,
  .tracker.white-background:hover .bottom-border {
    border-color: #AF272F; }
  .tracker.white-background:hover .arrow-button,
  .tracker.white-background:hover .date {
    color: #AF272F; }
  .tracker.white-background:hover .tracker__tags,
  .tracker.white-background:hover .tracker__tags a,
  .tracker.white-background:hover .tracker__tags .icon,
  .tracker.white-background:hover .tracker__tags .icon:before {
    color: #AF272F; }
  .tracker h2 {
    font-family: "proxima-regular", Helvetica; }
  .tracker .tracker__sentence {
    display: block;
    padding-left: 10px; }
  .tracker .tracker__content {
    padding-top: 40px;
    padding-bottom: 40px; }
    .tracker .tracker__content .tracker__link {
      display: block; }
    .tracker .tracker__content .tracker__mobile-social {
      margin-top: 20px; }
  .tracker .date {
    font-size: 14px;
    font-style: italic; }
  .tracker .tracker__meta {
    list-style-type: disc;
    color: #231f20;
    font-size: 17px;
    font-family: "proxima-regular", Helvetica;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 15px; }
    .tracker .tracker__meta li:not(:last-of-type) {
      padding-bottom: 10px; }
  .tracker .arrow-button {
    font-weight: bold;
    margin-top: 0; }

.tracker__hero {
  position: relative;
  width: calc( 100% + 20px );
  left: -20px;
  padding-bottom: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (min-width: 600px) {
    .tracker__hero {
      position: absolute;
      top: 0;
      left: auto;
      right: 0;
      height: 100%;
      width: 35%;
      padding-bottom: 0; } }

.trump-tracker__week {
  font-size: 28px;
  color: white;
  background-color: #80786f;
  padding: 20px;
  text-transform: uppercase;
  font-family: "proxima-regular", Helvetica;
  margin-top: 60px; }

.tracker__header {
  font-family: "proxima-regular", Helvetica;
  font-size: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #231f20;
  padding-right: 20px; }
  @media screen and (min-width: 600px) {
    .tracker__header {
      width: 65%; } }
  .tracker__header h1 {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold; }
  .tracker__header .tracker__subheader {
    display: block;
    color: #C6AA5D;
    font-size: 18px;
    margin-bottom: 40px; }
  .tracker__header .tracker__quote {
    margin-bottom: 20px; }

.tracker__no-results {
  background: white;
  text-align: center;
  padding: 20px; }
  @media screen and (min-width: 1000px) {
    .tracker__no-results {
      width: calc( 100% + 25px ); } }

.js-tracker-filter.active {
  overflow: auto; }

.tracker__tags,
.tracker__tags a,
.tracker__tags .icon,
.tracker__tags .icon:before {
  color: #C6AA5D;
  font-size: 14px;
  font-style: italic;
  vertical-align: middle; }
.tracker__tags a:hover {
  text-decoration: underline; }

.tracker__tags {
  margin-top: 40px; }

.complex-filter--news {
  padding-left: 0;
  padding-right: 0; }

.complex-filter {
  /*.span-bar-tracker { */
  /* } */ }
  .complex-filter .red-bar {
    width: 40px;
    padding: 0; }
    .complex-filter .red-bar:before {
      left: 0;
      top: 0;
      height: 40px;
      width: 40px;
      line-height: 50px;
      transform: none;
      -webkit-transition: transform 200ms linear;
      -moz-transition: transform 200ms linear;
      -ms-transition: transform 200ms linear;
      -o-transition: transform 200ms linear;
      transition: transform 200ms linear; }
  .complex-filter .dropdown-text {
    padding-left: 0; }
  .complex-filter .span-bar-tracker.active .red-bar:before,
  .complex-filter .span-bar-wrapper.active .red-bar:before {
    transform: rotate(180deg); }

.pagination--tracker {
  margin-bottom: 0; }
  @media screen and (min-width: 600px) {
    .pagination--tracker {
      padding-bottom: 60px; } }

.filters-newsroom--columns .filters-tracker__search,
.filters-newsroom--columns .filters-tracker__filter,
.filters-newsroom--columns .filters-tracker__complex {
  padding-top: 20px; }

.filters-tracker__search {
  padding-left: 15px; }
  @media screen and (min-width: 800px) {
    .filters-tracker__search {
      padding-right: 0; } }
  .filters-tracker__search .searchform .searchform__input input {
    font-family: "proxima-semibold", Helvetica;
    color: #231F20;
    outline: none; }

.complex-filter .tags--filter {
  margin-bottom: 0; }
  .complex-filter .tags--filter .filter-blocks {
    margin-bottom: 10px; }

.tracker-button-row {
  text-align: center;
  margin-bottom: 30px; }

.tracker-tiles {
  background-color: #231F20; }
  .tracker-tiles h1 {
    color: white; }
  .tracker-tiles .full-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center top;
    opacity: 0.4; }
  .tracker-tiles .tile {
    margin-bottom: 0; }
    @media screen and (min-width: 600px) {
      .tracker-tiles .tile {
        width: 100%; } }
  .tracker-tiles .slick-button {
    margin-top: 0;
    color: #AF272F;
    width: 40px; }
    .tracker-tiles .slick-button:hover {
      color: white;
      background-color: #AF272F; }

.popup-background {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  overflow: auto; }
  .popup-background:before {
    position: fixed;
    content: ' ';
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.85; }

.popup-column {
  position: relative;
  margin: auto;
  display: table;
  width: 100%;
  height: 100%;
  max-width: 460px; }

h1.popup-header {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.popup-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.popup-wrapper {
  position: relative;
  margin: auto;
  width: 100%;
  color: #000;
  margin: 50px auto; }
  .popup-wrapper.update {
    background-color: white;
    text-align: left;
    color: #83786F; }
    .popup-wrapper.update .update-content {
      padding: 30px; }
    .popup-wrapper.update .update-header {
      font-size: 28px;
      line-height: 1.2;
      color: #231F20; }
    .popup-wrapper.update .update-image {
      min-height: 40px;
      background-color: #231F20;
      border-bottom: 3px solid #C6AA5D; }
    .popup-wrapper.update p {
      font-size: 1.8rem;
      margin: 0;
      padding: 40px 0px; }
    .popup-wrapper.update .arrow-button {
      margin-top: 0; }
  .popup-wrapper.sign-up {
    background-color: #C6AA5D;
    padding: 50px;
    text-align: center; }
    .popup-wrapper.sign-up a.popup-close {
      top: -40px; }
    .popup-wrapper.sign-up .signup-header {
      font-size: 28px;
      color: #FFF;
      font-style: italic; }
    .popup-wrapper.sign-up p {
      margin: 30px 0px; }
    .popup-wrapper.sign-up .subscribe-form {
      position: relative; }
    .popup-wrapper.sign-up input[type="text"] {
      background-color: #FFF;
      height: 50px;
      margin-bottom: 20px; }
    .popup-wrapper.sign-up input[type="submit"] {
      position: relative;
      height: 50px;
      width: 100%;
      line-height: 46px;
      background-color: #231F20 !important;
      color: #FFF;
      top: 0;
      opacity: 1.0;
      right: 0;
      cursor: pointer; }
  .popup-wrapper .popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #231F20;
    color: #C6AA5D; }
    .popup-wrapper .popup-close:before {
      line-height: 42px; }

.popup-video {
  overflow: hidden; }
  .popup-video .popup-column {
    width: 100%;
    max-width: 960px; }
    .popup-video .popup-column .popup-close {
      top: -40px; }
    .popup-video .popup-column .popup__video {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 30px;
      height: 0;
      overflow: hidden; }
      .popup-video .popup-column .popup__video iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }

.popup-video-trigger {
  margin-left: 30px;
  cursor: pointer; }

.contact-information {
  color: #231F20;
  position: relative;
  z-index: 11;
  display: inline-block; }
  .contact-information a:hover {
    color: #AF272F; }
  .contact-information > div {
    width: auto; }
  .contact-information .icon:before {
    color: #D7C48E;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle; }
  .contact-information .phone, .contact-information .fax {
    display: inline-block;
    padding-bottom: 6px;
    padding-right: 15px; }

.four-by-tiles.staff, .four-by-tiles.board, .four-by-tiles.experts {
  padding-top: 0;
  padding-bottom: 0; }
  .four-by-tiles.staff .set-up-interview-button, .four-by-tiles.board .set-up-interview-button, .four-by-tiles.experts .set-up-interview-button {
    text-align: center;
    margin-top: 20px; }
  @media screen and (min-width: 800px) {
    .four-by-tiles.staff, .four-by-tiles.board, .four-by-tiles.experts {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .four-by-tiles.staff .title, .four-by-tiles.board .title, .four-by-tiles.experts .title {
    min-height: 0;
    display: block;
    width: auto; }
    .four-by-tiles.staff .title h2, .four-by-tiles.board .title h2, .four-by-tiles.experts .title h2 {
      max-width: 100%;
      display: inline-block;
      max-height: 62px;
      overflow: hidden; }
      .four-by-tiles.staff .title h2 span, .four-by-tiles.board .title h2 span, .four-by-tiles.experts .title h2 span {
        height: 31px;
        overflow: hidden;
        display: block;
        width: auto; }
    .four-by-tiles.staff .title .last-name, .four-by-tiles.board .title .last-name, .four-by-tiles.experts .title .last-name {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .four-by-tiles.staff .tile-content, .four-by-tiles.board .tile-content, .four-by-tiles.experts .tile-content {
    position: relative;
    padding: 14px 10px 14px 20px; }
    .four-by-tiles.staff .tile-content .title, .four-by-tiles.board .tile-content .title, .four-by-tiles.experts .tile-content .title {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0; }
    @media screen and (min-width: 800px) {
      .four-by-tiles.staff .tile-content, .four-by-tiles.board .tile-content, .four-by-tiles.experts .tile-content {
        position: absolute; } }
  .four-by-tiles.staff .areas-of-expertise, .four-by-tiles.board .areas-of-expertise, .four-by-tiles.experts .areas-of-expertise {
    font-family: "proxima-regular", Helvetica;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.025em;
    margin-bottom: 19px; }
    .four-by-tiles.staff .areas-of-expertise p.heading, .four-by-tiles.board .areas-of-expertise p.heading, .four-by-tiles.experts .areas-of-expertise p.heading {
      color: #D7C48E; }
    @media screen and (min-width: 800px) {
      .four-by-tiles.staff .areas-of-expertise p.areas, .four-by-tiles.board .areas-of-expertise p.areas, .four-by-tiles.experts .areas-of-expertise p.areas {
        height: 88px;
        overflow: hidden;
        text-overflow: ellipsis; }
        .lt-ie9 .four-by-tiles.staff .areas-of-expertise p.areas, .lt-ie9 .four-by-tiles.board .areas-of-expertise p.areas, .lt-ie9 .four-by-tiles.experts .areas-of-expertise p.areas {
          padding-right: 10px;
          height: auto; } }
  .four-by-tiles.staff .caption, .four-by-tiles.board .caption, .four-by-tiles.experts .caption {
    letter-spacing: 0em; }
  .four-by-tiles.staff .contact-information, .four-by-tiles.staff .areas-of-expertise, .four-by-tiles.board .contact-information, .four-by-tiles.board .areas-of-expertise, .four-by-tiles.experts .contact-information, .four-by-tiles.experts .areas-of-expertise {
    color: #231F20; }
  .four-by-tiles.staff .contact-information, .four-by-tiles.board .contact-information, .four-by-tiles.experts .contact-information {
    margin-left: -5px; }
  .four-by-tiles.staff .role, .four-by-tiles.board .role, .four-by-tiles.experts .role {
    line-height: 16px;
    display: block;
    height: 27px;
    margin-bottom: -11px;
    margin-top: 8px; }
  .four-by-tiles.staff .headshot, .four-by-tiles.board .headshot, .four-by-tiles.experts .headshot {
    position: absolute;
    right: 20px;
    top: 20px; }
    .four-by-tiles.staff .headshot img, .four-by-tiles.board .headshot img, .four-by-tiles.experts .headshot img {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      border: 3px solid #D7C48E; }
  .four-by-tiles.staff .arrow-button, .four-by-tiles.board .arrow-button, .four-by-tiles.experts .arrow-button {
    bottom: 15px; }
    @media screen and (min-width: 800px) {
      .four-by-tiles.staff .arrow-button, .four-by-tiles.board .arrow-button, .four-by-tiles.experts .arrow-button {
        position: absolute;
        bottom: 23px; } }
    .four-by-tiles.staff .arrow-button:before, .four-by-tiles.board .arrow-button:before, .four-by-tiles.experts .arrow-button:before {
      position: absolute;
      left: 100%; }
  .four-by-tiles.staff .icon-expert, .four-by-tiles.board .icon-expert, .four-by-tiles.experts .icon-expert {
    position: absolute;
    bottom: 0;
    right: 10px;
    color: #D7C48E; }
    .four-by-tiles.staff .icon-expert:before, .four-by-tiles.board .icon-expert:before, .four-by-tiles.experts .icon-expert:before {
      font-size: 50px; }
.four-by-tiles.staff .tile-content .title {
  padding-bottom: 38px; }
.four-by-tiles.board .tile-content .title {
  padding-bottom: 13px; }
.four-by-tiles.board .role {
  color: #D7C48E;
  margin-bottom: 0; }
  @media screen and (min-width: 800px) {
    .four-by-tiles.board .role {
      height: 33px; } }
.four-by-tiles.board .biography {
  font-family: "proxima-regular", Helvetica;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.025em;
  color: #231F20;
  margin-bottom: 20px; }
  @media screen and (min-width: 800px) {
    .four-by-tiles.board .biography {
      margin-bottom: 0; } }
@media screen and (min-width: 800px) {
  .four-by-tiles .row .expert .contact-information {
    position: absolute;
    bottom: 70px; } }
.lt-ie9 .four-by-tiles .row .expert .contact-information {
  position: static; }

.spinner-tracker {
  position: absolute;
  display: none;
  margin: 0 auto;
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%); }

.spinner-tracker > div {
  background-color: #AF272F;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.spinner-tracker .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.spinner-tracker .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.spinner-tracker .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.spinner-tracker .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
