* {
  -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.42857;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  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;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  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;
  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;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .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.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-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: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
.icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  width: 64px;
  height: 64px;
  background-size: 100%;
}
.icon.bump-back-10 {
  margin-left: -10px;
}
.icon.round:hover {
  background-color: #f2f2f2;
}
.icon.tiny {
  width: 15px;
  height: 15px;
}
.icon.xsmall {
  width: 25px;
  height: 25px;
}
.icon.small {
  width: 40px;
  height: 40px;
}
.icon.small.round {
  border-radius: 20px;
}
.icon.large {
  width: 70px;
  height: 70px;
}
.icon.larger {
  width: 80px;
  height: 80px;
}
@media (max-width: 480px) {
  .icon {
    width: 35px;
    height: 35px;
  }
  .icon.bump-back-10 {
    margin-left: -5px;
  }
  .icon.small {
    width: 25px;
    height: 25px;
  }
}

/*@charset "UTF-8";

@font-face {
  font-family: "linea-arrows-10";
  src:url("fonts/linea-arrows-10.eot");
  src:url("fonts/linea-arrows-10.eot?#iefix") format("embedded-opentype"),
    url("fonts/linea-arrows-10.woff") format("woff"),
    url("fonts/linea-arrows-10.ttf") format("truetype"),
    url("fonts/linea-arrows-10.svg#linea-arrows-10") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "linea-arrows-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "linea-arrows-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon{
	font-size: 60px;
}

.icon-arrows-check:before {
  content: "\e006";
}
.icon-arrows-circle-check:before {
  content: "\e007";
}

.icon-arrows-down:before {
  content: "\e019";
}
.icon-arrows-hamburger-2:before {
  content: "\e032";
}
.icon-arrows-left:before {
  content: "\e03f";
}

.icon-arrows-remove:before {
  content: "\e04a";
}
.icon-arrows-right:before {
  content: "\e04b";
}
.icon-arrows-slim-left:before {
  content: "\e066";
}
.icon-arrows-slim-right:before {
  content: "\e068";
}
.icon-arrows-square-check:before {
  content: "\e06c";
}
.icon-arrows-square-down:before {
  content: "\e06d";
}
.icon-arrows-squares:before {
  content: "\e078";
}
.icon-arrows-up:before {
  content: "\e083";
}*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

.alrightsansblack {
  font-family: "Alright Sans Black";
  font-style: normal;
  font-weight: normal;
}

.alrightsanslight {
  font-family: "Alright Sans Light";
  font-style: normal;
  font-weight: normal;
}

.alrightsansregular {
  font-family: "Alright Sans";
  font-style: normal;
  font-weight: normal;
}

.harriettextbold {
  font-family: "Harriet Text";
  font-style: normal;
  font-weight: bold;
}

.harriettextmedium {
  font-family: "Harriet Text Medium";
  font-style: normal;
  font-weight: normal;
}

.harriettextmediumitalic {
  font-family: "Harriet Text Medium";
  font-style: italic;
  font-weight: normal;
}

.harriettextlightitalic {
  font-family: "Harriet Text Light";
  font-style: italic;
  font-weight: normal;
}

.harrietdisplaylight {
  font-family: "Harriet Display Light";
  font-style: normal;
  font-weight: normal;
}

body {
  font-family: "Alright Sans";
  font-size: 16px;
  color: #535353;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}

h1 {
  font-family: "Alright Sans Black";
  font-size: 34px;
}

h2 {
  font-family: "Alright Sans Black";
  font-size: 30px;
}

p {
  font-family: "Alright Sans";
  font-size: 16px;
  line-height: 150%;
  color: #535353;
}
@media (max-width: 992px) {
  p {
    font-size: 16px;
    line-height: 160%;
  }
}
p strong {
  font-family: "Alright Sans Black";
  font-weight: normal;
}

a {
  color: #f15d22;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #eb4e0f;
}
a:active, a:focus {
  text-decoration: none !important;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.bullet, ol.bullet {
  margin: 15px 0 15px 25px;
  list-style-type: square;
}
ul.ordered, ol.ordered {
  margin: 15px 0 15px 25px;
  list-style-type: decimal;
}

.serif {
  font-family: "Harriet Display Medium";
  font-weight: bold;
}

.sans {
  font-family: "Alright Sans Black";
}

.slashes {
  margin: 50px 0 80px 0;
  position: relative;
  font-size: 22px;
  font-family: "Harriet Display Light";
  font-weight: light;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #f15d22;
}
.slashes:after, .slashes:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #f15d22;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slashes:before {
  top: 170%;
  margin-left: -38px;
}
.slashes:after {
  bottom: 170%;
  margin-left: 20px;
}
.slashes.white {
  color: #fff;
}
.slashes.white:before, .slashes.white:after {
  background: #fff;
}
.slashes.transparent {
  color: #fff;
}
.slashes.transparent:before, .slashes.transparent:after {
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .slashes {
    font-size: 20px;
  }
}

.slashes-xxl {
  margin: 80px;
  position: relative;
  /*	font: {
  		size: 22px;
  		family: $font_secondary_light;
  		weight: light;
  		style: italic;
  	}*/
  /*	text: {
  		transform: uppercase;
  	}*/
  letter-spacing: .1em;
}
.slashes-xxl:after, .slashes-xxl:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 120px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slashes-xxl:before {
  top: 170%;
  margin-left: -200px;
}
.slashes-xxl:after {
  bottom: 170%;
  margin-left: 100px;
}

.brand-hero {
  font-family: "Harriet Display Light";
  font-size: 40px;
  margin: 30px 0 30px 0;
}
@media (max-width: 768px) {
  .brand-hero {
    font-size: 30px;
  }
}

.article-title {
  font-family: "Harriet Display Medium";
}
.article-title.large {
  font-size: 40px;
}
@media (max-width: 992px) {
  .article-title.large {
    font-size: 32px;
  }
}
.article-title.light {
  color: #fff;
}

.article-sub.light {
  color: #fff;
}

.title {
  margin: 30px 0 15px 0;
  font-family: "Alright Sans Black";
  font-size: 46px;
  color: #3b3b3b;
}
@media (max-width: 992px) {
  .title {
    margin-bottom: 10px;
    font-size: 36px;
  }
}

.subhead {
  margin: 0;
  font-family: "Alright Sans Light";
  font-size: 22px;
  text-transform: uppercase;
  color: #3b3b3b;
  line-height: 150%;
}
@media (max-width: 992px) {
  .subhead {
    font-size: 18px;
  }
}

.section-title {
  margin: 0 0 15px 0;
  font-family: "Alright Sans Black";
  font-size: 28px;
  line-height: 140%;
  color: #3b3b3b;
}
@media (max-width: 992px) {
  .section-title {
    font-size: 24px;
  }
}

.statistic-header {
  margin: 0 0 10px 0;
  font-family: "Harriet Display Medium";
  font-size: 72px;
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 768px) {
  .statistic-header {
    font-size: 48px;
  }
}

.section-intro-heading {
  display: block;
  margin: 0 0 30px 0;
  font-family: "Harriet Display Light";
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  line-height: 150%;
}

@media (max-width: 767px) {
  select {
    height: 24px;
    vertical-align: middle;
  }
}
header {
  position: relative;
  padding: 30px 0 60px 0;
  z-index: 2;
}
@media (max-width: 480px) {
  header {
    padding-bottom: 30px;
  }
}
header .navigation {
  margin: 20px 0 0 0;
  padding: 0;
}
@media (max-width: 480px) {
  header .navigation {
    display: none;
  }
}
header .navigation li {
  display: inline-block;
  margin-left: 20px;
  font-family: "Alright Sans Light";
  font-size: 18px;
}
header .navigation li.active a {
  font-family: "Alright Sans Black";
}
header .navigation a {
  color: #2B2B2B;
  position: relative;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  /* diagonal stuff */
}
header .navigation a:after {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 1px;
  background: #ccc;
  content: '';
  z-index: -1;
  transform: translateX(-50%) translateY(-50%) scale(0.2) rotate(-45deg);
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
}
header .navigation a:hover {
  color: #f15d22;
}
header .navigation a:hover:after {
  display: none;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(-50%) translateY(-50%) scale(1) rotate(-45deg);
}
header.bar-option {
  padding: 30px 0 30px 0;
}
header.bar-option .navigation {
  float: right;
  margin-top: 5px;
}
header.bar-option #logo {
  float: left;
}
header.left .navigation {
  position: relative;
  float: left !important;
  margin-left: 30px;
  padding-left: 30px;
}
header.left .navigation:before {
  content: ' ';
  position: absolute;
  width: 1px;
  height: 40px;
  top: -10px;
  left: 0;
  background: #ccc;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#logo {
  width: 130px;
  height: auto;
}
@media (max-width: 768px) {
  #logo {
    width: 120px;
  }
}

#mobile-menu-trigger {
  position: fixed;
  top: 15px;
  right: 15px;
  display: none;
  width: 60px;
  height: 60px;
  padding-top: 23px;
  color: #fff;
  outline: none;
  z-index: 121;
  /* contact for close button is hightest @ 10 and needs to be above this */
  font-family: "Alright Sans Black";
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzNmYzYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxNWQyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f36f3a), color-stop(100%, #f15d22));
  background: -moz-linear-gradient(#f36f3a, #f15d22);
  background: -webkit-linear-gradient(#f36f3a, #f15d22);
  background: linear-gradient(#f36f3a, #f15d22);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
@media (max-width: 480px) {
  #mobile-menu-trigger {
    display: block;
  }
}
#mobile-menu-trigger.active {
  background: #f15d22;
  color: #fff;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#mobile-menu-trigger span {
  position: absolute;
  display: block;
  width: 100%;
  top: 8px;
  font-size: 32px;
}

#mobile-menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background: #f15d22;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  z-index: 120;
  padding-top: 30px;
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
#mobile-menu li {
  position: relative;
}
#mobile-menu li:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 80%;
  margin-left: -40%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}
#mobile-menu a {
  display: block;
  padding: 20px 10px;
  font-family: "Alright Sans Light";
  font-size: 32px;
  text-align: center;
  color: #fff;
}
#mobile-menu.visible {
  visibility: visible;
  top: 0;
  overflow-y: scroll;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .row {
  position: relative;
}
footer .footer-logo {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 15px;
  background: url("../img/rp-diamond-filled.png") 0 0 no-repeat;
  background-size: cover;
}
footer.contact-full {
  padding: 0;
  *zoom: 1;
  text-align: center;
}
footer.contact-full:before, footer.contact-full:after {
  content: "";
  display: table;
}
footer.contact-full:after {
  clear: both;
}
footer.contact-full .contact-block {
  float: left;
  width: 50%;
  padding: 180px 0;
}
footer.contact-full .contact-block.nashville {
  background: url("../img/footer/nashville2-bg.jpg") top left no-repeat;
  background-size: cover;
}
footer.contact-full .contact-block.nashville .location {
  background: rgba(43, 43, 43, 0.7);
  color: #fff;
}
footer.contact-full .contact-block.atlanta {
  background: url("../img/footer/atlanta-bg.jpg") top right no-repeat;
  background-size: cover;
}
footer.contact-full .contact-block.atlanta .location {
  background: rgba(255, 255, 255, 0.7);
  color: #333;
}
footer.contact-full .contact-block .location {
  display: inline-block;
  padding: 25px 0;
  width: 300px;
}
footer.contact-full .contact-block .location-name {
  font-family: "Harriet Display Medium";
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
@media (max-width: 767px) {
  footer.contact-full .contact-block {
    float: none;
    width: 100%;
    padding: 75px 25px;
  }
}

.cards {
  *zoom: 1;
  min-height: 70vh;
  height: auto;
  background-color: #eee;
}
.cards:before, .cards:after {
  content: "";
  display: table;
}
.cards:after {
  clear: both;
}
.cards .card {
  position: relative;
  float: left;
  height: 350px;
  width: 33.333333%;
  visibility: visible;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (min-width: 1400px) and (max-width: 5000px) {
  .cards .card {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cards .card {
    width: 33.33333%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .cards .card {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .cards .card {
    width: 100%;
    height: 200px;
  }
}
.cards .card:hover .hover-content {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 768px) {
  .cards .card:hover .hover-content {
    visible: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.cards .card:hover .tagged {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cards .card:hover .tagged li {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cards .card .content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 15px 20px;
}
.cards .card .media-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-size: cover;
}
.cards .card .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  padding: 30px;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.cards .card .hover-content .caption, .cards .card .hover-content .caption > a {
  font-family: "Alright Sans";
  font-size: 22px;
  font-weight: normal;
  color: #fff;
}
.cards .card .tagged {
  visibility: hidden;
  margin-top: 20px;
  z-index: 10;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.cards .card .tagged li {
  display: inline-block;
  margin: 0 5px 0 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.cards .card .tagged li:nth-child(1) {
  -webkit-transition: all 250ms ease-in-out 50ms;
  -o-transition: all 250ms ease-in-out 50ms;
  transition: all 250ms ease-in-out 50ms;
}
.cards .card .tagged li:nth-child(2) {
  -webkit-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition: all 250ms ease-in-out 100ms;
}
.cards .card .tagged li:nth-child(3) {
  -webkit-transition: all 250ms ease-in-out 150ms;
  -o-transition: all 250ms ease-in-out 150ms;
  transition: all 250ms ease-in-out 150ms;
}
.cards .card .tagged li:nth-child(4) {
  -webkit-transition: all 250ms ease-in-out 200ms;
  -o-transition: all 250ms ease-in-out 200ms;
  transition: all 250ms ease-in-out 200ms;
}
.cards .card .tagged li:nth-child(5) {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
}
.cards .card .tagged .headshot, .cards .card .tagged .remaining {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.cards .card .tagged .remaining {
  background-color: #f15d22;
  color: #fff;
  border: none;
  vertical-align: middle;
  font-family: "Alright Sans Black";
  font-size: 20px;
}
.cards .card .category-title {
  position: relative;
  margin: 60px 0 30px 0;
  font-family: "Harriet Display Light";
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
  text-transform: uppercase;
  color: #f15d22;
}
.cards .card .category-title:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 40px;
  border: 3px solid #f15d22;
}
@media (max-width: 480px) {
  .cards .card .category-title:before {
    border-width: 2px;
    width: 30px;
    top: -10px;
  }
}
@media (max-width: 480px) {
  .cards .card .category-title {
    margin: 20px 0 10px 0;
    font-size: 13px;
  }
}
.cards .card .article-title {
  margin: 15px 0 0 0;
  font-family: "Alright Sans Black";
  font-weight: normal;
  font-size: 28px;
  letter-spacing: -0.03em;
  color: #535353;
}
@media (max-width: 768px) {
  .cards .card .article-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cards .card .article-title {
    font-size: 25px;
  }
}
.cards .card .quote {
  font-family: "Harriet Display Light";
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  line-height: 160%;
  color: #f15d22;
}
.cards .card.article {
  background: url("../img/bg-article.png") top left no-repeat;
  background-size: cover;
}
.cards .card.article:nth-child(even) {
  background: url("../img/bg-article.png") bottom right no-repeat;
}
.cards .card.article .hover-content {
  background: rgba(0, 0, 0, 0.1);
}
.cards .card.tweet {
  border-top: 6px solid #f15d22;
  cursor: default;
}
.cards .card.tweet .hover-content {
  display: none;
}
.cards .card.tweet.has-image .hover-content {
  display: block;
}
.cards .card.stat {
  background: url("../img/bg-article.png") top left no-repeat;
  background-size: cover;
  color: #fff;
  cursor: default;
}
.cards .card.profile {
  cursor: default;
  background: #979797;
  color: #fff;
}
.cards .card.profile .content {
  overflow-y: scroll;
}
.cards .card.profile p {
  margin: 20px 0 0 0;
  color: #fff;
  line-height: 150%;
  font-size: 15px;
}
.cards .card.profile h2 {
  margin-top: 30px;
  font-size: 22px;
}
@media (max-width: 480px) {
  .cards .card.profile p {
    font-size: 12px;
  }
  .cards .card.profile h2 {
    margin-top: 10px;
    font-size: 18px;
  }
}

.button, button {
  display: inline-block;
  padding: 18px 40px;
  border: 1px solid;
  border-color: rgba(241, 93, 34, 0.4);
  background: none;
  outline: none;
  font-family: "Harriet Display Light";
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  color: #f15d22;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.button:hover, button:hover {
  /*border-color: rgba($rp_red,.5);*/
  color: #fff;
  background-color: #f15d22;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.button:focus, button:focus {
  text-decoration: none;
}
.button.block, button.block {
  display: block;
}
.button.transparent, button.transparent {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.button.transparent:hover, button.transparent:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.button.dark, button.dark {
  border-color: #2b2b2b;
  color: #2B2B2B;
  background: rgba(255, 255, 255, 0.1);
}
.button.dark:hover, button.dark:hover {
  background: rgba(43, 43, 43, 0.5);
  border-color: rgba(43, 43, 43, 0.5);
  color: #fff;
}
.button.red, button.red {
  background: #f15d22;
  color: #fff;
  border-color: #f15d22;
}
.button.red:hover, button.red:hover {
  border-color: rgba(241, 93, 34, 0.5);
  background: #d3460d;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.button.small, button.small {
  padding: 10px 20px;
  font-size: 15px;
}
.button.white, button.white {
  border-color: #fff;
  color: #fff;
}
.button.white:hover, button.white:hover {
  background: rgba(255, 255, 255, 0.15);
}

.video-play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125px;
  height: 125px;
  margin-top: -62px;
  margin-left: -62px;
  z-index: 2;
  background: url("/assets/img/icon-play@2x.png") 0 0 no-repeat;
  background-size: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.video-play.small {
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
}

.item {
  position: relative;
  margin: 0;
  padding: 70px 0;
  text-align: center;
}
.item:last-child hr {
  display: none;
}
.item:hover .casestudy-hover {
  visibility: visible;
  opacity: 1;
}
.item:hover .casestudy-hover .client-image {
  top: 0;
}
.item:hover .casestudy-hover .casestudy-cta {
  bottom: 0;
}
.item .item-caps-title {
  margin: 0 0 15px 0;
  font-family: "Alright Sans Light";
  font-size: 16px;
  text-transform: uppercase;
}
.item .item-title {
  margin: 0 0 10px 0;
  font-family: "Alright Sans Black";
  font-size: 36px;
}
@media (max-width: 767px) {
  .item .item-title {
    font-size: 24px;
  }
}
.item .item-subtitle {
  font-family: "Alright Sans Light";
  font-size: 18px;
}
.item hr {
  position: absolute;
  top: 0;
  margin: 0 0 0 -10%;
  left: 50%;
  width: 20%;
}
.item .item-hover {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 45px 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.75);
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.item .item-hover .item-image {
  position: relative;
  top: -15px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.item .item-hover .item-cta {
  display: inline-block;
  margin-top: 10px;
  position: relative;
  bottom: -15px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.item .item-hover .item-hovercontent {
  position: relative;
  z-index: 4;
}
.item .item-hover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 3;
}
@media (max-width: 767px) {
  .item {
    padding: 30px 0;
  }
  .item .item-hover {
    visibility: visible;
    opacity: 1;
    background: none !important;
    position: inherit;
    top: auto;
    left: auto;
    width: auto;
    padding: 0;
  }
  .item .item-hover .button {
    top: auto;
    bottom: auto;
    border-color: rgba(241, 93, 34, 0.4);
    color: #f15d22;
  }
  .item .item-hover .overlay, .item .item-hover .item-image {
    display: none;
  }
}

.casestudies {
  *zoom: 1;
  margin-bottom: 60px;
}
.casestudies:before, .casestudies:after {
  content: "";
  display: table;
}
.casestudies:after {
  clear: both;
}
.casestudies:last-child {
  margin-bottom: 0;
}

.casestudy.block {
  position: relative;
  float: left;
  width: 50%;
  height: 500px;
  background-repeat: none;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  text-align: center;
  /*@include transition(all 250ms ease-out);*/
}
.casestudy.block:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.casestudy.block:nth-child(2) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.casestudy.block:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.casestudy.block:nth-child(4) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.casestudy.block:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.casestudy.block:nth-child(6) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.casestudy.block:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}
.casestudy.block:nth-child(8) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.casestudy.block:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.casestudy.block:nth-child(10) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.casestudy.block:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}
.casestudy.block:nth-child(12) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.casestudy.block:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}
.casestudy.block:nth-child(14) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}
.casestudy.block:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.casestudy.block:nth-child(16) {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}
.casestudy.block:nth-child(17) {
  -webkit-transition-delay: 850ms;
  transition-delay: 850ms;
}
.casestudy.block:nth-child(18) {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.casestudy.block:nth-child(19) {
  -webkit-transition-delay: 950ms;
  transition-delay: 950ms;
}
.casestudy.block:nth-child(20) {
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.casestudy.block:nth-child(21) {
  -webkit-transition-delay: 1050ms;
  transition-delay: 1050ms;
}
.casestudy.block:nth-child(22) {
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms;
}
.casestudy.block:nth-child(23) {
  -webkit-transition-delay: 1150ms;
  transition-delay: 1150ms;
}
.casestudy.block:nth-child(24) {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.casestudy.block:nth-child(25) {
  -webkit-transition-delay: 1250ms;
  transition-delay: 1250ms;
}
.casestudy.block:nth-child(n+3) {
  width: 33.333333%;
  height: 300px;
}
.casestudy.block:nth-child(n+3) .logo {
  max-width: 66%;
}
.casestudy.block .logo {
  max-width: 50%;
  margin-top: 40px;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.casestudy.block .casestudy-title {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 15px 0 0 0;
  font-family: "Alright Sans Light";
  font-size: 20px;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.casestudy.block .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
}
@media (max-width: 768px) {
  .casestudy.block {
    width: 100%;
    height: 200px;
    border: none;
    border-bottom: 1px solid #fff;
  }
  .casestudy.block:nth-child(n+3) {
    width: 100%;
    height: 200px;
  }
  .casestudy.block .logo {
    max-width: 60%;
  }
  .casestudy.block .casestudy-title {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .casestudy.block {
    width: 100%;
    height: 250px;
  }
  .casestudy.block:nth-child(n+3) {
    width: 50%;
    height: 200px;
  }
  .casestudy.block:nth-child(n+3) .casestudy-title {
    font-size: 16px;
  }
  .casestudy.block .logo {
    max-width: 40%;
  }
}
.casestudy.block:hover .overlay-content {
  background: rgba(0, 0, 0, 0.5);
}
.casestudy.block:hover .overlay-content .casestudy-title {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}
.casestudy.block:hover .overlay-content .logo {
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}
.casestudy.block.disabled {
  position: relative;
  display: block;
  -webkit-filter: grayscale(1);
}
.casestudy.block.disabled:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 480px) {
  .casestudy.block.disabled {
    display: none;
  }
}

.casestudy-feature {
  width: 50%;
  float: left;
}
.casestudy-feature .feature-content {
  background-size: cover;
  background-position: 50% 50%;
}
.casestudy-feature .feature-content .overlay-content {
  padding: 90px 50px 30px 50px;
  height: 60vh;
  /* need a consistent height for 2-up */
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.casestudy-feature .feature-content .client-logo {
  max-width: 200px;
  max-height: 50px;
}
@media (max-width: 768px) {
  .casestudy-feature {
    width: 100%;
  }
  .casestudy-feature .feature-content .overlay-content {
    padding: 30px;
    min-height: 250px;
    /* only need a min height for 1-up */
    height: auto;
  }
}

.labproject {
  *zoom: 1;
}
.labproject:before, .labproject:after {
  content: "";
  display: table;
}
.labproject:after {
  clear: both;
}

.labproject.block {
  position: relative;
  float: left;
  width: 25%;
  height: 200px;
  border: 1px solid #fff;
  background-repeat: none;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  /*	&:nth-child(n+3) {
  		width: 25%;
  		height: 250px;
  		.logo {
  			max-width: 66%;
  		}
  	}*/
}
.labproject.block .logo {
  max-width: 50%;
  margin-top: 40px;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.labproject.block .labproject-title {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 15px 0 0 0;
  font-family: "Alright Sans Light";
  font-size: 20px;
  -webkit-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.labproject.block .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
}
@media (max-width: 768px) {
  .labproject.block {
    width: 100%;
    height: 200px;
    border: none;
    border-bottom: 1px solid #fff;
  }
  .labproject.block:nth-child(n+3) {
    width: 100%;
    height: 200px;
  }
  .labproject.block .logo {
    max-width: 60%;
  }
  .labproject.block .labproject-title {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .labproject.block {
    width: 100%;
    height: 250px;
  }
  .labproject.block:nth-child(n+3) {
    width: 50%;
    height: 200px;
  }
  .labproject.block:nth-child(n+3) .labproject-title {
    font-size: 16px;
  }
  .labproject.block .logo {
    max-width: 40%;
  }
}
.labproject.block:hover .overlay-content {
  background: rgba(0, 0, 0, 0.75);
}
.labproject.block:hover .overlay-content .labproject-title {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.labproject.block:hover .overlay-content .logo {
  margin-top: -25px;
}
.labproject.block.disabled {
  display: block;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-filter: grayscale(1);
}
@media (max-width: 480px) {
  .labproject.block.disabled {
    display: none;
  }
}

.filter-nav-block {
  position: relative;
  display: inline-block;
}

.filter-nav {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 575px;
  background: #fff;
  visibility: hidden;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -moz-transform: scale(0.25);
  -ms-transform: scale(0.25);
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
}
.filter-nav.visible {
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scale(1) translateY(-20%);
  -ms-transform: scale(1) translateY(-20%);
  -webkit-transform: scale(1) translateY(-20%);
  transform: scale(1) translateY(-20%);
}
@media (max-width: 767px) {
  .filter-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -moz-transform: scale(0.75) translateY(0%);
    -ms-transform: scale(0.75) translateY(0%);
    -webkit-transform: scale(0.75) translateY(0%);
    transform: scale(0.75) translateY(0%);
  }
  .filter-nav a {
    font-size: 26px;
  }
  .filter-nav.visible {
    -moz-transform: scale(1) translateY(0%);
    -ms-transform: scale(1) translateY(0%);
    -webkit-transform: scale(1) translateY(0%);
    transform: scale(1) translateY(0%);
  }
}
.filter-nav li a {
  display: block;
  padding: 10px 20px;
  color: #535353;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.filter-nav li a:hover {
  color: #464646;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  background: #eee;
}
.filter-nav li.selected a {
  position: relative;
  padding-right: 60px;
  background: #f15d22;
  color: #fff;
  /*				&:before {
  					position: absolute;
  					top: 50%;
  					right: 10px;
  					margin-top: -30px;
  					display: inline-block;
  					content: '\e006';
  					font-family: 'linea-arrows-10';
  				}*/
}

.filter-nav-selected {
  display: inline-block;
  font-family: "Alright Sans Black";
  color: #f15d22;
  border-bottom: 1px dashed #f15d22;
  white-space: nowrap;
  /*padding-bottom: 9px;*/
  cursor: pointer;
}
.filter-nav-selected:hover {
  color: #eb4e0f;
}

.filter-nav-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.filter-nav-overlay.visible {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.nattylang-filter .filter-toggle {
  font-family: "Alright Sans Black";
  color: #f15d22;
  white-space: nowrap;
  cursor: pointer;
}
.nattylang-filter .filter-toggle:hover {
  color: #eb4e0f;
}
.nattylang-filter .filter-toggle:hover .trigger {
  border-color: #eb4e0f;
}
.nattylang-filter .filter-toggle:hover .arrow path {
  stroke: #eb4e0f;
}
.nattylang-filter .filter-toggle .trigger {
  padding-bottom: 0;
  /*margin: 0 10px;*/
  border-bottom: 1px dashed #f15d22;
}
.nattylang-filter .arrow-down {
  display: inline-block;
  position: relative;
  top: -2px;
}
.nattylang-filter .fill-red {
  fill: #f15d22;
}

.filter.stuck {
  position: fixed;
  top: 0;
  background-color: #fff;
  opacity: 0.98;
  filter: alpha(opacity=98);
  z-index: 998;
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.filter.stuck .nattylang-filter {
  margin-bottom: 15px;
  font-size: 22px;
  text-align: center;
}
.filter.stuck .arrow {
  -webkit-transform: scale(0.7);
  top: 4px;
  left: -2px;
}

.markdown {
  padding-top: 60px;
  padding-bottom: 60px;
  background: rgba(255, 255, 255, 0.8);
}
.markdown h1 {
  margin: 15px 0 15px 0;
  padding: 0;
  font-family: "Alright Sans Black";
  font-size: 48px;
  color: #3b3b3b;
}
@media (max-width: 767px) {
  .markdown h1 {
    font-size: 36px;
  }
}
.markdown h2 {
  margin: 30px 0 10px 0;
  padding: 0;
  font-family: "Alright Sans Black";
  font-size: 32px;
  color: #3b3b3b;
}
.markdown h3 {
  margin: 30px 0 5px 0;
  padding: 0;
  font-family: "Alright Sans Black";
  font-size: 24px;
  color: #3b3b3b;
}
.markdown h4 {
  margin: 30px 0 5px 0;
  padding: 0;
  font-font: "Alright Sans Light";
  font-size: 18px;
  text-transform: uppercase;
}
.markdown ul, .markdown ol {
  margin: 15px 0 30px 30px;
  padding: 0;
}
.markdown ul li, .markdown ol li {
  padding: 2px 0;
}
.markdown ul {
  list-style-type: square;
}
.markdown ol {
  list-style-type: decimal;
}
.markdown a {
  color: #f15d22;
}
.markdown img {
  display: block;
  max-width: 100%;
  margin: 50px auto;
}
.markdown iframe, .markdown video {
  width: 100%;
  margin: 50px auto;
  height: 500px;
}
@media (max-width: 767px) {
  .markdown iframe, .markdown video {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 25px auto;
  }
}

.takeover-overlay {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.96);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.takeover-overlay.visible {
  visibility: visible;
  z-index: 129;
  opacity: 1;
  filter: alpha(opacity=100);
}

.takeover-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  visibility: hidden;
  padding-top: 100px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 150ms ease-in-out 150ms;
  -o-transition: all 150ms ease-in-out 150ms;
  transition: all 150ms ease-in-out 150ms;
}
.takeover-content.visible {
  visibility: visible;
  z-index: 130;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.takeover-content .close-takeover {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #979797;
  font-size: 48px;
  font-family: "Alright Sans Black";
  line-height: 100%;
  z-index: 132;
}
@media (max-width: 480px) {
  .takeover-content .close-takeover {
    top: 10px;
    right: 10px;
    font-size: 34px;
    font-family: "Alright Sans Black";
  }
}
.takeover-content .form-pages .form-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*			padding: 50px 100px 0 100px;*/
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
@media (max-width: 767px) {
  .takeover-content .form-pages .form-page {
    /*padding: 0 30px;*/
  }
}
.takeover-content .form-pages .form-page.active {
  visibility: visible;
  z-index: 129;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.takeover-content .form-pages .form-page.success-page {
  /*margin-top: 100px;*/
}
.takeover-content .form-pages .form-page.success-page .socials {
  margin-top: 0;
}
.takeover-content .form-pages .form-page.success-page .socials .accounts > div {
  padding: 30px 20px;
}
.takeover-content .form-pages .form-page .image-select {
  margin-left: 50px;
}
@media (max-width: 480px) {
  .takeover-content .form-pages .form-page .image-select {
    margin-left: 20px;
  }
}
.takeover-content .form-pages .form-page .image-select li {
  position: relative;
  display: inline-block;
  float: left;
  width: 120px;
  height: 120px;
  margin: 20px 50px 0 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.takeover-content .form-pages .form-page .image-select li:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  .takeover-content .form-pages .form-page .image-select li {
    width: 45px;
    height: 45px;
    margin: 10px 10px 40px 0;
  }
}
.takeover-content .form-pages .form-page .image-select li img {
  width: 100%;
}
.takeover-content .form-pages .form-page .image-select li .amount {
  position: absolute;
  bottom: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.takeover-content .form-pages .form-page .image-select li:hover {
  cursor: pointer;
}
.takeover-content .form-pages .form-page .image-select li:hover .amount {
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.takeover-content .form-pages .form-page .image-select li:after {
  width: 100%;
  height: 100%;
  content: " ";
  background-color: red;
}
.takeover-content .form-pages .form-page .image-select li.active .check {
  visibility: visible;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.takeover-content .form-pages .form-page .image-select li .money {
  margin-top: 10px;
  font-size: 15px;
}
@media (max-width: 480px) {
  .takeover-content .form-pages .form-page .image-select li .money {
    margin-top: 5px;
    font-size: 12px;
  }
}
.takeover-content .form-pages .form-page .image-select li .check {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f15d22;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: table;
}
.takeover-content .form-pages .form-page .image-select li .check > div {
  display: table-cell;
  background-position: 50% 50%;
}
.takeover-content .form-pages .form-page .image-select .budget-option.active {
  background-color: red;
}
.takeover-content .form-pages .form-page input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  /*				position: absolute;
  				display: block;
  				margin: 0 auto 20px;
  				width: 100%;
  				height: 100%;
  				@include opacity(0);
  				cursor: pointer;
  				&:focus + label::after,
  				&:checked + label::after{
  					@include opacity(.2);
  				}
  				&:focus + label::before,
  				&:checked + label::before{
  					@include opacity(1);
  				}
  				&:focus + label,
  				&:checked + label{
  					color: $rp_red;
  				}*/
}
.takeover-content .form-pages .form-page input[type="text"], .takeover-content .form-pages .form-page input[type="email"] {
  width: auto;
  background: none;
  border: none;
  border-bottom: 1px solid #f15d22;
  padding: 0 0 15px;
  font-family: "Alright Sans Light";
  font-size: 45px;
  color: #f15d22;
  outline: none;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 480px) {
  .takeover-content .form-pages .form-page input[type="text"], .takeover-content .form-pages .form-page input[type="email"] {
    font-size: 22px;
  }
}
.takeover-content .form-pages .form-page .controls {
  display: block;
  position: fixed;
  bottom: 30px;
  width: 100%;
  padding: 0 50px;
  *zoom: 1;
}
.takeover-content .form-pages .form-page .controls:before, .takeover-content .form-pages .form-page .controls:after {
  content: "";
  display: table;
}
.takeover-content .form-pages .form-page .controls:after {
  clear: both;
}
.takeover-content .form-pages .form-page .controls .back {
  float: left;
}
.takeover-content .form-pages .form-page .controls .next {
  float: right;
}
.takeover-content .form-pages .form-page .controls .finished {
  color: #fff;
  background: #f15d22;
  float: right;
}
@media (max-width: 480px) {
  .takeover-content .form-pages .form-page .controls {
    padding: 0 20px;
  }
  .takeover-content .form-pages .form-page .controls button {
    padding: 10px 20px;
    font-size: 15px;
  }
}
.takeover-content .form-pages .form-page .question {
  font-family: "Harriet Display Light";
  color: #979797;
  font-size: 24px;
  margin-left: 50px;
  margin-top: 100px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .takeover-content .form-pages .form-page .question {
    margin-left: 20px;
    font-size: 16px;
  }
}
.takeover-content .form-pages .form-page .intro, .takeover-content .form-pages .form-page .madlib, .takeover-content .form-pages .form-page label {
  font-family: "Alright Sans Light";
  font-size: 45px;
  font-weight: normal;
  line-height: 120%;
}
.takeover-content .form-pages .form-page .madlib {
  margin: 0 50px;
}
@media (max-width: 480px) {
  .takeover-content .form-pages .form-page .madlib {
    font-size: 22px;
    margin-left: 20px;
  }
}
.takeover-content .form-pages .form-page .madlib .filter-nav-selected {
  padding-bottom: 0;
}
.takeover-content .form-pages .form-page .madlib .filter-nav li a {
  font-family: "Alright Sans Light";
  font-size: 20px;
  line-height: 100%;
}
@media (max-width: 480px) {
  .takeover-content .form-pages .form-page .madlib .filter-nav {
    padding-top: 100px;
  }
}

#contact-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 10px;
  *zoom: 1;
}
#contact-progress:before, #contact-progress:after {
  content: "";
  display: table;
}
#contact-progress:after {
  clear: both;
}
#contact-progress li {
  position: relative;
  float: left;
  margin: 0;
  height: 10px;
  background: #eee;
}
#contact-progress li .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  background: #f15d22;
  height: 10px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#contact-progress li.complete .bar {
  width: 100%;
}

/*$overlay_background: $rp_black;
$overlay_takeover_alpha: .6;*/
.us-takeover, .brand-takeover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(43, 43, 43, 0.6);
  z-index: 999;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.us-takeover.active, .brand-takeover.active {
  display: block;
  visibility: visible;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.us-takeover.animated, .brand-takeover.animated {
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
}
.us-takeover.white, .brand-takeover.white {
  background-color: rgba(255, 255, 255, 0.97);
}
.us-takeover.dark, .brand-takeover.dark {
  background-color: rgba(43, 43, 43, 0.6);
}

.noscroll {
  overflow: hidden;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 6px;
  background: #f15d22;
  pointer-events: none;
}

.detail a {
  color: #f15d22;
}
.detail hr {
  border: 3px #535353 solid;
  width: 10%;
  margin: 0;
}
.detail .content.animated {
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
}
.detail .content .box {
  position: relative;
  padding: 40px;
  padding-right: 120px;
}
@media (max-width: 768px) {
  .detail .content .box {
    padding: 30px;
  }
}
.detail .content .article-detail {
  display: block;
  max-width: 800px;
  margin: 50px auto;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .detail .content .article-detail {
    padding: 30px 15px;
  }
}
.detail .content .article-detail.box {
  padding-top: 10px;
  padding-right: 40px;
}
.detail .content .article-detail .article-title {
  padding: 0 50px;
  text-align: center;
  font-family: "Alright Sans Black";
  font-size: 48px;
  font-weight: normal;
}
@media (max-width: 480px) {
  .detail .content .article-detail .article-title {
    font-size: 32px;
  }
}
.detail .content .article-detail .article-attributes {
  margin: 0 0;
  padding: 0 0 20px 0;
  text-align: center;
}
.detail .content .article-detail .article-attributes .pepper {
  width: 150px;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .detail .content .article-detail .article-attributes .pepper {
    width: 120px;
  }
}
.detail .content .article-detail .article-attributes .article-date {
  font-size: 14px;
}
.detail .content .article-detail .article-author {
  /*				display: inline-block;
  				float: left;
  				margin: 0 15px 15px 0;*/
}
.detail .content .article-detail .media-element img.pepper {
  margin: 0;
  width: 50px;
}
.detail .content .article-detail .article-content {
  margin-top: 50px;
}
.detail .content .article-detail .article-content p, .detail .content .article-detail .article-content img {
  margin: 20px 0 20px 0;
}
.detail .content .article-detail .article-content img {
  display: block;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}
.detail .content .article-detail .article-content hr, .detail .content .article-detail .article-content li {
  margin: 20px 0 20px 0;
}
.detail .content .article-detail .article-content div[class*="col-"] {
  width: auto;
  float: none;
}
.detail .content .article-detail .source {
  clear: both;
}
.detail .content .image-detail {
  position: relative;
  display: block;
  max-width: 750px;
  margin: 50px auto;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
@media (min-width: 480px) and (max-width: 1200px) {
  .detail .content .image-detail {
    max-width: 750px;
  }
}
.detail .content .image-detail > img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.detail .content .image-detail > img.square {
  width: 100%;
  height: auto;
}
.detail .content .image-detail > img.landscape {
  width: 100%;
  height: auto;
}
.detail .content .image-detail > img.portrait {
  width: auto;
  max-height: 650px;
}
.detail .content .image-detail h3 {
  margin-top: 30px;
  margin-bottom: 5px;
  line-height: 140%;
}
.detail .content .image-detail .source {
  font-size: 12px;
}
.detail .content .image-detail .image-hold img {
  max-height: 650px;
  max-width: 100%;
}
.detail .content .video-detail {
  position: relative;
  display: block;
  max-width: 900px;
  margin: 50px auto;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .detail .content .video-detail {
    max-width: 100%;
    padding: 30px 120px 30px 30px;
  }
}
@media (min-width: 480px) and (max-width: 1200px) {
  .detail .content .video-detail {
    max-width: 750px;
  }
}
.detail .content .video-detail video {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.detail .content .video-detail h3 {
  margin-top: 30px;
  margin-bottom: 5px;
  line-height: 140%;
}
.detail .content .video-detail .source {
  font-size: 12px;
}
.detail .content .video-detail .image-hold img {
  max-height: 650px;
  max-width: 100%;
}

.close-block {
  position: fixed;
  top: 20px;
  right: 20px;
}
.close-block .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.close-block.back {
  color: #fff;
}
.close-block.back .overlay-content {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.close-block.back:hover {
  cursor: pointer;
}
.close-block.back:hover .overlay-content {
  background: rgba(241, 93, 34, 0.95);
}
.close-block .icon:hover {
  cursor: pointer;
}

.avatar-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  padding: 40px 15px;
  background: #f9f9f9;
  border-left: 1px solid #eee;
  overflow: hidden;
  /* purposefully hiding extra avatars */
  *zoom: 1;
}
.avatar-list:before, .avatar-list:after {
  content: "";
  display: table;
}
.avatar-list:after {
  clear: both;
}
@media (max-width: 767px) {
  .avatar-list {
    display: none;
  }
}
.avatar-list .tagged {
  display: block;
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
  padding-top: 12px;
  background: #f15d22;
  color: #fff;
  font-family: "Alright Sans Black";
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  line-height: 100%;
}
.avatar-list .avatar {
  display: inline-block;
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
}
.avatar-list .avatar img {
  width: 50px;
  height: 50px;
}

.cooltip {
  display: inline;
  position: relative;
  z-index: 9999;
}
.cooltip .cooltip-item {
  cursor: inherit;
  display: inline-block;
  font-weight: 700;
}
.cooltip .cooltip-item:after {
  content: '';
  position: absolute;
  width: 120px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cooltip .cooltip-text {
  font-size: 0.89em;
  font-family: "Alright Sans";
  line-height: 1.35;
  display: block;
  padding: 7px 7px 4px 7px;
  color: #fff;
  text-align: center;
}
.cooltip .cooltip-text a {
  font-weight: bold;
}
.cooltip .cooltip-content {
  position: absolute;
  z-index: 9999;
  width: 80px;
  left: 45%;
  margin: 0 0 30px -40px;
  bottom: 100%;
  text-align: left;
  font-size: 0.765em;
  font-family: "Alright Sans";
  font-weight: bold;
  line-height: 120%;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: default;
  pointer-events: none;
}
.cooltip .cooltip-content:after {
  content: '';
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.75);
  border-width: 7px;
  margin-left: -7px;
}
.cooltip.cooltip-effect .cooltip-content {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cooltip:hover .cooltip-item:after {
  pointer-events: auto;
}
.cooltip:hover .cooltip-content {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.fullvideo {
  position: relative;
  width: 100%;
  height: 410px;
  background-position: center center;
  background-size: cover;
  background-color: #eee;
  cursor: pointer;
  -webkit-transition: height 300ms ease-in-out;
  -o-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
}
.fullvideo:hover:after {
  background: rgba(43, 43, 43, 0.25);
}
.fullvideo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(43, 43, 43, 0);
  -webkit-transition: background 250ms ease-out;
  -o-transition: background 250ms ease-out;
  transition: background 250ms ease-out;
}
.fullvideo .video-play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125px;
  height: 125px;
  margin-top: -62px;
  margin-left: -62px;
  z-index: 2;
  background: url("/assets/img/icon-play@2x.png") 0 0 no-repeat;
  background-size: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.fullvideo .video-close {
  visibility: hidden;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  font-family: "Alright Sans Black";
  font-size: 36px;
  line-height: 100%;
  z-index: 10;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.fullvideo .video-player {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 410px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.fullvideo.active {
  height: 600px;
  background: #2B2B2B !important;
  cursor: inherit;
}
.fullvideo.active .video-play {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fullvideo.active .video-close {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fullvideo.active .video-player {
  visibility: visible;
  height: 600px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fullvideo.active:after {
  display: none;
}
@media (max-width: 768px) {
  .fullvideo {
    height: 250px;
  }
  .fullvideo.active {
    height: 350px;
  }
  .fullvideo.active .video-player {
    height: 350px;
  }
}

html.loading {
  cursor: progress !important;
}

section.dark {
  color: #fff;
}
section.full {
  height: 800px;
  /* no support for vh backup */
  height: 90vh;
}

a, a:hover, a:focus, a:active {
  outline: none;
  color: inherit;
}

hr.toptic {
  border: 3px #fff solid;
  width: 40px;
  margin: 0 0 25px 0;
}
hr.dark {
  border-color: #3b3b3b;
}
hr.red {
  border-color: #f15d22;
}
hr.light {
  border-color: #f2f2f2;
}
hr.reverse {
  margin: 25px 0 0 0;
}
hr.center {
  margin: 0 auto;
}

.page-lead {
  padding-top: 30vh;
  padding-bottom: 20vh;
  position: relative;
  z-index: 100;
}
.page-lead.bottomless {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .page-lead {
    padding-top: 130px;
    padding-bottom: 30px;
  }
}
.page-lead h2 {
  position: relative;
  font-family: "Alright Sans Light";
  font-size: 3em;
  line-height: 1.2;
}
.page-lead h2:before {
  display: none;
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  width: 320px;
  height: 1px;
  background: #ccc;
}
.page-lead h2.larger {
  font-size: 3.3em;
}
.page-lead h2 span {
  color: #f15d22;
  font-family: "Alright Sans Black";
}
@media (max-width: 992px) {
  .page-lead h2 br {
    display: none;
  }
}
@media (max-width: 768px) {
  .page-lead h2 {
    font-size: 2em;
    line-height: 1.2;
  }
  .page-lead h2.larger {
    font-size: 2em;
    line-height: 1.2;
  }
}

.title-lead, .category {
  font-family: "Harriet Display Light";
  font-size: 13px;
  font-style: italic;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #535353;
  margin: 0;
}

.screen {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.animated.fast, .wow.fast {
  -webkit-animation-duration: 450ms;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  image-rendering: crisp-edges;
}

.media-block, .media-text {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}

.media-element {
  float: left;
  margin-right: 30px;
}
.media-element img {
  display: block;
}

.clear {
  clear: both;
}

.full-width-grid {
  padding-left: 15px;
  padding-right: 15px;
}

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

@media (max-width: 768px) {
  .mobile-spacer {
    margin-bottom: 30px;
  }
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}
.display-table .display-table-cell {
  display: table-cell;
}
.display-table .display-table-cell.center {
  vertical-align: middle;
  text-align: center;
}

.no-pad {
  padding: 0 !important;
  margin: 0 !important;
}

/* For SVG arrows and Xs */
.arrow {
  width: 40px;
  height: 24px;
  position: relative;
  top: 0;
  display: inline-block;
}

.arrow path {
  stroke: #f15d22;
  fill: transparent;
  stroke-width: 3px;
}

.xclose {
  width: 30px;
  height: 36px;
}

.xclose path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 2px;
}

/* socials list */
.socials {
  margin-top: 80px;
}
.socials .accounts > div {
  padding: 60px 20px;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.socials .accounts > div a {
  color: inherit;
}
.socials .accounts > div:hover {
  cursor: pointer;
  background-color: #f15d22;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.socials .accounts > div:hover a, .socials .accounts > div:hover h4 {
  color: #fff;
}
.socials .social {
  font-family: "Alright Sans Light";
  color: #979797;
  font-size: 14px;
}
.socials h4 {
  font-family: "Alright Sans Black";
  color: #3b3b3b;
  font-size: 18px;
}

/* responsive video stuff */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#home-hero {
  position: relative;
}
#home-hero #recent {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  margin-left: -15px;
  /* offset padding */
  font-family: "Harriet Display Regular";
  font-style: italic;
  font-size: 18px;
}
@media (max-width: 768px) {
  #home-hero #recent {
    font-size: 14px;
    bottom: 20px;
  }
}

#brand-menu li {
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

#case-studies {
  width: 100%;
  overflow-x: hidden;
}
#case-studies .item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out 300ms;
  -o-transition: all 300ms ease-in-out 300ms;
  transition: all 300ms ease-in-out 300ms;
}
#case-studies .item h1 {
  -webkit-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
#case-studies .item:hover figcaption {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#case-studies figcaption {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 300ms ease-out 300ms;
  -o-transition: all 300ms ease-out 300ms;
  transition: all 300ms ease-out 300ms;
  -webkit-transform: translate3d(0, -100%, -25%);
  transform: translate3d(0, -100%, -25%);
}
#case-studies figcaption .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-size: cover;
  background-position: center 40%;
}
#case-studies figcaption .cover:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(43, 43, 43, 0.6);
  opacity: 1;
  transition: all 1s;
  -webkit-transition: all 1s;
}
#case-studies figcaption .hover-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#case-studies figcaption .hover-content .button {
  margin-top: 20px;
}
#case-studies figcaption .hover-content .client-logo {
  margin: 0 auto;
  display: block;
}

#clients {
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 50px;
}

#featured {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

#thoughts {
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 100px;
  padding-bottom: 50px;
  background: url("../img/home/bg-diamonds.png") center top no-repeat;
  background-size: 100% auto;
  min-height: 1000px;
}
@media (max-width: 768px) {
  #thoughts {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  #thoughts .section-intro-heading {
    margin: 0 0 10px 0;
    font-family: "Harriet Display Light";
    font-size: 20px;
    font-weight: normal;
  }
}
#thoughts #featured-thought {
  margin-top: 50px;
}
#thoughts #featured-thought .post-info .post-title {
  font-size: 30px;
  margin: 20px 0;
}
#thoughts #featured-thought .person-image {
  border-bottom: #f2f2f2 1px solid;
}
#thoughts #supporting-faces {
  padding-top: 60px;
  background: url("../img/home/bg-diamonds-bottom.png") center -50% no-repeat;
  background-size: 100% auto;
}
@media (max-width: 992px) {
  #thoughts #supporting-faces .desktop-profile {
    display: none;
  }
}
#thoughts #supporting-thoughts .mobile-profile {
  display: none;
}
@media (max-width: 992px) {
  #thoughts #supporting-thoughts .mobile-profile {
    display: block;
    margin-top: 20px;
  }
  #thoughts #supporting-thoughts .mobile-profile img {
    border-bottom: #f2f2f2 1px solid;
  }
}
@media (max-width: 992px) {
  #thoughts #supporting-thoughts {
    text-align: center;
  }
}
#thoughts .person-image {
  max-width: 250px;
}
#thoughts .partition {
  border-right: #f2f2f2 1px solid;
}
#thoughts .partition:last-child {
  border: none;
}
#thoughts .post-info {
  padding: 0 30px 0 30px;
}
#thoughts .post-info .date {
  text-transform: none;
  margin-bottom: 10px;
}
#thoughts .post-info .toptic {
  border-color: #3b3b3b;
}
#thoughts .post-info .author {
  color: #f15d22;
  font-size: 15px;
  margin: 20px 0 10px 0;
  font-family: "Alright Sans";
  text-transform: none;
  font-style: normal;
}
#thoughts .post-info .post-title {
  font-size: 22px;
  margin-top: 0;
  font-family: "Harriet Display Medium";
  font-weight: bold;
}
#thoughts .post-info .post-title a {
  color: #535353;
}
#thoughts .post-info .post-content {
  margin-bottom: 20px;
}

#recognition {
  margin: 50px 0;
  padding: 0 0 50px 0;
  /*background: #f9f9f9;*/
}

.logos {
  margin: 0;
  overflow: hidden;
}
.logos .logo {
  float: left;
  width: 25%;
  padding: 15px;
  text-align: center;
}
.logos .logo:nth-child(4n) {
  border-right: none;
}
.logos .logo:nth-child(9n), .logos .logo:nth-child(10n), .logos .logo:nth-child(11n), .logos .logo:nth-child(12n) {
  border-bottom: none;
}
.logos .logo img {
  display: inline-block;
  width: 70%;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.logos .logo.press {
  width: 20%;
  padding: 5px;
}
.logos .logo.press img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  -moz-filter: brightness(0.5);
}
@media (max-width: 480px) {
  .logos .logo.press {
    width: 33%;
  }
  .logos .logo.press:first-child, .logos .logo.press:nth-child(2) {
    width: 50%;
  }
  .logos .logo.press:first-child img, .logos .logo.press:nth-child(2) img {
    width: 80%;
  }
}
.logos .logo.color img {
  -webkit-filter: grayscale(1) brightness(0.2);
  filter: grayscale(1) brightness(0.2);
  opacity: .5;
}
@media (max-width: 768px) {
  .logos .logo {
    width: 33%;
  }
  .logos .logo img {
    display: inline-block;
    width: 100%;
  }
}

.press-logos {
  margin: 80px 0 0 0;
  overflow: hidden;
  background-color: rgba(85, 85, 85, 0.95);
}
.press-logos .logo {
  float: left;
  width: 20%;
  padding: 15px;
  text-align: center;
  /*		border-right: 1px solid $rule_color;
  		border-bottom: 1px solid $rule_color;*/
}
.press-logos .logo:nth-child(4n) {
  border-right: none;
}
.press-logos .logo:nth-child(9n), .press-logos .logo:nth-child(10n), .press-logos .logo:nth-child(11n), .press-logos .logo:nth-child(12n) {
  border-bottom: none;
}
.press-logos .logo img {
  display: inline-block;
  width: 70%;
  -webkit-filter: brightness(0.9);
}

#talk {
  position: relative;
  height: 400px;
  background: url("../img/home/bg-staircase-chat.jpg") bottom center no-repeat;
  background-size: cover;
}
#talk:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(43, 43, 43, 0.65);
  -webkit-transition: background 250ms ease-out;
  -o-transition: background 250ms ease-out;
  transition: background 250ms ease-out;
}
#talk * {
  position: relative;
  color: #fff;
  z-index: 2;
}
#talk h2 {
  font-family: "Alright Sans Black";
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
}

.culture .culture-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
.culture .culture-block p {
  margin-top: 30px;
}
.culture .culture-block a.inline {
  color: #f15d22;
}
.culture .culture-block a.inline:hover {
  border-bottom: 1px #f15d22 solid;
}
.culture .culture-block .title {
  margin-bottom: 0;
  font-size: 32px;
}
@media (max-width: 992px) {
  .culture .culture-block .title {
    font-size: 24px;
  }
}
.culture .culture-block .subhead {
  margin-top: 2px;
  font-size: 18px;
  text-transform: none;
}
@media (max-width: 992px) {
  .culture .culture-block .subhead {
    font-size: 14px;
  }
}
.culture .culture-block .intro {
  font-family: "Harriet Display Light";
  font-size: 29px;
  line-height: 140%;
}
.culture .culture-block img {
  margin: 30px 0 30px 0;
}
.culture .culture-block li {
  float: left;
  width: 50%;
}
.culture #palooza {
  background-image: url("/assets/img/culture/palooza-vid-cap.jpg");
}

.contact p {
  font-size: 16px;
  line-height: 140%;
}
.contact .info h2, .contact .info h4 {
  font-family: "Alright Sans Black";
  color: #3b3b3b;
  font-size: 25px;
}
.contact .info h4 {
  font-size: 18px;
}
.contact .second.row {
  margin-top: 30px;
}
.contact .departments {
  margin-top: 50px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .contact .departments {
    margin-bottom: 50px;
  }
  .contact .departments h2 {
    margin-top: 50px;
  }
}
.contact .contact-info {
  min-height: 110px;
}
.contact .contact-info h3, .contact .contact-info p {
  font-family: "Alright Sans Light";
}
.contact .contact-info h3 {
  color: #3b3b3b;
  font-size: 16px;
}
.contact .contact-info p {
  color: #979797;
  font-family: "Harriet Display Light";
}
@media (max-width: 992px) {
  .contact .contact-info {
    min-height: 0;
  }
}

.services p {
  font-size: 16px;
  line-height: 140%;
}
.services .intro p {
  font-family: "Harriet Display Light";
  font-size: 29px;
  line-height: 140%;
}
.services .products {
  overflow: hidden;
  /* gives contiainer div the height */
}
.services .products .product {
  float: left;
  padding: 20px;
  width: 33.333333%;
  height: 400px;
  background-color: #f15d22;
  /*background: url('/assets/img/services/bg2.jpg') center 100% no-repeat;*/
}
.services .products .product h2 {
  font-family: "Alright Sans Black";
  color: #fff;
  font-size: 27px;
  margin-bottom: 20px;
}
.services .products .product p {
  color: #fff;
  margin: 0 auto;
  width: 80%;
}
.services .products .product .button {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .services .products .product {
    width: 100%;
  }
  .services .products .product p {
    width: 80%;
  }
}
.services .products #sharp-corners {
  background: url("../img/services/services-bg-1.jpg");
  background-size: cover;
}
.services .products #on-premise {
  background: linear-gradient(rgba(43, 43, 43, 0.7), rgba(43, 43, 43, 0.7)), url("../img/services/on-premise-services.jpg");
  background-size: cover;
}
.services .products #innovation-lab {
  background: linear-gradient(rgba(43, 43, 43, 0.7), rgba(43, 43, 43, 0.7)), url("../img/services/innovation-services.jpg") center right no-repeat;
  background-size: cover;
}
.services .products #content-strategy {
  background: linear-gradient(rgba(43, 43, 43, 0.7), rgba(43, 43, 43, 0.7)), url("../img/services/content-services.jpg") bottom right no-repeat;
  background-size: cover;
}
.services .products #integrated-campaigns {
  background: url("../img/services/services-bg-3.jpg");
  background-size: cover;
}
.services .products #the-retail-loop {
  background: url("../img/services/services-bg-2.jpg");
  background-size: cover;
}
.services .products #fluid-digital {
  background: linear-gradient(rgba(43, 43, 43, 0.7), rgba(43, 43, 43, 0.7)), url("../img/services/digital-services.jpg") center center no-repeat;
  background-size: cover;
}
.services .products #mystery-service {
  background: url("../img/services/services-bg-4.jpg");
  background-size: cover;
}

/*#pepper-shot {
	position: relative;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	z-index: 2;
	@include box-shadow(0 2px 2px rgba(0,0,0,.1));
}*/
#pepper-shot {
  position: absolute;
  top: -100px;
  right: -55px;
  z-index: -999;
  width: 350px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
#pepper-shot.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (max-width: 480px) {
  #pepper-shot {
    top: -80px;
    right: -45px;
    width: 220px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #pepper-shot {
    top: -80px;
    width: 220px;
  }
}
@media (min-width: 480px) and (max-width: 992px) {
  #pepper-shot {
    top: -70px;
  }
}

/* for people images spilling out of container on mobile */
.individual section.page-lead {
  overflow: hidden;
}

.jobs .job-list {
  min-height: 50vh;
}
.jobs .job-list a:nth-child(even) .job {
  background-color: #f26830;
}
.jobs .job-list a .job {
  position: relative;
  cursor: pointer;
  color: #fff;
  background-color: #f15d22;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.jobs .job-list a .job:hover {
  background-color: #d3460d;
}
.jobs .job-list a .job:hover .item-title, .jobs .job-list a .job:hover .item-subtitle {
  /*color: $copy_color;*/
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.jobs .job-list a .job.open {
  cursor: inherit;
}
.jobs .job-list a .job.open .job-details {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
  height: 100%;
  padding: 50px 25%;
  left: 0;
  top: 0;
  overflow: visible;
}
.jobs .job-list a .job .item-title {
  margin: 0 80px;
}
.jobs .job-list a .job .item-subtitle {
  color: #fff;
  width: 80%;
  max-width: 650px;
  margin: 0 auto;
}

.jobdetail .description {
  margin: 80px 0;
}
.jobdetail .description h1 {
  margin-top: 40px;
}
.jobdetail .description .markdown {
  padding: 0;
}
.jobdetail .description a {
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.jobdetail .description a:hover {
  color: #f15d22;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.casestudy .markdown {
  padding: 0;
  background: none;
}
.casestudy section {
  margin-top: 30px;
  margin-bottom: 30px;
}
.casestudy .subhead {
  margin: 0;
  font-family: "Alright Sans Light";
  font-size: 22px;
  text-transform: uppercase;
  color: #3b3b3b;
  line-height: 150%;
}
.casestudy .subhead:before {
  display: none;
}
.casestudy .text-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
.casestudy .full-bleed-image {
  margin: 0;
  padding: 0;
}
.casestudy .image-block {
  margin-top: 30px;
  margin-bottom: 15px;
}
.casestudy .casestudy-hero {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center center;
  display: table;
}
.casestudy .casestudy-hero .logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.casestudy .casestudy-hero .logo img {
  max-width: 400px;
  max-height: 250px;
}
@media (max-width: 480px) {
  .casestudy .casestudy-hero .logo img {
    max-width: 70%;
    max-height: 150px;
  }
}
@media (max-width: 480px) {
  .casestudy .casestudy-hero {
    height: 300px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .casestudy .casestudy-hero {
    height: 350px;
  }
}
.casestudy .stats-block {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f15d22;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .casestudy .stats-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.casestudy .stats-block figure {
  margin: 0;
  padding: 0;
}
.casestudy .stats-block figure figcaption {
  font-family: "Alright Sans Light";
  font-size: 20px;
}
@media (max-width: 768px) {
  .casestudy .stats-block figure figcaption {
    font-size: 16px;
  }
}
.casestudy .stats-block figure figcaption strong {
  display: block;
  margin-bottom: 5px;
  font-family: "Harriet Display Medium";
  font-size: 21px;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .casestudy .stats-block figure figcaption strong {
    font-size: 18px;
  }
}

.up-next {
  position: relative;
  width: 100%;
  padding: 200px 0 50px 0;
  margin-bottom: 0 !important;
  background-color: #999;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
.up-next:hover:after {
  background: rgba(43, 43, 43, 0.4);
}
.up-next:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(43, 43, 43, 0.25);
  -webkit-transition: background 250ms ease-out;
  -o-transition: background 250ms ease-out;
  transition: background 250ms ease-out;
}
.up-next * {
  color: #fff !important;
  z-index: 2;
}
.up-next .subhead {
  color: rgba(255, 255, 255, 0.75) !important;
}
.up-next .up-next-label {
  font-size: 18px;
  font-family: "Alright Sans Light";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .up-next {
    padding-top: 50px;
  }
}

.page.lab .page-lead {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  /*background: lighten($rp_black,10%);*/
  background: linear-gradient(rgba(43, 43, 43, 0.85), rgba(43, 43, 43, 0.85)), url("../img/lab/work-bench.jpg");
  background-size: cover;
  background-position: top center;
  color: #fff;
}
.page.lab .page-lead .row, .page.lab .page-lead .peeps {
  position: relative;
  z-index: 10;
}
.page.lab .page-lead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(43, 43, 43, 0.85);
}
.page.lab .page-lead p {
  color: #fff;
}
.page.lab .page-lead .subhead {
  color: #cccccc;
}
.page.lab .page-lead .peeps {
  position: absolute;
  top: -50px;
  right: 15px;
  *zoom: 1;
}
.page.lab .page-lead .peeps:before, .page.lab .page-lead .peeps:after {
  content: "";
  display: table;
}
.page.lab .page-lead .peeps:after {
  clear: both;
}
.page.lab .page-lead .peeps li {
  width: 60px;
  height: 60px;
  float: left;
  margin: 0 0 0 15px;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.page.lab .page-lead .peeps li:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.page.lab .page-lead .peeps li img {
  width: 100%;
  height: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .page.lab .page-lead .peeps {
    display: none;
  }
}
.page.lab .lab-logo {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: auto;
  padding-top: 40px;
}
@media (max-width: 480px) {
  .page.lab .lab-logo {
    display: none;
  }
}
.page.lab .cards {
  min-height: auto;
}
.page.lab .cards .card:nth-child(1) {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}
.page.lab .cards .card:nth-child(2) {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.page.lab .cards .card:nth-child(3) {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}
.page.lab .cards .card:nth-child(4) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.page.lab .cards .card:nth-child(5) {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
.page.lab .cards .card:nth-child(6) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.page.lab .cards .card:nth-child(7) {
  -webkit-animation-delay: 350ms;
  animation-delay: 350ms;
}
.page.lab .cards .card:nth-child(8) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.page.lab .cards .card:nth-child(9) {
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}
.page.lab .cards .card:nth-child(10) {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.page.lab .cards .card:nth-child(11) {
  -webkit-animation-delay: 550ms;
  animation-delay: 550ms;
}
.page.lab .cards .card:nth-child(12) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.page.lab .cards .card:nth-child(13) {
  -webkit-animation-delay: 650ms;
  animation-delay: 650ms;
}
.page.lab .cards .card:nth-child(14) {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}
.page.lab .cards .card:nth-child(15) {
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
}
.page.lab .cards .card:nth-child(16) {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.page.lab .cards .card:nth-child(17) {
  -webkit-animation-delay: 850ms;
  animation-delay: 850ms;
}
.page.lab .cards .card:nth-child(18) {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
.page.lab .cards .card:nth-child(19) {
  -webkit-animation-delay: 950ms;
  animation-delay: 950ms;
}
.page.lab .cards .card:nth-child(20) {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.page.lab .cards .card:nth-child(21) {
  -webkit-animation-delay: 1050ms;
  animation-delay: 1050ms;
}
.page.lab .cards .card:nth-child(22) {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}
.page.lab .cards .card:nth-child(23) {
  -webkit-animation-delay: 1150ms;
  animation-delay: 1150ms;
}
.page.lab .cards .card:nth-child(24) {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.page.lab .cards .card:nth-child(25) {
  -webkit-animation-delay: 1250ms;
  animation-delay: 1250ms;
}
.page.lab .cards .card:nth-child(26) {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}
.page.lab .cards .card:nth-child(27) {
  -webkit-animation-delay: 1350ms;
  animation-delay: 1350ms;
}
.page.lab .cards .card:nth-child(28) {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}
.page.lab .cards .card:nth-child(29) {
  -webkit-animation-delay: 1450ms;
  animation-delay: 1450ms;
}
.page.lab .cards .card:nth-child(30) {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.page.lab .cards .card:nth-child(31) {
  -webkit-animation-delay: 1550ms;
  animation-delay: 1550ms;
}
.page.lab .cards .card:nth-child(32) {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}
.page.lab .cards .card:nth-child(33) {
  -webkit-animation-delay: 1650ms;
  animation-delay: 1650ms;
}
.page.lab .cards .card:nth-child(34) {
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms;
}
.page.lab .cards .card:nth-child(35) {
  -webkit-animation-delay: 1750ms;
  animation-delay: 1750ms;
}
.page.lab .cards .card:nth-child(36) {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
.page.lab .cards .card:nth-child(37) {
  -webkit-animation-delay: 1850ms;
  animation-delay: 1850ms;
}
.page.lab .cards .card:nth-child(38) {
  -webkit-animation-delay: 1900ms;
  animation-delay: 1900ms;
}
.page.lab .cards .card:nth-child(39) {
  -webkit-animation-delay: 1950ms;
  animation-delay: 1950ms;
}
.page.lab .cards .card:nth-child(40) {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
.page.lab .cards .card:nth-child(41) {
  -webkit-animation-delay: 2050ms;
  animation-delay: 2050ms;
}
.page.lab .cards .card:nth-child(42) {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
}
.page.lab .cards .card:nth-child(43) {
  -webkit-animation-delay: 2150ms;
  animation-delay: 2150ms;
}
.page.lab .cards .card:nth-child(44) {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}
.page.lab .cards .card:nth-child(45) {
  -webkit-animation-delay: 2250ms;
  animation-delay: 2250ms;
}
.page.lab .cards .card:nth-child(46) {
  -webkit-animation-delay: 2300ms;
  animation-delay: 2300ms;
}
.page.lab .cards .card:nth-child(47) {
  -webkit-animation-delay: 2350ms;
  animation-delay: 2350ms;
}
.page.lab .cards .card:nth-child(48) {
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms;
}
.page.lab .cards .card:nth-child(49) {
  -webkit-animation-delay: 2450ms;
  animation-delay: 2450ms;
}
.page.lab .cards .card:nth-child(50) {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}
.page.lab .cards.page-bottom {
  border-top: 5px solid #f15d22;
}

.people {
  background-color: rgba(255, 255, 255, 0.85);
}
.people .person-block {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20%;
  min-height: 270px;
  float: left;
}
.people .person-block img {
  margin: 0;
  max-width: 100%;
}
.people .person-block:hover .overlay-content {
  background: rgba(255, 255, 255, 0.85);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.people .person-block .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.people .person-block .name {
  margin-top: 30px;
  font-family: "Harriet Display Medium";
  font-size: 22px;
  color: #2B2B2B;
}
.people .person-block .title {
  margin-top: 10px;
  font-family: "Alright Sans";
  font-size: 15px;
  color: #f15d22;
}
.people .person-block.face, .people .person-block.back, .people .person-block.everyone {
  opacity: 0;
  filter: alpha(opacity=0);
  /*			-webkit-transform: scale3d(0.8,0.8,1);
  			transform: scale3d(0.8,0.8,1);*/
  transition: transform 0.3s, opacity 0.3s;
}
.people .person-block.face:nth-child(1), .people .person-block.back:nth-child(1), .people .person-block.everyone:nth-child(1) {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}
.people .person-block.face:nth-child(2), .people .person-block.back:nth-child(2), .people .person-block.everyone:nth-child(2) {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.people .person-block.face:nth-child(3), .people .person-block.back:nth-child(3), .people .person-block.everyone:nth-child(3) {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}
.people .person-block.face:nth-child(4), .people .person-block.back:nth-child(4), .people .person-block.everyone:nth-child(4) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.people .person-block.face:nth-child(5), .people .person-block.back:nth-child(5), .people .person-block.everyone:nth-child(5) {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
.people .person-block.face:nth-child(6), .people .person-block.back:nth-child(6), .people .person-block.everyone:nth-child(6) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.people .person-block.face:nth-child(7), .people .person-block.back:nth-child(7), .people .person-block.everyone:nth-child(7) {
  -webkit-animation-delay: 350ms;
  animation-delay: 350ms;
}
.people .person-block.face:nth-child(8), .people .person-block.back:nth-child(8), .people .person-block.everyone:nth-child(8) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.people .person-block.face:nth-child(9), .people .person-block.back:nth-child(9), .people .person-block.everyone:nth-child(9) {
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}
.people .person-block.face:nth-child(10), .people .person-block.back:nth-child(10), .people .person-block.everyone:nth-child(10) {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.people .person-block.face:nth-child(11), .people .person-block.back:nth-child(11), .people .person-block.everyone:nth-child(11) {
  -webkit-animation-delay: 550ms;
  animation-delay: 550ms;
}
.people .person-block.face:nth-child(12), .people .person-block.back:nth-child(12), .people .person-block.everyone:nth-child(12) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.people .person-block.face:nth-child(13), .people .person-block.back:nth-child(13), .people .person-block.everyone:nth-child(13) {
  -webkit-animation-delay: 650ms;
  animation-delay: 650ms;
}
.people .person-block.face:nth-child(14), .people .person-block.back:nth-child(14), .people .person-block.everyone:nth-child(14) {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}
.people .person-block.face:nth-child(15), .people .person-block.back:nth-child(15), .people .person-block.everyone:nth-child(15) {
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
}
.people .person-block.face:nth-child(16), .people .person-block.back:nth-child(16), .people .person-block.everyone:nth-child(16) {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.people .person-block.face:nth-child(17), .people .person-block.back:nth-child(17), .people .person-block.everyone:nth-child(17) {
  -webkit-animation-delay: 850ms;
  animation-delay: 850ms;
}
.people .person-block.face:nth-child(18), .people .person-block.back:nth-child(18), .people .person-block.everyone:nth-child(18) {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
.people .person-block.face:nth-child(19), .people .person-block.back:nth-child(19), .people .person-block.everyone:nth-child(19) {
  -webkit-animation-delay: 950ms;
  animation-delay: 950ms;
}
.people .person-block.face:nth-child(20), .people .person-block.back:nth-child(20), .people .person-block.everyone:nth-child(20) {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.people .person-block.face:nth-child(21), .people .person-block.back:nth-child(21), .people .person-block.everyone:nth-child(21) {
  -webkit-animation-delay: 1050ms;
  animation-delay: 1050ms;
}
.people .person-block.face:nth-child(22), .people .person-block.back:nth-child(22), .people .person-block.everyone:nth-child(22) {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}
.people .person-block.face:nth-child(23), .people .person-block.back:nth-child(23), .people .person-block.everyone:nth-child(23) {
  -webkit-animation-delay: 1150ms;
  animation-delay: 1150ms;
}
.people .person-block.face:nth-child(24), .people .person-block.back:nth-child(24), .people .person-block.everyone:nth-child(24) {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.people .person-block.face:nth-child(25), .people .person-block.back:nth-child(25), .people .person-block.everyone:nth-child(25) {
  -webkit-animation-delay: 1250ms;
  animation-delay: 1250ms;
}
.people .person-block.face:nth-child(26), .people .person-block.back:nth-child(26), .people .person-block.everyone:nth-child(26) {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}
.people .person-block.face:nth-child(27), .people .person-block.back:nth-child(27), .people .person-block.everyone:nth-child(27) {
  -webkit-animation-delay: 1350ms;
  animation-delay: 1350ms;
}
.people .person-block.face:nth-child(28), .people .person-block.back:nth-child(28), .people .person-block.everyone:nth-child(28) {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}
.people .person-block.face:nth-child(29), .people .person-block.back:nth-child(29), .people .person-block.everyone:nth-child(29) {
  -webkit-animation-delay: 1450ms;
  animation-delay: 1450ms;
}
.people .person-block.face:nth-child(30), .people .person-block.back:nth-child(30), .people .person-block.everyone:nth-child(30) {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.people .person-block.face:nth-child(31), .people .person-block.back:nth-child(31), .people .person-block.everyone:nth-child(31) {
  -webkit-animation-delay: 1550ms;
  animation-delay: 1550ms;
}
.people .person-block.face:nth-child(32), .people .person-block.back:nth-child(32), .people .person-block.everyone:nth-child(32) {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}
.people .person-block.face:nth-child(33), .people .person-block.back:nth-child(33), .people .person-block.everyone:nth-child(33) {
  -webkit-animation-delay: 1650ms;
  animation-delay: 1650ms;
}
.people .person-block.face:nth-child(34), .people .person-block.back:nth-child(34), .people .person-block.everyone:nth-child(34) {
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms;
}
.people .person-block.face:nth-child(35), .people .person-block.back:nth-child(35), .people .person-block.everyone:nth-child(35) {
  -webkit-animation-delay: 1750ms;
  animation-delay: 1750ms;
}
.people .person-block.face:nth-child(36), .people .person-block.back:nth-child(36), .people .person-block.everyone:nth-child(36) {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
.people .person-block.face:nth-child(37), .people .person-block.back:nth-child(37), .people .person-block.everyone:nth-child(37) {
  -webkit-animation-delay: 1850ms;
  animation-delay: 1850ms;
}
.people .person-block.face:nth-child(38), .people .person-block.back:nth-child(38), .people .person-block.everyone:nth-child(38) {
  -webkit-animation-delay: 1900ms;
  animation-delay: 1900ms;
}
.people .person-block.face:nth-child(39), .people .person-block.back:nth-child(39), .people .person-block.everyone:nth-child(39) {
  -webkit-animation-delay: 1950ms;
  animation-delay: 1950ms;
}
.people .person-block.face:nth-child(40), .people .person-block.back:nth-child(40), .people .person-block.everyone:nth-child(40) {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
.people .person-block.face:nth-child(41), .people .person-block.back:nth-child(41), .people .person-block.everyone:nth-child(41) {
  -webkit-animation-delay: 2050ms;
  animation-delay: 2050ms;
}
.people .person-block.face:nth-child(42), .people .person-block.back:nth-child(42), .people .person-block.everyone:nth-child(42) {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
}
.people .person-block.face:nth-child(43), .people .person-block.back:nth-child(43), .people .person-block.everyone:nth-child(43) {
  -webkit-animation-delay: 2150ms;
  animation-delay: 2150ms;
}
.people .person-block.face:nth-child(44), .people .person-block.back:nth-child(44), .people .person-block.everyone:nth-child(44) {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}
.people .person-block.face:nth-child(45), .people .person-block.back:nth-child(45), .people .person-block.everyone:nth-child(45) {
  -webkit-animation-delay: 2250ms;
  animation-delay: 2250ms;
}
.people .person-block.face:nth-child(46), .people .person-block.back:nth-child(46), .people .person-block.everyone:nth-child(46) {
  -webkit-animation-delay: 2300ms;
  animation-delay: 2300ms;
}
.people .person-block.face:nth-child(47), .people .person-block.back:nth-child(47), .people .person-block.everyone:nth-child(47) {
  -webkit-animation-delay: 2350ms;
  animation-delay: 2350ms;
}
.people .person-block.face:nth-child(48), .people .person-block.back:nth-child(48), .people .person-block.everyone:nth-child(48) {
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms;
}
.people .person-block.face:nth-child(49), .people .person-block.back:nth-child(49), .people .person-block.everyone:nth-child(49) {
  -webkit-animation-delay: 2450ms;
  animation-delay: 2450ms;
}
.people .person-block.face:nth-child(50), .people .person-block.back:nth-child(50), .people .person-block.everyone:nth-child(50) {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}
.people .person-block.face {
  /*-webkit-filter: grayscale(1);*/
  /*@include opacity(.9);*/
}
.people .person-block.back, .people .person-block.everyone {
  background: #979797;
  color: #fff;
}
.people .person-block.back .overlay-content, .people .person-block.everyone .overlay-content {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.people .person-block.back:hover, .people .person-block.everyone:hover {
  cursor: pointer;
}
.people .person-block.back:hover .overlay-content, .people .person-block.everyone:hover .overlay-content {
  background: rgba(241, 93, 34, 0.95);
}
.people .person-block.back.stuck, .people .person-block.everyone.stuck {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  min-height: 100px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media (max-width: 768px) {
  .people .person-block {
    width: 33%;
    min-height: 150px;
  }
  .people .person-block .title, .people .person-block .name {
    font-size: 12px;
  }
}
.people .person-block.everyone {
  display: none;
  color: #a1a1a1;
}
.people .person-block.everyone:hover .overlay-content {
  color: #fff;
}
.people.active .face, .people.active .back, .people.active .everyone {
  /*			-webkit-transform: scale3d(1,1,1);
  			transform: scale3d(1,1,1);*/
  transition: transform 0.3s, opacity 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.individual .people .everyone {
  display: block;
}

#ctas .cta {
  margin-top: 30px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #ctas .cta {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #ctas .cta h2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .videoWrapper {
    margin-top: 20px;
  }
}

.page.events,
.page.events-contact,
.page.meeting-spaces,
.page.event-spaces {
  background-color: #f2f2f2;
  border-top: 15px #f15d22 solid;
  /* errrr this should probs be a rp.land global definition? */
}
.page.events h1,
.page.events-contact h1,
.page.meeting-spaces h1,
.page.event-spaces h1 {
  font-family: "Alright Sans";
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
}
.page.events p,
.page.events-contact p,
.page.meeting-spaces p,
.page.event-spaces p {
  font-size: 20px;
  line-height: 1.58;
  /* what medium.com uses so why not */
  font-family: "Harriet Display Regular";
  color: #535353;
}
.page.events header,
.page.events-contact header,
.page.meeting-spaces header,
.page.event-spaces header {
  padding: 10px 0;
}
.page.events header #perts h4,
.page.events-contact header #perts h4,
.page.meeting-spaces header #perts h4,
.page.event-spaces header #perts h4 {
  font-family: "Harriet Display Regular";
  font-style: italic;
  font-size: 15px;
  line-height: 1.58;
  color: #868686;
}
.page.events header #perts h4.bump,
.page.events-contact header #perts h4.bump,
.page.meeting-spaces header #perts h4.bump,
.page.event-spaces header #perts h4.bump {
  margin-left: 50px;
}
.page.events header #top-nav,
.page.events-contact header #top-nav,
.page.meeting-spaces header #top-nav,
.page.event-spaces header #top-nav {
  position: relative;
  padding: 70px 0 75px 0;
}
.page.events header #top-nav .navigation,
.page.events-contact header #top-nav .navigation,
.page.meeting-spaces header #top-nav .navigation,
.page.event-spaces header #top-nav .navigation {
  margin: 20px auto;
  text-align: center;
}
.page.events header #top-nav .navigation li,
.page.events-contact header #top-nav .navigation li,
.page.meeting-spaces header #top-nav .navigation li,
.page.event-spaces header #top-nav .navigation li {
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0 20px;
  font-family: "Alright Sans";
  text-transform: uppercase;
}
.page.events header #top-nav .navigation li.break.left,
.page.events-contact header #top-nav .navigation li.break.left,
.page.meeting-spaces header #top-nav .navigation li.break.left,
.page.event-spaces header #top-nav .navigation li.break.left {
  padding-right: 90px;
}
.page.events header #top-nav .navigation li.break.right,
.page.events-contact header #top-nav .navigation li.break.right,
.page.meeting-spaces header #top-nav .navigation li.break.right,
.page.event-spaces header #top-nav .navigation li.break.right {
  padding-left: 90px;
}
.page.events header #top-nav .events-mark,
.page.events-contact header #top-nav .events-mark,
.page.meeting-spaces header #top-nav .events-mark,
.page.event-spaces header #top-nav .events-mark {
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.page.events img,
.page.events-contact img,
.page.meeting-spaces img,
.page.event-spaces img {
  max-width: 100%;
}
.page.events .hero,
.page.events-contact .hero,
.page.meeting-spaces .hero,
.page.event-spaces .hero {
  border-top: 1px solid #d8d8d8;
  padding-top: 40px;
}
.page.events #about,
.page.events-contact #about,
.page.meeting-spaces #about,
.page.event-spaces #about {
  padding: 60px 0;
}
.page.events .quote,
.page.events-contact .quote,
.page.meeting-spaces .quote,
.page.event-spaces .quote {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f15d22;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/home/bg-staircase-chat.jpg");
  color: #fff;
  text-align: center;
}
.page.events .quote:after,
.page.events-contact .quote:after,
.page.meeting-spaces .quote:after,
.page.event-spaces .quote:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(43, 43, 43, 0.65);
  -webkit-transition: background 250ms ease-out;
  -o-transition: background 250ms ease-out;
  transition: background 250ms ease-out;
}
.page.events .quote p,
.page.events-contact .quote p,
.page.meeting-spaces .quote p,
.page.event-spaces .quote p {
  margin: 0;
  font-family: "Alright Sans Light";
  font-size: 22px;
  text-transform: uppercase;
  color: #FFF;
  line-height: 150%;
  position: relative;
  z-index: 2;
}

.page--styleguide .container__components .row > .row + .row {
  padding: 10px 0;
  border-top: 1px solid #979797;
}
.page--styleguide .display-table-cell.center h2, .page--styleguide .display-table-cell.center h3 {
  margin-top: 2em;
}
.page--styleguide ul li {
  min-height: 2em;
}
.page--styleguide .buttons [class*='col-'] {
  padding: 10px;
}
.page--styleguide .buttons .row + .row {
  border-top: 1px solid #979797;
  padding: 10px 0;
}

#colors-container {
  margin-top: 60px;
}
#colors-container .cards {
  margin-top: 60px;
}
#colors-container [class*='color--'] .category-title {
  color: #fff;
}
#colors-container [class*='color--'] .category-title:before {
  border-color: #fff;
}
#colors-container [class*='color--'] .article-title {
  color: #fff;
}
#colors-container .color--rp_red {
  background: #f15d22;
}
#colors-container .color--rp_black {
  background: #2B2B2B;
}
#colors-container .color--rp_white {
  background: #fff;
}
#colors-container .color--rp_white .category-title {
  color: #535353;
}
#colors-container .color--rp_white .category-title:before {
  border-color: #535353;
}
#colors-container .color--rp_white .article-title {
  color: #535353;
}
#colors-container .color--light_grey {
  background: #979797;
}
#colors-container .color--dark_grey {
  background: #555;
}
#colors-container .color--headings {
  background: #3b3b3b;
}
#colors-container .color--subheadings {
  background: #a1a1a1;
}
#colors-container .color--copy {
  background: #535353;
}
#colors-container .color--facebook {
  background: #3b5999;
}
#colors-container .color--twitter {
  background: #1dcaff;
}

figure figcaption {
  clear: both;
}

#logos-container .card[class*="logo--"] .content {
  text-align: center;
}
#logos-container .card[class*="logo--"] .category-title {
  text-align: left;
}
#logos-container .card[class*="logo--"] img {
  max-width: 100%;
  max-height: 50%;
  margin: 0 auto;
}
#logos-container .card[class*="logo--"][class*='white'] {
  background: #555;
}
#logos-container .card[class*="logo--"][class*='white'] .category-title {
  color: #fff;
}
#logos-container .card[class*="logo--"][class*='white'] .category-title:before {
  border-color: #fff;
}
#logos-container .grid figure [class*='col'] {
  background-color: #e4e4e4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px #fff solid;
}
