@charset "UTF-8";
/*
================================
  SITE SETTINGS
================================
*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/*! normalize.css http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *  http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *  www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 0; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0; }

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *  code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: none;
  padding: 0;
  margin: 0; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *  Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
    Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
================================
  TYPOGRAPHY
================================
*/
body {
  font-family: 'Gotham SSm 3r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #282c59;
  line-height: 1.5;
  font-size: 100%; }

strong,
b {
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
  font-weight: 700;
  font-style: normal; }

em,
i {
  font-family: 'Gotham SSm 4i', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
  font-weight: 400;
  font-style: italic; }

small {
  font-size: 0.7501875469em;
  line-height: 1.5;
  display: block; }

a {
  color: #6eaa8c; }
  article a:hover, article a:focus {
    color: #777; }
  article a:active {
    color: #282c59; }

.secondary-btn,
.uploadifive-button, .primary-btn {
  transition: all 0.1s linear;
  padding: 0.33325em 0.6665em;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: inline-block;
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff; }
  .secondary-btn:hover,
  .uploadifive-button:hover, .primary-btn:hover, .secondary-btn:focus,
  .uploadifive-button:focus, .primary-btn:focus {
    background-color: #92bfa9; }
  .secondary-btn:active,
  .uploadifive-button:active, .primary-btn:active {
    background-color: #7db398; }

.primary-btn {
  text-shadow: 1px 1px 1px #559073;
  background-color: #6eaa8c; }
  .primary-btn:hover, .primary-btn:focus {
    color: white; }

input.primary-btn {
  border: 0;
  display: inline-block;
  line-height: 1.5em; }

.secondary-btn,
.uploadifive-button {
  background-color: #ddd;
  color: #282c59; }
  .secondary-btn:hover, .secondary-btn:focus, .secondary-btn:active,
  .uploadifive-button:hover,
  .uploadifive-button:focus,
  .uploadifive-button:active {
    background-color: #e6e6e6; }

.mini-btn {
  font-size: 0.7501875469em; }

.tertiary-btn {
  transition: all 0.1s linear;
  text-decoration: none;
  display: inline-block;
  border-radius: 50px;
  font-weight: bold;
  border: 3px solid white;
  color: white;
  padding: 0.5em 1.5em;
  margin-top: 0.5em; }
  .tertiary-btn .ss-icon {
    margin-left: 0.5em;
    font-size: 10px; }
  .tertiary-btn:hover, .tertiary-btn:focus {
    background: white;
    color: #6eaa8c; }

p {
  margin: 0 0 0.6665em 0; }

p.lead {
  font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
  font-weight: 500;
  font-style: normal; }
  @media screen and (max-width: 939px) {
    p.lead {
      font-size: 1.2em; } }
  @media screen and (min-width: 940px) {
    p.lead {
      font-size: 1.333em; } }
h1, h2, h3, h4, h5, h6 {
  margin: 1.333em 0 0.6665em 0;
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-family: 'Gotham SSm 3r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
    display: block; }

@media screen and (max-width: 939px) {
  h1 {
    font-size: 2.0736em; } }

@media screen and (min-width: 940px) {
  h1 {
    font-size: 3.1573345183em; } }

h2 {
  color: #6eaa8c; }
  @media screen and (max-width: 939px) {
    h2 {
      font-size: 1.728em; } }
  @media screen and (min-width: 940px) {
    h2 {
      font-size: 2.368593037em; } }
h3 {
  font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
  font-weight: 500;
  font-style: normal; }
  @media screen and (max-width: 939px) {
    h3 {
      font-size: 1.44em; } }
  @media screen and (min-width: 940px) {
    h3 {
      font-size: 1.776889em; } }
h4 {
  font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6eaa8c; }
  @media screen and (max-width: 939px) {
    h4 {
      font-size: 1.44em; } }
  @media screen and (min-width: 940px) {
    h4 {
      font-size: 1.776889em; } }
h5 {
  font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
  font-weight: 500;
  font-style: normal; }
  @media screen and (max-width: 939px) {
    h5 {
      font-size: 1.2em; } }
  @media screen and (min-width: 940px) {
    h5 {
      font-size: 1.333em; } }
h6 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6eaa8c; }

article > h1:first-of-type {
  margin-top: 0.33325em; }

h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6,
h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6,
h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6,
h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6,
h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6,
h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
  margin: 0.6665em 0; }

article ul,
article ol {
  font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6eaa8c;
  margin: 5% auto;
  max-width: 90%; }
  article ul > li > ul,
  article ul > li > ol,
  article ol > li > ul,
  article ol > li > ol {
    margin: 0.33325em 5%;
    font-size: 0.9375rem; }
  article ul > li > ul > li > ul,
  article ul > li > ol > li > ol,
  article ol > li > ul > li > ul,
  article ol > li > ol > li > ol {
    margin: 0.33325em 5%;
    font-size: 0.875rem; }

article ol > li > ol {
  list-style-type: lower-alpha; }

article ol > li > ol > li > ol {
  list-style-type: lower-roman; }

dl {
  background-color: #f1f7f4;
  margin: 1.333em 0;
  color: #6eaa8c;
  padding: 5%; }
  dl dt {
    text-transform: uppercase;
    padding-bottom: 0.33325em;
    letter-spacing: 0.05em;
    font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
    font-weight: 700;
    font-style: normal; }
  dl dd {
    font-family: 'Gotham SSm 4i', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
    font-weight: 400;
    font-style: italic;
    padding: 0.2221666667em 0;
    position: relative;
    line-height: 1.5; }
    dl dd:before {
      content: '• '; }
    dl dd:first-of-type:before {
      top: 10px; }
    dl dd:last-of-type {
      padding-bottom: 0; }
    dl dd:last-of-type:before {
      height: calc(100% - 5px); }

blockquote {
  border-left: 2px dotted #dbeae2;
  font-family: 'Gotham SSm 4i', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #6eaa8c;
  padding: 0 1.333em;
  margin: 1.333em 0; }
  @media screen and (max-width: 939px) {
    blockquote p {
      font-size: 1em; } }
  @media screen and (min-width: 940px) {
    blockquote p {
      font-size: 1.333em; } }
  blockquote small {
    color: #b7d5c6;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
    font-weight: 500;
    font-style: normal; }

table,
thead,
tbody {
  border: 3px solid #eee;
  margin: 1.333em 0;
  width: 100%; }
  table td,
  table th,
  thead td,
  thead th,
  tbody td,
  tbody th {
    padding: 0.4443333333em 0.6665em;
    text-align: left; }

/*
================================
  Helpers
================================
*/
.floated-img {
  margin-bottom: calc(1.5em - 0.35em);
  margin-top: 0.35em; }

.pull-left {
  margin-right: 1.5em;
  margin-left: 0;
  float: left;
  width: 33%; }
  .pull-left::after {
    clear: both;
    content: "";
    display: table; }

.pull-right {
  margin-left: 1.5em;
  margin-right: 0;
  float: right;
  width: 33%; }
  .pull-right::after {
    clear: both;
    content: "";
    display: table; }

.global-header {
  padding: 1.333em; }
  .global-header > div {
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: flex;
    display: -moz-flex;
    display: flex; }
  .global-header .logo {
    box-flex: 1;
    -moz-flex: 1;
    flex: 1;
    font-size: 1em;
    position: relative;
    max-width: 250px;
    display: flex; }
    .global-header .logo img {
      max-width: 100%;
      display: block;
      height: auto; }
  .global-header ul {
    text-align: right;
    box-flex: 1;
    -moz-flex: 1;
    flex: 1;
    list-style: none;
    margin: 0;
    justify-content: flex-end;
    display: flex; }
    .global-header ul > li {
      margin-left: 0.33325em;
      display: inline-block; }
    .global-header ul a {
      background-position: center;
      background-color: #6eaa8c;
      border-radius: 50%;
      display: block;
      text-align: center;
      height: 48px;
      width: 48px;
      line-height: 48px;
      color: #fff;
      padding-top: 2px;
      font-size: 20px; }
      .global-header ul a:active {
        background-color: #3e416a; }
      .global-header ul a.linkedin:hover, .global-header ul a.linkedin:focus, .global-header ul a.facebook:hover, .global-header ul a.facebook:focus {
        background-color: #282c59; }
      .global-header ul a.search {
        background: white;
        color: #282c59; }
        .global-header ul a.search:hover, .global-header ul a.search:focus {
          background-color: #282c59;
          color: white; }

.no-flexbox .global-header::after {
  clear: both;
  content: "";
  display: table; }

.no-flexbox .global-header .logo {
  float: left; }

.no-flexbox .global-header ul {
  float: right; }

nav {
  box-shadow: inset 0 -1px 0 #181b36;
  background-color: #202347;
  /*-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.2)));
  -webkit-box-shadow: 0px 0px 5px;*/ }
  @media screen and (max-width: 939px) {
    nav {
      -webkit-box-reflect: none;
      -webkit-box-shadow: none; } }
  nav a {
    font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    color: #fff; }
  nav .menu-toggle {
    width: 100%; }
    @media screen and (max-width: 939px) {
      nav .menu-toggle {
        display: block; }
        nav .menu-toggle + ul {
          display: block; } }
  @media screen and (max-width: 939px) {
    nav {
      /* Menu toggle  state */ }
      nav .menu-toggle[aria-expanded="true"] + ul {
        display: block; }
      nav .menu-toggle {
        border-bottom: 1px solid #181b36;
        background: #282c59;
        padding: 0.8886666667em 5%;
        display: block;
        text-align: left;
        color: #fff;
        font-weight: 600; }
        nav .menu-toggle:hover, nav .menu-toggle:focus {
          box-shadow: inset 0 0 1px #8ebda6;
          background-color: #6eaa8c; }
        nav .menu-toggle + ul {
          display: none;
          /* collapse at mobile */ }
          nav .menu-toggle + ul > li > a > a,
          nav .menu-toggle + ul > div > ul > li > a {
            background-color: #30356b;
            padding: 0.6665em 5%;
            display: block; }
            nav .menu-toggle + ul > li > a > a:hover, nav .menu-toggle + ul > li > a > a:focus,
            nav .menu-toggle + ul > div > ul > li > a:hover,
            nav .menu-toggle + ul > div > ul > li > a:focus {
              box-shadow: inset 0 0 1px #8ebda6;
              background-color: #6eaa8c; }
          nav .menu-toggle + ul > div > ul > li > a {
            background-color: #3d3c40; }
          nav .menu-toggle + ul > li:first-child > a {
            border-top: none; }
      nav ul li {
        border-top: 1px solid #282c59; }
        nav ul li a {
          display: block;
          position: relative;
          padding: 0.7em 5%; }
        nav ul li .is-dropdown {
          position: relative;
          display: flex;
          justify-content: between; }
        nav ul li.is-active > .is-dropdown {
          background-color: #6eaa8c; }
        nav ul li.is-active > div.sub-nav {
          display: block;
          background-color: #202347; }
        nav ul li div.sub-nav {
          display: none; }
          nav ul li div.sub-nav .sub-nav {
            background-color: #3d3c40; }
            nav ul li div.sub-nav .sub-nav li a {
              padding-left: 7.5%; }
          nav ul li div.sub-nav li {
            border-top: 1px solid #282c59; }
          nav ul li div.sub-nav a {
            position: relative;
            padding: 0.6665em 5%;
            display: block;
            z-index: 1; }
        nav ul li button {
          float: right;
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          padding: 0.6665em 4%;
          background: #282c59;
          border: none;
          height: 100%;
          color: #fff;
          z-index: 2; }
        nav ul li span {
          display: none; } }
  @media screen and (min-width: 940px) {
    nav {
      padding: 0 5%; }
      nav .menu-toggle {
        display: none; }
      nav ul {
        list-style: none; }
        nav ul::after {
          clear: both;
          content: "";
          display: table; }
        nav ul li {
          position: relative;
          display: block;
          float: left; }
          nav ul li .is-dropdown {
            position: relative;
            display: block;
            justify-content: between; }
            nav ul li .is-dropdown a:first-child {
              padding-right: 2.5rem; }
          nav ul li:hover, nav ul li:focus {
            box-shadow: inset 0 0 1px #8ebda6;
            background-color: #6eaa8c; }
          nav ul li > a {
            font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
            font-weight: 400;
            font-style: normal;
            text-decoration: none;
            white-space: nowrap;
            display: block;
            padding: 1rem; }
            nav ul li > a:hover, nav ul li > a:focus {
              box-shadow: inset 0 0 1px #8ebda6;
              background-color: #6eaa8c; }
          nav ul li > div > ul,
          nav ul li > div > ul li > div.sub-nav {
            display: none; }
          nav ul li:hover > div.sub-nav, nav ul li:focus > div.sub-nav {
            display: block;
            position: absolute;
            left: 0;
            z-index: 9999;
            background-color: #282c59;
            left: 0; }
            nav ul li:hover > div.sub-nav ul, nav ul li:focus > div.sub-nav ul {
              display: block; }
              nav ul li:hover > div.sub-nav ul li, nav ul li:focus > div.sub-nav ul li {
                float: none; }
                nav ul li:hover > div.sub-nav ul li span.ss-icon, nav ul li:focus > div.sub-nav ul li span.ss-icon {
                  -webkit-transform: rotate(-90deg);
                          transform: rotate(-90deg);
                  position: absolute;
                  display: block;
                  top: calc(50% - 9px);
                  right: 1em;
                  bottom: 0;
                  height: 18px;
                  width: 14px; }
                nav ul li:hover > div.sub-nav ul li > div.sub-nav, nav ul li:focus > div.sub-nav ul li > div.sub-nav {
                  left: 100%;
                  top: 0; }
              nav ul li:hover > div.sub-nav ul a, nav ul li:focus > div.sub-nav ul a {
                padding-right: 2.368593037em;
                display: block;
                border-bottom: 0;
                cursor: pointer;
                position: relative; }
          nav ul li button {
            display: none;
            margin-left: 0.5em;
            font-size: 0.85em;
            position: relative; }
          nav ul li span {
            margin-left: 0.5em;
            font-size: 0.85em;
            position: relative;
            top: 0.15em; } }
@media (max-width: 1068px) and (min-width: 940px) {
  nav ul li a {
    font-size: 0.85rem; } }

.hero {
  position: relative;
  padding: 5%;
  margin-bottom: 1.3333em; }
  .hero img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1; }
  .hero h1 {
    margin-bottom: 0.3167228541em;
    margin-top: 0; }
  .hero .lead {
    max-width: 30em; }
  .hero h1,
  .hero .lead {
    text-shadow: 1px 1px 1px #30356b;
    color: #fff; }
  .hero .secondary-btn {
    margin-top: 0.5em; }
  .hero .secondary-btn:hover {
    background-color: #ddd; }

.no-backgroundsize .hero {
  -ms-behavior: url(../backgroundsize.min.htc); }

@media screen and (max-width: 639px) {
  .hero {
    background-size: cover; } }

@media screen and (min-width: 640px) {
  .hero {
    background-size: cover; } }

@media screen and (min-width: 940px) {
  .hero {
    background-size: cover; } }

@media screen and (min-width: 1024px) {
  .hero {
    background-size: cover; } }

.hero-cta {
  margin-top: 2%;
  margin-bottom: 5%; }

.prefooter ul figure, .service-blocks ul figure {
  transition: all 0.2s linear;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  .prefooter ul figure figcaption, .service-blocks ul figure figcaption {
    transition: all 0.2s linear;
    position: relative;
    padding: 7.5%;
    color: #fff;
    z-index: 1; }
    .prefooter ul figure figcaption h4, .service-blocks ul figure figcaption h4,
    .prefooter ul figure figcaption p,
    .service-blocks ul figure figcaption p,
    .prefooter ul figure figcaption a,
    .service-blocks ul figure figcaption a {
      text-shadow: 1px 1px 1px #559073; }
    .prefooter ul figure figcaption h4, .service-blocks ul figure figcaption h4 {
      font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
      font-weight: 500;
      font-style: normal;
      margin-top: 0;
      color: #fff;
      line-height: 1.1em; }
    .prefooter ul figure figcaption p, .service-blocks ul figure figcaption p {
      overflow: hidden;
      max-height: 9em;
      max-width: 30em;
      font-size: 90%; }
    .prefooter ul figure figcaption a, .service-blocks ul figure figcaption a {
      color: #dbeae2;
      letter-spacing: 0.05em;
      font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 0.7501875469em; }
      .prefooter ul figure figcaption a:hover, .service-blocks ul figure figcaption a:hover, .prefooter ul figure figcaption a:focus, .service-blocks ul figure figcaption a:focus {
        color: #fff; }
  .prefooter ul figure .fancy-hover, .service-blocks ul figure .fancy-hover {
    background-color: rgba(110, 170, 140, 0.75);
    position: absolute;
    text-align: center;
    content: '';
    z-index: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0; }
    .prefooter ul figure .fancy-hover span, .service-blocks ul figure .fancy-hover span {
      box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.25), 2px 2px 0 rgba(0, 0, 0, 0.1);
      text-shadow: 1px 1px 1px #5ea07f;
      transition: all 0.2s linear;
      background-color: #6eaa8c;
      padding: 0.33325em 0.6665em;
      letter-spacing: 0.05em;
      font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
      font-weight: 700;
      font-style: normal;
      color: #fff; }

@media (max-width: 41.1875em) {
  .prefooter ul figcaption > a, .service-blocks ul figcaption > a {
    display: block; }
  .prefooter ul .fancy-hover, .service-blocks ul .fancy-hover {
    display: block; }
    .prefooter ul .fancy-hover > span, .service-blocks ul .fancy-hover > span {
      display: none; } }

@media (min-width: 41.25em) {
  .prefooter ul figure, .service-blocks ul figure {
    -webkit-transform: scale(1);
            transform: scale(1); }
    .prefooter ul figure figcaption > a, .service-blocks ul figure figcaption > a {
      display: none; }
    .prefooter ul figure figcaption, .service-blocks ul figure figcaption,
    .prefooter ul figure .fancy-hover,
    .service-blocks ul figure .fancy-hover,
    .prefooter ul figure .fancy-hover:before,
    .service-blocks ul figure .fancy-hover:before {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0; }
    .prefooter ul figure .fancy-hover:before, .service-blocks ul figure .fancy-hover:before {
      background: url("/media/svgs/fancy-hover-02.svg") no-repeat center center;
      background-size: cover;
      height: 100%;
      width: 100%;
      content: '';
      transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
      -webkit-transform: scale3d(5, 2.5, 1);
      transform: scale3d(5, 2.5, 1);
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
    .prefooter ul figure .fancy-hover span, .service-blocks ul figure .fancy-hover span {
      display: inline-block;
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 0;
      filter: alpha(opacity=0); }
    .prefooter ul figure:hover figcaption, .service-blocks ul figure:hover figcaption, .prefooter ul figure:focus figcaption, .service-blocks ul figure:focus figcaption {
      -webkit-transform: scale(0);
              transform: scale(0); }
    .prefooter ul figure:hover .fancy-hover, .service-blocks ul figure:hover .fancy-hover, .prefooter ul figure:focus .fancy-hover, .service-blocks ul figure:focus .fancy-hover {
      background-color: transparent; }
      .prefooter ul figure:hover .fancy-hover span, .service-blocks ul figure:hover .fancy-hover span, .prefooter ul figure:focus .fancy-hover span, .service-blocks ul figure:focus .fancy-hover span {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
                transform: scale(1); }
      .prefooter ul figure:hover .fancy-hover:before, .service-blocks ul figure:hover .fancy-hover:before, .prefooter ul figure:focus .fancy-hover:before, .service-blocks ul figure:focus .fancy-hover:before {
        opacity: 0.6;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }

@media (min-width: 41.25em) and (max-width: 58.6875em) {
  .prefooter ul, .service-blocks ul {
    /*
    li {
      @include span-columns(6);
      @include omega(2n);
    }

*/ }
    .prefooter ul figure:before, .service-blocks ul figure:before {
      padding-top: 50%;
      display: block;
      content: ''; }
    .prefooter ul figure .fancy-hover span, .service-blocks ul figure .fancy-hover span {
      margin-top: calc(40% - 19px);
      margin-left: 0.5rem;
      margin-right: 0.5rem; } }

@media screen and (min-width: 940px) {
  .prefooter ul, .service-blocks ul {
    /*
    li {
      @include span-columns(4);
      //@include omega(3n);

    }
*/ }
    .prefooter ul figure:before, .service-blocks ul figure:before {
      padding-top: 80%;
      display: block;
      content: ''; }
    .prefooter ul figure .fancy-hover span, .service-blocks ul figure .fancy-hover span {
      margin-top: calc(55% - 19px); } }

@media screen and (min-width: 940px) {
  .no-rgba figure .fancy-hover {
    background-color: #6eaa8c; } }

@media screen and (min-width: 940px) {
  .ie8 figure .fancy-hover {
    display: block; }
    .ie8 figure .fancy-hover span {
      margin-top: 80%;
      position: relative;
      z-index: 2; } }

.general-content img {
  max-width: 100%; }

.service-blocks::after {
  clear: both;
  content: "";
  display: table; }

.service-blocks ul {
  list-style: none; }
  .service-blocks ul li {
    margin-bottom: 2.536582823%; }
  @media screen and (min-width: 940px) {
    .service-blocks ul {
      flex-wrap: wrap;
      display: flex; }
      .service-blocks ul li {
        float: left;
        display: block;
        margin-right: 2.536582823%;
        width: 48.7317085885%; }
        .service-blocks ul li:last-child {
          margin-right: 0; }
        .service-blocks ul li:nth-child(2n) {
          margin-right: 0; }
        .service-blocks ul li:nth-child(2n+1) {
          clear: left; } }
.service-blocks figure.service-a {
  background-image: url("http://placeimg.com/500/500/arch"); }

.service-blocks figure.service-b {
  background-image: url("http://placeimg.com/500/500/arch/grayscale"); }

.service-blocks figure.service-c {
  background-image: url("http://placeimg.com/500/500/tech"); }

@media screen and (min-width: 940px) {
  .service-blocks.two-columns ul li {
    float: left;
    display: block;
    margin-right: 2.536582823%;
    width: 48.7317085885%; }
    .service-blocks.two-columns ul li:last-child {
      margin-right: 0; }
    .service-blocks.two-columns ul li:nth-child(2n) {
      margin-right: 0; }
    .service-blocks.two-columns ul li:nth-child(2n+1) {
      clear: left; } }

.col-3 figcaption h4 {
  font-size: 1em !important;
  font-weight: 900 !important; }

.justify-center {
  justify-content: center; }

.news-search {
  padding: 1.5em 5%; }
  .news-search input,
  .news-search select {
    margin-bottom: 1em; }

.news-content {
  margin: 1.3333em 0 5%; }
  @media screen and (max-width: 939px) {
    .news-content {
      float: left;
      display: block;
      margin-right: 2.536582823%;
      width: 100%; }
      .news-content:last-child {
        margin-right: 0; } }
  .news-content img {
    max-width: 100%;
    margin: 1.5em 0; }
  .news-content .embed-code iframe {
    max-width: 100%; }

.news-aside {
  padding: 5% 0; }
  .news-aside .related-articles {
    margin: 1.3333em 0; }
    .news-aside .related-articles li {
      margin-bottom: 0.75em; }

.post-nav {
  padding: 5% 0;
  list-style: none; }
  .post-nav li {
    margin-bottom: 1em; }

.news-blocks {
  padding: 1.5em 5%; }
  .news-blocks.featured {
    margin-top: -1.3333em;
    background: #DCD8D5; }
  .news-blocks ul.news-items, .news-blocks ul.project-items {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    /*
    img {
      @include rwd-img;
    }
*/ }
    .news-blocks ul.news-items::after, .news-blocks ul.project-items::after {
      clear: both;
      content: "";
      display: table; }
    .news-blocks ul.news-items li, .news-blocks ul.project-items li {
      margin-bottom: 2.536582823%; }
    .news-blocks ul.news-items h6, .news-blocks ul.project-items h6 {
      font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 0.7501875469em;
      margin-top: 0;
      padding: 2.5% 5%; }
    .news-blocks ul.news-items h5, .news-blocks ul.project-items h5 {
      font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
      font-weight: 500;
      font-style: normal;
      line-height: 1.333em;
      margin-top: 0;
      padding: 5%;
      margin-bottom: 0; }
    .news-blocks ul.news-items p, .news-blocks ul.project-items p {
      font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 0.7501875469em;
      margin-bottom: 0;
      padding: 5%;
      padding-top: 0; }
    .news-blocks ul.news-items .news-item, .news-blocks ul.news-items .project-item, .news-blocks ul.project-items .news-item, .news-blocks ul.project-items .project-item {
      background: #282c59;
      color: #fff; }
      .news-blocks ul.news-items .news-item h6, .news-blocks ul.news-items .project-item h6, .news-blocks ul.project-items .news-item h6, .news-blocks ul.project-items .project-item h6 {
        color: #fff; }
      .news-blocks ul.news-items .news-item:hover:not(.featured), .news-blocks ul.news-items .news-item:focus:not(.featured), .news-blocks ul.news-items .project-item:hover:not(.featured), .news-blocks ul.news-items .project-item:focus:not(.featured), .news-blocks ul.project-items .news-item:hover:not(.featured), .news-blocks ul.project-items .news-item:focus:not(.featured), .news-blocks ul.project-items .project-item:hover:not(.featured), .news-blocks ul.project-items .project-item:focus:not(.featured) {
        background-color: #282c59;
        border-color: #fff; }
        .news-blocks ul.news-items .news-item:hover:not(.featured) *, .news-blocks ul.news-items .news-item:focus:not(.featured) *, .news-blocks ul.news-items .project-item:hover:not(.featured) *, .news-blocks ul.news-items .project-item:focus:not(.featured) *, .news-blocks ul.project-items .news-item:hover:not(.featured) *, .news-blocks ul.project-items .news-item:focus:not(.featured) *, .news-blocks ul.project-items .project-item:hover:not(.featured) *, .news-blocks ul.project-items .project-item:focus:not(.featured) * {
          color: #fff; }
        .news-blocks ul.news-items .news-item:hover:not(.featured) img, .news-blocks ul.news-items .news-item:focus:not(.featured) img, .news-blocks ul.news-items .project-item:hover:not(.featured) img, .news-blocks ul.news-items .project-item:focus:not(.featured) img, .news-blocks ul.project-items .news-item:hover:not(.featured) img, .news-blocks ul.project-items .news-item:focus:not(.featured) img, .news-blocks ul.project-items .project-item:hover:not(.featured) img, .news-blocks ul.project-items .project-item:focus:not(.featured) img {
          border-color: #282c59; }
      @media screen and (max-width: 479px) {
        .news-blocks ul.news-items .news-item, .news-blocks ul.news-items .project-item, .news-blocks ul.project-items .news-item, .news-blocks ul.project-items .project-item {
          width: 100%; } }
      .news-blocks ul.news-items .news-item.featured, .news-blocks ul.news-items .project-item.featured, .news-blocks ul.project-items .news-item.featured, .news-blocks ul.project-items .project-item.featured {
        background: #6eaa8c;
        color: #fff; }
    .news-blocks ul.news-items .event-item, .news-blocks ul.project-items .event-item {
      background: #6eaa8c;
      color: #fff; }
      .news-blocks ul.news-items .event-item:hover, .news-blocks ul.news-items .event-item:focus, .news-blocks ul.project-items .event-item:hover, .news-blocks ul.project-items .event-item:focus {
        background-color: #6eaa8c;
        border-color: #fff; }
        .news-blocks ul.news-items .event-item:hover *, .news-blocks ul.news-items .event-item:focus *, .news-blocks ul.project-items .event-item:hover *, .news-blocks ul.project-items .event-item:focus * {
          color: #fff; }
        .news-blocks ul.news-items .event-item:hover img, .news-blocks ul.news-items .event-item:focus img, .news-blocks ul.project-items .event-item:hover img, .news-blocks ul.project-items .event-item:focus img {
          border-color: #6eaa8c; }
    .news-blocks ul.news-items .news-item,
    .news-blocks ul.news-items .event-item,
    .news-blocks ul.news-items .project-item, .news-blocks ul.project-items .news-item,
    .news-blocks ul.project-items .event-item,
    .news-blocks ul.project-items .project-item {
      text-decoration: none;
      display: block; }
      .news-blocks ul.news-items .news-item a,
      .news-blocks ul.news-items .event-item a,
      .news-blocks ul.news-items .project-item a, .news-blocks ul.project-items .news-item a,
      .news-blocks ul.project-items .event-item a,
      .news-blocks ul.project-items .project-item a {
        color: #fff;
        text-decoration: none; }
      .news-blocks ul.news-items .news-item h6,
      .news-blocks ul.news-items .event-item h6,
      .news-blocks ul.news-items .project-item h6, .news-blocks ul.project-items .news-item h6,
      .news-blocks ul.project-items .event-item h6,
      .news-blocks ul.project-items .project-item h6 {
        border-bottom-style: solid;
        border-bottom-width: 3px;
        color: #fff;
        border-color: #fff; }
      .news-blocks ul.news-items .news-item:hover, .news-blocks ul.news-items .news-item:focus,
      .news-blocks ul.news-items .event-item:hover,
      .news-blocks ul.news-items .event-item:focus,
      .news-blocks ul.news-items .project-item:hover,
      .news-blocks ul.news-items .project-item:focus, .news-blocks ul.project-items .news-item:hover, .news-blocks ul.project-items .news-item:focus,
      .news-blocks ul.project-items .event-item:hover,
      .news-blocks ul.project-items .event-item:focus,
      .news-blocks ul.project-items .project-item:hover,
      .news-blocks ul.project-items .project-item:focus {
        color: #fff; }
        .news-blocks ul.news-items .news-item:hover h6, .news-blocks ul.news-items .news-item:focus h6,
        .news-blocks ul.news-items .event-item:hover h6,
        .news-blocks ul.news-items .event-item:focus h6,
        .news-blocks ul.news-items .project-item:hover h6,
        .news-blocks ul.news-items .project-item:focus h6, .news-blocks ul.project-items .news-item:hover h6, .news-blocks ul.project-items .news-item:focus h6,
        .news-blocks ul.project-items .event-item:hover h6,
        .news-blocks ul.project-items .event-item:focus h6,
        .news-blocks ul.project-items .project-item:hover h6,
        .news-blocks ul.project-items .project-item:focus h6 {
          border-color: #fff; }
        .news-blocks ul.news-items .news-item:hover img, .news-blocks ul.news-items .news-item:focus img,
        .news-blocks ul.news-items .event-item:hover img,
        .news-blocks ul.news-items .event-item:focus img,
        .news-blocks ul.news-items .project-item:hover img,
        .news-blocks ul.news-items .project-item:focus img, .news-blocks ul.project-items .news-item:hover img, .news-blocks ul.project-items .news-item:focus img,
        .news-blocks ul.project-items .event-item:hover img,
        .news-blocks ul.project-items .event-item:focus img,
        .news-blocks ul.project-items .project-item:hover img,
        .news-blocks ul.project-items .project-item:focus img {
          border-color: #fff; }
  @media (min-width: 30em) and (max-width: 59.9375em) {
    .news-blocks ul.news-items li, .news-blocks ul.project-items li {
      float: left;
      display: block;
      margin-right: 2.536582823%;
      width: 48.7317085885%; }
      .news-blocks ul.news-items li:last-child, .news-blocks ul.project-items li:last-child {
        margin-right: 0; }
      .news-blocks ul.news-items li:nth-child(2n), .news-blocks ul.project-items li:nth-child(2n) {
        margin-right: 0; }
      .news-blocks ul.news-items li:nth-child(2n+1), .news-blocks ul.project-items li:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 940px) {
    .news-blocks ul.news-items li, .news-blocks ul.project-items li {
      float: left;
      display: block;
      margin-right: 2.536582823%;
      width: 31.642278118%; }
      .news-blocks ul.news-items li:last-child, .news-blocks ul.project-items li:last-child {
        margin-right: 0; }
      .news-blocks ul.news-items li:nth-child(3n), .news-blocks ul.project-items li:nth-child(3n) {
        margin-right: 0; }
      .news-blocks ul.news-items li:nth-child(3n+1), .news-blocks ul.project-items li:nth-child(3n+1) {
        clear: left; } }
.thumbnail {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden; }
  .thumbnail img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0; }

img.object-contain {
  -o-object-fit: contain;
     object-fit: contain; }

.careers-block {
  padding: 0 5%;
  margin: 0 0 5% 0; }
  .careers-block th.closing-date,
  .careers-block td.closing-date {
    display: none;
    white-space: nowrap; }
  .careers-block .title {
    font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
    font-weight: 500;
    font-style: normal;
    background: #fff;
    border: none;
    text-decoration: none;
    padding: 0;
    color: #6eaa8c; }
  .careers-block .js-career-toggle[aria-expanded="true"] + small + .description {
    display: block; }
  .careers-block .description {
    display: none;
    padding: 1em 0; }
    .careers-block .description h1:first-child,
    .careers-block .description h2:first-child,
    .careers-block .description h3:first-child,
    .careers-block .description h4:first-child,
    .careers-block .description h5:first-child,
    .careers-block .description h6:first-child,
    .careers-block .description p:first-child {
      margin-top: 0; }
    .careers-block .description ul {
      margin-left: 1.5em; }
  @media screen and (max-width: 939px) {
    .careers-block table tbody tr td:last-child a {
      margin-bottom: 0.5em; } }
  @media screen and (min-width: 940px) {
    .careers-block th.closing-date,
    .careers-block td.closing-date {
      display: block; }
    .careers-block small.closing-date {
      display: none; }
    .careers-block table tbody tr td:first-child {
      width: 100%; }
    .careers-block table tbody tr td:last-child {
      white-space: nowrap; } }
  .careers-block .no-careers {
    border: 3px solid #eee;
    padding: 1.333em; }
  .careers-block .no-careers p {
    margin: 0; }

.contact-blocks {
  padding: 0 5%;
  border-bottom: 1px solid #eee; }
  .contact-blocks .country {
    float: left;
    display: block;
    margin-right: 2.536582823%;
    width: 31.642278118%;
    padding-bottom: 2em; }
    .contact-blocks .country:last-child {
      margin-right: 0; }
    .contact-blocks .country h3 {
      line-height: 1em; }
    @media screen and (max-width: 939px) {
      .contact-blocks .country {
        float: left;
        display: block;
        margin-right: 2.536582823%;
        width: 100%; }
        .contact-blocks .country:last-child {
          margin-right: 0; } }
  .contact-blocks ul.contact-items {
    float: left;
    display: block;
    margin-right: 2.536582823%;
    width: 65.821139059%;
    list-style: none;
    margin-top: 2em; }
    .contact-blocks ul.contact-items:last-child {
      margin-right: 0; }
    @media screen and (max-width: 939px) {
      .contact-blocks ul.contact-items {
        float: left;
        display: block;
        margin-right: 2.536582823%;
        width: 100%; }
        .contact-blocks ul.contact-items:last-child {
          margin-right: 0; } }
    .contact-blocks ul.contact-items::after {
      clear: both;
      content: "";
      display: table; }
    .contact-blocks ul.contact-items li {
      margin-bottom: 2.536582823%; }
    .contact-blocks ul.contact-items .contact-item {
      border-color: #282c59;
      color: #282c59; }
      .contact-blocks ul.contact-items .contact-item h6 {
        color: #282c59; }
    .contact-blocks ul.contact-items h6 {
      font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 0.7501875469em;
      margin-top: 0;
      padding: 2.5% 5%; }
    .contact-blocks ul.contact-items h5 {
      font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
      font-weight: 500;
      font-style: normal;
      line-height: 1.333em;
      margin-top: 0;
      padding: 5%; }
    .contact-blocks ul.contact-items p {
      font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
      font-weight: 500;
      font-style: normal;
      margin-bottom: 0;
      padding: 1% 0; }
    .contact-blocks ul.contact-items img {
      border-bottom-style: solid;
      border-bottom-width: 3px;
      max-width: 100%;
      display: block;
      height: auto; }
  @media screen and (min-width: 940px) {
    .contact-blocks li {
      float: left;
      display: block;
      margin-right: 2.536582823%;
      width: 31.642278118%; }
      .contact-blocks li:last-child {
        margin-right: 0; }
      .contact-blocks li:nth-child(3n) {
        margin-right: 0; }
      .contact-blocks li:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 939px) {
    .contact-blocks li {
      float: left;
      display: block;
      margin-right: 2.536582823%;
      width: 48.7317085885%; }
      .contact-blocks li:last-child {
        margin-right: 0; }
      .contact-blocks li:nth-child(2n) {
        margin-right: 0; }
      .contact-blocks li:nth-child(2n+1) {
        clear: left; } }
  @media (min-width: 30em) and (max-width: 59.9375em) {
    .contact-blocks li {
      float: left;
      display: block;
      margin-right: 2.536582823%;
      width: 31.642278118%; }
      .contact-blocks li:last-child {
        margin-right: 0; }
      .contact-blocks li:nth-child(3n) {
        margin-right: 0; }
      .contact-blocks li:nth-child(3n+1) {
        clear: left; } }
.contact-blocks.last {
  border-bottom: 0; }

.container .related-testimonials ul {
  list-style: none; }

.container .related-testimonials h2,
.container .related-testimonials blockquote cite {
  color: #56555A; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  display: inline-block;
  margin-right: 0.33em; }

.general-content .container .product-select-panel {
  background-color: #9D3227;
  padding: 1em;
  color: #fff;
  width: 100%;
  margin-bottom: 2em; }
  .general-content .container .product-select-panel label {
    font-weight: bold;
    margin-right: 0.5em; }

.search-field {
  width: 76%;
  padding: 1em;
  margin-bottom: 1.5em; }

.result-list {
  margin: 0;
  list-style: none;
  color: #282c59; }
  .result-list a {
    text-decoration: none; }
  .result-list .post-meta {
    font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.7501875469em; }
  .result-list li {
    border-bottom: 1px solid #eee;
    padding-bottom: 1.3333em; }

.pagination {
  list-style: none;
  margin: 3em 0; }
  .pagination li {
    float: left;
    margin-right: 0.5em; }
    .pagination li a:hover,
    .pagination li a:active,
    .pagination li a:focus {
      color: #fff; }

.enquiry-form input[type="text"],
.enquiry-form input[type="email"],
.enquiry-form input[type="tel"],
.enquiry-form select,
.enquiry-form textarea {
  margin-bottom: 0.75em; }
  @media screen and (max-width: 939px) {
    .enquiry-form input[type="text"],
    .enquiry-form input[type="email"],
    .enquiry-form input[type="tel"],
    .enquiry-form select,
    .enquiry-form textarea {
      width: 100%; } }
.enquiry-form textarea {
  height: 10em; }
  @media screen and (max-width: 939px) {
    .enquiry-form textarea {
      height: 6em; } }
ul.timeline {
  border-left: 5px solid #6eaa8c;
  list-style: none;
  margin: 5% 0;
  color: #282c59; }
  ul.timeline li h3.year {
    background-color: #282c59;
    font-weight: bold;
    font-size: 1.5em;
    padding: 0.25em 2.5% 0.25em 2.5%;
    display: inline-block;
    color: #eee; }
    ul.timeline li h3.year::after {
      clear: both;
      content: "";
      display: table; }
  ul.timeline li:first-child h3 {
    margin-top: 0; }
  ul.timeline li div {
    padding: 0.5em 2.5%; }
    ul.timeline li div h4:first-child {
      margin-top: 0; }

.linkedin-container {
  padding: 2em; }
  .linkedin-container h2 {
    margin-top: 0; }

.prefooter {
  background-color: #eee;
  padding: 5%; }
  .prefooter h3 {
    margin-top: 0; }
  .prefooter ul {
    list-style: none; }
    .prefooter ul::after {
      clear: both;
      content: "";
      display: table; }
    .prefooter ul li {
      margin-bottom: 2.536582823%; }
    @media screen and (min-width: 940px) {
      .prefooter ul {
        flex-wrap: wrap;
        display: flex; }
        .prefooter ul li {
          float: left;
          display: block;
          margin-right: 2.536582823%;
          width: 48.7317085885%; }
          .prefooter ul li:last-child {
            margin-right: 0; }
          .prefooter ul li:nth-child(2n) {
            margin-right: 0; }
          .prefooter ul li:nth-child(2n+1) {
            clear: left; } }
    .prefooter ul .col-3 li:nth-child(3n) {
      margin-right: 0; }
    .prefooter ul .col-3 li:nth-child(3n+1) {
      clear: left; }
  @media screen and (max-width: 939px) {
    .prefooter .secondary-btn {
      margin-top: 0.5em; } }
  .prefooter figure.service-a {
    background-image: url("http://placeimg.com/500/500/arch"); }
  .prefooter figure.service-b {
    background-image: url("http://placeimg.com/500/500/arch/grayscale"); }
  .prefooter .contact-cta {
    background-color: #fff;
    min-height: 100%;
    padding: 7.5%; }
    .prefooter .contact-cta h4 {
      margin-bottom: 0.4221915645em;
      font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
      font-weight: 700;
      font-style: normal;
      margin-top: 0; }
    .prefooter .contact-cta p {
      color: #92bfa9;
      margin-bottom: 0.7501875469em;
      font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
      font-weight: 400;
      font-style: normal; }
  @media screen and (max-width: 939px) {
    .prefooter .accreditations {
      margin-top: 1.5em; } }
  .prefooter .accreditations li {
    float: left;
    display: block;
    margin-right: 2.536582823%;
    width: 31.642278118%; }
    .prefooter .accreditations li:last-child {
      margin-right: 0; }
    .prefooter .accreditations li a {
      display: block;
      width: 100%; }
    .prefooter .accreditations li img {
      display: block;
      width: 100%; }

article .prefooter {
  background-color: transparent;
  padding: 0; }
  article .prefooter ul {
    margin: 0; }
    @media screen and (min-width: 940px) {
      article .prefooter ul li {
        width: 48.5%; } }
  @media screen and (min-width: 940px) {
    article .prefooter .col-3 li {
      width: 31.33%; }
    article .prefooter .col-3 li:not(:last-child) {
      margin-right: 2.5%; } }
/* FOOTER */
.global-footer {
  letter-spacing: 0.025em;
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Gotham, sans-serif;
  font-weight: 400;
  font-style: normal; }
  .global-footer ul {
    list-style-type: none; }
  .global-footer a:not(.ss-icon) {
    text-decoration: none; }
    .global-footer a:not(.ss-icon):hover, .global-footer a:not(.ss-icon):focus {
      text-decoration: underline; }

/* Dark block */
.global-footer_primary {
  background-color: #282c59;
  color: #ddd;
  padding: 5%; }
  .global-footer_primary a {
    transition: 0.3s linear;
    color: #eee; }
    .global-footer_primary a:hover, .global-footer_primary a:focus {
      color: white; }

/* White block */
.global-footer_secondary {
  background-color: white;
  padding: 1.333em 5%;
  color: #777; }
  .global-footer_secondary p,
  .global-footer_secondary a {
    font-size: 12px; }
  .global-footer_secondary a {
    color: #777; }

.footer-bar {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  gap: 1.5em; }

.footer-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1em; }
  .footer-logos ul {
    display: flex;
    gap: 0.5em; }

/* Social links */
.global-footer_social a {
  transition: 0.3s linear;
  color: #eee;
  opacity: 0.75; }
  .global-footer_social a:hover, .global-footer_social a:focus {
    opacity: 1; }

/* Navigation links */
.global-footer_nav > ul {
  -webkit-column-gap: 1.333em;
     -moz-column-gap: 1.333em;
          column-gap: 1.333em;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2; }

.global-footer_nav > ul > li + li {
  margin-top: 0.5em; }

/* Contact info */
.footer-contacts a[href^="mailto"] {
  font-size: 1.333em; }

.footer-contacts a[href^="tel"] {
  color: #63b68c;
  font-size: 1.333em;
  opacity: 0.75; }

.footer-addresses {
  margin-top: 1.333em;
  font-size: 0.7501875469em; }
  .footer-addresses > * + * {
    margin-top: 0.25em; }

@media screen and (max-width: 939px) {
  .global-footer_social {
    margin-bottom: 1.333em; }
    .global-footer_social > ul {
      display: flex;
      gap: 1.333em; }
  .global-footer_nav {
    margin-bottom: 1.333em; } }

@media screen and (min-width: 767px) and (max-width: 939px) {
  .global-footer_social {
    float: left;
    display: block;
    margin-right: 2.536582823%;
    width: 48.7317085885%; }
    .global-footer_social:last-child {
      margin-right: 0; }
  .global-footer_nav {
    float: left;
    display: block;
    margin-right: 2.536582823%;
    width: 48.7317085885%;
    margin-right: 0; }
    .global-footer_nav:last-child {
      margin-right: 0; }
  .global-footer_contact {
    float: left;
    display: block;
    margin-right: 2.536582823%;
    width: 100%; }
    .global-footer_contact:last-child {
      margin-right: 0; } }

@media screen and (min-width: 940px) {
  .global-footer_social {
    float: left;
    display: block;
    margin-right: 2.536582823%;
    width: 14.5528476475%; }
    .global-footer_social:last-child {
      margin-right: 0; }
    .global-footer_social li + li {
      margin-top: 1em; }
  .global-footer_nav {
    float: left;
    display: block;
    margin-right: 2.536582823%;
    width: 40.1869933533%; }
    .global-footer_nav:last-child {
      margin-right: 0; }
  .global-footer_contact {
    float: left;
    display: block;
    margin-right: 2.536582823%;
    width: 40.1869933533%; }
    .global-footer_contact:last-child {
      margin-right: 0; } }

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  /* 3 */ }

.container {
  max-width: 64em;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

.half-columns h4 {
  margin-bottom: 0; }

@media screen and (min-width: 940px) {
  .half-columns .column {
    float: left;
    display: block;
    margin-right: 2.536582823%;
    width: 48.7317085885%; }
    .half-columns .column:last-child {
      margin-right: 0; } }

.general-content {
  padding: 1.5em 5%; }
  @media screen and (min-width: 940px) {
    .general-content .container article {
      float: left;
      display: block;
      margin-right: 2.536582823%;
      width: 74.3658542943%; }
      .general-content .container article:last-child {
        margin-right: 0; } }
.type-spec,
.service-blocks,
.half-columns {
  padding: 1.5em 5%; }

.container > h1:first-child {
  margin-top: 0; }

.container > article > h2:first-child {
  margin-top: 0; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  display: block;
  width: 60%;
  padding: 0.5em; }
  @media screen and (max-width: 939px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
      float: left;
      display: block;
      margin-right: 2.536582823%;
      width: 100%; }
      input[type="text"]:last-child,
      input[type="email"]:last-child,
      input[type="tel"]:last-child,
      textarea:last-child {
        margin-right: 0; } }
.standard-form label {
  display: block; }

.standard-form input {
  margin-bottom: 0.6665em; }

#contact-enquiry .primary-btn {
  margin-top: 1em; }

p.error-container {
  font-style: italic; }
  @media screen and (max-width: 939px) {
    p.error-container:after {
      content: "";
      display: table;
      clear: both; } }
.textBlock,
.news-content {
  float: left;
  display: block;
  margin-right: 2.536582823%;
  width: 65.821139059%; }
  .textBlock:last-child,
  .news-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 939px) {
    .textBlock,
    .news-content {
      float: left;
      display: block;
      margin-right: 2.536582823%;
      width: 100%; }
      .textBlock:last-child,
      .news-content:last-child {
        margin-right: 0; } }
.uploadifive-button {
  text-align: left;
  border: 1px solid #ccc;
  padding: 0 1em;
  display: inline-block; }

#filequeue {
  margin: 0.5em 0 1em 0; }

#filequeue .close {
  float: left;
  margin-right: 0.375em; }

.tooltip-item {
  background: white;
  border-radius: 3px;
  border: 1px solid gainsboro;
  display: inline-block;
  padding: 0.5em 1em;
  position: relative;
  text-align: center; }
  .tooltip-item:focus, .tooltip-item:hover .tooltip {
    opacity: 1;
    visibility: visible; }
  .tooltip-item .tooltip {
    position: absolute;
    right: 0;
    bottom: 3em;
    left: 0;
    transition: all 0.2s ease-in-out;
    background-color: white;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px silver;
    color: #333;
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0 auto;
    max-width: 16em;
    opacity: 0;
    padding: 1em;
    text-align: center;
    visibility: hidden;
    z-index: 10; }
    .tooltip-item .tooltip p {
      color: #333;
      line-height: 1.5em;
      margin: 0; }
    .tooltip-item .tooltip:after {
      position: absolute;
      right: 0;
      left: 0;
      border: 8px solid transparent;
      bottom: -1.3em;
      color: white;
      content: '▼';
      font-size: 1.4em;
      margin-left: -8px;
      text-align: center;
      text-shadow: 0 2px 2px silver; }

@media screen and (max-width: 639px) {
  .home-carousel .owl-item .hero {
    background-size: cover;
    height: 180px; } }

@media screen and (min-width: 640px) {
  .home-carousel .owl-item .hero {
    background-size: cover;
    height: 240px; } }

@media screen and (min-width: 940px) {
  .home-carousel .owl-item .hero {
    background-size: cover;
    height: 320px; } }

@media screen and (min-width: 1024px) {
  .home-carousel .owl-item .hero {
    background-size: cover;
    height: 380px; } }

.home-carousel .owl-nav {
  position: absolute;
  bottom: 70px;
  right: 20px;
  z-index: 2; }

.home-carousel .owl-dots {
  /*     bottom: 70px; */
  z-index: 1;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

@media screen and (max-width: 939px) {
  .home-carousel .owl-dots {
    padding: 10px 0 6px; }
  .home-carousel .hero {
    margin-bottom: 0; } }

@media screen and (min-width: 940px) {
  .home-carousel .owl-dots {
    position: relative;
    top: -60px;
    /*     bottom: 70px; */ } }

.home-carousel .owl-dots .owl-dot {
  display: inline-block; }

.home-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.home-carousel .owl-dots .owl-dot.active span {
  background: #fff; }

@media screen and (max-width: 939px) {
  .home-carousel .owl-nav {
    display: none; }
  .home-carousel .owl-dots .owl-dot span {
    background-color: rgba(0, 0, 0, 0.2); }
  .home-carousel .owl-dots .owl-dot.active span {
    background-color: black; } }
