
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.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;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* ==========================================================================
// Author: John Blanco, Anthony Brooks, Mike de Groot - http://www.entwurf.co.uk
// Version: 1.0
========================================================================== */
/* ==========================================================================

// Base Stylesheet - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 3.2.1 - Last Updated: September 10, 2016

========================================================================== */
*, *:before, *:after {
  box-sizing: border-box; }

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

html, button, input, select, textarea {
  font-family: inherit; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

body, form, fieldset, legend, input, select, textarea, button {
  margin: 0; }

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

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

progress {
  vertical-align: baseline; }

[hidden], template {
  display: none; }

img {
  border-style: none; }

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

body {
  font-family: "InfoBook", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #303E48;
  font-weight: 400;
  background: #fff; }

p {
  margin: 0 0 20px 0; }

a {
  color: #303E48;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:active, a:hover {
    color: #139A95;
    outline-width: 0;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
  margin: 0; }

h1, .fs-1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem; }

h2, .fs-2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem; }

h3, .fs-3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem; }

h4, .fs-4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem; }

h5, .fs-5 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem; }

h6, .fs-6 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem; }

h1 {
  margin-bottom: .5em;
  color: #303E48;
  font-weight: 400; }

h2 {
  margin-bottom: .2em;
  color: #303E48;
  font-weight: 400; }

h3 {
  margin-bottom: .2em;
  color: #303E48;
  font-weight: 400; }

h4 {
  margin-bottom: .2em;
  color: #303E48;
  font-weight: 400; }

h5 {
  margin-bottom: .1em;
  color: #303E48;
  font-weight: 400; }

h6 {
  margin-bottom: .1em;
  color: #303E48;
  font-weight: 400; }

b, strong, .strong {
  font-weight: 700; }

em, .em {
  font-style: italic; }

abbr[title], .abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

dfn {
  font-style: italic; }

small, .small {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem; }

mark, .mark {
  background-color: #ff0;
  color: #000; }

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

sub, .sub {
  bottom: -0.25em; }

sup, .sup {
  top: -0.5em; }

del, .del {
  text-decoration: line-through; }

figure {
  margin: 1em 40px; }

hr, .hr {
  box-sizing: content-box;
  height: 1px;
  background: #eee;
  border: 0;
  margin-top: 20px;
  margin-bottom: 20px; }

ul, ol {
  margin: 20px 0;
  padding: 0 0 0 40px; }

dl:before, dl:after {
  content: " ";
  display: table; }

dl:after {
  clear: both; }

dl dt {
  float: left;
  width: 25%;
  display: block;
  font-weight: 400; }

dl dd {
  overflow: hidden;
  display: block; }

.bodycopy ul, .primary-content__copy ul {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  list-style: none;
  padding-left: 5px;
  margin-top: 0; }
  .bodycopy ul li, .primary-content__copy ul li {
    color: #b1b5b6;
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px; }
  .bodycopy ul li:before, .primary-content__copy ul li:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url("../images/li-orange.png");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 12px;
    transform: translateY(-50%);
    position: absolute; }

blockquote,
.blockquote {
  font-family: "OfficinaSerifItalic", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  margin: 20px 0; }
  blockquote p,
  .blockquote p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 20px; }
  blockquote cite,
  .blockquote cite {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 21px;
    line-height: 1.3125rem;
    font-weight: 700;
    font-style: normal; }

caption {
  font-size: inherit;
  line-height: normal;
  font-weight: 700;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #d7d7d7; }

table {
  font-size: 14px;
  font-size: 0.875rem;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0;
  text-align: left; }
  table thead td,
  table thead th,
  table tbody td,
  table tbody th,
  table tfoot td,
  table tfoot th {
    color: #585858;
    padding: 10px;
    border-bottom: 1px solid #e9e9e9; }

code, kbd, pre, samp {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  word-wrap: break-word;
  font-family: monospace, monospace;
  color: #000;
  background-color: transparent;
  font-weight: normal;
  padding: 0;
  white-space: pre-wrap; }

pre {
  padding: 10px;
  overflow: auto;
  border: 1px solid #d7d7d7; }

fieldset {
  border: none;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

label,
button,
input,
optgroup,
select,
textarea {
  color: #fff;
  font: inherit;
  margin: 0; }

[type="text"],
[type="email"],
[type="password"],
[type="tel"],
[type="number"],
[type="date"] {
  height: 42px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 3px solid rgba(255, 255, 255, 0.3);
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border-radius: 0; }
  [type="text"]:focus,
  [type="email"]:focus,
  [type="password"]:focus,
  [type="tel"]:focus,
  [type="number"]:focus,
  [type="date"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #04d6d0;
    outline: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none; }

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

textarea {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: auto;
  border-radius: 0; }
  textarea:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #04d6d0;
    outline: 0; }

select {
  text-transform: none;
  height: 42px;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3); }
  select:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #04d6d0;
    outline: 0; }

optgroup {
  font-weight: 700; }

button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  cursor: pointer; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  border-radius: 0; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

button[disabled],
html input[disabled] {
  cursor: not-allowed; }

input::-webkit-input-placeholder {
  color: #fff; }

input:-moz-placeholder {
  color: #fff; }

input::-moz-placeholder {
  color: #fff; }

input:-ms-input-placeholder {
  color: #fff; }

input::-webkit-input-placeholder-search {
  color: #093E52; }

input:-moz-placeholder-search {
  color: #093E52; }

input::-moz-placeholder-search {
  color: #093E52; }

input:-ms-input-placeholder-search {
  color: #093E52; }

.button {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 2px;
  cursor: pointer;
  line-height: normal;
  padding: 10px 15px 8px 15px;
  text-decoration: none;
  transition: all 0.3s;
  transition: all 0.3s;
  background: transparent; }
  .button:hover, .button:active {
    text-decoration: none; }
  .button:hover {
    transition: all 0.3s; }

.button-primary {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  transition: all 0.3s; }
  .button-primary:hover, .button-primary:active {
    text-decoration: none;
    background-color: #fff;
    color: #093E52;
    transition: all 0.3s; }
    .button-primary:hover .icon--double-arrow, .button-primary:active .icon--double-arrow {
      fill: #093E52; }

.button-secondary {
  border: 1px solid #139A95;
  color: #139A95;
  display: inline-block; }
  .button-secondary:hover, .button-secondary:active {
    text-decoration: none;
    background-color: #139A95;
    color: #fff;
    transition: all 0.3s; }

.button-third {
  border: 1px solid #EAC415;
  color: #093E52; }

.button-WTA {
  border: 1px solid #12845f;
  color: #093E52; }

.button-plus {
  border: 1px solid #fff;
  color: #093E52;
  display: inline-block;
  transition: all 0.3s; }
  .button-plus:hover, .button-plus:active {
    text-decoration: none;
    background-color: #fff;
    color: #093E52; }
    .button-plus:hover .icon--plus, .button-plus:active .icon--plus {
      fill: #093E52; }
  .button-plus:hover {
    transition: all 0.3s; }

.button-submit {
  border: 1px solid #fff;
  color: #fff;
  background: none;
  text-transform: uppercase;
  transition: all 0.3s; }
  .button-submit:hover, .button-submit:active {
    text-decoration: none;
    background-color: #fff;
    color: #2B2B2B;
    transition: all 0.3s; }

.button-search {
  border: 1px solid #093E52;
  color: #093E52;
  background: none;
  height: 40px;
  transition: all 0.3s; }
  .button-search:hover, .button-search:active {
    text-decoration: none;
    background-color: #093E52;
    color: #fff;
    transition: all 0.3s; }

.more-items-button {
  border: 1px solid #139A95;
  color: #139A95;
  display: block;
  margin: 0 auto;
  width: 30%;
  text-align: center;
  transition: all 0.3s; }
  .more-items-button:hover, .more-items-button:active {
    text-decoration: none;
    background-color: #139A95;
    color: #fff;
    transition: all 0.3s; }
    .more-items-button:hover .icon--double-arrow, .more-items-button:active .icon--double-arrow {
      fill: #fff; }

.button-grey {
  border: 1px solid #9DB2BA;
  color: #9DB2BA;
  display: block;
  margin: 0 auto; }
  .button-grey:hover, .button-grey:active {
    text-decoration: none;
    background-color: #093E52;
    color: #fff;
    border: 1px solid #093E52; }

.button-grey__left {
  border: 1px solid #9DB2BA;
  color: #9DB2BA;
  display: inline-block; }
  .button-grey__left:hover, .button-grey__left:active {
    text-decoration: none;
    background-color: #093E52;
    color: #fff;
    border: 1px solid #093E52; }

.button-link {
  color: #303E48;
  text-decoration: underline;
  border: 0;
  background: transparent;
  padding: 0;
  transition: all 0.3s; }
  .button-link:hover {
    text-decoration: none;
    transition: all 0.3s; }
  .button-link:active {
    outline: 0; }

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

.clear:after {
  clear: both; }

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

.row:after {
  clear: both; }

.row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px; }

@media only screen and (min-width: 740px) {
  .row-m {
    position: relative;
    margin-left: -15px;
    margin-right: -15px; }
    .row-m:before, .row-m:after {
      content: "";
      display: table; }
    .row-m:after {
      clear: both; }
  .clear-m:before, .clear-m:after {
    content: "";
    display: table; }
  .clear-m:after {
    clear: both; } }

@media only screen and (min-width: 980px) {
  .row-l {
    position: relative;
    margin-left: -15px;
    margin-right: -15px; }
    .row-l:before, .row-l:after {
      content: "";
      display: table; }
    .row-l:after {
      clear: both; }
  .clear-l:before, .clear-l:after {
    content: "";
    display: table; }
  .clear-l:after {
    clear: both; } }

@media only screen and (min-width: 1140px) {
  .row-xl {
    position: relative;
    margin-left: -15px;
    margin-right: -15px; }
    .row-xl:before, .row-xl:after {
      content: "";
      display: table; }
    .row-xl:after {
      clear: both; }
  .clear-xl:before, .clear-xl:after {
    content: "";
    display: table; }
  .clear-xl:after {
    clear: both; } }

.container, .container-full {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 740px) {
  .container {
    width: 720px; }
  .container-m, .container-full-m {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto; }
  .container-m {
    width: 720px; }
  .container-full-m {
    width: auto; } }

@media only screen and (min-width: 980px) {
  .container {
    width: 960px; }
  .container-l, .container-full-l {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto; }
  .container-l {
    width: 960px; }
  .container-full-l {
    width: auto; } }

@media only screen and (min-width: 1140px) {
  .container {
    width: 1120px; }
  .container-xl, .container-full-xl {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto; }
  .container-xl {
    width: 1120px; }
  .container-full-xl {
    width: auto; } }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-1-2,
.col-1-3,
.col-2-3,
.col-1-4,
.col-3-4,
.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

.col-1-2 {
  width: 50%; }

.col-1-3 {
  width: 33.33333%; }

.col-2-3 {
  width: 66.66667%; }

.col-1-4 {
  width: 25%; }

.col-3-4 {
  width: 75%; }

.col-1-5 {
  width: 20%; }

.col-2-5 {
  width: 40%; }

.col-3-5 {
  width: 60%; }

.col-4-5 {
  width: 80%; }

.col-full {
  width: 100%; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-1-2 {
  left: 50%; }

.push-1-3 {
  left: 33.33333%; }

.push-2-3 {
  left: 66.66667%; }

.push-1-4 {
  left: 25%; }

.push-3-4 {
  left: 75%; }

.push-1-5 {
  left: 20%; }

.push-2-5 {
  left: 40%; }

.push-3-5 {
  left: 60%; }

.push-4-5 {
  left: 80%; }

.pull-1 {
  left: -8.33333%; }

.pull-2 {
  left: -16.66667%; }

.pull-3 {
  left: -25%; }

.pull-4 {
  left: -33.33333%; }

.pull-5 {
  left: -41.66667%; }

.pull-6 {
  left: -50%; }

.pull-7 {
  left: -58.33333%; }

.pull-8 {
  left: -66.66667%; }

.pull-9 {
  left: -75%; }

.pull-10 {
  left: -83.33333%; }

.pull-11 {
  left: -91.66667%; }

.pull-1-2 {
  left: -50%; }

.pull-1-3 {
  left: -33.33333%; }

.pull-2-3 {
  left: -66.66667%; }

.pull-1-4 {
  left: -25%; }

.pull-3-4 {
  left: -75%; }

.pull-1-5 {
  left: -20%; }

.pull-2-5 {
  left: -40%; }

.pull-3-5 {
  left: -60%; }

.pull-4-5 {
  left: -80%; }

@media only screen and (min-width: 740px) {
  .col-1-m,
  .col-2-m,
  .col-3-m,
  .col-4-m,
  .col-5-m,
  .col-6-m,
  .col-7-m,
  .col-8-m,
  .col-9-m,
  .col-10-m,
  .col-11-m,
  .col-12-m,
  .col-1-2-m,
  .col-1-3-m,
  .col-2-3-m,
  .col-1-4-m,
  .col-3-4-m,
  .col-1-5-m,
  .col-2-5-m,
  .col-3-5-m,
  .col-4-5-m {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left; }
  .col-1-m {
    width: 8.33333%; }
  .col-2-m {
    width: 16.66667%; }
  .col-3-m {
    width: 25%; }
  .col-4-m {
    width: 33.33333%; }
  .col-5-m {
    width: 41.66667%; }
  .col-6-m {
    width: 50%; }
  .col-7-m {
    width: 58.33333%; }
  .col-8-m {
    width: 66.66667%; }
  .col-9-m {
    width: 75%; }
  .col-10-m {
    width: 83.33333%; }
  .col-11-m {
    width: 91.66667%; }
  .col-12-m {
    width: 100%; }
  .col-1-2-m {
    width: 50%; }
  .col-1-3-m {
    width: 33.33333%; }
  .col-2-3-m {
    width: 66.66667%; }
  .col-1-4-m {
    width: 25%; }
  .col-3-4-m {
    width: 75%; }
  .col-1-5-m {
    width: 20%; }
  .col-2-5-m {
    width: 40%; }
  .col-3-5-m {
    width: 60%; }
  .col-4-5-m {
    width: 80%; }
  .col-full-m {
    width: 100%; }
  .push-1-m {
    left: 8.33333%; }
  .push-2-m {
    left: 16.66667%; }
  .push-3-m {
    left: 25%; }
  .push-4-m {
    left: 33.33333%; }
  .push-5-m {
    left: 41.66667%; }
  .push-6-m {
    left: 50%; }
  .push-7-m {
    left: 58.33333%; }
  .push-8-m {
    left: 66.66667%; }
  .push-9-m {
    left: 75%; }
  .push-10-m {
    left: 83.33333%; }
  .push-11-m {
    left: 91.66667%; }
  .push-1-2-m {
    left: 50%; }
  .push-1-3-m {
    left: 33.33333%; }
  .push-2-3-m {
    left: 66.66667%; }
  .push-1-4-m {
    left: 25%; }
  .push-3-4-m {
    left: 75%; }
  .push-1-5-m {
    left: 20%; }
  .push-2-5-m {
    left: 40%; }
  .push-3-5-m {
    left: 60%; }
  .push-4-5-m {
    left: 80%; }
  .pull-1-m {
    left: -8.33333%; }
  .pull-2-m {
    left: -16.66667%; }
  .pull-3-m {
    left: -25%; }
  .pull-4-m {
    left: -33.33333%; }
  .pull-5-m {
    left: -41.66667%; }
  .pull-6-m {
    left: -50%; }
  .pull-7-m {
    left: -58.33333%; }
  .pull-8-m {
    left: -66.66667%; }
  .pull-9-m {
    left: -75%; }
  .pull-10-m {
    left: -83.33333%; }
  .pull-11-m {
    left: -91.66667%; }
  .pull-1-2-m {
    left: -50%; }
  .pull-1-3-m {
    left: -33.33333%; }
  .pull-2-3-m {
    left: -66.66667%; }
  .pull-1-4-m {
    left: -25%; }
  .pull-3-4-m {
    left: -75%; }
  .pull-1-5-m {
    left: -20%; }
  .pull-2-5-m {
    left: -40%; }
  .pull-3-5-m {
    left: -60%; }
  .pull-4-5-m {
    left: -80%; } }

@media only screen and (min-width: 980px) {
  .col-1-l,
  .col-2-l,
  .col-3-l,
  .col-4-l,
  .col-5-l,
  .col-6-l,
  .col-7-l,
  .col-8-l,
  .col-9-l,
  .col-10-l,
  .col-11-l,
  .col-12-l,
  .col-1-2-l,
  .col-1-3-l,
  .col-2-3-l,
  .col-1-4-l,
  .col-3-4-l,
  .col-1-5-l,
  .col-2-5-l,
  .col-3-5-l,
  .col-4-5-l {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left; }
  .col-1-l {
    width: 8.33333%; }
  .col-2-l {
    width: 16.66667%; }
  .col-3-l {
    width: 25%; }
  .col-4-l {
    width: 33.33333%; }
  .col-5-l {
    width: 41.66667%; }
  .col-6-l {
    width: 50%; }
  .col-7-l {
    width: 58.33333%; }
  .col-8-l {
    width: 66.66667%; }
  .col-9-l {
    width: 75%; }
  .col-10-l {
    width: 83.33333%; }
  .col-11-l {
    width: 91.66667%; }
  .col-12-l {
    width: 100%; }
  .col-1-2-l {
    width: 50%; }
  .col-1-3-l {
    width: 33.33333%; }
  .col-2-3-l {
    width: 66.66667%; }
  .col-1-4-l {
    width: 25%; }
  .col-3-4-l {
    width: 75%; }
  .col-1-5-l {
    width: 20%; }
  .col-2-5-l {
    width: 40%; }
  .col-3-5-l {
    width: 60%; }
  .col-4-5-l {
    width: 80%; }
  .col-full-l {
    width: 100%; }
  .push-1-l {
    left: 8.33333%; }
  .push-2-l {
    left: 16.66667%; }
  .push-3-l {
    left: 25%; }
  .push-4-l {
    left: 33.33333%; }
  .push-5-l {
    left: 41.66667%; }
  .push-6-l {
    left: 50%; }
  .push-7-l {
    left: 58.33333%; }
  .push-8-l {
    left: 66.66667%; }
  .push-9-l {
    left: 75%; }
  .push-10-l {
    left: 83.33333%; }
  .push-11-l {
    left: 91.66667%; }
  .push-1-2-l {
    left: 50%; }
  .push-1-3-l {
    left: 33.33333%; }
  .push-2-3-l {
    left: 66.66667%; }
  .push-1-4-l {
    left: 25%; }
  .push-3-4-l {
    left: 75%; }
  .push-1-5-l {
    left: 20%; }
  .push-2-5-l {
    left: 40%; }
  .push-3-5-l {
    left: 60%; }
  .push-4-5-l {
    left: 80%; }
  .pull-1-l {
    left: -8.33333%; }
  .pull-2-l {
    left: -16.66667%; }
  .pull-3-l {
    left: -25%; }
  .pull-4-l {
    left: -33.33333%; }
  .pull-5-l {
    left: -41.66667%; }
  .pull-6-l {
    left: -50%; }
  .pull-7-l {
    left: -58.33333%; }
  .pull-8-l {
    left: -66.66667%; }
  .pull-9-l {
    left: -75%; }
  .pull-10-l {
    left: -83.33333%; }
  .pull-11-l {
    left: -91.66667%; }
  .pull-1-2-l {
    left: -50%; }
  .pull-1-3-l {
    left: -33.33333%; }
  .pull-2-3-l {
    left: -66.66667%; }
  .pull-1-4-l {
    left: -25%; }
  .pull-3-4-l {
    left: -75%; }
  .pull-1-5-l {
    left: -20%; }
  .pull-2-5-l {
    left: -40%; }
  .pull-3-5-l {
    left: -60%; }
  .pull-4-5-l {
    left: -80%; } }

@media only screen and (min-width: 1140px) {
  .col-1-xl,
  .col-2-xl,
  .col-3-xl,
  .col-4-xl,
  .col-5-xl,
  .col-6-xl,
  .col-7-xl,
  .col-8-xl,
  .col-9-xl,
  .col-10-xl,
  .col-11-xl,
  .col-12-xl,
  .col-1-2-xl,
  .col-1-3-xl,
  .col-2-3-xl,
  .col-1-4-xl,
  .col-3-4-xl,
  .col-1-5-xl,
  .col-2-5-xl,
  .col-3-5-xl,
  .col-4-5-xl {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left; }
  .col-1-xl {
    width: 8.33333%; }
  .col-2-xl {
    width: 16.66667%; }
  .col-3-xl {
    width: 25%; }
  .col-4-xl {
    width: 33.33333%; }
  .col-5-xl {
    width: 41.66667%; }
  .col-6-xl {
    width: 50%; }
  .col-7-xl {
    width: 58.33333%; }
  .col-8-xl {
    width: 66.66667%; }
  .col-9-xl {
    width: 75%; }
  .col-10-xl {
    width: 83.33333%; }
  .col-11-xl {
    width: 91.66667%; }
  .col-12-xl {
    width: 100%; }
  .col-1-2-xl {
    width: 50%; }
  .col-1-3-xl {
    width: 33.33333%; }
  .col-2-3-xl {
    width: 66.66667%; }
  .col-1-4-xl {
    width: 25%; }
  .col-3-4-xl {
    width: 75%; }
  .col-1-5-xl {
    width: 20%; }
  .col-2-5-xl {
    width: 40%; }
  .col-3-5-xl {
    width: 60%; }
  .col-4-5-xl {
    width: 80%; }
  .col-full-xl {
    width: 100%; }
  .push-1-xl {
    left: 8.33333%; }
  .push-2-xl {
    left: 16.66667%; }
  .push-3-xl {
    left: 25%; }
  .push-4-xl {
    left: 33.33333%; }
  .push-5-xl {
    left: 41.66667%; }
  .push-6-xl {
    left: 50%; }
  .push-7-xl {
    left: 58.33333%; }
  .push-8-xl {
    left: 66.66667%; }
  .push-9-xl {
    left: 75%; }
  .push-10-xl {
    left: 83.33333%; }
  .push-11-xl {
    left: 91.66667%; }
  .push-1-2-xl {
    left: 50%; }
  .push-1-3-xl {
    left: 33.33333%; }
  .push-2-3-xl {
    left: 66.66667%; }
  .push-1-4-xl {
    left: 25%; }
  .push-3-4-xl {
    left: 75%; }
  .push-1-5-xl {
    left: 20%; }
  .push-2-5-xl {
    left: 40%; }
  .push-3-5-xl {
    left: 60%; }
  .push-4-5-xl {
    left: 80%; }
  .pull-1-xl {
    left: -8.33333%; }
  .pull-2-xl {
    left: -16.66667%; }
  .pull-3-xl {
    left: -25%; }
  .pull-4-xl {
    left: -33.33333%; }
  .pull-5-xl {
    left: -41.66667%; }
  .pull-6-xl {
    left: -50%; }
  .pull-7-xl {
    left: -58.33333%; }
  .pull-8-xl {
    left: -66.66667%; }
  .pull-9-xl {
    left: -75%; }
  .pull-10-xl {
    left: -83.33333%; }
  .pull-11-xl {
    left: -91.66667%; }
  .pull-1-2-xl {
    left: -50%; }
  .pull-1-3-xl {
    left: -33.33333%; }
  .pull-2-3-xl {
    left: -66.66667%; }
  .pull-1-4-xl {
    left: -25%; }
  .pull-3-4-xl {
    left: -75%; }
  .pull-1-5-xl {
    left: -20%; }
  .pull-2-5-xl {
    left: -40%; }
  .pull-3-5-xl {
    left: -60%; }
  .pull-4-5-xl {
    left: -80%; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade-in {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-down {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-down-big {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-left {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-left-big {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30px, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-right {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-right-big {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-up {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-up-big {
  animation-name: fadeInUpBig; }

@font-face {
  font-family: 'OfficinaBook';
  src: url("../fonts/ITC_Officina_Sans_Book.eot");
  src: url("../fonts/ITC_Officina_Sans_Book.eot#iefix") format("embedded-opentype"), url("../fonts/ITC_Officina_Sans_Book.woff2") format("woff2"), url("../fonts/ITC_Officina_Sans_Book.woff") format("woff"), url("../fonts/ITC_Officina_Sans_Book.ttf") format("truetype"), url("../fonts/ITC_Officina_Sans_Book/ITC_Officina_Sans_Book.svg#wf") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OfficinaBookItalic';
  src: url("../fonts/ITC_Officina_Sans_Book_Italic.eot");
  src: url("../fonts/ITC_Officina_Sans_Book_Italic.eot#iefix") format("embedded-opentype"), url("../fonts/ITC_Officina_Sans_Book_Italic.woff2") format("woff2"), url("../fonts/ITC_Officina_Sans_Book_Italic.woff") format("woff"), url("../fonts/ITC_Officina_Sans_Book_Italic.ttf") format("truetype"), url("../fonts/ITC_Officina_Sans_Book_Italic/ITC_Officina_Sans_Book_Italic.svg#wf") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OfficinaBold';
  src: url("../fonts/ITC_Officina_Sans_Bold.eot");
  src: url("../fonts/ITC_Officina_Sans_Bold.eot#iefix") format("embedded-opentype"), url("../fonts/ITC_Officina_Sans_Bold.woff2") format("woff2"), url("../fonts/ITC_Officina_Sans_Bold.woff") format("woff"), url("../fonts/ITC_Officina_Sans_Bold.ttf") format("truetype"), url("../fonts/ITC_Officina_Sans_Bold/ITC_Officina_Sans_Bold.svg#wf") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OfficinaBoldItalic';
  src: url("../fonts/ITC_Officina_Sans_Bold_Italic.eot");
  src: url("../fonts/ITC_Officina_Sans_Bold_Italic.eot#iefix") format("embedded-opentype"), url("../fonts/ITC_Officina_Sans_Bold_Italic.woff2") format("woff2"), url("../fonts/ITC_Officina_Sans_Bold_Italic.woff") format("woff"), url("../fonts/ITC_Officina_Sans_Bold_Italic.ttf") format("truetype"), url("../fonts/ITC_Officina_Sans_Bold_Italic/ITC_Officina_Sans_Bold_Italic.svg#wf") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OfficinaSerifItalic';
  src: url("../fonts/ITC_Officina_Serif_Italic.eot");
  src: url("../fonts/ITC_Officina_Serif_Italic.eot#iefix") format("embedded-opentype"), url("../fonts/ITC_Officina_Serif_Italic.woff2") format("woff2"), url("../fonts/ITC_Officina_Serif_Italic.woff") format("woff"), url("../fonts/ITC_Officina_Serif_Italic.ttf") format("truetype"), url("../fonts/ITC_Officina_Serif_Italic/ITC_Officina_Serif_Italic.svg#wf") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'InfoBook';
  src: url("../fonts/FFInfoWebTextBook.eot");
  src: url("../fonts/FFInfoWebTextBook.eot#iefix") format("embedded-opentype"), url("../fonts/FFInfoWebTextBook.woff2") format("woff2"), url("../fonts/FFInfoWebTextBook.woff") format("woff"), url("../fonts/FFInfoWebTextBook.ttf") format("truetype"), url("../fonts/FFInfoWebTextBook/FFInfoWebTextBook.svg#wf") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'InfoBookItalic';
  src: url("../fonts/FFInfoWebTextBookItalic.eot");
  src: url("../fonts/FFInfoWebTextBookItalic.eot#iefix") format("embedded-opentype"), url("../fonts/FFInfoWebTextBookItalic.woff2") format("woff2"), url("../fonts/FFInfoWebTextBookItalic.woff") format("woff"), url("../fonts/FFInfoWebTextBookItalic.ttf") format("truetype"), url("../fonts/FFInfoWebTextBookItalic/FFInfoWebTextBookItalic.svg#wf") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'InfoSemiBold';
  src: url("../fonts/FFInfoWebTextSemiBold.eot");
  src: url("../fonts/FFInfoWebTextSemiBold.eot#iefix") format("embedded-opentype"), url("../fonts/FFInfoWebTextSemiBold.woff2") format("woff2"), url("../fonts/FFInfoWebTextSemiBold.woff") format("woff"), url("../fonts/FFInfoWebTextSemiBold.ttf") format("truetype"), url("../fonts/FFInfoWebTextSemiBold/FFInfoWebTextSemiBold.svg#wf") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'InfoSemiBoldItalic';
  src: url("../fonts/FFInfoWebTextSemiBoldItalic.eot");
  src: url("../fonts/FFInfoWebTextSemiBoldItalic.eot#iefix") format("embedded-opentype"), url("../fonts/FFInfoWebTextSemiBoldItalic.woff2") format("woff2"), url("../fonts/FFInfoWebTextSemiBoldItalic.woff") format("woff"), url("../fonts/FFInfoWebTextSemiBoldItalic.ttf") format("truetype"), url("../fonts/FFInfoWebTextSemiBoldItalic/FFInfoWebTextSemiBoldItalic.svg#wf") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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; }

.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 {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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 img {
    display: block; }
  .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; }

.slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 40%;
  bottom: 40%;
  width: 40px;
  height: 40px;
  background-color: #093E52;
  margin: 0;
  padding: 30px;
  display: block;
  transition: all 0.5s;
  transition: .5s ease-in-out; }
  .slick-arrow:hover .icon {
    width: 100%;
    height: 100%;
    fill: green; }
  .slick-arrow:active .icon {
    width: 100%;
    height: 100%;
    fill: red; }
  .slick-arrow .icon {
    width: 100%;
    height: 100%;
    fill: #fff; }
  .slick-arrow.slick-prev {
    left: 0;
    transform: rotate(180deg); }
  .slick-arrow.slick-next {
    right: 0; }
  .slick-arrow.slick-disabled {
    cursor: not-allowed; }
    .slick-arrow.slick-disabled .icon {
      fill: rgba(0, 128, 0, 0.1); }

.slick-arrow.slick-hidden {
  display: block; }

/* Dots */
.slick-dots {
  position: absolute;
  margin: 0;
  width: auto;
  display: block;
  left: 0;
  right: 0;
  background-color: #093E52;
  height: 48px;
  padding-top: 10px;
  bottom: 0;
  z-index: 1; }
  .slick-dots .scroll-icon {
    height: 20px;
    width: 20px;
    display: block;
    margin: 0 auto;
    background-color: fuchsia;
    z-index: 2;
    position: relative; }
    .slick-dots .scroll-icon img {
      vertical-align: middle; }
  .slick-dots li {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 10px; }
    .slick-dots li button {
      height: 18px;
      width: 18px;
      line-height: 18px;
      line-height: 1.125rem;
      padding: 5px;
      overflow: hidden;
      text-indent: -2000px;
      border: 2px solid #fff;
      border-radius: 100%;
      background: transparent;
      transition: all 0.3s; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        border: 2px solid #7BB942;
        background: #7BB942;
        background: #7bb942;
        transition: all 0.3s; }
    .slick-dots li.slick-active button {
      border: 2px solid #7BB942;
      background: #7BB942;
      background: #7bb942; }

@media print {
  *, *:before, *:after {
    background: transparent;
    color: #000;
    box-shadow: none;
    text-shadow: none; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr {
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid;
    max-width: 100%; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  abbr[title]:after {
    content: " (" attr(title) ")"; } }

.section-area {
  padding-top: 46px;
  padding-bottom: 40px; }

.image-block {
  margin-bottom: 40px;
  margin-top: 40px; }
  .image-block__caption {
    color: #9DB2BA;
    font-size: 14px;
    font-size: 0.875rem; }

.body-image {
  margin-bottom: 30px;
  margin-top: 30px; }
  .body-image__image--caption {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem; }

.more-bar {
  min-height: 48px;
  background-color: #093E52;
  padding: 0; }
  .more-bar .more-bar-content {
    position: relative; }
    .more-bar .more-bar-content__icon {
      display: inline-block;
      position: absolute;
      top: 0; }
      .more-bar .more-bar-content__icon--blog {
        background-image: url(../images/icon-blog.svg);
        background: left center;
        background-size: 100%;
        background-repeat: none;
        height: 48px;
        width: 48px; }
    .more-bar .more-bar-content__text {
      text-decoration: none;
      display: inline-block;
      position: absolute;
      left: 80px;
      padding: 12px 0;
      margin: 0;
      color: #EAC415; }
    .more-bar .more-bar-content__content:hover {
      background-color: #225163; }
  .more-bar .more-bar-content-half {
    background-color: #093E52;
    text-decoration: none; }
    .more-bar .more-bar-content-half--text {
      color: #EAC415;
      margin: 0 auto;
      display: block;
      text-align: center;
      padding: 10px; }
  .more-bar__content-half:hover {
    background-color: #225163; }

.bodycopy ul {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  list-style: none;
  padding-left: 5px;
  margin-top: 0; }
  .bodycopy ul li {
    color: #b1b5b6;
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px; }
  .bodycopy ul li:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url("../images/li-orange.png");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 12px;
    transform: translateY(-50%);
    position: absolute; }

.page-title {
  font-family: "OfficinaBold", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 39.984px;
  line-height: 2.499rem;
  color: #fff; }
  .page-title__left {
    text-align: left;
    padding-bottom: 10px; }
  .page-title__left:after {
    content: "";
    display: block;
    width: 100px;
    padding-top: 6px;
    border-bottom: 2px solid #139A95; }
  .page-title__centre {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px; }
  .page-title__centre:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100px;
    padding-top: 6px;
    border-bottom: 2px solid #EAC415; }

.section-title {
  font-family: "OfficinaBook", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: #093E52; }
  .section-title__left {
    text-align: left;
    margin-bottom: 20px; }
  .section-title__left:after {
    content: "";
    display: block;
    width: 60px;
    padding-top: 10px;
    border-bottom: 2px solid #139A95; }
  .section-title__centre {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-bottom: 23px; }
  .section-title__centre-wide {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-bottom: 23px; }
  .section-title__centre-wide:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 10px;
    border-bottom: 2px solid #139A95; }

.section-title-green {
  font-family: "OfficinaBook", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: #139A95; }
  .section-title-green__left {
    text-align: left;
    margin-bottom: 20px; }
  .section-title-green__left:after {
    content: "";
    display: block;
    width: 60px;
    padding-top: 10px;
    border-bottom: 2px solid #139A95; }
  .section-title-green__centre {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-bottom: 23px; }
  .section-title-green__centre-wide {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-bottom: 23px; }
  .section-title-green__centre-wide:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 10px;
    border-bottom: 2px solid #139A95; }

.section-title-reverse {
  font-family: "OfficinaBook", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: #fff; }
  .section-title-reverse__left {
    text-align: left;
    margin-bottom: 20px; }
  .section-title-reverse__left:after {
    content: "";
    display: block;
    width: 60px;
    padding-top: 10px;
    border-bottom: 2px solid #fff; }
  .section-title-reverse__centre {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-bottom: 23px; }
  .section-title-reverse__centre-wide {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-bottom: 23px; }
  .section-title-reverse__centre-wide:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 10px;
    border-bottom: 2px solid #139A95; }

.section-title-white {
  font-family: "OfficinaBook", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: #fff; }
  .section-title-white__left {
    text-align: left; }
    .section-title-white__left--underline {
      border-bottom: 1px solid #fff;
      padding-bottom: 16px; }
  .section-title-white__centre {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-bottom: 23px; }
  .section-title-white__carousel {
    position: absolute;
    top: 10px;
    left: 30px;
    right: 30px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 25px 0 23px 0;
    border-bottom: 2px #fff solid;
    z-index: 1; }

.sub-section-title {
  font-family: "OfficinaBook", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 27.984px;
  line-height: 1.749rem;
  color: #139A95;
  margin-bottom: 30px; }
  .sub-section-title__centre {
    text-align: center; }
  .sub-section-title__centre:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 60px;
    padding-top: 12px;
    border-bottom: 2px solid #139A95; }

.small-title {
  padding-bottom: 15px;
  font-family: "InfoBook", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19.9992px;
  line-height: 1.24995rem;
  letter-spacing: 1px; }

.small-title:after {
  content: "";
  display: block;
  width: 30px;
  padding-top: 8px;
  border-bottom: 2px solid #EAC415; }

.contact-box-title {
  font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 27.984px;
  line-height: 1.749rem;
  color: #EAC415;
  padding-bottom: 12px; }

.contact-box-title:before {
  content: "";
  display: block;
  width: 30px;
  margin-bottom: 12px;
  border-bottom: 2px solid #093E52; }

.title-role {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem; }

.title-role:after {
  content: "";
  display: block;
  width: 30px;
  padding-top: 8px;
  border-bottom: 2px solid #139A95; }

.grid-item-title {
  font-family: "OfficinaBook", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 31.992px;
  line-height: 1.9995rem;
  color: #fff;
  margin-bottom: 12px;
  text-decoration: none; }
  .grid-item-title--dark-blue {
    color: #093E52;
    padding-top: 22px; }

.cat {
  font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #fff;
  letter-spacing: 1px; }

.author {
  font-family: "InfoBook", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #fff; }

.shop-item-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 19.9992px;
  line-height: 1.24995rem; }

.shop-item-author {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem; }

.shop-item-author:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 30px;
  padding-top: 8px;
  border-bottom: 2px solid #fff; }

.standfirst {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 27.9984px;
  line-height: 1.7499rem; }

.rwd-break {
  display: block; }

p {
  margin: 0 0 11px 0; }

a {
  text-decoration: none; }

.icon {
  color: #fff; }
  .icon__plus {
    color: #fff; }

.icon {
  pointer-events: none;
  fill: #2B2B2B;
  display: inline-block;
  vertical-align: middle;
  transition: .3s ease-in-out; }
  .icon--green {
    fill: #139A95; }
  .icon--blue {
    fill: #093E52; }
  .icon--white {
    fill: #fff; }
  .icon--grey {
    fill: #303E48; }
  .icon--yellow {
    fill: #EAC415; }
  .icon--double-arrow {
    height: 9px;
    width: 20px;
    margin-bottom: 3px; }
  .icon--plus {
    height: 14px;
    width: 20px;
    margin-bottom: 3px; }
    .icon--plus:hover {
      fill: #093E52; }
  .icon--search {
    height: 28px;
    width: 28px;
    background-color: #7BB942;
    padding: 0;
    border-radius: 100%;
    fill: #fff; }
  .icon--close {
    height: 40px;
    width: 40px; }
  .icon--logo-icon {
    height: 50px;
    width: 50px;
    fill: #fff; }
  .icon--social {
    height: 30px;
    width: 30px;
    fill: #fff; }
  .icon--arrow {
    height: 30px;
    width: 30px;
    fill: #fff; }
  .icon--solid-arrow {
    height: 8px;
    width: 15px;
    fill: #fff; }
  .icon--email {
    height: 16px;
    width: 26px;
    fill: #093E52; }
  .icon--contact_symbols {
    height: 24px;
    width: 26px;
    margin-right: 15px;
    fill: #093E52; }
    .icon--contact_symbols:hover {
      fill: #139A95; }
  .icon--blog {
    height: 60px;
    width: auto;
    fill: #EAC415; }

.social-item-icon .icon {
  height: 24px;
  width: 24px;
  margin: 7px 7px 0 7px;
  fill: #fff; }

.process-icon {
  background-color: #f6f6f6;
  height: 120px;
  width: 120px;
  padding: 10px;
  border-radius: 100%;
  fill: #139A95;
  display: block;
  margin: 0 auto; }

.site-header {
  background-color: #fff;
  position: fixed;
  border-bottom: 2px solid #7BB942;
  z-index: 100;
  width: 100%;
  padding: 10px 15px 3px 15px; }
  .site-header .header {
    position: relative;
    transition: height 0.3s; }
    .site-header .header .header-logo {
      max-width: 118px;
      float: left; }
    .site-header .header .mobile-menu-icon {
      position: absolute;
      right: 42px;
      top: 0;
      line-height: 28px;
      height: 28px;
      border: 0;
      font-weight: 700px;
      z-index: 1;
      margin: 0;
      width: 28px;
      transition: 0.5s ease-in-out;
      transition-property: all;
      transition-duration: 0.5s;
      transition-timing-function: ease-in-out;
      transition-delay: 0s;
      cursor: pointer; }
      .site-header .header .mobile-menu-icon span {
        height: 4px;
        width: 28px;
        opacity: 1;
        background-color: #093E52;
        background-image: none;
        background-repeat: repeat;
        background-attachment: scroll;
        background-clip: border-box;
        background-origin: padding-box;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
        transition: 0.25s ease-in-out;
        transition-property: all;
        transition-duration: 0.25s;
        transition-timing-function: ease-in-out;
        transition-delay: 0s;
        position: absolute;
        transform: rotate(0deg); }
        .site-header .header .mobile-menu-icon span:first-child {
          top: 5px; }
        .site-header .header .mobile-menu-icon span:nth-child(2) {
          top: 13px; }
        .site-header .header .mobile-menu-icon span:nth-child(3) {
          top: 13px; }
        .site-header .header .mobile-menu-icon span:nth-child(4) {
          top: 21px; }
      .site-header .header .mobile-menu-icon .open span {
        z-index: 5; }
        .site-header .header .mobile-menu-icon .open span:first-child {
          top: 18px;
          width: 0;
          left: 50%; }
        .site-header .header .mobile-menu-icon .open span:nth-child(2) {
          transform: rotate(45deg);
          top: 13px; }
        .site-header .header .mobile-menu-icon .open span:nth-child(3) {
          transform: rotate(-45deg);
          top: 13px; }
        .site-header .header .mobile-menu-icon .open span:nth-child(4) {
          top: 18px;
          width: 0;
          left: 50%; }
    .site-header .header .mob-toggle {
      display: none; }
    .site-header .header #mob-drawer {
      height: 0vh;
      position: fixed;
      overflow: scroll;
      right: 0;
      border: 0;
      top: 47px;
      width: 100%;
      background-color: #093E52;
      transition: all 0.5s; }
      .site-header .header #mob-drawer ul.mobile-nav {
        list-style-type: none;
        font-family: "InfoBook", Helvetica, Arial, sans-serif;
        padding: 0 0 100px 0;
        margin: 0;
        text-align: left; }
        .site-header .header #mob-drawer ul.mobile-nav li.mob-primary {
          display: block;
          border-bottom: solid 1px rgba(255, 255, 255, 0.3);
          width: 100%;
          padding-top: 16px;
          padding-bottom: 16px; }
          .site-header .header #mob-drawer ul.mobile-nav li.mob-primary a {
            color: #fff;
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 24px;
            line-height: 1.5rem;
            text-decoration: none;
            position: relative;
            padding-left: 16px; }
            .site-header .header #mob-drawer ul.mobile-nav li.mob-primary a::after {
              content: '';
              display: block;
              width: 0;
              height: 2px;
              background: #7BB942;
              position: absolute;
              top: 36px;
              left: 0;
              transition: width .3s; }
            .site-header .header #mob-drawer ul.mobile-nav li.mob-primary a:hover {
              color: #7BB942;
              transition: all 0.5s; }
            .site-header .header #mob-drawer ul.mobile-nav li.mob-primary a:hover::after {
              width: 100%; }
          .site-header .header #mob-drawer ul.mobile-nav li.mob-primary ul {
            font-family: "InfoBook", Helvetica, Arial, sans-serif;
            list-style-type: none;
            padding: 0;
            margin-bottom: -16px;
            margin-top: 16px;
            text-align: left;
            background-color: #303E48; }
            .site-header .header #mob-drawer ul.mobile-nav li.mob-primary ul li {
              display: block;
              border-top: solid 1px rgba(255, 255, 255, 0.3);
              width: 100%;
              padding-top: 12px;
              padding-bottom: 12px; }
              .site-header .header #mob-drawer ul.mobile-nav li.mob-primary ul li a {
                font-size: 16px;
                font-size: 1rem;
                line-height: 24px;
                line-height: 1.5rem;
                color: #fff;
                text-decoration: none;
                position: relative;
                padding-left: 32px; }
                .site-header .header #mob-drawer ul.mobile-nav li.mob-primary ul li a::after {
                  content: '';
                  display: block;
                  width: 0;
                  height: 2px;
                  background: #7BB942;
                  position: absolute;
                  top: 31px;
                  left: 0;
                  transition: width .3s; }
                .site-header .header #mob-drawer ul.mobile-nav li.mob-primary ul li a:hover {
                  color: #7BB942;
                  transition: all 0.5s; }
                .site-header .header #mob-drawer ul.mobile-nav li.mob-primary ul li a:hover::after {
                  width: 100%; }
      .site-header .header #mob-drawer.open {
        height: 100vh; }
    .site-header .header .search-icon {
      display: block;
      position: absolute;
      right: 0;
      z-index: 1;
      cursor: pointer; }
      .site-header .header .search-icon .search-reveal {
        position: absolute;
        height: 100%;
        width: 100%;
        margin-top: 54px;
        background-color: rgba(9, 62, 82, 0.4); }
    .site-header .header #search {
      height: 0;
      overflow: hidden;
      position: absolute;
      width: 100%;
      top: 53px;
      left: 0;
      right: 0;
      padding: 0 !important;
      margin: 0; }
      .site-header .header #search .search-content {
        left: 0;
        right: 0;
        width: 100%; }
        .site-header .header #search .search-content input::-webkit-input-placeholder {
          color: #093E52; }
        .site-header .header #search .search-content input:-moz-placeholder {
          color: #093E52; }
        .site-header .header #search .search-content input::-moz-placeholder {
          color: #093E52; }
        .site-header .header #search .search-content input:-ms-input-placeholder {
          color: #093E52; }
        .site-header .header #search .search-content .search-form {
          color: #093E52; }
          .site-header .header #search .search-content .search-form .field {
            height: 40px;
            border: 1px solid #093E52;
            color: #093E52;
            padding: 15px;
            width: 65%;
            background-color: rgba(255, 255, 255, 0.4); }
          .site-header .header #search .search-content .search-form .button-search {
            width: 30%;
            float: right;
            border: 1px solid #093E52;
            color: #093E52;
            background-color: #fff; }
            .site-header .header #search .search-content .search-form .button-search:hover {
              background-color: #093E52;
              color: #fff;
              border: none; }
      .site-header .header #search.open {
        height: auto; }

body:not(.homepage) .page-wrap {
  padding-top: 47px; }

.landing-carousel .slick-arrow {
  top: auto;
  bottom: 180px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  padding: 0px;
  margin: 5px; }
  .landing-carousel .slick-arrow:hover .icon {
    width: 100%;
    height: 100%;
    fill: rgba(255, 255, 255, 0.7); }
  .landing-carousel .slick-arrow:active .icon {
    width: 100%;
    height: 100%;
    fill: rgba(255, 255, 255, 0.7); }

.landing-carousel .slick-dots {
  padding-left: 30px;
  z-index: 0; }
  .landing-carousel .slick-dots .scroll-icon {
    height: 20px;
    width: 20px;
    display: block;
    margin: 0 auto;
    background-color: fuchsia;
    z-index: 2;
    position: relative; }
    .landing-carousel .slick-dots .scroll-icon img {
      vertical-align: middle;
      background-image: url(../images/icon-blog.svg);
      background: center;
      background-size: 100%;
      background-repeat: none;
      height: 54px;
      width: 54px; }
  .landing-carousel .slick-dots li {
    height: 15px;
    width: 15px;
    margin: 0 10px; }

.landing-carousel .slide {
  position: relative;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .landing-carousel .slide .overlay {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 78%;
    background-color: rgba(9, 62, 82, 0.4);
    transition: all 0.3s;
    color: #fff;
    padding: 12px 10px 10px 40px; }
    .landing-carousel .slide .overlay::after {
      content: '';
      display: block;
      width: 100px;
      height: 2px;
      background: #EAC415;
      position: absolute;
      margin-left: 40px;
      left: 0;
      top: 0;
      transition: width .3s; }
    .landing-carousel .slide .overlay__title {
      font-family: "OfficinaBold", Helvetica, Arial, sans-serif;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 27.984px;
      line-height: 1.749rem;
      color: #fff; }
    .landing-carousel .slide .overlay__copy {
      font-size: 16px;
      font-size: 1rem;
      line-height: 21.6px;
      line-height: 1.35rem; }
  .landing-carousel .slide .overlay:hover {
    background-color: rgba(9, 62, 82, 0.8);
    transition: all 0.3s; }
    .landing-carousel .slide .overlay:hover:hover::after {
      width: 93%; }

.intro {
  overflow: hidden;
  height: 100vh;
  background: url(../images/unwork-homepage_slide-1.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .intro .intro-inner {
    height: 100%;
    width: 100%; }
    .intro .intro-inner .carousel {
      height: 100%;
      position: relative; }
      .intro .intro-inner .carousel .slide {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 10%;
        overflow: hidden;
        display: table; }
        .intro .intro-inner .carousel .slide .slide-container {
          display: table-row; }
          .intro .intro-inner .carousel .slide .slide-container__left {
            background-color: rgba(9, 62, 82, 0.4);
            height: 100%;
            padding-top: 40px;
            display: table-cell; }
            .intro .intro-inner .carousel .slide .slide-container__left img.arrow-icon {
              vertical-align: middle;
              max-width: 50%;
              float: left;
              transform: scaleX(-1);
              filter: FlipH;
              -ms-filter: "FlipH";
              transition: all 0.3s;
              opacity: .5; }
            .intro .intro-inner .carousel .slide .slide-container__left img.arrow-icon:hover {
              transition: all 0.3s;
              opacity: 1; }
          .intro .intro-inner .carousel .slide .slide-container__text {
            background-color: rgba(9, 62, 82, 0.4);
            color: #fff;
            padding-bottom: 15px;
            display: table-cell; }
            .intro .intro-inner .carousel .slide .slide-container__text--title {
              font-family: "OfficinaBold", Helvetica, Arial, sans-serif;
              font-size: 24px;
              font-size: 1.5rem;
              line-height: 27.984px;
              line-height: 1.749rem; }
            .intro .intro-inner .carousel .slide .slide-container__text--title:before {
              content: "";
              display: block;
              width: 80px;
              padding-top: 12px;
              border-top: 3px solid #EAC415; }
            .intro .intro-inner .carousel .slide .slide-container__text--copy {
              font-size: 16px;
              line-height: 22px; }
          .intro .intro-inner .carousel .slide .slide-container__right {
            background-color: rgba(9, 62, 82, 0.4);
            height: 100%;
            padding-top: 40px;
            display: table-cell; }
            .intro .intro-inner .carousel .slide .slide-container__right img.arrow-icon {
              max-width: 50%;
              float: right;
              transition: all 0.3s;
              opacity: .5; }
            .intro .intro-inner .carousel .slide .slide-container__right img.arrow-icon:hover {
              transition: all 0.3s;
              opacity: 1; }
  .intro .carousel-nav {
    background-color: #093E52;
    height: 48px;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .intro .carousel-nav__content {
      height: 26px;
      display: block; }
      .intro .carousel-nav__content--btns {
        height: 20px;
        width: 50px;
        float: left; }
        .intro .carousel-nav__content--btns img {
          vertical-align: middle; }
      .intro .carousel-nav__content--scroll {
        height: 20px;
        width: 20px;
        display: block;
        margin: 0 auto; }
        .intro .carousel-nav__content--scroll img {
          vertical-align: middle; }

.about {
  background-color: #f6f6f6; }
  .about .content .about-text {
    padding-bottom: 60px; }
    .about .content .about-text .about-btn {
      margin-top: 30px; }
      .about .content .about-text .about-btn:hover .icon--double-arrow {
        fill: #fff; }
  .about .content .about-services {
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 25px; }
    .about .content .about-services .service-list {
      display: table;
      height: 100%; }
      .about .content .about-services .service-list #service-content {
        display: table-cell;
        margin-bottom: 20px; }
        .about .content .about-services .service-list #service-content a.service-item {
          display: inline-block;
          margin: 0 auto;
          margin-bottom: 30px;
          text-decoration: none;
          max-width: 206px;
          min-height: 120px; }
          .about .content .about-services .service-list #service-content a.service-item .service-icon {
            background-position: center bottom;
            background-repeat: no-repeat;
            background-size: contain;
            background-color: #f6f6f6;
            border-radius: 50%;
            height: 37vw;
            width: 37vw;
            max-width: 188px;
            max-height: 188px;
            min-width: 78px;
            min-height: 78px;
            margin: 0 auto;
            display: block;
            margin-bottom: 20px;
            transition: all 0.3s; }
            .about .content .about-services .service-list #service-content a.service-item .service-icon__visioning {
              background-image: url(../images/service-icon_visioning.png); }
              .about .content .about-services .service-list #service-content a.service-item .service-icon__visioning:hover {
                background-image: url(../images/service-icon-linear_visioning.gif); }
            .about .content .about-services .service-list #service-content a.service-item .service-icon__data {
              background-image: url(../images/service-icon_data.png); }
              .about .content .about-services .service-list #service-content a.service-item .service-icon__data:hover {
                background-image: url(../images/service-icon-linear_data.gif); }
            .about .content .about-services .service-list #service-content a.service-item .service-icon__strategy {
              background-image: url(../images/service-icon_strategy.png); }
              .about .content .about-services .service-list #service-content a.service-item .service-icon__strategy:hover {
                background-image: url(../images/service-icon-linear_strategy.gif); }
            .about .content .about-services .service-list #service-content a.service-item .service-icon__transformation {
              background-image: url(../images/service-icon_transform.png); }
              .about .content .about-services .service-list #service-content a.service-item .service-icon__transformation:hover {
                background-image: url(../images/service-icon-linear_transform.gif); }
            .about .content .about-services .service-list #service-content a.service-item .service-icon__research {
              background-image: url(../images/service-icon_research.png); }
              .about .content .about-services .service-list #service-content a.service-item .service-icon__research:hover {
                background-image: url(../images/service-icon-linear_research.gif); }
          .about .content .about-services .service-list #service-content a.service-item .service-name {
            text-align: center;
            color: #093E52;
            min-height: 74px;
            margin: 0; }
          .about .content .about-services .service-list #service-content a.service-item .service-name:before {
            content: "";
            display: block;
            margin: 0 auto;
            width: 60px;
            border-bottom: 2px solid #139A95;
            padding-top: 14px;
            margin-bottom: 10px; }

.latest {
  background-color: #fff;
  padding-top: 40px; }
  .latest .content {
    margin-bottom: 30px; }
    .latest .content .grid-wrapper .grid-item {
      height: 360px; }
      .latest .content .grid-wrapper .grid-item__blog .grid-item__wide--inner-top {
        background: none; }
      .latest .content .grid-wrapper .grid-item__wide:nth-child(n+7) {
        display: none; }
      .latest .content .grid-wrapper .grid-item__wide:hover .button-primary {
        text-decoration: none;
        background-color: #fff;
        color: #093E52; }
        .latest .content .grid-wrapper .grid-item__wide:hover .button-primary .icon--double-arrow {
          fill: #093E52; }
      .latest .content .grid-wrapper .grid-item__wide:hover .grid-item__wide--inner-top {
        background-color: rgba(9, 62, 82, 0.8);
        transition: all 0.3s; }
        .latest .content .grid-wrapper .grid-item__wide:hover .grid-item__wide--inner-top:hover::after {
          width: 98%; }
      .latest .content .grid-wrapper .grid-item__wide--red {
        height: 360px;
        background-size: cover;
        text-decoration: none;
        transition: all 0.3s; }
      .latest .content .grid-wrapper .grid-item__wide--inner-top {
        background-color: rgba(9, 62, 82, 0.4);
        transition: all 0.3s;
        color: #fff;
        text-decoration: none;
        padding: 15px;
        margin-top: 15px;
        margin-right: 15px;
        position: relative; }
        .latest .content .grid-wrapper .grid-item__wide--inner-top::after {
          content: '';
          display: block;
          width: 100px;
          height: 2px;
          background: #fff;
          position: absolute;
          margin-left: 15px;
          left: 0;
          top: 0;
          transition: width .3s; }
      .latest .content .grid-wrapper .grid-item__wide--inner-bottom {
        position: absolute;
        bottom: 30px;
        left: 15px; }
      .latest .content .grid-wrapper .grid-item__square {
        position: relative;
        background-position: center center; }
        .latest .content .grid-wrapper .grid-item__square:hover .button-primary {
          text-decoration: none;
          background-color: #fff;
          color: #093E52; }
          .latest .content .grid-wrapper .grid-item__square:hover .button-primary .icon--double-arrow {
            fill: #093E52; }
        .latest .content .grid-wrapper .grid-item__square:hover .grid-item__square--inner-top {
          transition: all 0.3s; }
          .latest .content .grid-wrapper .grid-item__square:hover .grid-item__square--inner-top:hover::after {
            width: 98%; }
        .latest .content .grid-wrapper .grid-item__square--blue {
          height: 360px;
          background-size: cover;
          text-decoration: none;
          transition: all 0.3s; }
        .latest .content .grid-wrapper .grid-item__square--yellow {
          background-color: #EAC415;
          height: 360px; }
        .latest .content .grid-wrapper .grid-item__square--red {
          background-color: #f36523;
          height: 360px;
          padding-left: 30px;
          background-size: cover; }
          .latest .content .grid-wrapper .grid-item__square--red--inner-top {
            transition: all 0.3s;
            color: #fff;
            text-decoration: none;
            padding: 15px 0;
            margin-top: 15px;
            margin-right: 15px;
            max-width: 50%;
            min-width: 260px;
            position: relative;
            height: 70%; }
            .latest .content .grid-wrapper .grid-item__square--red--inner-top::after {
              content: '';
              display: block;
              width: 100px;
              height: 2px;
              background: #fff;
              position: absolute;
              left: 0;
              top: 0;
              transition: width .3s; }
          .latest .content .grid-wrapper .grid-item__square--red--inner-bottom {
            position: absolute;
            bottom: 30px;
            left: 30px; }
        .latest .content .grid-wrapper .grid-item__square--green {
          background-color: #139A95;
          height: 360px; }
        .latest .content .grid-wrapper .grid-item__square--turquoise {
          background-color: #04d6d0;
          height: 360px; }
        .latest .content .grid-wrapper .grid-item__square--inner-bottom {
          position: absolute;
          bottom: 30px;
          left: 15px; }
      .latest .content .grid-wrapper .grid-item--inner-top {
        background-color: rgba(9, 62, 82, 0.4);
        transition: all 0.3s;
        color: #fff;
        text-decoration: none;
        padding: 15px 0;
        margin-top: 15px;
        margin-right: 15px;
        max-width: 50%;
        min-width: 260px;
        position: relative;
        height: 70%; }
        .latest .content .grid-wrapper .grid-item--inner-top::after {
          content: '';
          display: block;
          width: 100px;
          height: 2px;
          background: #fff;
          position: absolute;
          left: 0;
          top: 0;
          transition: width .3s; }

.wide-list .content {
  margin-left: 15px;
  margin-right: 15px; }
  .wide-list .content .grid-wrapper {
    margin-bottom: 15px; }
    .wide-list .content .grid-wrapper a.wide-list-item {
      width: 100%;
      padding-top: 15px;
      margin-bottom: 30px;
      position: relative; }
      .wide-list .content .grid-wrapper a.wide-list-item:hover > .wide-list-item-image:after {
        opacity: .2; }
        .wide-list .content .grid-wrapper a.wide-list-item:hover > .wide-list-item-image:after:hover > .top::after, .wide-list .content .grid-wrapper a.wide-list-item:hover > .wide-list-item-image:after .top__yellow::after, .wide-list .content .grid-wrapper a.wide-list-item:hover > .wide-list-item-image:after .top__white::after {
          width: 85%; }
        .wide-list .content .grid-wrapper a.wide-list-item:hover > .wide-list-item-image:after:hover > .button {
          text-decoration: none;
          background-color: #fff;
          color: #093E52; }
          .wide-list .content .grid-wrapper a.wide-list-item:hover > .wide-list-item-image:after:hover > .button .icon--double-arrow {
            fill: #093E52; }
      .wide-list .content .grid-wrapper a.wide-list-item:hover > .wide-list-item-text:hover > .top::after, .wide-list .content .grid-wrapper a.wide-list-item:hover > .wide-list-item-text .top__yellow::after, .wide-list .content .grid-wrapper a.wide-list-item:hover > .wide-list-item-text .top__white::after {
        width: 85%; }
      .wide-list .content .grid-wrapper a.wide-list-item:hover > .wide-list-item-text:hover > .button {
        text-decoration: none;
        background-color: #fff;
        color: #093E52; }
        .wide-list .content .grid-wrapper a.wide-list-item:hover > .wide-list-item-text:hover > .button .icon--double-arrow {
          fill: #093E52; }
      .wide-list .content .grid-wrapper a.wide-list-item:hover > .wide-list-item-text:hover > .button-grey__left {
        text-decoration: none;
        background-color: #093E52;
        color: #fff; }
      .wide-list .content .grid-wrapper a.wide-list-item:hover > .wide-list-item-text:hover:after > .overlay {
        opacity: .2; }
      .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text {
        height: 240px;
        padding: 30px 60px 30px 30px; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text__services:nth-child(odd) {
          background: #093E52; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text__services:nth-child(even) {
          background-color: #139A95; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text__case-studies:nth-child(odd) {
          background: #093E52; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text__case-studies:nth-child(even) {
          background-color: #139A95; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text__reading {
          height: auto;
          padding: 0 15px; }
          .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text__reading--author {
            color: #303E48;
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 18px;
            line-height: 1.125rem;
            margin-bottom: 20px; }
          .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text__reading--blurb {
            color: #303E48;
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 18px;
            line-height: 1.125rem; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text__blue {
          background-color: #093E52; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text__green {
          background-color: #139A95; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text__orange {
          background-color: #f36523; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text__cyan {
          background-color: #00add9; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text__yellow {
          background-color: #EAC415; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text .top {
          height: 80%;
          color: #fff; }
          .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text .top::after {
            content: '';
            display: block;
            width: 30%;
            height: 2px;
            background: #EAC415;
            position: absolute;
            margin-left: 30px;
            margin-top: 22px;
            left: 0;
            top: 0;
            transition: width .3s; }
          .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text .top__yellow {
            color: #fff; }
            .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text .top__yellow::after {
              content: '';
              display: block;
              width: 30%;
              height: 2px;
              background: #EAC415;
              position: absolute;
              margin-left: 30px;
              margin-top: 22px;
              left: 0;
              top: 0;
              transition: width .3s; }
            .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text .top__yellow p.wide-list-copy {
              font-size: 14px;
              font-size: 0.875rem;
              line-height: 18px;
              line-height: 1.125rem; }
          .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text .top__green {
            color: #fff; }
            .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text .top__green::after {
              content: '';
              display: block;
              width: 88px;
              height: 2px;
              background: #139A95;
              position: absolute;
              top: 0; }
            .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text .top__green p.wide-list-copy {
              font-size: 14px;
              font-size: 0.875rem;
              line-height: 18px;
              line-height: 1.125rem; }
          .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text .top__white {
            color: #fff; }
            .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text .top__white::after {
              content: '';
              display: block;
              width: 30%;
              height: 2px;
              background: #fff;
              position: absolute;
              margin-left: 30px;
              margin-top: 22px;
              left: 0;
              top: 0;
              transition: width .3s; }
            .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text .top__white p.wide-list-copy {
              font-size: 14px;
              font-size: 0.875rem;
              line-height: 18px;
              line-height: 1.125rem; }
          .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text .top p.wide-list-copy {
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 18px;
            line-height: 1.125rem; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text .button {
          bottom: 30px;
          position: absolute; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text .button-grey__left {
          bottom: 0;
          position: inherit; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text img.icon {
          position: absolute;
          bottom: 0px;
          right: 0px;
          opacity: .1;
          width: 50%; }
      .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-image {
        padding: 0;
        position: relative;
        height: 240px;
        background-color: #f6f6f6;
        background-repeat: no-repeat;
        background-attachment: initial;
        background-position: center;
        background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        transition: all 0.3s; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-image__visioning {
          background-image: url(../images/services_overview-visioning.jpg); }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-image__data {
          background-image: url(../images/services_overview-data.jpg); }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-image__strategy {
          background-image: url(../images/services_overview-strategy.jpg); }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-image__transformation {
          background-image: url(../images/services_overview-transformation.jpg); }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-image__research {
          background-image: url(../images/services_overview-research.jpg); }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-image__green {
          background-color: #139A95; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-image__orange {
          background-color: #f36523; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-image__cyan {
          background-color: #00add9; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-image__yellow {
          background-color: #EAC415; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-image .logo {
          position: absolute;
          max-width: 220px;
          max-height: 100px;
          top: 15px;
          z-index: 1; }
          .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-image .logo__right {
            right: 15px; }
          .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-image .logo__left {
            left: 15px; }
      .wide-list .content .grid-wrapper a.wide-list-item .overlay {
        position: relative; }
      .wide-list .content .grid-wrapper a.wide-list-item .overlay:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0; }
      .wide-list .content .grid-wrapper a.wide-list-item .overlay__blue:after {
        background-color: #093E52; }
      .wide-list .content .grid-wrapper a.wide-list-item .overlay__green:after {
        background-color: #139A95; }
      .wide-list .content .grid-wrapper a.wide-list-item .overlay__orange:after {
        background-color: #f36523; }
      .wide-list .content .grid-wrapper a.wide-list-item .overlay__cyan:after {
        background-color: #00add9; }
      .wide-list .content .grid-wrapper a.wide-list-item .overlay__yellow:after {
        background-color: #EAC415; }
      .overlay:hover:after .wide-list .content .grid-wrapper a.wide-list-item__blue:after, .wide-list .content .grid-wrapper a.wide-list-item__green:after, .wide-list .content .grid-wrapper a.wide-list-item__orange:after, .wide-list .content .grid-wrapper a.wide-list-item__cyan:after, .wide-list .content .grid-wrapper a.wide-list-item__yellow:after {
        opacity: .2; }
    .wide-list .content .grid-wrapper .wide-list-item-reading {
      width: 100%;
      padding-top: 15px; }
      .wide-list .content .grid-wrapper .wide-list-item-reading img.wide-list-item-image-reading {
        max-width: 290px;
        margin-bottom: 30px; }
      .wide-list .content .grid-wrapper .wide-list-item-reading .wide-list-item-text-reading {
        margin-bottom: 30px;
        padding: 0 15px; }
        .wide-list .content .grid-wrapper .wide-list-item-reading .wide-list-item-text-reading--author {
          color: #303E48;
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 18px;
          line-height: 1.125rem;
          margin-bottom: 20px; }
        .wide-list .content .grid-wrapper .wide-list-item-reading .wide-list-item-text-reading--blurb {
          color: #303E48;
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 18px;
          line-height: 1.125rem; }
        .wide-list .content .grid-wrapper .wide-list-item-reading .wide-list-item-text-reading .top {
          height: 80%;
          color: #fff; }
          .wide-list .content .grid-wrapper .wide-list-item-reading .wide-list-item-text-reading .top::after {
            content: '';
            display: block;
            width: 30%;
            height: 2px;
            background: #EAC415;
            position: absolute;
            margin-left: 30px;
            margin-top: 22px;
            left: 0;
            top: 0;
            transition: width .3s; }
          .wide-list .content .grid-wrapper .wide-list-item-reading .wide-list-item-text-reading .top__green {
            color: #fff; }
            .wide-list .content .grid-wrapper .wide-list-item-reading .wide-list-item-text-reading .top__green::after {
              content: '';
              display: block;
              width: 88px;
              height: 2px;
              background: #139A95;
              position: absolute;
              top: 0; }
        .wide-list .content .grid-wrapper .wide-list-item-reading .wide-list-item-text-reading .button {
          bottom: 30px;
          position: absolute; }
        .wide-list .content .grid-wrapper .wide-list-item-reading .wide-list-item-text-reading .button-grey__left {
          bottom: 0;
          position: inherit; }

.square-list .content {
  margin-left: 15px;
  margin-right: 15px; }
  .square-list .content .grid-wrapper {
    margin-bottom: 30px; }
    .square-list .content .grid-wrapper a.square-list-item:nth-last-of-type(1) {
      display: none; }
    .square-list .content .grid-wrapper a.square-list-item {
      height: 360px;
      text-decoration: none;
      background-color: #f6f6f6;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      transition: all 0.3s; }
      .square-list .content .grid-wrapper a.square-list-item:hover > .square-list-item-text:hover > .top {
        background-color: rgba(9, 62, 82, 0.8); }
        .square-list .content .grid-wrapper a.square-list-item:hover > .square-list-item-text:hover > .top::after {
          width: 94%; }
      .square-list .content .grid-wrapper a.square-list-item:hover > .square-list-item-text:hover > .button {
        text-decoration: none;
        background-color: #fff;
        color: #093E52; }
        .square-list .content .grid-wrapper a.square-list-item:hover > .square-list-item-text:hover > .button .icon--double-arrow {
          fill: #093E52; }
      .square-list .content .grid-wrapper a.square-list-item:hover > .square-list-item-text:hover:after > .overlay {
        opacity: .2; }
      .square-list .content .grid-wrapper a.square-list-item .square-list-item-text {
        max-height: 360px; }
        .square-list .content .grid-wrapper a.square-list-item .square-list-item-text__blue {
          background-color: #093E52; }
        .square-list .content .grid-wrapper a.square-list-item .square-list-item-text .top {
          color: #fff;
          background-color: rgba(9, 62, 82, 0.4);
          padding: 15px;
          margin-top: 15px;
          margin-right: 15px;
          min-width: 260px;
          position: relative; }
          .square-list .content .grid-wrapper a.square-list-item .square-list-item-text .top::after {
            content: '';
            display: block;
            width: 30%;
            height: 2px;
            background: #EAC415;
            position: absolute;
            margin-left: 15px;
            left: 0;
            top: 0;
            transition: width .3s; }
          .square-list .content .grid-wrapper a.square-list-item .square-list-item-text .top p.square-list-copy {
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 18px;
            line-height: 1.125rem; }
        .square-list .content .grid-wrapper a.square-list-item .square-list-item-text .button {
          bottom: 30px;
          position: absolute; }
      .square-list .content .grid-wrapper a.square-list-item .square-list-item-image {
        height: 360px;
        background: url(../images/grid-image-wide.jpg) no-repeat center center;
        background-size: cover;
        transition: all 0.3s; }
        .square-list .content .grid-wrapper a.square-list-item .square-list-item-image__blue {
          background-color: #093E52; }
      .square-list .content .grid-wrapper a.square-list-item .overlay {
        position: relative; }
      .square-list .content .grid-wrapper a.square-list-item .overlay:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: #093E52; }
      .square-list .content .grid-wrapper a.square-list-item .overlay:hover:after {
        opacity: .2; }

.clients {
  background-color: #f6f6f6; }
  .clients .content .case {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .clients .content .case .case-box:nth-child(3) {
      display: none; }
    .clients .content .case .case-box {
      margin-bottom: 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
      .clients .content .case .case-box .case-item {
        text-align: center;
        text-decoration: none;
        display: -ms-flexbox;
        display: flex; }
        .clients .content .case .case-box .case-item:hover .more-btn {
          text-decoration: none;
          background-color: #EAC415;
          color: #093E52; }
        .clients .content .case .case-box .case-item__content {
          background-color: #fff;
          border-top: 2px solid #093E52;
          position: relative;
          padding: 30px; }
          .clients .content .case .case-box .case-item__content--logo {
            width: 100%;
            vertical-align: middle;
            position: relative;
            padding-bottom: 30px;
            display: block;
            margin: 0 auto; }
            .clients .content .case .case-box .case-item__content--logo::after {
              content: "";
              display: block;
              margin: 0 auto;
              width: 100px;
              padding-top: 20px;
              border-bottom: 2px solid #139A95;
              position: absolute;
              bottom: 0;
              left: 50%;
              transform: translate(-50%); }
            .clients .content .case .case-box .case-item__content--logo img.case-logo {
              max-width: 50%;
              display: block;
              margin: 0 auto; }
          .clients .content .case .case-box .case-item__content--copy {
            min-height: 130px;
            color: #303E48;
            padding: 30px 0;
            margin-bottom: 20px; }
          .clients .content .case .case-box .case-item__content .more-btn {
            position: absolute;
            left: 50%;
            transform: translate(-50%);
            bottom: 30px;
            margin: 0;
            width: auto;
            display: block; }
  .clients .content .logo-carousel {
    height: 30px; }
  .clients .content .client-logos {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 30px;
    margin-bottom: 15px; }
  .clients .content .client-logos * {
    vertical-align: middle; }
  .clients .content .client-logos span {
    height: 100%;
    width: 1px; }
  .clients .content img.client-logo {
    margin-bottom: 30px;
    margin-right: 15px;
    max-height: 40px; }
  .clients .content img.client-logo-static {
    margin-bottom: 20px; }

.WTA {
  background-color: white;
  border-top: 2px solid #12845f; }
  .WTA .content {
    position: relative; }
    .WTA .content .WTA-logo {
      position: absolute;
      top: -41px;
      right: 15px;
      width: auto;
      max-height: 16px;
      background-color: #12845f; }
    .WTA .content .academy-feed .blog-item-box {
      margin-bottom: 30px; }
      .WTA .content .academy-feed .blog-item-box .blog-item {
        text-align: center;
        text-decoration: none; }
        .WTA .content .academy-feed .blog-item-box .blog-item:hover .more-btn {
          text-decoration: none;
          background-color: #12845f;
          color: #fff; }
        .WTA .content .academy-feed .blog-item-box .blog-item__content {
          background-color: #f6f6f6;
          border-top: 2px solid #12845f;
          height: 470px; }
          .WTA .content .academy-feed .blog-item-box .blog-item__content--image {
            background-color: #f6f6f6;
            height: 50%; }
            .WTA .content .academy-feed .blog-item-box .blog-item__content--image img.wta-img {
              height: 100%;
              width: 100%;
              object-fit: cover; }
          .WTA .content .academy-feed .blog-item-box .blog-item__content--copy {
            padding: 15px;
            font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 31.992px;
            line-height: 1.9995rem;
            color: #12845f;
            position: relative;
            height: 50%; }
            .WTA .content .academy-feed .blog-item-box .blog-item__content--copy .wta-copy {
              font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
              font-size: 24px;
              font-size: 1.5rem;
              line-height: 31.992px;
              line-height: 1.9995rem;
              color: #12845f; }
            .WTA .content .academy-feed .blog-item-box .blog-item__content--copy .more-btn {
              font-family: "InfoBook", Helvetica, Arial, sans-serif;
              font-size: 16;
              position: absolute;
              left: 50%;
              transform: translate(-50%);
              bottom: 20px; }

.subscribe {
  border-top: #04d6d0 2px solid;
  padding-top: 20px;
  padding-bottom: 20px;
  background: linear-gradient(rgba(0, 153, 149, 0.9), rgba(0, 153, 149, 0.9)), url(../images/subscribe_bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .subscribe .content {
    color: #fff !important; }
    .subscribe .content .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .subscribe .content .overlay__green {
        background-color: rgba 19, 154, 149, 0.9; }
    .subscribe .content .site-footer--form {
      margin-top: 15px; }
      .subscribe .content .site-footer--form .site-footer--form--message {
        margin-bottom: 20px; }
        .subscribe .content .site-footer--form .site-footer--form--message div {
          display: none; }
        .subscribe .content .site-footer--form .site-footer--form--message h1 {
          color: #fff !important;
          font-family: "OfficinaBook", Helvetica, Arial, sans-serif;
          font-size: 32px;
          font-size: 2rem;
          line-height: 36px;
          line-height: 2.25rem;
          text-align: left;
          border-bottom: 1px solid #fff;
          padding-bottom: 16px; }
      .subscribe .content .site-footer--form .subscribe-form h3 {
        color: #fff !important;
        font-family: "OfficinaBook", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        line-height: 1.5rem;
        text-align: left;
        margin-bottom: 15px; }
      .subscribe .content .site-footer--form .subscribe-form .subscribe-form-input {
        border-top: solid 2px #6db7b4;
        border-bottom: none;
        border-left: none;
        border-right: none;
        color: #fff;
        margin-bottom: 15px;
        height: 42px;
        width: 100% !important; }
      .subscribe .content .site-footer--form .subscribe-form input.error {
        background-color: #ffaaaa; }
      .subscribe .content .site-footer--form .subscribe-form .select-css-wrap {
        border-radius: 0 !important; }
        .subscribe .content .site-footer--form .subscribe-form .select-css-wrap .select-css {
          border-bottom: none;
          border-left: none;
          border-right: none;
          width: 100% !important;
          border-radius: 0 !important;
          border-top: solid 2px #6db7b4;
          margin-bottom: 15px;
          background-color: #1d9995; }
      .subscribe .content .site-footer--form .subscribe-form select {
        border-radius: 0 !important; }
      .subscribe .content .site-footer--form .subscribe-form .checkbox {
        border-radius: 0 !important;
        margin-bottom: 15px; }
      .subscribe .content .site-footer--form .subscribe-form .btn-submit, .subscribe .content .site-footer--form .subscribe-form .subscribe-form__submit {
        letter-spacing: 2px;
        height: 42px;
        border: 1px solid #fff;
        color: #fff;
        background: none;
        text-transform: uppercase;
        transition: all 0.3s;
        cursor: pointer; }
        .subscribe .content .site-footer--form .subscribe-form .btn-submit:hover, .subscribe .content .site-footer--form .subscribe-form .btn-submit:active, .subscribe .content .site-footer--form .subscribe-form .subscribe-form__submit:hover, .subscribe .content .site-footer--form .subscribe-form .subscribe-form__submit:active {
          text-decoration: none;
          background-color: #fff;
          color: #2B2B2B;
          transition: all 0.3s; }

.page-banner {
  height: 290px;
  background: linear-gradient(rgba(4, 62, 123, 0.6), rgba(4, 62, 123, 0.6)), url(../images/primary-page_banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .page-banner .inner {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0; }
    .page-banner .inner__content {
      color: #fff;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }

.subpage-banner {
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .subpage-banner__visioning {
    background-image: url(../images/services_header-visioning.jpg); }
  .subpage-banner__data {
    background-image: url(../images/services_header-data.jpg); }
  .subpage-banner__strategy {
    background-image: url(../images/services_header-strategy.jpg); }
  .subpage-banner__transformation {
    background-image: url(../images/services_header-transformation.jpg); }
  .subpage-banner__research {
    background-image: url(../images/services_header-research.jpg); }
  .subpage-banner .content {
    position: relative;
    max-height: 100%; }
    .subpage-banner .content__intro {
      margin-top: 15px;
      color: #fff; }
      .subpage-banner .content__intro--cat {
        padding-bottom: 15px;
        font-family: "InfoBook", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1rem;
        line-height: 19.9992px;
        line-height: 1.24995rem; }
      .subpage-banner .content__intro--cat:after {
        content: "";
        display: block;
        width: 30px;
        padding-top: 8px;
        border-bottom: 2px solid #EAC415; }
      .subpage-banner .content__intro--title {
        margin-bottom: 8px;
        font-family: "OfficinaBold", Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 27.984px;
        line-height: 1.749rem; }
      .subpage-banner .content__intro--title-large {
        margin-bottom: 12px;
        font-family: "OfficinaBold", Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 30px;
        line-height: 1.875rem; }
      .subpage-banner .content__intro--author {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 18px;
        line-height: 1.125rem;
        margin-bottom: 8px; }
        .subpage-banner .content__intro--author .category {
          font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
          text-transform: uppercase;
          letter-spacing: 1px; }
        .subpage-banner .content__intro--author a.link-on-image {
          text-decoration: underline;
          color: #fff; }
          .subpage-banner .content__intro--author a.link-on-image:hover {
            color: #7BB942; }
      .subpage-banner .content__intro--copy {
        display: none; }
      .subpage-banner .content__intro .more-btn {
        position: absolute;
        left: 15px;
        text-align: center;
        margin-top: 15px; }
        .subpage-banner .content__intro .more-btn:hover .icon--double-arrow {
          fill: #093E52; }

.blogpage-banner {
  height: 350px;
  background-position: right bottom;
  background-repeat: no-repeat; }
  .blogpage-banner .content {
    position: relative;
    max-height: 100%; }
    .blogpage-banner .content__intro {
      margin-top: 15px;
      color: #fff; }
      .blogpage-banner .content__intro--cat {
        padding-bottom: 15px;
        font-family: "InfoBook", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1rem;
        line-height: 19.9992px;
        line-height: 1.24995rem; }
      .blogpage-banner .content__intro--cat:after {
        content: "";
        display: block;
        width: 30px;
        padding-top: 8px;
        border-bottom: 2px solid #093E52; }
      .blogpage-banner .content__intro--title {
        margin-bottom: 8px;
        font-family: "OfficinaBold", Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 27.984px;
        line-height: 1.749rem; }
      .blogpage-banner .content__intro--title-large {
        margin-bottom: 12px;
        font-family: "OfficinaBold", Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 30px;
        line-height: 1.875rem; }
      .blogpage-banner .content__intro--author {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 18px;
        line-height: 1.125rem;
        margin-bottom: 8px; }
        .blogpage-banner .content__intro--author .category {
          font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
          text-transform: uppercase;
          letter-spacing: 1px; }
        .blogpage-banner .content__intro--author a.link-on-image {
          text-decoration: underline;
          color: #fff; }
          .blogpage-banner .content__intro--author a.link-on-image:hover {
            color: #7BB942; }
      .blogpage-banner .content__intro--copy {
        display: none; }
      .blogpage-banner .content__intro .more-btn {
        position: absolute;
        left: 15px;
        text-align: center;
        margin-top: 15px; }
        .blogpage-banner .content__intro .more-btn:hover .icon--double-arrow {
          fill: #093E52; }

.itempage-banner {
  height: 290px;
  padding-top: 20px;
  background: linear-gradient(rgba(4, 62, 123, 0.6), rgba(4, 62, 123, 0.6)), url(../images/primary-page_banner-grey.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .itempage-banner .content {
    position: relative;
    max-height: 100%; }
    .itempage-banner .content__intro {
      margin-top: 15px;
      color: #fff; }
      .itempage-banner .content__intro--cat {
        padding-bottom: 15px;
        font-family: "InfoBook", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1rem;
        line-height: 19.9992px;
        line-height: 1.24995rem; }
      .itempage-banner .content__intro--cat:after {
        content: "";
        display: block;
        width: 30px;
        padding-top: 8px;
        border-bottom: 2px solid #EAC415; }
      .itempage-banner .content__intro--title {
        margin-bottom: 8px;
        font-family: "OfficinaBold", Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 27.984px;
        line-height: 1.749rem; }
      .itempage-banner .content__intro--author {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 18px;
        line-height: 1.125rem;
        margin-bottom: 8px; }
        .itempage-banner .content__intro--author .category {
          font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
          text-transform: uppercase; }
      .itempage-banner .content__intro--copy {
        display: none; }
    .itempage-banner .content .right-col .dl-btn {
      position: absolute;
      left: 15px;
      text-align: center;
      margin-top: 15px; }

.itempage-banner-post {
  height: 290px;
  background: linear-gradient(rgba(4, 62, 123, 0.6), rgba(4, 62, 123, 0.6));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .itempage-banner-post .content {
    position: relative;
    max-height: 100%; }
    .itempage-banner-post .content__intro {
      margin-top: 15px;
      color: #fff; }
      .itempage-banner-post .content__intro--cat {
        padding-bottom: 15px;
        font-family: "InfoBook", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 13.99992px;
        line-height: 0.87499rem;
        color: #fff; }
      .itempage-banner-post .content__intro--cat:after {
        content: "";
        display: block;
        width: 30px;
        padding-top: 4px;
        border-bottom: 2px solid #EAC415; }
      .itempage-banner-post .content__intro--title {
        margin-bottom: 8px;
        font-family: "OfficinaBold", Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 24px;
        line-height: 1.5rem; }
      .itempage-banner-post .content__intro--author {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 18px;
        line-height: 1.125rem;
        margin-bottom: 8px; }
        .itempage-banner-post .content__intro--author .category {
          font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
          text-transform: uppercase;
          position: relative;
          letter-spacing: 1px; }
        .itempage-banner-post .content__intro--author .category-item {
          position: absolute;
          left: 80px;
          color: #fff; }
          .itempage-banner-post .content__intro--author .category-item:hover {
            color: #EAC415; }
          .itempage-banner-post .content__intro--author .category-item a.cat-service {
            text-decoration: underline;
            color: white; }
    .itempage-banner-post .content .right-col {
      margin-top: 30px; }
      .itempage-banner-post .content .right-col .dl-btn {
        text-align: center;
        max-width: 160px; }

.studypage-banner-post {
  height: 350px;
  background: linear-gradient(rgba(4, 62, 123, 0.6), rgba(4, 62, 123, 0.6)), url(../images/primary-page_banner-grey.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .studypage-banner-post .overlay {
    position: relative; }
  .studypage-banner-post .content {
    position: relative;
    max-height: 100%; }
    .studypage-banner-post .content__intro {
      margin-top: 15px;
      color: #fff; }
      .studypage-banner-post .content__intro--cat {
        padding-bottom: 15px;
        font-family: "InfoBook", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1rem;
        line-height: 19.9992px;
        line-height: 1.24995rem; }
      .studypage-banner-post .content__intro--cat:after {
        content: "";
        display: block;
        width: 30px;
        padding-top: 8px;
        border-bottom: 2px solid #EAC415; }
      .studypage-banner-post .content__intro--title-study {
        margin-bottom: 8px;
        font-family: "OfficinaBold", Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 24px;
        line-height: 1.5rem; }
      .studypage-banner-post .content__intro--copy {
        display: none; }
    .studypage-banner-post .content__intro-lower {
      color: #fff; }
      .studypage-banner-post .content__intro-lower--author {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 15.984px;
        line-height: 0.999rem; }
        .studypage-banner-post .content__intro-lower--author .category {
          font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
          text-transform: uppercase;
          position: relative;
          letter-spacing: 1px; }
        .studypage-banner-post .content__intro-lower--author .category-item {
          position: absolute;
          left: 80px; }
          .studypage-banner-post .content__intro-lower--author .category-item a.cat-service {
            text-decoration: underline;
            color: white;
            transition: all 0.3s; }
            .studypage-banner-post .content__intro-lower--author .category-item a.cat-service:hover {
              opacity: .8;
              transition: all 0.3s; }
      .studypage-banner-post .content__intro-lower .right-col {
        margin-top: 30px; }
        .studypage-banner-post .content__intro-lower .right-col .dl-btn {
          left: 15px;
          text-align: center;
          max-width: 160px; }

.listpage-banner {
  height: 220px;
  padding-top: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .listpage-banner .inner {
    height: 100%;
    position: relative;
    color: #fff; }
    .listpage-banner .inner__content {
      max-width: 800px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }

.blog-banner {
  height: 220px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain; }
  .blog-banner .content {
    max-height: 100%; }
    .blog-banner .content__intro {
      margin-top: 15px;
      color: #fff; }
      .blog-banner .content__intro--cat {
        padding-bottom: 15px;
        font-family: "InfoBook", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1rem;
        line-height: 19.9992px;
        line-height: 1.24995rem;
        color: #fff; }
      .blog-banner .content__intro--cat:after {
        content: "";
        display: block;
        width: 30px;
        padding-top: 8px;
        border-bottom: 2px solid #EAC415; }
      .blog-banner .content__intro--title {
        margin-bottom: 8px;
        font-family: "OfficinaBold", Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 27.984px;
        line-height: 1.749rem; }
      .blog-banner .content__intro--author {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 18px;
        line-height: 1.125rem;
        margin-bottom: 8px; }
        .blog-banner .content__intro--author .category {
          font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
          text-transform: uppercase; }
        .blog-banner .content__intro--author a.category-item {
          text-decoration: underline;
          color: #fff; }

.primary-section {
  padding-top: 46px;
  padding-bottom: 40px; }
  .primary-section .wrapper {
    height: 100%;
    position: relative; }
    .primary-section .wrapper .primary-content {
      height: 100%;
      padding-bottom: 30px; }
      .primary-section .wrapper .primary-content .green {
        color: #139A95; }
      .primary-section .wrapper .primary-content__copy {
        height: 100%; }
      .primary-section .wrapper .primary-content__profile-copy {
        height: 100%; }
      .primary-section .wrapper .primary-content__body-img {
        margin-bottom: 40px;
        margin-top: 40px; }
        .primary-section .wrapper .primary-content__body-img--caption {
          color: #9DB2BA;
          font-size: 14px;
          font-size: 0.875rem; }
      .primary-section .wrapper .primary-content__sub-title {
        font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px; }
      .primary-section .wrapper .primary-content__sub-title:before {
        content: "";
        display: block;
        width: 50px;
        padding-top: 20px;
        border-top: 2px solid #EAC415; }
      .primary-section .wrapper .primary-content__highlight {
        background-color: #EAC415;
        margin-bottom: 40px; }
        .primary-section .wrapper .primary-content__highlight--inner {
          height: 100%;
          padding: 15px;
          font-family: "InfoSemiBold", Helvetica, Arial, sans-serif; }
          .primary-section .wrapper .primary-content__highlight--inner ul.bullets {
            list-style: none;
            padding-left: 5px;
            margin-top: 0; }
            .primary-section .wrapper .primary-content__highlight--inner ul.bullets li {
              color: #303E48;
              position: relative;
              padding-left: 30px;
              margin-bottom: 12px;
              position: relative; }
            .primary-section .wrapper .primary-content__highlight--inner ul.bullets li:before {
              content: '';
              width: 15px;
              height: 15px;
              position: absolute;
              background-image: url("../images/li-white.png");
              background-size: cover;
              background-position: center;
              left: 0;
              top: 12px;
              transform: translateY(-50%);
              display: inline-block;
              vertical-align: top; }
    .primary-section .wrapper .sidebar .contact-box {
      background-color: #fff;
      border: 1px solid #e6ebed;
      padding: 15px; }
      .primary-section .wrapper .sidebar .contact-box__inner {
        margin-bottom: 15px; }
        .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error {
          width: 100%; }
          .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body {
            input-width: 100%;
            input-padding: 10px; }
            .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields {
              margin: 0px; }
              .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields .field, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields li.gfield, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields .field, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields li.gfield, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields .field, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields li.gfield, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields .field, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields li.gfield {
                background-color: rgba(9, 62, 82, 0.1);
                width: 100%;
                max-width: none;
                border-bottom: none;
                border-left: none;
                border-right: none;
                margin-bottom: 15px !important;
                margin-top: 0;
                margin-right: 0 !important;
                color: #093E52;
                padding: 0; }
                .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields .field input, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields li.gfield input, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields .field input, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields li.gfield input, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields .field input, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields li.gfield input, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields .field input, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields li.gfield input {
                  color: #093E52 !important; }
                .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields .field .validation_error, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields li.gfield .validation_error, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields .field .validation_error, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields li.gfield .validation_error, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields .field .validation_error, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields li.gfield .validation_error, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields .field .validation_error, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields li.gfield .validation_error {
                  background-color: black; }
                .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields .field li.gfield_error input, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields li.gfield li.gfield_error input, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields .field li.gfield_error input, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields li.gfield li.gfield_error input, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields .field li.gfield_error input, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields li.gfield li.gfield_error input, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields .field li.gfield_error input, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields li.gfield li.gfield_error input {
                  width: 100%;
                  padding: 0;
                  max-width: none; }
                .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields .field li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields li.gfield li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields .field li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields li.gfield li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields .field li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields li.gfield li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields .field li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields li.gfield li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
                  max-width: none; }
                .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields .field .gfield_error, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields li.gfield .gfield_error, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields .field .gfield_error, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_error, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields .field .gfield_error, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields li.gfield .gfield_error, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields .field .gfield_error, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields li.gfield .gfield_error {
                  margin-bottom: 0; }
                .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields .field .ginput_container, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields li.gfield .ginput_container, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields .field .ginput_container, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields .field .ginput_container, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields li.gfield .ginput_container, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields .field .ginput_container, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields li.gfield .ginput_container {
                  margin: 0;
                  width: 100% !important;
                  padding-left: 0; }
            .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form .gfield_description, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body .gfield_description, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form .gfield_description, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body .gfield_description {
              display: none; }
            .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form .gfield_label, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body .gfield_label, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form .gfield_label, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body .gfield_label {
              display: none; }
            .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form .large, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body .large, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form .large, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body .large {
              border: none; }
            .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form input::-webkit-input-placeholder, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body input::-webkit-input-placeholder, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form input::-webkit-input-placeholder, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body input::-webkit-input-placeholder {
              color: #093E52; }
            .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form input:-moz-placeholder, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body input:-moz-placeholder, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form input:-moz-placeholder, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body input:-moz-placeholder {
              color: #093E52; }
            .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form input::-moz-placeholder, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body input::-moz-placeholder, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form input::-moz-placeholder, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body input::-moz-placeholder {
              color: #093E52; }
            .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form input:-ms-input-placeholder, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body input:-ms-input-placeholder, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form input:-ms-input-placeholder, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body input:-ms-input-placeholder {
              color: #093E52; }
          .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_wrapper .gform_footer, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_wrapper .gform_footer {
            padding: 0; }
          .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_footer.top_label, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_footer.top_label {
            padding: 0;
            margin-top: 0; }
            .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_footer.top_label .btn-submit, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_footer.top_label .gform_button, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_footer.top_label .btn-submit, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_footer.top_label .gform_button {
              height: inherit;
              margin: 0 auto;
              display: block;
              border: 1px solid #EAC415;
              color: #093E52;
              text-transform: uppercase;
              font-size: 12px;
              font-size: 0.75rem;
              letter-spacing: 2px; }
              .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_footer.top_label .btn-submit:hover, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_footer.top_label .btn-submit:active, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_footer.top_label .gform_button:hover, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_footer.top_label .gform_button:active, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_footer.top_label .btn-submit:hover, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_footer.top_label .btn-submit:active, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_footer.top_label .gform_button:hover, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_footer.top_label .gform_button:active {
                text-decoration: none;
                background-color: #EAC415;
                color: #093E52; }
        .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper li.gfield_error input {
          background-color: #ffaaaa;
          margin: 0;
          padding: 10px; }
        .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper li.gfield_error textarea {
          border: none; }
        .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
          padding: 10px; }
        .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper li.gfield.gfield_error, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
          border-top: none; }
        .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
          max-width: none !important; }
    .primary-section .wrapper .sidebar-blog .staff-overview {
      height: 100%;
      width: 100%; }
      .primary-section .wrapper .sidebar-blog .staff-overview__profile {
        display: table-cell;
        padding: 0 54px 30px;
        float: left; }
        .primary-section .wrapper .sidebar-blog .staff-overview__profile--headshot {
          overflow: hidden;
          background-color: #f6f6f6;
          border-radius: 50%;
          height: 37vw;
          width: 37vw;
          max-width: 268px;
          max-height: 268px;
          min-width: 188px;
          min-height: 188px;
          margin: 0 auto;
          display: block;
          margin-bottom: 20px;
          transition: all 0.3s; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile--headshot p.explore-text {
            color: #139A95;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center; }
        .primary-section .wrapper .sidebar-blog .staff-overview__profile--headshot:hover {
          background-color: #7BB942;
          transition: all 0.3s; }
        .primary-section .wrapper .sidebar-blog .staff-overview__profile--info {
          max-width: 268px;
          margin: auto;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile--info p {
            margin-bottom: 12px; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile--info .contact-intro {
            margin-bottom: 15px; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile--info .contact-intro:before {
            content: "";
            display: block;
            width: 40px;
            margin-bottom: 20px;
            border-bottom: 2px solid #093E52; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile--info .name {
            font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 27.984px;
            line-height: 1.749rem;
            color: #139A95; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile--info .contact {
            color: #303E48; }
            .primary-section .wrapper .sidebar-blog .staff-overview__profile--info .contact .category {
              text-transform: uppercase;
              font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
              color: #093E52;
              font-size: 12px;
              font-size: 0.75rem;
              line-height: 18px;
              line-height: 1.125rem;
              letter-spacing: 1px; }
            .primary-section .wrapper .sidebar-blog .staff-overview__profile--info .contact a.email {
              font-size: 14px;
              font-size: 0.875rem;
              line-height: 19.992px;
              line-height: 1.2495rem;
              text-transform: lowercase; }
            .primary-section .wrapper .sidebar-blog .staff-overview__profile--info .contact a.contact-icon {
              display: inline-block; }
              .primary-section .wrapper .sidebar-blog .staff-overview__profile--info .contact a.contact-icon:hover .icon--contact_symbols {
                fill: #139A95; }
      .primary-section .wrapper .sidebar-blog .staff-overview__profile-page {
        padding: 0 0 30px;
        float: left; }
        .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--headshot {
          background-position: center bottom;
          background-repeat: no-repeat;
          background-size: contain;
          background-color: #f6f6f6;
          border-radius: 50%;
          height: 37vw;
          width: 37vw;
          max-width: 268px;
          max-height: 268px;
          min-width: 188px;
          min-height: 188px;
          margin: 0 auto;
          display: block;
          margin-bottom: 20px;
          transition: all 0.3s; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--headshot p.explore-text {
            color: #139A95;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center; }
        .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--headshot:hover {
          background-color: #7BB942;
          transition: all 0.3s; }
        .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info {
          max-width: 268px;
          margin: auto;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info p {
            margin-bottom: 12px; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info .contact-intro {
            margin-bottom: 15px; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info .contact-intro:before {
            content: "";
            display: block;
            width: 40px;
            margin-bottom: 20px;
            border-bottom: 2px solid #093E52; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info .name {
            font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 27.984px;
            line-height: 1.749rem;
            color: #139A95; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info .contact {
            color: #303E48; }
            .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info .contact .category {
              text-transform: uppercase;
              font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
              color: #093E52;
              font-size: 12px;
              font-size: 0.75rem;
              line-height: 18px;
              line-height: 1.125rem;
              letter-spacing: 1px; }
            .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info .contact a.email {
              font-size: 14px;
              font-size: 0.875rem;
              line-height: 19.992px;
              line-height: 1.2495rem;
              text-transform: lowercase; }
            .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info .contact a.contact-icon {
              display: inline-block; }
              .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info .contact a.contact-icon:hover .icon--contact_symbols {
                fill: #139A95; }
    .primary-section .wrapper .sidebar-report {
      margin-top: 15px; }
      .primary-section .wrapper .sidebar-report__cover img.report-image {
        height: auto;
        max-width: 220px; }
      .primary-section .wrapper .sidebar-report__contact {
        margin-top: 15px; }
        .primary-section .wrapper .sidebar-report__contact .contact-intro:before {
          content: "";
          display: block;
          width: 40px;
          margin-bottom: 20px;
          border-bottom: 2px solid #093E52; }

/*
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
	background-color: aqua !important;
}
*/
.primary-section-divide {
  background-color: #f6f6f6;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 30px; }
  .primary-section-divide .wrapper {
    height: 100%;
    position: relative; }
    .primary-section-divide .wrapper .primary-content {
      height: 100%;
      padding-bottom: 30px; }
      .primary-section-divide .wrapper .primary-content__copy {
        height: 100%; }
      .primary-section-divide .wrapper .primary-content__profile-copy {
        height: 100%; }
      .primary-section-divide .wrapper .primary-content__body-img {
        margin-bottom: 40px;
        margin-top: 40px; }
        .primary-section-divide .wrapper .primary-content__body-img--caption {
          color: #9DB2BA;
          font-size: 16px;
          font-size: 1rem; }
      .primary-section-divide .wrapper .primary-content__sub-title {
        font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px; }
      .primary-section-divide .wrapper .primary-content__sub-title:before {
        content: "";
        display: block;
        width: 50px;
        padding-top: 20px;
        border-top: 2px solid #EAC415; }
      .primary-section-divide .wrapper .primary-content__highlight {
        background-color: #EAC415;
        margin-bottom: 40px; }
        .primary-section-divide .wrapper .primary-content__highlight--inner {
          height: 100%;
          padding: 15px; }
          .primary-section-divide .wrapper .primary-content__highlight--inner ul.bullets {
            list-style: none;
            padding-left: 5px;
            margin-top: 0; }
            .primary-section-divide .wrapper .primary-content__highlight--inner ul.bullets li {
              color: #303E48;
              position: relative;
              padding-left: 30px;
              margin-bottom: 24px;
              position: relative; }
            .primary-section-divide .wrapper .primary-content__highlight--inner ul.bullets li:before {
              content: '';
              width: 15px;
              height: 15px;
              position: absolute;
              background-image: url("../images/li-white.png");
              background-size: cover;
              background-position: center;
              left: 0;
              top: 12px;
              transform: translateY(-50%);
              display: inline-block;
              vertical-align: top; }

.q_and_a {
  border-top: #04d6d0 2px solid;
  background: linear-gradient(rgba(0, 153, 149, 0.7), rgba(0, 153, 149, 0.7)), url(../images/qa_background.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .q_and_a__inner {
    color: #fff;
    height: inherit; }
    .q_and_a__inner--body .interview .question {
      font-family: "InfoSemiBold", Helvetica, Arial, sans-serif; }
    .q_and_a__inner--body .interview .answer {
      font-family: "InfoBook", Helvetica, Arial, sans-serif; }

.study-section {
  padding-top: 46px;
  padding-bottom: 0px; }
  .study-section .wrapper {
    height: 100%;
    position: relative; }
    .study-section .wrapper .study-content {
      height: 100%; }
      .study-section .wrapper .study-content__copy {
        margin-top: 10px; }
        .study-section .wrapper .study-content__copy--title {
          padding-bottom: 15px;
          text-transform: uppercase; }
        .study-section .wrapper .study-content__copy--title:after {
          content: "";
          display: block;
          width: 30px;
          padding-top: 4px;
          border-bottom: 2px solid #f36523; }
        .study-section .wrapper .study-content__copy--text {
          margin-bottom: 30px; }
      .study-section .wrapper .study-content__quote {
        padding-top: 0px;
        margin-bottom: 40px; }
        .study-section .wrapper .study-content__quote .quote-box {
          background-color: #f6f6f6;
          border-top: #f36523 solid 5px;
          border-bottom: #f36523 solid 2px;
          padding-left: 0px; }
          .study-section .wrapper .study-content__quote .quote-box p.blockquote {
            color: #f36523;
            font-size: 22.08px;
            font-size: 1.38rem;
            line-height: 24.08px;
            line-height: 1.505rem;
            width: 90%; }
          .study-section .wrapper .study-content__quote .quote-box p.cite {
            color: #b1b5b6;
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 18px;
            text-transform: uppercase;
            margin-bottom: 6px; }
            .study-section .wrapper .study-content__quote .quote-box p.cite .cite-name {
              font-family: "InfoSemiBold", Helvetica, Arial, sans-serif; }
            .study-section .wrapper .study-content__quote .quote-box p.cite .cite-role {
              font-family: "InfoBook", Helvetica, Arial, sans-serif; }
      .study-section .wrapper .study-content__image-block {
        margin-bottom: 30px; }
        .study-section .wrapper .study-content__image-block--image {
          margin-bottom: 10px; }
        .study-section .wrapper .study-content__image-block--caption {
          color: #9DB2BA;
          font-size: 14px;
          font-size: 0.875rem; }
      .study-section .wrapper .study-content__impact {
        background-color: #f6f6f6;
        padding: 20px 0 10px; }
        .study-section .wrapper .study-content__impact--stat {
          margin-bottom: 10px; }
          .study-section .wrapper .study-content__impact--stat .content .figure {
            background-color: #f36523;
            border-radius: 50%;
            height: 38vw;
            width: 38vw;
            max-width: 206px;
            max-height: 206px;
            margin: 0 auto;
            display: block; }
            .study-section .wrapper .study-content__impact--stat .content .figure p.figure-text {
              color: #fff;
              position: absolute;
              top: 28%;
              left: 52%;
              transform: translate(-50%, -50%);
              text-align: center;
              font-size: 38px;
              font-size: 2.375rem;
              line-height: 39.984px;
              line-height: 2.499rem; }
          .study-section .wrapper .study-content__impact--stat .content .caption {
            margin: 10px 0;
            padding: 0; }
            .study-section .wrapper .study-content__impact--stat .content .caption p.caption-text {
              color: #b1b5b6;
              margin: 0 auto;
              display: block;
              text-align: center; }

.service-process {
  border-top: #04d6d0 2px solid;
  background: linear-gradient(rgba(0, 153, 149, 0.9), rgba(0, 153, 149, 0.9)), url(../images/process_bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .service-process .inner {
    height: inherit; }
    .service-process .inner .process-item {
      height: inherit;
      text-align: center; }
      .service-process .inner .process-item .process-item-box {
        background-color: white;
        padding: 30px;
        margin-bottom: 30px;
        min-height: 388px; }
        .service-process .inner .process-item .process-item-box__icon {
          margin: 0 auto;
          display: block; }
        .service-process .inner .process-item .process-item-box__title {
          font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
          font-size: 24px;
          line-height: 30px;
          margin-bottom: 25px;
          padding-top: 15px; }

.services-strip {
  background-color: #f6f6f6;
  padding-top: 66px;
  padding-bottom: 66px; }
  .services-strip .content .icons-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .services-strip .content .icons-group #service-content {
      text-align: center;
      text-decoration: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%; }
      .services-strip .content .icons-group #service-content a.service-item {
        display: inline-block;
        margin: 0 auto;
        margin-bottom: 30px;
        text-decoration: none;
        padding: 8px 8px 32px 8px; }
        .services-strip .content .icons-group #service-content a.service-item .service-item__explore {
          background-color: #093E52;
          border-radius: 50%;
          height: 38vw;
          width: 38vw;
          max-width: 190px;
          max-height: 190px;
          margin: 0 auto;
          display: block;
          position: relative; }
          .services-strip .content .icons-group #service-content a.service-item .service-item__explore p.explore-text {
            color: #139A95;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            font-size: 16px;
            font-size: 1rem;
            line-height: 18px;
            line-height: 1.125rem; }
        .services-strip .content .icons-group #service-content a.service-item .service-item__icon {
          background-position: center bottom;
          background-repeat: no-repeat;
          background-size: contain;
          background-color: #f6f6f6;
          border-radius: 50%;
          height: 37vw;
          width: 37vw;
          max-width: 190px;
          max-height: 190px;
          min-width: 78px;
          min-height: 78px;
          margin: 0 auto;
          display: block;
          margin-bottom: 20px;
          transition: all 0.3s; }
          .services-strip .content .icons-group #service-content a.service-item .service-item__icon--visioning {
            background-image: url(../images/service-icon_visioning.png); }
            .services-strip .content .icons-group #service-content a.service-item .service-item__icon--visioning:hover {
              background-image: url(../images/service-icon-linear_visioning.gif); }
          .services-strip .content .icons-group #service-content a.service-item .service-item__icon--data {
            background-image: url(../images/service-icon_data.png); }
            .services-strip .content .icons-group #service-content a.service-item .service-item__icon--data:hover {
              background-image: url(../images/service-icon-linear_data.gif); }
          .services-strip .content .icons-group #service-content a.service-item .service-item__icon--strategy {
            background-image: url(../images/service-icon_strategy.png); }
            .services-strip .content .icons-group #service-content a.service-item .service-item__icon--strategy:hover {
              background-image: url(../images/service-icon-linear_strategy.gif); }
          .services-strip .content .icons-group #service-content a.service-item .service-item__icon--transformation {
            background-image: url(../images/service-icon_transform.png); }
            .services-strip .content .icons-group #service-content a.service-item .service-item__icon--transformation:hover {
              background-image: url(../images/service-icon-linear_transform.gif); }
          .services-strip .content .icons-group #service-content a.service-item .service-item__icon--research {
            background-image: url(../images/service-icon_research.png); }
            .services-strip .content .icons-group #service-content a.service-item .service-item__icon--research:hover {
              background-image: url(../images/service-icon-linear_research.gif); }
        .services-strip .content .icons-group #service-content a.service-item .service-item__divider {
          border-bottom: 2px #139A95 solid;
          width: 60px;
          height: 0px;
          margin: 0 auto;
          display: block;
          margin-bottom: 10px;
          margin-top: 20px; }
        .services-strip .content .icons-group #service-content a.service-item .service-item__title {
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 25.92px;
          line-height: 1.62rem;
          font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
          color: #093E52; }

.blog-carousel {
  background-color: fuchsia;
  height: 526px;
  padding-left: 0;
  padding-right: 0; }
  .blog-carousel .carousel-inner {
    height: 526px; }
    .blog-carousel .carousel-inner .carousel-inner-current {
      position: relative; }
      .blog-carousel .carousel-inner .carousel-inner-current .carousel-content {
        padding: 0 15px;
        /* Dots */ }
        .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-title {
          background-color: rgba 0, 0, 0, 0.5;
          height: 100px;
          border-bottom: 2px #fff solid; }
        .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .slick-arrow {
          top: auto;
          bottom: 180px;
          width: 40px;
          height: 40px;
          opacity: .3;
          background-color: #fff;
          border-radius: 100%;
          border: none;
          padding: 5px;
          margin: 0px; }
          .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .slick-arrow:hover {
            opacity: .6; }
          .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .slick-arrow .icon {
            opacity: .6;
            fill: #093E52; }
          .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .slick-arrow:hover .icon {
            width: 100%;
            height: 100%;
            opacity: 1;
            fill: #093E52; }
          .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .slick-arrow:active .icon {
            width: 100%;
            height: 100%;
            opacity: 1;
            fill: #093E52; }
        .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .slick-list {
          height: 526px;
          overflow: visible; }
        .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current {
          background-position: right bottom;
          background-repeat: no-repeat;
          background-size: contain; }
          .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-left,
          .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-right {
            height: 88%; }
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-left img.arrow-icon,
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-right img.arrow-icon {
              max-width: 25%;
              transition: all 0.3s;
              opacity: .5; }
              .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-left img.arrow-icon__left,
              .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-right img.arrow-icon__left {
                position: absolute;
                top: 50%;
                right: 50%;
                text-align: center;
                float: left;
                transform: scaleX(-1);
                filter: FlipH;
                -ms-filter: "FlipH"; }
              .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-left img.arrow-icon__right,
              .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-right img.arrow-icon__right {
                float: right;
                position: absolute;
                top: 50%;
                left: 50%;
                text-align: center; }
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-left img.arrow-icon:hover,
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-right img.arrow-icon:hover {
              transition: all 0.3s;
              opacity: 1; }
          .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content {
            height: 100%; }
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content {
              position: relative;
              height: 526px; }
              .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro {
                margin-left: 15px;
                color: #fff;
                padding-top: 130px; }
                .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro--cat {
                  padding-bottom: 15px;
                  font-family: "InfoBook", Helvetica, Arial, sans-serif;
                  text-transform: uppercase;
                  font-size: 16px;
                  font-size: 1rem;
                  line-height: 19.9992px;
                  line-height: 1.24995rem; }
                .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro--cat:after {
                  content: "";
                  display: block;
                  width: 30px;
                  padding-top: 8px;
                  border-bottom: 2px solid #EAC415; }
                .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro--title {
                  margin-bottom: 8px;
                  font-family: "OfficinaBold", Helvetica, Arial, sans-serif;
                  font-size: 24px;
                  font-size: 1.5rem;
                  line-height: 27.984px;
                  line-height: 1.749rem; }
                .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro--title-large {
                  margin-bottom: 12px;
                  font-family: "OfficinaBold", Helvetica, Arial, sans-serif;
                  font-size: 32px;
                  font-size: 2rem;
                  line-height: 36px;
                  line-height: 2.25rem; }
                .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro--author {
                  font-size: 12px;
                  font-size: 0.75rem;
                  line-height: 18px;
                  line-height: 1.125rem;
                  margin-bottom: 8px; }
                  .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro--author .category {
                    font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    font-size: 12px;
                    font-size: 0.75rem;
                    line-height: 18px;
                    line-height: 1.125rem; }
                  .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro--author a.link-on-image {
                    text-decoration: underline;
                    color: #fff; }
                    .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro--author a.link-on-image:hover {
                      color: #7BB942; }
                .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro--copy {
                  display: none; }
                .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro .more-btn {
                  position: absolute;
                  left: 15px;
                  text-align: center;
                  margin-top: 15px; }
        .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .slick-dots {
          position: absolute;
          bottom: 20px;
          display: inline-block;
          margin: 0 auto;
          text-align: center;
          background-color: transparent;
          padding: 0;
          height: 30px; }
          .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .slick-dots li {
            margin: 0 10px; }
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .slick-dots li button {
              height: 18px;
              width: 18px;
              line-height: 18px;
              line-height: 1.125rem;
              padding: 5px;
              overflow: hidden;
              text-indent: -2000px;
              border: 2px solid #fff;
              border-radius: 100%;
              background: transparent;
              transition: all 0.3s; }
              .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .slick-dots li button:hover, .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .slick-dots li button:focus {
                border: 2px solid #7BB942;
                background: #7BB942;
                background: #7bb942;
                transition: all 0.3s; }
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .slick-dots li.slick-active button {
              border: 2px solid #7BB942;
              background: #7BB942;
              background: #7bb942; }

.shop-overview .content .grid-wrapper {
  margin-bottom: 15px; }
  .shop-overview .content .grid-wrapper .shop-item {
    text-decoration: none;
    font-family: "InfoBook", Helvetica, Arial, sans-serif; }
    .shop-overview .content .grid-wrapper .shop-item a.top {
      width: 100%; }
      .shop-overview .content .grid-wrapper .shop-item a.top:hover > .top img.shop-item-image {
        opacity: 0.8; }
      .shop-overview .content .grid-wrapper .shop-item a.top img.shop-item-image {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px; }
    .shop-overview .content .grid-wrapper .shop-item a.bottom {
      background-color: #f6f6f6;
      padding: 15px;
      margin-bottom: 20px;
      display: block; }
      .shop-overview .content .grid-wrapper .shop-item a.bottom:hover > a.bottom {
        background-color: #fafafa; }
        .shop-overview .content .grid-wrapper .shop-item a.bottom:hover > a.bottom:hover > .button-grey {
          text-decoration: none;
          background-color: #093E52;
          border: 1px solid #093E52;
          color: #fff; }
      .shop-overview .content .grid-wrapper .shop-item a.bottom .shop-item-info {
        color: #303E48;
        text-align: center; }
        .shop-overview .content .grid-wrapper .shop-item a.bottom .shop-item-info h4.shop-item-title {
          font-family: "InfoBook", Helvetica, Arial, sans-serif;
          font-size: 16px;
          font-size: 1rem;
          line-height: 19.9992px;
          line-height: 1.24995rem; }
        .shop-overview .content .grid-wrapper .shop-item a.bottom .shop-item-info h5.shop-item-author {
          font-family: "InfoBook", Helvetica, Arial, sans-serif;
          color: #9DB2BA;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 18px;
          line-height: 1.125rem; }
        .shop-overview .content .grid-wrapper .shop-item a.bottom .shop-item-info h5.shop-item-author:after {
          content: "";
          display: block;
          margin: 0 auto;
          width: 30px;
          padding-top: 8px;
          border-bottom: 2px solid #fff;
          margin-bottom: 10px; }

.people .people-content {
  height: 100%; }
  .people .people-content .staff-overview {
    height: 100%;
    width: 100%;
    padding-top: 15px;
    display: table; }
    .people .people-content .staff-overview__profile {
      display: table-cell;
      padding: 0 54px 30px;
      float: left; }
      .people .people-content .staff-overview__profile--headshot {
        overflow: hidden;
        background-color: #f6f6f6;
        border-radius: 50%;
        height: 37vw;
        width: 37vw;
        max-width: 268px;
        max-height: 268px;
        min-width: 188px;
        min-height: 188px;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
        transition: all 0.3s; }
        .people .people-content .staff-overview__profile--headshot p.explore-text {
          color: #139A95;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          text-align: center; }
      .people .people-content .staff-overview__profile--headshot:hover {
        background-color: #7BB942;
        transition: all 0.3s; }
      .people .people-content .staff-overview__profile--info {
        max-width: 268px;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        .people .people-content .staff-overview__profile--info .name {
          font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 27.984px;
          line-height: 1.749rem;
          margin-bottom: 0;
          color: #139A95; }
        .people .people-content .staff-overview__profile--info .name:before {
          content: "";
          display: block;
          width: 30px;
          margin-bottom: 8px;
          border-bottom: 2px solid #093E52; }
        .people .people-content .staff-overview__profile--info .contact {
          color: #303E48; }
          .people .people-content .staff-overview__profile--info .contact .category {
            text-transform: uppercase;
            font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
            color: #093E52;
            font-size: 12px;
            font-size: 0.75rem;
            line-height: 18px;
            line-height: 1.125rem;
            letter-spacing: 1px; }
          .people .people-content .staff-overview__profile--info .contact a.email {
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 19.992px;
            line-height: 1.2495rem;
            text-transform: lowercase; }
          .people .people-content .staff-overview__profile--info .contact a.contact-icon {
            display: inline-block; }
            .people .people-content .staff-overview__profile--info .contact a.contact-icon:hover .icon--contact_symbols {
              fill: #139A95; }

.careers-carousel {
  border-top: #04d6d0 2px solid;
  height: inherit;
  background: url(../images/careers_background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px; }
  .careers-carousel .inner {
    height: inherit; }
    .careers-carousel .inner .content .carousel-arrow {
      height: 300px;
      padding: 0;
      margin: 0; }
      .careers-carousel .inner .content .carousel-arrow .carousel-arrow-left,
      .careers-carousel .inner .content .carousel-arrow .carousel-arrow-right {
        height: 100%;
        position: relative; }
        .careers-carousel .inner .content .carousel-arrow .carousel-arrow-left img.arrow-icon,
        .careers-carousel .inner .content .carousel-arrow .carousel-arrow-right img.arrow-icon {
          max-width: 25%;
          transition: all 0.3s;
          opacity: .5; }
          .careers-carousel .inner .content .carousel-arrow .carousel-arrow-left img.arrow-icon__left,
          .careers-carousel .inner .content .carousel-arrow .carousel-arrow-right img.arrow-icon__left {
            position: absolute;
            top: 40%;
            right: 0%;
            max-width: 50%;
            text-align: center;
            float: left;
            transform: scaleX(-1);
            filter: FlipH;
            -ms-filter: "FlipH"; }
          .careers-carousel .inner .content .carousel-arrow .carousel-arrow-left img.arrow-icon__right,
          .careers-carousel .inner .content .carousel-arrow .carousel-arrow-right img.arrow-icon__right {
            float: right;
            position: absolute;
            top: 40%;
            left: 0%;
            max-width: 50%;
            text-align: center; }
        .careers-carousel .inner .content .carousel-arrow .carousel-arrow-left img.arrow-icon:hover,
        .careers-carousel .inner .content .carousel-arrow .carousel-arrow-right img.arrow-icon:hover {
          transition: all 0.3s;
          opacity: 1; }
    .careers-carousel .inner .content .careers-item:hover > .careers-item-content__title {
      color: fuchsia; }
    .careers-carousel .inner .content .careers-item:button > .careers-item-content__title {
      background-color: fuchsia; }
    .careers-carousel .inner .content .careers-item .careers-item-content {
      height: inherit;
      text-align: center;
      border-top: #093E52 2px solid;
      background-color: white;
      padding: 15px;
      margin-bottom: 15px;
      position: relative; }
      .careers-carousel .inner .content .careers-item .careers-item-content__title {
        font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 27.984px;
        line-height: 1.749rem;
        margin-bottom: 25px; }
      .careers-carousel .inner .content .careers-item .careers-item-content__blurb {
        margin-bottom: 60px; }
      .careers-carousel .inner .content .careers-item .careers-item-content .button {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translate(-50%);
        display: block;
        margin: 0 auto; }
    .careers-carousel .inner .slick-btns {
      width: 100px;
      height: 20px;
      background-color: fuchsia;
      margin: 0 auto;
      display: block; }

.map-area {
  background-color: aqua;
  border-top: #04d6d0 2px solid;
  height: 295px; }

.site-footer {
  background-color: #2B2B2B;
  color: #fff;
  padding-top: 16px; }
  .site-footer .footer__top {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
    padding-top: 8px; }
    .site-footer .footer__top--contact a {
      color: #fff;
      text-decoration: none;
      transition: all 0.5s; }
      .site-footer .footer__top--contact a:hover {
        text-decoration: underline;
        transition: all 0.5s; }
    .site-footer .footer__top--contact .green-letter {
      color: #7BB942;
      font-family: "InfoSemiBold", Helvetica, Arial, sans-serif; }
      .site-footer .footer__top--contact .green-letter__one {
        padding-left: 15px; }
    .site-footer .footer__top ul.footer__top--social {
      float: left;
      margin: 14px 0; }
      .site-footer .footer__top ul.footer__top--social li.social-item {
        text-align: left;
        height: inherit;
        max-width: 40px;
        margin-right: 15px;
        display: inline-block; }
        .site-footer .footer__top ul.footer__top--social li.social-item a.social-item-box {
          margin-bottom: 15px;
          min-height: 30px;
          text-decoration: none;
          color: #fff; }
          .site-footer .footer__top ul.footer__top--social li.social-item a.social-item-box .social-item-icon {
            background-position: center bottom;
            background-repeat: no-repeat;
            background-size: contain;
            background-color: none;
            border: 1px solid rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            height: 30vw;
            width: 30vw;
            max-width: 40px;
            max-height: 40px;
            display: block;
            margin: 0 auto;
            transition: all 0.5s;
            cursor: pointer; }
            .site-footer .footer__top ul.footer__top--social li.social-item a.social-item-box .social-item-icon:hover {
              text-decoration: none;
              border: 1px solid #fff;
              transition: all 0.5s; }
  .site-footer .footer__copyright {
    color: rgba(255, 255, 255, 0.5);
    padding: 20px 0 15px 0;
    font-size: 12px;
    line-height: 18px; }
    .site-footer .footer__copyright a.copyright-link {
      text-decoration: none;
      color: rgba(255, 255, 255, 0.5);
      transition: all 0.5s; }
      .site-footer .footer__copyright a.copyright-link:hover {
        color: #fff;
        transition: all 0.5s; }

@media only screen and (min-width: 740px) {
  .section-area {
    padding-top: 48px;
    padding-bottom: 56px; }
  .image-block {
    margin-bottom: 60px;
    margin-top: 80px; }
  .body-image {
    margin-top: 40px; }
  .button {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 15px 8px 15px; }
  .more-bar {
    min-height: 52px; }
    .more-bar .more-bar-content__icon--blog {
      height: 52px;
      width: 52px; }
    .more-bar .more-bar-content__text {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      line-height: 1.5rem;
      left: 90px;
      padding: 14px 0; }
  .bodycopy ul {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 25.8456px;
    line-height: 1.61535rem;
    padding-left: 15px;
    margin-top: 10px; }
    .bodycopy ul li {
      margin-bottom: 20px; }
  .page-title {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 51.9984px;
    line-height: 3.2499rem; }
    .page-title__left {
      padding-bottom: 22px; }
    .page-title__left:after {
      padding-top: 20px; }
    .page-title__centre {
      padding-bottom: 22px; }
    .page-title__centre:after {
      width: 152px;
      padding-top: 16px; }
  .section-title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 48px;
    line-height: 3rem; }
    .section-title__left {
      margin-bottom: 30px; }
    .section-title__left:after {
      padding-top: 14px;
      width: 100px; }
    .section-title__centre-wide:after {
      padding-top: 14px; }
  .section-title-green {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 48px;
    line-height: 3rem; }
    .section-title-green__left {
      margin-bottom: 30px; }
    .section-title-green__left:after {
      padding-top: 14px;
      width: 100px; }
    .section-title-green__centre-wide:after {
      padding-top: 14px; }
  .section-title-white {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 48px;
    line-height: 3rem; }
    .section-title-white__left--underline {
      padding-bottom: 12px; }
    .section-title-white__carousel {
      top: 20px; }
  .sub-section-title {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 39.984px;
    line-height: 2.499rem;
    margin-bottom: 36px; }
    .sub-section-title__centre:after {
      width: 100px;
      padding-top: 14px; }
  .small-title {
    padding-bottom: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem; }
  .small-title:after {
    padding-top: 10px;
    width: 60px; }
  .contact-box-title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem;
    padding-bottom: 16px; }
  .contact-box-title:before {
    width: 60px; }
  .title-role {
    font-size: 16px;
    font-size: 1rem;
    line-height: 19.9992px;
    line-height: 1.24995rem; }
  .title-role:after {
    width: 60px;
    padding-top: 10px; }
  .grid-item-title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem; }
  .cat {
    font-size: 16px;
    font-size: 1rem;
    line-height: 19.9992px;
    line-height: 1.24995rem; }
  .author {
    font-size: 16px;
    font-size: 1rem;
    line-height: 19.9992px;
    line-height: 1.24995rem; }
  p {
    margin: 0 0 16px 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 25.8456px;
    line-height: 1.61535rem; }
  .standfirst {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem; }
  .rwd-break {
    display: none; }
  h1, .h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 48px;
    line-height: 3rem; }
  h2, .h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem; }
  h3, .h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27.984px;
    line-height: 1.749rem; }
  h4, .h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem; }
  h5, .h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 19.9992px;
    line-height: 1.24995rem; }
  h6, .h6 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem; }
  .icon--double-arrow {
    height: 12px;
    margin-bottom: 2px; }
  .icon--plus {
    height: 16px;
    margin-bottom: 2px; }
  .icon--search {
    height: 30px;
    width: 30px;
    margin-top: 5px; }
  .icon--close {
    height: 40px;
    width: 40px; }
  .icon--logo-icon {
    height: 50px;
    width: 50px; }
  .icon--social {
    height: 30px;
    width: 30px; }
  .icon--arrow {
    height: 30px;
    width: 30px; }
  .icon--solid-arrow {
    height: 8px;
    width: 15px; }
  .icon--email {
    height: 16px;
    width: 26px; }
  .social-item-icon .icon {
    height: 24px;
    width: 24px;
    margin: 7px 7px 0 7px; }
  .process-icon {
    height: 120px;
    width: 120px;
    padding: 10px;
    border-radius: 100%; }
  .site-header {
    padding: 18px 15px 15px 15px; }
    .site-header .header {
      transition: height 0.3s;
      padding: 0 15px; }
      .site-header .header .header-logo {
        max-width: 130px; }
        .site-header .header .header-logo .img {
          transition: all 0.3s; }
      .site-header .header .site-nav {
        display: block;
        text-align: right;
        padding-right: 50px; }
        .site-header .header .site-nav ul.primary-nav {
          float: right;
          height: 100%;
          list-style-type: none;
          font-family: "InfoBook", Helvetica, Arial, sans-serif;
          vertical-align: middle;
          padding-top: 8px;
          margin: 0;
          padding-left: 10px; }
          .site-header .header .site-nav ul.primary-nav li.nav-link {
            display: inline-block;
            position: relative; }
            .site-header .header .site-nav ul.primary-nav li.nav-link a {
              color: #093E52;
              font-size: 14px;
              font-size: 0.875rem;
              text-decoration: none;
              margin-left: 15px;
              padding-bottom: 22px;
              position: relative;
              transition: all 0.3s; }
              .site-header .header .site-nav ul.primary-nav li.nav-link a::after {
                content: '';
                display: block;
                width: 0;
                height: 2px;
                background: #7BB942;
                position: absolute;
                bottom: 0;
                left: 0;
                transition: width .3s; }
              .site-header .header .site-nav ul.primary-nav li.nav-link a:hover {
                color: #7BB942;
                transition: all 0.3s; }
              .site-header .header .site-nav ul.primary-nav li.nav-link a:hover::after {
                width: 100%; }
            .site-header .header .site-nav ul.primary-nav li.nav-link ul {
              display: none;
              position: fixed;
              left: 0;
              right: 0;
              top: 70px;
              margin-left: calc(-50vw + 50%);
              width: 100vw;
              background-color: #f6f6f6;
              padding-top: 10px;
              padding-bottom: 15px;
              padding-right: 80px;
              margin: 0;
              transition: 0.2s 1s;
              -webkit-transition: 0.2s 1s;
              -moz-transition: 0.2s 1s;
              -ms-transition: 0.2s 1s;
              -o-transition: 0.2s 1s; }
              .site-header .header .site-nav ul.primary-nav li.nav-link ul li.drop-link {
                display: inline-block;
                list-style: none;
                float: right;
                transition: 0.2s 1s; }
                .site-header .header .site-nav ul.primary-nav li.nav-link ul li.drop-link a {
                  line-height: 19.992px;
                  line-height: 1.2495rem;
                  margin-left: 15px;
                  padding-bottom: 19px;
                  color: #303E48; }
                  .site-header .header .site-nav ul.primary-nav li.nav-link ul li.drop-link a::after {
                    content: '';
                    display: block;
                    width: 0;
                    height: 2px;
                    background: #7BB942;
                    position: absolute;
                    bottom: 0;
                    margin: 0 auto;
                    transition: width .3s; }
                  .site-header .header .site-nav ul.primary-nav li.nav-link ul li.drop-link a:hover {
                    color: #7BB942;
                    transition: all 0.3s; }
                  .site-header .header .site-nav ul.primary-nav li.nav-link ul li.drop-link a:hover::after {
                    display: block;
                    width: 100%; }
            .site-header .header .site-nav ul.primary-nav li.nav-link:hover ul {
              display: block; }
          .site-header .header .site-nav ul.primary-nav .dropdown:hover a.nav-link {
            background-color: fuchsia; }
          .site-header .header .site-nav ul.primary-nav li.current_page_item a, .site-header .header .site-nav ul.primary-nav li.current-menu-item a, .site-header .header .site-nav ul.primary-nav li.page_item a, .site-header .header .site-nav ul.primary-nav li.current_page_parent a {
            color: #7BB942;
            font-size: 14px;
            text-decoration: none;
            margin-left: 15px;
            padding-bottom: 22px;
            position: relative; }
            .site-header .header .site-nav ul.primary-nav li.current_page_item a::after, .site-header .header .site-nav ul.primary-nav li.current-menu-item a::after, .site-header .header .site-nav ul.primary-nav li.page_item a::after, .site-header .header .site-nav ul.primary-nav li.current_page_parent a::after {
              content: '';
              display: block;
              width: 100%;
              height: 2px;
              background: #7BB942;
              position: absolute;
              bottom: 0;
              left: 0; }
      .site-header .header .hamburger {
        display: none; }
      .site-header .header .search-icon {
        display: block;
        position: absolute;
        right: 10px;
        z-index: 1;
        cursor: pointer; }
        .site-header .header .search-icon .search-reveal {
          margin-top: 54px; }
      .site-header .header #search {
        top: 68px; }
        .site-header .header #search .search-content .search-form .field {
          width: 78%; }
        .site-header .header #search .search-content .search-form .button-search {
          width: 20%; }
      .site-header .header .mob-toggle {
        display: none; }
      .site-header .header #mob-drawer {
        visibility: hidden; }
  .collapsed {
    padding-top: 14px;
    padding-bottom: 8px; }
    .collapsed .header {
      position: relative;
      transition: height 0.3s; }
      .collapsed .header .header-logo {
        max-width: 110px;
        float: left; }
        .collapsed .header .header-logo .img {
          transition: all 0.3s; }
      .collapsed .header .site-nav {
        display: block;
        text-align: right;
        padding-right: 50px; }
        .collapsed .header .site-nav ul.primary-nav {
          float: right;
          height: 100%;
          list-style-type: none;
          font-family: "InfoBook", Helvetica, Arial, sans-serif;
          vertical-align: middle;
          padding-top: 8px;
          margin: 0;
          padding-left: 10px; }
          .collapsed .header .site-nav ul.primary-nav li.nav-link {
            display: inline-block; }
            .collapsed .header .site-nav ul.primary-nav li.nav-link a {
              color: #093E52;
              font-size: 14px;
              text-decoration: none;
              margin-left: 15px;
              padding-bottom: 13px;
              position: relative;
              transition: all 0.3s; }
              .collapsed .header .site-nav ul.primary-nav li.nav-link a::after {
                content: '';
                display: block;
                width: 0;
                height: 2px;
                background: #7BB942;
                position: absolute;
                bottom: 0;
                left: 0;
                transition: width .3s; }
              .collapsed .header .site-nav ul.primary-nav li.nav-link a:hover {
                color: #7BB942;
                transition: all 0.3s; }
              .collapsed .header .site-nav ul.primary-nav li.nav-link a:hover::after {
                width: 100%; }
            .collapsed .header .site-nav ul.primary-nav li.nav-link ul {
              display: none;
              position: fixed;
              left: 0;
              right: 0;
              top: 57px;
              margin-left: calc(-50vw + 50%);
              width: 100vw;
              background-color: #f6f6f6;
              padding-top: 10px;
              padding-bottom: 15px;
              padding-right: 80px;
              margin: 0; }
              .collapsed .header .site-nav ul.primary-nav li.nav-link ul li.drop-link {
                display: inline-block;
                list-style: none;
                float: right; }
                .collapsed .header .site-nav ul.primary-nav li.nav-link ul li.drop-link a {
                  line-height: 19.992px;
                  line-height: 1.2495rem;
                  margin-left: 15px;
                  padding-bottom: 19px;
                  color: #303E48; }
                  .collapsed .header .site-nav ul.primary-nav li.nav-link ul li.drop-link a::after {
                    content: '';
                    display: block;
                    width: 0;
                    height: 2px;
                    background: #7BB942;
                    position: absolute;
                    bottom: 0;
                    margin: 0 auto;
                    transition: width .3s; }
                  .collapsed .header .site-nav ul.primary-nav li.nav-link ul li.drop-link a:hover {
                    color: #7BB942;
                    transition: all 0.3s; }
                  .collapsed .header .site-nav ul.primary-nav li.nav-link ul li.drop-link a:hover::after {
                    display: block;
                    width: 100%; }
          .collapsed .header .site-nav ul.primary-nav li a.nav-link ul.dropdropdown-nav:hover {
            visibility: visible; }
          .collapsed .header .site-nav ul.primary-nav .dropdown:hover a.nav-link {
            background-color: fuchsia; }
          .collapsed .header .site-nav ul.primary-nav li.current_page_item a, .collapsed .header .site-nav ul.primary-nav li.current-menu-item a, .collapsed .header .site-nav ul.primary-nav li.page_item a, .collapsed .header .site-nav ul.primary-nav li.current_page_parent a {
            color: #7BB942;
            font-size: 14px;
            text-decoration: none;
            margin-left: 15px;
            padding-bottom: 13px;
            position: relative; }
            .collapsed .header .site-nav ul.primary-nav li.current_page_item a::after, .collapsed .header .site-nav ul.primary-nav li.current-menu-item a::after, .collapsed .header .site-nav ul.primary-nav li.page_item a::after, .collapsed .header .site-nav ul.primary-nav li.current_page_parent a::after {
              content: '';
              display: block;
              width: 100%;
              height: 2px;
              background: #7BB942;
              position: absolute;
              bottom: 0;
              left: 0; }
      .collapsed .header nav-link mob-primary menu-item menu-item-type-post_type menu-item-object-page page-item-77 .search-icon {
        display: block;
        position: absolute;
        right: 10px;
        z-index: 1;
        cursor: pointer; }
      .collapsed .header #search {
        top: 58px; }
        .collapsed .header #search .search-content .search-form .field {
          width: 78%; }
        .collapsed .header #search .search-content .search-form .button-search {
          width: 20%; }
        .collapsed .header #search.open {
          height: auto; }
  body:not(.homepage) .page-wrap {
    padding-top: 70px; }
  .landing-carousel .slick-arrow {
    bottom: 220px;
    width: 40px;
    height: 40px;
    margin: 15px; }
  .landing-carousel .slick-dots {
    padding-left: 60px;
    height: 52px; }
    .landing-carousel .slick-dots .scroll-icon {
      height: 60px;
      width: 60px; }
      .landing-carousel .slick-dots .scroll-icon img {
        height: 62px;
        width: 62px; }
    .landing-carousel .slick-dots li {
      height: 20px;
      width: 20px; }
  .landing-carousel .slide .overlay {
    bottom: 80px;
    width: 77%;
    padding: 20px 15px 15px 70px;
    height: 290px; }
    .landing-carousel .slide .overlay::after {
      width: 100px;
      margin-left: 70px; }
    .landing-carousel .slide .overlay__title {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 42px;
      line-height: 2.625rem; }
    .landing-carousel .slide .overlay__title:before {
      width: 165px;
      padding-top: 18px; }
  .landing-carousel .slide .overlay:hover:hover::after {
    width: 88%; }
  .intro .intro-inner .carousel .slide .slide-container__left img.arrow-icon {
    max-width: 80%; }
  .intro .intro-inner .carousel .slide .slide-container__text--title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 42px;
    line-height: 2.625rem; }
  .intro .intro-inner .carousel .slide .slide-container__text--title:before {
    width: 165px; }
  .intro .intro-inner .carousel .slide .slide-container__right img.arrow-icon {
    max-width: 80%; }
  .about .content .about-text .about-btn {
    margin-top: 40px; }
  .about .content .about-services {
    padding-top: 40px; }
    .about .content .about-services .service-list #service-content {
      margin-bottom: 30px; }
      .about .content .about-services .service-list #service-content a.service-item .service-icon {
        height: 20vw;
        width: 20vw; }
      .about .content .about-services .service-list #service-content a.service-item .service-name {
        min-height: none; }
      .about .content .about-services .service-list #service-content a.service-item .service-name:before {
        padding-top: 16px;
        margin-bottom: 14px; }
  .latest {
    padding-top: 50px; }
    .latest .content {
      margin-bottom: 60px; }
      .latest .content .grid-wrapper {
        margin-bottom: 30px; }
        .latest .content .grid-wrapper .grid-item__wide:hover .grid-item__wide--inner-top:hover::after {
          width: 315px; }
        .latest .content .grid-wrapper .grid-item__wide--red {
          height: 360px; }
        .latest .content .grid-wrapper .grid-item__wide--inner-top {
          margin-right: 0px;
          max-width: 100%;
          min-width: none;
          padding-left: 15px; }
        .latest .content .grid-wrapper .grid-item__square:hover .grid-item__square--inner-top:hover::after {
          width: 315px; }
        .latest .content .grid-wrapper .grid-item__square--blue {
          height: 360px; }
        .latest .content .grid-wrapper .grid-item__square--red {
          height: 360px; }
        .latest .content .grid-wrapper .grid-item__square--yellow {
          height: 360px; }
        .latest .content .grid-wrapper .grid-item__square--green {
          height: 360px; }
        .latest .content .grid-wrapper .grid-item__square--turquoise {
          height: 360px; }
        .latest .content .grid-wrapper .grid-item__square--inner-top {
          min-width: 290px; }
  .wide-list .content {
    margin-left: auto;
    margin-right: auto; }
    .wide-list .content .grid-wrapper {
      margin-bottom: 30px; }
      .wide-list .content .grid-wrapper a.wide-list-item {
        height: 375px; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text {
          height: 375px; }
          .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text__reading {
            height: auto; }
            .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text__reading--author {
              font-size: 16px;
              font-size: 1rem;
              line-height: 19.9992px;
              line-height: 1.24995rem;
              margin-bottom: 30px; }
            .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text__reading--blurb {
              font-size: 16px;
              font-size: 1rem;
              line-height: 24px;
              line-height: 1.5rem; }
          .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text .top p.wide-list-copy {
            font-size: 16px;
            font-size: 1rem;
            line-height: 19.9992px;
            line-height: 1.24995rem; }
          .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text img.icon {
            width: 100%; }
        .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-image {
          height: 375px; }
      .wide-list .content .grid-wrapper .wide-list-item-reading img.wide-list-item-image-reading {
        max-width: none;
        margin-bottom: 40px; }
      .wide-list .content .grid-wrapper .wide-list-item-reading .wide-list-item-text-reading {
        margin-bottom: 40px; }
        .wide-list .content .grid-wrapper .wide-list-item-reading .wide-list-item-text-reading--author {
          font-size: 16px;
          font-size: 1rem;
          line-height: 19.9992px;
          line-height: 1.24995rem;
          margin-bottom: 30px; }
        .wide-list .content .grid-wrapper .wide-list-item-reading .wide-list-item-text-reading--blurb {
          font-size: 16px;
          font-size: 1rem;
          line-height: 24px;
          line-height: 1.5rem; }
        .wide-list .content .grid-wrapper .wide-list-item-reading .wide-list-item-text-reading .top {
          height: 80%; }
          .wide-list .content .grid-wrapper .wide-list-item-reading .wide-list-item-text-reading .top::after {
            width: 30%; }
  .square-list .content {
    margin-left: auto;
    margin-right: auto; }
    .square-list .content .grid-wrapper {
      margin-bottom: 30px; }
      .square-list .content .grid-wrapper a.square-list-item:nth-last-of-type(1) {
        display: block; }
      .square-list .content .grid-wrapper a.square-list-item {
        height: 375px; }
        .square-list .content .grid-wrapper a.square-list-item:hover > .square-list-item-text:hover > .top::after {
          width: 94%; }
        .square-list .content .grid-wrapper a.square-list-item .square-list-item-text {
          max-height: 375px; }
          .square-list .content .grid-wrapper a.square-list-item .square-list-item-text .top p.square-list-copy {
            font-size: 16px;
            font-size: 1rem;
            line-height: 19.9992px;
            line-height: 1.24995rem; }
  .clients .content .case .case-box {
    -ms-flex: 0 0 49%;
        flex: 0 0 49%; }
    .clients .content .case .case-box .case-item__content--logo img.case-logo {
      max-width: 80%; }
    .clients .content .case .case-box .case-item__content--copy {
      min-height: 160px;
      margin-bottom: 30px; }
  .clients .content .logo-carousel {
    height: 70px; }
  .clients .content .client-logos {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 45px;
    margin-bottom: 15px; }
  .clients .content img.client-logo {
    margin-right: 30px;
    max-height: 45px; }
  .clients .content img.client-logo-static {
    margin-bottom: 30px; }
  .WTA .content {
    position: relative; }
    .WTA .content .WTA-logo {
      position: absolute;
      top: -50px;
      right: 15px;
      width: auto;
      max-height: 33px;
      background-color: #12845f; }
    .WTA .content .academy-feed {
      display: -ms-flexbox;
      display: flex; }
      .WTA .content .academy-feed .blog-item-box {
        margin-bottom: 30px;
        -ms-flex: 1;
            flex: 1; }
        .WTA .content .academy-feed .blog-item-box .blog-item {
          text-align: center;
          text-decoration: none; }
          .WTA .content .academy-feed .blog-item-box .blog-item:hover .more-btn {
            text-decoration: none;
            background-color: #12845f;
            color: #fff; }
          .WTA .content .academy-feed .blog-item-box .blog-item__content {
            background-color: #f6f6f6;
            border-top: 3px solid #12845f;
            height: 470px;
            position: relative; }
            .WTA .content .academy-feed .blog-item-box .blog-item__content--image {
              max-height: 240px;
              width: 100%; }
            .WTA .content .academy-feed .blog-item-box .blog-item__content--copy {
              font-size: 28px;
              font-size: 1.75rem;
              line-height: 33.984px;
              line-height: 2.124rem; }
            .WTA .content .academy-feed .blog-item-box .blog-item__content .more-btn {
              position: absolute;
              left: 50%;
              transform: translate(-50%);
              bottom: 30px; }
  .subscribe {
    padding-top: 40px; }
    .subscribe .content .site-footer--form {
      margin-top: 25px;
      font-size: 18px;
      font-size: 1.125rem; }
      .subscribe .content .site-footer--form .site-footer--form--message {
        margin-bottom: 25px; }
        .subscribe .content .site-footer--form .site-footer--form--message h1 {
          color: #fff !important;
          font-family: "OfficinaBook", Helvetica, Arial, sans-serif;
          font-size: 32px;
          font-size: 2rem;
          line-height: 42px;
          text-align: left;
          border-bottom: 1px solid #fff;
          padding-bottom: 16px; }
      .subscribe .content .site-footer--form .subscribe-form h3 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        line-height: 1.5rem; }
      .subscribe .content .site-footer--form .subscribe-form .subscribe-form-input {
        margin-bottom: 30px;
        height: 56px; }
      .subscribe .content .site-footer--form .subscribe-form .select-css-wrap .select-css {
        border-top: solid 3px #6db7b4;
        margin-bottom: 30px;
        height: 56px; }
      .subscribe .content .site-footer--form .subscribe-form .checkbox {
        margin-bottom: 30px; }
      .subscribe .content .site-footer--form .subscribe-form .btn-submit, .subscribe .content .site-footer--form .subscribe-form .subscribe-form__submit {
        height: 56px;
        font-size: 18px;
        font-size: 1.125rem;
        padding-left: 15px;
        padding-right: 15px; }
  .page-banner {
    height: 350px; }
    .page-banner .inner__content {
      width: 70%; }
  .subpage-banner {
    height: 350px; }
    .subpage-banner .content {
      height: 100%; }
      .subpage-banner .content__intro {
        margin-top: 30px; }
        .subpage-banner .content__intro--cat {
          padding-bottom: 20px;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 24px;
          line-height: 1.5rem; }
        .subpage-banner .content__intro--cat:after {
          padding-top: 10px;
          width: 60px; }
        .subpage-banner .content__intro--title {
          margin-bottom: 12px;
          font-size: 32px;
          font-size: 2rem;
          line-height: 36px;
          line-height: 2.25rem; }
        .subpage-banner .content__intro--title-large {
          margin-bottom: 20px;
          font-size: 52px;
          font-size: 3.25rem;
          line-height: 60px;
          line-height: 3.75rem; }
        .subpage-banner .content__intro--author {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 21.6px;
          line-height: 1.35rem;
          margin-bottom: 12px; }
        .subpage-banner .content__intro--copy {
          display: block; }
  .blogpage-banner {
    height: 350px; }
    .blogpage-banner .content {
      height: 100%; }
      .blogpage-banner .content__intro {
        margin-top: 30px; }
        .blogpage-banner .content__intro--cat {
          padding-bottom: 20px;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 24px;
          line-height: 1.5rem; }
        .blogpage-banner .content__intro--cat:after {
          padding-top: 10px;
          width: 60px; }
        .blogpage-banner .content__intro--title {
          margin-bottom: 12px;
          font-size: 32px;
          font-size: 2rem;
          line-height: 36px;
          line-height: 2.25rem; }
        .blogpage-banner .content__intro--title-large {
          margin-bottom: 20px;
          font-size: 52px;
          font-size: 3.25rem;
          line-height: 60px;
          line-height: 3.75rem; }
        .blogpage-banner .content__intro--author {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 21.6px;
          line-height: 1.35rem;
          margin-bottom: 12px; }
        .blogpage-banner .content__intro--copy {
          display: block; }
  .itempage-banner {
    height: 350px; }
    .itempage-banner .content {
      position: static; }
      .itempage-banner .content__intro {
        margin-top: 30px; }
        .itempage-banner .content__intro--cat {
          padding-bottom: 20px;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 24px;
          line-height: 1.5rem; }
        .itempage-banner .content__intro--cat:after {
          padding-top: 10px; }
        .itempage-banner .content__intro--title {
          margin-bottom: 12px;
          font-size: 32px;
          font-size: 2rem;
          line-height: 36px;
          line-height: 2.25rem; }
        .itempage-banner .content__intro--author {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 21.6px;
          line-height: 1.35rem;
          margin-bottom: 12px; }
        .itempage-banner .content__intro--copy {
          display: block; }
      .itempage-banner .content .right-col {
        height: 350px;
        position: relative; }
        .itempage-banner .content .right-col .dl-btn {
          position: absolute;
          bottom: 30px;
          right: 0;
          left: 0; }
  .itempage-banner-post {
    height: 280px; }
    .itempage-banner-post .content {
      position: static; }
      .itempage-banner-post .content__intro {
        margin-top: 30px; }
        .itempage-banner-post .content__intro--cat {
          padding-bottom: 16px;
          letter-spacing: 2px;
          font-size: 16px;
          font-size: 1rem;
          line-height: 24px;
          line-height: 1.5rem; }
        .itempage-banner-post .content__intro--cat:after {
          padding-top: 6px; }
        .itempage-banner-post .content__intro--title {
          margin-bottom: 8px;
          font-family: "OfficinaBold", Helvetica, Arial, sans-serif;
          font-size: 32px;
          font-size: 2rem;
          line-height: 36px;
          line-height: 2.25rem; }
        .itempage-banner-post .content__intro--author {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 21.6px;
          line-height: 1.35rem;
          margin-bottom: 8px; }
          .itempage-banner-post .content__intro--author .category {
            letter-spacing: 2px; }
          .itempage-banner-post .content__intro--author .category-item {
            left: 120px; }
      .itempage-banner-post .content .right-col {
        margin-top: 0px;
        position: relative; }
        .itempage-banner-post .content .right-col .dl-btn {
          max-width: none;
          display: block;
          margin: 0 auto;
          position: absolute;
          top: 200px; }
  .studypage-banner-post {
    height: 350px; }
    .studypage-banner-post .content {
      position: static; }
      .studypage-banner-post .content__intro {
        margin-top: 30px; }
        .studypage-banner-post .content__intro--cat {
          padding-bottom: 20px;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 24px;
          line-height: 1.5rem; }
        .studypage-banner-post .content__intro--cat:after {
          padding-top: 10px;
          width: 60px; }
        .studypage-banner-post .content__intro--title-study {
          margin-bottom: 8px;
          font-family: "OfficinaBold", Helvetica, Arial, sans-serif;
          font-size: 32px;
          font-size: 2rem;
          line-height: 36px;
          line-height: 2.25rem; }
        .studypage-banner-post .content__intro--author {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 21.6px;
          line-height: 1.35rem;
          margin-bottom: 8px; }
          .studypage-banner-post .content__intro--author .category {
            letter-spacing: 2px; }
          .studypage-banner-post .content__intro--author .category-item {
            left: 140px; }
        .studypage-banner-post .content__intro--copy {
          display: block; }
      .studypage-banner-post .content__intro-lower--author {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 21.6px;
        line-height: 1.35rem; }
      .studypage-banner-post .content__intro-lower .right-col {
        margin-top: 20px; }
        .studypage-banner-post .content__intro-lower .right-col .dl-btn {
          right: 0;
          left: 0;
          top: 0;
          max-width: none; }
  .listpage-banner {
    height: 335px; }
    .listpage-banner .inner__content {
      max-width: 800px; }
  .blog-banner {
    height: 350px; }
    .blog-banner .content__intro {
      margin-top: 30px; }
      .blog-banner .content__intro--cat {
        padding-bottom: 20px;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 24px;
        line-height: 1.5rem; }
      .blog-banner .content__intro--cat:after {
        padding-top: 10px; }
      .blog-banner .content__intro--title {
        margin-bottom: 12px;
        font-size: 32px;
        font-size: 2rem;
        line-height: 36px;
        line-height: 2.25rem; }
      .blog-banner .content__intro--author {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 21.6px;
        line-height: 1.35rem;
        margin-bottom: 12px; }
  .primary-section {
    padding-top: 48px;
    padding-bottom: 56px; }
    .primary-section .wrapper {
      height: 100%;
      position: relative; }
      .primary-section .wrapper .primary-content {
        height: 100%;
        padding-bottom: 40px; }
        .primary-section .wrapper .primary-content__body-img {
          margin-bottom: 60px;
          margin-top: 80px; }
          .primary-section .wrapper .primary-content__body-img--caption {
            color: #9DB2BA; }
        .primary-section .wrapper .primary-content__sub-title {
          font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
          font-size: 24px;
          line-height: 30px; }
        .primary-section .wrapper .primary-content__sub-title:before {
          content: "";
          display: block;
          width: 50px;
          padding-top: 20px;
          border-top: 2px solid #EAC415; }
        .primary-section .wrapper .primary-content__highlight {
          margin-bottom: 60px; }
          .primary-section .wrapper .primary-content__highlight--inner {
            height: 100%;
            padding: 15px; }
            .primary-section .wrapper .primary-content__highlight--inner ul.bullets {
              font-size: 18px;
              font-size: 1.125rem;
              line-height: 25.8456px;
              line-height: 1.61535rem;
              padding-left: 15px;
              margin-top: 10px; }
              .primary-section .wrapper .primary-content__highlight--inner ul.bullets li {
                padding-left: 30px;
                margin-bottom: 13px; }
              .primary-section .wrapper .primary-content__highlight--inner ul.bullets li:before {
                width: 15px;
                height: 15px; }
      .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields {
        margin: 0px; }
        .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields .field, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields li.gfield, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields .field, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields li.gfield, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields .field, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields li.gfield, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields .field, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields li.gfield {
          margin-bottom: 15px !important; }
      .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_footer.top_label .btn-submit, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_footer.top_label .gform_button, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_footer.top_label .btn-submit, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_footer.top_label .gform_button {
        font-size: 16px;
        font-size: 1rem; }
      .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper li.gfield_error input {
        background-color: #ffaaaa;
        margin: 0;
        padding: 10px; }
      .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper li.gfield_error textarea {
        border: none; }
      .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding: 10px; }
      .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper li.gfield.gfield_error, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
        border-top: none; }
      .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: none !important; }
      .primary-section .wrapper .sidebar-blog .staff-overview {
        height: 100%; }
        .primary-section .wrapper .sidebar-blog .staff-overview__profile {
          padding: 0 30px 30px; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile--headshot {
            height: 100vw;
            width: 100vw;
            max-width: 268px;
            max-height: 268px; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile--info .contact-intro {
            margin-bottom: 30px; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile--info .contact .category {
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 21.6px;
            line-height: 1.35rem; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile--info .contact a.email {
            font-size: 16px;
            font-size: 1rem;
            line-height: 24px;
            line-height: 1.5rem; }
        .primary-section .wrapper .sidebar-blog .staff-overview__profile-page {
          padding: 0 0 30px; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--headshot {
            height: 19vw;
            width: 19vw;
            max-width: 186px;
            max-height: 186px;
            margin-bottom: 20px; }
            .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--headshot p.explore-text {
              color: #139A95;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              text-align: center; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info {
            max-width: 186px; }
            .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info p {
              margin-bottom: 12px; }
            .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info .contact-intro {
              margin-bottom: 15px; }
            .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info .contact-intro:before {
              width: 40px;
              margin-bottom: 20px; }
            .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info .name {
              font-size: 24px;
              font-size: 1.5rem;
              line-height: 27.984px;
              line-height: 1.749rem; }
            .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info .contact .category {
              font-size: 14px;
              font-size: 0.875rem;
              line-height: 21.6px;
              line-height: 1.35rem; }
      .primary-section .wrapper .sidebar-report {
        margin-top: 20px; }
        .primary-section .wrapper .sidebar-report__cover img.report-image {
          max-width: 280px; }
        .primary-section .wrapper .sidebar-report__contact {
          margin-top: 20px; }
  .primary-section-divide {
    padding-bottom: 80px; }
    .primary-section-divide .wrapper {
      height: 100%;
      position: relative; }
      .primary-section-divide .wrapper .primary-content {
        height: 100%;
        padding-bottom: 40px; }
        .primary-section-divide .wrapper .primary-content__body-img {
          margin-bottom: 60px;
          margin-top: 80px; }
          .primary-section-divide .wrapper .primary-content__body-img--caption {
            color: #9DB2BA; }
        .primary-section-divide .wrapper .primary-content__sub-title {
          font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
          font-size: 24px;
          line-height: 30px; }
        .primary-section-divide .wrapper .primary-content__sub-title:before {
          content: "";
          display: block;
          width: 50px;
          padding-top: 20px;
          border-top: 2px solid #EAC415; }
        .primary-section-divide .wrapper .primary-content__highlight {
          margin-bottom: 60px; }
          .primary-section-divide .wrapper .primary-content__highlight--inner {
            height: 100%;
            padding: 15px; }
            .primary-section-divide .wrapper .primary-content__highlight--inner ul.bullets {
              font-size: 18px;
              font-size: 1.125rem;
              line-height: 25.8456px;
              line-height: 1.61535rem;
              padding-left: 15px;
              margin-top: 10px; }
              .primary-section-divide .wrapper .primary-content__highlight--inner ul.bullets li {
                padding-left: 30px;
                margin-bottom: 26px; }
              .primary-section-divide .wrapper .primary-content__highlight--inner ul.bullets li:before {
                width: 15px;
                height: 15px; }
  .study-section {
    padding-bottom: 0px; }
    .study-section .wrapper .study-content {
      padding-bottom: 40px; }
      .study-section .wrapper .study-content__copy--title {
        padding-bottom: 20px; }
      .study-section .wrapper .study-content__copy--title:after {
        width: 60px;
        padding-top: 10px; }
      .study-section .wrapper .study-content__copy--text {
        margin-bottom: 60px; }
      .study-section .wrapper .study-content__quote {
        padding-top: none;
        margin-bottom: 60px;
        padding-top: 0px; }
        .study-section .wrapper .study-content__quote .quote-box p.blockquote {
          font-size: 27.9984px;
          font-size: 1.7499rem;
          line-height: 32.004px;
          line-height: 2.00025rem;
          width: 80%; }
        .study-section .wrapper .study-content__quote .quote-box p.cite {
          color: #b1b5b6;
          margin-bottom: 12px; }
      .study-section .wrapper .study-content__image-block {
        margin-bottom: 60px; }
        .study-section .wrapper .study-content__image-block--image {
          margin-bottom: 15px; }
        .study-section .wrapper .study-content__image-block--caption {
          font-size: 16px;
          font-size: 1rem; }
      .study-section .wrapper .study-content__impact {
        background-color: #f6f6f6;
        padding: 30px 0 10px; }
        .study-section .wrapper .study-content__impact--stat .content .figure {
          height: 18vw;
          width: 18vw;
          max-width: 135px;
          max-height: 135px; }
          .study-section .wrapper .study-content__impact--stat .content .figure p.figure-text {
            top: 28%;
            left: 50%;
            font-size: 38px;
            font-size: 2.375rem;
            line-height: 39.984px;
            line-height: 2.499rem; }
        .study-section .wrapper .study-content__impact--stat .content .caption {
          margin: 20px 0;
          padding: 0 5px; }
  .service-process .inner .process-item .process-item-box {
    min-height: 443px; }
    .service-process .inner .process-item .process-item-box__icon {
      height: 20vw;
      width: 20vw;
      max-width: 130px;
      max-height: 130px; }
    .service-process .inner .process-item .process-item-box__title {
      padding-top: 30px; }
  .services-strip .content .icons-group #service-content {
    -ms-flex: 0 0 33%;
        flex: 0 0 33%; }
    .services-strip .content .icons-group #service-content a.service-item .service-item__explore {
      height: 23vw;
      width: 23vw; }
      .services-strip .content .icons-group #service-content a.service-item .service-item__explore p.explore-text {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 19.992px;
        line-height: 1.2495rem; }
    .services-strip .content .icons-group #service-content a.service-item .service-item__title {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 27.984px;
      line-height: 1.749rem; }
  .blog-carousel {
    height: 600px; }
    .blog-carousel .carousel-inner {
      height: 600px; }
      .blog-carousel .carousel-inner .carousel-inner-current .carousel-content {
        height: 600px; }
        .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-title {
          background-color: rgba 0, 0, 0, 0.5;
          height: 100px;
          border-bottom: 2px #fff solid; }
        .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .slick-arrow {
          bottom: 250px; }
        .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .slick-list {
          height: 600px; }
        .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-left,
        .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-right {
          height: 100%; }
          .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-left img.arrow-icon,
          .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-right img.arrow-icon {
            max-width: 25%;
            position: absolute;
            top: 50%;
            text-align: center;
            transition: all 0.3s;
            opacity: .5; }
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-left img.arrow-icon__left,
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-right img.arrow-icon__left {
              float: left;
              transform: scaleX(-1);
              filter: FlipH;
              -ms-filter: "FlipH"; }
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-left img.arrow-icon__right,
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-right img.arrow-icon__right {
              float: right; }
          .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-left img.arrow-icon:hover,
          .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-right img.arrow-icon:hover {
            transition: all 0.3s;
            opacity: 1; }
        .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content {
          height: 600px; }
          .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro {
            margin-top: 30px;
            margin-left: 30px; }
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro--cat {
              padding-bottom: 20px;
              font-size: 18px;
              font-size: 1.125rem;
              line-height: 24px;
              line-height: 1.5rem; }
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro--cat:after {
              padding-top: 10px;
              width: 60px; }
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro--title {
              margin-bottom: 12px;
              font-size: 32px;
              font-size: 2rem;
              line-height: 36px;
              line-height: 2.25rem; }
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro--title-large {
              margin-bottom: 20px;
              font-size: 58px;
              font-size: 3.625rem;
              line-height: 67.992px;
              line-height: 4.2495rem; }
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro--author {
              font-size: 14px;
              font-size: 0.875rem;
              line-height: 21.6px;
              line-height: 1.35rem;
              margin-bottom: 12px; }
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro--copy {
              display: block; }
        .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .slick-dots {
          bottom: 30px; }
  .shop-overview .content .grid-wrapper {
    margin-bottom: 30px; }
    .shop-overview .content .grid-wrapper .shop-item a.top img.shop-item-image {
      margin-bottom: 30px; }
    .shop-overview .content .grid-wrapper .shop-item a.bottom {
      margin-bottom: 30px; }
      .shop-overview .content .grid-wrapper .shop-item a.bottom .shop-item-info h4.shop-item-title {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 25.8456px;
        line-height: 1.61535rem; }
      .shop-overview .content .grid-wrapper .shop-item a.bottom .shop-item-info h5.shop-item-author {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 19.992px;
        line-height: 1.2495rem; }
      .shop-overview .content .grid-wrapper .shop-item a.bottom .shop-item-info h5.shop-item-author:after {
        padding-top: 10px;
        margin-bottom: 12px; }
  .people .people-content .staff-overview__profile {
    padding: 0 30px 30px;
    min-height: 520px; }
    .people .people-content .staff-overview__profile--headshot {
      height: 100vw;
      width: 100vw; }
    .people .people-content .staff-overview__profile--info .name {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 30px;
      line-height: 1.875rem; }
    .people .people-content .staff-overview__profile--info .name:before {
      margin-bottom: 12px; }
    .people .people-content .staff-overview__profile--info .contact .category {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 21.6px;
      line-height: 1.35rem; }
    .people .people-content .staff-overview__profile--info .contact a.email {
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.5rem; }
  .careers-carousel {
    padding-bottom: 30px; }
    .careers-carousel .inner .content .carousel-arrow {
      height: 300px; }
      .careers-carousel .inner .content .carousel-arrow .carousel-arrow-left img.arrow-icon,
      .careers-carousel .inner .content .carousel-arrow .carousel-arrow-right img.arrow-icon {
        max-width: 25%; }
        .careers-carousel .inner .content .carousel-arrow .carousel-arrow-left img.arrow-icon__left,
        .careers-carousel .inner .content .carousel-arrow .carousel-arrow-right img.arrow-icon__left {
          top: 50%;
          right: 50%; }
        .careers-carousel .inner .content .carousel-arrow .carousel-arrow-left img.arrow-icon__right,
        .careers-carousel .inner .content .carousel-arrow .carousel-arrow-right img.arrow-icon__right {
          top: 50%;
          left: 50%; }
    .careers-carousel .inner .content .careers-item .careers-item-content {
      padding: 30px;
      margin-bottom: 30px; }
      .careers-carousel .inner .content .careers-item .careers-item-content__title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 31.992px;
        line-height: 1.9995rem;
        margin-bottom: 25px; }
      .careers-carousel .inner .content .careers-item .careers-item-content .button {
        bottom: 30px; }
  .map-area {
    height: 350px; }
  .site-footer {
    background-color: #2B2B2B;
    color: #fff;
    padding-top: 18px; }
    .site-footer .footer__top {
      border-bottom: solid 1px rgba(255, 255, 255, 0.3);
      /* for Safari */
      background-clip: padding-box;
      /* for IE9+, Firefox 4+, Opera, Chrome */
      padding-top: 8px; }
      .site-footer .footer__top--contact .green-letter {
        color: #7BB942;
        font-family: "InfoSemiBold", Helvetica, Arial, sans-serif; }
        .site-footer .footer__top--contact .green-letter__one {
          padding-left: 15px; }
      .site-footer .footer__top ul.footer__top--social {
        text-align: right;
        margin: 0 0 10px 0; }
        .site-footer .footer__top ul.footer__top--social li.social-item {
          height: inherit;
          max-width: 50px;
          margin-left: 15px;
          margin-right: 0;
          display: inline-block; }
    .site-footer .footer__copyright {
      padding: 35px 0 15px 0; } }

@media only screen and (min-width: 980px) {
  .section-area {
    padding-top: 80px;
    padding-bottom: 90px; }
  .image-block {
    margin-bottom: 60px;
    margin-top: 80px; }
    .image-block__caption {
      font-size: 16px;
      font-size: 1rem; }
  .body-image {
    margin-bottom: 40px;
    margin-top: 60px; }
    .body-image__image--caption {
      font-size: 16px;
      font-size: 1rem; }
  .button {
    padding: 12px 15px 10px 15px;
    font-size: 20px;
    font-size: 1.25rem; }
  .arrow-btn {
    font-size: 26px;
    font-size: 1.625rem;
    font-family: "InfoBook", Helvetica, Arial, sans-serif; }
  .more-bar .more-bar-content__text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
    left: 100px;
    padding: 10px 0; }
  .bodycopy ul {
    padding-left: 5px; }
    .bodycopy ul li {
      padding-left: 30px;
      margin-bottom: 24px; }
  .page-title {
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 67.9992px;
    line-height: 4.24995rem; }
    .page-title__left:after {
      padding-top: 30px; }
  .section-title {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 60px;
    line-height: 3.75rem; }
    .section-title__left:after {
      padding-top: 20px; }
    .section-title__centre {
      padding-bottom: 30px; }
    .section-title__centre:after {
      padding-top: 20px; }
    .section-title__centre-wide:after {
      padding-top: 20px; }
  .section-title-green {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 60px;
    line-height: 3.75rem; }
    .section-title-green__left:after {
      padding-top: 20px; }
    .section-title-green__centre {
      padding-bottom: 30px; }
    .section-title-green__centre:after {
      padding-top: 20px; }
    .section-title-green__centre-wide:after {
      padding-top: 20px; }
  .section-title-white {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 60px;
    line-height: 3.75rem; }
    .section-title-white__left--underline {
      padding-bottom: 26px; }
    .section-title-white__carousel {
      top: 30px; }
  .sub-section-title {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 51.984px;
    line-height: 3.249rem;
    margin-bottom: 34px; }
  .small-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem; }
  .title-role {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 21.6px;
    line-height: 1.35rem; }
  .title-role:after {
    padding-top: 12px; }
  p {
    margin-bottom: 28px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 27.9984px;
    line-height: 1.7499rem; }
  .standfirst {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31.9992px;
    line-height: 1.99995rem; }
  h1, .h1 {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 51.984px;
    line-height: 3.249rem; }
  h2, .h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem; }
  h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem; }
  h4, .h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25.992px;
    line-height: 1.6245rem; }
  h5, .h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem; }
  h6, .h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 19.992px;
    line-height: 1.2495rem; }
  .icon--double-arrow {
    height: 14px; }
  .icon--plus {
    height: 20px;
    width: 20px;
    margin-bottom: 4px; }
  .icon--search {
    height: 38px;
    width: 38px;
    margin-top: 0; }
  .icon--close {
    height: 40px;
    width: 40px; }
  .icon--logo-icon {
    height: 50px;
    width: 50px; }
  .icon--social {
    height: 30px;
    width: 30px; }
  .icon--arrow {
    height: 30px;
    width: 30px; }
  .icon--solid-arrow {
    height: 8px;
    width: 15px; }
  .icon--email {
    height: 16px;
    width: 26px; }
  .social-item-icon .icon {
    height: 30px;
    width: 30px;
    margin: 8px 8px 0 8px; }
  .process-icon {
    height: 120px;
    width: 120px;
    padding: 10px;
    border-radius: 100%; }
  .site-header {
    padding: 30px 15px 24px 15px; }
    .site-header .header .header-logo {
      max-width: 192px; }
      .site-header .header .header-logo .img {
        transition: all 0.3s; }
    .site-header .header .site-nav {
      padding-right: 65px; }
      .site-header .header .site-nav ul.primary-nav {
        padding-top: 22px; }
        .site-header .header .site-nav ul.primary-nav li.nav-link a {
          font-size: 18px;
          font-size: 1.125rem;
          padding-bottom: 33px; }
          .site-header .header .site-nav ul.primary-nav li.nav-link a::after {
            bottom: 3px; }
        .site-header .header .site-nav ul.primary-nav li.nav-link ul {
          top: 104px;
          padding-top: 15px;
          padding-bottom: 14px;
          padding-right: 95px;
          margin: 0; }
          .site-header .header .site-nav ul.primary-nav li.nav-link ul li.drop-link {
            display: inline-block;
            list-style: none;
            float: right; }
            .site-header .header .site-nav ul.primary-nav li.nav-link ul li.drop-link a {
              line-height: 27px;
              line-height: 1.6875rem; }
        .site-header .header .site-nav ul.primary-nav li.nav-link li.current_page_item a, .site-header .header .site-nav ul.primary-nav li.nav-link li.current-menu-item a {
          font-size: 18px;
          font-size: 1.125rem;
          padding-bottom: 33px; }
    .site-header .header .search-icon {
      right: 15px;
      width: 42px;
      top: 10px; }
      .site-header .header .search-icon .search-reveal {
        margin-top: 54px; }
    .site-header .header #search {
      top: 90px; }
      .site-header .header #search .search-content .search-form .field {
        height: 56px; }
      .site-header .header #search .search-content .search-form .button-search {
        height: 56px; }
      .site-header .header #search.open {
        height: auto; }
  .collapsed {
    padding-top: 14px;
    padding-bottom: 8px; }
    .collapsed .header {
      position: relative;
      transition: height 0.3s; }
      .collapsed .header .header-logo {
        max-width: 152px;
        float: left; }
        .collapsed .header .header-logo .img {
          transition: all 0.3s; }
      .collapsed .header .site-nav {
        text-align: right;
        padding-right: 65px; }
        .collapsed .header .site-nav ul.primary-nav {
          float: right;
          height: 100%;
          list-style-type: none;
          font-family: "InfoBook", Helvetica, Arial, sans-serif;
          vertical-align: middle;
          padding-top: 10px;
          margin: 0; }
          .collapsed .header .site-nav ul.primary-nav li.nav-link {
            display: inline-block; }
            .collapsed .header .site-nav ul.primary-nav li.nav-link a {
              color: #093E52;
              font-size: 18px;
              text-decoration: none;
              margin-left: 15px;
              padding-bottom: 20px;
              position: relative;
              transition: all 0.3s; }
              .collapsed .header .site-nav ul.primary-nav li.nav-link a::after {
                content: '';
                display: block;
                width: 0;
                height: 2px;
                background: #7BB942;
                position: absolute;
                bottom: 3px;
                left: 0;
                transition: width .3s; }
              .collapsed .header .site-nav ul.primary-nav li.nav-link a:hover {
                color: #7BB942;
                transition: all 0.3s; }
              .collapsed .header .site-nav ul.primary-nav li.nav-link a:hover::after {
                width: 100%; }
            .collapsed .header .site-nav ul.primary-nav li.nav-link ul {
              top: 64px;
              padding-bottom: 14px;
              padding-top: 15px;
              padding-right: 95px; }
              .collapsed .header .site-nav ul.primary-nav li.nav-link ul li.drop-link a {
                line-height: 27px;
                line-height: 1.6875rem; }
          .collapsed .header .site-nav ul.primary-nav li.current_page_item a, .collapsed .header .site-nav ul.primary-nav li.current-menu-item a {
            color: #7BB942;
            font-size: 18px;
            font-size: 1.125rem;
            text-decoration: none;
            margin-left: 15px;
            padding-bottom: 17px;
            position: relative; }
            .collapsed .header .site-nav ul.primary-nav li.current_page_item a::after, .collapsed .header .site-nav ul.primary-nav li.current-menu-item a::after {
              content: '';
              display: block;
              width: 100%;
              height: 2px;
              background: #7BB942;
              position: absolute;
              bottom: 0;
              left: 0; }
      .collapsed .header .search-icon {
        top: -5px; }
      .collapsed .header #search {
        top: 65px; }
  body:not(.homepage) .page-wrap {
    padding-top: 104px; }
  .landing-carousel .slick-arrow {
    bottom: 260px;
    width: 50px;
    height: 50px;
    margin: 20px; }
  .landing-carousel .slick-dots {
    padding-left: 80px;
    height: 52px; }
    .landing-carousel .slick-dots .scroll-icon {
      height: 60px;
      width: 60px; }
      .landing-carousel .slick-dots .scroll-icon img {
        height: 62px;
        width: 62px; }
    .landing-carousel .slick-dots li {
      height: 20px;
      width: 20px; }
  .landing-carousel .slide .overlay {
    bottom: 100px;
    width: 74%;
    padding: 35px 20px 20px 90px;
    height: 420px; }
    .landing-carousel .slide .overlay::after {
      width: 100px;
      margin-left: 90px; }
    .landing-carousel .slide .overlay__title {
      font-size: 64px;
      font-size: 4rem;
      line-height: 72px;
      line-height: 4.5rem; }
    .landing-carousel .slide .overlay__title:before {
      padding-top: 20px; }
    .landing-carousel .slide .overlay__copy {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 30px;
      line-height: 1.875rem;
      margin-bottom: 20px; }
  .landing-carousel .slide .overlay:hover:hover::after {
    width: 88%; }
  .intro .intro-inner .carousel .slide .slide-container__left img.arrow-icon {
    max-width: 50%; }
  .intro .intro-inner .carousel .slide .slide-container__text--title {
    font-size: 64px;
    font-size: 4rem;
    line-height: 72px;
    line-height: 4.5rem; }
  .intro .intro-inner .carousel .slide .slide-container__text--copy {
    font-size: 24px;
    line-height: 30px; }
  .intro .intro-inner .carousel .slide .slide-container__right img.arrow-icon {
    max-width: 50%; }
  .about .content .about-text .title {
    font-family: "MontserratRegular", Helvetica, Arial, sans-serif;
    font-size: 32px;
    color: #093E52; }
    .about .content .about-text .title__left {
      text-align: left; }
  .about .content .about-services {
    border-left: 1px solid #fff;
    border-top: none;
    padding-top: 14px; }
    .about .content .about-services .service-list #service-content .strategy {
      clear: both; }
    .about .content .about-services .service-list #service-content:nth-child(2n+1) {
      clear: both; }
    .about .content .about-services .service-list #service-content a.service-item .service-icon {
      height: 10vw;
      width: 10vw;
      min-width: 90px;
      min-height: 90px;
      max-width: 145px;
      max-height: 145px; }
    .about .content .about-services .service-list #service-content a.service-item .service-name {
      min-height: 82px; }
    .about .content .about-services .service-list #service-content a.service-item .service-name:before {
      padding-top: 14px;
      margin-bottom: 12px; }
  .latest {
    padding-top: 100px; }
    .latest .content {
      margin-bottom: 90px; }
      .latest .content .grid-wrapper {
        margin-bottom: 30px; }
        .latest .content .grid-wrapper .grid-item__wide:nth-child(n+7) {
          display: block; }
        .latest .content .grid-wrapper .grid-item__wide:hover .grid-item__wide--inner-top:hover::after {
          width: 95%; }
        .latest .content .grid-wrapper .grid-item__wide--red {
          height: 320px; }
        .latest .content .grid-wrapper .grid-item__wide--inner-top {
          padding: 15px;
          margin-top: 15px;
          margin-right: 15px;
          min-width: 260px;
          position: relative; }
        .latest .content .grid-wrapper .grid-item__square:hover .grid-item__square--inner-top:hover::after {
          width: 100%; }
        .latest .content .grid-wrapper .grid-item__square--red {
          height: 320px; }
        .latest .content .grid-wrapper .grid-item__square--blue {
          height: 320px; }
        .latest .content .grid-wrapper .grid-item__square--yellow {
          height: 320px; }
        .latest .content .grid-wrapper .grid-item__square--green {
          height: 320px; }
        .latest .content .grid-wrapper .grid-item__square--turquoise {
          height: 320px; }
        .latest .content .grid-wrapper .grid-item__square--inner-top {
          padding: none;
          margin-top: 15px;
          margin-right: 15px;
          max-width: 50%;
          min-width: 290px;
          position: relative; }
  .wide-list .content .grid-wrapper a.wide-list-item {
    height: 320px; }
    .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text {
      height: 320px; }
      .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text__reading {
        height: auto; }
    .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-image {
      height: 320px; }
  .wide-list .content .grid-wrapper .wide-list-item-reading img.wide-list-item-image-reading {
    margin-bottom: 60px; }
  .wide-list .content .grid-wrapper .wide-list-item-reading .wide-list-item-text-reading {
    margin-bottom: 60px; }
  .square-list .content .grid-wrapper {
    margin-bottom: 60px; }
    .square-list .content .grid-wrapper a.square-list-item:nth-last-of-type(1) {
      display: block; }
    .square-list .content .grid-wrapper a.square-list-item {
      height: 320px; }
      .square-list .content .grid-wrapper a.square-list-item:hover > .square-list-item-text:hover > .top::after {
        width: 94%; }
      .square-list .content .grid-wrapper a.square-list-item .square-list-item-text {
        max-height: 320px; }
  .clients .content .title {
    font-size: 32px;
    padding-bottom: 40px; }
  .clients .content .case {
    margin-bottom: 50px; }
    .clients .content .case .case-box:nth-child(3) {
      display: -ms-flexbox;
      display: flex; }
    .clients .content .case .case-box {
      -ms-flex: 0 0 33%;
          flex: 0 0 33%; }
      .clients .content .case .case-box .case-item__content--logo img.case-logo {
        max-height: 70%;
        max-width: 100%; }
      .clients .content .case .case-box .case-item__content--copy {
        min-height: 180px; }
  .clients .content .logo-carousel {
    height: 50px; }
  .clients .content .client-logos {
    height: 150px;
    margin-bottom: 15px; }
  .clients .content img.client-logo {
    max-height: 60px; }
  .clients .content img.client-logo-static {
    margin-bottom: 40px; }
  .WTA .content {
    position: relative; }
    .WTA .content .WTA-logo {
      position: absolute;
      top: -82px;
      right: 15px;
      width: auto;
      max-height: 33px;
      background-color: #12845f; }
    .WTA .content .title {
      font-family: "MontserratRegular", Helvetica, Arial, sans-serif;
      font-size: 32px;
      color: #093E52;
      padding-bottom: 40px; }
      .WTA .content .title__centre {
        text-align: center;
        display: block;
        margin: 0 auto; }
    .WTA .content .academy-feed .blog-item {
      text-align: center;
      text-decoration: none; }
      .WTA .content .academy-feed .blog-item:hover .more-btn {
        text-decoration: none;
        background-color: #12845f;
        color: #fff; }
      .WTA .content .academy-feed .blog-item__content {
        background-color: #f6f6f6;
        border-top: 3px solid #12845f;
        height: 470px;
        position: relative; }
        .WTA .content .academy-feed .blog-item__content--image {
          background-color: fuchsia;
          max-height: 240px;
          width: 100%; }
        .WTA .content .academy-feed .blog-item__content--copy {
          font-size: 32px;
          font-size: 2rem;
          line-height: 39.984px;
          line-height: 2.499rem; }
        .WTA .content .academy-feed .blog-item__content .more-btn {
          position: absolute;
          left: 50%;
          transform: translate(-50%);
          bottom: 30px; }
  .subscribe {
    padding-top: 60px; }
    .subscribe .content .title__left--underline {
      padding-bottom: 12px; }
    .subscribe .content .news-form {
      margin-top: 30px;
      font-size: 20px;
      font-size: 1.25rem; }
      .subscribe .content .news-form__intro {
        margin-bottom: 30px; }
      .subscribe .content .news-form .form-content .btn-submit {
        font-size: 24px;
        font-size: 1.5rem; }
  .page-banner {
    height: 530px; }
    .page-banner .inner__content {
      width: 60%; }
  .subpage-banner {
    height: 530px; }
    .subpage-banner .content__intro {
      margin-top: 60px; }
      .subpage-banner .content__intro--cat {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 30px;
        line-height: 1.875rem; }
      .subpage-banner .content__intro--title {
        margin-bottom: 20px;
        font-size: 58px;
        font-size: 3.625rem;
        line-height: 67.992px;
        line-height: 4.2495rem; }
      .subpage-banner .content__intro--title-large {
        margin-bottom: 20px;
        font-size: 70px;
        font-size: 4.375rem;
        line-height: 78px;
        line-height: 4.875rem; }
      .subpage-banner .content__intro--author {
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        line-height: 1.5rem;
        margin-bottom: 20px; }
        .subpage-banner .content__intro--author .category {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 21.6px;
          line-height: 1.35rem; }
  .blogpage-banner {
    height: 530px; }
    .blogpage-banner .content__intro {
      margin-top: 60px; }
      .blogpage-banner .content__intro--cat {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 30px;
        line-height: 1.875rem; }
      .blogpage-banner .content__intro--title {
        margin-bottom: 20px;
        font-size: 58px;
        font-size: 3.625rem;
        line-height: 67.992px;
        line-height: 4.2495rem; }
      .blogpage-banner .content__intro--title-large {
        margin-bottom: 20px;
        font-size: 70px;
        font-size: 4.375rem;
        line-height: 78px;
        line-height: 4.875rem; }
      .blogpage-banner .content__intro--author {
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        line-height: 1.5rem;
        margin-bottom: 20px; }
        .blogpage-banner .content__intro--author .category {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 21.6px;
          line-height: 1.35rem; }
  .itempage-banner {
    height: 530px; }
    .itempage-banner .content__intro {
      margin-top: 60px; }
      .itempage-banner .content__intro--cat {
        padding-bottom: 20px;
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 30px;
        line-height: 1.875rem; }
      .itempage-banner .content__intro--title {
        margin-bottom: 20px;
        font-size: 58px;
        font-size: 3.625rem;
        line-height: 67.992px;
        line-height: 4.2495rem; }
      .itempage-banner .content__intro--author {
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        line-height: 1.5rem;
        margin-bottom: 20px; }
        .itempage-banner .content__intro--author .category {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 21.6px;
          line-height: 1.35rem; }
    .itempage-banner .content .right-col {
      height: 530px; }
  .itempage-banner-post {
    height: 350px; }
    .itempage-banner-post .content__intro--cat {
      padding-bottom: 20px;
      font-size: 18px;
      font-size: 1.125rem; }
    .itempage-banner-post .content__intro--cat:after {
      padding-top: 10px; }
    .itempage-banner-post .content__intro--title {
      margin-bottom: 8px;
      font-family: "OfficinaBold", Helvetica, Arial, sans-serif;
      font-size: 44px;
      font-size: 2.75rem;
      line-height: 55.992px;
      line-height: 3.4995rem; }
    .itempage-banner-post .content__intro--author {
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.5rem; }
      .itempage-banner-post .content__intro--author .category {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 21.6px;
        line-height: 1.35rem; }
    .itempage-banner-post .content .right-col .dl-btn {
      top: 250px; }
  .studypage-banner-post {
    height: 530px; }
    .studypage-banner-post .content__intro {
      margin-top: 60px; }
      .studypage-banner-post .content__intro--cat {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 30px;
        line-height: 1.875rem; }
      .studypage-banner-post .content__intro--title-study {
        margin-bottom: 8px;
        font-family: "OfficinaBold", Helvetica, Arial, sans-serif;
        font-size: 44px;
        font-size: 2.75rem;
        line-height: 55.992px;
        line-height: 3.4995rem; }
    .studypage-banner-post .content__intro-lower--author {
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.5rem; }
      .studypage-banner-post .content__intro-lower--author .category {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 21.6px;
        line-height: 1.35rem; }
      .studypage-banner-post .content__intro-lower--author .category-item {
        left: 140px; }
  .blog-banner .content__intro--cat {
    padding-bottom: 20px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem; }
  .blog-banner .content__intro--title {
    margin-bottom: 20px;
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 67.992px;
    line-height: 4.2495rem; }
  .blog-banner .content__intro--author {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 20px; }
    .blog-banner .content__intro--author .category {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 21.6px;
      line-height: 1.35rem; }
  .primary-section {
    padding-top: 80px;
    padding-bottom: 90px; }
    .primary-section .wrapper {
      height: 100%;
      position: relative; }
      .primary-section .wrapper .primary-content {
        height: 100%;
        padding-bottom: 0; }
        .primary-section .wrapper .primary-content .title {
          font-family: "MontserratRegular", Helvetica, Arial, sans-serif;
          font-size: 32px;
          color: #093E52; }
          .primary-section .wrapper .primary-content .title__left {
            text-align: left; }
          .primary-section .wrapper .primary-content .title__left:after {
            content: "";
            display: block;
            width: 100px;
            padding-top: 20px;
            border-bottom: 2px solid #139A95; }
        .primary-section .wrapper .primary-content__copy {
          height: 100%; }
        .primary-section .wrapper .primary-content__body-img {
          margin-bottom: 60px;
          margin-top: 80px; }
          .primary-section .wrapper .primary-content__body-img--caption {
            color: #9DB2BA;
            font-size: 16px;
            font-size: 1rem; }
        .primary-section .wrapper .primary-content__sub-title {
          font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
          font-size: 24px;
          line-height: 30px; }
        .primary-section .wrapper .primary-content__sub-title:before {
          content: "";
          display: block;
          width: 50px;
          padding-top: 20px;
          border-top: 2px solid #EAC415; }
        .primary-section .wrapper .primary-content__highlight--inner {
          height: 100%;
          padding: 15px; }
          .primary-section .wrapper .primary-content__highlight--inner ul.bullets {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 27.9984px;
            line-height: 1.7499rem;
            padding-left: 15px;
            margin-top: 20px; }
            .primary-section .wrapper .primary-content__highlight--inner ul.bullets li {
              padding-left: 30px;
              margin-bottom: 14px; }
      .primary-section .wrapper .sidebar {
        height: 100%;
        position: absolute;
        top: -165px;
        right: 0;
        left: auto; }
        .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields {
          margin: 0px; }
          .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields .field, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .contact-box-form ul.gform_fields li.gfield, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields .field, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_body ul.gform_fields li.gfield, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields .field, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .contact-box-form ul.gform_fields li.gfield, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields .field, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_body ul.gform_fields li.gfield {
            margin-bottom: 15px !important; }
        .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_footer.top_label .btn-submit, .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper .gform_footer.top_label .gform_button, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_footer.top_label .btn-submit, .primary-section .wrapper .sidebar .contact-box__inner .gform_validation_error .gform_footer.top_label .gform_button {
          font-size: 20px;
          font-size: 1.25rem; }
        .primary-section .wrapper .sidebar .contact-box__inner .gform_wrapper li.gfield_error input {
          padding: 10px; }
      .primary-section .wrapper .sidebar-blog .staff-overview__profile--info p {
        margin-bottom: 14px; }
      .primary-section .wrapper .sidebar-blog .staff-overview__profile--info--contact a.email {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 25.92px;
        line-height: 1.62rem; }
      .primary-section .wrapper .sidebar-blog .staff-overview__profile-page {
        padding: 0 0 30px; }
        .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--headshot {
          height: 37vw;
          width: 37vw;
          max-width: 268px;
          max-height: 268px;
          min-width: 188px;
          min-height: 188px;
          margin-bottom: 20px; }
        .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info {
          max-width: 268px; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info p {
            margin-bottom: 12px; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info .contact-intro {
            margin-bottom: 15px; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info .contact-intro:before {
            width: 40px;
            margin-bottom: 20px; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info .name {
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 27.984px;
            line-height: 1.749rem; }
          .primary-section .wrapper .sidebar-blog .staff-overview__profile-page--info .contact a.email {
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 25.92px;
            line-height: 1.62rem; }
      .primary-section .wrapper .sidebar-report {
        margin-top: 0; }
        .primary-section .wrapper .sidebar-report__contact {
          margin-top: 30px; }
  .primary-section-divide {
    padding-top: 46px;
    padding-bottom: 80px; }
    .primary-section-divide .wrapper {
      height: 100%;
      position: relative; }
      .primary-section-divide .wrapper .primary-content {
        height: 100%;
        padding-bottom: 0; }
        .primary-section-divide .wrapper .primary-content .title {
          font-family: "MontserratRegular", Helvetica, Arial, sans-serif;
          font-size: 32px;
          color: #093E52; }
          .primary-section-divide .wrapper .primary-content .title__left {
            text-align: left; }
          .primary-section-divide .wrapper .primary-content .title__left:after {
            content: "";
            display: block;
            width: 100px;
            padding-top: 20px;
            border-bottom: 2px solid #139A95; }
        .primary-section-divide .wrapper .primary-content__copy {
          height: 100%; }
        .primary-section-divide .wrapper .primary-content__body-img {
          margin-bottom: 60px;
          margin-top: 80px; }
          .primary-section-divide .wrapper .primary-content__body-img--caption {
            color: #9DB2BA; }
        .primary-section-divide .wrapper .primary-content__sub-title {
          font-family: "InfoSemiBold", Helvetica, Arial, sans-serif;
          font-size: 24px;
          line-height: 30px; }
        .primary-section-divide .wrapper .primary-content__sub-title:before {
          content: "";
          display: block;
          width: 50px;
          padding-top: 20px;
          border-top: 2px solid #EAC415; }
        .primary-section-divide .wrapper .primary-content__highlight--inner {
          height: 100%;
          padding: 15px; }
          .primary-section-divide .wrapper .primary-content__highlight--inner ul.bullets {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 27.9984px;
            line-height: 1.7499rem;
            padding-left: 15px;
            margin-top: 20px; }
            .primary-section-divide .wrapper .primary-content__highlight--inner ul.bullets li {
              padding-left: 30px;
              margin-bottom: 28px; }
  .study-section {
    padding-top: 40px;
    padding-bottom: 30px; }
    .study-section .wrapper .study-content {
      padding-bottom: 30px; }
      .study-section .wrapper .study-content__copy--title {
        padding-bottom: 15px; }
      .study-section .wrapper .study-content__copy--title:after {
        padding-top: 4px; }
      .study-section .wrapper .study-content__copy--text {
        margin-bottom: 90px; }
      .study-section .wrapper .study-content__quote {
        padding-top: 51px;
        margin-bottom: 90px; }
        .study-section .wrapper .study-content__quote .quote-box {
          border-top: #f36523 solid 5px;
          border-bottom: #f36523 solid 2px; }
          .study-section .wrapper .study-content__quote .quote-box p.blockquote {
            font-size: 31.992px;
            font-size: 1.9995rem;
            line-height: 36.008px;
            line-height: 2.2505rem;
            width: 90%; }
          .study-section .wrapper .study-content__quote .quote-box p.cite {
            font-size: 16px;
            font-size: 1rem;
            line-height: 20px;
            margin-bottom: 8px; }
      .study-section .wrapper .study-content__image-block {
        margin-bottom: 90px; }
        .study-section .wrapper .study-content__image-block--caption {
          font-size: 16px;
          font-size: 1rem; }
      .study-section .wrapper .study-content__impact {
        padding: 40px 0 20px; }
        .study-section .wrapper .study-content__impact--stat .content .figure {
          height: 38vw;
          width: 38vw;
          max-width: 206px;
          max-height: 206px; }
          .study-section .wrapper .study-content__impact--stat .content .figure p.figure-text {
            top: 30%;
            font-size: 54px;
            font-size: 3.375rem;
            line-height: 51.984px;
            line-height: 3.249rem; }
        .study-section .wrapper .study-content__impact--stat .content .caption {
          margin: 30px 0;
          padding: 0 10px; }
  .service-process {
    border-top: #04d6d0 3px solid; }
    .service-process .inner .section-title {
      font-size: 32px;
      color: #fff; }
      .service-process .inner .section-title__centre {
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px; }
    .service-process .inner .process-item .process-item-box {
      min-height: 601px; }
      .service-process .inner .process-item .process-item-box__icon {
        max-width: 120px;
        max-height: 120px; }
      .service-process .inner .process-item .process-item-box__title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 25px;
        padding-top: 15px; }
  .services-strip .content .icons-group {
    padding: 0 0 8px 0; }
    .services-strip .content .icons-group #service-content {
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
      padding: 0 0 8px 0; }
      .services-strip .content .icons-group #service-content a.service-item .service-item__explore {
        height: 45vw;
        width: 45vw;
        max-width: 115px;
        max-height: 115px; }
        .services-strip .content .icons-group #service-content a.service-item .service-item__explore p.explore-text {
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 19.992px;
          line-height: 1.2495rem; }
      .services-strip .content .icons-group #service-content a.service-item .service-item__icon {
        height: 45vw;
        width: 45vw;
        max-width: 115px;
        max-height: 115px; }
      .services-strip .content .icons-group #service-content a.service-item .service-item__title {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 27.984px;
        line-height: 1.749rem; }
  .blog-carousel {
    height: 726px; }
    .blog-carousel .carousel-inner {
      height: 726px; }
      .blog-carousel .carousel-inner .carousel-inner-current .carousel-content {
        height: 726px; }
        .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-title {
          background-color: rgba 0, 0, 0, 0.5;
          height: 100px;
          border-bottom: 2px #fff solid; }
        .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .slick-arrow {
          bottom: 290px; }
        .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .slick-list {
          height: 726px; }
        .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-left,
        .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-right {
          height: 100%; }
          .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-left img.arrow-icon:hover,
          .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-arrow-right img.arrow-icon:hover {
            transition: all 0.3s;
            opacity: 1; }
        .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content {
          height: 726px; }
          .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro {
            margin-top: 60px;
            margin-left: 60px; }
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro--cat {
              font-size: 22px;
              font-size: 1.375rem;
              line-height: 30px;
              line-height: 1.875rem; }
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro--title {
              margin-bottom: 20px;
              font-size: 58px;
              font-size: 3.625rem;
              line-height: 67.992px;
              line-height: 4.2495rem; }
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro--title-large {
              margin-bottom: 20px;
              font-size: 90px;
              font-size: 5.625rem;
              line-height: 97.92px;
              line-height: 6.12rem; }
            .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro--author {
              font-size: 16px;
              font-size: 1rem;
              line-height: 24px;
              line-height: 1.5rem;
              margin-bottom: 20px; }
              .blog-carousel .carousel-inner .carousel-inner-current .carousel-content .carousel-current .carousel-item-content .content__intro--author .category {
                font-size: 14px;
                font-size: 0.875rem;
                line-height: 21.6px;
                line-height: 1.35rem; }
  .shop-overview .content .grid-wrapper {
    margin-bottom: 60px; }
    .shop-overview .content .grid-wrapper .shop-item a.bottom {
      padding: 20px; }
      .shop-overview .content .grid-wrapper .shop-item a.bottom .shop-item-info h4.shop-item-title {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 30px;
        line-height: 1.875rem; }
      .shop-overview .content .grid-wrapper .shop-item a.bottom .shop-item-info h5.shop-item-author {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 25.8456px;
        line-height: 1.61535rem; }
      .shop-overview .content .grid-wrapper .shop-item a.bottom .shop-item-info h5.shop-item-author:after {
        width: 60px;
        padding-top: 12px;
        margin-bottom: 14px; }
  .people .people-content .staff-overview__profile {
    padding: 0 30px 30px;
    min-height: 590px; }
    .people .people-content .staff-overview__profile--headshot {
      height: 100vw;
      width: 100vw; }
    .people .people-content .staff-overview__profile--info .name {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 31.9992px;
      line-height: 1.99995rem; }
    .people .people-content .staff-overview__profile--info .name:before {
      width: 60px;
      margin-bottom: 20px; }
    .people .people-content .staff-overview__profile--info .contact a.email {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 25.92px;
      line-height: 1.62rem; }
  .careers-carousel {
    padding-bottom: 40px; }
    .careers-carousel .inner .content .careers-item .careers-item-content__title {
      font-size: 32px;
      font-size: 2rem;
      line-height: 37.92px;
      line-height: 2.37rem; }
  .map-area {
    height: 530px; }
  .site-footer {
    background-color: #2B2B2B;
    color: #fff;
    padding-top: 20px; }
    .site-footer .footer__top {
      border-bottom: solid 1px rgba(255, 255, 255, 0.3);
      /* for Safari */
      background-clip: padding-box;
      /* for IE9+, Firefox 4+, Opera, Chrome */
      padding-top: 8px; }
      .site-footer .footer__top--contact .green-letter {
        color: #7BB942;
        font-family: "InfoSemiBold", Helvetica, Arial, sans-serif; }
        .site-footer .footer__top--contact .green-letter__one {
          padding-left: 15px; }
      .site-footer .footer__top ul.footer__top--social li.social-item a.social-item-box .social-item-icon {
        max-width: 50px;
        max-height: 50px; }
    .site-footer .footer__copyright {
      padding: 45px 0 15px 0; } }

@media only screen and (min-width: 1140px) {
  .about .content .about-services #service-content a.service-item {
    max-width: 156px;
    max-height: 156px; }
  .latest .content .grid-wrapper .grid-item__wide:hover .grid-item__wide--inner-top:hover::after {
    width: 343px; }
  .latest .content .grid-wrapper .grid-item__wide--red {
    height: 373px; }
  .latest .content .grid-wrapper .grid-item__wide--inner-top {
    max-width: 50%;
    min-width: 290px; }
  .latest .content .grid-wrapper .grid-item__square:hover .grid-item__square--inner-top:hover::after {
    width: 275px; }
  .latest .content .grid-wrapper .grid-item__square--red {
    height: 373px; }
  .latest .content .grid-wrapper .grid-item__square--blue {
    height: 373px; }
  .latest .content .grid-wrapper .grid-item__square--yellow {
    height: 373px; }
  .latest .content .grid-wrapper .grid-item__square--green {
    height: 373px; }
  .latest .content .grid-wrapper .grid-item__square--turquoise {
    height: 373px; }
  .latest .content .grid-wrapper .grid-item__square--inner-top {
    max-width: 50%;
    min-width: 290px; }
  .wide-list .content .grid-wrapper a.wide-list-item {
    height: 373px; }
    .wide-list .content .grid-wrapper a.wide-list-item:hover > .wide-list-item-text:hover > .top::after {
      width: 85%; }
    .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-text {
      height: 373px; }
    .wide-list .content .grid-wrapper a.wide-list-item .wide-list-item-image {
      height: 373px; }
  .square-list .content .grid-wrapper a.square-list-item {
    height: 373px; }
    .square-list .content .grid-wrapper a.square-list-item:hover > .square-list-item-text:hover > .top::after {
      width: 94%; }
    .square-list .content .grid-wrapper a.square-list-item .square-list-item-text {
      max-height: 373px; }
  .clients .content .logo-carousel {
    height: 70px; }
  .clients .content .client-logos {
    height: 150px;
    margin-bottom: 15px; }
  .clients .content img.client-logo {
    max-height: 70px; }
  .service-process .inner .process-item .process-item-box {
    min-height: 505px; }
  .services-strip .content .icons-group #service-content a.service-item {
    padding: 8px; }
    .services-strip .content .icons-group #service-content a.service-item .service-item__explore {
      height: 45vw;
      width: 45vw;
      max-width: 140px;
      max-height: 140px; }
      .services-strip .content .icons-group #service-content a.service-item .service-item__explore p.explore-text {
        transform: translate(-50%, -50%);
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 19.992px;
        line-height: 1.2495rem; }
    .services-strip .content .icons-group #service-content a.service-item .service-item__icon {
      height: 45vw;
      width: 45vw;
      max-width: 140px;
      max-height: 140px; }
    .services-strip .content .icons-group #service-content a.service-item .service-item__title {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 27.984px;
      line-height: 1.749rem; } }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.no-float {
  float: none; }

.no-background {
  background: transparent; }

.no-border {
  border: 0; }

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

.font-100 {
  font-weight: 100; }

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

.font-300 {
  font-weight: 300; }

.font-400 {
  font-weight: 400; }

.font-500 {
  font-weight: 500; }

.font-600 {
  font-weight: 600; }

.font-700 {
  font-weight: 700; }

.font-800 {
  font-weight: 800; }

.font-900 {
  font-weight: 900; }

.font-normal {
  font-style: normal; }

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

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

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

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

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

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

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.static {
  position: static; }

.fixed {
  position: fixed; }

.none {
  display: none; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.flex {
  display: -ms-flexbox;
  display: flex; }

.flex-row {
  -ms-flex-direction: row;
      flex-direction: row; }

.flex-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.flex-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.flex-space-between {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.flex-start {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.flex-center {
  -ms-flex-pack: center;
      justify-content: center; }

.flex-end {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.left {
  float: left; }

.right {
  float: right; }

.center {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.pad-top-5 {
  padding-top: 5px; }

.pad-top-10 {
  padding-top: 10px; }

.pad-top-15 {
  padding-top: 15px; }

.pad-top-20 {
  padding-top: 20px; }

.pad-top-25 {
  padding-top: 25px; }

.pad-top-30 {
  padding-top: 30px; }

.pad-top-35 {
  padding-top: 35px; }

.pad-top-40 {
  padding-top: 40px; }

.pad-top-45 {
  padding-top: 45px; }

.pad-top-50 {
  padding-top: 50px; }

.pad-top-55 {
  padding-top: 55px; }

.pad-top-60 {
  padding-top: 60px; }

.pad-bottom-5 {
  padding-bottom: 5px; }

.pad-bottom-10 {
  padding-bottom: 10px; }

.pad-bottom-15 {
  padding-bottom: 15px; }

.pad-bottom-20 {
  padding-bottom: 20px; }

.pad-bottom-25 {
  padding-bottom: 25px; }

.pad-bottom-30 {
  padding-bottom: 30px; }

.pad-bottom-35 {
  padding-bottom: 35px; }

.pad-bottom-40 {
  padding-bottom: 40px; }

.pad-bottom-45 {
  padding-bottom: 45px; }

.pad-bottom-50 {
  padding-bottom: 50px; }

.pad-bottom-55 {
  padding-bottom: 55px; }

.pad-bottom-60 {
  padding-bottom: 60px; }

.pad-5 {
  padding: 5px; }

.pad-10 {
  padding: 10px; }

.pad-15 {
  padding: 15px; }

.pad-20 {
  padding: 20px; }

.pad-25 {
  padding: 25px; }

.pad-30 {
  padding: 30px; }

.pad-35 {
  padding: 35px; }

.pad-40 {
  padding: 40px; }

.pad-45 {
  padding: 45px; }

.pad-50 {
  padding: 50px; }

.pad-55 {
  padding: 55px; }

.pad-60 {
  padding: 60px; }

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

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-unstyled li {
    margin: 0;
    padding: 0; }

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

.img-fluid {
  max-width: 100%; }

.field {
  width: 100%; }

.form-group {
  overflow: hidden; }
  .form-group label {
    display: inline-block;
    padding-top: 8px; }

.disabled, [disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .5; }

.checkbox,
.radio {
  display: inline-block;
  position: relative; }
  .checkbox label,
  .radio label {
    padding-left: 20px;
    padding-top: 0;
    display: inline-block; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"],
  .radio input[type="checkbox"],
  .radio input[type="radio"] {
    position: absolute;
    top: 4px;
    left: 0; }

.select {
  position: relative;
  display: block; }
  .select:before {
    content: "";
    border: 6px solid transparent;
    border-top-color: #676767;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 42px;
    width: 100%;
    padding: 0 10px;
    line-height: normal;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    display: block; }
  .select select::-ms-expand {
    display: none; }
  .select select:focus {
    border-color: #04d6d0; }
  .select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff;
    border-color: #04d6d0; }

.animation {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animation-infinite {
  animation-iteration-count: infinite; }

@media only screen and (min-width: 740px) {
  .no-float-m {
    float: none; }
  .no-padding-m {
    padding: 0; }
  .no-margin-m {
    margin: 0; }
  .relative-m {
    position: relative; }
  .absolute-m {
    position: absolute; }
  .static-m {
    position: static; }
  .fixed-m {
    position: fixed; }
  .none-m {
    display: none; }
  .block-m {
    display: block; }
  .inline-block-m {
    display: inline-block; }
  .inline-m {
    display: inline; }
  .flex-m {
    display: -ms-flexbox;
    display: flex; }
  .flex-row-m {
    -ms-flex-direction: row;
        flex-direction: row; }
  .flex-column-m {
    -ms-flex-direction: column;
        flex-direction: column; }
  .flex-space-around-m {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .flex-space-between-m {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .flex-start-m {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .flex-center-m {
    -ms-flex-pack: center;
        justify-content: center; }
  .flex-end-m {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .flex-wrap-m {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex-nowrap-m {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .left-m {
    float: left; }
  .right-m {
    float: right; }
  .center-m {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .text-left-m {
    text-align: left; }
  .text-right-m {
    text-align: right; }
  .text-center-m {
    text-align: center; }
  .text-justify-m {
    text-align: justify; }
  .no-col-m {
    width: auto;
    float: none; }
  .no-push-m, .no-pull-m {
    left: 0; }
  .pad-top-0-m {
    padding-top: 0; }
  .pad-top-5-m {
    padding-top: 5px; }
  .pad-top-10-m {
    padding-top: 10px; }
  .pad-top-15-m {
    padding-top: 15px; }
  .pad-top-20-m {
    padding-top: 20px; }
  .pad-top-25-m {
    padding-top: 25px; }
  .pad-top-30-m {
    padding-top: 30px; }
  .pad-top-35-m {
    padding-top: 35px; }
  .pad-top-40-m {
    padding-top: 40px; }
  .pad-top-45-m {
    padding-top: 45px; }
  .pad-top-50-m {
    padding-top: 50px; }
  .pad-top-55-m {
    padding-top: 55px; }
  .pad-top-60-m {
    padding-top: 60px; }
  .pad-bottom-0-m {
    padding-bottom: 0; }
  .pad-bottom-5-m {
    padding-bottom: 5px; }
  .pad-bottom-10-m {
    padding-bottom: 10px; }
  .pad-bottom-15-m {
    padding-bottom: 15px; }
  .pad-bottom-20-m {
    padding-bottom: 20px; }
  .pad-bottom-25-m {
    padding-bottom: 25px; }
  .pad-bottom-30-m {
    padding-bottom: 30px; }
  .pad-bottom-35-m {
    padding-bottom: 35px; }
  .pad-bottom-40-m {
    padding-bottom: 40px; }
  .pad-bottom-45-m {
    padding-bottom: 45px; }
  .pad-bottom-50-m {
    padding-bottom: 50px; }
  .pad-bottom-55-m {
    padding-bottom: 55px; }
  .pad-bottom-60-m {
    padding-bottom: 60px; }
  .pad-0-m {
    padding: 0; }
  .pad-5-m {
    padding: 5px; }
  .pad-10-m {
    padding: 10px; }
  .pad-15-m {
    padding: 15px; }
  .pad-20-m {
    padding: 20px; }
  .pad-25-m {
    padding: 25px; }
  .pad-30-m {
    padding: 30px; }
  .pad-35-m {
    padding: 35px; }
  .pad-40-m {
    padding: 40px; }
  .pad-45-m {
    padding: 45px; }
  .pad-50-m {
    padding: 50px; }
  .pad-55-m {
    padding: 55px; }
  .pad-60-m {
    padding: 60px; } }

@media only screen and (min-width: 980px) {
  .no-float-l {
    float: none; }
  .no-padding-l {
    padding: 0; }
  .no-margin-l {
    margin: 0; }
  .relative-l {
    position: relative; }
  .absolute-l {
    position: absolute; }
  .static-l {
    position: static; }
  .fixed-l {
    position: fixed; }
  .none-l {
    display: none; }
  .block-l {
    display: block; }
  .inline-block-l {
    display: inline-block; }
  .inline-l {
    display: inline; }
  .flex-l {
    display: -ms-flexbox;
    display: flex; }
  .flex-row-l {
    -ms-flex-direction: row;
        flex-direction: row; }
  .flex-column-l {
    -ms-flex-direction: column;
        flex-direction: column; }
  .flex-space-around-l {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .flex-space-between-l {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .flex-start-l {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .flex-center-l {
    -ms-flex-pack: center;
        justify-content: center; }
  .flex-end-l {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .flex-wrap-l {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex-nowrap-l {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .left-l {
    float: left; }
  .right-l {
    float: right; }
  .center-l {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .text-left-l {
    text-align: left; }
  .text-right-l {
    text-align: right; }
  .text-center-l {
    text-align: center; }
  .text-justify-l {
    text-align: justify; }
  .no-col-l {
    width: auto;
    float: none; }
  .no-push-l, .no-pull-l {
    left: 0; }
  .pad-top-0-l {
    padding-top: 0; }
  .pad-top-5-l {
    padding-top: 5px; }
  .pad-top-10-l {
    padding-top: 10px; }
  .pad-top-15-l {
    padding-top: 15px; }
  .pad-top-20-l {
    padding-top: 20px; }
  .pad-top-25-l {
    padding-top: 25px; }
  .pad-top-30-l {
    padding-top: 30px; }
  .pad-top-35-l {
    padding-top: 35px; }
  .pad-top-40-l {
    padding-top: 40px; }
  .pad-top-45-l {
    padding-top: 45px; }
  .pad-top-50-l {
    padding-top: 50px; }
  .pad-top-55-l {
    padding-top: 55px; }
  .pad-top-60-l {
    padding-top: 60px; }
  .pad-bottom-0-l {
    padding-bottom: 0; }
  .pad-bottom-5-l {
    padding-bottom: 5px; }
  .pad-bottom-10-l {
    padding-bottom: 10px; }
  .pad-bottom-15-l {
    padding-bottom: 15px; }
  .pad-bottom-20-l {
    padding-bottom: 20px; }
  .pad-bottom-25-l {
    padding-bottom: 25px; }
  .pad-bottom-30-l {
    padding-bottom: 30px; }
  .pad-bottom-35-l {
    padding-bottom: 35px; }
  .pad-bottom-40-l {
    padding-bottom: 40px; }
  .pad-bottom-45-l {
    padding-bottom: 45px; }
  .pad-bottom-50-l {
    padding-bottom: 50px; }
  .pad-bottom-55-l {
    padding-bottom: 55px; }
  .pad-bottom-60-l {
    padding-bottom: 60px; }
  .pad-0-l {
    padding: 0; }
  .pad-5-l {
    padding: 5px; }
  .pad-10-l {
    padding: 10px; }
  .pad-15-l {
    padding: 15px; }
  .pad-20-l {
    padding: 20px; }
  .pad-25-l {
    padding: 25px; }
  .pad-30-l {
    padding: 30px; }
  .pad-35-l {
    padding: 35px; }
  .pad-40-l {
    padding: 40px; }
  .pad-45-l {
    padding: 45px; }
  .pad-50-l {
    padding: 50px; }
  .pad-55-l {
    padding: 55px; }
  .pad-60-l {
    padding: 60px; } }

@media only screen and (min-width: 1140px) {
  .no-float-xl {
    float: none; }
  .no-padding-xl {
    padding: 0; }
  .no-margin-xl {
    margin: 0; }
  .relative-xl {
    position: relative; }
  .absolute-xl {
    position: absolute; }
  .static-xl {
    position: static; }
  .fixed-xl {
    position: fixed; }
  .none-xl {
    display: none; }
  .block-xl {
    display: block; }
  .inline-block-xl {
    display: inline-block; }
  .inline-xl {
    display: inline; }
  .flex-xl {
    display: -ms-flexbox;
    display: flex; }
  .flex-row-xl {
    -ms-flex-direction: row;
        flex-direction: row; }
  .flex-column-xl {
    -ms-flex-direction: column;
        flex-direction: column; }
  .flex-space-around-xl {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .flex-space-between-xl {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .flex-start-xl {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .flex-center-xl {
    -ms-flex-pack: center;
        justify-content: center; }
  .flex-end-xl {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .flex-wrap-xl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex-nowrap-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .left-xl {
    float: left; }
  .right-xl {
    float: right; }
  .center-xl {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .text-left-xl {
    text-align: left; }
  .text-right-xl {
    text-align: right; }
  .text-center-xl {
    text-align: center; }
  .text-justify-xl {
    text-align: justify; }
  .no-col-xl {
    width: auto;
    float: none; }
  .no-push-xl, .no-pull-xl {
    left: 0; }
  .pad-top-0-xl {
    padding-top: 0; }
  .pad-top-5-xl {
    padding-top: 5px; }
  .pad-top-10-xl {
    padding-top: 10px; }
  .pad-top-15-xl {
    padding-top: 15px; }
  .pad-top-20-xl {
    padding-top: 20px; }
  .pad-top-25-xl {
    padding-top: 25px; }
  .pad-top-30-xl {
    padding-top: 30px; }
  .pad-top-35-xl {
    padding-top: 35px; }
  .pad-top-40-xl {
    padding-top: 40px; }
  .pad-top-45-xl {
    padding-top: 45px; }
  .pad-top-50-xl {
    padding-top: 50px; }
  .pad-top-55-xl {
    padding-top: 55px; }
  .pad-top-60-xl {
    padding-top: 60px; }
  .pad-bottom-0-xl {
    padding-bottom: 0; }
  .pad-bottom-5-xl {
    padding-bottom: 5px; }
  .pad-bottom-10-xl {
    padding-bottom: 10px; }
  .pad-bottom-15-xl {
    padding-bottom: 15px; }
  .pad-bottom-20-xl {
    padding-bottom: 20px; }
  .pad-bottom-25-xl {
    padding-bottom: 25px; }
  .pad-bottom-30-xl {
    padding-bottom: 30px; }
  .pad-bottom-35-xl {
    padding-bottom: 35px; }
  .pad-bottom-40-xl {
    padding-bottom: 40px; }
  .pad-bottom-45-xl {
    padding-bottom: 45px; }
  .pad-bottom-50-xl {
    padding-bottom: 50px; }
  .pad-bottom-55-xl {
    padding-bottom: 55px; }
  .pad-bottom-60-xl {
    padding-bottom: 60px; }
  .pad-0-xl {
    padding: 0; }
  .pad-5-xl {
    padding: 5px; }
  .pad-10-xl {
    padding: 10px; }
  .pad-15-xl {
    padding: 15px; }
  .pad-20-xl {
    padding: 20px; }
  .pad-25-xl {
    padding: 25px; }
  .pad-30-xl {
    padding: 30px; }
  .pad-35-xl {
    padding: 35px; }
  .pad-40-xl {
    padding: 40px; }
  .pad-45-xl {
    padding: 45px; }
  .pad-50-xl {
    padding: 50px; }
  .pad-55-xl {
    padding: 55px; }
  .pad-60-xl {
    padding: 60px; } }

@media print {
  .no-float-print {
    float: none; }
  .no-padding-print {
    padding: 0; }
  .no-margin-print {
    margin: 0; }
  .none-print {
    display: none; }
  .block-print {
    display: block; }
  .inline-block-print {
    display: inline-block; }
  .inline-print {
    display: inline; }
  .text-left-print {
    text-align: left; }
  .text-right-print {
    text-align: right; }
  .text-center-print {
    text-align: center; }
  .text-justify-print {
    text-align: justify; }
  .no-col-print {
    width: auto;
    float: none; }
  .no-push-print, .no-pull-print {
    left: 0; }
  .pad-top-0-print {
    padding-top: 0; }
  .pad-top-5-print {
    padding-top: 5px; }
  .pad-top-10-print {
    padding-top: 10px; }
  .pad-top-15-print {
    padding-top: 15px; }
  .pad-top-20-print {
    padding-top: 20px; }
  .pad-top-25-print {
    padding-top: 25px; }
  .pad-top-30-print {
    padding-top: 30px; }
  .pad-top-35-print {
    padding-top: 35px; }
  .pad-top-40-print {
    padding-top: 40px; }
  .pad-top-45-print {
    padding-top: 45px; }
  .pad-top-50-print {
    padding-top: 50px; }
  .pad-top-55-print {
    padding-top: 55px; }
  .pad-top-60-print {
    padding-top: 60px; }
  .pad-bottom-0-print {
    padding-bottom: 0; }
  .pad-bottom-5-print {
    padding-bottom: 5px; }
  .pad-bottom-10-print {
    padding-bottom: 10px; }
  .pad-bottom-15-print {
    padding-bottom: 15px; }
  .pad-bottom-20-print {
    padding-bottom: 20px; }
  .pad-bottom-25-print {
    padding-bottom: 25px; }
  .pad-bottom-30-print {
    padding-bottom: 30px; }
  .pad-bottom-35-print {
    padding-bottom: 35px; }
  .pad-bottom-40-print {
    padding-bottom: 40px; }
  .pad-bottom-45-print {
    padding-bottom: 45px; }
  .pad-bottom-50-print {
    padding-bottom: 50px; }
  .pad-bottom-55-print {
    padding-bottom: 55px; }
  .pad-bottom-60-print {
    padding-bottom: 60px; }
  .pad-0-print {
    padding: 0; }
  .pad-5-print {
    padding: 5px; }
  .pad-10-print {
    padding: 10px; }
  .pad-15-print {
    padding: 15px; }
  .pad-20-print {
    padding: 20px; }
  .pad-25-print {
    padding: 25px; }
  .pad-30-print {
    padding: 30px; }
  .pad-35-print {
    padding: 35px; }
  .pad-40-print {
    padding: 40px; }
  .pad-45-print {
    padding: 45px; }
  .pad-50-print {
    padding: 50px; }
  .pad-55-print {
    padding: 55px; }
  .pad-60-print {
    padding: 60px; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
  margin-bottom: 20px; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

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

.aligncenter img, .aligncenter,
.alignnone img, .alignnone,
.alignleft img, .alignleft,
.alignright img, .alignright {
  max-width: 100%;
  height: auto; }

.aligncenter {
  display: block;
  margin: 0 auto 20px; }

.alignnone {
  display: block;
  margin: 0 20px 20px 0; }

.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

.alignright {
  float: right;
  margin: 0 0 20px 20px; }

.wp-caption {
  max-width: 100% !important; }

.img-responsive, .primary-section .wrapper .sidebar-blog .staff-overview__profile--headshot img, .people .people-content .staff-overview__profile--headshot img {
  display: block;
  width: 100% \9;
  width: 100%;
  max-width: 100%;
  height: auto; }

/*# sourceMappingURL=style.css.map */
