@charset "UTF-8";
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0;
  padding: 0; }

.form-contact__layout {
    margin-bottom: 20px;
}


.footer__wrap span img {
    position: relative;
    top: 15px;
}


.row.nav-drawer-bottom-links {
    font-size: 16px;
}


.contact-footer.vp-xs-top-4.vp-xs-bottom-4.vp-xxl-top-12.vp-xxl-bottom-12 p {
    text-align: center;
	font-size:35px !important;
	padding-top:10px;
}


li {
  margin-bottom: 0; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

.background-image-fill, .case-study--section--logo-display-block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }
  hr.hr-yellow {
    border-color: #FFE300; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 0.5rem; }


#prob{
background:#b1b1b1;	
}

p {
  margin-top: 0; }

.container, .container-max {
  position: relative;
  clear: both;
  margin: 0 auto;
  overflow: visible; }

.container-fluid {
  width: 90%;
  margin: 0 5%;
  position: relative; }
  .container-fluid.no-gutter {
    width: 100%;
    margin: 0; }

.container-full {
  width: 100%;
  margin: 0;
  position: relative; }

.container-header {
  position: relative;
  clear: both;
  margin: 0 auto;
  width: 98%; }

.row__negate-margin {
  margin-left: -2.08333%;
  margin-right: -2.08333%; }

@media only screen and (min-width: 0px) {
  .container-max {
    width: -40px; }
  .container {
    width: 85%; }
  .vm-xs-top-0 {
    margin-top: 0; }
  .vm-xs-bottom-0 {
    margin-bottom: 0; }
  .vp-xs-top-0 {
    padding-top: 0; }
  .vp-xs-bottom-0 {
    padding-bottom: 0; }
  .row-xs-pull {
    margin-left: -2.08333%;
    margin-right: -2.08333%; }
  .text-xs-right {
    text-align: right; }
  .col-xs-1 {
    box-sizing: border-box;
    width: 8.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xs-offset-1 {
    margin-left: 8.33333%; }
  .vp-xs-top-1 {
    padding-top: 16px; }
  .vp-xs-bottom-1 {
    padding-bottom: 16px; }
  .vm-xs-top-1 {
    margin-top: 16px; }
  .vm-xs-bottom-1 {
    margin-bottom: 16px; }
  .col-xs-2 {
    box-sizing: border-box;
    width: 16.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xs-offset-2 {
    margin-left: 16.66667%; }
  .vp-xs-top-2 {
    padding-top: 32px; }
  .vp-xs-bottom-2 {
    padding-bottom: 32px; }
  .vm-xs-top-2 {
    margin-top: 32px; }
  .vm-xs-bottom-2 {
    margin-bottom: 32px; }
  .col-xs-3 {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xs-offset-3 {
    margin-left: 25%; }
  .vp-xs-top-3 {
    padding-top: 48px; }
  .vp-xs-bottom-3 {
    padding-bottom: 48px; }
  .vm-xs-top-3 {
    margin-top: 48px; }
  .vm-xs-bottom-3 {
    margin-bottom: 48px; }
  .col-xs-4 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xs-offset-4 {
    margin-left: 33.33333%; }
  .vp-xs-top-4 {
    padding-top: 64px; }
  .vp-xs-bottom-4 {
    padding-bottom: 64px; }
  .vm-xs-top-4 {
    margin-top: 64px; }
  .vm-xs-bottom-4 {
    margin-bottom: 64px; }
  .col-xs-5 {
    box-sizing: border-box;
    width: 41.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xs-offset-5 {
    margin-left: 41.66667%; }
  .vp-xs-top-5 {
    padding-top: 80px; }
  .vp-xs-bottom-5 {
    padding-bottom: 80px; }
  .vm-xs-top-5 {
    margin-top: 80px; }
  .vm-xs-bottom-5 {
    margin-bottom: 80px; }
  .col-xs-6 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xs-offset-6 {
    margin-left: 50%; }
  .vp-xs-top-6 {
    padding-top: 0px; }
  .vp-xs-bottom-6 {
    padding-bottom: 96px; }
  .vm-xs-top-6 {
    margin-top: 96px; }
  .vm-xs-bottom-6 {
    margin-bottom: 96px; }
  .col-xs-7 {
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xs-offset-7 {
    margin-left: 58.33333%; }
  .vp-xs-top-7 {
    padding-top: 112px; }
  .vp-xs-bottom-7 {
    padding-bottom: 112px; }
  .vm-xs-top-7 {
    margin-top: 112px; }
  .vm-xs-bottom-7 {
    margin-bottom: 112px; }
  .col-xs-8 {
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xs-offset-8 {
    margin-left: 66.66667%; }
  .vp-xs-top-8 {
    padding-top: 128px; }
  .vp-xs-bottom-8 {
    padding-bottom: 128px; }
  .vm-xs-top-8 {
    margin-top: 128px; }
  .vm-xs-bottom-8 {
    margin-bottom: 128px; }
  .col-xs-9 {
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xs-offset-9 {
    margin-left: 75%; }
  .vp-xs-top-9 {
    padding-top: 144px; }
  .vp-xs-bottom-9 {
    padding-bottom: 144px; }
  .vm-xs-top-9 {
    margin-top: 144px; }
  .vm-xs-bottom-9 {
    margin-bottom: 144px; }
  .col-xs-10 {
    box-sizing: border-box;
    width: 83.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xs-offset-10 {
    margin-left: 83.33333%; }
  .vp-xs-top-10 {
    padding-top: 160px; }
  .vp-xs-bottom-10 {
    padding-bottom: 160px; }
  .vm-xs-top-10 {
    margin-top: 160px; }
  .vm-xs-bottom-10 {
    margin-bottom: 160px; }
  .col-xs-11 {
    box-sizing: border-box;
    width: 91.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xs-offset-11 {
    margin-left: 91.66667%; }
  .vp-xs-top-11 {
    padding-top: 176px; }
  .vp-xs-bottom-11 {
    padding-bottom: 176px; }
  .vm-xs-top-11 {
    margin-top: 176px; }
  .vm-xs-bottom-11 {
    margin-bottom: 176px; }
  .col-xs-12 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xs-offset-12 {
    margin-left: 100%; }
  .vp-xs-top-12 {
    padding-top: 192px; }
  .vp-xs-bottom-12 {
    padding-bottom: 192px; }
  .vm-xs-top-12 {
    margin-top: 192px; }
  .vm-xs-bottom-12 {
    margin-bottom: 192px; } }

@media only screen and (min-width: 560px) {
  .container-max {
    width: 520px; }
  .container {
    width: 85%; }
  .vm-sm-top-0 {
    margin-top: 0; }
  .vm-sm-bottom-0 {
    margin-bottom: 0; }
  .vp-sm-top-0 {
    padding-top: 0; }
  .vp-sm-bottom-0 {
    padding-bottom: 0; }
  .row-sm-pull {
    margin-left: -2.08333%;
    margin-right: -2.08333%; }
  .text-sm-right {
    text-align: right; }
  .col-sm-1 {
    box-sizing: border-box;
    width: 8.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .vp-sm-top-1 {
    padding-top: 16px; }
  .vp-sm-bottom-1 {
    padding-bottom: 16px; }
  .vm-sm-top-1 {
    margin-top: 16px; }
  .vm-sm-bottom-1 {
    margin-bottom: 16px; }
  .col-sm-2 {
    box-sizing: border-box;
    width: 16.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .vp-sm-top-2 {
    padding-top: 32px; }
  .vp-sm-bottom-2 {
    padding-bottom: 32px; }
  .vm-sm-top-2 {
    margin-top: 32px; }
  .vm-sm-bottom-2 {
    margin-bottom: 32px; }
  .col-sm-3 {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .vp-sm-top-3 {
    padding-top: 48px; }
  .vp-sm-bottom-3 {
    padding-bottom: 48px; }
  .vm-sm-top-3 {
    margin-top: 48px; }
  .vm-sm-bottom-3 {
    margin-bottom: 48px; }
  .col-sm-4 {
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .vp-sm-top-4 {
    padding-top: 64px; }
  .vp-sm-bottom-4 {
    padding-bottom: 64px; }
  .vm-sm-top-4 {
    margin-top: 64px; }
  .vm-sm-bottom-4 {
    margin-bottom: 64px; }
  .col-sm-5 {
    box-sizing: border-box;
    width: 41.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .vp-sm-top-5 {
    padding-top: 80px; }
  .vp-sm-bottom-5 {
    padding-bottom: 80px; }
  .vm-sm-top-5 {
    margin-top: 80px; }
  .vm-sm-bottom-5 {
    margin-bottom: 80px; }
  .col-sm-6 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .vp-sm-top-6 {
    padding-top: 96px; }
  .vp-sm-bottom-6 {
    padding-bottom: 96px; }
  .vm-sm-top-6 {
    margin-top: 96px; }
  .vm-sm-bottom-6 {
    margin-bottom: 96px; }
  .col-sm-7 {
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .vp-sm-top-7 {
    padding-top: 112px; }
  .vp-sm-bottom-7 {
    padding-bottom: 112px; }
  .vm-sm-top-7 {
    margin-top: 112px; }
  .vm-sm-bottom-7 {
    margin-bottom: 112px; }
  .col-sm-8 {
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .vp-sm-top-8 {
    padding-top: 128px; }
  .vp-sm-bottom-8 {
    padding-bottom: 128px; }
  .vm-sm-top-8 {
    margin-top: 128px; }
  .vm-sm-bottom-8 {
    margin-bottom: 128px; }
  .col-sm-9 {
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .vp-sm-top-9 {
    padding-top: 144px; }
  .vp-sm-bottom-9 {
    padding-bottom: 144px; }
  .vm-sm-top-9 {
    margin-top: 144px; }
  .vm-sm-bottom-9 {
    margin-bottom: 144px; }
  .col-sm-10 {
    box-sizing: border-box;
    width: 83.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .vp-sm-top-10 {
    padding-top: 160px; }
  .vp-sm-bottom-10 {
    padding-bottom: 160px; }
  .vm-sm-top-10 {
    margin-top: 160px; }
  .vm-sm-bottom-10 {
    margin-bottom: 160px; }
  .col-sm-11 {
    box-sizing: border-box;
    width: 91.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .vp-sm-top-11 {
    padding-top: 176px; }
  .vp-sm-bottom-11 {
    padding-bottom: 176px; }
  .vm-sm-top-11 {
    margin-top: 176px; }
  .vm-sm-bottom-11 {
    margin-bottom: 176px; }
  .col-sm-12 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .vp-sm-top-12 {
    padding-top: 192px; }
  .vp-sm-bottom-12 {
    padding-bottom: 192px; }
  .vm-sm-top-12 {
    margin-top: 192px; }
  .vm-sm-bottom-12 {
    margin-bottom: 192px; } }

@media only screen and (min-width: 768px) {
  .container-max {
    width: 728px; }
  .container {
    width: 85%; }
  .vm-md-top-0 {
    margin-top: 0; }
  .vm-md-bottom-0 {
    margin-bottom: 0; }
  .vp-md-top-0 {
    padding-top: 0; }
  .vp-md-bottom-0 {
    padding-bottom: 0; }
  .row-md-pull {
    margin-left: -2.08333%;
    margin-right: -2.08333%; }
  .text-md-right {
    text-align: right; }
  .col-md-1 {
    box-sizing: border-box;
    width: 8.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .vp-md-top-1 {
    padding-top: 16px; }
  .vp-md-bottom-1 {
    padding-bottom: 16px; }
  .vm-md-top-1 {
    margin-top: 16px; }
  .vm-md-bottom-1 {
    margin-bottom: 16px; }
  .col-md-2 {
    box-sizing: border-box;
    width: 16.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .vp-md-top-2 {
    padding-top: 32px; }
  .vp-md-bottom-2 {
    padding-bottom: 32px; }
  .vm-md-top-2 {
    margin-top: 32px; }
  .vm-md-bottom-2 {
    margin-bottom: 32px; }
  .col-md-3 {
    box-sizing: border-box;
    width: 25%;
    float: left;
	color:#4e4e4e;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .vp-md-top-3 {
    padding-top: 48px; }
  .vp-md-bottom-3 {
    padding-bottom: 48px; }
  .vm-md-top-3 {
    margin-top: 48px; }
  .vm-md-bottom-3 {
    margin-bottom: 48px; }
  .col-md-4 {
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .vp-md-top-4 {
    padding-top: 64px; }
  .vp-md-bottom-4 {
    padding-bottom: 64px; }
  .vm-md-top-4 {
    margin-top: 64px; }
  .vm-md-bottom-4 {
    margin-bottom: 64px; }
  .col-md-5 {
    box-sizing: border-box;
    width: 41.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .vp-md-top-5 {
    padding-top: 80px; }
  .vp-md-bottom-5 {
    padding-bottom: 80px; }
  .vm-md-top-5 {
    margin-top: 80px; }
  .vm-md-bottom-5 {
    margin-bottom: 80px; }
  .col-md-6 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .vp-md-top-6 {
    padding-top: 96px; }
  .vp-md-bottom-6 {
    padding-bottom: 96px; }
  .vm-md-top-6 {
    margin-top: 96px; }
  .vm-md-bottom-6 {
    margin-bottom: 96px; }
  .col-md-7 {
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .vp-md-top-7 {
    padding-top: 112px; }
  .vp-md-bottom-7 {
    padding-bottom: 112px; }
  .vm-md-top-7 {
    margin-top: 112px; }
  .vm-md-bottom-7 {
    margin-bottom: 112px; }
  .col-md-8 {
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .vp-md-top-8 {
    padding-top: 128px; }
  .vp-md-bottom-8 {
    padding-bottom: 128px; }
  .vm-md-top-8 {
    margin-top: 128px; }
  .vm-md-bottom-8 {
    margin-bottom: 128px; }
  .col-md-9 {
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .vp-md-top-9 {
    padding-top: 144px; }
  .vp-md-bottom-9 {
    padding-bottom: 144px; }
  .vm-md-top-9 {
    margin-top: 144px; }
  .vm-md-bottom-9 {
    margin-bottom: 144px; }
  .col-md-10 {
    box-sizing: border-box;
    width: 83.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .vp-md-top-10 {
    padding-top: 160px; }
  .vp-md-bottom-10 {
    padding-bottom: 160px; }
  .vm-md-top-10 {
    margin-top: 160px; }
  .vm-md-bottom-10 {
    margin-bottom: 160px; }
  .col-md-11 {
    box-sizing: border-box;
    width: 91.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .vp-md-top-11 {
    padding-top: 176px; }
  .vp-md-bottom-11 {
    padding-bottom: 176px; }
  .vm-md-top-11 {
    margin-top: 176px; }
  .vm-md-bottom-11 {
    margin-bottom: 176px; }
  .col-md-12 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .vp-md-top-12 {
    padding-top: 192px; }
  .vp-md-bottom-12 {
    padding-bottom: 192px; }
  .vm-md-top-12 {
    margin-top: 192px; }
  .vm-md-bottom-12 {
    margin-bottom: 192px; } }

@media only screen and (min-width: 960px) {
  .container-max {
    width: 920px; }
  .container {
    width: 85%; }
  .vm-lg-top-0 {
    margin-top: 0; }
  .vm-lg-bottom-0 {
    margin-bottom: 0; }
  .vp-lg-top-0 {
    padding-top: 0; }
  .vp-lg-bottom-0 {
    padding-bottom: 0; }
  .row-lg-pull {
    margin-left: -2.08333%;
    margin-right: -2.08333%; }
  .text-lg-right {
    text-align: right; }
  .col-lg-1 {
    box-sizing: border-box;
    width: 8.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .vp-lg-top-1 {
    padding-top: 16px; }
  .vp-lg-bottom-1 {
    padding-bottom: 16px; }
  .vm-lg-top-1 {
    margin-top: 16px; }
  .vm-lg-bottom-1 {
    margin-bottom: 16px; }
  .col-lg-2 {
    box-sizing: border-box;
    width: 16.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .vp-lg-top-2 {
    padding-top: 32px; }
  .vp-lg-bottom-2 {
    padding-bottom: 0px; }
  .vm-lg-top-2 {
    margin-top: 32px; }
  .vm-lg-bottom-2 {
    margin-bottom: 32px; }
  .col-lg-3 {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .vp-lg-top-3 {
    padding-top: 48px; }
  .vp-lg-bottom-3 {
    padding-bottom: 48px; }
  .vm-lg-top-3 {
    margin-top: 48px; }
  .vm-lg-bottom-3 {
    margin-bottom: 48px; }
  .col-lg-4 {
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .vp-lg-top-4 {
    padding-top: 64px; }
  .vp-lg-bottom-4 {
    padding-bottom: 64px; }
  .vm-lg-top-4 {
    margin-top: 64px; }
  .vm-lg-bottom-4 {
    margin-bottom: 64px; }
  .col-lg-5 {
    box-sizing: border-box;
    width: 41.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .vp-lg-top-5 {
    padding-top: 80px; }
  .vp-lg-bottom-5 {
    padding-bottom: 80px; }
  .vm-lg-top-5 {
    margin-top: 80px; }
  .vm-lg-bottom-5 {
    margin-bottom: 80px; }
  .col-lg-6 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .vp-lg-top-6 {
    padding-top: 96px; }
  .vp-lg-bottom-6 {
    padding-bottom: 96px; }
  .vm-lg-top-6 {
    margin-top: 96px; }
  .vm-lg-bottom-6 {
    margin-bottom: 96px; }
  .col-lg-7 {
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .vp-lg-top-7 {
    padding-top: 2px; }
  .vp-lg-bottom-7 {
    padding-bottom: 0px; }
  .vm-lg-top-7 {
    margin-top: 112px; }
  .vm-lg-bottom-7 {
    margin-bottom: 112px; }
  .col-lg-8 {
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
	
	.col-xs-3.col-xs-offset-1.vp-xs-top-3.vp-xs-bottom-3.vp-lg-top-8.vp-lg-bottom-8 {
    width: 33.33%;
}
	
	
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .vp-lg-top-8 {
    padding-top: 0px; }
  .vp-lg-bottom-8 {
    padding-bottom: 45px; }
  .vm-lg-top-8 {
    margin-top: 128px; }
  .vm-lg-bottom-8 {
    margin-bottom: 128px; }
  .col-lg-9 {
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .vp-lg-top-9 {
    padding-top: 144px; }
  .vp-lg-bottom-9 {
    padding-bottom: 144px; }
  .vm-lg-top-9 {
    margin-top: 144px; }
  .vm-lg-bottom-9 {
    margin-bottom: 144px; }
  .col-lg-10 {
    box-sizing: border-box;
    width: 83.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .vp-lg-top-10 {
    padding-top: 160px; }
  .vp-lg-bottom-10 {
    padding-bottom: 160px; }
  .vm-lg-top-10 {
    margin-top: 160px; }
  .vm-lg-bottom-10 {
    margin-bottom: 160px; }
  .col-lg-11 {
    box-sizing: border-box;
    width: 91.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .vp-lg-top-11 {
    padding-top: 176px; }
  .vp-lg-bottom-11 {
    padding-bottom: 176px; }
  .vm-lg-top-11 {
    margin-top: 176px; }
  .vm-lg-bottom-11 {
    margin-bottom: 176px; }
  .col-lg-12 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .vp-lg-top-12 {
    padding-top: 192px; }
  .vp-lg-bottom-12 {
    padding-bottom: 192px; }
  .vm-lg-top-12 {
    margin-top: 192px; }
  .vm-lg-bottom-12 {
    margin-bottom: 192px; } }

@media only screen and (min-width: 1180px) {
  .container-max {
    width: 1140px; }
  .container {
    width: 100%; }
  .vm-xl-top-0 {
    margin-top: 0; }
  .vm-xl-bottom-0 {
    margin-bottom: 0; }
  .vp-xl-top-0 {
    padding-top: 0; }
  .vp-xl-bottom-0 {
    padding-bottom: 0; }
  .row-xl-pull {
    margin-left: -2.08333%;
    margin-right: -2.08333%; }
  .text-xl-right {
    text-align: right; }
  .col-xl-1 {
    box-sizing: border-box;
    width: 8.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .vp-xl-top-1 {
    padding-top: 16px; }
  .vp-xl-bottom-1 {
    padding-bottom: 16px; }
  .vm-xl-top-1 {
    margin-top: 16px; }
  .vm-xl-bottom-1 {
    margin-bottom: 16px; }
  .col-xl-2 {
    box-sizing: border-box;
    width: 16.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .vp-xl-top-2 {
    padding-top: 32px; }
  .vp-xl-bottom-2 {
    padding-bottom: 32px; }
  .vm-xl-top-2 {
    margin-top: 32px; }
  .vm-xl-bottom-2 {
    margin-bottom: 32px; }
  .col-xl-3 {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%;
    }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .vp-xl-top-3 {
    padding-top: 48px; }
  .vp-xl-bottom-3 {
    padding-bottom: 48px; }
  .vm-xl-top-3 {
    margin-top: 48px; }
  .vm-xl-bottom-3 {
    margin-bottom: 48px; }
  .col-xl-4 {
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .vp-xl-top-4 {
    padding-top: 64px; }
  .vp-xl-bottom-4 {
    padding-bottom: 64px; }
  .vm-xl-top-4 {
    margin-top: 64px; }
  .vm-xl-bottom-4 {
    margin-bottom: 64px; }
  .col-xl-5 {
    box-sizing: border-box;
    width: 41.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .vp-xl-top-5 {
    padding-top: 80px; }
  .vp-xl-bottom-5 {
    padding-bottom: 80px; }
  .vm-xl-top-5 {
    margin-top: 80px; }
  .vm-xl-bottom-5 {
    margin-bottom: 80px; }
  .col-xl-6 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .vp-xl-top-6 {
    padding-top: 96px; }
  .vp-xl-bottom-6 {
    padding-bottom: 96px; }
  .vm-xl-top-6 {
    margin-top: 96px; }
  .vm-xl-bottom-6 {
    margin-bottom: 96px; }
  .col-xl-7 {
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .vp-xl-top-7 {
    padding-top: 112px; }
  .vp-xl-bottom-7 {
    padding-bottom: 112px; }
  .vm-xl-top-7 {
    margin-top: 112px; }
  .vm-xl-bottom-7 {
    margin-bottom: 112px; }
  .col-xl-8 {
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .vp-xl-top-8 {
    padding-top: 128px; }
  .vp-xl-bottom-8 {
    padding-bottom: 128px; }
  .vm-xl-top-8 {
    margin-top: 128px; }
  .vm-xl-bottom-8 {
    margin-bottom: 128px; }
  .col-xl-9 {
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .vp-xl-top-9 {
    padding-top: 144px; }
  .vp-xl-bottom-9 {
    padding-bottom: 144px; }
  .vm-xl-top-9 {
    margin-top: 144px; }
  .vm-xl-bottom-9 {
    margin-bottom: 144px; }
  .col-xl-10 {
    box-sizing: border-box;
    width: 83.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .vp-xl-top-10 {
    padding-top: 160px; }
  .vp-xl-bottom-10 {
    padding-bottom: 160px; }
  .vm-xl-top-10 {
    margin-top: 160px; }
  .vm-xl-bottom-10 {
    margin-bottom: 160px; }
  .col-xl-11 {
    box-sizing: border-box;
    width: 91.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .vp-xl-top-11 {
    padding-top: 176px; }
  .vp-xl-bottom-11 {
    padding-bottom: 176px; }
  .vm-xl-top-11 {
    margin-top: 176px; }
  .vm-xl-bottom-11 {
    margin-bottom: 176px; }
  .col-xl-12 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .vp-xl-top-12 {
    padding-top: 192px; }
  .vp-xl-bottom-12 {
    padding-bottom: 192px; }
  .vm-xl-top-12 {
    margin-top: 192px; }
  .vm-xl-bottom-12 {
    margin-bottom: 192px; } }

@media only screen and (min-width: 1440px) {
  .container-max {
    width: 1400px; }
  .container {
    width: 85%; }
  .vm-xxl-top-0 {
    margin-top: 0; }
  .vm-xxl-bottom-0 {
    margin-bottom: 0; }
  .vp-xxl-top-0 {
    padding-top: 0; }
  .vp-xxl-bottom-0 {
    padding-bottom: 0; }
  .row-xxl-pull {
    margin-left: -2.08333%;
    margin-right: -2.08333%; }
  .text-xxl-right {
    text-align: right; }
  .col-xxl-1 {
    box-sizing: border-box;
    width: 8.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xxl-offset-1 {
    margin-left: 8.33333%; }
  .vp-xxl-top-1 {
    padding-top: 16px; }
  .vp-xxl-bottom-1 {
    padding-bottom: 16px; }
  .vm-xxl-top-1 {
    margin-top: 16px; }
  .vm-xxl-bottom-1 {
    margin-bottom: 16px; }
  .col-xxl-2 {
    box-sizing: border-box;
    width: 16.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xxl-offset-2 {
    margin-left: 16.66667%; }
  .vp-xxl-top-2 {
    padding-top: 32px; }
  .vp-xxl-bottom-2 {
    padding-bottom: 32px; }
  .vm-xxl-top-2 {
    margin-top: 32px; }
  .vm-xxl-bottom-2 {
    margin-bottom: 32px; }
  .col-xxl-3 {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xxl-offset-3 {
    margin-left: 25%; }
  .vp-xxl-top-3 {
    padding-top: 48px; }
  .vp-xxl-bottom-3 {
    padding-bottom: 48px; }
  .vm-xxl-top-3 {
    margin-top: 48px; }
  .vm-xxl-bottom-3 {
    margin-bottom: 48px; }
  .col-xxl-4 {
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xxl-offset-4 {
    margin-left: 33.33333%; }
  .vp-xxl-top-4 {
    padding-top: 64px; }
  .vp-xxl-bottom-4 {
    padding-bottom: 64px; }
  .vm-xxl-top-4 {
    margin-top: 64px; }
  .vm-xxl-bottom-4 {
    margin-bottom: 64px; }
  .col-xxl-5 {
    box-sizing: border-box;
    width: 41.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xxl-offset-5 {
    margin-left: 41.66667%; }
  .vp-xxl-top-5 {
    padding-top: 80px; }
  .vp-xxl-bottom-5 {
    padding-bottom: 80px; }
  .vm-xxl-top-5 {
    margin-top: 80px; }
  .vm-xxl-bottom-5 {
    margin-bottom: 80px; }
  .col-xxl-6 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xxl-offset-6 {
    margin-left: 50%; }
  .vp-xxl-top-6 {
    padding-top: 96px; }
  .vp-xxl-bottom-6 {
    padding-bottom: 96px; }
  .vm-xxl-top-6 {
    margin-top: 96px; }
  .vm-xxl-bottom-6 {
    margin-bottom: 96px; }
  .col-xxl-7 {
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xxl-offset-7 {
    margin-left: 58.33333%; }
  .vp-xxl-top-7 {
    padding-top: 112px; }
  .vp-xxl-bottom-7 {
    padding-bottom: 112px; }
  .vm-xxl-top-7 {
    margin-top: 112px; }
  .vm-xxl-bottom-7 {
    margin-bottom: 112px; }
  .col-xxl-8 {
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xxl-offset-8 {
    margin-left: 66.66667%; }
  .vp-xxl-top-8 {
    padding-top: 128px; }
  .vp-xxl-bottom-8 {
    padding-bottom: 128px; }
  .vm-xxl-top-8 {
    margin-top: 128px; }
  .vm-xxl-bottom-8 {
    margin-bottom: 128px; }
  .col-xxl-9 {
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xxl-offset-9 {
    margin-left: 75%; }
  .vp-xxl-top-9 {
    padding-top: 144px; }
  .vp-xxl-bottom-9 {
    padding-bottom: 144px; }
  .vm-xxl-top-9 {
    margin-top: 144px; }
  .vm-xxl-bottom-9 {
    margin-bottom: 144px; }
  .col-xxl-10 {
    box-sizing: border-box;
    width: 83.33333%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xxl-offset-10 {
    margin-left: 83.33333%; }
  .vp-xxl-top-10 {
    padding-top: 160px; }
  .vp-xxl-bottom-10 {
    padding-bottom: 160px; }
  .vm-xxl-top-10 {
    margin-top: 160px; }
  .vm-xxl-bottom-10 {
    margin-bottom: 160px; }
  .col-xxl-11 {
    box-sizing: border-box;
    width: 91.66667%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xxl-offset-11 {
    margin-left: 91.66667%; }
  .vp-xxl-top-11 {
    padding-top: 176px; }
  .vp-xxl-bottom-11 {
    padding-bottom: 176px; }
  .vm-xxl-top-11 {
    margin-top: 176px; }
  .vm-xxl-bottom-11 {
    margin-bottom: 176px; }
  .col-xxl-12 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; }
  .col-xxl-offset-12 {
    margin-left: 100%; }
  .vp-xxl-top-12 {
    padding-top: 192px; }
  .vp-xxl-bottom-12 {
    padding-bottom: 192px; }
  .vm-xxl-top-12 {
    margin-top: 192px; }
  .vm-xxl-bottom-12 {
    margin-bottom: 192px; } }

.row {
  clear: both; }
  .row--pull {
    margin-left: -2.08333%;
    margin-right: -2.08333%; }

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  font-size: 18px; }
  @media only screen and (min-width: 768px) {
    html {
      font-size: 20px; } }

body {
  line-height: 1.4;
  font-weight: 200;
  font-family: "CalibreWeb";
  color: #444;
  font-size: 18px;
  line-height: 1.2; }
  @media only screen and (min-width: 768px) {
    body {
      font-size: 20px;
      line-height: 1.35; } }

/* Fonts */
@font-face {
  font-family: 'CalibreWeb';
  src: url(../fonts/CalibreWeb-Light.eot);
  src: url(../fonts/CalibreWeb-Light.woff) format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'CalibreWeb';
  src: url(../fonts/CalibreWeb-LightItalic.eot);
  src: url(../fonts/CalibreWeb-LightItalic.woff) format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'CalibreWeb';
  src: url(../fonts/CalibreWeb-Regular.eot);
  src: url(../fonts/CalibreWeb-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'CalibreWeb';
  src: url(../fonts/CalibreWeb-RegularItalic.eot);
  src: url(../fonts/CalibreWeb-RegularItalic.woff) format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'CalibreWeb';
  src: url(../fonts/CalibreWeb-Medium.eot);
  src: url(../fonts/CalibreWeb-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'CalibreWeb';
  src: url(../fonts/CalibreWeb-MediumItalic.eot);
  src: url(../fonts/CalibreWeb-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'CalibreWeb';
  src: url(../fonts/CalibreWeb-Semibold.eot);
  src: url(../fonts/CalibreWeb-Semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'CalibreWeb';
  src: url(../fonts/CalibreWeb-SemiboldItalic.eot);
  src: url(../fonts/CalibreWeb-SemiboldItalic.woff) format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'CalibreWeb';
  src: url(../fonts/CalibreWeb-Bold.eot);
  src: url(../fonts/CalibreWeb-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'CalibreWeb';
  src: url(../fonts/CalibreWeb-BoldItalic.eot);
  src: url(../fonts/CalibreWeb-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'CalibreWeb';
  src: url(../fonts/CalibreWeb-Black.eot);
  src: url(../fonts/CalibreWeb-Black.woff) format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'CalibreWeb';
  src: url(../fonts/CalibreWeb-Black.eot);
  src: url(../fonts/CalibreWeb-Black.woff) format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Chatype';
  src: url(../fonts/Chatype-Regular.eot);
  src: url(../fonts/Chatype-Regular.woff) format("woff");
  font-weight: 400; }

@font-face {
  font-family: 'Chatype';
  src: url(../fonts/Chatype-Bold.eot);
  src: url(../fonts/Chatype-Bold.woff) format("woff");
  font-weight: 700; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, .case-study--section--content-block blockquote, h2, h3, .nav-case-study, h4, h5, h6, .h1, .h2, .insights-header-text, .h3, .h4, blockquote, .blockquote, .h5, .home__landing-background-overlay--media .home__landing-link, .h6 {
  margin-top: 0;
  text-decoration: none; }
  h1.margin-bottom, .case-study--section--content-block blockquote.margin-bottom, h2.margin-bottom, h3.margin-bottom, .margin-bottom.nav-case-study, h4.margin-bottom, h5.margin-bottom, h6.margin-bottom, .h1.margin-bottom, .h2.margin-bottom, .margin-bottom.insights-header-text, .h3.margin-bottom, .h4.margin-bottom, blockquote.margin-bottom, .margin-bottom.blockquote, .h5.margin-bottom, .home__landing-background-overlay--media .margin-bottom.home__landing-link, .h6.margin-bottom {
    margin-bottom: 0.5rem; }

h1, .case-study--section--content-block blockquote, .h1 {
  font-family: "CalibreWeb";
  font-size: 2rem;
  font-weight: 600;
  line-height: 1; }

h2, .h2, .insights-header-text {
  font-family: "Merriweather", Georgia, serif;
  font-size: 1rem;
  line-height: 1.5; }

h3, .nav-case-study, .h3 {
  font-family: "CalibreWeb";
  font-size: 1.33333rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  display: block; }

h4, .h4, blockquote, .blockquote {
  font-family: "Merriweather", Georgia, serif;
  font-size: 0.994rem;
  line-height: 1.55; }

h5, .h5, .home__landing-background-overlay--media .home__landing-link {
  font-family: "CalibreWeb";
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600; }

h6, .h6 {
  font-family: "CalibreWeb";
  font-size: 0.66666667rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .166667rem;
  line-height: 1.4;
  display: block; }

blockquote, .blockquote {
  font-family: "Merriweather", Georgia, serif;
  font-style: italic; }

.small {
  font-size: 16px;
  line-height: 1.5; }

@media only screen and (min-width: 960px) {
  h1, .case-study--section--content-block blockquote, .h1 {
    font-size: 2.16rem; }
  h2, .h2, .insights-header-text {
    font-size: 1.12rem;
    line-height: 1.392; }
  h3, .nav-case-study, .h3 {
    font-size: 1.28rem;
    line-height: 1.25; }
  h4, .h4, blockquote, .blockquote {
    font-size: 0.95rem;
    line-height: 1.5263; }
  h5, .h5, .home__landing-background-overlay--media .home__landing-link {
    font-size: 1rem;
    line-height: 1; }
  h6, .h6 {
    font-size: .8rem;
	color:#000; }
  .small {
    font-size: 17px;
    line-height: 1.294; } }

@media only screen and (min-width: 1180px) {
  h1, .case-study--section--content-block blockquote, .h1 {
    font-size: 2.2rem; }
  h2, .h2, .insights-header-text {
    font-size: 1rem;
    line-height: 1.44117; }
  h3, .nav-case-study, .h3 {
    font-size: 1.3rem;
    line-height: 1.1; }
  h4, .h4, blockquote, .blockquote {
    font-size: 1.1rem; }
  h5, .h5, .home__landing-background-overlay--media .home__landing-link {
    font-size: 1.2rem;
    line-height: 1.083; } }

p {
  margin-top: 0; }

@media only screen and (min-width: 768px) {
  .lead {
    font-size: 96%; } }

.type__introduction {
  font-size: 2.2rem;
  line-height: 2.2rem;
  max-width: 900px; }
  @media only screen and (min-width: 960px) {
    .type__introduction {
      font-size: 2.4rem;
      line-height: 3.2rem; } }

strong, .bold, .nav-content-column h2, [class^="screenshot-nav"], .text-bold {
  font-weight: 600; }

.text-weight-normal {
  font-weight: normal; }

.text-weight-light {
  font-weight: 200; }

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

.text-center-until-md {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .text-center-until-md {
      text-align: left; } }

.text-white {
  color: #FFFFFF; }
  .text-white:visited {
    color: #FFFFFF; }

.h2.text-serif, .text-serif.insights-header-text {
  font-weight: 400; }

.text-italic {
  font-style: italic; }

.text-gray {
  color: #777777; }

.text-yellow {
  color: #FFE300; }

.text-serif {
  font-family: "Merriweather", Georgia, serif; }

.text-sans-serif, .insights-header-text, .case-study__indicator {
  font-family: "CalibreWeb"; }

.bg-black {
  background-color: #111111;
  color: #FFFFFF; }
  .bg-black a, .bg-black a:visited, .bg-black a:link {
    color: #FFFFFF; }
  .bg-black a:hover, .bg-black a:active {
    color: #FFE300; }

a.btn.btn-primary.btn-primary {
    background: #00458b;
    padding: 8px;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 20px;
}


.bg-lighter-gray {
  background-color: #FAFAFA;

  color: #111111; }
  .bg-lighter-gray .button-link {
    color: #111111; }
    .bg-lighter-gray .button-link:hover {
      color: #111111; }

.bg-white {
  background-color: #fff;
  color: #111111; }
  .bg-white .button-link {
    color: #111111; }
    .bg-white .button-link:hover {
      color: #111111; }

.text-yellow {
  color: #FFE300 !important; }

.bg-yellow {
  background-color: #FFE300;
  color: #111111; }

.bg-light-gray {
  background-color: #FAFAFA; }

.no-margin {
  margin: 0; }

.vertical-content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.overflow-auto {
  overflow: auto; }

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

.heavy-top-border {
  border-top: 8px solid #111111; }

.full-screen {
  position: relative;
  height: 100vh;
  overflow: hidden; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #111111; }

a:visited {
  color: #111111; }

a:hover {
  color: #999; }

.no-decoration {
  text-decoration: none; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    box-shadow: none;
    box-sizing: border-box;
    height: 30px;
    padding: 0px;
}

.slick-track {
    height: 970px;
}

.slick-track {
    height: auto;
}


p.h2.vm-xs-bottom-2.bold {
    color: #252525;
	font-size:14px;
}


h1.h6.vp-xs-bottom-1{
color:#fff;	
}

#prob1{
margin-top:60px;
background: #b1b1b1;
}


form.form-horizontal {
    background: #b1b1b1;
}


/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
	 font-size: 15px;
    padding: 5px;
          appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: 0;
  font-weight: 600; 
  font-size:15px;}

fieldset {
  padding: 0;
  border-width: 0; }



input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Buttons 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #111111;
  color: #111111;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "CalibreWeb";
  position: relative;
  -webkit-transition: all 0.2s;
          transition: all 0.2s; }
  .button:before,
  button:before,
  input[type="submit"]:before,
  input[type="reset"]:before,
  input[type="button"]:before {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 0;
    top: 0;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    background-color: #FFE300;
    z-index: -1;
    display: inline-block; }
  .button:after,
  button:after,
  input[type="submit"]:after,
  input[type="reset"]:after,
  input[type="button"]:after {
    position: absolute;
	display:none;
    top: 50%;
    margin-top: -5px;
    right: 15px;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .button.button-large,
  button.button-large,
  input[type="submit"].button-large,
  input[type="reset"].button-large,
  input[type="button"].button-large {
    font-size: 18px;
    height: 62px;
    padding: 0 50px;
    line-height: 62px; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #111111;
  outline: 0; }
  .button:hover:before,
  button:hover:before,
  input[type="submit"]:hover:before,
  input[type="reset"]:hover:before,
  input[type="button"]:hover:before,
  .button:focus:before,
  button:focus:before,
  input[type="submit"]:focus:before,
  input[type="reset"]:focus:before,
  input[type="button"]:focus:before {
    width: 100%; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

.button.button-outline, .scheme-dark .button, .scheme-color .button {
  border: 1px solid #FFFFFF;
  border-left: 3px solid #FFFFFF;
  position: relative;
  color: #FFFFFF; }
  .button.button-outline:hover, .scheme-dark .button:hover, .scheme-color .button:hover {
    color: #111111; }
    .button.button-outline:hover:before, .scheme-dark .button:hover:before, .scheme-color .button:hover:before {
      width: 100%; }

.button-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.4s;
          transition: all 0.4s; }
  .button-link:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    background-color: #FFE300;
    height: 2px;
    width: 0;
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease; }
  .button-link:hover {
    color: #111111; }
    .button-link:hover:after {
      width: 100%; }

img {
  max-width: 100%; }

.abs-full, .u-overlay, .case-study-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover; }

.vertc-parent {
  position: relative; }
  .vertc-parent .vertc-child {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.bg-image-full {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.bg-image-with-curtain {
  position: relative; }
  .bg-image-with-curtain:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(17, 17, 17, 0.6); }
  .bg-image-with-curtain .container, .bg-image-with-curtain .container-fluid {
    position: relative;
    z-index: 10; }

.full-screen-fixed {
  position: fixed;
  width: 100vw;
  height: 100vh; }

.u-overlay.black {
  background-color: rgba(17, 17, 17, 0.37); }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 0 !important; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("wp-content/themes/launchframe/assets/src/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("wp-content/themes/launchframe/assets/src/fonts/slick.eot");
  src: url("wp-content/themes/launchframe/assets/src/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/launchframe/assets/src/fonts/slick.woff") format("woff"), url("/wp-content/themes/launchframe/assets/src/fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-left: 0; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }
  .curtain-parent {
    position: relative; }

[class|="ratio"] {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  display: block;
  position: relative;
  background-color: #aaa; }
  [class|="ratio"] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-two-one {
  padding-bottom: 50%; }

.ratio-three-one {
  padding-bottom: 33%; }

.ratio-square {
  padding-bottom: 100%; }

.ratio-one-two {
  padding-bottom: 200%; }

@media only screen and (min-width: 768px) {
  .flex-after-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media only screen and (min-width: 960px) {
  .flex-after-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.bg-image-fill {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: inherit; }

body {
  -webkit-font-smoothing: antialiased;
  color: #111111; }

.body-yellow {
  background-color: #FFE300; }
  .body-yellow .site-header {
    background-color: transparent; }
  .body-yellow .logo svg path, .body-yellow .logo svg polygon, .body-yellow .logo svg rect {
    fill: #111111; }

.body-black {
  background-color: #111111; }
  .body-black .logo svg path, .body-black .logo svg polygon, .body-black .logo svg rect {
    fill: #FFFFFF !important; }

.overflow-hidden {
  overflow: hidden; }

.logo {
  position: fixed;
  left: 25px;
  top: 25px;
  display: inline-block;
  -webkit-transition: all 0.1s ease;
          transition: all 0.1s ease;
  margin-left: -3px; }
  .logo svg {
    width: 100px;
    height: 39px; }
    .logo svg path, .logo svg polygon, .logo svg rect {
      -webkit-transition: fill 0.25s ease;
              transition: fill 0.25s ease; }
  @media only screen and (min-width: 768px) {
    .logo {
      top: 55px;
      left: 50px;
      opacity: 1!important;
      }
      .logo svg {
        width: 142px;
        height: 55px; } }
  @media only screen and (min-width: 1180px) {
    .logo svg {
      width: 180px;
      height: 70px; } }

.nav-drawer-logo {
  position: relative;
  top: 8px;
  width: 160px;
  height: 50px;
  display: inline-block;
  }
  .nav-drawer-logo svg {
    width: 110px;
    height: 42.8px; }
    .nav-drawer-logo svg path, .nav-drawer-logo svg polygon, .nav-drawer-logo svg rect {
      fill: #aaa; }
  @media only screen and (min-width: 1180px) {
    .nav-drawer-logo {
      height: 60px;
      display: block;
      } }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin: 0 0 0 1em; }

.text-center {
  text-align: center; }
  .text-center-until-sm {
    text-align: center; }
    @media only screen and (min-width: 560px) {
      .text-center-until-sm {
        text-align: inherit; } }
  .text-center-until-md {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .text-center-until-md {
        text-align: inherit; } }
  .text-center-until-lg {
    text-align: center; }
    @media only screen and (min-width: 960px) {
      .text-center-until-lg {
        text-align: inherit; } }

.intro-number {
  display: inline-block;
  width: 2.0em; }

.position-relative {
  position: relative; }

.page-header {
  padding: 120px 0 40px 0; }
  .page-header.bg-white {
    border-bottom: 1px solid #eee; }
  @media only screen and (min-width: 768px) {
    .page-header {
      padding: 200px 0 80px 0; } }
  @media only screen and (min-width: 960px) {
    .page-header {
      padding: 250px 0 100px 0; } }

.page-introduction {
  font-family: "CalibreWeb";
  font-size: 35px;
  line-height: 1.2; }

.large-excerpt {
  font-size: 125%; }

.separator__large {
  border-top: 7px solid #111111; }

.highlight-yellow, .highlight-light-grey {
  display: inline-block;
  font-weight: 600;
  position: relative; }
  .highlight-yellow:before, .highlight-light-grey:before {
    height: 15%;
    bottom: 40%;
    width: 104%;
    left: -2%;
    background-color: #FFE300;
    content: "";
    position: absolute;
    z-index: 0; }
  .highlight-yellow .highlight-text, .highlight-light-grey .highlight-text {
    position: relative;
    z-index: 2; }

.highlight-light-grey:before {
  background-color: #ededed; }

.share-circle {
  font-size: 25px;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  background-color: #FFE300; }
  .share-circle .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11.5px;
    margin-left: -10px; }
  .share-circle.share-facebook .fa-facebook {
    margin-left: -8px; }
  .share-circle.share-facebook:hover {
    background-color: #3b5998; }
  .share-circle.share-twitter:hover {
    background-color: #00aced; }
  .share-circle.share-linkedin:hover {
    background-color: #007bb5; }
  .share-circle:hover {
    color: #FFFFFF; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1005; }
  .site-header .logo svg path, .site-header .logo svg polygon, .site-header .logo svg rect {
    fill: #FFFFFF;
    opacity: 1;
    -webkit-transition: all .3s;
            transition: all .3s; }
  .scrolled .site-header .logo svg path, .scrolled .site-header .logo svg polygon, .scrolled .site-header .logo svg rect {
    opacity: 0;
    fill: #aaa; }
  .scrolled .site-header .logo svg .outline {
    opacity: .3;
    fill: #aaa; }
  .scrolled .site-header .logo svg:hover path, .scrolled .site-header .logo svg:hover polygon, .scrolled .site-header .logo svg:hover rect {
    opacity: 1; }
  .page-template-page-work-php .site-header .logo svg path, .page-template-page-work-php .site-header .logo svg polygon, .page-template-page-work-php .site-header .logo svg rect {
    fill: #FFFFFF; }
  .home-page .site-header .logo svg path, .home-page .site-header .logo svg polygon, .home-page .site-header .logo svg rect {
    fill: #111111; }

body.home .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent; }

body.body-yellow .site-header .logo svg path, body.body-yellow .site-header .logo svg polygon, body.body-yellow .site-header .logo svg rect {
  fill: #111111; }

body.single-case-study .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.work-with-us {
  position: fixed;
  bottom: -30px;
  opacity: 0;
  right: 0;
  background-color: #FFE300;
  color: #111111;
  font-family: "CalibreWeb";
  z-index: 1500;
  display: block;
  text-decoration: none;
  padding: 7px 15px 8px;
  font-weight: 600;
  font-size: 80%;
  -webkit-transition: all 0.5s;
          transition: all 0.5s; }
  @media only screen and (min-width: 960px) {
    .work-with-us {
      right: 42px; } }
  .work-with-us:hover {
    color: rgba(17, 17, 17, 0.6); }
  .scrolled .work-with-us {
    bottom: 23px;
    opacity: 1; }
    @media only screen and (min-width: 768px) {
      .scrolled .work-with-us {
        bottom: 42px; } }
  .work-with-us.no-show {
    opacity: 0; }

#content-container {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-filter 0.3s 0.2s, filter 0.3s 0.2s;
          transition: filter 0.3s 0.2s; }

.nav-drawer-wrap {
  overflow-y: scroll;
  z-index: 1001;
  height: 0;
  width: 100%;
  background-color: transparent;
  position: fixed; }
  @media only screen and (min-width: 768px) {
    .nav-drawer-wrap {
      overflow: hidden; } }
  .nav-drawer-wrap:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111111;
    opacity: 0;
    -webkit-transition: 0.15s linear;
            transition: 0.15s linear; }

.nav-drawer-interior {
  background-color: #FFFFFF;
  opacity: 0;
  -webkit-transition: opacity .4s, height .25s, -webkit-transform .25s;
          transition: opacity .4s, height .25s, transform .25s;
  position: relative;
  overflow: auto;
  padding-top: 80px; }
  @media only screen and (min-width: 768px) {
    .nav-drawer-interior {
      padding-top: 0;
      height: calc(100vh - 85px);
      width: auto;
      position: absolute;
      left: 25px;
      right: 25px;
      -webkit-transform: translateY(85px);
              transform: translateY(85px);
      z-index: 1000;
      overflow: visible; } }

.nav-drawer-content {
  position: absolute;
  top: 150px;
  bottom: 0;
  left: 0;
  width: 100%; }
  .nav-drawer-content .nav-drawer-content-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    border-top: 1px solid #eee; }
  .nav-drawer-content .nav-drawer-content-bottom {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    height: 35%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .nav-drawer-content .nav-drawer-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 30%;
    color: #111111;
    color: #888; }
    .nav-drawer-content .nav-drawer-footer h6 {
      color: #111111; }
    .nav-drawer-content .nav-drawer-footer a {
      color: #888;
      text-decoration: none; }

.nav-content-limiter {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible; }

.nav-drawer-top-links {
  height: 81%; }
  .nav-drawer-top-links .nav-drawer-home {
    position: absolute;
    top: 23px;
    height: 36px;
    background-color: #fff;
    line-height: 37px;
    padding: 0 16px;
    text-transform: uppercase;
    left: 3.3%;
    font-weight: bold;
    z-index: 1005;
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "CalibreWeb";
    letter-spacing: .13rem;
    text-decoration: none; }
    .nav-drawer-top-links .nav-drawer-home:hover {
      background-color: #FFE300 !important;
      color: #111111 !important;
      text-decoration: underline; }
    @media only screen and (min-width: 768px) {
      .nav-drawer-top-links .nav-drawer-home {
        top: -75px;
        line-height: 75px;
        height: 75px;
        color: #FFE300;
        background-color: transparent;
        padding: 0; }
        .nav-drawer-top-links .nav-drawer-home:hover {
          background-color: transparent !important;
          color: #FFE300 !important; } }

.nav-drawer-bottom-links {
  /* padding: 16px 33px; */
  font-size: 16px;
  line-height: 22px;
  color: #333;
  font-family: "CalibreWeb";
  text-align: center;
  }
  @media only screen and (min-width: 960px) {
    .nav-drawer-bottom-links {
      height: 19%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 18px;
      text-align: left; } }
  .nav-drawer-bottom-links a {
    text-decoration: none;
    color: #333;
    }
  .nav-drawer-bottom-links .hidden-mobile {
    display: none; }
    @media only screen and (min-width: 768px) {
      .nav-drawer-bottom-links .hidden-mobile {
        display: block; } }

.nav-content-column {
  position: relative;
  width: 100%;
  float: left;
  text-decoration: none;
  color: #111111;
  border-left: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  padding: 25px; }
  @media only screen and (min-width: 768px) {
    .nav-content-column {
      width: 50%;
      height: 33.33333%;
      border-top: none;
      border-bottom: 1px solid #E8E8E8;
      padding: 0; } }
  @media only screen and (min-width: 960px) {
    .nav-content-column {
      height: 50%;
      width: 33.33333%; } }
  .nav-content-column:before {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: #F9F9F9;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
  .nav-content-column:first-child {
    border-left: none; }
  .nav-content-column.nav--work-with-us { }
    .nav-content-column.nav--work-with-us:before {
      display: none; }
    .nav-content-column.nav--work-with-us:hover {
      background-color: #FFE300; }
  .nav-content-column .highlight-yellow:before {
    width: 0%;
    -webkit-transition: all 0.4s;
            transition: all 0.4s; }
  .nav-content-column .fa-angle-right {
    opacity: 0;
    -webkit-transition: opacity .8s ease .3s;
            transition: opacity .8s ease .3s; }
  .nav-content-column:hover .fa-angle-right {
    opacity: 1; }
  .nav-content-column:hover .highlight-yellow:before {
    width: 104%; }
  .nav-content-column:link, .nav-content-column:visited {
    color: #111111; }
  .nav-content-column:active:before {
    background-color: #eee; }

a.nav-content-column:hover:before {
  opacity: 1; }

.no-touch a.nav-content-column:hover .nav-content-box h6 {
  margin-left: 11%; }

.no-touch a.nav-content-column:hover .nav-content-box h2 {
  margin-left: 11%; }

.no-touch a.nav-content-column:hover .nav-content-box .nav-intro {
  margin-left: 11%; }

.nav-content-box {
  display: block;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: all .4s;
          transition: all .4s; }
  .nav-content-box h6 {
    margin: 0;
    font-size: 10px;
    line-height: 14px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    z-index: 3;
    position: relative;
    opacity: .8;
    color: #333;
    }
    @media only screen and (min-width: 768px) {
      .nav-content-box h6 {
        margin: 0 10% 6px;
        font-size: 12px; } }
  .nav-content-box h2 {
    margin: 5px 0;
    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transition-delay: .05s;
            transition-delay: .05s;
    position: relative;
    z-index: 3; }
    @media only screen and (min-width: 768px) {
      .nav-content-box h2 {
        margin: 0 10% 5px; } }
  .nav-content-box .nav-intro {
    display: none;
    -webkit-transition: all .5s;
            transition: all .5s;
    position: relative;
    z-index: 3;
    overflow: visible; }
    @media only screen and (min-width: 768px) {
      .nav-content-box .nav-intro {
        display: block;
        height: 1rem;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 100%; } }
  @media only screen and (min-width: 960px) {
    .nav-content-box {
      position: relative;
      -webkit-transform: translateY(3%);
              transform: translateY(3%); } }

.nav-inner-row {
  height: 33%;
  border-top: 1px solid #eee;
  padding: 0 10%;
  margin: 0; }
  .nav-inner-row:first-child {
    border-top: none; }

.nav-intro {
  margin-bottom: 0;
  font-family: "CalibreWeb";
  line-height: 1.6rem; }

.nav-case-study {
  display: block;
  margin-bottom: 25px; }

.nav-article-excerpt {
  font-size: 150%;
  margin: 15px 0; }

.nav-trigger {
  background-color: #FFE300;
  position: fixed;
  right: 20px;
  top: 20px;
  height: 44px;
  width: 44px;
  border-radius: 50px;
  z-index: 10010;
  -webkit-transition: all 0.25s;
          transition: all 0.25s; }
  .nav-trigger .nav-lines {
    position: absolute;
    margin: 0 auto;
    height: 14px;
    width: 20px;
    top: 14.6px;
    left: 0;
    right: 0;
    -webkit-transition: all 0.25s;
            transition: all 0.25s; }
    .nav-trigger .nav-lines .line-top {
      height: 2px;
      background-color: #111111;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.35s;
              transition: all 0.35s; }
    .nav-trigger .nav-lines .line-middle {
      height: 2px;
      background-color: #111111;
      width: 100%;
      position: absolute;
      top: 50%;
      margin-top: -1px;
      left: 0;
      -webkit-transition: all 0.35s;
              transition: all 0.35s;
      opacity: 1; }
    .nav-trigger .nav-lines .line-bottom {
      height: 2px;
      background-color: #111111;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.35s;
              transition: all 0.35s; }
    @media only screen and (min-width: 768px) {
      .nav-trigger .nav-lines {
        height: 16px;
        width: 25px;
        top: 17px; } }
  .nav-trigger:hover {
    cursor: pointer; }
    .nav-trigger:hover:before {
      opacity: 1; }
    .nav-trigger:hover .nav-lines {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      height: 20px;
      top: 12px; }
      .nav-trigger:hover .nav-lines .line-top {
        top: 9px; }
      .nav-trigger:hover .nav-lines .line-middle {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      .nav-trigger:hover .nav-lines .line-bottom {
        bottom: 8px;
        opacity: 0; }
    @media only screen and (min-width: 768px) {
      .nav-trigger:hover .nav-lines {
        top: 15px; } }
  @media only screen and (min-width: 768px) {
    .nav-trigger {
      right: 55px;
      top: 50px;
      height: 50px;
      width: 50px; } }

.nav--social {
  border: 1px solid #ddd;
  position: fixed;
  right: 20px;
  top: 20px;
  height: 44px;
  width: 44px;
  border-radius: 50px;
  z-index: 100;
  color: #eee;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.15s linear, -webkit-transform 0.2s cubic-bezier(0.7, 0.3, 0.61, 0.88);
          transition: opacity 0.15s linear, transform 0.2s cubic-bezier(0.7, 0.3, 0.61, 0.88);
  z-index: 99;
  display: block;
  background-color: #ddd; }
  .nav--social .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 25px;
    color: #444; }
  .nav--social:nth-child(1) {
    -webkit-transition-delay: .02s;
            transition-delay: .02s; }
  .nav--social:nth-child(2) {
    -webkit-transition-delay: .04s;
            transition-delay: .04s; }
  .nav--social:nth-child(3) {
    -webkit-transition-delay: .06s;
            transition-delay: .06s; }
  @media only screen and (min-width: 768px) {
    .nav--social {
      right: 55px;
      top: 50px;
      height: 50px;
      width: 50px; }
      .nav-active .nav--social {
        opacity: 1;
        pointer-events: all; }
        .nav-active .nav--social:nth-child(1) {
          -webkit-transform: translateX(-75px);
                  transform: translateX(-75px);
          z-index: 99; }
        .nav-active .nav--social:nth-child(2) {
          -webkit-transform: translateX(-150px);
                  transform: translateX(-150px);
          z-index: 98; }
        .nav-active .nav--social:nth-child(3) {
          -webkit-transform: translateX(-225px);
                  transform: translateX(-225px);
          z-index: 97; } }

.nav--social-twitter:hover {
  background-color: #00aced;
  border: 1px solid #00aced;
  color: #FFFFFF; }
  .nav--social-twitter:hover .fa {
    color: #FFFFFF; }

.nav--social-instagram:hover {
  background-color: #3f729b;
  border: 1px solid #3f729b;
  color: #FFFFFF; }
  .nav--social-instagram:hover .fa {
    color: #FFFFFF; }

.nav--social-medium {
  color: #aaa !important; }
  .nav--social-medium:hover {
    background-color: #00e56b;
    border: 1px solid #00e56b; }
    .nav--social-medium:hover .fa {
      color: #FFFFFF; }

.reverse-contrast .nav-trigger:before {
  color: #FFFFFF; }

.site-content {
  position: relative;
  z-index: 1; }

.team-info {
  overflow: hidden;
  position: relative; }

.team-grid {
  overflow: auto;
  display: block;
  -webkit-transition: 0.4s;
          transition: 0.4s; }
  .bio-open .team-grid {
    width: calc(200% / 3); }

.team-grid-item {
  width: 50%;
  padding-bottom: 74%;
  height: 0;
  float: left;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  box-sizing: border-box;
  border: none;
  border-left: 1px solid #eee;
  -webkit-transition: width 0.4s;
          transition: width 0.4s;
  cursor: pointer; }
  .team-grid-item:after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2); }
  .team-grid-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px solid #FFE300;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    background-color: rgba(17, 17, 17, 0.1);
    z-index: 1;
    content: ""; }
  .team-grid-item:hover:before, .team-grid-item.active:before {
    background-color: transparent;
    border: 10px solid #FFE300; }
  .bio-open .team-grid-item {
    width: 50%;
    padding-bottom: 74%; }
  @media only screen and (min-width: 960px) {
    .team-grid-item {
      width: 33.3%;
      padding-bottom: 49%; } }
  @media only screen and (min-width: 1180px) {
    .team-grid-item {
      width: 25%;
      padding-bottom: 37%; } }
  @media only screen and (min-width: 1440px) {
    .team-grid-item {
      width: 20%;
      padding-bottom: 29%; } }

.team-grid-meta {
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  line-height: 1.4;
  z-index: 5; }

.close-button {
  opacity: 0;
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #FFE300;
  z-index: 1;
  -webkit-transition: 0.2s;
          transition: 0.2s; }
  .close-button .left-bar, .close-button .right-bar {
    width: 85%;
    height: 1px;
    background-color: black;
    display: block;
    position: absolute;
    top: 50%;
    left: 7.5%; }
  .close-button .left-bar {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }
  .close-button .right-bar {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
  .active .close-button {
    cursor: pointer;
    opacity: 1;
    pointer-events: all; }

.recognition-link {
  color: #111111;
  text-decoration: none; }
  .recognition-link:hover {
    border-bottom: 5px solid #FFE300;
    color: #111111; }

.bg-chattanooga {
  background-image: url(../../images/bg-chattanooga.jpg?fm=jpg&q=30&w=1920);
  background-size: cover;
  background-position: top center;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  top: -150px;
  margin-bottom: -150px;
  z-index: -1; }
  .bg-chattanooga:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5%, white);
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5%, white);
    z-index: 100;
    content: ""; }

.line-thing {
  border-top: 1px solid #ddd;
  position: relative;
  padding-bottom: 50px; }
  .line-thing:after {
    position: absolute;
    left: 50%;
    top: 0;
    height: 50px;
    border-left: 1px solid #ddd;
    content: ""; }
  .line-thing.line-thing__light {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .line-thing.line-thing__light:after {
      border-left: 1px solid rgba(255, 255, 255, 0.1); }

.home__landing {
  background-color: #FFFFFF;
  overflow: hidden;
  min-height: 400px; }

.home__landing-introduction {
  color: #5e5e5e; }

.page-template-front-page #video-0 {
  opacity: 0;
  -webkit-transition: all 2.5s;
          transition: all 2.5s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s; }

.page-template-front-page.ready #video-0 {
  opacity: 1; }

.full-video {
  width: 100% !important;
  height: 100% !important; }
  .full-video video {
    min-width: 100%;
    min-height: 100%; }

.home__landing-text {
  width: 100%;
  position: relative; }
  .home__landing-text .home__landing-subtitles {
    color: #5e5e5e; }
    .home__landing-text .home__landing-subtitles .home__landing-subtitle-seperator {
      opacity: 0.4;
      font-weight: normal; }
    .home__landing-text .home__landing-subtitles .h6 {
      position: relative;
      display: inline-block;
      -webkit-transition: all 0.3s ease;
              transition: all 0.3s ease; }
      @media only screen and (min-width: 768px) {
        .home__landing-text .home__landing-subtitles .h6:after {
          position: absolute;
          bottom: -.6em;
          right: 500px;
          width: 500px;
          -webkit-transition: right 1.5s ease 1s;
                  transition: right 1.5s ease 1s;
          border-bottom: 2px solid #FFE300;
          content: ""; }
          .ready .home__landing-text .home__landing-subtitles .h6:after {
            right: 0; } }
    .home__landing-text .home__landing-subtitles .home__landing-subtitle-seperator, .home__landing-text .home__landing-subtitles .home__landing-subtitle {
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
      display: inline-block;
      opacity: 0;
      -webkit-transition: all 1s ease;
              transition: all 1s ease; }
      .ready .home__landing-text .home__landing-subtitles .home__landing-subtitle-seperator, .ready .home__landing-text .home__landing-subtitles .home__landing-subtitle {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
  .home__landing-text h1, .home__landing-text .case-study--section--content-block blockquote, .case-study--section--content-block .home__landing-text blockquote {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    -webkit-transition: all 1s ease;
            transition: all 1s ease; }
    .home__landing-text h1 strong, .home__landing-text .case-study--section--content-block blockquote strong, .case-study--section--content-block .home__landing-text blockquote strong {
      font-weight: 500; }
    .ready .home__landing-text h1, .ready .home__landing-text .case-study--section--content-block blockquote, .case-study--section--content-block .ready .home__landing-text blockquote {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
  .home__landing-text .home__landing-phrase {
    margin: 0 auto;
    z-index: 12;
    position: relative;
    display: inline-block;
    line-height: 2.5rem; }
    .home__landing-text .home__landing-phrase .highlight__yellow {
      color: #FFE300; }
    .home__landing-text .home__landing-phrase .highlight-letter {
      opacity: 0;
      -webkit-transition: all 0.25s;
              transition: all 0.25s; }
      .home__landing-text .home__landing-phrase .highlight-letter.active {
        opacity: 1; }
        .home__landing-text .home__landing-phrase .highlight-letter.active.normal {
          opacity: 0.5; }
    .home__landing-text .home__landing-phrase .highlight-text {
      display: block; }
      @media only screen and (min-width: 768px) {
        .home__landing-text .home__landing-phrase .highlight-text {
          display: inline; } }
  .home__landing-text .home__landing-phrase__beginning {
    display: inline;
    position: relative; }
  @media only screen and (min-width: 960px) {
    .home__landing-text:after {
      position: absolute;
      top: 115%;
      width: 1px;
      background-color: rgba(255, 255, 255, 0.2);
      margin-left: -.5px;
      height: 0;
      content: "";
      left: 50%;
      opacity: 0;
      -webkit-transition: height 3s ease 1.5s, opacity .5s ease 1.5s;
              transition: height 3s ease 1.5s, opacity .5s ease 1.5s; }
    .ready-2 .home__landing-text:after {
      opacity: 1;
      height: 1000px; } }

.divider {
  height: 8px;
  position: relative; }
  .divider:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
    height: 8px;
    width: 8px;
    border: 2px solid #FFE300;
    content: "";
    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    opacity: 0; }
  .divider:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: 0px;
    height: 1px;
    width: 0px;
    border-top: 2px solid #FFE300;
    content: "";
    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }
  .ready .divider:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 1; }
  .ready .divider:before {
    width: 80px;
    margin-left: -40px; }

.divider-above {
  position: relative; }
  .divider-above:before {
    position: absolute;
    top: -20px;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    border-top: 1px solid #aaa;
    content: ""; }
  .divider-above:after {
    position: absolute;
    margin-top: -1000px;
    top: -20px;
    width: 1px;
    left: 50%;
    border-left: 1px solid #aaa;
    height: 1000px;
    content: ""; }
  .divider-above.divider-dark:before {
    border-top: 1px solid #ccc; }
  .divider-above.divider-dark:after {
    border-left: 1px solid #ccc; }
  .divider-above.divider-light:before {
    border-top: 1px solid #444; }
  .divider-above.divider-light:after {
    border-left: 1px solid #444; }

.home__landing-subtitle-wrap {
  position: relative; }
  .home__landing-subtitle-wrap .home__landing-primary-subtitle {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 1;
    top: 0;
    -webkit-transition: all 1s ease;
            transition: all 1s ease; }
  .home__landing-subtitle-wrap .home__landing-client-subtitle {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    top: 2em;
    -webkit-transition: all 1s ease;
            transition: all 1s ease; }
  .case-study-active .home__landing-subtitle-wrap .home__landing-primary-subtitle {
    opacity: 0;
    top: 2em; }
  .case-study-active .home__landing-subtitle-wrap .home__landing-client-subtitle {
    opacity: 1;
    top: 0; }

.home__landing-introduction {
  margin: 0 auto;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
  font-weight: 400;
  max-width: 270px; }
  .ready .home__landing-introduction {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  @media only screen and (min-width: 560px) {
    .home__landing-introduction {
      max-width: 700px;
      margin: 0; } }
  @media only screen and (min-width: 960px) {
    .home__landing-introduction {
      padding-left: 0;
      padding-right: 0; } }

.home__landing-content-wrap {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  z-index: 10;
  -webkit-transition: opacity 3s, border-bottom 2s ease .5s;
          transition: opacity 3s, border-bottom 2s ease .5s;
  opacity: 1;
  text-align: center; }
  .home__landing-content-wrap .container, .home__landing-content-wrap .container-fluid {
    -webkit-transition: all 2s;
            transition: all 2s; }

.home__social-proof {
  position: relative;
  border-top: 1px solid #222; }
  .home__social-proof:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(270deg, #111111 10%, rgba(17, 17, 17, 0.5));
    background: linear-gradient(180deg, #111111 10%, rgba(17, 17, 17, 0.5));
    z-index: 2; }
  .home__social-proof .container-max {
    position: relative;
    z-index: 5; }

.scheme-yellow .home__landing-backgrounds-wrap {
  background-color: #FFE300; }

.scheme-yellow .home__landing-canvas-wrap:after {
  background-image: -webkit-linear-gradient(30deg, rgba(255, 227, 0, 0.9), rgba(255, 227, 0, 0.8));
  background-image: linear-gradient(60deg, rgba(255, 227, 0, 0.9), rgba(255, 227, 0, 0.8)); }

.scheme-yellow .nav-trigger:before {
  color: #111111; }

.scheme-yellow .home__landing-big-word.active {
  opacity: 0.125; }

.scheme-dark .site-header .logo svg path, .scheme-color .site-header .logo svg path, .scheme-dark .site-header .logo svg polygon, .scheme-color .site-header .logo svg polygon, .scheme-dark .site-header .logo svg rect, .scheme-color .site-header .logo svg rect {
  fill: #FFFFFF; }

.scheme-dark .home__landing, .scheme-color .home__landing {
  color: #FFFFFF; }
  .scheme-dark .home__landing:after, .scheme-color .home__landing:after {
    border: 10px solid #FFFFFF; }

.scheme-dark .home__landing-big-word, .scheme-color .home__landing-big-word {
  color: #FFFFFF; }
  .scheme-dark .home__landing-big-word.active, .scheme-color .home__landing-big-word.active {
    opacity: 0.1; }

.scheme-dark .home__landing-canvas-wrap:after, .scheme-color .home__landing-canvas-wrap:after {
  background-image: -webkit-linear-gradient(30deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(60deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)); }

.scheme-dark .home__landing-backgrounds-wrap, .scheme-color .home__landing-backgrounds-wrap {
  background-color: #111111; }
  .scheme-dark .home__landing-backgrounds-wrap .home__landing-background, .scheme-color .home__landing-backgrounds-wrap .home__landing-background {
    -webkit-filter: saturate(1); }

.scheme-dark .home__landing-text .home__landing-phrase .highlight__yellow:before, .scheme-color .home__landing-text .home__landing-phrase .highlight__yellow:before {
  opacity: 0.8; }

.scheme-dark .home__landing-text .home__landing-phrase:before, .scheme-color .home__landing-text .home__landing-phrase:before, .scheme-dark .home__landing-text .home__landing-phrase:after, .scheme-color .home__landing-text .home__landing-phrase:after {
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.scheme-color .home__landing-canvas-wrap:after {
  background-image: -webkit-linear-gradient(30deg, rgba(255, 94, 0, 0.8), rgba(0, 231, 255, 0.8));
  background-image: linear-gradient(60deg, rgba(255, 94, 0, 0.8), rgba(0, 231, 255, 0.8)); }

.activate-case-study .home__landing-canvas-wrap {
  opacity: 0 !important; }

.activate-case-study .home__landing-big-word {
  opacity: 0 !important; }

.activate-case-study .home__landing-phrase {
  opacity: 0 !important; }

.activate-case-study .home__landing-introduction {
  opacity: 0 !important;
  -webkit-transform: translateY(15px);
          transform: translateY(15px); }

.activate-case-study .home__landing-case-study-intros {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0 !important; }

.activate-case-study .home__landing-backgrounds-wrap .home__landing-background {
  -webkit-filter: saturate(1); }

.activate-case-study .site-header .logo svg path, .activate-case-study .site-header .logo svg rect, .activate-case-study .site-header .logo svg polygon {
  fill: #FFFFFF; }

.line__before {
  position: relative; }
  .line__before:after {
    position: absolute;
    top: 0.75em;
    border-top: 1px solid #FFE300;
    content: "";
    width: 1000px;
    right: 105%;
    z-index: 5; }
  .line__before.light:after {
    border-top: 1px solid rgba(255, 255, 255, 0.25); }

h1.line__before:after, .case-study--section--content-block blockquote.line__before:after, .h1.line__before:after {
  top: 0.45em; }

.home__landing-backgrounds-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  min-height: 400px;
  z-index: 9;
  background-color: #111111;
  overflow: hidden; }
  .home__landing-backgrounds-wrap .home__landing-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 1.5s;
            transition: all 1.5s;
    z-index: 1; }
    .home__landing-backgrounds-wrap .home__landing-background:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background-color: rgba(17, 17, 17, 0.3); }
    @media only screen and (min-width: 960px) {
      .home__landing-backgrounds-wrap .home__landing-background:after {
        background-image: -webkit-linear-gradient(0deg, #111111 , rgba(17, 17, 17, 0.5) 1%);
        background-image: linear-gradient(0deg, #111111 , rgba(17, 17, 17, 0.5) 1%);
        z-index: 100;
        background-color: transparent;
        -webkit-transition: opacity 1s ease;
        transition: opacity 1s ease;
        }
      .home__landing-backgrounds-wrap .home__landing-background:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40%;
        content: "";
        background-image: -webkit-linear-gradient(270deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.6));
        background-image: linear-gradient(180deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.6));
        z-index: 101;
        -webkit-transition: opacity 1s ease;
                transition: opacity 1s ease; } }

.home__landing-background-overlay--wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 1s ease;
          transition: all 1s ease; }

.home__landing-background-overlay--media {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-transition: all .7s ease;
          transition: all .7s ease;
  overflow: hidden;
  display: none; }
  .home__landing-background-overlay--media .home__landing-background-overlay--media--image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    -webkit-clip-path: polygon(0% 100%, 60% 100%, 100% 80%, 100% 100%);
            clip-path: polygon(0% 100%, 60% 100%, 100% 80%, 100% 100%); }
    .home__landing-background-overlay--media .home__landing-background-overlay--media--image:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(17, 17, 17, 0.5);
      content: "";
      z-index: 100;
      -webkit-transition: all 1s ease;
              transition: all 1s ease; }
  .home__landing-background-overlay--media .home__landing-link {
    position: absolute;
    bottom: 30px;
    right: 40px;
    z-index: 101;
    color: #FFFFFF;
    font-weight: 100;
    -webkit-transition: all .3s;
            transition: all .3s;
    border-bottom: 2px solid #FFE300;
    padding-bottom: 5px; }
  @media only screen and (min-width: 960px) {
    .home__landing-background-overlay--media {
      display: block; }
      .ready-2 .home__landing-background-overlay--media:hover .home__landing-background-overlay--media--image:after {
        opacity: 0; }
      .ready-2 .home__landing-background-overlay--media:hover .home__landing-link {
        border-bottom: 6px solid #FFE300; } }

.home__landing-content-introduction {
  position: absolute;
  z-index: 100;
  bottom: 30px;
  left: 5%;
  font-family: "CalibreWeb";
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all 1s ease 3s;
          transition: all 1s ease 3s;
  opacity: 0;
  width: 90%;
  text-align: center; }
  .home__landing-content-introduction p {
    margin-bottom: 0; }
  .home__landing-content-introduction a, .home__landing-content-introduction a:visited, .home__landing-content-introduction a:active, .home__landing-content-introduction a:link {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500; }
  .ready .home__landing-content-introduction {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  @media only screen and (min-width: 960px) {
    .home__landing-content-introduction {
      bottom: 30px;
      left: 50px;
      text-align: left;
      max-width: 400px; } }
  .home__landing-content-introduction .content-introduction-summary {
    display: none; }
    @media only screen and (min-width: 960px) {
      .home__landing-content-introduction .content-introduction-summary {
        display: block; } }

.home__landing-case-study-intros {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  top: auto;
  z-index: 10;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
          transition: all 1s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  opacity: 0;
  text-align: center; }
  .ready .home__landing-case-study-intros {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .home__landing-case-study-intros .fa {
    font-size: 80%; }
  .home__landing-case-study-intros a {
    font-weight: 600;
    color: #5e5e5e; }
    .home__landing-case-study-intros a:visited {
      color: #5e5e5e; }
  .home__landing-case-study-intros h6 {
    color: #5e5e5e; }
  @media only screen and (min-width: 768px) {
    .home__landing-case-study-intros {
      bottom: 50px;
      text-align: left; } }
  @media only screen and (min-width: 1180px) {
    .home__landing-case-study-intros {
      bottom: 90px; } }

.home__landing-case-study-logo {
  width: 100%;
  height: auto; }

.home__case-studies .container, .home__case-studies .container-fluid, .home__case-studies .container-max {
  position: relative;
  z-index: 5; }

.home__case-studies h6 {
  margin-bottom: 12px; }

.home__case-studies:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background:grey;
  z-index: 3; }

.home__case-studies-link {
  display: block;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  text-align: center;
  -webkit-perspective: 2000px;
          perspective: 2000px; }
  .home__case-studies-link h6 {
    margin-top: 15px; }
  @media only screen and (min-width: 960px) {
    .home__case-studies-link {
      height: 0;
      padding-bottom: 40%; }
      .home__case-studies-link.active .home__case-studies-link-content {
        text-shadow: 1px 1px 3px rgba(17, 17, 17, 0.5); }
      .home__case-studies-link.active h3, .home__case-studies-link.active .nav-case-study {
        color: #FFE300; }
      .home__case-studies-link.active h6 {
        color: #FFFFFF; }
      .home__case-studies-link.active .home__case-studies-link-screencast {
        opacity: 1;
        top: -10%;
        -webkit-transform-origin: center bottom;
                transform-origin: center bottom;
        -webkit-transform: rotateX(0deg);
                transform: rotateX(0deg); }
      .home__case-studies-link.active .home__case-studies-link-logo {
        opacity: 0; }
      .home__case-studies-link.active .content-inner {
        margin-top: 5%; } }

.home__case-studies-link-content {
  position: relative;
  z-index: 5; }
  .home__case-studies-link-content .h3 {
    color: #FFFFFF;
    -webkit-transition: all 0.4s;
            transition: all 0.4s;
    line-height: 1.3rem; }
  .home__case-studies-link-content h6 {
    margin-bottom: 0; }
  .home__case-studies-link-content .content-inner {
    width: 100%;
    padding: 0 2rem;
    -webkit-transition: all .4s ease;
            transition: all .4s ease; }
  @media only screen and (min-width: 960px) {
    .home__case-studies-link-content {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: all 0.4s;
              transition: all 0.4s; } }

.home__case-studies-link-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1; }
  .home__case-studies-link-background-image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(17, 17, 17, 0.5);
    z-index: 2; }
  @media only screen and (min-width: 960px) {
    .home__case-studies-link-background-image {
      display: none; } }

.home__case-studies-link-screencast {
  position: absolute;
  top: 0;
  left: 17.5%;
  width: 65%;
  padding-bottom: 40%;
  background-color: #222;
  z-index: 1;
  opacity: 0.5;
  -webkit-transition: all 1s;
          transition: all 1s;
  overflow: visible;
  display: none; }
  .home__case-studies-link-screencast .video-container {
    opacity: 0.5; }
  @media only screen and (min-width: 960px) {
    .home__case-studies-link-screencast {
      top: 5%;
      opacity: 0;
      display: block;
      -webkit-transform: rotateX(18deg);
              transform: rotateX(18deg);
      box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.5);
      border: 1px solid #333;
      border-top: 16px solid #333;
      border-radius: 2px; }
      .home__case-studies-link-screencast:after {
        position: absolute;
        top: -11px;
        height: 6px;
        width: 60%;
        left: 20%;
        background-color: #444;
        content: "";
        border-radius: 2px; } }

.home__case-studies-logo-small {
  max-width: 100px;
  max-height: 50px;
  opacity: 0.5; }
  @media only screen and (min-width: 768px) {
    .home__case-studies-logo-small {
      max-width: 150px;
      max-height: 80px; } }
  @media only screen and (min-width: 960px) {
    .home__case-studies-logo-small {
      display: none; } }

.home__case-studies-link-logo {
  display: none; }
  @media only screen and (min-width: 960px) {
    .home__case-studies-link-logo {
      display: block;
      background-position: left center;
      position: absolute;
      top: 10%;
      left: 10%;
      width: 80%;
      height: 80%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0.1;
      -webkit-transition: all 0.25s ease;
              transition: all 0.25s ease;
      z-index: 3; } }

.vjs-control-bar {
  display: none !important; }

.vjs-poster {
  height: 100%;
  background-size: cover; }

.home__case-studies-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #111111;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.home__case-studies-backgrounds-curtain {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background:grey;
  z-index: 4; }

.home__case-studies-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -webkit-transition: all 0.6s ease 0.3s;
          transition: all 0.6s ease 0.3s;
  opacity: 0; }
  .home__case-studies-background:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.5);
    content: "";
    z-index: 1; }
  .home__case-studies-background.active {
    opacity: 1; }

.home__case-studies__endorsements {
  position: relative; }

.home__case-studies__endorsement {
  display: none; }

.home__case-studies__endorsement__quote {
  position: relative; }
  .home__case-studies__endorsement__quote:before {
    content: "\201C";
    position: absolute;
    top: 0;
    left: -0.8em; }
  .home__case-studies__endorsement__quote:after {
    content: "\201D"; }

.home__landing-active .home__landing-background {
  -webkit-filter: saturate(1); }
  .home__landing-active .home__landing-background:after {
    opacity: .1; }

.home__landing-active .logo svg polygon, .home__landing-active .logo svg rect, .home__landing-active .logo svg path {
  fill: #FFFFFF !important; }

.home__landing-active .home__landing-case-study-intros a:link, .home__landing-active .home__landing-case-study-intros a:visited, .home__landing-active .home__landing-case-study-intros a:active, .home__landing-active .home__landing-introduction, .home__landing-active .home__landing-case-study-intros h6 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: all 0.15s;
          transition: all 0.15s;
  color: #FFFFFF; }

.home__landing-active .home__landing-subtitles {
  color: #FFFFFF;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: all 0.15s;
          transition: all 0.15s; }

.home__landing-active .home__landing-text .home__landing-phrase .highlight__black {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: all 0.15s;
          transition: all 0.15s;
  color: #FFE300; }

.home__landing-active .home__landing-phrase__beginning {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: all 0.15s;
          transition: all 0.15s;
  color: #FFFFFF; }

.featured-grid .featured-grid__item {
  /* P2290001: */
  position: relative;
  display: block;
  color: #FFFFFF;
  font-family: "CalibreWeb";
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  text-decoration: none; }
  .featured-grid .featured-grid__item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: -webkit-linear-gradient(270deg, rgba(143, 143, 143, 0.17), rgba(17, 17, 17, 0.7));
    background-image: linear-gradient(-180deg, rgba(143, 143, 143, 0.17), rgba(17, 17, 17, 0.7));
    z-index: 1;
    -webkit-transition: opacity 0.2s;
            transition: opacity 0.2s; }
  .featured-grid .featured-grid__item .featured-grid__item__content {
    position: relative;
    z-index: 5; }
  .featured-grid .featured-grid__item.featured-grid__item--insight {
    cursor: pointer;
    color: #111111;
    padding: 20px; }
    .featured-grid .featured-grid__item.featured-grid__item--insight:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 227, 0, 0.9);
      content: "";
      -webkit-transition: opacity 0.2s ease;
              transition: opacity 0.2s ease;
      z-index: 1; }
    .featured-grid .featured-grid__item.featured-grid__item--insight:after {
      opacity: 0; }
    @media only screen and (min-width: 768px) {
      .featured-grid .featured-grid__item.featured-grid__item--insight {
        color: #FFFFFF;
        padding: 0; }
        .featured-grid .featured-grid__item.featured-grid__item--insight:before {
          opacity: 0; }
        .featured-grid .featured-grid__item.featured-grid__item--insight:after {
          opacity: 1; }
        .featured-grid .featured-grid__item.featured-grid__item--insight:hover:before {
          opacity: 1; }
        .featured-grid .featured-grid__item.featured-grid__item--insight:hover:after {
          opacity: 0; }
        .featured-grid .featured-grid__item.featured-grid__item--insight:hover .featured-grid__item__content--insight {
          color: #111111;
          border: 1px solid rgba(17, 17, 17, 0.2);
          text-align: center; } }
  .featured-grid .featured-grid__item .featured-grid__caption {
    margin: 0;
    text-align: left;
    max-width: 300px; }
    .featured-grid .featured-grid__item .featured-grid__caption a {
      color: #FFFFFF;
      text-decoration: none; }
      .featured-grid .featured-grid__item .featured-grid__caption a:hover {
        color: #FFE300; }
    @media only screen and (min-width: 960px) {
      .featured-grid .featured-grid__item .featured-grid__caption {
        max-width: 500px; } }
  .featured-grid .featured-grid__item.wide {
    padding: 100px 20px 20px 20px; }
  .featured-grid .featured-grid__item.insight {
    padding: 20px; }
  .featured-grid .featured-grid__item.square {
    padding: 100px 20px 20px 20px; }
  @media only screen and (min-width: 768px) {
    .featured-grid .featured-grid__item .featured-grid__item__content {
      position: absolute;
      z-index: 5; }
    .featured-grid .featured-grid__item.wide {
      position: relative;
      height: 0;
      padding: 0 0 40% 0; }
      .featured-grid .featured-grid__item.wide:hover {
        color: #FFE300; }
        .featured-grid .featured-grid__item.wide:hover:after {
          opacity: 0.5; }
    .featured-grid .featured-grid__item.insight {
      position: relative;
      padding: 0 0 50% 0; }
    .featured-grid .featured-grid__item.square {
      position: relative;
      height: 0;
      padding: 0 0 75% 0; }
      .featured-grid .featured-grid__item.square:hover {
        color: #FFE300; }
        .featured-grid .featured-grid__item.square:hover:after {
          opacity: 0.5; }
    .featured-grid .featured-grid__item .featured-grid__item__content--insight {
      position: absolute;
      top: 30px;
      left: 30px;
      bottom: 30px;
      right: 30px;
      border: 2px solid #FFE300;
      color: #FFE300;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 10%;
      -webkit-transition: all 0.2s;
              transition: all 0.2s; }
    .featured-grid .featured-grid__item .featured-grid__item__content--bottom-left {
      position: absolute;
      bottom: 35px;
      left: 35px;
      max-width: 400px;
      text-align: left; }
      .featured-grid .featured-grid__item .featured-grid__item__content--bottom-left h3, .featured-grid .featured-grid__item .featured-grid__item__content--bottom-left .nav-case-study {
        margin-bottom: 0; } }

.office-gallery-slider {
  overflow: hidden; }
  .office-gallery-slider .slick-dots {
    bottom: 15px;
    margin: 0;
    padding: 0; }
    .office-gallery-slider .slick-dots li button {
      background-image: none;
      box-shadow: none;
      height: 8px;
      width: 8px;
      background-color: transparent;
      border: 1px solid rgba(255, 255, 255, 0.8);
      border-radius: 15px;
      -webkit-transition: all 0.25s;
              transition: all 0.25s; }
      .office-gallery-slider .slick-dots li button:after {
        display: none; }
      .office-gallery-slider .slick-dots li button:before {
        display: none; }
    .office-gallery-slider .slick-dots li.slick-active button {
      background-color: #FFE300;
      border: 1px solid #FFE300; }

.insights-header-text {
  max-width: 600px;
  line-height: 1.3; }

.insights-header .page-introduction strong {
  position: relative;
  display: inline-block;
  height: 35px; }

.insights-header h1, .insights-header .case-study--section--content-block blockquote, .case-study--section--content-block .insights-header blockquote {
  margin: 20px 0 25px 0; }

.insights-header hr {
  opacity: .15; }

.insights-primary-image {
  margin-bottom: -100px; }

.insights-top {
  border-top: 1px solid #777;
  position: relative;
  z-index: 3; }
  .insights-top .intro-number {
    width: 1.1em; }

.insight-author-link {
  color: #111111;
  text-decoration: none; }
  .insight-author-link:visited {
    color: #111111; }
  .insight-author-link:hover {
    color: #111111;
    opacity: 0.6; }

.insight-single-media {
  position: relative; }
  .insight-single-media:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background-color: #111111;
    content: ""; }
  .insight-single-media .container-fluid {
    position: relative;
    z-index: 2; }

.insights-content {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  padding-top: 100px; }

.final-thoughts-wrap {
  background: #FAFAFA;
  display: block;
  position: relative;
  min-height: 350px;
  line-height: 350px; }
  .final-thoughts-wrap .author-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative; }
  .final-thoughts-wrap .heavy-top-border {
    padding-top: 15px; }
  .final-thoughts-wrap .final-thoughts-content {
    line-height: 1.4;
    display: inline-block;
    vertical-align: middle; }
  @media only screen and (min-width: 560px) {
    .final-thoughts-wrap .author-image {
      width: 50%;
      position: absolute; } }

.key-quote {
  margin-top: -10rem;
  margin-bottom: 3rem;
  max-width: 65%; }

.key-message {
  position: relative; }
  .key-message h3, .key-message .nav-case-study {
    max-width: 75%;
    display: inline-block; }
  .key-message li {
    margin-bottom: 1em; }

.share-quote {
  position: absolute;
  top: 0;
  right: 0; }
  .share-quote .share-twitter, .share-quote .share-facebook {
    display: block; }
  .share-quote .share-facebook {
    text-align: center; }

.final-thoughts {
  position: relative; }
  .final-thoughts__text .black-bar {
    height: 10px;
    background-color: #000; }

.author-image {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0; }

.insight-article {
  overflow: auto;
  border-bottom: 1px solid #eee; }
  .insight-article:last-child {
    border-bottom: none; }
  .insight-article .left {
    margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .insight-article .left {
      float: left;
      width: 35%;
      margin-bottom: 0; }
    .insight-article .right {
      float: right;
      width: 60%; } }

.past-insight {
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  position: relative; }
  .past-insight .ratio-sixteen-nine {
    position: relative;
    top: -1px; }
  .past-insight em {
    text-transform: lowercase; }
  .past-insight .insight-meta {
    opacity: 0.4; }

.insights-link-button {
  color: #FFE300;
  text-decoration: none;
  border: 2px solid #FFE300;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 40px;
  vertical-align: middle;
  width: 150px;
  margin-top: -20px;
  margin-left: -75px;
  text-align: center;
  font-weight: bold; }

.insights-thumbnail {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  margin-left: -6%;
  background-size: cover;
  background-position: center;
  z-index: 3;
  position: relative; }
  @media only screen and (min-width: 1180px) {
    .insights-thumbnail {
      text-align: left;
      position: absolute;
      right: 0;
      top: 0;
      margin-right: -6%;
      width: 48.1%;
      height: 100%;
      display: block;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0; }
      .insights-thumbnail.right-side {
        right: 0;
        left: auto; } }

@media only screen and (min-width: 1180px) {
  .insights-thumbnail-placeholder {
    padding-bottom: 56.25%;
    height: 0;
    display: block; } }

.insights-subscribe {
  overflow: auto;
  margin: 0 auto;
  display: block;
  width: 100%; }
  .insights-subscribe .insights-email, .insights-subscribe .insights-subscribe-button {
    background: #111111;
    text-align: center;
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px; }
  .insights-subscribe .insights-email {
    border-radius: 0;
    border: #111111;
    outline: #111111;
    color: #FFFFFF !important;
    padding-left: 18px; }
    .insights-subscribe .insights-email:focus {
      outline: #111111;
      border: #111111; }
  .insights-subscribe .insights-subscribe-button {
    color: #111111;
    background: #FFE300;
    position: relative;
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 0;
    border: none;
    text-shadow: none;
    display: inline-block; }
    .insights-subscribe .insights-subscribe-button span {
      position: relative;
      z-index: 15;
      font-family: "CalibreWeb";
      text-transform: uppercase;
      letter-spacing: 2px; }
    .insights-subscribe .insights-subscribe-button:after {
      content: " ";
      position: absolute;
      width: 3px;
      height: 100%;
      right: 0;
      top: 0;
      background: #FFE300;
      display: block;
      -webkit-transition: .4s;
              transition: .4s; }
    .insights-subscribe .insights-subscribe-button:hover, .insights-subscribe .insights-subscribe-button:focus {
      cursor: pointer;
      background-color: #FFE300;
      color: #111111;
      box-shadow: none;
      border-radius: 0;
      border: none; }
      .insights-subscribe .insights-subscribe-button:hover:after, .insights-subscribe .insights-subscribe-button:focus:after {
        width: 100%; }
  @media only screen and (min-width: 560px) {
    .insights-subscribe {
      width: 400px; }
      .insights-subscribe .insights-email, .insights-subscribe .insights-subscribe-button {
        display: inline-block;
        float: left;
        height: 50px;
        line-height: 50px; }
      .insights-subscribe .insights-email {
        width: 250px;
        width: 250px;
        text-align: left; }
      .insights-subscribe .insights-subscribe-button {
        color: #FFFFFF;
        background: #111111;
        width: 150px;
        float: left;
        margin-bottom: auto; } }

.insights-popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none; }
  .insights-popup .popup-wrap {
    background: #FFFFFF;
    width: 300px;
    height: 500px;
    line-height: 500px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-bottom: 5px solid #FFE300; }
  .insights-popup .popup-content {
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    padding: 25px;
    width: 100%; }
  .insights-popup .page-introduction {
    line-height: 24px;
    margin: 20px 0px; }
  .insights-popup svg {
    margin: 0 auto;
    display: block; }
  .insights-popup .close-insights-popup {
    position: absolute;
    line-height: normal;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    padding-top: 10px; }
    .insights-popup .close-insights-popup span {
      display: block;
      content: " ";
      border: 1px solid #111111;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 25px; }
      .insights-popup .close-insights-popup span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin-top: -2px; }
    .insights-popup .close-insights-popup:hover {
      cursor: pointer; }
  @media only screen and (min-width: 560px) {
    .insights-popup .popup-wrap {
      width: 500px; }
    .insights-popup .page-introduction {
      line-height: 34px;
      margin: auto; } }

.insight-description {
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .insight-description {
      text-align: center;
      width: 90%;
      margin: 0 auto; } }
  @media only screen and (min-width: 960px) {
    .insight-description {
      text-align: left;
      width: 100%; } }

.page-primary-content {
  /*transition: all 3s;*/
  opacity: 1; }

.hero-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }
  .hero-border:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 10px solid #FFE300;
    content: "";
    z-index: 99;
    -webkit-transition: all 1.5s;
            transition: all 1.5s;
    pointer-events: none; }

.hero-transition .home__landing-content-wrap, .hero-transition .case-study-header {
  opacity: 0; }

.hero-transition .hero-border:after {
  border: 0px solid #FFE300; }

.hero-transition .home__landing-case-study-images .abs-full, .hero-transition .home__landing-case-study-images .u-overlay, .hero-transition .home__landing-case-study-images .case-study-image {
  background-color: transparent !important; }

.whatever-it-takes {
  background-size: cover;
  overflow: auto; }
  .whatever-it-takes .u-overlay.black, .whatever-it-takes .container-fluid {
    z-index: 101; }
  .whatever-it-takes .bg-image-full {
    background-color: rgba(0, 0, 0, 0.75);
    background-position: left; }

.page-template-page-disciplines .full-video video {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.header-image {
  padding-bottom: 75%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left; }
  @media only screen and (min-width: 560px) {
    .header-image {
      padding-bottom: 50%; } }
  @media only screen and (min-width: 768px) {
    .header-image {
      padding-bottom: 45%; } }

.partner-logos {
  position: relative;
  width: 50%;
  height: 0;
  padding-bottom: 150px; }
  @media only screen and (min-width: 560px) {
    .partner-logos {
      width: 33%;
      padding-bottom: 200px; } }
  @media only screen and (min-width: 768px) {
    .partner-logos {
      width: 25%; } }
  .partner-logos-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .partner-logos img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto; }

.discipline-explanation {
  position: relative; }
  .discipline-explanation p {
    margin: 0; 
	color:#000;}

.discipline-section {
  width: 100%;
  overflow: auto; }
  @media only screen and (min-width: 768px) {
    .discipline-section {
      width: 50%; } }

.discipline-activities {
  list-style: none;
  padding: 0; }
  .discipline-activities li {
    margin-left: 0;
    margin-bottom: 0px;
    list-style: none;
    line-height: 1.5; }
  @media only screen and (min-width: 560px) {
    .discipline-activities {
      -webkit-columns: 2 100px;
         -moz-columns: 2 100px;
              columns: 2 100px; } }

.line-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.loading-new-content {
  height: 100vh;
  overflow: hidden; }

.left-side-line {
  position: absolute;
  left: 5%;
  height: 100%;
  top: 0;
  margin: 0 auto;
  z-index: 2; }
  .left-side-line:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    border-left: 1px solid #111111; }
  .left-side-line.left-side-line--white:after {
    border-left: 1px solid #FFFFFF; }

.case-study-image {
  height: 100vh; }
  .case-study-image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(17, 17, 17, 0.2);
    z-index: 1; }

.case-study-header {
  position: relative;
  z-index: 15;
  overflow: hidden;
  min-height: 100vh;
  opacity: 1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1200px;
          perspective: 1200px; }
  .case-study-header__img {
    background-size: cover;
    position: absolute;
    z-index: 500;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .case-study-header__img:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      background-color: rgba(17, 17, 17, 0.2); }
  .case-study-header__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 699;
    opacity: 0; }
  .case-study-header__inner {
    z-index: 700;
    position: absolute;
    height: auto;
    top: 100%;
    margin-top: -2rem;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    left: 0; }
    @media only screen and (min-width: 960px) {
      .case-study-header__inner {
        margin-top: -4rem; } }
  @media only screen and (min-width: 768px) {
    .case-study-header__meta {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .case-study-header:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2; }
  .case-study-header a {
    text-decoration: none; }
  .case-study-header .left-side-line {
    z-index: 3; }
    .case-study-header .left-side-line:before {
      position: absolute;
      top: 32.5vh;
      width: 5px;
      height: 200px;
      content: "";
      background-color: #FFFFFF; }
    .case-study-header .left-side-line:after {
      top: 32.5vh; }
  .case-study-header .container {
    position: relative;
    z-index: 100;
    -webkit-transform: translateY(25%);
            transform: translateY(25%); }

.scrolled .nav-trigger:before {
  opacity: 0; }

.case-study--client-logo {
  position: relative;
  margin: 1rem 0 0;
  width: auto; }
  .case-study--client-logo img {
    display: block;
    position: relative;
    max-height: 60px; }
  @media only screen and (min-width: 768px) {
    .case-study--client-logo {
      float: left; } }
  @media only screen and (min-width: 960px) {
    .case-study--client-logo img {
      max-width: 152px;
      height: auto;
      max-height: 100px; } }

.case-study__cta {
  position: relative;
  display: inline-block;
  width: auto;
  color: #FFFFFF;
  margin-top: 1rem; }
  @media only screen and (min-width: 768px) {
    .case-study__cta {
      margin-top: 0;
      margin-left: 2rem;
      width: 50%; } }
  .case-study__cta .fa {
    position: relative;
    top: 4px; }
  .case-study__cta a:last-child {
    position: relative;
    display: inline-block; }
    .case-study__cta a:last-child:after {
      position: absolute;
      bottom: -7px;
      left: 0;
      width: 0;
      height: 2px;
      background: #FFE300;
      content: "";
      -webkit-transition: width .4s ease-out;
              transition: width .4s ease-out; }
  .case-study__cta:hover a:last-child {
    color: #FFFFFF; }
    .case-study__cta:hover a:last-child:after {
      width: calc(100% - 16px); }

.case-study--sections {
  background-color: #FFFFFF; }

.case-study--section {
  position: relative;
  z-index: 10; }

.left-side-indicator {
  position: absolute;
  top: 0;
  left: -2.9%;
  width: 10px;
  height: 200px;
  background-color: #111111; }

.case-study--nav--wrap {
  display: none; }
  @media only screen and (min-width: 960px) {
    .case-study--nav--wrap {
      display: block;
      position: fixed;
      top: 42px;
      left: 6.5%;
      width: 150px;
      z-index: 10;
      -webkit-transition: all 0.4s ease;
              transition: all 0.4s ease; } }

.case-study--nav {
  overflow: auto;
  margin: 0 auto;
  display: inline-block; }
  .case-study--nav .case-study--nav--item {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: "CalibreWeb";
    display: block;
    -webkit-transition: all 0.15s ease;
            transition: all 0.15s ease;
    cursor: pointer;
    margin-bottom: 10px;
    color: #999; }
    .case-study--nav .case-study--nav--item:hover {
      color: #111111; }
    .case-study--nav .case-study--nav--item.active {
      color: #FFE300; }

.scrolled .case-study--nav--wrap {
  opacity: 1; }

.case-study--section--content-block {
  overflow: hidden;
  position: relative; }
  .case-study--section--content-block p {
    position: relative;
    z-index: 10; }
  .case-study--section--content-block blockquote {
    color: #FFE300;
    margin: 0;
    width: 120%;
    position: relative;
    margin-bottom: -28px;
    left: -2%;
    z-index: -1; }
    @media only screen and (min-width: 768px) {
      .case-study--section--content-block blockquote {
        margin-bottom: -58px;
        left: -10%; } }
    .case-study--section--content-block blockquote p {
      position: relative;
      z-index: 2; }

.case-study--section--next > a {
  padding-left: 2rem;
  padding-right: 2rem; }

.case-study--section--line {
  border-top: 1px solid #ccc; }

.case-study--section--logo-display-block {
  text-align: center; }
  .case-study--section--logo-display-block img {
    max-width: 450px;
    width: 80%;
    height: auto; }

.case-study--section--features-columns h6 {
  padding: 20px 0 10px 0;
  border-top: 6px solid #FFE300; }

.feature-column {
  width: 30%;
  margin-right: 5%;
  float: left; }
  .feature-column:nth-child(4n-1) {
    margin-right: 0; }

.case-study--section--screenshot-gallery {
  background-size: cover;
  background-position: top right;
  z-index: 15;
  overflow: hidden;
  background-color: #222;
  color: #FFFFFF; }
  .case-study--section--screenshot-gallery .screenshot-gallery--panel-controls {
    clear: both; }
  .case-study--section--screenshot-gallery .screenshot-gallery--panel-control {
    padding: 7.5px 15px;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
    cursor: pointer;
    border-left: 0;
    display: inline-block;
    opacity: 0.3;
    border-bottom: 2px solid #fff;
    width: 65px; }
    .case-study--section--screenshot-gallery .screenshot-gallery--panel-control .indicator-wrap img {
      height: 30px; }
    .case-study--section--screenshot-gallery .screenshot-gallery--panel-control.active {
      opacity: 0.8; }
    @media only screen and (min-width: 768px) {
      .case-study--section--screenshot-gallery .screenshot-gallery--panel-control {
        padding: 15px 30px;
        width: 130px; }
        .case-study--section--screenshot-gallery .screenshot-gallery--panel-control .indicator-wrap img {
          height: 50px; } }
  .case-study--section--screenshot-gallery .slick-list {
    overflow: visible !important; }
  .case-study--section--screenshot-gallery .screenshot-slide {
    padding: 20px 10px 0 10px;
    -webkit-transition: all 0.25s;
            transition: all 0.25s;
    opacity: 0.4; }
    .case-study--section--screenshot-gallery .screenshot-slide:hover {
      opacity: 0.8; }
    .case-study--section--screenshot-gallery .screenshot-slide:not(.slick-active) {
      cursor: pointer; }
    .case-study--section--screenshot-gallery .screenshot-slide img {
      height: auto; }
    .case-study--section--screenshot-gallery .screenshot-slide .screenshot-slide-img-wrap {
      box-shadow: 0px 0px 25px rgba(17, 17, 17, 0.5);
      border-top: 10px solid #aaa;
      border-radius: 3px; }
    .case-study--section--screenshot-gallery .screenshot-slide.slick-active {
      padding: 0 10px;
      opacity: 1; }
    @media only screen and (min-width: 768px) {
      .case-study--section--screenshot-gallery .screenshot-slide {
        padding: 80px 40px 0 40px; }
        .case-study--section--screenshot-gallery .screenshot-slide .screenshot-slide-img-wrap {
          border-top: 20px solid #aaa;
          border-radius: 5px; }
        .case-study--section--screenshot-gallery .screenshot-slide.slick-active {
          padding: 0 40px; } }
  .case-study--section--screenshot-gallery .screenshot-nav {
    background-color: #222; }
    .case-study--section--screenshot-gallery .screenshot-nav .screenshot-nav-item {
      color: rgba(255, 255, 255, 0.3);
      background-color: #222; }
      .case-study--section--screenshot-gallery .screenshot-nav .screenshot-nav-item.active {
        color: #FFFFFF; }

.screenshot-slider--controls-container {
  overflow: visible;
  display: inline-block;
  margin: 2rem auto 0; }

.screenshot-slider-title {
  display: inline-block;
  opacity: 0.5; }
  .screenshot-slider-title:not(:last-child) {
    margin-right: 40px; }
  .screenshot-slider-title.active-title {
    opacity: 1; }

.screenshot-slider--wrap {
  height: 320px;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .screenshot-slider--wrap:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3%;
    content: "";
    background-image: -webkit-linear-gradient(270deg, rgba(34, 34, 34, 0), rgba(34, 34, 34, 0.2));
    background-image: linear-gradient(180deg, rgba(34, 34, 34, 0), rgba(34, 34, 34, 0.2)); }
  .screenshot-slider--wrap .slick-dots {
    top: -60px;
    bottom: auto;
    z-index: 101;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 200%;
    left: -50%; }
    .screenshot-slider--wrap .slick-dots li {
      width: auto;
      height: auto; }
      .screenshot-slider--wrap .slick-dots li button {
        width: 6px;
        height: 6px;
        border-radius: 20px;
        background-color: rgba(255, 255, 255, 0.2);
        background-image: none;
        box-shadow: none;
        padding: 0;
        margin: 0 5px; }
        .screenshot-slider--wrap .slick-dots li button:after {
          display: none; }
        .screenshot-slider--wrap .slick-dots li button:before {
          display: none; }
      .screenshot-slider--wrap .slick-dots li.slick-active button {
        background-color: #FFE300; }
  @media only screen and (min-width: 768px) {
    .screenshot-slider--wrap {
      height: 800px; } }

.screenshot-slider--desktop {
  overflow: visible;
  margin: 0 auto;
  width: 300px; }
  .screenshot-slider--desktop img {
    width: 300px; }
  @media only screen and (min-width: 768px) {
    .screenshot-slider--desktop {
      width: 500px; }
      .screenshot-slider--desktop img {
        width: 500px; } }
  @media only screen and (min-width: 960px) {
    .screenshot-slider--desktop {
      width: 1000px; }
      .screenshot-slider--desktop img {
        width: 1000px; } }

.screenshot-slider--mobile {
  width: 250px;
  overflow: visible;
  margin: 0 auto; }
  .screenshot-slider--mobile img {
    width: 250px; }
  @media only screen and (min-width: 768px) {
    .screenshot-slider--mobile {
      width: 480px; }
      .screenshot-slider--mobile img {
        width: 480px; } }

[class^="screenshot-nav"] {
  font-family: "CalibreWeb";
  text-transform: uppercase;
  overflow: auto;
  display: block;
  clear: both; }
  [class^="screenshot-nav"] .screenshot-nav-item {
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: 10px 30px;
    letter-spacing: 2px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.15s;
            transition: all 0.15s; }
    [class^="screenshot-nav"] .screenshot-nav-item.active {
      color: #111111; }
    [class^="screenshot-nav"] .screenshot-nav-item:hover {
      color: #fff; }

.case-study--section--next {
  padding: 200px 0 50px 0;
  background-size: cover; }
  .case-study--section--next a.container {
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    color: #111111;
    text-decoration: none; }
    .case-study--section--next a.container:hover {
      background-color: #FFE300;
      color: #111111; }
  @media only screen and (min-width: 960px) {
    .case-study--section--next {
      padding: 450px 0 75px 0; } }

.case-study--section--keep-reading--link {
  margin: 20px 0;
  display: inline-block; }

.video-container {
  position: relative;
  cursor: pointer;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.case-study--section--photo-grid.bg-black .case-study--section--photo-grid--wrapper {
  border: 2px solid #111111; }

.case-study--section--photo-grid.bg-black .case-study--section--photo-grid--photo {
  border: 2px solid #111111; }

.case-study--section--photo-grid--wrapper {
  border: 2px solid #FFFFFF;
  overflow: auto; }

.case-study--section--photo-grid--photo {
  border: 2px solid #FFFFFF;
  float: left; }
  .case-study--section--photo-grid--photo.photo--width-full {
    width: 100%; }
  .case-study--section--photo-grid--photo.photo--width-two-thirds {
    width: 66.66666%; }
  .case-study--section--photo-grid--photo.photo--width-half {
    width: 50%; }
  .case-study--section--photo-grid--photo.photo--width-one-third {
    width: 33.333333%; }
  .case-study--section--photo-grid--photo .photo--height-full {
    height: 0;
    padding-bottom: 56.25%;
    width: 100%;
    display: block; }
  .case-study--section--photo-grid--photo .photo--height-half {
    height: 0;
    padding-bottom: 28.125%;
    width: 100%;
    display: block; }

.footer__wrap {
  color: #FFFFFF;
  position: relative;}
.footer__wrap a:hover {
  color: #265e99!important;
  }

  .footer__wrap a {
    color: #000;
    text-decoration: none; }
  .footer__wrap .container-fluid {
    position: relative;
    z-index: 90; }

.footer__cta {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.footer__cta__link {
  background-color: transparent;
  width: auto;
  position: relative;
  padding: 2.5em 5%; }
  .footer__cta__link:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .footer__cta__link .footer__arrow {
    position: absolute;
    right: 22%;
    top: 50%;
    margin-top: -40px;
    opacity: 0;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
  .footer__cta__link:hover {
    background-color: #FFE300;
    color: #111111; }
    .footer__cta__link:hover .footer__arrow {
      color: #111111;
      opacity: 1;
      right: 20%; }
  @media only screen and (min-width: 768px) {
    .footer__cta__link {
      padding: 0 7.08333%;
      height: 325px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 50%; }
      .footer__cta__link .footer__cta__align {
        width: 50%; }
      .footer__cta__link:first-child {
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, 0.2); } }

.site-footer {
  position: relative;
  z-index: 1000; }

.contact-footer {
  background-color: #111111;
  position: relative;
  z-index: 1000; }
  .contact-footer a {
    color: #FFE300;
    text-decoration: none; }
    .contact-footer a:hover {
      color: #FFE300; }
  .contact-footer .border-left {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .contact-footer address {
    color: #777777;
    margin-bottom: 0; }
  @media only screen and (min-width: 960px) {
    .contact-footer .border-left {
      border-top: none;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      padding-left: 30px; } }

.page-template-front-page .contact-footer {
  background-color: grey; }

.cta-footer {
  color: #777777; }

.link-work {
  color: #FFFFFF !important;
  text-decoration: none;
  border-bottom: 2px solid #FFE300;
  padding-bottom: 2px;
  display: inline; }
  @media only screen and (min-width: 960px) {
    .link-work {
      display: inline; } }

body {
  -webkit-transition: background-color 0s 0.4s;
          transition: background-color 0s 0.4s;
		  overflow:hidden !important;
		  }

#content-container {
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s; }

html.modal-open {
  overflow: hidden; }
  html.modal-open body {
    background-color: #000;
    -webkit-transition: background-color 0s 0s;
            transition: background-color 0s 0s; }
  html.modal-open #content-container {
    opacity: 0.2; }

.work-with-us-form-container {
  position: fixed;
  bottom: 35px;
  right: 35px;
  width: 116px;
  height: 33px;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  border-top: 4px solid #FFE300;
  overflow: scroll;
  z-index: 3000;
  -webkit-transition: 0.3s 0s;
          transition: 0.3s 0s; }
  .work-with-us-form-container.modal-open {
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    pointer-events: all;
    overflow: scroll;
    -webkit-transition: 0.3s 0.3s;
            transition: 0.3s 0.3s; }
    @media only screen and (min-width: 768px) {
      .work-with-us-form-container.modal-open {
        bottom: 16px;
        right: 16px;
        width: calc(100vw - 32px);
        height: calc(100vh - 32px);
        overflow: hidden; } }
  .work-with-us-form-container .logo {
    margin-top: 42px;
    margin-left: 0; }
    .work-with-us-form-container .logo svg {
      width: 122px;
      height: 48px; }
      .work-with-us-form-container .logo svg g path, .work-with-us-form-container .logo svg g polygon, .work-with-us-form-container .logo svg g rect {
        fill: #000; }
  .work-with-us-form-container .form-tagline {
    display: none; }
    @media only screen and (min-width: 768px) {
      .work-with-us-form-container .form-tagline {
        display: block;
        position: absolute;
        top: 46px;
        left: 217px; } }
  .work-with-us-form-container input[type=text] {
    width: 100%;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 768px) {
      .work-with-us-form-container input[type=text] {
        margin-bottom: 1rem; } }
  .work-with-us-form-container input, .work-with-us-form-container textarea {
    border-radius: 0; }
    .work-with-us-form-container input:focus, .work-with-us-form-container input:active, .work-with-us-form-container textarea:focus, .work-with-us-form-container textarea:active {
      border: 4px solid #FFE300; }
  .work-with-us-form-container textarea {
    resize: none;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 768px) {
      .work-with-us-form-container textarea {
        margin-bottom: 1rem; } }
  .work-with-us-form-container .submit-button-container {
    text-align: center; }
    @media only screen and (min-width: 560px) {
      .work-with-us-form-container .submit-button-container {
        text-align: left; } }
  .work-with-us-form-container button {
    border-radius: 0;
    box-shadow: none;
    padding-left: 50px;
    padding-right: 70px;
    border-left: 2px solid #000; }
    .work-with-us-form-container button:after {
      content: '\f061'; }
  .work-with-us-form-container .modal-trigger {
    position: absolute;
    right: 0;
    top: 37px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFE300;
    cursor: pointer; }
    .work-with-us-form-container .modal-trigger .modal-lines {
      position: absolute;
      width: 60%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .work-with-us-form-container .modal-trigger .modal-lines > div {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #000; }
      .work-with-us-form-container .modal-trigger .modal-lines .line-left {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .work-with-us-form-container .modal-trigger .modal-lines .line-right {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
  .work-with-us-form-container .work-with-us-cta {
    display: none; }
    @media only screen and (min-width: 768px) {
      .work-with-us-form-container .work-with-us-cta {
        display: block;
        opacity: 0;
        -webkit-transition: 0.4s 0.8s;
                transition: 0.4s 0.8s; }
        .modal-open .work-with-us-form-container .work-with-us-cta {
          opacity: 1; } }

.page-template-front-page .cta-footer {
  color: #FFFFFF; }

.page-template-front-page .contact-footer address {
  color: #FFFFFF; }

.fourofour-header {
  position: relative; }
  .fourofour-header .container-fluid {
    z-index: 5; }

.fourofour-curtain {
  z-index: 1;
  background-color: rgba(17, 17, 17, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.reverse-contrast .site-header .logo svg path, .reverse-contrast .site-header .logo svg polygon, .reverse-contrast .site-header .logo svg rect {
  fill: #FFFFFF; }

.no-scroll {
  overflow: hidden; }

.nav-active .site-header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1005; }

.nav-active .logo {
  display: none; }

.nav-active .nav-drawer-wrap {
  height: 100%; }
  .nav-active .nav-drawer-wrap:before {
    opacity: 0.5; }

.nav-active .nav-drawer-interior {
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  @media only screen and (min-width: 768px) {
    .nav-active .nav-drawer-interior {
      left: 25px;
      right: 25px;
      height: calc(100vh - 110px);
      -webkit-transform: translateY(75px);
              transform: translateY(75px); } }

.nav-active .nav-trigger {
  background-color: #FFE300;
  z-index: 1000; }

.nav-active .nav-trigger .nav-lines {
  -webkit-transform: rotate(135deg) !important;
          transform: rotate(135deg) !important;
  height: 20px;
  top: 12px; }
  .nav-active .nav-trigger .nav-lines .line-top {
    top: 9px !important;
    background-color: #111111; }
  .nav-active .nav-trigger .nav-lines .line-middle {
    -webkit-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important;
    background-color: #111111; }
  .nav-active .nav-trigger .nav-lines .line-bottom {
    bottom: 8px;
    opacity: 0; }
  @media only screen and (min-width: 768px) {
    .nav-active .nav-trigger .nav-lines {
      top: 15px; } }

.nav-active .nav-trigger:before {
  content: "";
  color: #111111;
  opacity: 1; }

.nav-active .home__landing-content-wrap:after {
  opacity: 0; }

.nav-active .nav-content-box {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.post-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #111111;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 300px 0 50px 0;
  border-bottom: 10px solid #FFE300; }
  .post-header:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.5);
    content: "";
    z-index: 1; }
  .post-header .container, .post-header .container-fluid {
    z-index: 2;
    position: relative; }

.post-meta__author {
  margin-right: 30px; }

.post-meta__date {
  margin-right: 30px; }

.post-meta__category a {
  text-decoration: none; }

.post-meta__category .post-categories {
  display: inline;
  margin: 0;
  padding: 0; }
  .post-meta__category .post-categories li {
    margin: 0;
    padding: 0;
    display: inline; }
    .post-meta__category .post-categories li:after {
      content: ","; }
    .post-meta__category .post-categories li:last-child:after {
      display: none; }

.hide-hero-border .case-study-header:before {
  border: 0px solid #FFE300; }

.live-work-play {
  font-family: "Chatype"; }
  .live-work-play h1, .live-work-play .case-study--section--content-block blockquote, .case-study--section--content-block .live-work-play blockquote, .live-work-play .h1 {
    font-family: "Chatype"; }
  .live-work-play h2, .live-work-play .h2, .live-work-play .insights-header-text {
    font-family: "Chatype"; }
  .live-work-play h3, .live-work-play .nav-case-study, .live-work-play .h3 {
    font-family: "Chatype"; }
  .live-work-play h4, .live-work-play .h4, .live-work-play blockquote, .live-work-play .blockquote {
    font-family: "Chatype"; }
  .live-work-play h5, .live-work-play .h5, .live-work-play .home__landing-background-overlay--media .home__landing-link, .home__landing-background-overlay--media .live-work-play .home__landing-link {
    font-family: "Chatype"; }
  .live-work-play h6, .live-work-play .h6 {
    font-family: "Chatype"; }

.subline {
  position: absolute;
  bottom: 0;
  width: 100%; }

.share-actions {
  margin-left: -12px; }
  .share-actions .fa {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    padding: 12px; }

.art-grid-img {
  position: relative;
  height: 135px; }
  @media only screen and (min-width: 768px) {
    .art-grid-img {
      height: 188px; } }
  @media only screen and (min-width: 960px) {
    .art-grid-img {
      height: 332px; } }
  @media only screen and (min-width: 960px) {
    .art-grid-img.double-height {
      height: 664px; } }
  .art-grid-img .the-quote {
    margin: 0 auto;
    right: 0;
    left: 0;
    max-width: 510px; }
    .art-grid-img .the-quote h6 {
      margin-bottom: 20px;
      font-size: 12px; }
    .art-grid-img .the-quote h4 {
      font-size: 17px; }
      @media only screen and (min-width: 768px) {
        .art-grid-img .the-quote h4 {
          font-size: 21px; } }
      @media only screen and (min-width: 960px) {
        .art-grid-img .the-quote h4 {
          font-size: 24px; } }


.large-copyp {
    font-size: 1rem;
}


.team-grid-item {
  width: 50%;
  padding-bottom: 74%; }
  @media only screen and (min-width: 768px) {
    .team-grid-item {
      width: 50%;
      padding-bottom: 37%; } }
  @media only screen and (min-width: 1440px) {
    .team-grid-item {
      width: 50%;
      padding-bottom: 30%; } }
  .team-grid-item .team-name {
    margin-bottom: 3px;
    font-size: 17px; }
    @media only screen and (min-width: 960px) {
      .team-grid-item .team-name {
        font-size: 1.64rem; } }
  .team-grid-item .team-title {
    font-size: .7em;
    letter-spacing: 1px; }
    @media only screen and (min-width: 960px) {
      .team-grid-item .team-title {
        font-size: .8em; } }
    @media only screen and (min-width: 960px) {
      .team-grid-item .team-title {
        font-size: .9em; } }

.company-values {
  overflow: hidden; }

.team-bio-modal {
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  right: 0;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.3s;
          transition: opacity 0.6s 0.3s; }
  .team-bio-modal .team-bio-modal--curtain {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .6; }
  .team-bio-modal.team-bio-modal--open {
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 1; }
  .team-bio-modal .team-bio-modal--wrapper {
    position: relative;
    display: block;
    margin: 40px auto 0;
    height: 80%; }
    @media only screen and (min-width: 768px) {
      .team-bio-modal .team-bio-modal--wrapper {
        margin: 75px auto 0; } }
  .team-bio-modal .team-bio-modal--member,
  .team-bio-modal .team-bio-modal--bio {
    position: relative;
    float: left;
    background-color: #FFF; }
  .team-bio-modal .team-bio-modal--member {
    height: 100%;
    width: 0; }
    @media only screen and (min-width: 768px) {
      .team-bio-modal .team-bio-modal--member {
        width: 35%; } }
  .team-bio-modal .team-bio-modal--bio {
    height: 100%;
    width: 100%;
    padding: 35px 20px;
    float: right;
    overflow: scroll; }
    @media only screen and (min-width: 768px) {
      .team-bio-modal .team-bio-modal--bio {
        padding: 35px 30px;
        width: 63%; } }
    @media only screen and (min-width: 960px) {
      .team-bio-modal .team-bio-modal--bio {
        padding: 47px 67px; } }
  .team-bio-modal--wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .team-bio-modal ul {
    list-style: none;
    margin: 0;
    text-align: center; }
    .team-bio-modal ul li {
      display: inline;
      margin-right: -5px; }
    .team-bio-modal ul svg {
      width: 30px; }
  .team-bio-modal .social-media {
    margin-top: 15px;
    opacity: .2;
    -webkit-transition: opacity .2s;
            transition: opacity .2s; }
    .team-bio-modal .social-media .fa {
      font-size: 1.5rem; }
    .team-bio-modal .social-media:hover {
      opacity: .6; }
    .team-bio-modal .social-media li:first-child {
      margin: 0; }
  .team-bio-modal .brief-bio {
    font-size: 1.143rem; }
  .team-bio-modal .team-member-slider,
  .team-bio-modal .slick-list,
  .team-bio-modal .slick-track {
    position: relative;
    height: 100%; }
  .team-bio-modal .slick-slide {
    opacity: 0;
    -webkit-transition: opacity .5s;
            transition: opacity .5s; }
    .team-bio-modal .slick-slide.slick-center {
      opacity: 1; }
  .team-bio-modal .slider-nav {
    width: 40px;
    height: 40px;
    bottom: 4%;
    top: initial;
    background-color: #FFE300;
    border-radius: 50px;
    -webkit-transition: .1s;
            transition: .1s; }
    @media only screen and (min-width: 560px) {
      .team-bio-modal .slider-nav {
        bottom: 5%; } }
    .team-bio-modal .slider-nav:hover {
      opacity: .8; }
    .team-bio-modal .slider-nav:before {
      content: '';
      opacity: 0;
      display: none; }
    .team-bio-modal .slider-nav.slick-disabled {
      opacity: 0; }
    .team-bio-modal .slider-nav.slick-prev {
      left: 36%; }
      @media only screen and (min-width: 560px) {
        .team-bio-modal .slider-nav.slick-prev {
          left: 40%; } }
      @media only screen and (min-width: 768px) {
        .team-bio-modal .slider-nav.slick-prev {
          left: 43%; } }
      @media only screen and (min-width: 960px) {
        .team-bio-modal .slider-nav.slick-prev {
          left: 45%; } }
      @media only screen and (min-width: 1180px) {
        .team-bio-modal .slider-nav.slick-prev {
          left: 46%; } }
      .team-bio-modal .slider-nav.slick-prev .fa {
        margin-left: 13px; }
    .team-bio-modal .slider-nav.slick-next {
      right: 36%; }
      @media only screen and (min-width: 560px) {
        .team-bio-modal .slider-nav.slick-next {
          right: 40%; } }
      @media only screen and (min-width: 768px) {
        .team-bio-modal .slider-nav.slick-next {
          right: 43%; } }
      @media only screen and (min-width: 960px) {
        .team-bio-modal .slider-nav.slick-next {
          right: 45%; } }
      @media only screen and (min-width: 1180px) {
        .team-bio-modal .slider-nav.slick-next {
          right: 46%; } }
      .team-bio-modal .slider-nav.slick-next .fa {
        margin-left: 16px; }
    .team-bio-modal .slider-nav .fa {
      font-size: 30px;
      line-height: 40px;
      color: #000; }
  .team-bio-modal .team-bio-modal--close {
    background-color: #FFE300;
    position: fixed;
    right: 18px;
    top: 23px;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    z-index: 10000;
    -webkit-transition: all 0.25s;
            transition: all 0.25s;
    cursor: pointer; }
    .team-bio-modal .team-bio-modal--close .nav-lines {
      position: absolute;
      margin: 0 auto;
      height: 20px;
      width: 20px;
      top: 8px;
      left: 0;
      right: 0;
      -webkit-transform: rotate(135deg) !important;
              transform: rotate(135deg) !important;
      -webkit-transition: all 0.25s;
              transition: all 0.25s; }
      @media only screen and (min-width: 768px) {
        .team-bio-modal .team-bio-modal--close .nav-lines .nav-lines {
          top: 15px; } }
      .team-bio-modal .team-bio-modal--close .nav-lines .line-top {
        height: 2px;
        background-color: #111111;
        width: 100%;
        position: absolute;
        top: 9px;
        left: 0;
        -webkit-transition: all 0.35s;
                transition: all 0.35s; }
        @media only screen and (min-width: 768px) {
          .team-bio-modal .team-bio-modal--close .nav-lines .line-top {
            top: 7px; } }
      .team-bio-modal .team-bio-modal--close .nav-lines .line-middle {
        height: 2px;
        background-color: #111111;
        width: 100%;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: 0;
        -webkit-transition: all 0.35s;
                transition: all 0.35s;
        opacity: 1;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      @media only screen and (min-width: 768px) {
        .team-bio-modal .team-bio-modal--close .nav-lines {
          height: 16px;
          width: 25px;
          top: 17px; } }
    @media only screen and (min-width: 768px) {
      .team-bio-modal .team-bio-modal--close {
        right: 55px;
        top: 50px;
        height: 50px;
        width: 50px; } }

.news-recognition {
  text-align: center; }
  .news-recognition h2 {
    font-size: 2.5714rem; }
  .news-recognition a.nr-icon {
    color: transparent; }
  .news-recognition .nr-icon img {
    margin: 0;
    max-height: 100px; }
  @media only screen and (min-width: 960px) {
    .news-recognition {
      text-align: left; } }

.articles-by-wb {
  overflow: hidden;
  border-top: 1px solid rgba(17, 17, 17, 0.15); }
  .articles-by-wb h4 {
    font-size: 1.7142857143rem; }
  .articles-by-wb h6 {
    font-size: 12px; }

.news-slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .news-slider .slick-slide .row {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
            flex: 1 0 0; }

.news-slider .slick-dots li {
  margin: 0;
  width: auto;
  height: auto; }
  .news-slider .slick-dots li button {
    margin: 4px;
    width: 9px;
    height: 9px;
    background-color: #111111;
    opacity: .2;
    border-radius: 50px; }
    .news-slider .slick-dots li button:before {
      background: transparent; }
  .news-slider .slick-dots li.slick-active button {
    width: 9px;
    height: 9px;
    background-color: #111111;
    opacity: .45;
    border-radius: 50px; }

.what-we-love h2 {
  margin-bottom: 14px;
  font-size: 1.857rem;
  font-weight: 500; }
  @media only screen and (min-width: 768px) {
    .what-we-love h2 {
      font-size: 2.2857rem; } }
  @media only screen and (min-width: 960px) {
    .what-we-love h2 {
      font-size: 2.857rem; } }

.large-copy {
  font-size: 1.2142rem; }
  @media only screen and (min-width: 960px) {
    .large-copy {
      font-size: 1.4285rem; } }

.values-title-slider {
  border-bottom: 1px solid rgba(17, 17, 17, 0.3); }
  .values-title-slider .h3,
  .values-title-slider .h6 {
    opacity: .2;
    color: #232323;
    -webkit-transition: opacity .4s;
            transition: opacity .4s; }
  .values-title-slider .h3 {
    font-size: 2.3rem; }
  .values-title-slider .h6 {
    font-size: 12px; }
  .values-title-slider .slick-list {
    padding-left: 0 !important; }
  .values-title-slider .values-title {
    position: relative;
    padding-bottom: 30px;
    cursor: pointer; }
    .values-title-slider .values-title:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 4px;
      background-color: #FFE300;
      -webkit-transition: width .4s;
              transition: width .4s; }
  .values-title-slider .values-title--active .h3,
  .values-title-slider .values-title--active .h6 {
    opacity: 1; }
  .values-title-slider .values-title--active.values-title:after {
    width: 100%; }

.page-template-page-work-php #masthead {
  position: absolute;
  left: 0;
  right: 0; }

.page-template-page-work-php .logo svg path, .page-template-page-work-php rect, .page-template-page-work-php polygon {
  fill: #FFFFFF; }

.page-template-page-work-php .nav-trigger:before {
  color: #FFFFFF; }

.keep-reading {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "CalibreWeb";
  font-weight: 600;
  letter-spacing: .3rem;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: .6s ease;
          transition: .6s ease;
  z-index: 9; }
  .keep-reading:visited {
    color: #FFFFFF; }
  .keep-reading:hover {
    color: #FFE300; }

.work__featured-case-studies {
  position: relative;
  background-color: #000; }

.case-study-primary {
  position: relative;
  color: #FFFFFF;
  background-size: cover;
  background-position: center;
  background-color: #111111;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  width: 100vw;
  z-index: 1; }
  .case-study-primary img {
    max-height: 75px; }
  .case-study-primary .read-more {
    position: relative;
    text-align: right; }
  .case-study-primary .case-study-bg {
    -webkit-transition: .5s ease;
            transition: .5s ease; }
  .case-study-primary:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px solid transparent;
    -webkit-transition: .4s ease;
            transition: .4s ease; }
  .case-study-primary:hover .case-study-bg {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    opacity: 1; }
  .case-study-primary:hover .keep-reading {
    opacity: 1; }

.work--content {
  border-top: 30vh solid #FFE300; }

.work--big-statement {
  margin-top: -0.58em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.work--case-study-grid {
  position: relative;
  background: #000;
  z-index: 500;
  /*&:after {*/
  /*position: absolute;*/
  /*top: 13%;*/
  /*bottom: -30%;*/
  /*left:0;*/
  /*width: 30%;*/
  /*background-color: $yellow;*/
  /*content: "";*/
  /*}*/ }

.recently-launched {
  -webkit-transition: all 0.25s;
          transition: all 0.25s; }
  .recently-launched a {
    text-decoration: none; }
    .recently-launched a h3, .recently-launched a .nav-case-study {
      display: inline;
      border-bottom: 2px solid transparent;
      -webkit-transition: all 0.4s ease;
              transition: all 0.4s ease; }
    .recently-launched a:hover h3, .recently-launched a:hover .nav-case-study {
      border-bottom: 2px solid #FFE300;
      color: #111111; }

.case-study__location-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 3px;
  background: #FFE300;
  height: 0;
  z-index: 900; }

.case-study__indicator.currIndex-0 span:nth-child(1), .case-study__indicator.currIndex-1 span:nth-child(2), .case-study__indicator.currIndex-2 span:nth-child(3) {
  width: 16px;
  opacity: 1;
  background: #FFE300; }

.case-study__indicator {
  display: none;
  position: fixed;
  bottom: 12.8rem;
  left: 2.5%;
  text-align: center;
  z-index: 500;
  opacity: 0;
  -webkit-transition: all .4s;
          transition: all .4s;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px); }
  @media only screen and (min-width: 768px) {
    .case-study__indicator {
      display: block; } }
  .case-study__indicator span {
    display: block;
    color: #fff;
    font-weight: 700;
    position: relative;
    width: 8px;
    height: 6px;
    background: rgba(255, 227, 0, 0.9);
    margin-bottom: 3px;
    -webkit-transition: all .2s;
            transition: all .2s;
    opacity: .8; }
  .case-study__indicator.currIndex-0, .case-study__indicator.currIndex-1, .case-study__indicator.currIndex-2 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }

.case-studies__second-tier {
  position: relative;
  z-index: 500; }

.i-quad {
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  margin: 4rem auto;
  opacity: 0; }
  .i-quad:before {
    top: 0;
    left: 0;
    -webkit-transition: all .2s 0s;
            transition: all .2s 0s; }
  .i-quad:after {
    top: 0;
    right: 0;
    -webkit-transition: all .2s .2s;
            transition: all .2s .2s; }
  .i-quad:before, .i-quad:after, .i-quad span:before, .i-quad span:after {
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    content: "";
    background: #FFE300;
    opacity: 0;
    -webkit-transform: rotateZ(-70deg);
            transform: rotateZ(-70deg); }
  .i-quad span {
    display: block; }
    .i-quad span:before {
      bottom: 0;
      left: 0;
      -webkit-transition: all .2s .4s;
              transition: all .2s .4s; }
    .i-quad span:after {
      bottom: 0;
      right: 0;
      -webkit-transition: all .2s .6s;
              transition: all .2s .6s; }
  .i-quad.animate {
    opacity: 1; }
    .i-quad.animate:before, .i-quad.animate:after, .i-quad.animate span:before, .i-quad.animate span:after {
      opacity: 1;
      -webkit-transform: rotateZ(0deg);
              transform: rotateZ(0deg); }

.case-study-secondary {
  display: block;
  position: relative;
  height: 0;
  padding: 30% 2rem 50% 2rem;
  color: #FFFFFF !important;
  background-size: cover;
  background-position: center;
  background-color: #111111;
  overflow: hidden;
  text-align: center;
  -webkit-transition: padding .3s;
          transition: padding .3s;
  text-decoration: none;
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    .case-study-secondary {
      padding: 15% 2rem 25% 2rem;
      width: 50%;
      float: left; } }
  @media only screen and (min-width: 960px) {
    .case-study-secondary {
      padding: 10% 2rem 20% 2rem; } }
  .case-study-secondary .case-study-bg {
    -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out; }
    @media only screen and (min-width: 768px) {
      .case-study-secondary .case-study-bg {
        opacity: 0; } }
    .case-study-secondary .case-study-bg:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      background: rgba(0, 0, 0, 0.6); }
      @media only screen and (min-width: 768px) {
        .case-study-secondary .case-study-bg:after {
          background-image: -webkit-linear-gradient(left, black, transparent);
          background-image: linear-gradient(to right, black, transparent);
          background-color: rgba(0, 0, 0, 0.7); } }
  .case-study-secondary .case-study__inner {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    padding: 0 2rem;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%); }
  .case-study-secondary .case-study-headline {
    z-index: 100;
    position: relative; }
    .case-study-secondary .case-study-headline h3, .case-study-secondary .case-study-headline .nav-case-study {
      -webkit-transition: text-shadow .2s;
              transition: text-shadow .2s;
      text-shadow: 0 2px 12px transparent; }
  .case-study-secondary .case-study-logo--faded {
    max-width: 120px;
    margin: 0 auto 2rem auto;
    opacity: .6; }
    .case-study-secondary .case-study-logo--faded img {
      max-width: 100%;
      max-height: 60px; }
  .case-study-secondary:hover .case-study-headline {
    opacity: 1; }
    .case-study-secondary:hover .case-study-headline h3, .case-study-secondary:hover .case-study-headline .nav-case-study {
      text-shadow: 0 2px 12px black; }
  .case-study-secondary:hover .case-study-bg {
    opacity: 1; }
    .case-study-secondary:hover .case-study-bg:after {
      opacity: .3; }

.case-study-bg {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; }
  .case-study-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: -webkit-linear-gradient(left, black, transparent);
    background-image: linear-gradient(to right, black, transparent);
    -webkit-transition: .6s ease;
            transition: .6s ease; }

.purposeful-ventures {
  position: relative; }
  .purposeful-ventures .diagonal {
    z-index: 0;
    position: absolute;
    border-color: #FFE300;
    top: 210%;
    left: -10%;
    width: 100%;
    border-top: 1px solid #FFE300;
    -webkit-transform: rotate(-45deg) translate(500px, -500px);
            transform: rotate(-45deg) translate(500px, -500px);
    -webkit-transform-origin: 0%;
            transform-origin: 0%;
    -webkit-transition: translate 1.3s, opacity 0.3s, border-color 0.3s;
            transition: translate 1.3s, opacity 0.3s, border-color 0.3s; }

.crushed {
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #FFFFFF; }

.recent-work-list {
  margin: 0; }
  .recent-work-list li {
    position: relative;
    margin-bottom: 36px;
    display: inline-block;
    border-bottom: 1px solid #111111; }
    .recent-work-list li:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: -9px;
      width: 0;
      border-bottom: 9px solid #FFE300;
      -webkit-transition: .6s ease;
              transition: .6s ease; }
    .recent-work-list li:after {
      content: 'Go To Site';
      position: absolute;
      left: 13px;
      bottom: -18px;
      min-width: 150px;
      font-size: 1.2rem;
      line-height: 1.5;
      letter-spacing: 0;
      text-transform: uppercase;
      font-family: "CalibreWeb";
      font-weight: 600;
      letter-spacing: .3rem;
      opacity: 0;
      -webkit-transition: .4s ease;
              transition: .4s ease;
      -webkit-transition-delay: 400ms;
              transition-delay: 400ms; }
    .recent-work-list li:hover:before {
      width: 100%; }
    .recent-work-list li:hover:after {
      opacity: 1; }
  .recent-work-list a {
    text-decoration: none; }
    .recent-work-list a:hover {
      color: #111111; }

.page-template-page-sessions .logo {
  display: none; }

.sessions--logo {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 97.5px; }
  .sessions--logo svg {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5; }
  .sessions--logo:before {
    width: 120%;
    height: 62.5%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5%;
    margin-left: -60%;
    content: "";
    background-color: #FFE300;
    -webkit-transform: skewX(-6.5deg) rotate(-6.5deg);
            transform: skewX(-6.5deg) rotate(-6.5deg);
    z-index: -1;
    -webkit-transition: all .4s;
            transition: all .4s;
    z-index: 1; }
  .sessions--logo:after {
    position: absolute;
    bottom: 0;
    width: 150vw;
    left: 50%;
    margin-left: -75vw;
    border-bottom: 2px solid #FFE300;
    content: "";
    -webkit-transform: skewX(-6.5deg) rotate(-6.5deg);
            transform: skewX(-6.5deg) rotate(-6.5deg);
    -webkit-transition: all .4s;
            transition: all .4s;
    z-index: 1; }
  @media only screen and (min-width: 768px) {
    .sessions--logo {
      width: 512px;
      height: 200px; } }

.sessions--header {
  overflow: hidden; }
  @media only screen and (min-width: 960px) {
    .sessions--header {
      height: 600px; } }

.sessions-section-paragraph {
  padding-bottom: 30px;
  border-bottom: 1px solid #111; }
  
  h1.text-weight-light a {
    color: white !important;
    text-decoration: none;
}

/*bootstrap classes*/

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
  width:125px;
  height:100%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
   bottom: -30px;
    left: 100px;
  }
}


.caption p {
   color: #fff;
    text-align: center;
    padding: 10px;
    margin-left: 76px;
}

.item{
	margin-top:315px;
	margin-left:0px;
}



.itemp{
	margin-top:0px;
	margin-left:0px;
}



.form-contact__layout {
    margin-top: 90px;
}

i




/*who we are*/


a.btn.btn-primary.btn-primary {
       background: #005696;
    /* padding: 10px 10px; */
    text-align: center;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 14px;
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
}

#problem{
    margin-top: 0px;
    PADDING-TOP: 0px;
    padding-bottom: 0px;
}

button.btn.btn-default {
    position: inherit;
    float: right;
    margin-right: 38px;
}

.img-circle {
    border-radius: 50%;
	padding-bottom:40px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
  font-size:14px !important;
  padding-left:5px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
  font-size:14px !important;
  padding-left:5px;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #000 !important;
  font-size:14px !important;
  padding-left:5px;
}
:-moz-placeholder { /* Firefox 18- */
   color: #000 !important;
  font-size:14px !important;
  padding-left:5px;
}

.footer__wrap_copyright a {
    text-decoration: none !important;
}

.footer__wrap_copyright .col-xs-4 {
    margin-top: 28px;
}

.discipline-explanation.bg-light-gray {
	    padding-top: 40px;
    background: #fff;
}

.logofooterw {
}

input#fileupload {
    font-size: 12px;
}

label.radio-inline {
    display: inline-block;
    padding-left: 10px;
}

div#lamborg .col-md-3 {
    padding-left: 10px !important;
}

option {
    font-size: 13px;
	padding:4px;
}

select#selectmultiple {
    height: 70px;
}


.p-y-2 {
    padding-top: 28px;
    padding-bottom: 28px;
}
.p-y-3 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.m-b-1 {
    margin-bottom: 18px;
}
.m-t-1 {
    margin-top: 18px;
}


            /*==========================================================
                           counter section style
            ============================================================*/

            .main_counter_area{
                background: url(https://images.pexels.com/photos/196288/pexels-photo-196288.jpeg?w=940&h=650&auto=compress&cs=tinysrgb) no-repeat top center;
                background-size: cover;
                overflow: hidden;
            }
            .main_counter_area .main_counter_content .single_counter{
                background: rgba(236, 72, 72, 0.5);
                    color: #fff;
            }
			
			.gallery
{
    display: inline-block;
    margin-top: 20px;
}

a {
    text-decoration: none;
}
img.img3 {
    width: 100%;
}

#plll{
position:relative;
top:-30px;	
}

input.btn.btn-default {
    background: #000;
    color: #fff;
    float: right;
    border: none !important;
    left: 60px;
}

input#rob {
    left: -60px;
}

#plllll{
	position: relative;
    top: -15px;
}

.footer-bottom {
    background: none;
    padding: 26px 0;
}

.center {
    text-align: center;
}