@charset "UTF-8";
/******************
*	FONTS
*******************/
meta.foundation-version {
  font-family: "/5.4.5/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left; }

.right {
  float: right; }

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

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0; }

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

.row:after {
  clear: both; }

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }

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

.row .row:after {
  clear: both; }

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none; }

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

.row .row.collapse:after {
  clear: both; }

.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #2ba6cb;
  border-color: #2285a2;
  color: white;
  transition: background-color 300ms ease-out; }

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #2285a2; }

button:hover, button:focus, .button:hover, .button:focus {
  color: white; }

button.secondary, .button.secondary {
  background-color: #e9e9e9;
  border-color: #bababa;
  color: #333333; }

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #bababa; }

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333; }

button.success, .button.success {
  background-color: #5da423;
  border-color: #4a831c;
  color: white; }

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #4a831c; }

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white; }

button.alert, .button.alert {
  background-color: #c60f13;
  border-color: #9e0c0f;
  color: white; }

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #9e0c0f; }

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white; }

button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: white; }

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e; }

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: white; }

button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333; }

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9; }

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: white; }

button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem; }

button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem; }

button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem; }

button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%; }

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem; }

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem; }

button.radius, .button.radius {
  border-radius: 3px; }

button.round, .button.round {
  border-radius: 1000px; }

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #2ba6cb;
  border-color: #2285a2;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2285a2; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2ba6cb; }

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e9e9e9;
  border-color: #bababa;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #bababa; }

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333; }

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e9e9e9; }

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #5da423;
  border-color: #4a831c;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #4a831c; }

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: white; }

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423; }

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
  border-color: #9e0c0f;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #9e0c0f; }

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white; }

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13; }

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e; }

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: white; }

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24; }

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9; }

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: white; }

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8; }

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

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }
.button-group {
  list-style: none;
  margin: 0;
  left: 0; }

.button-group:before, .button-group:after {
  content: " ";
  display: table; }

.button-group:after {
  clear: both; }

.button-group > li {
  margin: 0 -2px;
  float: left;
  display: inline-block; }

.button-group > li > button, .button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group > li:first-child button, .button-group > li:first-child .button {
  border-left: 0; }

.button-group.stack > li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  display: block;
  margin: 0;
  float: none; }

.button-group.stack > li > button, .button-group.stack > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-left: 0; }

.button-group.stack > li > button, .button-group.stack > li .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0px;
  margin: 0;
  display: block; }

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-top: 0; }

.button-group.stack-for-small > li {
  margin: 0 -2px;
  float: left;
  display: inline-block; }

.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
  border-left: 0; }

@media only screen and (max-width: 40em) {
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0; }

  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-left: 0; }

  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0px;
    margin: 0;
    display: block; }

  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-top: 0; } }
.button-group.radius > * {
  margin: 0 -2px;
  float: left;
  display: inline-block; }

.button-group.radius > * > button, .button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
  border-left: 0; }

.button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
  border-radius: 0; }

.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.button-group.radius.stack > * {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  display: block;
  margin: 0; }

.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-left: 0; }

.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0px;
  margin: 0;
  display: block; }

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-top: 0; }

.button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
  border-radius: 0; }

.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

@media only screen and (min-width: 40.063em) {
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    float: left;
    display: inline-block; }

  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0; }

  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
    border-radius: 0; }

  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; } }
@media only screen and (max-width: 40em) {
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0; }

  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0; }

  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0px;
    margin: 0;
    display: block; }

  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-top: 0; }

  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
    border-radius: 0; }

  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }

  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; } }
.button-group.round > * {
  margin: 0 -2px;
  float: left;
  display: inline-block; }

.button-group.round > * > button, .button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
  border-left: 0; }

.button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
  border-radius: 0; }

.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

.button-group.round.stack > * {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  display: block;
  margin: 0; }

.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-left: 0; }

.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0px;
  margin: 0;
  display: block; }

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-top: 0; }

.button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
  border-radius: 0; }

.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
  -webkit-top-left-radius: 1rem;
  -webkit-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem; }

.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 1rem;
  -webkit-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem; }

@media only screen and (min-width: 40.063em) {
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    float: left;
    display: inline-block; }

  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0; }

  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
    border-radius: 0; }

  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }

  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; } }
@media only screen and (max-width: 40em) {
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0; }

  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0; }

  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0px;
    margin: 0;
    display: block; }

  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-top: 0; }

  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
    border-radius: 0; }

  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }

  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; } }
.button-group.even-2 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 50%; }

.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
  border-left: 0; }

.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%; }

.button-group.even-3 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 33.33333%; }

.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
  border-left: 0; }

.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%; }

.button-group.even-4 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 25%; }

.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
  border-left: 0; }

.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%; }

.button-group.even-5 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 20%; }

.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
  border-left: 0; }

.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%; }

.button-group.even-6 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 16.66667%; }

.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
  border-left: 0; }

.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%; }

.button-group.even-7 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 14.28571%; }

.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
  border-left: 0; }

.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%; }

.button-group.even-8 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 12.5%; }

.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
  border-left: 0; }

.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%; }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }

.button-bar .button-group div {
  overflow: hidden; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }

.dropdown.button:after, button.dropdown:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 50%; }

.dropdown.button:after, button.dropdown:after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem; }

.dropdown.button:after, button.dropdown:after {
  border-color: white transparent transparent transparent; }

.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 2.625rem; }

.dropdown.button.tiny:before, button.dropdown.tiny:before {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem; }

.dropdown.button.tiny:after, button.dropdown.tiny:after {
  border-color: white transparent transparent transparent; }

.dropdown.button.small, button.dropdown.small {
  padding-right: 3.0625rem; }

.dropdown.button.small:after, button.dropdown.small:after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem; }

.dropdown.button.small:after, button.dropdown.small:after {
  border-color: white transparent transparent transparent; }

.dropdown.button.large, button.dropdown.large {
  padding-right: 3.625rem; }

.dropdown.button.large:after, button.dropdown.large:after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem; }

.dropdown.button.large:after, button.dropdown.large:after {
  border-color: white transparent transparent transparent; }

.dropdown.button.secondary:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent; }

.split.button {
  position: relative;
  padding-right: 5.0625rem; }

.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px; }

.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%; }

.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1); }

.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5); }

.split.button span {
  width: 3.09375rem; }

.split.button span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem; }

.split.button span:after {
  border-color: white transparent transparent transparent; }

.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5); }

.split.button.secondary span:after {
  border-color: white transparent transparent transparent; }

.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5); }

.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5); }

.split.button.tiny {
  padding-right: 3.75rem; }

.split.button.tiny span {
  width: 2.25rem; }

.split.button.tiny span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem; }

.split.button.small {
  padding-right: 4.375rem; }

.split.button.small span {
  width: 2.625rem; }

.split.button.small span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem; }

.split.button.large {
  padding-right: 5.5rem; }

.split.button.large span {
  width: 3.4375rem; }

.split.button.large span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem; }

.split.button.expand {
  padding-left: 2rem; }

.split.button.secondary span:after {
  border-color: #333333 transparent transparent transparent; }

.split.button.radius span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.split.button.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem; }

@media only screen and (max-width: 40em) {
  .reveal-modal, dialog {
    min-height: 100vh; } }
.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
  min-width: 0; }

.reveal-modal > :first-child, dialog > :first-child {
  margin-top: 0; }

.reveal-modal > :last-child, dialog > :last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 40.063em) {
  .reveal-modal, dialog {
    width: 80%;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal, dialog {
    top: 6.25rem; } }
.reveal-modal.radius, dialog.radius {
  border-radius: 3px; }

.reveal-modal.round, dialog.round {
  border-radius: 1000px; }

.reveal-modal.collapse, dialog.collapse {
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  .reveal-modal.tiny, dialog.tiny {
    width: 30%;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal.small, dialog.small {
    width: 40%;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal.medium, dialog.medium {
    width: 60%;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal.large, dialog.large {
    width: 70%;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal.xlarge, dialog.xlarge {
    width: 95%;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
.reveal-modal.full, dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0 !important; }

@media only screen and (min-width: 40.063em) {
  .reveal-modal.full, dialog.full {
    width: 100vw;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer; }

dialog {
  display: none; }

dialog::backdrop, dialog + .backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: auto;
  display: none;
  left: 0; }

dialog[open] {
  display: block; }

@media print {
  dialog, .reveal-modal, dialog {
    display: none;
    background: white !important; } }
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table; }

[class*="block-grid-"]:after {
  clear: both; }

[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }

  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }

  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }

  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }

  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }

  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }

  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }

  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }

  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }

  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }

  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }

  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }

  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }

  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }

  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }

  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }

  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }

  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }

  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }

  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }

  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }

  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }

  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }

  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }

  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }

  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }

  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }

  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }

  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }

  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }

  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }

  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }

  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }

  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }

  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }

  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }

  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
.lorem {
  border: 10px solid red; }

/*
base.css
*/
html {
  overflow-y: scroll; }

html, body {
  height: 100%; }

body {
  background: #eaeaea;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  width: 100%;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out, background 1s ease-in-out;
  -moz-transition: opacity .5s ease-in-out, background 1s ease-in-out;
  -o-transition: opacity .5s ease-in-out, background 1s ease-in-out;
  -ms-transition: opacity .5s ease-in-out, background 1s ease-in-out;
  transition: opacity .5s ease-in-out, background 1s ease-in-out;
  height: auto;
  /* page height was not working at 100%, auto makes it work now */
  min-height: 100%; }

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

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: normal; }

*:focus {
  outline: 0; }

/*
TYPOGRAPHY
*/
h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 45px;
  line-height: 1.1;
  margin: 0 0 .3em 0; }

h2 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 38px;
  line-height: 1.0; }

h3 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 27px;
  line-height: 1.2;
  margin: 0 0 .5em 0; }

h4 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px; }

h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  text-transform: uppercase; }

p,
li {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  line-height: 1.5; }

p strong,
p b {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold; }

.featured-desc p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px; }

p.intro {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 35px; }

.slug {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 12px;
  color: #4a4f55;
  line-height: 100%; }
  .slug:before {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    float: left;
    width: 60px;
    margin-right: 10px;
    background-color: #fc7706;
    color: #fc7706;
    content: "-";
    line-height: 80%;
    margin-top: 1px; }

@media only screen and (max-width: 660px) {
  h1 {
    font-size: 36px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 22px; }

  h4 {
    font-size: 18px; }

  p.intro {
    font-size: 20px; }

  p, li {
    font-size: 16px; } }
a {
  color: #fd7b13;
  text-decoration: none; }

.random_img {
  display: none; }

body.loaded {
  opacity: 1; }

.no-js body {
  opacity: 1; }

.owl-carousel {
  overflow: hidden; }

.panel {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto; }

.page {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 100px; }

.page > section {
  margin-bottom: 30px; }

.cta-globals .cta span {
  margin: 0 10px;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.cta-globals .cta a,
p span.cta {
  padding: 12px 22px;
  color: #ffffff;
  text-transform: uppercase;
  background: #fc7706;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 12px; }

.cta-globals .cta a:hover,
p span.cta:hover,
a:hover p span.cta {
  padding: 12px 22px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 12px;
  background: #fc7706;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZjNzcwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYjYwMDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fc7706 1%, #cb6005 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fc7706), color-stop(100%, #cb6005));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fc7706 1%, #cb6005 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fc7706 1%, #cb6005 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fc7706 1%, #cb6005 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fc7706 1%, #cb6005 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc7706', endColorstr='#cb6005',GradientType=0 );
  /* IE6-8 */ }

.cta-globals .panel {
  text-align: center;
  overflow: visible; }

.cta-globals p.cta-intro, .cta-globals p.lead-intro {
  font-size: 28px;
  line-height: 32px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.cta-globals .cta-intro a, .cta-globals .lead-intro a {
  text-decoration: underline; }

.cta-globals .cta-intro {
  margin: 65px 0 15px 0; }

.cta-globals .lead-intro {
  margin: 85px auto 28px auto;
  max-width: 75%; }

.cta-globals .lead-intro img {
  margin: 0 12px 0 0; }

.page-container {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1), 0 0 20px -5px rgba(0, 0, 0, 0.1);
  max-width: 1600px; }

/******************
*   Feature
*******************/
.feature {
  position: fixed;
  top: 0;
  bottom: 0;
  background-size: cover !important;
  background: #000; }

.feature .large-12 {
  height: 100%; }

.feature-title h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.feature-title h5 a {
  color: #fff;
  text-decoration: none; }

.feature-title h5 a:hover {
  text-decoration: underline; }

/* down arrow */
@-moz-keyframes downbounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }

  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); } }
@-webkit-keyframes downbounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes downbounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
.arrow-down {
  position: relative;
  left: 50%;
  margin-left: -17px;
  width: 34px;
  height: 34px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
  cursor: pointer; }

.downbounce {
  -moz-animation: downbounce 4s infinite;
  -webkit-animation: downbounce 4s infinite;
  animation: downbounce 4s infinite; }

body.menu-open #stage .arrow-down {
  display: none !important; }

.feature .large-4.medium-4.columns {
  margin: 150px 0 0 25px;
  color: #ffffff;
  width: 50%; }

.logo-grid li img {
  width: 100%;
  height: auto; }

.work .logo-grid {
  margin-top: 20px; }

.portfolio-case .logo img {
  width: 100%;
  height: auto;
  display: block; }

.logo-grid li {
  width: 50%;
  height: auto;
  margin: 0 0 1em 0; }

div.featured-desc {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #444;
  margin: 0; }

div.large-4.logo-grid.columns li img {
  width: 200px;
  height: auto; }

ul.row-one {
  list-style-type: none; }

ul.row-one li {
  float: left; }

ul.row-two {
  list-style-type: none; }

ul.row-two li {
  float: left; }

#sync1:hover .owl-next {
  transform: translate3d(15px, 0, 0); }

#sync1:hover .owl-prev {
  transform: translate3d(15px, 0, 0); }

.caption-slash {
  background: url(../images/slash.png) no-repeat 0px 11px;
  padding-left: 28px; }

.owl-prev {
  position: absolute;
  left: 15px;
  font-size: 48px !important;
  transform: translate3d(-150px, 0, 0);
  -webkit-transition: -webkit-transform .3s ease-in;
  /* Changed here */
  -moz-transition: -moz-transform .3s ease-in;
  -o-transition: -o-transform .3s ease-in;
  transition: transform .3s ease-in;
  background: url(../images/slide-arrow-left.png) no-repeat center center !important;
  background-size: cover;
  width: 90px;
  height: 90px; }

.ssp {
  background: #f0efef; }

.decrative-head {
  margin-top: 105px;
  text-align: center;
  font-size: 47px;
  display: block;
  width: auto; }

.ssp h2 img {
  padding-right: 7px; }

.ssp .three-col-branded h2 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100; }

.ssp .three-col-branded p {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.ssp-body-copy {
  padding-bottom: 50px; }

.ssp-body-copy p {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px; }

.ssp .ssp-body-copy .panel {
  width: 60%; }

.ssp .three-col-branded .link {
  text-align: right;
  font-size: 12px;
  display: block;
  padding-right: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background: url(../images/submit-arrow.png) no-repeat 99% center; }

.ssp .three-col-branded .link a {
  color: #333;
  text-decoration: none; }

.ssp h3 {
  font-weight: 100; }

.ssp .caption {
  font-style: italic; }

.ssp ul {
  padding-left: 17px; }

.bq blockquote {
  font-size: 28px;
  color: #999;
  padding: 5px 0; }

.bq div {
  margin: 0 auto; }

.social ul {
  list-style-type: none;
  float: right; }

.social ul li {
  width: 30px;
  height: 23px;
  display: block;
  float: left; }

#nav-404 {
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  color: #fd8204; }

#nav-404 a, #nav-404 a:visited {
  color: #444;
  padding: 5px 15px; }

.cta {
  text-align: center; }

.linkBack a {
  text-transform: uppercase;
  font-size: 12px;
  color: #444; }

.video .linkBack {
  margin-top: 15px; }

/* BUTTON */
.button-container .button,
.button-container .button:link,
.button-container .button:visited,
.button-container .button:focus,
.button-container .button:active {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-weight: normal;
  background: transparent;
  border: none;
  box-sizing: border-box;
  color: #fd7b13;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0 4em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: .3s;
  user-select: none; }

.button-container .button:hover,
.button-container .button:focus,
.button-container .button:active {
  color: #fd7b13;
  background: transparent; }

.button-container .button .helper {
  background: #fd7b13;
  cursor: pointer;
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transition: .3s;
  -webkit-transition: .3s;
  width: 100%; }

.button-container .button:active .helper {
  opacity: 1; }

.button-container .button:active:after {
  opacity: 1; }

.button-container .button:after {
  bottom: 0;
  color: #fff;
  content: "";
  content: attr(data-title);
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s;
  z-index: 1; }

.button-container .button:before {
  border: 1px solid #fd7b13;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.button-container .button:hover .helper {
  opacity: 1; }

.button-container .button:hover:after {
  opacity: 1; }

/******************
*   goBoxes (the three boxes on bottom of pages)
*******************/
.goBox {
  display: block;
  overflow: hidden;
  position: relative; }

.goBox a {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  min-height: 300px;
  min-width: 100%;
  background-size: 100%;
  background-repeat: no-repeat !important; }

.goBox a:before {
  content: " ";
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.98) 0%, transparent 58%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.98)), color-stop(58%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.98) 0%, transparent 58%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.98) 0%, transparent 58%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.98) 0%, transparent 58%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.98) 0%, transparent 58%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-8 */ }

.goBox a.work {
  background-image: url(/static/images/about-image-work.jpg); }

.goBox a.inside {
  background-image: url(/static/images/about-image-inside.jpg); }

.goBox a.team {
  background-image: url(/static/images/about-image-team.jpg); }

.goBox a.contact {
  background-image: url(/static/images/about-image-contact.jpg); }

.goBox a.events {
  background-image: url(/static/images/focus-detail-events.jpg); }

.goBox a.content {
  background-image: url(/static/images/focus-detail-content.jpg); }

.goBox a.marketing {
  background-image: url(/static/images/focus-detail-marketing.jpg); }

.go-text-wrapper {
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0; }

.goBox a h2 {
  display: block;
  float: left;
  width: 100%;
  font-size: 50px;
  color: #ffffff;
  padding: 0;
  margin: 13px 0 0 0;
  text-decoration: none !important;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  text-align: center;
  line-height: 1.15; }

.goBox a p {
  display: block;
  float: left;
  font-size: 14px !important;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 20px 0 0;
  text-decoration: none !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-weight: normal;
  background: url(../images/submit-arrow.png) no-repeat right center;
  margin: 0; }

.goBox a .triangle-topright {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-top: 100px solid rgba(253, 118, 9, 0.96);
  border-left: 100px solid transparent;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s; }

.goBox a:hover .triangle-topright {
  opacity: 1; }

/******************
*   Warning Bar
*******************/
section.warning.visible {
  display: block; }

section.warning {
  display: none;
  overflow: hidden;
  width: 100%;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #f5c861;
  padding: 0px 10px; }

section.warning p {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 120%;
  text-align: center; }

section.warning p a {
  color: #256f95; }

section.warning p a:hover {
  color: #000;
  text-decoration: underline; }

/******************
*   NoScript Warning
*******************/
/******************
*   Unsupported Browser Warning
*******************/
/******************
*   Page Bottom
*******************/
/******************
*   Footer
*******************/
.footer {
  position: relative;
  background: #3a3a3a;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 60px; }

body .footer .row {
  margin-bottom: 20px; }

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

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.footer .large-4 h4 {
  border-bottom: 1px solid #fff;
  padding-bottom: .5em;
  margin-bottom: 1em; }

.footer .large-4 li .fa {
  width: 25px; }

.footer .large-4 li a i {
  color: #fff; }

.footer .row.last {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: none;
  position: absolute;
  bottom: 0;
  background-color: #2f2f2f;
  color: #fff;
  margin: 0; }

.footer .row.last ul {
  padding: .5em 0;
  margin: 0; }

.footer .row.last ul li {
  display: inline;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  margin-right: 10px; }

footer.footer p {
  margin: 0; }

@media only screen and (max-width: 1024px) {
  footer.footer .large-4 h4 {
    font-size: 22px;
    padding: 15px 0 0 0;
    margin-bottom: 5px; } }
/* CATALYST CTA */
.catalyst-cta-box {
  padding: 30px 0;
  overflow: hidden;
  color: #fff;
  background: #3a3a3a;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #3a3a3a 0%, #3a3a3a 30%, #444444 50%, #3a3a3a 50%, #3a3a3a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #3a3a3a), color-stop(30%, #3a3a3a), color-stop(50%, #444444), color-stop(50%, #3a3a3a), color-stop(100%, #3a3a3a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #3a3a3a 0%, #3a3a3a 30%, #444444 50%, #3a3a3a 50%, #3a3a3a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #3a3a3a 0%, #3a3a3a 30%, #444444 50%, #3a3a3a 50%, #3a3a3a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #3a3a3a 0%, #3a3a3a 30%, #444444 50%, #3a3a3a 50%, #3a3a3a 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #3a3a3a 0%, #3a3a3a 30%, #444444 50%, #3a3a3a 50%, #3a3a3a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3a3a', endColorstr='#3a3a3a',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.catalyst-cta-box .mktoForm {
  margin: 0 auto;
  width: 320px !important; }

.catalyst-cta-box .mktoForm .mktoLabel {
  display: none; }

.catalyst-cta-box .mktoForm .mktoField {
  padding: 10px;
  background: #fff;
  border: 1px solid #fff; }

.catalyst-cta-box .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  background: transparent;
  border: 1px solid #f47822;
  color: #f47822;
  padding: 10px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.catalyst-cta-box .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  border: 1px solid #f47822;
  background: #f47822;
  color: #fff; }

.catalyst-cta-box .mktoForm .mktoFormRow {
  clear: none;
  float: left; }

/* SERVICES CTA */
.services-cta-box {
  padding: 50px 0 30px 0;
  overflow: hidden;
  color: #fff;
  background: #EF7B00;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ef7b00 0%, #ef7b00 30%, #fe8301 50%, #ef7b00 50%, #ef7b00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ef7b00), color-stop(30%, #ef7b00), color-stop(50%, #fe8301), color-stop(50%, #ef7b00), color-stop(100%, #ef7b00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #ef7b00 0%, #ef7b00 30%, #fe8301 50%, #ef7b00 50%, #ef7b00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #ef7b00 0%, #ef7b00 30%, #fe8301 50%, #ef7b00 50%, #ef7b00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #ef7b00 0%, #ef7b00 30%, #fe8301 50%, #ef7b00 50%, #ef7b00 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #ef7b00 0%, #ef7b00 30%, #fe8301 50%, #ef7b00 50%, #ef7b00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EF7B00', endColorstr='#EF7B00',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.services-cta-box .button-container .button:before,
.services-cta-box .button-container .button:after {
  border-color: #fff; }

.services-cta-box .button-container .button {
  color: #fff;
  background: transparent; }

.services-cta-box .button-container .button:after {
  color: #fd7b13; }

.services-cta-box .button-container .button .helper {
  background: #fff; }

figure[data-type~="embed"] {
  margin: 0 0 35px 0; }

body.wct section .large-12.columns .cta {
  font-size: 33px; }
  body.wct section .large-12.columns .cta a {
    font-weight: bold; }

/*TABS*/
div.simpleTabs {
  padding: 10px; }

ul.simpleTabsNavigation {
  margin: 0 0 16px;
  padding: 0;
  text-align: left; }

ul.simpleTabsNavigation li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0; }

ul.simpleTabsNavigation li a {
  border: 1px solid #E0E0E0;
  padding: 5px 25px 25px;
  background: #F0F0F0;
  font-size: 14px;
  text-decoration: none; }

ul.simpleTabsNavigation li a:hover {
  background-color: #F6F6F6; }

ul.simpleTabsNavigation li a.current {
  background: #fff;
  color: #222;
  border-bottom: 1px solid #fff; }

div.simpleTabsContent {
  border: 1px solid #E0E0E0;
  padding: 5px 15px 15px;
  display: none; }

div.simpleTabsContent.currentTab {
  display: block; }

.ctaArrow:after {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  content: '\2192';
  color: #ff8400;
  width: 33px;
  height: 11px;
  background-size: 100%;
  margin-left: 5px; }
.ctaArrow:hover:after {
  transform: translateX(4px); }

body #promo-sitewide {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  background: #ff8400 url("http://lh3.googleusercontent.com/fICNvmD7umFoe4B9i5Senb5JLco57noHGBsV6G80ChYYqLef-Me1-91zgIa7oJEaCzEZzEeKPk9UKMoWx7F-11pCJA1avA=s800") no-repeat left top;
  border: 1px solid #fff; }
  body #promo-sitewide .wrapper {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5% 15% 5% 5%;
    border: 1px solid #999; }
    body #promo-sitewide .wrapper h3 {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      float: left;
      clear: both;
      padding: 5px 7px;
      background-color: #4a4f55;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 16px; }
    body #promo-sitewide .wrapper h6 {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      float: left;
      clear: both;
      padding: 0;
      margin: 0;
      font-size: 16px; }
    body #promo-sitewide .wrapper p {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      float: left;
      clear: both;
      padding: 5px 0 0 0;
      margin: 0;
      color: #fff;
      font-weight: bold;
      font-size: 25px;
      line-height: 114%; }
    body #promo-sitewide .wrapper p.ctaBtn {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      float: left;
      clear: both;
      padding: 10px 0 0 0;
      margin: 0;
      font-size: 16px; }
      body #promo-sitewide .wrapper p.ctaBtn span {
        font-weight: bold;
        padding-bottom: 3px;
        border-bottom: 2px solid #fff;
        display: inline-block; }
      body #promo-sitewide .wrapper p.ctaBtn:after {
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        display: inline-block;
        content: '\2192';
        color: #fff;
        width: 33px;
        height: 11px;
        background-size: 100%;
        margin-left: 5px; }
  body #promo-sitewide:hover {
    border: 1px solid #999; }
    body #promo-sitewide:hover .wrapper {
      border: 1px solid #999; }
      body #promo-sitewide:hover .wrapper p.ctaBtn:after {
        transform: translateX(4px); }

/*
 menu.css
*/
body.wct.menu-open {
  height: 100% !important;
  overflow: hidden; }
  body.wct.menu-open header.menubar {
    display: none; }
  body.wct.menu-open #menu {
    opacity: 1;
    display: block;
    overflow: hidden;
    height: 100%;
    min-height: 100%;
    z-index: 10100; }
    body.wct.menu-open #menu .wrapper {
      opacity: 1;
      height: 100%; }

body.wct .menubar {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  body.wct .menubar .wrapper {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    max-width: 1600px;
    height: 75px;
    padding: 22px 50px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #ff8200; }
  body.wct .menubar .logo {
    display: block;
    width: 76px;
    height: 29px;
    display: block;
    float: left;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    body.wct .menubar .logo .logo-cramer {
      display: inline-block;
      width: 76px;
      height: 29px;
      stroke-width: 0;
      stroke: currentColor;
      fill: currentColor;
      color: #ff8200; }
  body.wct .menubar .tag {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    float: left;
    padding: 7px 0 0 20px;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #4a4f55; }
    body.wct .menubar .tag:hover {
      color: #ff8200;
      text-decoration: underline; }
    @media only screen and (max-width: 560px) {
      body.wct .menubar .tag {
        display: none; } }
  body.wct .menubar nav {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    float: right; }
    body.wct .menubar nav ul {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      margin: 0;
      padding: 4px 0 0 0; }
      body.wct .menubar nav ul li {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        border-right: 1px solid #c2c2c2;
        float: left; }
        body.wct .menubar nav ul li:last-child {
          border: none; }
          body.wct .menubar nav ul li:last-child span {
            padding-right: 0; }
        body.wct .menubar nav ul li a, body.wct .menubar nav ul li span {
          display: block;
          overflow: hidden;
          box-sizing: border-box;
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 13px;
          font-weight: bold;
          color: #4a4f55;
          padding: 0 10px; }
          body.wct .menubar nav ul li a:hover, body.wct .menubar nav ul li span:hover {
            color: #ff8200;
            text-decoration: underline; }
        body.wct .menubar nav ul li span {
          cursor: pointer; }
          body.wct .menubar nav ul li span:after {
            display: inline-block;
            content: "[\2026]";
            color: #c2c2c2;
            padding-left: 5px; }
          body.wct .menubar nav ul li span:hover {
            color: #ff8200; }
            body.wct .menubar nav ul li span:hover:after {
              text-decoration: none;
              color: #4a4f55; }
        @media only screen and (max-width: 775px) {
          body.wct .menubar nav ul li:nth-child(4) {
            display: none; } }
        @media only screen and (max-width: 700px) {
          body.wct .menubar nav ul li:nth-child(3) {
            display: none; } }
        @media only screen and (max-width: 610px) {
          body.wct .menubar nav ul li:nth-child(2) {
            display: none; } }
        @media only screen and (max-width: 350px) {
          body.wct .menubar nav ul li:nth-child(1) {
            display: none; } }
  @media only screen and (max-width: 1000px) {
    body.wct .menubar .wrapper {
      padding-left: 15px;
      padding-right: 15px; } }

/* the big menu */
#menu {
  bottom: 0;
  position: fixed;
  overflow: hidden;
  display: none;
  width: 100%;
  background-color: #ff8200;
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 0;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  #menu .menubar {
    overflow: hidden;
    position: absolute; }
    #menu .menubar .wrapper {
      background-color: #ff8200; }
      #menu .menubar .wrapper .logo .logo-cramer {
        color: #fff; }
      #menu .menubar .wrapper .tag:hover {
        color: #fff; }
  #menu .wrapper {
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
    #menu .wrapper .options {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      background-color: #ff8200;
      margin-top: 75px;
      padding: 0px 20px 10px 50px; }
      #menu .wrapper .options .list {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        float: left; }
        #menu .wrapper .options .list ul {
          display: block;
          overflow: hidden;
          box-sizing: border-box;
          list-style-type: none;
          padding: 0; }
          #menu .wrapper .options .list ul li {
            display: block;
            overflow: hidden;
            box-sizing: border-box;
            float: left;
            clear: both;
            padding-bottom: 5px; }
            #menu .wrapper .options .list ul li a {
              display: block;
              overflow: hidden;
              box-sizing: border-box;
              padding: 10px 25px 10px 20px;
              background-color: #fff;
              font-size: 46px;
              font-weight: bold;
              color: #4a4f55; }
              #menu .wrapper .options .list ul li a:hover {
                background-color: #4a4f55;
                color: #fff; }
      #menu .wrapper .options .connect {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        background-color: #ff8200;
        position: absolute;
        bottom: 10px; }
        #menu .wrapper .options .connect h5 {
          display: block;
          overflow: hidden;
          box-sizing: border-box;
          font-weight: bold;
          font-size: 12px;
          color: #fff;
          text-align: left; }
        #menu .wrapper .options .connect a.email {
          display: block;
          overflow: hidden;
          box-sizing: border-box;
          font-weight: bold;
          font-size: 32px;
          color: #4a4f55; }
          #menu .wrapper .options .connect a.email:hover {
            text-decoration: underline;
            color: #fff; }
        #menu .wrapper .options .connect ul.social {
          display: block;
          overflow: hidden;
          box-sizing: border-box;
          padding: 0;
          margin: 0; }
          #menu .wrapper .options .connect ul.social li {
            display: block;
            overflow: hidden;
            box-sizing: border-box;
            float: left;
            padding-right: 12px; }
            #menu .wrapper .options .connect ul.social li a {
              display: block;
              overflow: hidden;
              box-sizing: border-box; }
              #menu .wrapper .options .connect ul.social li a .icon {
                display: inline-block;
                width: 32px;
                height: 32px;
                stroke-width: 0;
                stroke: currentColor;
                fill: currentColor;
                color: #fff; }
              #menu .wrapper .options .connect ul.social li a:hover {
                opacity: 0.7; }
        #menu .wrapper .options .connect p.address {
          font-size: 15px; }
          #menu .wrapper .options .connect p.address a, #menu .wrapper .options .connect p.address span {
            color: #fff; }
          #menu .wrapper .options .connect p.address a:hover {
            text-decoration: underline; }
          #menu .wrapper .options .connect p.address span {
            white-space: nowrap; }
      @media only screen and (max-width: 1000px) {
        #menu .wrapper .options {
          padding-left: 15px;
          padding-right: 15px; } }
      @media all and (max-height: 400px) {
        #menu .wrapper .options {
          overflow: scroll;
          height: 100%; }
          #menu .wrapper .options .list ul li a {
            font-size: 16px;
            padding: 5px 10px 5px 7px; }
          #menu .wrapper .options .connect {
            display: none; } }
      @media all and (min-height: 400px) and (max-height: 575px) {
        #menu .wrapper .options {
          overflow: scroll;
          height: 100%; }
          #menu .wrapper .options .list ul li a {
            font-size: 22px;
            padding: 5px 10px 5px 7px; }
          #menu .wrapper .options .connect {
            display: none; } }
      @media all and (min-height: 575px) and (max-height: 900px) {
        #menu .wrapper .options {
          overflow: scroll;
          height: 100%; }
          #menu .wrapper .options .list ul li a {
            font-size: 30px;
            padding: 8px 12px 8px 10px; }
          #menu .wrapper .options .connect {
            display: none; } }
      @media all and (min-height: 700px) and (max-height: 900px) {
        #menu .wrapper .options .connect {
          display: block; } }
      @media all and (max-width: 500px) {
        #menu .wrapper .options .connect {
          display: none; } }
    #menu .wrapper .newsletter {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 1001;
      max-width: 400px;
      height: 100%;
      background-image: url(http://lh3.googleusercontent.com/vN4QXAgCo8XN3eVQHBqOeb3njNKWNDeBEnfMqvJpSxKV7h7dWrOHnW0j8n4zpwkvvXsy5Ss5kmMTIiWfi5oGoP5d_tPTNw);
      background-color: #fff; }
      #menu .wrapper .newsletter .wrapper {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        padding: 80px 35px 50px 30px; }
      #menu .wrapper .newsletter h5 {
        font-size: 12px;
        font-weight: bold;
        color: #c2c2c2; }
      #menu .wrapper .newsletter h3 {
        font-size: 34px;
        font-weight: bold;
        color: #4a4f55; }
      #menu .wrapper .newsletter .form {
        display: block;
        overflow: hidden;
        box-sizing: border-box; }
      @media only screen and (max-width: 925px) {
        #menu .wrapper .newsletter {
          max-width: 300px; } }
      @media only screen and (max-width: 775px) {
        #menu .wrapper .newsletter {
          display: none; } }
    #menu .wrapper .close {
      position: fixed;
      top: 32px;
      right: 30px;
      z-index: 10002;
      cursor: pointer; }
      #menu .wrapper .close > span {
        display: block;
        height: 5px;
        width: 40px;
        background: transparent;
        position: relative;
        text-indent: 1000px;
        zoom: 1;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background-position: inherit inherit;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: right; }
      #menu .wrapper .close > span:before {
        display: block;
        content: "";
        position: absolute;
        width: 40px;
        height: 5px;
        background: #ff8200;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        top: 0px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        zoom: 1; }
      #menu .wrapper .close > span:after {
        display: block;
        content: "";
        position: absolute;
        top: 0px;
        width: 40px;
        height: 5px;
        background: #ff8200;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        zoom: 1; }
      #menu .wrapper .close:hover > span:after, #menu .wrapper .close:hover > span:before {
        background: #4a4f55; }
      @media only screen and (max-width: 775px) {
        #menu .wrapper .close > span:after, #menu .wrapper .close > span:before {
          background: #fff; } }

body.about article.page.with-45s section.contents {
  margin-bottom: 0; }
  body.about article.page.with-45s section.contents .wrapper {
    max-width: 1600px;
    padding: 0 145px;
    margin: 0 auto; }
  body.about article.page.with-45s section.contents .panel {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    margin: 0 0 100px 0;
    background-color: #fff; }
    body.about article.page.with-45s section.contents .panel h3 {
      margin: 0;
      padding: 30px 0 5px 1px;
      text-transform: uppercase;
      font-size: 12px;
      color: #c2c2c2;
      line-height: 100%; }
    body.about article.page.with-45s section.contents .panel h2 {
      margin: 0;
      padding: 0;
      font-size: 35px;
      color: #4a4f55;
      line-height: 120%; }
    body.about article.page.with-45s section.contents .panel p {
      margin: 0;
      padding: 20px 0 0 0;
      font-size: 17px;
      color: #4a4f55;
      line-height: 140%; }
      body.about article.page.with-45s section.contents .panel p a.box {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        float: left;
        padding: 3px 0px 3px 15px;
        background-color: #ff8400;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px; }
        body.about article.page.with-45s section.contents .panel p a.box.ctaArrow:after {
          color: #fff;
          width: 33px;
          height: 11px; }
        body.about article.page.with-45s section.contents .panel p a.box:hover {
          background-color: #4a4f55;
          text-decoration: none; }
    body.about article.page.with-45s section.contents .panel .left {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      float: left;
      width: 50%;
      padding: 0;
      margin: 0; }
      body.about article.page.with-45s section.contents .panel .left h3, body.about article.page.with-45s section.contents .panel .left h2, body.about article.page.with-45s section.contents .panel .left p {
        padding-left: 40px;
        padding-right: 80px; }
      body.about article.page.with-45s section.contents .panel .left p a {
        margin-bottom: 30px; }
    body.about article.page.with-45s section.contents .panel .right {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      float: right;
      width: 50%;
      padding: 0;
      margin: 0; }
      body.about article.page.with-45s section.contents .panel .right h3, body.about article.page.with-45s section.contents .panel .right h2, body.about article.page.with-45s section.contents .panel .right p {
        padding-left: 80px; }
    body.about article.page.with-45s section.contents .panel .full-bleed-image img {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      width: 100%; }
body.about article.page.with-45s section.promo.text {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 0; }
  body.about article.page.with-45s section.promo.text h4 {
    text-align: center;
    max-width: 985px;
    margin: 0 auto;
    padding: 125px 30px;
    font-weight: bold;
    font-size: 40px;
    line-height: 135%;
    text-align: center;
    color: #4a4f55; }
    body.about article.page.with-45s section.promo.text h4 a:hover {
      text-decoration: underline; }
@media only screen and (max-width: 1150px) {
  body.about article.page.with-45s section.contents .wrapper {
    max-width: 100%;
    padding: 0 50px; } }
@media only screen and (max-width: 950px) {
  body.about article.page.with-45s section.contents .panel .right h3, body.about article.page.with-45s section.contents .panel .right h2, body.about article.page.with-45s section.contents .panel .right p {
    padding-left: 40px; }
  body.about article.page.with-45s section.contents .panel .left h3, body.about article.page.with-45s section.contents .panel .left h2, body.about article.page.with-45s section.contents .panel .left p {
    padding-left: 30px;
    padding-right: 40px; }
  body.about article.page.with-45s section.promo.text h4 {
    text-align: left;
    font-size: 35px;
    padding: 50px 30px; } }
@media only screen and (max-width: 750px) {
  body.about article.page.with-45s section.contents .panel {
    margin-bottom: 50px; }
    body.about article.page.with-45s section.contents .panel .right, body.about article.page.with-45s section.contents .panel .left {
      clear: both;
      float: left;
      width: 100%;
      padding: 30px; }
      body.about article.page.with-45s section.contents .panel .right h3, body.about article.page.with-45s section.contents .panel .right h2, body.about article.page.with-45s section.contents .panel .right p, body.about article.page.with-45s section.contents .panel .left h3, body.about article.page.with-45s section.contents .panel .left h2, body.about article.page.with-45s section.contents .panel .left p {
        padding-left: 0;
        padding-right: 0; }
      body.about article.page.with-45s section.contents .panel .right h3, body.about article.page.with-45s section.contents .panel .left h3 {
        padding-top: 0; }
      body.about article.page.with-45s section.contents .panel .right p a.box, body.about article.page.with-45s section.contents .panel .left p a.box {
        margin-bottom: 0; }
    body.about article.page.with-45s section.contents .panel .right.full-bleed-image {
      display: none; }
    body.about article.page.with-45s section.contents .panel .left.full-bleed-image {
      padding: 0; }
  body.about article.page.with-45s section.promo.text h4 {
    font-size: 30px;
    padding: 30px 50px 40px 50px; } }

/*
 team.css
*/
.team .feature .large-5 {
  margin-left: 60px; }

.team .feature-title h3, .about .feature-title h3 {
  margin: 0; }

.team .featured-desc p {
  font-size: 34px;
  line-height: 120%;
  margin: 0;
  max-width: 425px;
  color: #ffffff; }

.team .panel.text-center h2 {
  padding: 20px 0; }

.team p.intro {
  color: #444;
  padding: 0 80px;
  text-align: center; }

.teamFilter {
  padding: 0 80px;
  margin-bottom: 60px; }

.teamFilter label, .teamFilter input, .teamFilter select, #searchName label, #searchName input {
  float: left; }

#searchName {
  float: right; }

.teamFilter label {
  color: #fc7706;
  font-size: 28px;
  margin-right: 20px;
  position: static; }

.teamFilter select {
  max-width: 197px;
  -webkit-apperance: none; }

.teamFilter .lastName {
  width: 240px; }

.teamFilter input {
  margin-right: 10px; }

.teamFilter select, .teamFilter input {
  background-color: #e3e3e3;
  border: 0px;
  margin-top: 10px;
  color: #444444; }

.teamFilter select, .teamFilter input {
  padding: 5px 8px;
  height: 27px; }

.teamFilter input {
  padding: 6px 8px; }

.teamFilter input[type="submit"] {
  background-color: #ffffff;
  text-indent: -9999px;
  background-image: url("../images/submit-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

.teamWrapper .large-3 {
  max-width: 298px;
  width: 100%;
  padding: 0;
  margin: 0 0 30px 0;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }

.teamFilter .panel {
  padding: 0 13px; }

.memberWrapper {
  overflow: hidden;
  height: 280px; }

.teamBorder {
  position: absolute;
  bottom: 0;
  left: -40px;
  max-width: 380px;
  width: 100%;
  height: 1px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iNDQlIiBzdG9wLWNvbG9yPSIjYjJiMmIyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-radial-gradient(center, ellipse cover, #b2b2b2 44%, rgba(255, 255, 255, 0) 86%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(44%, #b2b2b2), color-stop(86%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #b2b2b2 44%, rgba(255, 255, 255, 0) 86%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #b2b2b2 44%, rgba(255, 255, 255, 0) 86%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #b2b2b2 44%, rgba(255, 255, 255, 0) 86%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #b2b2b2 44%, rgba(255, 255, 255, 0) 86%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2b2b2', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */ }

.teamMember {
  position: relative; }

body.team article.page div.panel.text-center h2 {
  display: block;
  overflow: hidden;
  font-weight: bold;
  padding: 90px 0 40px;
  text-align: center;
  font-weight: bold; }

.closeButton {
  display: none; }

.bio .info {
  display: none; }

.teamWrapper .teamMember .bio {
  display: none; }

.teamWrapper .active .teamMember .bio {
  display: block;
  position: absolute;
  bottom: -280px;
  width: 100%; }

.appleios .teamWrapper .active .teamMember {
  bottom: 0px;
  /* This line fixes an issue that crashes ipads - Please leave */ }

.appleios .teamMember {
  bottom: 0px;
  /* This line fixes an issue that crashes ipads - Please leave */ }

.ie9 .teamMember {
  position: relative;
  top: 235px; }

.ie9 .teamWrapper .active .teamMember {
  top: 0px; }

.teamWrapper .active .nameDept {
  display: none; }

.teamWrapper .large-3:last-child {
  float: left !important; }

.nameDept {
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 0px;
  position: absolute;
  bottom: -280px;
  width: 100%; }

.nameDept span {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold; }

.teamWrapper .bio {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background-color: rgba(251, 122, 15, 0.95);
  color: #ffffff;
  padding: 15px 15px 0 15px;
  font-size: 16px;
  min-height: 100px; }
  .teamWrapper .bio p {
    font-size: 15px; }

.teamWrapper .name {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  font-size: 20px !important; }

.teamWrapper .title {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 140%;
  margin: 0; }

.teamWrapper .links {
  line-height: 1;
  margin: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .teamWrapper .links a {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #fff;
    text-decoration: underline; }
    .teamWrapper .links a:hover {
      text-decoration: none; }

.teamWrapper .info {
  line-height: 1;
  margin: 0 0 20px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.teamWrapper .bio ul.social {
  position: absolute;
  bottom: 10px;
  border: none;
  padding: 0; }

.team .closeButton {
  position: absolute;
  top: 55px;
  right: 10px;
  opacity: .5;
  cursor: pointer;
  z-index: 9999;
  display: none; }

@media only screen and (max-width: 400px) {
  .team p.intro {
    font-size: 26px;
    padding: 20px;
    margin: 0px; }

  .teamWrapper .panel {
    margin: 0 10px;
    padding: 0 10px; } }
/*
	careers.css
*/
body.careers.wct article.page section.contents p {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 27px;
  line-height: 125%;
  max-width: 60%;
  text-align: left; }

.careers .feature-title h3 {
  margin: 0;
  font-size: 47px;
  font-weight: normal; }

.careers-wrapper .large-3 a {
  text-decoration: none;
  color: #fc7706; }

.careers-wrapper .large-9 {
  border-right: 1px solid #e1dfdd; }

.careers-wrapper .large-9 .row {
  margin-left: 0; }

.careers-wrapper .large-3 {
  padding-left: 40px; }

.careers-wrapper .open-position {
  padding: 10px 30px; }

body.careers .careers-body {
  text-align: center;
  padding-bottom: 25px; }

body.careers .careers-body p {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  line-height: 150%; }

/* workable styles */
body.careers .careers-list ul.whr-items {
  list-style-type: none; }

body.careers .careers-list li.whr-item {
  display: block;
  overflow: hidden;
  text-align: center;
  padding-bottom: 25px; }

body.careers .careers-list li.whr-item h3 a:hover {
  text-decoration: underline; }

body.careers .careers-list ul.whr-info {
  display: none; }

/*
.careers-list .open-position {
	margin:0 0 60px 0;
}
.careers-list .open-position a p{
	margin:10px 0;
	font-size: 16px;
	color: #444;
}
.careers-list .open-position ol{
	list-style:disc;
}
.careers-list .open-position ol, .careers-list .open-position ul{
	padding-left:20px;
}

.careers-list .open-position a {
	text-decoration: none;
	font-family: $font-body-55;
}

.careers-list .open-position a:hover h3,
.careers-list .open-position a:hover span.cta,
{
	text-decoration: underline;
}

.careers-list .open-position a h3 {
	color:#444;
}

.careers-list .open-position a span.cta {
	font-size:14px;
	color:#fd7b13;
	font-family:$font-body-55;
	text-transform: uppercase;
	text-decoration: none;
	padding-right:20px;
	background: url(../images/submit-arrow.png) no-repeat center right;
	background-size: 8%;
}

/****
	Contact CTA Box
****/
#contact-cta-box .panel {
  margin-bottom: 20px;
  overflow: visible; }

/******************
*		Careers Details
*******************/
.careers-detail-wrapper {
  padding-top: 85px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: #f0efef; }

.careers-detail-wrapper .careers-wrapper .panel {
  background-color: #e1dfdd; }

.careers-detail-cta .panel {
  max-width: 950px;
  overflow: hidden;
  padding: 20px 0 50px 0; }

.careers-detail-cta .cta {
  text-align: left; }

.careers-detail-cta .cta a {
  padding-left: 20px;
  font-size: 12px;
  text-decoration: none;
  color: #444444;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.careers-detail-cta .apply {
  padding-right: 0; }

.careers-detail-cta .apply p {
  float: right;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  margin: 8px 20px 0 0; }

.careers-detail-cta .apply a {
  float: right;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  padding: 10px 25px;
  background: #fc7706;
  margin: 10px 15px; }

.careers-detail-cta .cta {
  margin-top: 8px;
  background: url(../images/cta-carat-left.png) no-repeat left center; }

.careers-detail-wrapper .careers-wrapper ul, .careers-detail-wrapper .careers-wrapper ol {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-top: 8px; }

.careers-detail-wrapper .careers-wrapper ul li, .careers-detail-wrapper .careers-wrapper ol li {
  line-height: 24px;
  margin-bottom: 3px; }

body.careers p.intro {
  text-align: center;
  margin: 62px 0 0 0;
  font-size: 34px; }

body.careers-detail h5 {
  margin-top: 40px; }

body.careers-detail h5 a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase; }

body.careers-detail h5 a:hover {
  text-decoration: underline; }

body.careers-detail p.intro {
  margin-top: 0; }

.careers-detail-cta .share {
  float: left;
  padding: 1px 12px 0 0;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold; }

.careers-detail-cta .social ul {
  float: left;
  padding: 0;
  margin: 0; }

.careers-detail-cta .social li {
  cursor: pointer;
  display: block;
  overflow: hidden;
  width: 30px;
  height: 22px; }

.careers-detail-cta .email {
  background: url(../images/social-sprite.png) no-repeat;
  background-position: top 0 left 0; }

.careers-detail-cta .linkedin {
  background: url(../images/social-sprite.png) no-repeat;
  background-position: top 1px left -38px; }

.careers-detail-cta .twitter {
  background: url(../images/social-sprite.png) no-repeat;
  background-position: top 1px left -104px; }

.careers-detail-cta .facebook {
  background: url(../images/social-sprite.png) no-repeat;
  background-position: top 1px left -72px; }

.careers-detail-cta .gplus {
  background: url(../images/social-sprite.png) no-repeat;
  background-position: top 2px left -138px; }

.careers-detail-cta .email:hover {
  background-position: top -23px left 0; }

.careers-detail-cta .linkedin:hover {
  background-position: top -23px left -38px; }

.careers-detail-cta .twitter:hover {
  background-position: top -23px left -104px; }

.careers-detail-cta .facebook:hover {
  background-position: top -23px left -72px; }

.careers-detail-cta .gplus:hover {
  background-position: top -23px left -138px; }

.careers-detail-cta .email, .careers-detail-cta .linkedin, .careers-detail-cta .twitter, .careers-detail-cta .facebook, .careers-detail-cta .gplus, .careers-detail-cta .email:hover, .careers-detail-cta .linkedin:hover, .careers-detail-cta .twitter:hover, .careers-detail-cta .facebook:hover, .careers-detail-cta .gplus:hover {
  -webkit-transition: all .3s ease-in;
  /* Changed here */
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }

.share-this .custom {
  margin-right: 12px; }

.share-this .social ul {
  float: left;
  padding-left: 0; }

.issues {
  height: 230px; }

.catalyst {
  background-color: #fff;
  display: block;
  overflow: hidden; }

.catalyst-list .catalyst {
  background: #3a3a3a; }

.issue-archive h3 a {
  margin: 0 auto;
  display: inline-block;
  color: #fff; }

.issue-archive h3 {
  display: inline-block; }

.issue-archive a {
  padding: 0 17px;
  line-height: 33px;
  margin-top: 10px; }

.catalyst-list section.body-content.medium-12.columns.body-content.end {
  padding-top: 70px; }

.catalyst .hero-padding {
  padding-bottom: 25px; }

body.catalyst .catalyst-cta-box {
  padding: 10px 0 0 0;
  overflow: hidden;
  color: #fff;
  background: none; }

#catalyst .cta-box-header {
  background: none; }

#catalyst .cta-box-header .mktoForm .mktoButtonWrap.mktoSimple .mktoButton, #catalyst .cta-box-header .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background: none;
  border: none; }

.catalyst #stage {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #3a3a3a; }
  .catalyst #stage h1 {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 0;
    padding: 0 0 20px 0; }
  .catalyst #stage p {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #fff;
    margin: 0;
    padding: 0 15px 20px 15px; }
  .catalyst #stage h2 {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    margin: 0;
    padding: 0 0 10px 0; }

.catalyst .row .meduim-6.columns.end:nth-child(3) {
  clear: left; }

.catalyst .medium-6.columns.end:nth-child(3) {
  clear: left; }

.catalyst h2.text-center {
  margin-bottom: 20px; }

.catalyst .row {
  margin-bottom: 0; }

.catalyst section header {
  border-top: 1px solid #e8edee;
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px; }

.catalyst section header:before {
  content: '';
  position: absolute;
  top: 0px;
  border-top: 1px solid #f9fafb;
  width: 100%; }

.catalyst #stage {
  padding-top: 120px;
  padding-bottom: 0;
  background: #3a3a3a; }

.catalyst #stage p.intro {
  font-size: 24px; }

.catalyst .body-content {
  padding-top: 30px; }

.sumome-share-client-wrapper {
  display: none; }

.catalyst a:link,
.catalyst a:visited,
.catalyst a:focus,
.catalyst a:active {
  text-decoration: none; }

.catalyst-list-item a:link,
.catalyst-list-item a:visited,
.catalyst-list-item a:focus,
.catalyst-list-item a:active {
  color: #222; }

.catalyst-list-item .more a:link,
.catalyst-list-item .more a:visited,
.catalyst-list-item .more a:focus,
.catalyst-list-item .more a:active {
  color: #fd7b13; }

.catalyst .cta a:link,
.catalyst .cta a:visited,
.catalyst .cta a:focus,
.catalyst .cta a:active {
  color: #fff; }

.catalyst .wrapper {
  display: block;
  overflow: hidden;
  max-width: 1300px;
  margin: 0 auto;
  position: relative; }

.catalyst > article {
  display: block;
  overflow: hidden;
  padding-bottom: 100px;
  position: relative; }

.catalyst article > header {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: rgba(253, 118, 9, 0.96);
  background-size: cover; }

.catalyst article > header h1 {
  line-height: 1.1;
  text-align: center;
  color: #fff; }

.catalyst article > header p.intro {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  color: #fff;
  text-align: center; }

.catalyst article > header .story-icon {
  margin: 0 auto;
  max-width: 290px;
  vertical-align: middle; }

.catalyst article .button-container {
  line-height: 1;
  text-align: center;
  margin: 20px auto; }

.catalyst article > header .text-center {
  text-align: center; }

.catalyst article > header .arrow-down {
  /*position: absolute;
  z-index: 201; */
  display: none; }

.catalyst article > header .stagecover {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.catalyst p.category {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  margin: 0; }

.catalyst p.more {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px; }

.catalyst .body-content li {
  padding: 0 0 15px 5px;
  margin-left: 35px; }

.catalyst .catalyst-list-item {
  margin-bottom: 28px; }

.catalyst-list-item p.intro {
  white-space: nowrap;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis; }

/* RESPONSIVE FOR Catalyst PAGES */
@media only screen and (max-width: 640px) {
  .issues {
    height: auto; } }
/*
 focus.css
*/
.focus-main p.intro {
  text-align: center; }

.focus-detail .focus .feature-title h2 {
  margin-top: 0;
  color: #fff; }

/******************
*		Focus Boxes (grid of three)
*******************/
#focus-boxes .subnav {
  background: #b5b6b5;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

#focus-boxes .subnav a {
  color: #000000;
  text-decoration: none;
  padding: 8px 36px;
  display: block; }

#focus-boxes .subnav .panel {
  max-width: 1400px;
  overflow: visible; }

#focus-boxes .subnav ul {
  float: right;
  margin: 0; }

#focus-boxes .subnav ul li {
  display: inline;
  float: left; }

#focus-boxes .subnav ul li.active {
  background: #ffffff;
  position: relative; }

#focus-boxes .subnav ul li.active::after {
  content: url("../images/subnav-down-arrow.png");
  position: absolute;
  z-index: 1;
  top: 38px;
  left: 42%; }

#focus-boxes .focus-feature .panel {
  max-width: 1400px;
  overflow: hidden;
  background-color: #000000; }

#focus-boxes .focus-feature .panel .large-12 img {
  width: 100%; }

#focus-boxes .head-content .focus-feature h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 10px 0;
  font-weight: normal;
  color: #b5b6b5; }

#focus-boxes .head-content .focus-feature h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 47px;
  line-height: 47px;
  margin: 5px 0 5px 0;
  font-weight: normal; }

#focus-boxes .head-content .focus-feature p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 34px;
  line-height: 34px;
  margin: 0;
  font-weight: normal;
  color: #b5b6b5; }

.focus-head-info button {
  /*display: none;*/ }

.focus-detail p.cta-intro {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.focus-main .panel.text-center h3 {
  padding-bottom: 10px; }

body.focus-detail .row h2 {
  padding-left: 15px;
  line-height: 140%; }
body.focus-detail .large-6 p.intro {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  line-height: 1.3; }
body.focus-detail .large-12 .cta {
  font-size: 33px; }
  body.focus-detail .large-12 .cta a {
    font-weight: bold; }
    body.focus-detail .large-12 .cta a:hover {
      text-decoration: underline; }

body.focus-detail .focus-whitepaper {
  display: block;
  overflow: hidden;
  max-width: 280px; }

body.focus-detail .focus-whitepaper a {
  display: block;
  overflow: hidden;
  border: 1px solid #f4f4f4;
  position: relative; }

body.focus-detail .focus-whitepaper a .new-badge {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  background: #ef2b35;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-size: 10px;
  padding: 6px; }

body.focus-detail .focus-whitepaper a img {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 20px; }

body.focus-detail .focus-whitepaper a .caption {
  background-color: #f8f8f8;
  padding: 20px;
  color: #000; }

body.focus-detail .focus-whitepaper a .caption h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 0 5px 0;
  margin: 0; }

body.focus-detail .focus-whitepaper a .caption h2 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 120%; }

body.focus-detail .focus-whitepaper a .caption p {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 120%;
  padding: 5px 0;
  margin: 0; }

body.focus-detail .focus-whitepaper a:hover {
  border: 1px solid #eaeaea; }

body.focus-detail .focus-whitepaper a:hover .caption span.linkNext {
  text-decoration: underline; }

img.slash {
  padding-right: 10px; }

h2.large-title {
  font-size: 46px;
  line-height: 1;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

body.focus-detail .form-submit {
  display: block;
  overflow: hidden;
  background: #f0efef;
  padding: 40px; }

body.focu-detail .form-submit p {
  padding-bottom: 0;
  margin-bottom: 2px; }

body.focu-detail a.subscribe {
  background: #fc7706 url(../images/white-arrow-right.png) no-repeat 97px 7px;
  padding: 5px 23px 5px 23px;
  position: relative;
  left: -5px;
  color: #fff;
  text-decoration: none;
  background-size: 10px; }

.focus-whitepaper a.link.linkNext {
  padding-left: 0; }

.focus-detail a.link.linkNext a {
  color: #000; }

.focus-detail a.link.linkNext a:hover {
  text-decoration: underline; }

.focus-detail .detail-wrapper {
  background: #f0efef;
  padding-top: 40px; }

.work .panel .logo-grid {
  padding: 0 !important;
  margin: 0 !important; }

.focus-detail .logo-row, .logo-grid {
  padding: 0; }
  .focus-detail .logo-row .columns, .logo-grid .columns {
    padding: 0;
    margin: 0; }
  .focus-detail .logo-row .frame, .logo-grid .frame {
    height: 170px;
    /* equals max image height */
    width: 170px;
    white-space: nowrap;
    text-align: center;
    margin: 1em 0; }
  .focus-detail .logo-row .helper, .logo-grid .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .focus-detail .logo-row img, .logo-grid img {
    background: #fff;
    vertical-align: middle;
    max-height: 170px;
    max-width: 170px; }

.form-submit .select {
  background: #fc7706;
  padding: 5px 12px; }

.row.feature.feature-crop.crop {
  transform: translate3d(0, 0, 0);
  background: url(../images/orange-diagonal-crop.png) no-repeat -165px 0;
  width: 190%;
  height: 100%; }

.focus .feature .large-12, #focus-boxes .feature .large-12 {
  height: auto;
  position: absolute;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.focus .feature.ready-text .large-12, #focus-boxes .feature.ready-text .large-12 {
  opacity: 1; }

.focus-head-info h1 {
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

/*.focus-head-info .title h2 {
	font-family:$font-hed-65-bold; font-weight: bold;
}*/
.focus-head-info h2 {
  font-size: 28px;
  /*line-height: 28px;*/
  margin-bottom: 10px;
  font-weight: normal;
  margin: 0; }

.focus-head-info .large-8 p:first-child {
  margin-top: 0; }

.focus-detail .portfolio-grid .row {
  padding-bottom: 40px; }

.focus-detail .portfolio-grid .next-content {
  text-align: right;
  display: block;
  padding-right: 7px; }

.focus-detail .portfolio-grid .next-content button {
  float: none; }

#focus-boxes .focus-whitepaper p.intro {
  text-align: left;
  padding: 0;
  margin: 0; }

.focus-whitepaper .large-5 a {
  padding-right: 20px;
  background: url(../images/submit-arrow.png) no-repeat center right; }

.focus-whitepaper .large-4 input {
  padding: 7px; }

#focus-boxes .focus-whitepaper h2 {
  margin: 0;
  font-size: 42px;
  line-height: 42px; }

/*.focus-head-info .title {
	padding-bottom:60px;
}*/
/*.focus-head-info .large-10 h2 {
	font-size: 60px;
	line-height:60px;
}*/
.focus-head-info .large-10 p {
  font-size: 24px;
  line-height: 24px;
  margin: 0; }

.focus-detail .focus-head-info p a {
  text-decoration: underline; }

.focus-head-info .large-2 span {
  float: right;
  clear: both; }

.focus-head-info .large-2 {
  padding-right: 20px;
  /*//	background: url(../images/submit-arrow.png) no-repeat center right;*/ }

.focus-head-info .large-2 span.page {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold; }

.focus-head-info p:nth-child(2) {
  margin-top: 0; }

#focus-boxes .detail-wrapper {
  background-color: #f2f0f1;
  overflow: hidden; }

#focus-boxes p.intro {
  margin-bottom: 40px; }

#focus-boxes p.intro img, #focus-boxes h2 img {
  margin-right: 10px; }

#focus-boxes .head-content {
  margin-top: 85px;
  padding-bottom: 60px; }

#focus-boxes .logo-row {
  padding-bottom: 70px; }

#focus-boxes .logo-row .large-2 {
  padding-bottom: 40px; }

#focus-boxes .portfolio-grid {
  padding-bottom: 55px; }

.we-deliver button, .portfolio-grid button {
  text-decoration: none;
  padding: 0 28px 0 0;
  margin-bottom: 0;
  background: url(../images/cta-carat-down.png) no-repeat right center;
  float: left;
  clear: both;
  color: #4d4d4d;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px; }

#focus-boxes .we-deliver button {
  float: left; }

#focus-boxes .portfolio-grid button {
  float: right;
  margin-right: 15px; }

#focus-boxes .we-deliver p, #focus-boxes .we-deliver ul {
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-top: 10px;
  color: #4d4d4d; }

.we-deliver ul {
  padding-left: 20px; }

.focus-main .row.aboutDetails .heart h3 {
  background: url(../images/heart.png) no-repeat 0 0;
  background-size: 35px;
  padding-left: 50px;
  line-height: 1.5; }

.focus-main .row.aboutDetails .gear h3 {
  background: url(../images/gear.png) no-repeat 0 0;
  background-size: 35px;
  padding-left: 50px;
  line-height: 1.5; }

.focus-main .row.aboutDetails {
  margin-top: 43px; }

.focus-main .aboutDetails ul {
  padding-left: 65px; }

.focus-detail .page .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  padding: 7px 9px 6px;
  float: left;
  background-color: #fc7706;
  text-transform: uppercase;
  font-size: 14px;
  max-height: 29px;
  background-image: none;
  border: none;
  min-height: 29px; }

.focus-detail .page .mktoFormRow label, .focus-detail .page .mktoFormRow .mktoOffset, .focus-detail .page .mktoFormRow .mktoGutter {
  display: none; }

.focus-detail .page .mktoFormRow .mktoClear {
  clear: none; }

.focus-detail .page input#Email {
  float: left;
  padding: 5px;
  position: relative;
  min-height: 29px; }

/*FOCUS DETAIL PAGES*/
.focus-detail .linkNext {
  display: block;
  overflow: hidden; }

.focus-detail .linkNext a {
  display: block;
  overflow: hidden;
  font-size: 14px;
  text-align: right;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  background: url(../images/submit-arrow.png) no-repeat right 10px;
  padding: 10px 20px 0 0; }

.focus-detail .linkNext a:hover {
  text-decoration: underline; }

.next-content {
  text-align: right;
  padding-top: 10px;
  background: #fff; }

.focus-detail .linkNext {
  background: url(../images/submit-arrow.png) no-repeat center right;
  width: auto;
  display: inline-block;
  padding-right: 22px; }

.focus-head-info.bulleted-list {
  padding: 0 0 0 0;
  background: #fff;
  padding-bottom: 35px; }

.large-4.columns.we-deliver.bulleted-list {
  padding: 0; }

.large-4.columns.we-deliver.bulleted-list li {
  float: left;
  width: 48%;
  margin-right: 22px; }

.bulleted-list li {
  float: left;
  width: 48%;
  margin-right: 8px; }

.focus-head-info {
  padding-bottom: 0px; }

.focus-boxes-lead p.lead-intro {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  margin-top: 35px; }

.focus-head-info .large-6.columns {
  margin-right: 120px;
  width: 55%; }

.we-deliver.bulleted-list {
  width: 121%; }

body.focus-detail #footer ul {
  text-align: left; }

@media only screen and (max-width: 1165px) {
  .focus-detail.focus-content .form-submit iframe {
    height: 90px !important; } }
/*
	work.css
*/
.cta-case,
.portfolio-case {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 !important;
  overflow: hidden;
  min-height: 293px; }

.cta-case:hover .back-details,
.portfolio-case:hover .back-details {
  transform: translate3d(0px, -297px, 0px);
  -webkit-transform: translate3d(0px, -297px, 0px);
  -moz-transform: translate3d(0px, -297px, 0px);
  -o-transform: translate3d(0px, -297px, 0px);
  display: block;
  z-index: 999;
  width: 100%;
  background: #fc7609 url(../images/submit-arrow.png) no-repeat bottom center;
  opacity: .9; }

.portfolio-grid .cta-case.grey p {
  font-size: 31px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 30px;
  color: #444; }

.portfolio-grid .portfolio-case .back-details p
.portfolio-grid .cta-case .back-details p {
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 30px;
  color: #fff; }

.cta-case div.callout {
  padding: 0 15px; }

div.callout.panel.front-img {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 295px; }

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

.cta-case {
  background: #e1dfdd; }

.cta-case a {
  text-decoration: none;
  color: #444444; }

.cta-case .front-img img.arrow {
  width: auto;
  height: auto;
  position: absolute;
  right: 10px;
  top: 50%;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out; }

.cta-case:hover .front-img img.arrow {
  opacity: 1; }

div.back-details {
  padding: 0 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  color: #fff;
  height: 300px;
  width: 100%;
  position: absolute;
  z-index: 999;
  background: #fc841e url(../images/arrow-right-white.png) no-repeat 95% 133px;
  -webkit-transition: -webkit-transform .2s ease-in;
  /* Changed here */
  -moz-transition: -moz-transform .2s ease-in;
  -o-transition: -o-transform .2s ease-in;
  transition: transform .2s ease-in; }

p.blurb {
  font-size: 18px;
  padding: 10px;
  margin-top: 0;
  position: relative; }

p.blurb img {
  position: absolute;
  bottom: -30px;
  right: 10px; }

/****
	WORK GRID
****/
.showcase-grid .showcase-box {
  display: block;
  height: 295px; }

.showcase-grid .showcase-box a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: 1px solid #e4e4e4; }

.showcase-grid .showcase-box a .front {
  position: absolute;
  top: 0;
  background: rgba(228, 228, 228, 0.9);
  padding: 50px 20px 20px 20px;
  display: block;
  overflow: hidden;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .2s ease-in;
  /* Changed here */
  -moz-transition: -moz-transform .2s ease-in;
  -o-transition: -o-transform .2s ease-in;
  transition: transform .2s ease-in; }

.showcase-grid .showcase-box a:hover .front {
  transform: translate3d(0px, 241px, 0px);
  -moz-transform: translate3d(0px, 241px, 0px);
  -o-transform: translate3d(0px, 241px, 0px);
  -webkit-transform: translate3d(0px, 241px, 0px); }

.ie9 .showcase-grid .showcase-box a:hover .front {
  top: 241px; }

.showcase-grid .showcase-box a .front h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 100%;
  color: #444444;
  text-decoration: none;
  z-index: 10;
  position: relative; }

.showcase-grid .showcase-box a .front p {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  line-height: 120%;
  color: #444444;
  text-decoration: none;
  z-index: 10;
  position: relative; }

.showcase-grid .showcase-box a .front span {
  display: none;
  overflow: hidden;
  background: url("/static/images/workgrid-video-icon.png") no-repeat center center;
  text-indent: 200%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5; }

.showcase-grid .showcase-box a.active .front h4,
.showcase-grid .showcase-box a.active .front p,
.showcase-grid .showcase-box a.active .front span {
  display: none; }

.showcase-grid .showcase-box a.active .back {
  display: block; }

.showcase-grid .showcase-box a .back {
  display: none;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%; }

.showcase-grid .showcase-box a .back p {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  line-height: 100%;
  color: #444444;
  background: url(../images/cta-carat.png) no-repeat right center;
  text-align: right;
  padding-right: 30px;
  margin-right: 10px; }

/****
	SHOWCASE - V1.1
****/
body.showcase {
  background-color: #fff; }

.showcase #video-container {
  width: 100%;
  height: 100%;
  background-color: #000; }

.showcase #video-container iframe {
  width: 100%;
  height: 100%; }

body.showcase #stage {
  background-color: rgba(253, 118, 9, 0.96); }

body.showcase #stage h1, body.showcase #stage p {
  color: #fff; }

body.showcase .feature-logo {
  max-width: 350px;
  text-align: center; }

body.showcase .feature-logo img {
  margin: 0 auto;
  display: block;
  overflow: hidden; }

body.showcase .feature-title.reel h1 {
  font-size: 60px; }

body.showcase .featured-desc p {
  color: #fff; }

body.showcase .page {
  background-color: #fff; }

body.showcase .page .row.showcase {
  background-color: #f2f0f1; }

body.showcase .showcase-image {
  display: block;
  overflow: hidden;
  margin: 90px 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px; }

body.showcase .showcase-image .caption {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 10px 10% 0 10%;
  width: 100%; }

body.showcase.wct article.page #stage45.orange img {
  padding-top: 20px; }
body.showcase.wct article.page #stage45.orange h1 {
  padding-top: 0px; }
body.showcase.wct article.page #stage45.orange .reel {
  padding: 40px 0; }

body.showcase.wct article.page div.page {
  padding-top: 0px; }

@media only screen and (max-width: 850px) {
  body.showcase.wct article.page #stage45.orange .s50-50.left {
    max-width: 100%; }
  body.showcase.wct article.page #stage45.orange .s50-50.right {
    float: left;
    clear: both;
    max-width: 100%;
    padding-top: 40px; }
    body.showcase.wct article.page #stage45.orange .s50-50.right.reel {
      display: none; } }
/*
    inside.css
 */
/****
    SHOWCASE - V1.1
****/
body.inside-the-studio {
  background-color: #fff; }

.inside-the-studio #video-container {
  width: 100%;
  height: 100%;
  background-color: #000; }

.inside-the-studio #video-container iframe {
  width: 100%;
  height: 100%; }

body.inside-the-studio #stage h1, body.showcase #stage p {
  color: #fff; }

body.inside-the-studio #stage h2 {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  line-height: 120%;
  padding-top: 10px; }

body.inside-the-studio.wct .page {
  background-color: #fff; }

body.inside-the-studio .page .row.showcase {
  background-color: #f2f0f1; }

body.inside-the-studio .showcase-image {
  display: block;
  overflow: hidden;
  margin: 90px 0;
  text-align: center; }

body.inside-the-studio .showcase-image.wistia {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }

body.inside-the-studio .showcase-image .caption {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 10px 10% 0 10%;
  width: 100%; }

body.inside-the-studio .inside-body {
  margin: 80px 0 0 0; }

body.inside-the-studio .inside-body p {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 27px;
  line-height: 125%;
  max-width: 60%;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 30px; }

body.inside-the-studio .showcase-image .caption p {
  display: block;
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  line-height: 120%;
  max-width: 900px;
  margin: 24px auto; }

/*
   contact.css
 */
body.contact .page .panel {
  max-width: 1070px; }

body.contact h2 {
  font-size: 34px;
  font-weight: normal;
  padding: 50px 0 21px 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

div.contact-form {
  margin-top: 30px; }

body.contact .contact-form h2 {
  text-align: left;
  margin-bottom: 0px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  padding: 20px 0; }

body.contact .contact-form h2.thanks {
  padding-top: 50px; }

.call {
  margin-top: 0px; }

.contact-form .subject {
  padding-right: 0; }

.contact-form .title, .contact-form .email {
  padding-right: 0; }

body.contact .feature .panel {
  margin-top: 180px;
  color: #333; }

body.contact label {
  display: block; }

.menu-open .panel .large-6 {
  display: none; }

body.contact .row.contact-info {
  background-color: #fff;
  padding-bottom: 40px; }

.contact-info a {
  color: #fc7706;
  text-decoration: none; }

.page .panel .contact-info {
  float: left; }

.contact-info p {
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal; }

.contact-info span {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  color: #444444; }

/*     CONTACT       */
body.contact .panel .error {
  color: red;
  padding: 15px; }

body.contact .panel .mktoForm .mktoFieldWrap {
  position: relative;
  width: 100%; }

body.contact .panel .mktoForm input.mktoField {
  -webkit-appearance: none;
  border: 0;
  background: #fff;
  padding: 15px;
  margin: 5px 0 22px 0;
  width: 100%;
  outline: none;
  border-bottom: 1px solid #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body.contact .panel input:focus, body.contact .panel textarea:focus, body.contact .panel select:focus {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #333; }

body.contact .panel .phone input {
  width: 60px;
  display: inline-block; }

body.contact .panel #phone_1 {
  clear: both; }

body.contact .panel #phone_3 {
  width: 80px; }

body.contact .panel textarea {
  -webkit-appearance: none;
  border: 0;
  background: #fff;
  padding: 15px;
  margin: 5px 0 22px 0;
  width: 100%;
  height: 148px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px; }

#comment {
  resize: vertical; }

body.contact .panel select {
  -webkit-appearance: none;
  border: 0;
  background: #fff;
  padding: 15px;
  margin: 5px 0 22px 0;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px; }

body.contact .panel select option {
  font-size: 14px; }

body.contact .panel input#message {
  height: 165px; }

body.contact .panel form {
  padding: 0;
  min-width: 100% !important;
  width: 100% !important; }

body.contact .panel .asterisk {
  top: -5px;
  right: 0; }

body.contact .panel .mktoForm .mktoAsterix {
  float: left !important;
  padding-left: 0px !important; }

body.contact .panel .mktoForm select.mktoField {
  width: 100% !important;
  height: 48px; }

body.contact .panel .mktoForm textarea.mktoField {
  width: 100% !important; }

.contact .mktoForm #contactUsQuestion {
  width: 207% !important;
  margin-top: 5px !important; }

body.contact .panel .mktoForm .mktoGutter {
  display: none; }

body.contact .panel .large-6 .large-6 {
  padding-left: 0; }

body.contact .panel .large-6 .last-name {
  padding-right: 0; }

body.contact .panel label,
body.contact .panel .mktoForm label.mktoLabel {
  position: relative;
  padding-right: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  font-weight: normal;
  width: 100% !important; }

body.contact .panel .mktoFormCol {
  width: 31%;
  margin-right: 2%; }

body.contact .panel .mktoButtonRow {
  float: right;
  margin: 2%; }

body.contact .panel .mktoForm button.mktoButton {
  margin-right: 6px; }

body.contact .panel .mktoForm button.mktoButton {
  width: auto;
  margin: 0 auto;
  background: #fc7706;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 12px;
  padding: 15px 22px;
  text-decoration: none;
  text-transform: uppercase;
  float: right;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

body.contact .panel .mc-field-group {
  position: relative; }

body.contact .panel label.error {
  position: absolute;
  top: 23px;
  left: 0;
  background: rgba(250, 0, 0, 0.65);
  padding: 3px;
  font-size: 10px;
  color: #fff;
  min-width: 50px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border-radius: 3px;
  /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  background-clip: padding-box;
  /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
  z-index: 5000; }

/*body.contact .panel .submit input{
    width: auto;
    margin: 0 auto;
    background: #fc7706;
    color: #ffffff;
    font-family: $font-body-65; font-weight: bold;
    font-size: 12px;
    padding: 15px 22px;
    text-decoration: none;
    text-transform: uppercase;
    float:right;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}*/
body.contact .panel .submit input:hover,
body.contact .panel .mktoButtonWrap input:hover {
  background: #fc7706;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZjNzcwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYjYwMDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fc7706 1%, #cb6005 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fc7706), color-stop(100%, #cb6005));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fc7706 1%, #cb6005 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fc7706 1%, #cb6005 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fc7706 1%, #cb6005 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fc7706 1%, #cb6005 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc7706', endColorstr='#cb6005',GradientType=0 );
  /* IE6-8 */ }

body.contact .panel .submit p {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

body.contact .panel .legend {
  text-align: center; }

body.contact .panel .legend div {
  width: 300px;
  margin: 0 auto;
  display: block;
  padding: 15px 0; }

body.contact .panel ul.social li.linkedin a {
  background-image: url(../images/icon-linkedin-black.png); }

body.contact .panel ul.social li.twitter a {
  background-image: url(../images/icon-twitter-black.png); }

body.contact .panel ul.social li.facebook a {
  background-image: url(../images/icon-facebook-black.png); }

body.contact .panel ul.social li.google-plus a {
  background-image: url(../images/icon-google-plus-black.png); }

@media only screen and (max-width: 650px) {
  body.contact div#contact-info.page iframe {
    height: 900px; } }
/*
   download.css
*/
.download-wrapper {
  background: none repeat scroll 0 0 #f0efef;
  padding-top: 85px;
  padding-bottom: 30px;
  margin-bottom: 10px; }

.download .contents h5 {
  font-size: 15px;
  line-height: 100%;
  margin: 62px 0 0 0;
  text-align: center;
  text-transform: uppercase; }

#download-page img {
  margin: 10px 0 20px 0; }

.download .contents h1 {
  font-size: 47px;
  margin: 0px 0 60px;
  text-align: center; }

.download .contents h2 {
  font-weight: bold; }

.download .contents h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0 10px 0; }

/*.download .contents p {
    font-family:$font-body-55;
    font-size: 20px;
    line-height: 150%;
}*/
.download .contents .cf_widget_socialsignon .cf_sign_on {
  width: auto !important;
  border: none !important; }

.download .contents input,
.download .contents input.mktoTextField,
.download .contents input.mktoEmailField {
  -webkit-appearance: none;
  border: 0;
  background: #fff;
  padding: 15px;
  margin: 5px 0 22px 0;
  width: 100%;
  outline: none;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  width: 100% !important;
  /* to overwrite inline style */
  font-family: "Arial";
  font-size: 14px; }

.download .contents .mktoForm .mktoGutter,
.download .contents .mktoForm .mktoOffset {
  display: none; }

.download .contents input {
  min-height: 48px; }

#optInforEmailList {
  min-height: 22px;
  padding: 0; }

.download .contents input:focus,
.download .contents .mktoForm input:focus {
  box-shadow: none;
  border-bottom: 1px solid #333; }

.download .contents input#message {
  height: 165px; }

.download .contents form,
.download .contents .mktoForm {
  padding: 0;
  width: 100% !important; }

.download .contents .asterisk,
.download .contents .mktoAsterix {
  float: left; }

.download form .mktoFormRow:nth-last-child(4) .mktoFormCol {
  width: 100%; }

.download .contents .large-6 {
  width: 47%;
  padding-left: 70px; }

.download .contents #download-page {
  display: block;
  overflow: hidden;
  padding: 0 25px; }

.download .contents .large-12 .large-6 {
  width: 50%; }

.download .contents .mktoForm .mktoFieldWrap {
  float: none; }

.download .contents .mktoFormRow {
  /* flexbox setup */
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row; }

.download .contents .mktoFormCol {
  width: 47%;
  margin-right: 2%;
  margin-bottom: 0px !important;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto; }

.download .contents .mktoFormRow:nth-child(4) .mktoFormCol {
  width: 96%; }

.download .contents .large-6 .large-6 {
  padding-left: 0; }

.download .contents .large-6 .last-name,
.download .contents .large-6 .company {
  padding-right: 0; }

.download .contents label,
.download .contents .mktoForm label.mktoLabel {
  position: relative;
  padding-right: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  font-weight: normal;
  min-width: 150px;
  /* overwrite inline style */ }

.download .contents .mc-field-group,
.download .contents .mktoForm .mktoFieldWrap {
  position: relative; }

.download .contents .submit {
  padding: 15px 0; }

.download .contents .submit input,
.download .contents .mktoForm label.mktoButton {
  width: 100% !important;
  margin: 0 auto;
  background: #fc7706;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 22px;
  text-decoration: none;
  text-transform: uppercase;
  float: right; }

.download .contents .submit p {
  float: left; }

.download .contents .checkbox input,
.download .contents .mktoForm .mktoCheckboxList input {
  margin: 0;
  padding: 0;
  width: 15px;
  -webkit-appearance: checkbox; }

.download .contents .mktoForm .mktoCheckboxList {
  width: 25px !important;
  padding: 0; }

.download .contents .mktoForm .mktoCheckboxList input {
  width: auto !important; }

.download .contents .mktoForm .mktoCheckboxList label {
  min-width: none; }

.download .contents .error {
  color: red;
  padding: 15px; }

.download .contents label.error {
  position: absolute;
  top: 23px;
  left: 0;
  background: rgba(250, 0, 0, 0.65);
  padding: 3px;
  font-size: 10px;
  color: #fff;
  min-width: 50px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border-radius: 3px;
  background-clip: padding-box;
  z-index: 5000; }

.download .contents p.intro, .download .page p.intro {
  color: #444444;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 34px;
  line-height: 1.357;
  margin: 60px 0 44px;
  padding: 0 80px;
  text-align: center; }

.download .contents #thank-you-page {
  text-align: center; }

.download .contents .ty-dek {
  text-align: center;
  margin: 0 auto; }

.download .contents .ty-dek p {
  margin: 0 auto 20px auto;
  width: 60%; }

.download .contents .mktoForm .mktoFormRow label.mktoLabel {
  padding: 0; }

.download .contents .download-btn,
.download .contents .mktoForm .mktoButton {
  display: inline-block;
  background: #fc7706;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto; }

.download .contents .mktoButtonRow {
  width: 100%;
  margin: 20px 0 0 0; }

.download .contents .mktoButtonWrap {
  margin: 0 !important;
  width: 100%;
  display: block; }

body.download section.downloadBottomCTA {
  background-color: #fff; }
  body.download section.downloadBottomCTA div {
    background-color: #fff; }

body.wct #storybar {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  z-index: 1001;
  width: 100%; }
  body.wct #storybar .wrapper {
    max-width: 1600px;
    padding: 22px 50px 0 50px;
    margin: 0 auto;
    background: #fff; }
  body.wct #storybar .logo {
    display: block;
    width: 76px;
    height: 29px;
    display: block;
    float: left;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    body.wct #storybar .logo .logo-cramer {
      display: inline-block;
      width: 76px;
      height: 29px;
      stroke-width: 0;
      stroke: currentColor;
      fill: currentColor;
      color: #ff8200; }
  body.wct #storybar p {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
    body.wct #storybar p span, body.wct #storybar p a {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      float: left;
      margin: 0;
      font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 11px;
      line-height: 118%;
      color: #4a4f55;
      text-transform: uppercase;
      font-weight: bold;
      border-right: 1px solid #f6f6f6;
      padding: 10px 15px 10px 0; }
    body.wct #storybar p a:hover {
      color: #ff8200; }
    body.wct #storybar p strong {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      float: left;
      padding: 5px 0px 8px 15px;
      font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 17px;
      line-height: 118%;
      color: #4a4f55;
      width: 730px;
      font-weight: bold;
      text-align: left;
      white-space: nowrap;
      text-overflow: ellipsis; }
  body.wct #storybar .title {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    float: left;
    padding-left: 20px; }
    @media only screen and (max-width: 1300px) {
      body.wct #storybar .title p strong {
        width: 650px; } }
    @media only screen and (max-width: 1200px) {
      body.wct #storybar .title p strong {
        width: 550px; } }
    @media only screen and (max-width: 1100px) {
      body.wct #storybar .title p strong {
        width: 450px; } }
    @media only screen and (max-width: 1000px) {
      body.wct #storybar .title p a {
        display: none; }
      body.wct #storybar .title p strong {
        padding-left: 0; } }
    @media only screen and (max-width: 900px) {
      body.wct #storybar .title p strong {
        width: 350px; } }
    @media only screen and (max-width: 800px) {
      body.wct #storybar .title {
        display: none; } }
  body.wct #storybar .share {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    float: right;
    width: 230px; }
    body.wct #storybar .share p {
      float: left; }
      body.wct #storybar .share p span {
        color: #ff8200; }
        @media only screen and (max-width: 800px) {
          body.wct #storybar .share p span {
            color: #4a4f55; } }
    body.wct #storybar .share .icons {
      float: right; }
  @media only screen and (max-width: 1000px) {
    body.wct #storybar .wrapper {
      padding-left: 15px;
      padding-right: 15px; } }

body.wct.story .wrapper {
  text-align: left; }

.story {
  background-color: #fff;
  display: block;
  overflow: hidden;
  box-sizing: border-box; }
  .story p.morenews {
    text-align: center;
    padding-bottom: 30px; }
    .story p.morenews strong {
      display: block;
      overflow: hidden;
      box-sizing: border-box; }
    .story p.morenews span {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      clear: both; }

.story section header {
  border-top: 1px solid #e8edee;
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px; }

.story section header:before {
  content: '';
  position: absolute;
  top: 0px;
  border-top: 1px solid #f9fafb;
  width: 100%; }

.story #stage {
  padding-top: 80px;
  padding-bottom: 20px; }

.story #stage, .insidestory p.intro {
  font-size: 28px; }

.story .body-content {
  padding-top: 30px; }

.sumome-share-client-wrapper {
  display: none; }

.story a:link,
.story a:visited,
.story a:focus,
.story a:active {
  text-decoration: none; }

.story-list-item a:link,
.story-list-item a:visited,
.story-list-item a:focus,
.story-list-item a:active {
  color: #222; }

.story-list-item .more a:link,
.story-list-item .more a:visited,
.story-list-item .more a:focus,
.story-list-item .more a:active {
  color: #fd7b13; }

.story .cta a:link,
.story .cta a:visited,
.story .cta a:focus,
.story .cta a:active {
  color: #fff; }

.story .wrapper {
  display: block;
  overflow: hidden;
  max-width: 1300px;
  margin: 0 auto;
  position: relative; }

.story > article {
  display: block;
  overflow: hidden;
  padding-bottom: 100px;
  position: relative; }

.story.story-list .stage p.intro, .story.story-list .stage p.intro a {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  color: #fff;
  text-align: center; }

.story article > header {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: rgba(253, 118, 9, 0.96);
  background-size: cover; }

.story article > header h1 {
  line-height: 1.1;
  text-align: center;
  color: #fff; }

.story article > header p.intro {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  color: #fff;
  text-align: center; }

.story article > header .story-icon {
  margin: 0 auto;
  max-width: 290px;
  vertical-align: middle; }

.story article .button-container {
  line-height: 1;
  text-align: center;
  margin: 20px auto; }

.story article > header .text-center {
  text-align: center; }

.story article > header .arrow-down {
  /*position: absolute;
  z-index: 201; */
  display: none; }

.story article > header .stagecover {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.story p.category {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  margin: 0; }

.story p.more {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px; }

.story .body-content li {
  padding: 0 0 15px 5px;
  margin-left: 35px; }

.story .story-list-item {
  margin-bottom: 28px; }
  .story .story-list-item h3 a {
    font-weight: bold; }

.story-list-item p.intro {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  line-height: 135%; }

.story-list-item .story-icon {
  display: table-cell;
  width: 146px;
  height: 146px;
  vertical-align: middle;
  position: relative;
  margin-bottom: 10px; }

.story-list-item .story-icon a {
  display: block; }

.story-list-item .story-icon img {
  display: block;
  margin: 0 auto; }

.story .body-content figure {
  padding: 0;
  margin: 0; }

.story .body-content figure[data-type="image"] {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 30px 0; }

.story .body-content figure[data-type="image"] a {
  display: block; }

.story .body-content figure[data-type="quote"] {
  max-width: 800px;
  margin: 0 auto; }

.story .body-content figure blockquote {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #fd7b13;
  font-style: italic;
  font-size: 20px;
  display: block;
  overflow: hidden;
  padding: 0 50px;
  margin-top: 0;
  text-align: center; }

.story .body-content figure blockquote:before {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  content: '“';
  display: block;
  color: #d1d1d1;
  font-size: 60.75px;
  font-style: normal;
  text-align: center;
  line-height: 1;
  position: relative;
  top: 20px; }

.story .body-content figure blockquote strong {
  display: block;
  overflow: hidden;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.2; }

.story .body-content figure blockquote cite,
.story .body-content figure blockquote cite a {
  display: block;
  overflow: hidden;
  font-style: normal;
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.story .body-content figure blockquote cite:before {
  content: "— "; }

.story .body-content figcaption {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  padding: 0 0 30px 0;
  text-align: center; }

/* MKTO */
.story .form-submit {
  display: block;
  overflow: hidden;
  background: #f0efef;
  padding: 40px;
  margin: 0 auto;
  float: none !important;
  max-width: 436px !important; }

.story .focus-head-info {
  background: none;
  padding: 0; }

.story .focus-head-info h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  padding: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; }

.story .focus-head-info p {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 16px !important; }

.story .focus-head-info p:nth-child(2) {
  margin-top: 0; }

.story .focus-head-info .mktoFormRow .mktoOffset, .story .focus-head-info .mktoFormRow label, .story .focus-head-info .mktoFormRow .mktoClear {
  display: none; }

.story .mktoFormRow .mktoGutter {
  display: block; }

.story .focus-head-info input#Email {
  float: left;
  padding: 5px;
  position: relative;
  min-height: 29px; }

.story .focus-head-info .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  padding: 7px 9px 6px;
  float: left;
  background-color: #fc7706;
  text-transform: uppercase;
  font-size: 14px;
  max-height: 29px;
  background-image: none;
  border: none;
  min-height: 29px; }

/* AUTHORS */
.bio img.left {
  margin-bottom: 20px; }

.bio h3 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px; }

.multiple-authors .bio h3 {
  margin-top: .5em;
  margin-bottom: .25em; }

.bio .title {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  margin: 0 0 .5em 0; }

.bio .title span {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold; }

.multiple-authors .bio .bio-contents {
  clear: left; }

.contributors .bio h3 {
  margin: 0; }

.bio .bio-contents p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px; }

.bio .social-links {
  margin: 0;
  padding: 0;
  overflow: hidden; }

.bio .social-links li {
  list-style: none;
  float: left;
  margin: 0 .5em 0 0;
  padding: 0;
  font-size: 12px;
  white-space: nowrap; }

.bio .social-links li a {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  text-indent: -999em;
  opacity: .5;
  transition: opacity .3s ease-in-out; }

.bio .social-links li a:hover {
  opacity: 1; }

.bio .social-links li.twitter a {
  background-image: url(../images/icon-share-twitter.png); }

.bio .social-links li.linkedin a {
  background-image: url(../images/icon-share-linkedin.png); }

.bio .social-links li.facebook a {
  background-image: url(../images/icon-share-facebook.png); }

.bio .social-links li.gplus a {
  background-image: url(../images/icon-share-google.png); }

.additional p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  margin: 2em 0 0 0; }

.additionalinfo {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }
  .additionalinfo .wrapper {
    width: 66.66667%;
    padding: 0 15px;
    max-width: 850px; }

.contributors {
  padding-bottom: 30px;
  border-top: 1px solid #ccc;
  margin: 20px 0 0 0; }
  .contributors div.primary, .contributors div.additional {
    display: block;
    overflow: hidden;
    box-sizing: border-box; }
  .contributors div.primary {
    padding: 0; }
  .contributors .author {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    float: left;
    width: 360px;
    margin: 20px 0 20px 0;
    padding: 0; }
    .contributors .author img {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      float: left;
      width: 100px; }
    .contributors .author .bio {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      float: left;
      width: 220px;
      padding: 0 0 0 10px; }

/* RELATED ASSETS */
.story .relatedassets {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  background-color: #f0efef; }

.story .relatedassets .wrapper {
  display: block;
  overflow: hidden;
  max-width: 1024px;
  margin: 0 auto; }

.story .relatedassets .asset {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 25px;
  margin: 30px 15px; }

.story .relatedassets .asset:hover {
  border-color: #ccc; }

.story .relatedassets h2 {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0 0 0; }

.story .relatedassets a .asset h3,
.story .relatedassets .asset h3,
.story .relatedassets a .asset p,
.story .relatedassets .asset p {
  padding: 0;
  margin: 0;
  text-decoration: none; }

.story .relatedassets .asset h3 {
  font-size: 20px; }

.story .relatedassets .asset p {
  font-size: 16px;
  padding: 0 0 5px 0; }

.story .relatedassets .asset a {
  text-decoration: none; }

.story .relatedassets .asset img {
  padding: 15px 0; }

.story .relatedassets .asset iframe {
  padding: 15px 0 0 0;
  width: 100%;
  margin: 0; }

/* SOCIAL BAR */
.story aside.social {
  min-height: 1px; }

.story aside.social .bar {
  background: #fff;
  display: block;
  overflow: hidden;
  text-align: center;
  z-index: 10;
  margin-top: 75px;
  width: 80px; }

/*
.sticky.story .social .bar{
	position: fixed;
	top: 250px;
	margin-top: 0;
}
*/
.story aside.social .bar p.share {
  display: block;
  overflow: hidden;
  padding: 15px 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  background: #eee;
  color: #393939;
  text-transform: uppercase;
  text-align: center; }

.story aside.social ul {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  float: none; }

.story aside.social li {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
  float: none;
  border: 1px solid #eee;
  border-top: none;
  position: relative;
  text-align: center;
  padding: 6px 15px; }

.story aside.social li .icon {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  opacity: .5;
  text-indent: -999em;
  height: 30px;
  width: 30px;
  transition: opacity .5s ease-in-out; }

.story aside.social li:hover .icon {
  opacity: 1; }

.story aside.social li.twitter .icon {
  background: url(../images/icon-share-twitter.png) no-repeat 50% 50%; }

.story aside.social li.linkedin .icon {
  background: url(../images/icon-share-linkedin.png) no-repeat 50% 50%; }

.story aside.social li.facebook .icon {
  background: url(../images/icon-share-facebook.png) no-repeat 50% 50%; }

.story aside.social li.gplus .icon {
  background: url(../images/icon-share-google.png) no-repeat 50% 50%; }

.story #post-tabs {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #eaeaea; }
  .story #post-tabs .wrapper {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    max-width: 925px;
    margin: 0 auto;
    padding: 0;
    position: relative; }
  .story #post-tabs ul, .story #post-tabs li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left; }
  .story #post-tabs ul {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    padding: 10px 0 0 0; }
    .story #post-tabs ul li {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      float: left;
      padding: 0 6px;
      color: #4a4f55;
      font-size: 14px; }
      .story #post-tabs ul li strong {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        padding: 15px 25px;
        color: #4a4f55;
        font-weight: normal; }
      .story #post-tabs ul li a {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        padding: 15px 25px 10px 25px;
        color: #4a4f55; }
        .story #post-tabs ul li a:hover {
          background-color: #fc7706;
          color: #fff; }
      .story #post-tabs ul li.on {
        background-color: #fff; }
        .story #post-tabs ul li.on a {
          display: block;
          overflow: hidden;
          box-sizing: border-box;
          padding: 15px 25px;
          color: #4a4f55;
          font-weight: bold; }
          .story #post-tabs ul li.on a:hover {
            background-color: #fff; }

/* RESPONSIVE FOR STORY PAGES */
@media only screen and (max-width: 1024px) {
  .story .relatedassets .asset {
    max-width: 400px;
    margin: 30px auto; } }
@media only screen and (max-width: 850px) {
  .story-list-item .story-icon {
    display: none; }

  .story article#story .social {
    display: none; }

  .story .body-content {
    width: 100%; }

  .story .body-content figure blockquote {
    margin: 0; }

  .story .wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%; } }
@media only screen and (max-width: 790px) {
  .story #post-tabs {
    display: none; } }
@media only screen and (max-width: 750px) {
  .story article#story .body-content {
    padding: 50px 25px 0 25px; }

  .story article#story .contributors,
  .story article#story .credits {
    padding: 0 25px; }

  .story .body-content figure[data-type="video"] {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }

  .story .body-content iframe.wistia_embed, .story .body-content iframe.embedly-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }
@media only screen and (max-width: 640px) {
  .story .contributors .primary .bio-contents {
    margin-left: 0;
    max-width: 100%; } }
@media print {
  .story article > header {
    height: auto !important; }

  .article-footer {
    display: none; } }
body.emptypage {
  height: 100%; }

body.wct.news.stream article.page {
  background-image: none; }

body.news article.page {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-size: 100% auto;
  background-color: #fff; }
  body.news article.page .wrapper {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
    width: 924px;
    margin: 0 auto;
    padding: 100px 50px 75px 50px; }
  body.news article.page a {
    color: #000; }
  body.news article.page a:focus, body.news article.page button:focus, body.news article.page input:focus {
    outline: thin dotted; }
  body.news article.page ul, body.news article.page li {
    list-style-type: none;
    margin: 0;
    padding: 0; }

body.news.stream article.page a {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 50px;
  width: 80%; }
  body.news.stream article.page a:hover h2, body.news.stream article.page a:hover span {
    text-decoration: underline; }
  body.news.stream article.page a strong {
    font-size: 20px; }
body.news.stream article.page h2 {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 38px;
  line-height: 125%;
  font-weight: bold; }
body.news.stream article.page h3 {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  line-height: 130%;
  padding-top: 10px; }
body.news.stream article.page span {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  color: #fd7b13;
  padding-top: 10px; }
body.news.stream article.page .mediacontacts {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  float: right;
  width: 25%;
  margin-top: 50px; }
  body.news.stream article.page .mediacontacts ul, body.news.stream article.page .mediacontacts li {
    display: block;
    overflow: hidden;
    box-sizing: border-box; }
  body.news.stream article.page .mediacontacts ul {
    border-left: 1px solid #666;
    padding-left: 10px;
    margin-top: 5px; }
  body.news.stream article.page .mediacontacts li {
    padding-bottom: 25px; }
    body.news.stream article.page .mediacontacts li:last-child {
      padding-bottom: 5px; }
  body.news.stream article.page .mediacontacts h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    font-size: 22px; }
  body.news.stream article.page .mediacontacts h5 {
    text-transform: none;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 18px; }
  body.news.stream article.page .mediacontacts p {
    padding-top: 5px;
    margin-top: 0px;
    margin-bottom: 30px; }
  body.news.stream article.page .mediacontacts a, body.news.stream article.page .mediacontacts span {
    width: 100%;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    float: left;
    margin: 0;
    padding: 0; }
  body.news.stream article.page .mediacontacts span {
    color: #000; }
  body.news.stream article.page .mediacontacts a {
    color: #fd7b13; }
    body.news.stream article.page .mediacontacts a:hover {
      text-decoration: underline; }

body.news.stream.pressrelease article.page ul.list {
  float: left;
  width: 70%; }
  body.news.stream.pressrelease article.page ul.list a {
    width: 100%; }

body.news.doc article.page a {
  color: #fd7b13;
  text-decoration: underline; }
body.news.doc article.page time {
  font-size: 18px; }
body.news.doc article.page figure[data-type="quote"] {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 90%;
  margin: 0 0 25px 0;
  border-left: 2px solid #666; }
  body.news.doc article.page figure[data-type="quote"] blockquote {
    margin: 5px 20px;
    font-size: 20px;
    display: block;
    overflow: hidden;
    box-sizing: border-box; }
    body.news.doc article.page figure[data-type="quote"] blockquote cite {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      clear: both;
      font-size: 16px; }
body.news.doc article.page figure[data-type="image"] {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }
  body.news.doc article.page figure[data-type="image"].wy-figure-right {
    float: right;
    padding: 0px 0px 15px 15px; }
  body.news.doc article.page figure[data-type="image"].wy-figure-left {
    float: left;
    padding: 0px 15px 15px 0px; }
body.news.doc article.page p.cta {
  text-align: left; }
  body.news.doc article.page p.cta a {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    color: #000;
    text-decoration: none; }
    body.news.doc article.page p.cta a span {
      text-decoration: underline; }
    body.news.doc article.page p.cta a:hover {
      text-decoration: underline;
      color: #fd7b13; }
body.news.doc article.page ul {
  list-style: disc outside none;
  padding-left: 17px; }
body.news.doc article.page ul li {
  list-style-type: disc;
  padding-left: 10px; }
body.news.doc article.page ul.social-links {
  list-style: none;
  padding: 0; }
  body.news.doc article.page ul.social-links li {
    list-style-type: none;
    padding: 0 5px 0 0;
    font-size: 12px;
    white-space: nowrap; }
body.news.doc article.page .boilerplates {
  margin-top: 40px; }
body.news.doc article.page .boilerplates h4, body.news.doc article.page .mediacontacts h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 22px; }
body.news.doc article.page .boilerplates p, body.news.doc article.page .mediacontacts p {
  padding-top: 5px;
  margin-top: 0px;
  margin-bottom: 30px; }
body.news.doc article.page .mediacontacts h5 {
  text-transform: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 18px; }
body.news.doc article.page .mediacontacts ul {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 25px; }
body.news.doc article.page .mediacontacts li {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 25px; }
  body.news.doc article.page .mediacontacts li:last-child {
    padding-bottom: 5px; }
body.news.doc article.page .mediacontacts span, body.news.doc article.page .mediacontacts a {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  clear: both;
  float: left; }

@media only screen and (max-width: 1024px) {
  body.news article.page .wrapper {
    width: 100%; } }
@media only screen and (max-width: 800px) {
  body.news.stream.pressrelease article.page ul.list {
    width: 100%; }
  body.news.stream.pressrelease article.page .mediacontacts {
    display: none; } }
@media only screen and (max-width: 660px) {
  body.news article.page .wrapper {
    padding: 75px 20px; }
    body.news article.page .wrapper figure[data-type="image"] {
      width: 100%;
      text-align: center; }
      body.news article.page .wrapper figure[data-type="image"].wy-figure-right, body.news article.page .wrapper figure[data-type="image"].wy-figure-left {
        float: none;
        clear: both;
        padding: 10px 0; }

  body.news.stream article.page a {
    width: 100%; } }
body.wct.service article.page.with-45s section.contents {
  padding-top: 30px; }
  body.wct.service article.page.with-45s section.contents .wrapper {
    max-width: 1100px;
    margin: 0 0 0 320px; }
  body.wct.service article.page.with-45s section.contents h2 {
    margin: 0;
    padding: 0;
    font-size: 35px;
    color: #4a4f55;
    line-height: 120%;
    width: 100%;
    max-width: 100%; }
  body.wct.service article.page.with-45s section.contents h3 {
    line-height: 115%;
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 20px; }
  body.wct.service article.page.with-45s section.contents p {
    margin: 0;
    padding: 20px 0 0 0;
    font-size: 15px;
    color: #4a4f55;
    line-height: 155%; }
  body.wct.service article.page.with-45s section.contents h3, body.wct.service article.page.with-45s section.contents p {
    max-width: 650px; }
  body.wct.service article.page.with-45s section.contents ul {
    list-style: disc outside none;
    padding: 0 0 0 25px; }
  body.wct.service article.page.with-45s section.contents ul li {
    list-style-type: disc;
    padding-left: 5px;
    display: list-item;
    overflow: initial; }
  body.wct.service article.page.with-45s section.contents ol {
    list-style: decimal outside none;
    padding: 0 0 0 25px; }
  body.wct.service article.page.with-45s section.contents ol li {
    list-style-type: decimal;
    padding-left: 5px;
    display: list-item;
    overflow: initial; }
body.wct.service article.page.with-45s .panel {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px 20px;
  margin: 0 0 20px 0;
  background-color: #fff; }
  body.wct.service article.page.with-45s .panel .list {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 30px; }
    body.wct.service article.page.with-45s .panel .list .item {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      float: left;
      width: 280px;
      padding: 30px;
      margin-bottom: 30px;
      margin-right: 30px;
      background-color: #f8f8f8; }
      body.wct.service article.page.with-45s .panel .list .item h4 {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
        padding-top: 7px;
        font-size: 20px;
        height: 40px; }
        body.wct.service article.page.with-45s .panel .list .item h4:before {
          content: "";
          position: absolute;
          left: 0px;
          top: 0px;
          height: 1px;
          width: 20px;
          border-bottom: 4px solid #ff8400; }
      body.wct.service article.page.with-45s .panel .list .item p {
        width: auto;
        padding-top: 5px;
        min-height: 150px; }
      body.wct.service article.page.with-45s .panel .list .item:hover h5 {
        color: #ff8400; }
      body.wct.service article.page.with-45s .panel .list .item:hover h4:before {
        border-bottom: 4px solid #4a4f55; }
      body.wct.service article.page.with-45s .panel .list .item:nth-child(3n+4) {
        clear: both; }
  body.wct.service article.page.with-45s .panel.reel {
    max-width: 930px;
    margin-bottom: 40px; }
    body.wct.service article.page.with-45s .panel.reel .reel-video {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      border-bottom: 10px solid #ff8400;
      margin-top: 35px; }
  body.wct.service article.page.with-45s .panel.subservices {
    max-width: 930px;
    padding: 0 0 20px 20px; }
    body.wct.service article.page.with-45s .panel.subservices h2 {
      padding-bottom: 40px; }
    body.wct.service article.page.with-45s .panel.subservices .subservice {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      position: relative;
      clear: both;
      margin-bottom: 20px; }
      body.wct.service article.page.with-45s .panel.subservices .subservice h2 {
        padding: 30px 30px 0 30px;
        margin: 0;
        font-size: 35px; }
      body.wct.service article.page.with-45s .panel.subservices .subservice h3 {
        padding: 10px 30px 0 30px;
        margin: 0;
        font-size: 20px; }
      body.wct.service article.page.with-45s .panel.subservices .subservice p {
        padding: 20px 0 0 30px;
        margin: 0;
        font-size: 15px; }
      body.wct.service article.page.with-45s .panel.subservices .subservice .body {
        padding-bottom: 20px; }
      body.wct.service article.page.with-45s .panel.subservices .subservice.text-only {
        background-color: #ffffff; }
        body.wct.service article.page.with-45s .panel.subservices .subservice.text-only .title {
          float: left;
          width: 280px; }
        body.wct.service article.page.with-45s .panel.subservices .subservice.text-only .body {
          float: left;
          max-width: 540px;
          padding: 15px 0 30px 0; }
      body.wct.service article.page.with-45s .panel.subservices .subservice.with-image {
        min-height: 300px;
        background-color: #f8f8f8; }
        body.wct.service article.page.with-45s .panel.subservices .subservice.with-image .title, body.wct.service article.page.with-45s .panel.subservices .subservice.with-image .body {
          width: 515px;
          padding-right: 30px;
          float: right; }
          body.wct.service article.page.with-45s .panel.subservices .subservice.with-image .title h2, body.wct.service article.page.with-45s .panel.subservices .subservice.with-image .title h3, body.wct.service article.page.with-45s .panel.subservices .subservice.with-image .title p, body.wct.service article.page.with-45s .panel.subservices .subservice.with-image .body h2, body.wct.service article.page.with-45s .panel.subservices .subservice.with-image .body h3, body.wct.service article.page.with-45s .panel.subservices .subservice.with-image .body p {
            padding-left: 0; }
        body.wct.service article.page.with-45s .panel.subservices .subservice.with-image div.image {
          display: block;
          overflow: hidden;
          box-sizing: border-box;
          min-width: 300px;
          min-height: 300px;
          position: absolute;
          top: 0;
          left: 0; }
          body.wct.service article.page.with-45s .panel.subservices .subservice.with-image div.image img {
            min-width: 300px;
            min-height: 300px; }
      body.wct.service article.page.with-45s .panel.subservices .subservice:nth-child(2n+2) {
        background-color: #f8f8f8; }
        body.wct.service article.page.with-45s .panel.subservices .subservice:nth-child(2n+2).with-image .title, body.wct.service article.page.with-45s .panel.subservices .subservice:nth-child(2n+2).with-image .body {
          float: left;
          padding-left: 30px; }
        body.wct.service article.page.with-45s .panel.subservices .subservice:nth-child(2n+2) div.image {
          right: 0;
          left: inherit; }
  body.wct.service article.page.with-45s .panel.related .story {
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 60px; }
    body.wct.service article.page.with-45s .panel.related .story a:hover {
      text-decoration: none; }
      body.wct.service article.page.with-45s .panel.related .story a:hover span {
        text-decoration: underline; }
        body.wct.service article.page.with-45s .panel.related .story a:hover span:after {
          transform: translateX(4px); }
      body.wct.service article.page.with-45s .panel.related .story a:hover h4:before {
        border-bottom: 4px solid #fff; }
    body.wct.service article.page.with-45s .panel.related .story a .thumbnail {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      width: 280px;
      height: 147px;
      border: 1px solid #f8f8f8;
      background-size: 280px auto; }
      body.wct.service article.page.with-45s .panel.related .story a .thumbnail.center {
        background-position: center; }
    body.wct.service article.page.with-45s .panel.related .story a h4 {
      padding-top: 0px;
      font-size: 20px;
      line-height: 115%;
      height: inherit; }
      body.wct.service article.page.with-45s .panel.related .story a h4:before {
        border-bottom: 4px solid #fff; }
    body.wct.service article.page.with-45s .panel.related .story a h5 {
      color: #c2c2c2;
      padding-top: 10px; }
    body.wct.service article.page.with-45s .panel.related .story a span {
      clear: both;
      float: left;
      text-align: left;
      padding-top: 15px;
      font-size: 15px; }
      body.wct.service article.page.with-45s .panel.related .story a span:after {
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        display: inline-block;
        content: '\2192';
        color: #ff8400;
        width: 33px;
        height: 11px;
        background-size: 100%;
        margin-left: 5px; }
    body.wct.service article.page.with-45s .panel.related .story:hover h4:before {
      border-bottom: 4px solid #fff; }
body.wct.service article.page.with-45s section.promo.text {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 0; }
  body.wct.service article.page.with-45s section.promo.text h4 {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    padding: 125px 30px;
    font-weight: bold;
    font-size: 40px;
    line-height: 125%;
    text-align: center;
    color: #4a4f55; }
    body.wct.service article.page.with-45s section.promo.text h4 a:hover {
      text-decoration: underline; }
@media only screen and (max-width: 1320px) {
  body.wct.service article.page.with-45s section.contents .panel .list .item:nth-child(3n+4) {
    clear: none; }
  body.wct.service article.page.with-45s section.contents .panel .list .item:nth-child(2n+3) {
    clear: both; }
  body.wct.service article.page.with-45s section.contents .panel.reel .reel-image {
    padding-left: 0; }
    body.wct.service article.page.with-45s section.contents .panel.reel .reel-image img {
      width: 100%;
      max-width: 100%; } }
@media only screen and (min-width: 750px) and (max-width: 1265px) {
  body.wct.service article.page.with-45s section.contents .panel.subservices {
    padding-right: 20px; }
    body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body {
      width: 100%; }
      body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title h2, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title h3, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title p, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body h2, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body h3, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body p {
        width: 52%; }
    body.wct.service article.page.with-45s section.contents .panel.subservices .subservice:nth-child(2n+1).with-image .title, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice:nth-child(2n+1).with-image .body {
      padding-left: 400px; }
      body.wct.service article.page.with-45s section.contents .panel.subservices .subservice:nth-child(2n+1).with-image .title h2, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice:nth-child(2n+1).with-image .title h3, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice:nth-child(2n+1).with-image .title p, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice:nth-child(2n+1).with-image .body h2, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice:nth-child(2n+1).with-image .body h3, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice:nth-child(2n+1).with-image .body p {
        width: 100%; } }
@media only screen and (max-width: 1125px) {
  body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title h2, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title h3, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title p, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body h2, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body h3, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body p {
    width: 48%; } }
@media only screen and (max-width: 1080px) {
  body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title h2, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title h3, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title p, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body h2, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body h3, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body p {
    width: 45%; } }
@media only screen and (max-width: 1050px) {
  body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title h2, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title h3, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title p, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body h2, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body h3, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body p {
    width: 41%; } }
@media only screen and (max-width: 1265px) {
  body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.text-only .title {
    width: 70%; }
  body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.text-only .body {
    padding-top: 0; } }
@media only screen and (max-width: 1000px) {
  body.wct.service article.page.with-45s section.contents .wrapper {
    margin-left: 0px;
    padding-left: 0px; }
  body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title h2, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title h3, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title p, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body h2, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body h3, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body p {
    width: 55%; } }
@media only screen and (max-width: 950px) {
  body.wct.service article.page.with-45s section.promo.text h4 {
    text-align: left;
    font-size: 35px;
    padding: 50px 30px; } }
@media only screen and (max-width: 900px) {
  body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title h2, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title h3, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title p, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body h2, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body h3, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body p {
    width: 49%; } }
@media only screen and (max-width: 800px) {
  body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title h2, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title h3, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title p, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body h2, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body h3, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body p {
    width: 45%; } }
@media only screen and (max-width: 750px) {
  body.wct.service article.page.with-45s section.promo.text h4 {
    font-size: 30px;
    padding: 10px 50px 50px 20px; }
  body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.text-only .title, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice:nth-child(2n+1).with-image .title {
    float: left;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title h2, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .title h3, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.text-only .title h2, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.text-only .title h3, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice:nth-child(2n+1).with-image .title h2, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice:nth-child(2n+1).with-image .title h3 {
      padding-left: 30px;
      padding-right: 30px;
      width: 100%; }
  body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.text-only .body, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice:nth-child(2n+1).with-image .body {
    float: left;
    clear: both;
    max-width: 650px;
    width: 100%;
    padding-right: 0;
    padding-left: 0; }
    body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .body p, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.text-only .body p, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice:nth-child(2n+1).with-image .body p {
      padding-left: 30px;
      padding-right: 30px;
      width: 100%; }
  body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.with-image .image, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice.text-only .image, body.wct.service article.page.with-45s section.contents .panel.subservices .subservice:nth-child(2n+1).with-image .image {
    display: none; } }
@media only screen and (max-width: 620px) {
  body.wct.service article.page.with-45s section.contents {
    margin-top: 0;
    padding-top: 0; }
    body.wct.service article.page.with-45s section.contents .panel.service-intro {
      padding-top: 20px; } }

/* Small screens */
@media only screen {
  body.home .video-container .body-home .slate {
    max-width: 80%; }

  .video-container .content h1 {
    font-size: 30px; }

  div.feature-title {
    font-size: 30px; }

  .logo-grid .large-2.columns {
    width: 16%;
    float: left; } }
/* Medium screens */
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  div.feature-title {
    font-size: 40px; }

  .row.showcase-grid {
    width: 326px;
    margin: 0 auto; }

  .logo-grid .large-2.columns {
    width: 16%;
    float: left; } }
/* Large screens */
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  body.home .video-container .body-home .slate {
    max-width: 940px; }

  body.home .video-container .content h1 {
    font-size: 44px; }

  #menu .menu-content h2 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

  div.feature-title {
    font-size: 47px; }

  .row.showcase-grid {
    width: 100%;
    margin: 0 auto; }

  .large-4.columns.we-deliver {
    top: 0; } }
/* XLarge screens */
/* min-width 1441px, xlarge screens */
/* XXLarge screens */
/* min-width 1921px, xxlarge screens */
@media only screen and (max-width: 1348px) {
  .row.showcase-grid {
    width: 977px !important;
    margin: 0 auto; }

  .teamWrapper .panel {
    width: 1003px !important;
    margin: 0 auto; }

  .focus-detail .page .next-content .large-7 {
    padding-left: 0; } }
@media only screen and (max-width: 1216px) {
  .focus-head-info .large-6.columns {
    margin-right: 0; } }
@media only screen and (max-width: 1024px) {
  .focus-detail .form-submit {
    width: 33%; } }
@media only screen and (max-width: 1025px) {
  .focus-head-info .large-6 {
    width: 50%; }

  .focus-detail .page .next-content .next-content {
    display: none; }

  .focus-detail .large-4.columns.we-deliver {
    padding-left: 15px; }

  .logo-grid .large-2.columns, .logo-row .large-2.columns {
    width: 33%;
    float: left; }

  #header nav ul {
    margin: 0;
    padding-top: 20px; }

  #header nav ul li {
    padding-left: 0; }

  .focus-detail .page input#mce-EMAIL {
    float: none;
    width: 50%;
    margin-top: 7px;
    position: relative;
    margin: 0 auto;
    display: block; }

  .focus-detail .form-submit {
    text-align: center; }

  .focus-detail .page button#mc-embedded-subscribe {
    padding: 4px 9px;
    float: none;
    background: #fc7706;
    position: relative;
    top: 15px;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    left: inherit; }

  .we-deliver ul {
    padding-left: 20px;
    text-align: center;
    list-style-type: none; }

  .we-deliver.bulleted-list {
    width: 100%;
    margin: 0 auto; }

  .bulleted-list ul {
    text-align: left;
    list-style-type: disc; }

  .bulleted-list ul li {
    width: 48%; }

  body.inside-the-studio .inside-body p,
  body.work .work-body,
  body.focus-main .focus-body {
    max-width: 85%; } }
@media only screen and (max-width: 1014px) {
  .row.showcase-grid {
    width: 653px !important;
    margin: 0 auto; }

  .teamWrapper .panel {
    width: 749px !important; }

  .large-4.columns.we-deliver {
    top: 0; }

  .goBox a h2 {
    font-size: 40px; }

  .focus-main .display-header h3, .focus-detail .panel h3, .ssp .display-header h3 {
    padding: 0 20px; } }
@media only screen and (max-width: 980px) {
  .focus-detail .form-submit {
    width: 100%;
    margin-top: 50px; }

  .focus-head-info .large-6.columns {
    margin-right: 0px;
    width: 100%; }

  .focus-detail .page h1 {
    text-align: center; }

  .bulleted-list h5 {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px; }

  .bulleted-list ul {
    width: 60%;
    margin: 0 auto; }

  .focus-whitepaper {
    float: none;
    width: 50%;
    margin: 0 auto 0 auto; }

  .focus-whitepaper .large-10.columns {
    width: 90%;
    margin-top: 50px; } }
@media only screen and (max-width: 880px) {
  .bulleted-list ul {
    width: 75%;
    margin: 0 auto; }

  .bulleted-list h5 {
    width: 75%; } }
@media only screen and (max-width: 767px) {
  p.intro img {
    display: none; }

  .goBox a h2 {
    font-size: 30px; }

  .logo-grid .large-2.columns, .logo-row .large-2.columns {
    width: 50%;
    float: left; }

  div#download-page {
    padding: 15px; }

  .download .contents .large-6 {
    width: 89%;
    padding: 15px;
    float: none;
    margin: 0 auto; }

  .download .contents .large-12 .large-6 {
    width: 100%;
    padding-right: 0; }

  .download .large-12 .mc-field-group {
    width: 100%; }

  .download .large-12.column.checkbox {
    width: 79%;
    text-align: center;
    float: none; }

  .download .large-12.submit.column {
    width: auto;
    margin: 22px auto;
    float: none; } }
@media only screen and (max-width: 750px) {
  .teamWrapper .memberTile {
    margin: 20px auto;
    float: none; } }
@media only screen and (max-width: 700px) {
  .row.showcase-grid {
    width: 100% !important;
    margin: 0 auto; }

  .teamWrapper .panel {
    width: 100% !important; }

  .logo-grid .large-2.columns {
    width: 50%;
    float: left; }

  .portfolio-case {
    margin: 15px auto;
    float: none !important; }

  .portfolio-grid .large-12 {
    padding: 0; }

  body.contact .mktoFormCol,
  .download .contents .mktoFormCol,
  .download .contents input {
    width: 100% !important; }

  body.contact .mktoFormRow {
    display: block !important; }

  body.contact .mktoForm #contactUsQuestion {
    width: 100% !important;
    margin-top: 5px !important; }

  body.contact .mktoForm input.mktoField, body.contact .mktoForm select.mktoField {
    margin-bottom: 10px !important; }

  .contact .mktoButtonRow {
    float: left !important;
    padding: 0; }

  .contact .mktoButtonRow, .contact .mktoButtonRow .mktoButtonWrap {
    margin-left: 0 !important; } }
@media only screen and (max-width: 640px) {
  .video-container .content h1 {
    font-size: 20px; }

  .bulleted-list ul {
    width: 100%;
    margin: 0 auto;
    padding: 0; }

  .bulleted-list ul li {
    text-align: left;
    list-style: none;
    width: 100%; }

  .focus-detail .logo-row .large-2.columns {
    width: 50%; }

  .bulleted-list h5 {
    width: 100%; }

  .focus-whitepaper {
    display: none !important; }

  .focus-whitepaper h2 {
    text-align: left; }

  .focus-whitepaper .large-10.columns {
    width: 100%; }

  .goBox {
    margin-bottom: 20px; }

  .goBox a h2 {
    font-size: 40px; }

  #stage .panel {
    margin-top: 130px !important; }

  #stage {
    min-height: 1px !important;
    height: auto !important;
    bottom: auto;
    padding-bottom: 50px; }

  .page {
    position: static;
    margin-top: 0 !important; }

  .feature {
    position: static; }

  .downbounce {
    display: none !important; }

  .about p.second_intro {
    margin: 30px 0 20px 0; }

  .about p.intro, .about p.second_intro {
    margin: 45px 0 44px 0; }

  .cta-case, .portfolio-case {
    margin: 15px auto;
    float: none !important; }

  body.about .feature-title h1 {
    width: auto; }

  .feature-title h1, .feature-title h2 {
    font-size: 32px; }

  .aboutDetails p {
    text-align: center;
    padding-left: 0 !important;
    padding-top: 50px; }

  .focus-main .aboutDetails p {
    padding-top: 0; }

  .focus-detail .aboutDetails p, .focus-main .aboutDetails p {
    text-align: left; }

  .aboutDetails .results p, .aboutDetails .creative p, .aboutDetails .tinker p {
    overflow: visible;
    background-position: top 0px center; }

  .aboutImages .large-4 {
    margin-bottom: 20px; }

  .aboutImages h2 a {
    min-height: 240px; }

  .about p.intro, .about p.second_intro {
    font-size: 36px;
    padding: 0 10px; }

  .contact-form .large-6 {
    padding-left: 0.9375em;
    padding-right: 0.9375em; }

  .contact .large-6 .large-6 {
    padding: 0; }

  .contact .large-6 .last-name {
    padding-right: 0; }

  .google-map {
    display: none; }

  .focus-main #stage {
    position: relative; }

  .focus-detail .focus-main .feature-title h1 {
    width: 100%;
    font-size: 32px; }

  .cta-globals p.cta-intro, .cta-globals p.lead-intro {
    margin: 40px auto 30px auto; }

  .cta-globals p.cta-intro img, .cta-globals p.lead-intro img {
    display: none; }

  .focus-detail .aboutDetails ul {
    padding-left: 20px; }

  .focus-detail .aboutDetails h2 {
    padding: 40px 0 0 0; }

  .focus-detail .row.aboutDetails .heart h2, .focus-detail .row.aboutDetails .gear h2 {
    background-position: top 0 center;
    text-align: center; }

  .focus-detail .aboutDetails p {
    padding-top: 20px; }

  .careers-detail-cta .apply a, .careers-detail-cta .apply p {
    float: left;
    margin-top: 15px; }

  .careers-detail-cta .cta {
    margin-left: 15px; }

  .careers-wrapper .large-3 {
    padding-left: 0px; }

  .cta-globals .cta a {
    max-width: 80%;
    display: block;
    margin: 0 auto; }

  body.about .feature-title h1, body.about .feature-title h5 {
    width: 100%; }

  h1 img, h2 img, h3 img, h4 img, h5 img {
    display: none; }

  .about p.intro, .about p.second_intro {
    font-size: 26px;
    padding: 0 10px; }

  .logo-grid .large-2.columns {
    width: 50%;
    float: left; }

  .work .display-header h3 {
    text-align: center;
    font-size: 32px;
    width: 100%;
    line-height: 1;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    margin: 70px 0 20px 0; } }
@media only screen and (max-width: 480px) {
  .mktoForm div {
    float: none; }

  body.contact .mktoForm input.mktoField {
    min-height: 48px; } }
@media only screen and (max-width: 450px) {
  .goBox {
    margin-bottom: 0px; }

  body.focus-main .focus-body {
    max-width: 90%; }

  .bulleted-list ul, .focus-whitepaper {
    width: 100%; }

  .row.showcase-grid {
    width: 90% !important;
    margin: 0 auto; }

  .catalyst h2.text-right {
    text-align: left; } }
@media only screen and (max-width: 350px) {
  .goBox a {
    min-height: 250px; }

  .catalyst h2.text-right {
    text-align: left; }

  .portfolio-case {
    margin: 15px auto;
    float: none !important;
    width: 90%; }

  .aboutImages .large-4 {
    margin-bottom: 0px; }

  h1 img, h2 img, h3 img, h4 img, h5 img {
    display: none; }

  h1, h2, h3, h4, h5 {
    text-align: center; }

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

  .row.showcase-grid {
    width: 100% !important;
    margin: 0 auto; }

  .about p.intro, .about p.second_intro {
    font-size: 26px;
    padding: 0 10px; }

  .row h3 {
    width: 93%;
    margin: 0 auto; }

  .cta-globals .cta a {
    min-width: 100%;
    display: block; }

  .cta-globals .cta {
    margin: 0 auto;
    width: 100%; }

  .focus-detail .cta-globals .cta {
    margin: 0 auto;
    width: 74%; }

  div#homepage_background_video_grid_main {
    width: 100% !important;
    height: auto !important; }

  #homepage_background_video_grid_wrapper {
    width: 100% !important;
    height: auto !important; }

  #homepage_background_video, #homepage_background_video * {
    display: none; }

  .video-container {
    height: 279px !important; }

  .video-container .content {
    /*background: transparent;*/ }

  .video-container .large-8.large-centered.columns {
    /*color: #000!important;*/
    top: 60px; }

  .video-container .content .cta a {
    /*color: #000!important;*/ } }
body.wct {
  /* all the wrappers */ }
  body.wct .ctaArrow:after {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    content: '\2192';
    color: #ff8400;
    width: 33px;
    height: 11px;
    background-size: 100%;
    margin-left: 5px; }
  body.wct .ctaArrow:hover:after {
    transform: translateX(4px); }
  body.wct .wrapper {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    max-width: 925px;
    margin: 0 auto;
    padding: 0;
    position: relative; }
  body.wct article.page {
    padding: 0;
    margin: 0; }
    body.wct article.page.with-45s {
      background-image: url("http://lh3.googleusercontent.com/MV_VLPHKrGT8xD1aluZHN6yD2-hJCIy4VMTCXtGf-XYPzPTCPTlt9uWXk3ZSJo_v9qxzR-DgRxglxaYMC2WELrDx7tP_DA=s313");
      background-repeat: repeat-y; }
      @media only screen and (max-width: 780px) {
        body.wct article.page.with-45s {
          background-position-x: -90px; } }
      @media only screen and (max-width: 620px) {
        body.wct article.page.with-45s {
          background-image: none; } }
    body.wct article.page p, body.wct article.page h1, body.wct article.page h2, body.wct article.page h3, body.wct article.page h4, body.wct article.page h5 {
      text-align: left; }
    body.wct article.page ul, body.wct article.page li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      text-align: left; }
    body.wct article.page #stage45 {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      margin-top: 75px;
      padding: 33px 0 35px 0;
      border-bottom: 1px solid #eeeeee;
      background-image: url("http://lh3.googleusercontent.com/vN4QXAgCo8XN3eVQHBqOeb3njNKWNDeBEnfMqvJpSxKV7h7dWrOHnW0j8n4zpwkvvXsy5Ss5kmMTIiWfi5oGoP5d_tPTNw"); }
      body.wct article.page #stage45 h1 {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        clear: both;
        padding-top: 18px;
        color: #4a4f55;
        font-size: 55px;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: bold;
        line-height: 117%;
        margin-bottom: 0px; }
      body.wct article.page #stage45 h2 {
        line-height: 117%; }
      body.wct article.page #stage45 h4, body.wct article.page #stage45 h5 a, body.wct article.page #stage45 h6 {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: bold;
        font-size: 17px;
        text-transform: uppercase;
        float: left;
        padding: 12px; }
      body.wct article.page #stage45 h4 {
        background-color: #ff8400;
        color: #fff; }
      body.wct article.page #stage45 h5 {
        margin: 0; }
        body.wct article.page #stage45 h5 a {
          background-color: #4a4f55;
          color: #fff; }
          body.wct article.page #stage45 h5 a:hover {
            text-decoration: none;
            background-color: #ff8400;
            color: #fff; }
      body.wct article.page #stage45 h6 {
        background-color: #4a4f55;
        color: #fff; }
      body.wct article.page #stage45 p a.ctaArrow {
        text-decoration: underline; }
      body.wct article.page #stage45.watercolor {
        background-image: url("http://lh3.googleusercontent.com/fICNvmD7umFoe4B9i5Senb5JLco57noHGBsV6G80ChYYqLef-Me1-91zgIa7oJEaCzEZzEeKPk9UKMoWx7F-11pCJA1avA=s1600");
        background-repeat: no-repeat;
        background-size: 100% 100%; }
        body.wct article.page #stage45.watercolor h1, body.wct article.page #stage45.watercolor h2, body.wct article.page #stage45.watercolor h3, body.wct article.page #stage45.watercolor p {
          color: #ffffff; }
        body.wct article.page #stage45.watercolor p {
          font-weight: bold;
          font-size: 20px;
          max-width: 670px; }
      body.wct article.page #stage45.video {
        background: #4a4f55;
        padding-top: 0;
        position: relative;
        min-height: 500px; }
        body.wct article.page #stage45.video .videoBg {
          display: block;
          overflow: hidden;
          box-sizing: border-box;
          position: absolute;
          top: 0;
          bottom: 0;
          z-index: 1;
          width: 100%;
          height: 100%; }
        body.wct article.page #stage45.video .cover {
          display: block;
          overflow: hidden;
          box-sizing: border-box;
          background: url("/static/images/home-overlay.png") no-repeat top center;
          background-size: cover;
          position: absolute;
          top: 0;
          bottom: 0;
          z-index: 10;
          width: 100%;
          height: 100%;
          -moz-transition: all 0.4s ease-in-out;
          -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
          opacity: 0.7; }
        body.wct article.page #stage45.video .contents {
          display: block;
          overflow: hidden;
          box-sizing: border-box;
          position: absolute;
          top: 0;
          bottom: 0;
          z-index: 100;
          width: 100%;
          height: 100%; }
        body.wct article.page #stage45.video .wrapper {
          padding-top: 180px; }
          body.wct article.page #stage45.video .wrapper .cta a {
            display: block;
            overflow: hidden;
            box-sizing: border-box;
            padding: 8px 10px 8px 8px;
            color: #fff;
            background-color: #fd7b13;
            float: left;
            font-weight: bold;
            text-transform: uppercase; }
            body.wct article.page #stage45.video .wrapper .cta a:hover {
              background-color: #4a4f55; }
          body.wct article.page #stage45.video .wrapper h1 {
            padding-bottom: 10px; }
          body.wct article.page #stage45.video .wrapper h1, body.wct article.page #stage45.video .wrapper h2, body.wct article.page #stage45.video .wrapper h3, body.wct article.page #stage45.video .wrapper p {
            color: #ffffff; }
      body.wct article.page #stage45.image {
        background: #4a4f55;
        padding-top: 0;
        position: relative;
        min-height: 500px; }
        body.wct article.page #stage45.image .wrapper {
          max-width: 1600px;
          padding: 120px 50px;
          margin: 0 auto; }
        body.wct article.page #stage45.image h6 {
          background: transparent;
          font-weight: bold;
          color: #4a4f55;
          font-size: 12px;
          padding: 0px; }
        body.wct article.page #stage45.image h1 {
          max-width: 935px;
          font-size: 70px; }
        body.wct article.page #stage45.image p {
          max-width: 935px;
          font-size: 25px; }
        body.wct article.page #stage45.image.with-title-box .wrapper {
          padding: 120px 0; }
        body.wct article.page #stage45.image.with-title-box .title-box {
          display: block;
          overflow: hidden;
          box-sizing: border-box;
          background-color: rgba(255, 255, 255, 0.8);
          padding: 60px 70px 60px 50px;
          left: 0;
          max-width: 700px; }
        @media only screen and (max-width: 1000px) {
          body.wct article.page #stage45.image.with-title-box .title-box {
            padding: 50px 30px 50px 15px; } }
        @media only screen and (max-width: 1050px) {
          body.wct article.page #stage45.image h1 {
            font-size: 55px; }
          body.wct article.page #stage45.image p {
            font-size: 24px; } }
        @media only screen and (max-width: 650px) {
          body.wct article.page #stage45.image h1 {
            font-size: 45px; }
          body.wct article.page #stage45.image p {
            font-size: 20px; } }
      body.wct article.page #stage45.orange {
        background-color: #ff8400;
        background-image: none; }
        body.wct article.page #stage45.orange h1 {
          color: #fff; }
        body.wct article.page #stage45.orange h5 {
          margin: 0; }
          body.wct article.page #stage45.orange h5 a {
            background-color: #ff8400;
            padding: 0;
            color: #fff; }
            body.wct article.page #stage45.orange h5 a:hover {
              text-decoration: underline; }
        body.wct article.page #stage45.orange p {
          color: #fff;
          font-weight: bold; }
      body.wct article.page #stage45.text {
        background-image: url("http://lh3.googleusercontent.com/6FYdrMxoHZxyBcwLgsYaxqgjbSwmGFl8Cnlkk6w_u2K-tsrHoaK7zoOhra3MrfprxA9bWQk5uDQ2tprkpZruprdsKk4vyA");
        background-repeat: repeat-y;
        background-position: right;
        border-bottom: none;
        padding: 0px; }
        body.wct article.page #stage45.text .wrapper {
          max-width: 1600px;
          padding: 120px 50px;
          margin: 0 auto; }
        body.wct article.page #stage45.text h6 {
          background: transparent;
          font-weight: bold;
          color: #4a4f55;
          font-size: 12px;
          padding: 0px; }
        body.wct article.page #stage45.text h1 {
          max-width: 935px;
          font-size: 70px; }
        body.wct article.page #stage45.text p {
          max-width: 935px;
          font-size: 25px; }
        @media only screen and (max-width: 1300px) {
          body.wct article.page #stage45.text {
            background-position-x: 125%; } }
        @media only screen and (max-width: 1150px) {
          body.wct article.page #stage45.text {
            background-image: none; }
            body.wct article.page #stage45.text .wrapper {
              padding: 65px 50px; } }
        @media only screen and (max-width: 1050px) {
          body.wct article.page #stage45.text h1 {
            font-size: 55px; }
          body.wct article.page #stage45.text p {
            font-size: 24px; } }
        @media only screen and (max-width: 650px) {
          body.wct article.page #stage45.text h1 {
            font-size: 45px; }
          body.wct article.page #stage45.text p {
            font-size: 20px; } }
        body.wct article.page #stage45.text.with-image .wrapper {
          padding-top: 100px;
          padding-bottom: 80px; }
        body.wct article.page #stage45.text.with-image h1, body.wct article.page #stage45.text.with-image p {
          width: 46%; }
        body.wct article.page #stage45.text.with-image h1 {
          font-size: 55px; }
        body.wct article.page #stage45.text.with-image img {
          width: 50%;
          position: absolute;
          top: 0;
          right: 0; }
        @media only screen and (max-width: 950px) {
          body.wct article.page #stage45.text.with-image img {
            display: none; }
          body.wct article.page #stage45.text.with-image h1, body.wct article.page #stage45.text.with-image p {
            width: 100%; } }
    body.wct article.page .s50-50 {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      max-width: 49.9%; }
      body.wct article.page .s50-50.left {
        float: left; }
      body.wct article.page .s50-50.right {
        float: right; }
    body.wct article.page section.contents {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      position: relative;
      text-align: left; }
      body.wct article.page section.contents h1, body.wct article.page section.contents h2, body.wct article.page section.contents h3, body.wct article.page section.contents h4, body.wct article.page section.contents h5, body.wct article.page section.contents p, body.wct article.page section.contents li {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        line-height: 145%;
        color: #4a4f55; }
      body.wct article.page section.contents h1, body.wct article.page section.contents h2, body.wct article.page section.contents h3, body.wct article.page section.contents h4, body.wct article.page section.contents h5 {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: bold; }
      body.wct article.page section.contents p, body.wct article.page section.contents li {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 160%; }
      body.wct article.page section.contents a:hover {
        text-decoration: underline; }
    @media only screen and (max-width: 950px) {
      body.wct article.page .wrapper {
        margin: 0px 15px; } }
    @media only screen and (max-width: 550px) {
      body.wct article.page #stage45 {
        padding-bottom: 25px; }
        body.wct article.page #stage45 h1 {
          font-size: 44px; } }
  body.wct.stream article.page {
    position: relative;
    margin-top: 75px !important;
    border-top: 1px solid #ff8400;
    border-bottom: 1px solid #eeeeee;
    background-image: url("http://lh3.googleusercontent.com/vN4QXAgCo8XN3eVQHBqOeb3njNKWNDeBEnfMqvJpSxKV7h7dWrOHnW0j8n4zpwkvvXsy5Ss5kmMTIiWfi5oGoP5d_tPTNw"); }
    body.wct.stream article.page #stage45 {
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      margin: 0;
      width: 100%;
      border: none; }
      body.wct.stream article.page #stage45 .wrapper h1 {
        font-size: 38px;
        max-width: 31%; }
      body.wct.stream article.page #stage45 .wrapper h4, body.wct.stream article.page #stage45 .wrapper h5, body.wct.stream article.page #stage45 .wrapper h6 {
        font-size: 14px;
        padding: 4px 30px 4px 10px; }
      body.wct.stream article.page #stage45 .wrapper aside {
        max-width: 31%; }
    body.wct.stream article.page section.contents {
      background: #fff;
      border-left: 1px solid #eeeeee;
      float: right;
      margin: 0;
      width: 57%; }
      body.wct.stream article.page section.contents div.body {
        padding: 63px 0 60px 40px;
        margin-left: 0;
        max-width: 550px; }
        body.wct.stream article.page section.contents div.body h2 {
          font-size: 25px;
          line-height: 115%;
          padding-top: 15px; }
        body.wct.stream article.page section.contents div.body ul li a {
          display: block;
          overflow: hidden;
          box-sizing: border-box;
          margin-top: 50px;
          width: 100%; }
          body.wct.stream article.page section.contents div.body ul li a:hover {
            text-decoration: none; }
            body.wct.stream article.page section.contents div.body ul li a:hover span {
              text-decoration: underline; }
            body.wct.stream article.page section.contents div.body ul li a:hover h2, body.wct.stream article.page section.contents div.body ul li a:hover h5 {
              text-decoration: none !important; }
          body.wct.stream article.page section.contents div.body ul li a strong {
            font-size: 20px; }
        body.wct.stream article.page section.contents div.body ul li h2, body.wct.stream article.page section.contents div.body ul li h3, body.wct.stream article.page section.contents div.body ul li h5, body.wct.stream article.page section.contents div.body ul li span {
          margin: 0;
          padding: 0; }
        body.wct.stream article.page section.contents div.body ul li h2 {
          display: block;
          overflow: hidden;
          box-sizing: border-box;
          font-size: 28px;
          line-height: 115%;
          font-weight: bold; }
        body.wct.stream article.page section.contents div.body ul li h3 {
          display: block;
          overflow: hidden;
          box-sizing: border-box;
          margin: 0;
          font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
          font-size: 20px;
          line-height: 130%;
          padding-top: 10px; }
        body.wct.stream article.page section.contents div.body ul li span {
          display: block;
          overflow: hidden;
          box-sizing: border-box;
          color: #fd7b13;
          padding-top: 5px; }
        body.wct.stream article.page section.contents div.body p {
          padding: 0 0 10px 0;
          margin: 0; }
          body.wct.stream article.page section.contents div.body p:first-of-type {
            padding-top: 15px; }
          body.wct.stream article.page section.contents div.body p a {
            color: #4a4f55;
            text-decoration: underline; }
            body.wct.stream article.page section.contents div.body p a:hover {
              color: #ff8400; }
          body.wct.stream article.page section.contents div.body p.cta {
            display: block;
            overflow: hidden;
            box-sizing: border-box;
            margin-top: 15px;
            border-bottom: 2px solid #ff8400; }
            body.wct.stream article.page section.contents div.body p.cta a {
              color: #4a4f55;
              font-weight: bold;
              text-decoration: none; }
              body.wct.stream article.page section.contents div.body p.cta a span {
                color: #ff8400; }
        body.wct.stream article.page section.contents div.body aside {
          position: relative;
          width: 100%; }
        body.wct.stream article.page section.contents div.body .feedstream {
          display: block;
          overflow: hidden;
          box-sizing: border-box; }
          body.wct.stream article.page section.contents div.body .feedstream a {
            display: block;
            overflow: hidden;
            box-sizing: border-box;
            border-top: 1px solid #ebebeb;
            border-bottom: 1px solid #ebebeb;
            padding: 25px 10px 25px 20px;
            background-color: #f6f6f6; }
            body.wct.stream article.page section.contents div.body .feedstream a:nth-child(odd) {
              border-bottom: 1px solid #ffffff;
              background-color: #ffffff; }
            body.wct.stream article.page section.contents div.body .feedstream a h5 {
              display: block;
              overflow: hidden;
              box-sizing: border-box;
              font-size: 12px; }
            body.wct.stream article.page section.contents div.body .feedstream a h3 {
              display: block;
              overflow: hidden;
              box-sizing: border-box;
              margin: 0;
              line-height: 125%; }
            body.wct.stream article.page section.contents div.body .feedstream a h6 {
              display: block;
              overflow: hidden;
              box-sizing: border-box;
              text-align: left;
              color: #4a4f55;
              font-size: 14px; }
            body.wct.stream article.page section.contents div.body .feedstream a span {
              display: block;
              overflow: hidden;
              box-sizing: border-box;
              text-align: left;
              padding-top: 10px;
              font-weight: bold; }
            body.wct.stream article.page section.contents div.body .feedstream a:hover {
              border-top: 1px solid #ff8400;
              border-bottom: 1px solid #ff8400;
              text-decoration: none; }
              body.wct.stream article.page section.contents div.body .feedstream a:hover span {
                text-decoration: underline; }
          body.wct.stream article.page section.contents div.body .feedstream p.pagination {
            display: block;
            overflow: hidden;
            box-sizing: border-box;
            border-top: 1px solid #ebebeb; }
            body.wct.stream article.page section.contents div.body .feedstream p.pagination a {
              background-color: #fff;
              font-weight: bold;
              text-decoration: none;
              border: none;
              font-size: 18px; }
              body.wct.stream article.page section.contents div.body .feedstream p.pagination a.older {
                float: left; }
                body.wct.stream article.page section.contents div.body .feedstream p.pagination a.older:before {
                  padding-right: 10px;
                  content: '\00AB'; }
              body.wct.stream article.page section.contents div.body .feedstream p.pagination a.newer {
                float: right; }
                body.wct.stream article.page section.contents div.body .feedstream p.pagination a.newer:after {
                  padding-left: 10px;
                  content: '\00BB'; }
              body.wct.stream article.page section.contents div.body .feedstream p.pagination a:hover {
                text-decoration: none; }
  @media only screen and (max-width: 800px) {
    body.wct.stream article.page #stage45 {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #eeeeee; }
      body.wct.stream article.page #stage45 .wrapper h1 {
        max-width: 80%; }
    body.wct.stream article.page section.contents {
      float: none;
      width: 100%; }
      body.wct.stream article.page section.contents div.body {
        padding: 10px 0 60px 0;
        max-width: 100%; } }
  body.wct .ctaBoxes {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    text-align: center;
    padding-top: 40px; }
    body.wct .ctaBoxes .wrapper {
      max-width: 1168px; }
    body.wct .ctaBoxes.lead {
      padding-top: 100px; }
      body.wct .ctaBoxes.lead h4 {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        color: #4a4f55;
        font-size: 40px;
        line-height: 120%;
        font-weight: bold; }
    body.wct .ctaBoxes .ctaBox {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      float: left;
      width: 30%;
      margin-right: 5%;
      position: relative; }
      body.wct .ctaBoxes .ctaBox a {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
        height: 300px;
        width: 100%;
        background-size: 100%;
        background-repeat: no-repeat !important; }
        body.wct .ctaBoxes .ctaBox a p {
          display: block;
          overflow: hidden;
          box-sizing: border-box;
          position: absolute;
          max-width: 100%;
          bottom: 50px;
          left: 0;
          padding: 0;
          margin: 0; }
          body.wct .ctaBoxes .ctaBox a p span {
            float: right;
            background-color: #fff;
            color: #4a4f55;
            text-transform: uppercase;
            font-weight: bold;
            padding: 2px 0px 2px 20px; }
        body.wct .ctaBoxes .ctaBox a.events {
          background-image: url(/static/images/focus-detail-events.jpg); }
        body.wct .ctaBoxes .ctaBox a.marketing {
          background-image: url(/static/images/focus-detail-marketing.jpg); }
        body.wct .ctaBoxes .ctaBox a.content {
          background-image: url(/static/images/focus-detail-content.jpg); }
      body.wct .ctaBoxes .ctaBox:nth-child(3) {
        float: right;
        margin-right: 0px; }
    @media only screen and (min-width: 750px) and (max-width: 950px) {
      body.wct .ctaBoxes .ctaBox a {
        height: 200px; }
        body.wct .ctaBoxes .ctaBox a p {
          width: 100%;
          bottom: 0; }
          body.wct .ctaBoxes .ctaBox a p span {
            padding: 5px 0 0 0;
            text-align: center;
            width: 100%;
            height: 60px; } }
    @media only screen and (max-width: 750px) {
      body.wct .ctaBoxes .ctaBox {
        float: none !important;
        clear: both;
        width: 350px;
        height: 300px;
        margin: auto !important;
        padding-bottom: 60px; } }
  @media only screen and (max-width: 1000px) {
    body.wct article.page #stage45 .wrapper,
    body.wct article.page.with-45s #stage45 .wrapper {
      padding-left: 15px;
      padding-right: 15px; }
    body.wct article.page section.contents .wrapper,
    body.wct article.page.with-45s section.contents .wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  body.wct.trend.stream #stage45 aside {
    max-width: 35%; }
    body.wct.trend.stream #stage45 aside p {
      color: #4a4f55;
      font-size: 20px; }
  @media only screen and (max-width: 630px) {
    body.wct.trend.stream article.page #stage45 .wrapper aside {
      max-width: 65%; } }
  body.wct.trend.doc article.page section.contents div.body {
    padding: 25px 0 10px 0;
    max-width: 550px;
    margin-left: 280px; }
    body.wct.trend.doc article.page section.contents div.body p {
      padding: 0 0 35px 0;
      margin: 0; }
      body.wct.trend.doc article.page section.contents div.body p:first-of-type {
        padding-top: 15px; }
      body.wct.trend.doc article.page section.contents div.body p.cta {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        margin-top: 15px;
        border-top: 2px solid #ff8400; }
        body.wct.trend.doc article.page section.contents div.body p.cta a {
          color: #4a4f55;
          font-weight: bold; }
          body.wct.trend.doc article.page section.contents div.body p.cta a span {
            color: #ff8400;
            text-decoration: underline; }
  body.wct.trend.doc article.page section.contents aside {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    padding: 12px 0 40px 0; }
    body.wct.trend.doc article.page section.contents aside h5 {
      padding: 30px 0 0 0;
      margin: 0;
      font-size: 12px; }
    body.wct.trend.doc article.page section.contents aside p {
      padding: 5px 0 0 0;
      margin: 0;
      font-size: 12px; }
  @media only screen and (max-width: 920px) {
    body.wct.trend.doc article.page section.contents div.body {
      padding-right: 40px; } }
  @media only screen and (max-width: 800px) {
    body.wct.trend.doc article.page section.contents div.body {
      margin-left: 0; }
      body.wct.trend.doc article.page section.contents div.body p.cta {
        border-bottom: 2px solid #ff8400; }
    body.wct.trend.doc article.page section.contents aside {
      position: relative;
      width: 100%;
      padding-right: 40px; } }
  body.wct.podcast.stream #stage45 aside {
    max-width: 35%; }
    body.wct.podcast.stream #stage45 aside p {
      color: #4a4f55;
      font-size: 20px; }
  @media only screen and (max-width: 630px) {
    body.wct.podcast.stream article.page #stage45 .wrapper aside {
      max-width: 65%; } }
  body.wct.podcast.doc article.page #stage45 .player {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 35px; }
    body.wct.podcast.doc article.page #stage45 .player iframe {
      display: block;
      overflow: hidden;
      box-sizing: border-box; }
  body.wct.podcast.doc article.page section.contents div.body {
    padding: 10px 0;
    max-width: 550px;
    margin-left: 0px; }
    body.wct.podcast.doc article.page section.contents div.body h3 {
      padding-top: 10px;
      margin-bottom: 0; }
    body.wct.podcast.doc article.page section.contents div.body p {
      padding: 0 0 10px 0;
      margin: 0; }
      body.wct.podcast.doc article.page section.contents div.body p:first-of-type {
        padding-top: 15px; }
      body.wct.podcast.doc article.page section.contents div.body p.cta {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        margin-top: 15px;
        border-top: 2px solid #ff8400; }
        body.wct.podcast.doc article.page section.contents div.body p.cta a {
          color: #4a4f55;
          font-weight: bold; }
          body.wct.podcast.doc article.page section.contents div.body p.cta a span {
            color: #ff8400;
            text-decoration: underline; }
  @media only screen and (max-width: 920px) {
    body.wct.podcast.doc article.page section.contents div.body {
      padding-right: 40px; } }
  @media only screen and (max-width: 800px) {
    body.wct.podcast.doc article.page section.contents div.body {
      margin-left: 0; }
      body.wct.podcast.doc article.page section.contents div.body p.cta {
        border-bottom: 2px solid #ff8400; }
    body.wct.podcast.doc article.page section.contents aside {
      position: relative;
      width: 100%;
      padding-right: 40px; } }
  body.wct a.em-logo {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    background: url(http://lh3.googleusercontent.com/5feQ45BbT_HQdLhAsLOfku16MHioo0AJQGULBgm94vNHWNWj9E82mjrCQE8ejVMpfY_nTDuSmkZPYucemUjhvWOj332S) top left no-repeat;
    width: 171px;
    height: 70px;
    text-indent: -100%; }
  body.wct.home {
    display: block;
    overflow: hidden;
    box-sizing: border-box; }
    body.wct.home p a.box, body.wct.home ul li a.box, body.wct.home #stage45 a.box {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      float: left;
      padding: 7px 0px 7px 15px;
      background-color: #ff8400;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px;
      line-height: 100%; }
      body.wct.home p a.box.ctaArrow:after, body.wct.home ul li a.box.ctaArrow:after, body.wct.home #stage45 a.box.ctaArrow:after {
        color: #fff;
        width: 33px;
        height: 11px; }
      body.wct.home p a.box:hover, body.wct.home ul li a.box:hover, body.wct.home #stage45 a.box:hover {
        background-color: #ffa03a;
        text-decoration: none; }
      body.wct.home p a.box:active, body.wct.home ul li a.box:active, body.wct.home #stage45 a.box:active {
        background-color: #ff6000; }
    body.wct.home article.page #stage45.video {
      min-height: 600px; }
      body.wct.home article.page #stage45.video .wrapper {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        max-width: 1600px;
        padding: 130px 50px;
        margin: 0 auto; }
        body.wct.home article.page #stage45.video .wrapper h6 {
          background: #fff;
          max-width: 600px;
          font-size: 32px;
          font-weight: bold;
          color: #4a4f55;
          line-height: 118%; }
        body.wct.home article.page #stage45.video .wrapper h2 {
          max-width: 600px;
          padding: 2px 0px;
          margin: 0;
          line-height: 118%; }
          body.wct.home article.page #stage45.video .wrapper h2 span {
            display: inline;
            padding: 5px 15px 5px 10px;
            background-color: #fff;
            color: #4a4f55;
            font-size: 30px;
            font-weight: bold;
            line-height: 100%;
            /* Needs prefixing */
            box-decoration-break: clone;
            -webkit-box-decoration-break: clone; }
      @media only screen and (max-width: 1000px) {
        body.wct.home article.page #stage45.video .wrapper {
          padding-left: 15px;
          padding-right: 15px; } }
      @media only screen and (max-width: 660px) {
        body.wct.home article.page #stage45.video .wrapper h2 {
          line-height: 140%; }
          body.wct.home article.page #stage45.video .wrapper h2 span {
            font-size: 24px; } }
    body.wct.home article.page section.contents {
      display: block;
      overflow: hidden;
      box-sizing: border-box;
      padding: 60px 0;
      margin: 0;
      background: url("http://lh3.googleusercontent.com/Uz9FXoFU3rAEtRex-4rptUqxQ4OYrO-BIKl-ZhbhYLk74ychsAPq0Erb5y_win2kdpv6KrCaIAPe1eM5GDaNVQUn0siK=s28") right bottom repeat, url("http://lh3.googleusercontent.com/VdQPqO8ml9Z-5oHukS59qIBU6TuNEWIv7JTMWVtH39huANMmQxCb9nRLnHcitHVWVJs2JZcoLRbOQ8A1FHjJwQe4lvr6Qw=s550") right bottom no-repeat; }
      body.wct.home article.page section.contents .wrapper {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        max-width: 1600px;
        padding: 0 50px;
        margin: 0 auto; }
      body.wct.home article.page section.contents h2 {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        margin: 10px 20px 30px 0px;
        text-transform: none;
        font-weight: bold;
        font-size: 42px;
        color: #4a4f55;
        line-height: 117%; }
        body.wct.home article.page section.contents h2:before {
          content: "";
          position: absolute;
          left: 0px;
          top: 0px;
          height: 1px;
          width: 15px;
          border-bottom: 4px solid #ff8400; }
      body.wct.home article.page section.contents a.box:hover {
        text-decoration: none; }
      body.wct.home article.page section.contents .tiles {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        float: left;
        width: 48%; }
      body.wct.home article.page section.contents .tile {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        border: 1px solid #f6f6f6;
        background-color: #fff;
        padding: 35px; }
        body.wct.home article.page section.contents .tile .wrapper {
          display: block;
          overflow: hidden;
          box-sizing: border-box;
          max-width: 100%;
          margin: 0;
          padding: 0; }
          body.wct.home article.page section.contents .tile .wrapper p {
            padding: 0 0 40px 0;
            margin: 0;
            font-size: 24px;
            line-height: 120%;
            color: #4a4f55; }
            body.wct.home article.page section.contents .tile .wrapper p:last-child {
              padding-bottom: 0; }
        body.wct.home article.page section.contents .tile ul.linklist li {
          float: left;
          margin: 0 10px 10px 0; }
        body.wct.home article.page section.contents .tile.bottom {
          margin-top: 50px; }
      body.wct.home article.page section.contents #theFeed {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        float: right;
        width: 48%; }
        body.wct.home article.page section.contents #theFeed .wrapper {
          display: block;
          overflow: hidden;
          box-sizing: border-box;
          max-width: 100%;
          margin: 0;
          padding: 0; }
        body.wct.home article.page section.contents #theFeed .head {
          display: block;
          overflow: hidden;
          box-sizing: border-box; }
          body.wct.home article.page section.contents #theFeed .head h2 {
            margin-bottom: 20px; }
          body.wct.home article.page section.contents #theFeed .head p {
            position: absolute;
            top: 0;
            right: 0; }
            body.wct.home article.page section.contents #theFeed .head p a {
              margin-top: 25px;
              padding: 5px 15px;
              font-size: 11px;
              line-height: 100%; }
          @media only screen and (max-width: 400px) {
            body.wct.home article.page section.contents #theFeed .head p {
              display: none; } }
        body.wct.home article.page section.contents #theFeed .menu {
          display: block;
          overflow: hidden;
          box-sizing: border-box;
          border-top: 1px solid #f6f6f6;
          border-bottom: 1px solid #f6f6f6;
          padding: 12px 0 10px 0; }
          body.wct.home article.page section.contents #theFeed .menu ul {
            display: block;
            overflow: hidden;
            box-sizing: border-box;
            margin: 0;
            padding: 0; }
            body.wct.home article.page section.contents #theFeed .menu ul li {
              display: block;
              overflow: hidden;
              box-sizing: border-box;
              float: left;
              padding-right: 22px; }
              body.wct.home article.page section.contents #theFeed .menu ul li:last-child {
                border: none; }
                body.wct.home article.page section.contents #theFeed .menu ul li:last-child span {
                  padding-right: 0; }
              body.wct.home article.page section.contents #theFeed .menu ul li a, body.wct.home article.page section.contents #theFeed .menu ul li span {
                display: block;
                overflow: hidden;
                box-sizing: border-box;
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-size: 15px;
                line-height: 100%;
                font-weight: bold;
                color: #bebebe;
                border-top: 3px solid #fff;
                padding: 5px 0 10px 0;
                cursor: pointer; }
                body.wct.home article.page section.contents #theFeed .menu ul li a:hover, body.wct.home article.page section.contents #theFeed .menu ul li span:hover {
                  color: #ff8200;
                  text-decoration: none;
                  border-top: 3px solid #ff8400; }
                body.wct.home article.page section.contents #theFeed .menu ul li a.on, body.wct.home article.page section.contents #theFeed .menu ul li span.on {
                  color: #4a4f55; }
                  body.wct.home article.page section.contents #theFeed .menu ul li a.on:hover, body.wct.home article.page section.contents #theFeed .menu ul li span.on:hover {
                    color: #ff8200; }
              body.wct.home article.page section.contents #theFeed .menu ul li span {
                display: none; }
                body.wct.home article.page section.contents #theFeed .menu ul li span:after {
                  display: inline-block;
                  content: "[\2026]";
                  color: #c2c2c2;
                  padding-left: 5px; }
                body.wct.home article.page section.contents #theFeed .menu ul li span:hover {
                  color: #ff8200; }
                  body.wct.home article.page section.contents #theFeed .menu ul li span:hover:after {
                    text-decoration: none;
                    color: #4a4f55; }
              body.wct.home article.page section.contents #theFeed .menu ul li:nth-child(7) {
                display: none; }
        body.wct.home article.page section.contents #theFeed .entries {
          display: block;
          overflow: hidden;
          box-sizing: border-box; }
          body.wct.home article.page section.contents #theFeed .entries ul li {
            display: none; }
            body.wct.home article.page section.contents #theFeed .entries ul li.on {
              display: block;
              overflow: hidden;
              box-sizing: border-box; }
            body.wct.home article.page section.contents #theFeed .entries ul li a {
              display: block;
              overflow: hidden;
              box-sizing: border-box;
              border-bottom: 1px solid #f6f6f6;
              padding: 30px 5px;
              cursor: pointer; }
              body.wct.home article.page section.contents #theFeed .entries ul li a h6 {
                padding: 0 0 6px 0;
                margin: 0;
                text-transform: uppercase;
                font-size: 12px;
                font-weight: bold;
                color: #c2c2c2;
                line-height: 100%; }
              body.wct.home article.page section.contents #theFeed .entries ul li a h2 {
                padding: 0 0 8px 0;
                margin: 0;
                font-size: 18px;
                font-weight: bold;
                color: #4a4f55;
                line-height: 130%; }
              body.wct.home article.page section.contents #theFeed .entries ul li a p {
                padding: 0;
                margin: 0;
                font-size: 14px;
                line-height: 100%;
                color: #ff8400; }
              body.wct.home article.page section.contents #theFeed .entries ul li a img {
                display: block;
                overflow: hidden;
                box-sizing: border-box;
                float: right;
                padding: 0 0 10px 10px;
                width: 64px; }
              body.wct.home article.page section.contents #theFeed .entries ul li a:hover {
                background-color: #f6f6f6;
                text-decoration: none; }
                body.wct.home article.page section.contents #theFeed .entries ul li a:hover h6, body.wct.home article.page section.contents #theFeed .entries ul li a:hover h2 {
                  text-decoration: none; }
                body.wct.home article.page section.contents #theFeed .entries ul li a:hover p {
                  text-decoration: underline; }
                body.wct.home article.page section.contents #theFeed .entries ul li a:hover p:after {
                  transform: translateX(4px); }
        body.wct.home article.page section.contents #theFeed .more {
          display: block;
          overflow: hidden;
          box-sizing: border-box;
          padding-top: 50px; }
      @media only screen and (max-width: 850px) {
        body.wct.home article.page section.contents .tiles {
          float: none;
          width: 100%; }
          body.wct.home article.page section.contents .tiles .tile.bottom {
            display: none; }
        body.wct.home article.page section.contents #theFeed {
          float: none;
          width: 100%;
          margin-top: 60px; } }
      @media only screen and (max-width: 600px) {
        body.wct.home article.page section.contents .wrapper {
          padding-left: 15px;
          padding-right: 15px; } }
    body.wct.home footer.footer .large-8 {
      display: none; }
    body.wct.home footer.footer .row {
      margin: 0; }

#menu.wtc {
  border: 1px solid red; }

@media print {
  /* DEFAULT PRINT RESET STYLES */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  @page {
    margin: 0.5cm; }
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }

  p {
    orphans: 3;
    widows: 3; }

  pre, blockquote {
    border: 1px solid #cccccc;
    page-break-inside: avoid; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  img {
    max-width: 100% !important;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  body {
    width: 675px !important;
    min-width: 675px !important; }

  /* START CRAMER TEMPLATE SPECIFIC */
  #menu-toggle,
  #homepage_background_video,
  .video-container .cta,
  body.wct header.menubar,
  #menu,
  footer.footer .panel .row,
  section.catalyst-cta-box,
  section.services-cta-box,
  body.wct .ctaBoxes,
  body.wct .ctaBoxes.lead,
  body.wct div.cta {
    display: none; }

  #header {
    background: transparent !important;
    position: static !important; }

  #header .logo {
    background: transparent url(../images/cramer-logo.png) no-repeat center center !important;
    margin-top: 0; }

  #header .panel {
    padding: 0; }

  .feature {
    position: static !important;
    background-image: none !important;
    height: auto !important;
    min-height: auto !important; }

  .feature-title {
    margin: 0 !important; }

  div.panel div.large-6 {
    width: 100% !important; }

  .story #stage {
    padding-top: 0; }

  .page {
    margin-top: auto !important;
    min-height: auto !important; }

  .social .bar {
    display: none !important; }

  body.wct.stream article.page,
  body.wct article.page #stage45 {
    margin: 0 !important;
    padding-top: 0; }

  .footer {
    padding: 0;
    margin: 0; }

  .wrapper {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
    width: 100% !important;
    margin: 0 !important;
    padding: 10px !important; }
    .wrapper h1 {
      font-size: 40px; }
    .wrapper h2 {
      font-size: 30px; } }
