/*!
Theme Name: PHD Development Theme
Author: ALD Design & Development
Author URI:
Description: Custom built responsive HTML5 and SASS theme.
Version: 1.0
*/
/*! Bourbon Mixins library. */
/*! Bourbon responsive scaffold library. */
/* @import "add-bourbon-neat/neat"; */
/*! All site styles are imported and compiled. */
/**
 * Standard resets
 * ----------------------------------------------------------------------------
 */
*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 100%; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

caption, th, td {
  font-weight: normal;
  text-align: left; }

a {
  outline: none; }
  a:link, a:hover, a:focus {
    outline: none; }

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

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

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

del {
  color: #000; }

ins {
  text-decoration: none; }

hr {
  display: inline-block;
  width: 100%;
  border: 0;
  height: 1px;
  margin: 20px 0;
  background: #000; }

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

small {
  font-size: smaller; }

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

/* Clearing floats */
.clear:after, .wrapper:after, .format-status .entry-header:after {
  clear: both; }

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

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

.reset {
  padding: 0 !important;
  margin: 0 !important;
  border: none;
  background: none; }

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

.no-vis {
  visibility: hidden; }

.tab-content {
  overflow: visible; }

/* Bootstrap grid and reset */
[class*="col-"] {
  padding: 0; }

.row {
  margin: 0 0 20px 0; }
  .row .row {
    margin: 0; }

.row-fluid {
  margin-bottom: 20px; }

/* Icon reset */
.genericon {
  overflow: hidden;
  width: 32px;
  height: 32px; }
  .genericon:before {
    font: normal 32px/1 'Genericons';
    margin-right: 50px; }

/* Responsive images */
img.responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/*
 * Basic Structure
 * ----------------------------------------------------------------------------
 */
#site-wrapper {
  width: 100%; }

#masthead, #main-site {
  float: left;
  width: 100%; }

#main-site {
  min-width: 280px; }

.page-sub {
  padding-top: 3em;
  padding-bottom: 3em; }

.site-content {
  float: left;
  width: 100%; }

.container-full {
  float: left;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em; }

.container-em {
  float: left;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%; }

.col-left {
  padding-right: 3em; }
  .col-left.small {
    padding-right: 1.5em; }
  .col-left.large {
    padding-right: 6em; }

.col-right {
  padding-left: 3em; }
  .col-right.small {
    padding-left: 1.5em; }
  .col-right.large {
    padding-left: 6em; }

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

.panel-sec {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 3em; }
  .panel-sec.pad-none {
    padding-top: 0;
    padding-bottom: 0; }
  .panel-sec.pad-bottom {
    padding-bottom: 4em; }

#footer-sec {
  padding: 2em; }

/*
 * Styling
 * ----------------------------------------------------------------------------
 */
/* Fonts */
@font-face {
  font-family: "Averta Regular";
  src: url(/wp-content/themes/phd-dev-theme/fonts/Averta-Regular.otf); }
@font-face {
  font-family: "Averta Thin";
  src: url(/wp-content/themes/phd-dev-theme/fonts/Averta-Extrathin.otf); }
@font-face {
  font-family: "Averta Bold";
  src: url(/wp-content/themes/phd-dev-theme/fonts/Averta-Bold.otf); }
@font-face {
  font-family: "InterFace Bold";
  src: url(/wp-content/themes/phd-dev-theme/fonts/InterFace_Bd.ttf); }
@font-face {
  font-family: "InterFace Regular";
  src: url(/wp-content/themes/phd-dev-theme/fonts/InterFace_Rg.ttf); }
/* $base-font-size: 1.1em; */
/* $modular-scale-ratio: $golden; */
/* $modular-scale-base: 1.2em; */
/* Colours */
/* Base styling */
body {
  color: #555;
  font-family: "Averta Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.45em;
  letter-spacing: 0.025em;
  word-spacing: 0.025em; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #3D1152;
  font-family: "InterFace Bold", Helvetica, Arial, sans-serif;
  line-height: 1.25em;
  font-weight: normal;
  margin-bottom: 1em; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
  widows: 3;
  orphans: 3; }

/* Type (font sizes) */
html {
  /* font-size: 62.5%; */ }

body {
  font-size: 16px;
  /* font-size: 1.6rem; */ }

.title {
  font-size: 72px;
  /* font-size: 7.2rem; */ }

.sub-title {
  font-size: 40px;
  /* font-size: 4rem; */ }

h1, .h1 {
  font-size: 32px;
  /* font-size: 3.2rem; */ }

h2, .h2 {
  font-size: 28px;
  /* font-size: 2.8rem; */ }

h3, .h3 {
  font-size: 24px;
  /* font-size: 2.4rem; */ }

h4, .h4 {
  font-size: 19px;
  /* font-size: 1.9rem; */ }

h5, .h5 {
  font-size: 18px;
  /* font-size: 1.8rem; */ }

.hero-sub-title {
  font-size: 19px;
  font-size: 1.9rem;
  text-transform: uppercase;
  margin-bottom: 0.25em; }

#primary-navigation .nav-menu a {
  font-size: 30px;
  /* font-size: 3.2rem; */ }

#menu-world-wide .mega-menu > .top-level > li > a {
  font-size: 18px;
  /* font-size: 1.8rem; */
  font-size: 1.25vw; }

#values-sec .title {
  font-size: 124px;
  /* font-size: 10.24rem; */ }

.purple {
  color: #3D1152; }

blockquote p, .entry-content blockquote p {
  font-size: 30px;
  /* font-size: 3rem; */ }
blockquote cite, blockquote small, .entry-content blockquote cite, .entry-content blockquote small {
  font-size: 14px;
  /* font-size: 1.4rem; */ }
blockquote.large p, .entry-content blockquote.large p {
  font-size: 40px;
  /* font-size: 4rem; */ }

.entry-content blockquote p {
  font-size: 24px;
  /* font-size: 2.4rem; */ }

.caption {
  font-size: 14px;
  /* font-size: 1.4rem; */ }

.alm-load-more-btn,
.ajs-instagram-feed div.img-block div.block p {
  font-size: 16px;
  /* font-size: 1.6rem; */ }

input, select {
  font-size: 16px;
  /* font-size: 1.6rem; */ }

.item-matrix a .meta .tags li {
  font-size: 12px;
  /* font-size: 1.2rem; */ }

#footer-sec *, #footer-sec a {
  font-size: 14px;
  /* font-size: 1.4rem; */ }

#sign-off *, #sign-off a {
  font-size: 12px;
  /* font-size: 1.2rem; */ }

input, select, .select-wrap, .mc4wp-form input[type=email] {
  font-size: 13px;
  /* font-size: 1.3rem; */
  /* font-size: 1.25vw; */
  /* @include ellipsis(95%); */ }

/* Type (extras) */
p, ul, ol {
  font-weight: normal; }

.title {
  line-height: 1.15em;
  margin-bottom: 0.25em; }

blockquote p, .entry-content blockquote p {
  font-family: "InterFace Bold", Helvetica, Arial, sans-serif;
  color: #009ca6;
  line-height: 1.3em;
  margin-bottom: 1em; }
blockquote cite, blockquote small, .entry-content blockquote cite, .entry-content blockquote small {
  font-size: 14px;
  /* font-size: 1.4rem; */ }
blockquote.large p, .entry-content blockquote.large p {
  font-size: 40px;
  /* font-size: 4rem; */ }

.caption {
  line-height: 1.25em; }
  .caption em {
    font-style: normal; }

hr {
  background: #222; }

.tab {
  display: inline-block;
  min-width: 70px; }

.tab-2 {
  min-width: 140px; }

dd {
  margin-bottom: 0; }

.center {
  text-align: center; }

.up-case {
  text-transform: uppercase; }

.no-list, .entry-content .no-list {
  list-style: none;
  padding-left: 0; }

.text-col-2 {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 4em;
  -moz-column-gap: 4em;
  column-gap: 4em;
  /* @include column-rule(1px solid green); */ }

.quote-mark {
  overflow: hidden;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
  .quote-mark:before {
    content: "\f106";
    font: normal 58px/1 'Genericons';
    margin-right: 50px; }

/* Links, buttons & navigation */
a, button, .button, input.button, input[type=submit], input[type=email], select {
  color: #3D1152;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  a:link, a:visited, button:link, button:visited, .button:link, .button:visited, input.button:link, input.button:visited, input[type=submit]:link, input[type=submit]:visited, input[type=email]:link, input[type=email]:visited, select:link, select:visited {
    color: #3D1152;
    text-decoration: none; }
  a:hover, a:focus, button:hover, button:focus, .button:hover, .button:focus, input.button:hover, input.button:focus, input[type=submit]:hover, input[type=submit]:focus, input[type=email]:hover, input[type=email]:focus, select:hover, select:focus {
    cursor: pointer;
    color: #009ca6; }

.button, button {
  /* font-size: smaller; */
  position: relative;
  z-index: 99;
  display: inline-block;
  padding: 9px 32px 9px 12px;
  border: 1px solid #3D1152; }
  .button:after, button:after {
    content: "\f431";
    font: normal 20px/1 'Genericons';
    position: absolute;
    top: 50%;
    right: -40px;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-right: 50px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .button:before, button:before {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    width: 0;
    height: 100%;
    background: #D60156; }
  .button.rev, button.rev {
    color: #FFF !important;
    border-color: #FFF; }
  .button:focus, .button:hover, button:focus, button:hover {
    color: #FFF;
    border-color: #D60156; }
    .button:focus:before, .button:hover:before, button:focus:before, button:hover:before {
      opacity: 1;
      width: 100%;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      transition: all 0.25s ease;
      /* @include transition-delay(0.25s); */ }

.button-wrap a:nth-child(2),
.button-wrap a:nth-child(3) {
  margin-left: 20px; }
.button-wrap.small {
  margin-top: 1.5em;
  /*
  &:before {
    content: "";
    display: block;
    width: 1em;
    height: 3px;
    margin-bottom: 1.5em;
    background: $brand-purple;
  }
  */ }
  .button-wrap.small a {
    color: #A7A7A7; }
    .button-wrap.small a:hover, .button-wrap.small a:focus {
      color: #009ca6; }
  .button-wrap.small a:nth-child(2) {
    margin-left: 10px; }
  .button-wrap.small .genericon {
    width: 28px;
    height: 28px; }
    .button-wrap.small .genericon:before {
      font-size: 28px; }
  .button-wrap.small .genericon-twitter:before {
    font-size: 26px;
    position: relative;
    top: 4px; }

#page-single .sub-heading {
  font-weight: bold;
  margin-bottom: 1em; }

.page-single .title {
  font-size: 42px !important;
  margin-bottom: 30px !important; }
.page-single .date {
  display: block;
  font-size: 1rem !important; }

/**
* CSS effects
* ----------------------------------------------------------------------------
*/
/* Mixins */
/* Border radius */
/* Rotate */
/* Links + navigation */
a, button, .button, span.genericon, .search-wrap, .select-wrap:before, .select-wrap .genericon:before {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  a:hover, a:focus, a:hover .genericon, button:hover, button:focus, button:hover .genericon, .button:hover, .button:focus, .button:hover .genericon, span.genericon:hover, span.genericon:focus, span.genericon:hover .genericon, .search-wrap:hover, .search-wrap:focus, .search-wrap:hover .genericon, .select-wrap:before:hover, .select-wrap:before:focus, .select-wrap:before:hover .genericon, .select-wrap .genericon:before:hover, .select-wrap .genericon:before:focus, .select-wrap .genericon:before:hover .genericon {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease; }

input.button, input[type=submit] {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

/* Random background colours */
/* How often you want the pattern to repeat. */
.colour-matrix li:nth-child(3n+1) a:hover {
  background: #3d1152 !important; }

.colour-matrix li:nth-child(3n+1) a:after {
  border-color: #3d1152 !important; }

.colour-matrix li:nth-child(3n+2) a:hover {
  background: #3d1152 !important; }

.colour-matrix li:nth-child(3n+2) a:after {
  border-color: #d60156 !important; }

.colour-matrix li:nth-child(3n+3) a:hover {
  background: #3d1152 !important; }

.colour-matrix li:nth-child(3n+3) a:after {
  border-color: #009ca6 !important; }

.colour-matrix li:nth-child(3n+4) a:hover {
  background: #3d1152 !important; }

.colour-matrix li:nth-child(3n+4) a:after {
  border-color: #009ca6 !important; }

.colour-matrix li:nth-child(3n+5) a:hover {
  background: #d60156 !important; }

.colour-matrix li:nth-child(3n+5) a:after {
  border-color: #3d1152 !important; }

.colour-matrix li:nth-child(3n+6) a:hover {
  background: #d60156 !important; }

.colour-matrix li:nth-child(3n+6) a:after {
  border-color: #d60156 !important; }

.colour-matrix li:nth-child(3n+7) a:hover {
  background: #3d1152 !important; }

.colour-matrix li:nth-child(3n+7) a:after {
  border-color: #3d1152 !important; }

.colour-matrix li:nth-child(3n+8) a:hover {
  background: #d60156 !important; }

.colour-matrix li:nth-child(3n+8) a:after {
  border-color: #3d1152 !important; }

.colour-matrix li:nth-child(3n+9) a:hover {
  background: #009ca6 !important; }

.colour-matrix li:nth-child(3n+9) a:after {
  border-color: #009ca6 !important; }

.colour-matrix li:nth-child(3n+10) a:hover {
  background: #3d1152 !important; }

.colour-matrix li:nth-child(3n+10) a:after {
  border-color: #d60156 !important; }

.colour-matrix li:nth-child(3n+11) a:hover {
  background: #d60156 !important; }

.colour-matrix li:nth-child(3n+11) a:after {
  border-color: #009ca6 !important; }

.colour-matrix li:nth-child(3n+12) a:hover {
  background: #3d1152 !important; }

.colour-matrix li:nth-child(3n+12) a:after {
  border-color: #d60156 !important; }

.colour-matrix li:nth-child(3n+13) a:hover {
  background: #3d1152 !important; }

.colour-matrix li:nth-child(3n+13) a:after {
  border-color: #3d1152 !important; }

.colour-matrix li:nth-child(3n+14) a:hover {
  background: #009ca6 !important; }

.colour-matrix li:nth-child(3n+14) a:after {
  border-color: #009ca6 !important; }

.colour-matrix li:nth-child(3n+15) a:hover {
  background: #3d1152 !important; }

.colour-matrix li:nth-child(3n+15) a:after {
  border-color: #009ca6 !important; }

.colour-matrix li:nth-child(3n+16) a:hover {
  background: #d60156 !important; }

.colour-matrix li:nth-child(3n+16) a:after {
  border-color: #3d1152 !important; }

.colour-matrix li:nth-child(3n+17) a:hover {
  background: #009ca6 !important; }

.colour-matrix li:nth-child(3n+17) a:after {
  border-color: #3d1152 !important; }

.colour-matrix li:nth-child(3n+18) a:hover {
  background: #009ca6 !important; }

.colour-matrix li:nth-child(3n+18) a:after {
  border-color: #009ca6 !important; }

.colour-matrix li:nth-child(3n+19) a:hover {
  background: #3d1152 !important; }

.colour-matrix li:nth-child(3n+19) a:after {
  border-color: #3d1152 !important; }

.colour-matrix li:nth-child(3n+20) a:hover {
  background: #3d1152 !important; }

.colour-matrix li:nth-child(3n+20) a:after {
  border-color: #d60156 !important; }

.colour-matrix li:nth-child(3n+21) a:hover {
  background: #009ca6 !important; }

.colour-matrix li:nth-child(3n+21) a:after {
  border-color: #d60156 !important; }

.colour-matrix li:nth-child(3n+22) a:hover {
  background: #d60156 !important; }

.colour-matrix li:nth-child(3n+22) a:after {
  border-color: #d60156 !important; }

.colour-matrix li:nth-child(3n+23) a:hover {
  background: #009ca6 !important; }

.colour-matrix li:nth-child(3n+23) a:after {
  border-color: #3d1152 !important; }

.colour-matrix li:nth-child(3n+24) a:hover {
  background: #009ca6 !important; }

.colour-matrix li:nth-child(3n+24) a:after {
  border-color: #009ca6 !important; }

.colour-matrix li:nth-child(3n+25) a:hover {
  background: #3d1152 !important; }

.colour-matrix li:nth-child(3n+25) a:after {
  border-color: #009ca6 !important; }

/* How often you want the pattern to repeat. */
.colour-boxs .inner:nth-child(3n+1) a:hover .block {
  background: rgba(61, 17, 82, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+1) a:hover .block {
  background: rgba(0, 156, 166, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+2) a:hover .block {
  background: rgba(0, 156, 166, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+2) a:hover .block {
  background: rgba(61, 17, 82, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+3) a:hover .block {
  background: rgba(0, 156, 166, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+3) a:hover .block {
  background: rgba(61, 17, 82, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+4) a:hover .block {
  background: rgba(0, 156, 166, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+4) a:hover .block {
  background: rgba(214, 1, 86, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+5) a:hover .block {
  background: rgba(61, 17, 82, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+5) a:hover .block {
  background: rgba(61, 17, 82, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+6) a:hover .block {
  background: rgba(0, 156, 166, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+6) a:hover .block {
  background: rgba(214, 1, 86, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+7) a:hover .block {
  background: rgba(0, 156, 166, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+7) a:hover .block {
  background: rgba(61, 17, 82, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+8) a:hover .block {
  background: rgba(0, 156, 166, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+8) a:hover .block {
  background: rgba(0, 156, 166, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+9) a:hover .block {
  background: rgba(214, 1, 86, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+9) a:hover .block {
  background: rgba(214, 1, 86, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+10) a:hover .block {
  background: rgba(0, 156, 166, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+10) a:hover .block {
  background: rgba(0, 156, 166, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+11) a:hover .block {
  background: rgba(0, 156, 166, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+11) a:hover .block {
  background: rgba(0, 156, 166, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+12) a:hover .block {
  background: rgba(0, 156, 166, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+12) a:hover .block {
  background: rgba(61, 17, 82, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+13) a:hover .block {
  background: rgba(61, 17, 82, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+13) a:hover .block {
  background: rgba(214, 1, 86, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+14) a:hover .block {
  background: rgba(61, 17, 82, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+14) a:hover .block {
  background: rgba(0, 156, 166, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+15) a:hover .block {
  background: rgba(214, 1, 86, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+15) a:hover .block {
  background: rgba(0, 156, 166, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+16) a:hover .block {
  background: rgba(214, 1, 86, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+16) a:hover .block {
  background: rgba(0, 156, 166, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+17) a:hover .block {
  background: rgba(214, 1, 86, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+17) a:hover .block {
  background: rgba(61, 17, 82, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+18) a:hover .block {
  background: rgba(61, 17, 82, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+18) a:hover .block {
  background: rgba(214, 1, 86, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+19) a:hover .block {
  background: rgba(0, 156, 166, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+19) a:hover .block {
  background: rgba(0, 156, 166, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+20) a:hover .block {
  background: rgba(61, 17, 82, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+20) a:hover .block {
  background: rgba(61, 17, 82, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+21) a:hover .block {
  background: rgba(61, 17, 82, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+21) a:hover .block {
  background: rgba(214, 1, 86, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+22) a:hover .block {
  background: rgba(0, 156, 166, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+22) a:hover .block {
  background: rgba(214, 1, 86, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+23) a:hover .block {
  background: rgba(214, 1, 86, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+23) a:hover .block {
  background: rgba(214, 1, 86, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+24) a:hover .block {
  background: rgba(214, 1, 86, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+24) a:hover .block {
  background: rgba(61, 17, 82, 0.85) !important; }

.colour-boxs .inner:nth-child(3n+25) a:hover .block {
  background: rgba(61, 17, 82, 0.85) !important; }

.alm-reveal .inner:nth-child(3n+25) a:hover .block {
  background: rgba(0, 156, 166, 0.85) !important; }

.colour-matrix li a:focus:after, .colour-matrix li a:hover:after {
  border-color: #FFF !important; }

/* Random background grey tints */
/* How often you want the pattern to repeat. */
.colour-matrix li:nth-child(5n+1) {
  background: #dddddd; }

.colour-matrix li:nth-child(5n+2) {
  background: #eeeeee; }

.colour-matrix li:nth-child(5n+3) {
  background: #e4e4e4; }

.colour-matrix li:nth-child(5n+4) {
  background: #f6f6f6; }

.colour-matrix li:nth-child(5n+5) {
  background: #eeeeee; }

.colour-matrix li:nth-child(5n+6) {
  background: #f6f6f6; }

.colour-matrix li:nth-child(5n+7) {
  background: #e4e4e4; }

.colour-matrix li:nth-child(5n+8) {
  background: #e4e4e4; }

.colour-matrix li:nth-child(5n+9) {
  background: #e4e4e4; }

.colour-matrix li:nth-child(5n+10) {
  background: #f6f6f6; }

.colour-matrix li:nth-child(5n+11) {
  background: #eeeeee; }

.colour-matrix li:nth-child(5n+12) {
  background: #d8d8d8; }

.colour-matrix li:nth-child(5n+13) {
  background: #f6f6f6; }

.colour-matrix li:nth-child(5n+14) {
  background: #f6f6f6; }

.colour-matrix li:nth-child(5n+15) {
  background: #eeeeee; }

.colour-matrix li:nth-child(5n+16) {
  background: #e4e4e4; }

.colour-matrix li:nth-child(5n+17) {
  background: #e4e4e4; }

.colour-matrix li:nth-child(5n+18) {
  background: #f6f6f6; }

.colour-matrix li:nth-child(5n+19) {
  background: #f6f6f6; }

.colour-matrix li:nth-child(5n+20) {
  background: #dddddd; }

.colour-matrix li:nth-child(5n+21) {
  background: #e4e4e4; }

.colour-matrix li:nth-child(5n+22) {
  background: #f6f6f6; }

.colour-matrix li:nth-child(5n+23) {
  background: #f6f6f6; }

.colour-matrix li:nth-child(5n+24) {
  background: #eeeeee; }

.colour-matrix li:nth-child(5n+25) {
  background: #d8d8d8; }

/* Content fade-in on load */
/*
#site-wrapper {
  @include vendor-prefix-mixin(animation, fadein 1000ms ease);
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
 */
/*
 * Forms
 * ----------------------------------------------------------------------------
 */
input, select {
  color: #A7A7A7;
  background: #EDEDED;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
  input:focus, input:hover, select:focus, select:hover {
    color: #A7A7A7; }

.select-wrap:focus:before, .select-wrap:hover:before {
  border: 1px solid #009ca6; }
.select-wrap:focus .genericon:before, .select-wrap:hover .genericon:before {
  color: #FFF;
  background: #009ca6; }

.search-wrap:focus, .search-wrap:hover {
  border: 1px solid #009ca6; }
  .search-wrap:focus .genericon, .search-wrap:hover .genericon {
    background: #009ca6; }
    .search-wrap:focus .genericon:before, .search-wrap:hover .genericon:before {
      color: #FFF; }

.mc4wp-form .mc4wp-form-fields p.button:before {
  display: none !important; }
.mc4wp-form .mc4wp-form-fields:focus p.button, .mc4wp-form .mc4wp-form-fields:hover p.button {
  color: #FFF;
  background: #009ca6; }

input, select, .select-wrap {
  border: none;
  outline: none;
  display: block;
  height: 40px;
  padding: 10px; }

.select-wrap {
  overflow: hidden;
  position: relative; }
  .select-wrap .genericon, .select-wrap:before {
    overflow: hidden;
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    display: block;
    height: 100%; }
  .select-wrap:before {
    left: 0;
    width: 100%;
    z-index: 1;
    border: 1px solid #A7A7A7;
    background: none; }
  .select-wrap .genericon {
    top: 1px;
    right: 1px;
    width: 38px;
    height: 38px; }
    .select-wrap .genericon:before {
      color: #3D1152;
      font-size: 20px;
      overflow: hidden;
      position: relative;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      display: block;
      line-height: 40px;
      margin-bottom: 50px;
      background: #EDEDED; }
  .select-wrap select {
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 110%;
    height: 40px;
    background: none; }

.search-wrap {
  overflow: hidden;
  position: relative;
  border: 1px solid #A7A7A7;
  background: none; }
  .search-wrap form {
    position: relative; }
  .search-wrap input {
    width: 110%;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .search-wrap .submit {
    overflow: hidden;
    text-indent: -999px;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 10;
    width: 40px;
    background: none; }
  .search-wrap .genericon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 40px;
    height: 40px;
    background: #EDEDED; }
    .search-wrap .genericon:before {
      color: #3D1152;
      font-size: 22px;
      line-height: 40px;
      overflow: hidden;
      position: relative;
      top: 1px;
      left: 10px;
      margin-bottom: 50px; }

/*
 * Header
 * ----------------------------------------------------------------------------
 */
.sticky-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 997;
  float: left;
  width: 100%;
  background: #FFF; }
  .sticky-wrapper .sticky-nav {
    float: left;
    width: 100%;
    min-height: 90px;
    padding: 11px 20px; }
  .sticky-wrapper .stuck {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #FFF; }

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 70px;
  border-bottom: 1px solid #EDEDED;
  background: #FFF;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  align-items: center; }
  #masthead .site-detail {
    float: left;
    margin-top: 11px;
    flex-grow: 2; }
    #masthead .site-detail a {
      float: left; }
      #masthead .site-detail a.logo {
        position: relative;
        top: -5px;
        left: 0;
        width: 70px; }
      #masthead .site-detail a.drop-menu {
        font-family: "Averta Regular", Helvetica, Arial, sans-serif;
        position: relative;
        padding: 0 25px 0 20px;
        margin-top: 15px; }
        #masthead .site-detail a.drop-menu i {
          transition: all 0.5s ease 0.25s;
          opacity: 0;
          visibility: hidden;
          position: absolute;
          top: 0;
          right: 0;
          width: 20px;
          height: 20px; }
          #masthead .site-detail a.drop-menu i:before {
            font-size: 20px;
            line-height: 20px;
            position: relative;
            top: 0;
            left: 0; }
        #masthead .site-detail a.drop-menu .genericon-expand {
          opacity: 1;
          visibility: visible; }
        #masthead .site-detail a.drop-menu.active .genericon-expand {
          opacity: 0;
          visibility: hidden; }
        #masthead .site-detail a.drop-menu.active .genericon-collapse {
          opacity: 1;
          visibility: visible; }
  #masthead .site-translations {
    padding-bottom: 2px; }
    #masthead .site-translations-link {
      font-size: 12px; }
      #masthead .site-translations-link:nth-of-type(2) {
        padding-left: 5px; }

/*
 * Navigation
 * ----------------------------------------------------------------------------
 */
#button-primary-menu {
  position: relative;
  width: 60px;
  height: 60px;
  border: none !important; }
  #button-primary-menu .genericon {
    position: relative;
    top: 13px;
    left: 13px; }

#primary-navigation {
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  height: 100.5%;
  width: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s; }
  #primary-navigation .nav-menu-wrap {
    position: relative; }
  #primary-navigation #button-primary-close {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99;
    display: block;
    width: 60px;
    height: 60px; }
    #primary-navigation #button-primary-close .genericon:before {
      color: #FFF; }
  #primary-navigation:after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #primary-navigation .nav-menu-wrap {
    float: right;
    height: 100%;
    width: 35%;
    min-width: 280px;
    height: 100%;
    padding: 3em;
    background: #3D1152;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    transform: translatex(100%);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s; }
    #primary-navigation .nav-menu-wrap p {
      color: #FFF;
      text-transform: uppercase;
      position: relative;
      margin-bottom: 3.7em; }
      #primary-navigation .nav-menu-wrap p:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1.6em;
        display: block;
        width: 1.5em;
        height: 2px;
        background: #FFF; }
    #primary-navigation .nav-menu-wrap .nav-menu {
      width: 100%; }
      #primary-navigation .nav-menu-wrap .nav-menu li {
        overflow: hidden;
        float: left;
        width: 100%;
        margin-bottom: 0.75em; }
        #primary-navigation .nav-menu-wrap .nav-menu li a {
          color: #FFF;
          font-family: "InterFace Bold", Helvetica, Arial, sans-serif;
          /* line-height: 0.9em; */
          display: inline-block;
          max-width: 99.99%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          word-wrap: normal;
          -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);
          overflow: visible; }
          #primary-navigation .nav-menu-wrap .nav-menu li a:focus, #primary-navigation .nav-menu-wrap .nav-menu li a:hover {
            opacity: 0.25; }
        #primary-navigation .nav-menu-wrap .nav-menu li.current-menu-item a, #primary-navigation .nav-menu-wrap .nav-menu li.current_page_item a, #primary-navigation .nav-menu-wrap .nav-menu li.current-menu-parent a, #primary-navigation .nav-menu-wrap .nav-menu li.current-post-ancestor a {
          opacity: 0.5; }
        #primary-navigation .nav-menu-wrap .nav-menu li:last-child {
          margin-bottom: 0; }
        #primary-navigation .nav-menu-wrap .nav-menu li.active a {
          color: #009ca6; }
        #primary-navigation .nav-menu-wrap .nav-menu li:focus a, #primary-navigation .nav-menu-wrap .nav-menu li:hover a {
          /* @include transform(translateY(-100px)); */ }
  #primary-navigation.active {
    visibility: visible;
    opacity: 1;
    width: 100%;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease; }
    #primary-navigation.active .nav-menu-wrap {
      -webkit-transform: translatex(0);
      -moz-transform: translatex(0);
      -ms-transform: translatex(0);
      -o-transform: translatex(0);
      transform: translatex(0);
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    #primary-navigation.active #button-primary-close {
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      transition: all 0.25s ease;
      -webkit-transition-delay: 0.25s;
      -moz-transition-delay: 0.25s;
      transition-delay: 0.25s; }
    #primary-navigation.active:after {
      opacity: 1;
      background: rgba(0, 0, 0, 0.25);
      /* @include transition (all 0.5s ease); */
      /* @include transition-delay (0.25s); */ }

#menu-world-wide {
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  top: 70px;
  max-height: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s; }
  #menu-world-wide *, #menu-world-wide a {
    color: #FFF; }
  #menu-world-wide #button-world-menu-close {
    position: absolute;
    right: 2em;
    top: 1.5em;
    display: inline-block;
    width: 60px;
    height: 60px; }
    #menu-world-wide #button-world-menu-close:focus *, #menu-world-wide #button-world-menu-close:hover * {
      color: #009ca6; }
  #menu-world-wide header {
    position: relative;
    padding: 2em; }
    #menu-world-wide header h1 {
      margin-bottom: 0; }
  #menu-world-wide .content {
    padding-bottom: 50px;
    background: #222;
    background: rgba(0, 0, 0, 0.85); }
  #menu-world-wide .meta {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 70px;
    padding: 25px 2em;
    background: #555;
    background: rgba(85, 85, 85, 0.9); }
    #menu-world-wide .meta input[type="checkbox"], #menu-world-wide .meta label {
      float: left;
      display: inline;
      padding: 0;
      height: auto; }
    #menu-world-wide .meta label {
      margin-left: 10px; }
  #menu-world-wide .mega-menu > .top-level {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%; }
    #menu-world-wide .mega-menu > .top-level > li > a {
      color: #A7A7A7;
      height: 50px; }
    #menu-world-wide .mega-menu > .top-level li.menu-item-has-children {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      overflow: hidden;
      display: inline; }
      #menu-world-wide .mega-menu > .top-level li.menu-item-has-children:after {
        content: "";
        display: block;
        width: 100%;
        min-height: 400px;
        background: none; }
    #menu-world-wide .mega-menu > .top-level li a {
      text-align: center;
      display: block;
      padding: 0.75em 0.5em; }
    #menu-world-wide .mega-menu > .top-level li .sub-menu {
      display: none;
      position: absolute;
      left: 0;
      top: 50px;
      z-index: 0;
      width: 100%;
      height: 100%;
      padding: 3em;
      background: #555;
      background: rgba(85, 85, 85, 0.9);
      -webkit-columns: 300px;
      -moz-columns: 300px;
      columns: 300px;
      -webkit-column-gap: 1.5em;
      -moz-column-gap: 1.5em;
      column-gap: 1.5em;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; }
      #menu-world-wide .mega-menu > .top-level li .sub-menu li {
        margin-bottom: 2.5px; }
        #menu-world-wide .mega-menu > .top-level li .sub-menu li a {
          /*text-align: left;*/
          padding: 0;
          background: none; }
    #menu-world-wide .mega-menu > .top-level li:focus > .sub-menu, #menu-world-wide .mega-menu > .top-level li:hover > .sub-menu, #menu-world-wide .mega-menu > .top-level li.active > .sub-menu {
      display: block;
      z-index: 9; }
    #menu-world-wide .mega-menu > .top-level li.active > a {
      color: #009ca6;
      background: #555;
      background: rgba(85, 85, 85, 0.9); }
  #menu-world-wide .menu {
    width: 100%; }
    #menu-world-wide .menu li {
      padding-left: 0;
      margin-bottom: 5px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transition-delay: 0.25s;
      -moz-transition-delay: 0.25s;
      transition-delay: 0.25s; }
  #menu-world-wide.active {
    opacity: 1;
    visibility: visible;
    max-height: 2000px;
    -webkit-transition: all 0.75s ease-out;
    -moz-transition: all 0.75s ease-out;
    transition: all 0.75s ease-out;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    transition-delay: 0.25s; }
    #menu-world-wide.active li.list-anim {
      padding-left: 5px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  #menu-world-wide a:hover, #menu-world-wide a:focus {
    color: #009ca6; }

.sticky-wrapper .stuck #masthead .site-detail a.drop-menu i {
  opacity: 0;
  visibility: hidden; }
.sticky-wrapper .stuck #masthead .site-detail a.drop-menu .genericon-collapse {
  opacity: 1;
  visibility: visible; }
.sticky-wrapper .stuck #menu-world-wide {
  bottom: auto;
  top: 90px;
  height: 0; }
.sticky-wrapper .stuck #menu-world-wide.active {
  height: 110px; }

/*
 * Animated nav
 * ----------------------------------------------------------------------------
 */
.link-menu {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  z-index: 1030; }

.link-menu span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  margin-top: -2px;
  margin-left: -15px;
  background-color: transparent;
  font-size: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.link-menu span:before,
.link-menu span:after {
  -webkit-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
  -o-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
  transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3D1152;
  content: ''; }

.link-menu span {
  background-color: #3D1152; }

.link-menu span:before {
  -webkit-transform: translateY(-450%);
  -moz-transform: translateY(-450%);
  -ms-transform: translateY(-450%);
  -o-transform: translateY(-450%);
  transform: translateY(-450%); }

.link-menu span:after {
  -webkit-transform: translateY(450%);
  -moz-transform: translateY(450%);
  -ms-transform: translateY(450%);
  -o-transform: translateY(450%);
  transform: translateY(450%); }

.link-menu:hover span:before,
.link-menu:hover span:after {
  -webkit-transform: translateY(0) rotate(180deg);
  -moz-transform: translateY(0) rotate(180deg);
  -ms-transform: translateY(0) rotate(180deg);
  -o-transform: translateY(0) rotate(180deg);
  transform: translateY(0) rotate(180deg); }

.link-menu:hover span:after {
  -webkit-transform: translateY(0) rotate(-90deg);
  -moz-transform: translateY(0) rotate(-90deg);
  -ms-transform: translateY(0) rotate(-90deg);
  -o-transform: translateY(0) rotate(-90deg);
  transform: translateY(0) rotate(-90deg); }

.link-menu {
  /* background: rgba(255, 0, 0, 0.25); */ }

.link-menu.close:hover span:before,
.link-menu.close:hover span:after {
  -webkit-transform: translateY(0) rotate(180deg);
  -moz-transform: translateY(0) rotate(180deg);
  -ms-transform: translateY(0) rotate(180deg);
  -o-transform: translateY(0) rotate(180deg);
  transform: translateY(0) rotate(180deg); }

.link-menu.close span {
  background-color: transparent; }

.link-menu.close span:before, .link-menu.close span:after {
  background-color: #FFF; }

.link-menu.close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg); }

.link-menu.close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg); }

body.home h1 {
  margin: 0; }

body.custom-logo #masthead .site-detail {
  width: 65%; }
  body.custom-logo #masthead .site-detail a.logo {
    width: auto;
    top: unset;
    left: unset; }
    body.custom-logo #masthead .site-detail a.logo img {
      width: auto;
      max-height: 53px;
      top: -5px;
      position: relative; }

/*
 * Page content
 * ----------------------------------------------------------------------------
 */
.sm-toolbox li {
  display: inline-block;
  padding: 0 5px; }
  .sm-toolbox li:last-child {
    padding-right: 0; }
  .sm-toolbox li .genericon {
    width: 20px;
    height: 20px; }
    .sm-toolbox li .genericon:before {
      font-size: 20px;
      position: relative; }
    .sm-toolbox li .genericon.genericon-googleplus:before {
      font-size: 24px; }

.anchor-waypoint {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px; }
  .anchor-waypoint.top {
    top: 5%; }
  .anchor-waypoint.active {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
    background: yellow; }

.outer-hover a {
  float: left;
  width: 100%;
  padding: 1em; }
  .outer-hover a:focus, .outer-hover a:hover {
    color: #FFF;
    background: #3D1152;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .outer-hover a:focus p, .outer-hover a:hover p {
      color: #FFF;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      transition: all 0.25s ease;
      -webkit-transition-delay: 0.15s;
      -moz-transition-delay: 0.15s;
      transition-delay: 0.15s; }

#intro-sec .text-col-2 {
  /* padding: 0 2em; */
  -webkit-column-gap: 8em;
  -moz-column-gap: 8em;
  column-gap: 8em; }

/* Slider content */
.cycle-slideshow .item {
  opacity: 0; }
  .cycle-slideshow .item.cycle-slide-active {
    opacity: 1; }

.cycle-pager {
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 889;
  width: 100%;
  height: 16px; }
  .cycle-pager span {
    overflow: hidden;
    text-indent: -999px;
    float: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border: 2px solid #FFF;
    background: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .cycle-pager span:focus, .cycle-pager span:hover {
      cursor: pointer;
      /* border-color: $brand-pink; */
      background: #D60156;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .cycle-pager span.cycle-pager-active {
      border-color: #FFF;
      background: none;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
      .cycle-pager span.cycle-pager-active:focus, .cycle-pager span.cycle-pager-active:hover {
        /* opacity: 0.5; */ }

.progress-bar {
  position: absolute;
  bottom: 0;
  height: 6px;
  width: 0px;
  background: #D60156;
  background: rgba(214, 1, 86, 0.5);
  z-index: 889; }

.cycle-slideshow.framed {
  position: relative; }
  .cycle-slideshow.framed:before, .cycle-slideshow.framed:after {
    content: "";
    position: absolute;
    z-index: 991;
    display: block;
    width: 70px;
    height: 70px;
    background: url("images/icon-angle-white.svg") no-repeat center center;
    background-size: contain; }
  .cycle-slideshow.framed:before {
    top: 0;
    left: 0; }
  .cycle-slideshow.framed:after {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

/* Carousel content */
.carousel .cycle-slideshow {
  margin: auto;
  width: 100%;
  padding: 0; }
.carousel .car-item img {
  display: block; }

/* Panel sections */
.panel-sec .content {
  float: left;
  width: 100%; }
.panel-sec article .intro {
  margin-bottom: 2em; }
.panel-sec .animated-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.panel-sec header.content {
  position: relative;
  padding-top: 1em;
  padding-bottom: 0; }
  .panel-sec header.content .button {
    position: absolute;
    top: 2.6em;
    right: 4em; }
.panel-sec .cycle-slideshow {
  overflow: hidden; }
  .panel-sec .cycle-slideshow .item {
    display: inline-block;
    width: 100%; }
.panel-sec .cycle-nav {
  color: #FFF;
  position: absolute;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border: none;
  background: rgba(0, 0, 0, 0.25); }
  .panel-sec .cycle-nav i {
    overflow: hidden;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px; }
    .panel-sec .cycle-nav i:before {
      content: "\f431";
      font: normal 42px/1 'Genericons';
      line-height: 30px;
      position: relative;
      margin-right: 50px; }
  .panel-sec .cycle-nav.prev {
    left: 0; }
    .panel-sec .cycle-nav.prev i {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
      .panel-sec .cycle-nav.prev i:before {
        top: -1px;
        left: -4px; }
  .panel-sec .cycle-nav.next {
    right: 0; }
    .panel-sec .cycle-nav.next i {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
      .panel-sec .cycle-nav.next i:before {
        top: -1px;
        left: -5px; }
  .panel-sec .cycle-nav:hover, .panel-sec .cycle-nav:focus {
    cursor: pointer;
    background: #D60156;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease; }

/* Matrix items */
.item-matrix .inner {
  overflow: hidden; }
  .item-matrix .inner * {
    color: #FFF; }
.item-matrix img {
  width: 100%;
  margin: 0 auto; }
.item-matrix a {
  overflow: hidden;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  /* max-height: 300px; */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .item-matrix a span {
    display: block; }
  .item-matrix a .block {
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 35%;
    padding: 1em;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .item-matrix a .block .p {
      line-height: 1.25em; }
    .item-matrix a .block:after {
      opacity: 0;
      visibility: hidden;
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 50px;
      height: 50px;
      background: url("images/icon-angle-white.svg") no-repeat center center;
      background-size: contain;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .item-matrix a .block small {
      white-space: normal;
      display: block; }
  .item-matrix a .meta {
    opacity: 0;
    visibility: hidden;
    margin-top: 1em;
    /*
    * {
      font-size: modular-scale(-1);
      font-weight: 100;
    }
    */ }
    .item-matrix a .meta .tags {
      opacity: 0.75;
      float: left;
      width: 100%;
      text-transform: uppercase;
      /* margin-bottom: -0.25em; */ }
      .item-matrix a .meta .tags li {
        /* font-size: 14px; */
        float: left;
        display: inline-block;
        line-height: 1.5em;
        margin-bottom: 0;
        margin-right: 5px; }
        .item-matrix a .meta .tags li:last-child {
          margin-right: 0; }
          .item-matrix a .meta .tags li:last-child i {
            display: none; }
.item-matrix.news-matrix > h1 {
  margin-bottom: 2em; }
.item-matrix.news-matrix .inner a .block {
  /* height: 50%; */ }
.item-matrix a:focus .block,
.item-matrix a:hover .block {
  height: 100% !important;
  padding-top: 5em;
  background: #3D1152;
  background: rgba(61, 17, 82, 0.85);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s; }
  .item-matrix a:focus .block.fixed,
  .item-matrix a:hover .block.fixed {
    height: 30% !important;
    padding-top: 1em; }
  .item-matrix a:focus .block .meta,
  .item-matrix a:hover .block .meta {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    transition-delay: 0.25s; }
  .item-matrix a:focus .block:after,
  .item-matrix a:hover .block:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s; }
.item-matrix.right a .meta .tags li {
  float: none; }
.item-matrix.right .inner a .block {
  text-align: right; }
  .item-matrix.right .inner a .block:after {
    opacity: 1;
    visibility: visible;
    top: 6px;
    right: 5px;
    width: 12px;
    height: 12px; }
.item-matrix.work-matrix a .block .p {
  opacity: 0;
  visibility: hidden;
  padding-left: 10%; }
.item-matrix.work-matrix a:focus .block .p, .item-matrix.work-matrix a:hover .block .p {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s; }

/* Slide-out draw items */
.sl-draw-main {
  display: none;
  /* overflow-y: scroll; */
  /* position: fixed; */
  /* top: 0; */
  z-index: 999;
  padding: 4em;
  background: #222;
  background: rgba(0, 0, 0, 0.75); }
  .sl-draw-main.active {
    display: block; }

/*
 * Index page
 * ----------------------------------------------------------------------------
 */
#hero-matrix {
  max-height: 790px;
  overflow: hidden; }

#hero-slider .slideshow {
  height: 100%;
  padding: 0; }
  #hero-slider .slideshow .cycle-slideshow {
    margin-top: 70px;
    height: 100% !important; }
  #hero-slider .slideshow .cycle-nav .inner {
    display: inline-block;
    width: 100%;
    height: 100%;
    float: left; }
  #hero-slider .slideshow .cycle-slide {
    width: 100%;
    height: 100%;
    /* background: #FFF; */ }
    #hero-slider .slideshow .cycle-slide.cycle-slide-active {
      z-index: 888 !important; }
#hero-slider .cycle-nav .inner {
  background: rgba(0, 0, 0, 0.25); }
  #hero-slider .cycle-nav .inner:focus, #hero-slider .cycle-nav .inner:hover {
    background: #D60156;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease; }

#hero-slider {
  overflow: hidden;
  position: relative;
  height: 1000px;
  /* Initial height needed */ }
  #hero-slider .cycle-slide {
    display: none; }
    #hero-slider .cycle-slide.cycle-slide-active {
      display: block; }
  #hero-slider .bg-image {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #hero-slider .bg-fade {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.05));
    background-image: linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.05)); }
  #hero-slider .content-wrapper {
    text-align: center;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    #hero-slider .content-wrapper .inner-content {
      position: relative;
      margin-top: -90px;
      /* max-width: 660px; */
      /* @include calc(width, "100% - 10%"); */ }
      #hero-slider .content-wrapper .inner-content * {
        color: #FFF; }
      #hero-slider .content-wrapper .inner-content .h2 {
        font-family: "Averta Regular", Helvetica, Arial, sans-serif;
        /* font-weight: 100; */
        line-height: 1.45em;
        padding: 0 40px; }
      #hero-slider .content-wrapper .inner-content .button-wrap {
        margin-top: 3em; }
  #hero-slider .scroll {
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 889;
    width: 100%; }
    #hero-slider .scroll .scroll-button {
      overflow: hidden;
      line-height: 40px;
      height: 40px;
      width: 40px;
      padding: 0;
      border: none;
      background: #D60156;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      #hero-slider .scroll .scroll-button:before {
        display: none;
        background: #009ca6; }
      #hero-slider .scroll .scroll-button:after {
        font-size: 24px;
        left: 9.5px;
        top: 18.5px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease; }
      #hero-slider .scroll .scroll-button i {
        display: block;
        position: absolute;
        left: 0;
        top: -100px;
        width: 40px;
        height: 40px;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease; }
        #hero-slider .scroll .scroll-button i:before {
          content: "\f431";
          font: normal 24px/1 'Genericons';
          display: block;
          position: relative;
          top: 1px;
          left: 2px; }
      #hero-slider .scroll .scroll-button:focus, #hero-slider .scroll .scroll-button:hover {
        background: #FFF; }
        #hero-slider .scroll .scroll-button:focus i, #hero-slider .scroll .scroll-button:hover i {
          color: #D60156;
          top: 9px;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          transition: all 0.25s ease; }
        #hero-slider .scroll .scroll-button:focus:after, #hero-slider .scroll .scroll-button:hover:after {
          color: #D60156;
          top: 100px;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          transition: all 0.25s ease; }

#hero-slider .content, #hero-standard .content, .hero-content .content, #sec-leadership .content {
  display: inline-block; }
#hero-slider .title, #hero-standard .title, .hero-content .title, #sec-leadership .title {
  position: relative;
  display: inline-block;
  padding: 30px 40px;
  /* background: rgba(246, 255, 0, 0.15); */ }
  #hero-slider .title > span, #hero-standard .title > span, .hero-content .title > span, #sec-leadership .title > span {
    display: inline-block;
    /* background: rgba(255, 0, 0, 0.15); */ }
  #hero-slider .title:before, #hero-slider .title:after, #hero-standard .title:before, #hero-standard .title:after, .hero-content .title:before, .hero-content .title:after, #sec-leadership .title:before, #sec-leadership .title:after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    border: solid 15px #D60156;
    /* background: rgba(0, 0, 255, 0.15); */ }
  #hero-slider .title:before, #hero-standard .title:before, .hero-content .title:before, #sec-leadership .title:before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none; }
  #hero-slider .title:after, #hero-standard .title:after, .hero-content .title:after, #sec-leadership .title:after {
    bottom: 0;
    right: 0;
    border-top: 0;
    border-left: 0; }

#hero-standard .title, .hero-content .title {
  margin-bottom: 0; }

.hero .caption {
  color: #FFF;
  position: absolute;
  z-index: 99;
  bottom: 100px;
  left: 2.5%; }
  .hero .caption em {
    color: #A7A7A7 !important; }

#hero-standard .caption {
  bottom: 7.5%; }

.latest-updates h2 {
  color: #009ca6; }

.insight-updates h2 {
  color: #D60156; }

/*
 * About page
 * ----------------------------------------------------------------------------
 */
#family-sec {
  padding: 0;
  background: url("images/bg-powerfull-family.jpg") no-repeat center center #555;
  background-size: cover; }
  #family-sec * {
    color: #FFF; }
  #family-sec .inner {
    padding-top: 3em;
    padding-bottom: 3em;
    background: rgba(0, 0, 0, 0.25); }
  #family-sec .intro header:after {
    background: #D60156; }
  #family-sec article blockquote p {
    color: #D60156; }
  #family-sec .entry-content > blockquote {
    width: 30%;
    float: left;
    text-align: left; }
  #family-sec .entry-content > div {
    width: 65%;
    float: right;
    text-align: left; }
    #family-sec .entry-content > div article {
      text-align: left !important; }

#clients-sec .title {
  color: #3D1152; }
#clients-sec .intro header:after {
  background: #D60156; }
#clients-sec .sub-heading {
  color: #A7A7A7;
  margin: 2.5em 0 0 0; }
#clients-sec .carousel {
  overflow: hidden;
  border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED; }
  #clients-sec .carousel .cycle-slideshow {
    margin-left: 1px; }
#clients-sec .car-item {
  padding: 2em;
  border: 1px solid #EDEDED;
  border-left: none; }
#clients-sec .cycle-pager {
  position: static;
  margin-top: 3em; }
  #clients-sec .cycle-pager span {
    border-color: #555; }
    #clients-sec .cycle-pager span.cycle-pager-active {
      background: #555; }

#testimonials-sec {
  position: relative;
  background: #009ca6; }
  #testimonials-sec .cycle-slideshow {
    overflow: visible !important; }
  #testimonials-sec:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100px;
    height: 100px;
    background: url("images/icon-angle-white.svg") no-repeat center center;
    background-size: contain; }
  #testimonials-sec * {
    color: #FFF; }
  #testimonials-sec .quote-mark {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    margin-left: -30px; }
  #testimonials-sec blockquote {
    padding: 4em 1em 2em 1em; }
    #testimonials-sec blockquote p {
      margin-bottom: 1em; }
    #testimonials-sec blockquote small {
      /* opacity: 0.75; */
      color: rgba(0, 0, 0, 0.5);
      line-height: 2em;
      width: 100%;
      margin-top: 1.5em; }
  #testimonials-sec .thumb {
    padding-top: 6em; }

#people-sec {
  background: #3D1152; }
  #people-sec * {
    color: #FFF; }
  #people-sec .intro header:after {
    background: #FFF; }
  #people-sec .carousel-wrap {
    position: relative; }
  #people-sec .carousel.disabled {
    text-align: center; }
    #people-sec .carousel.disabled .car-item {
      width: 33% !important;
      display: inline-block; }
  #people-sec .item-matrix .car-item {
    padding: 1em; }
    #people-sec .item-matrix .car-item a .block {
      text-align: right;
      height: 20%; }
      #people-sec .item-matrix .car-item a .block span {
        margin-bottom: 0; }
      #people-sec .item-matrix .car-item a .block:after {
        opacity: 0 !important;
        visibility: hidden !important;
        top: 6px;
        right: 5px;
        width: 12px;
        height: 12px; }

#story-sec .title {
  color: #D60156; }
#story-sec .intro header:after {
  background: #3D1152; }
#story-sec .content {
  margin-top: 1em; }
#story-sec blockquote p {
  color: #3D1152; }

#video-sec .video img {
  margin: 0 auto; }

/*
 * Our Clients page
 * ----------------------------------------------------------------------------
 */
#page-clients .clients__grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  flex-flow: row wrap; }
  #page-clients .clients__grid__item {
    padding: 2em;
    border: 1px solid #EDEDED;
    border-left: none; }

/*
 * Services page
 * ----------------------------------------------------------------------------
 */
#page-services #intro-sec p {
  color: #3D1152; }
#page-services #main-services-sec {
  padding-top: 0; }
#page-services #planning-sec {
  margin-top: 0; }
  #page-services #planning-sec .hero-content {
    /* max-height: none; */ }
  #page-services #planning-sec video {
    float: left;
    width: 100%; }
#page-services #services-matrix ul {
  float: left;
  width: 100%;
  border-left: 1px solid #EDEDED; }
#page-services #services-matrix li {
  float: left;
  display: inline-block;
  border: 1px solid #EDEDED;
  border-left: none;
  margin-top: -1px; }
  #page-services #services-matrix li a {
    text-align: center;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    height: 200px;
    padding: 1em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    #page-services #services-matrix li a span {
      position: relative;
      white-space: normal;
      color: #555;
      text-align: center;
      display: inline-block;
      margin-bottom: 0;
      /* padding: 0 1em; */
      width: 100%; }
    #page-services #services-matrix li a:after {
      content: "";
      position: absolute;
      display: block;
      top: 6px;
      right: 5px;
      width: 12px;
      height: 12px;
      border: 5px solid #FFF;
      border-left: none;
      border-bottom: none;
      /* background: url("images/icon-angle-white.svg") no-repeat center center; */
      /* background-size: contain; */
      /* @include transform(rotate(90deg)); */ }
    #page-services #services-matrix li a:focus, #page-services #services-matrix li a:hover {
      background: #D60156; }
      #page-services #services-matrix li a:focus span, #page-services #services-matrix li a:hover span {
        color: #FFF; }

/*
 * Culture & Careers page
 * ----------------------------------------------------------------------------
 */
#page-culture #intro-sec .intro header:after {
  display: none; }
#page-culture #intro-sec blockquote p {
  color: #3D1152; }
#page-culture #sec-opportunities {
  background: #EDEDED; }
  #page-culture #sec-opportunities .button-wrap {
    margin-top: 1em; }
#page-culture #sec-block-ctas {
  overflow: hidden;
  background: #3D1152; }
#page-culture .our-promise, #page-culture .our-way {
  position: relative;
  padding: 7.5%;
  /* min-height: 600px; */ }
  #page-culture .our-promise:after, #page-culture .our-way:after {
    content: "";
    position: absolute;
    z-index: 99;
    display: block;
    width: 100px;
    height: 100px;
    background: url("images/icon-angle-purple.svg") no-repeat center center;
    background-size: contain; }
  #page-culture .our-promise *, #page-culture .our-way * {
    color: #FFF; }
#page-culture .our-promise:after {
  top: 0;
  left: 0;
  background: url("images/icon-angle-purple-alt.svg") no-repeat center center;
  background-size: contain; }
#page-culture #sec-block-diversity {
  overflow: hidden;
  background: #702F8A;
  padding-bottom: 0; }
  #page-culture #sec-block-diversity * {
    color: #FFF; }
  #page-culture #sec-block-diversity:after, #page-culture #sec-block-diversity:before {
    background-size: contain;
    content: "";
    position: absolute;
    z-index: 99;
    display: block;
    width: 100px;
    height: 100px;
    background: url("images/icon-angle-purple.svg") no-repeat center center; }
  #page-culture #sec-block-diversity:before {
    top: 0;
    left: 0; }
  #page-culture #sec-block-diversity:after {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  #page-culture #sec-block-diversity h2.sub-title {
    font-size: 60px; }
  #page-culture #sec-block-diversity .diversity-text, #page-culture #sec-block-diversity .diversity-logo {
    position: relative;
    padding: 0 7.5% 7.5%; }
#page-culture .our-way,
#page-culture .diversity-text,
#page-culture .diversity-logo {
  background: #702F8A; }
  #page-culture .our-way:after,
  #page-culture .diversity-text:after,
  #page-culture .diversity-logo:after {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
#page-culture .diversity-logo img {
  display: block;
  margin: 0 auto;
  padding-top: 10%;
  width: 90%; }

#values-sec {
  padding: 0;
  background: #009ca6; }
  #values-sec * {
    color: #FFF; }
  #values-sec .h4 {
    text-transform: uppercase;
    opacity: 0.75;
    margin-bottom: 0; }
  #values-sec .cycle-slideshow .item {
    position: relative;
    width: 100%; }
    #values-sec .cycle-slideshow .item .inner {
      padding: 8em 0;
      background: rgba(7, 167, 181, 0.15); }
    #values-sec .cycle-slideshow .item .content {
      padding: 0 10%; }
    #values-sec .cycle-slideshow .item .bg-image {
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      width: 100%;
      height: 105%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }

#sec-work-phd {
  /* padding: 8em 0; */
  background: #D60156; }
  #sec-work-phd * {
    color: #FFF; }
  #sec-work-phd .intro h2 {
    /* margin: 3em 0 0 0; */ }
  #sec-work-phd.panel-sec .intro header:after {
    background: #FFF; }
  #sec-work-phd .item {
    float: left;
    display: inline-block;
    width: 20%;
    /* padding: 0 0.5em; */ }
    #sec-work-phd .item a {
      min-height: 410px; }
    #sec-work-phd .item img {
      margin-bottom: 1em; }
    #sec-work-phd .item span {
      display: block; }
    #sec-work-phd .item .h3 {
      margin-bottom: 0.5em; }

#hugs-sec .sub-title {
  color: #D60156; }
#hugs-sec .entry-content h1 {
  color: #3D1152;
  font-weight: 800; }

/*
 * Landing page/s
 * ----------------------------------------------------------------------------
 */
#hero-standard {
  margin-top: 70px; }

.hero-content.panel-sec .intro {
  padding-bottom: 0; }

#hero-standard, .hero-content {
  position: relative; }
  #hero-standard *, .hero-content * {
    color: #FFF; }
  #hero-standard .sub-heading, .hero-content .sub-heading {
    text-transform: uppercase; }
  #hero-standard .title, .hero-content .title {
    margin-bottom: 0; }
  #hero-standard .sub-heading, .hero-content .sub-heading {
    display: block; }
  #hero-standard .intro, .hero-content .intro {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 100%;
    /* padding: 0 20%; */
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  #hero-standard:before, .hero-content:before {
    top: 0;
    left: 0; }
  #hero-standard:after, .hero-content:after {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

/*
.hero-content {

  &:before, &:after {
    content: "";
    position: absolute;
    z-index: 99;
    display: block;
    width: 160px;
    height: 160px;
    background: url('images/icon-angle-pink.svg') no-repeat center center;
    background-size: contain;
  }

  &:before {
    top: 0;
    left: 0;
  }

  &:after {
    bottom: 0;
    right: 0;
    @include transform(rotate(180deg));
  }
}
*/
.panel-sec.full {
  padding: 8em 0;
  min-height: 600px; }
.panel-sec .intro {
  float: left;
  width: 100%;
  padding-bottom: 3em; }
  .panel-sec .intro blockquote p:last-child {
    margin-bottom: 0; }
  .panel-sec .intro .title {
    margin-bottom: 0; }
  .panel-sec .intro.full {
    padding: 4em 8em; }
  .panel-sec .intro header {
    position: relative; }
    .panel-sec .intro header:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -1.5em;
      display: block;
      width: 4em;
      height: 4px;
      margin-left: -2em;
      background: #555; }

.list-clients li {
  float: left;
  width: 16.6666%; }

body.page-template-temp-about-us {
  /*
  #hero-standard:before, #hero-standard:after {
    background: url("images/icon-angle-blue.svg") no-repeat center center;
    background-size: contain;
  }
  */ }
  body.page-template-temp-about-us #hero-standard .title:before, body.page-template-temp-about-us #hero-standard .title:after {
    border-color: #009ca6; }

/*
 * Views page
 * ----------------------------------------------------------------------------
 */
#page-views #intro-sec .intro header:after {
  display: none; }
#page-views #intro-sec .entry-content {
  padding-top: 3em;
  padding-bottom: 2em;
  border-top: 4px solid #EDEDED;
  border-bottom: 4px solid #EDEDED; }
  #page-views #intro-sec .entry-content .image {
    position: relative; }
    #page-views #intro-sec .entry-content .image .caption {
      position: absolute;
      left: 2em;
      bottom: 2em;
      z-index: 99;
      color: #FFF;
      text-align: left; }
      #page-views #intro-sec .entry-content .image .caption ul {
        list-style: none;
        padding-left: 0; }

#sent-sec {
  padding-top: 0;
  /* padding-bottom: 4em; */ }
  #sent-sec .carousel-wrap {
    position: relative;
    float: left;
    width: 100%;
    /* margin-top: 4em; */
    /* padding: 0 5%; */ }
    #sent-sec .carousel-wrap .car-item p {
      white-space: normal;
      float: left;
      width: 100%;
      min-height: 4em;
      margin-top: 1em;
      padding: 0 2em; }
    #sent-sec .carousel-wrap .cycle-pager {
      bottom: -60px; }

#sec-leadership-intro .intro header:after {
  background: #009ca6; }

#sec-leadership * {
  color: #FFF; }
#sec-leadership .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%; }
#sec-leadership .main-content {
  width: 50%; }
#sec-leadership .panel-sec.left .image {
  left: 0; }
#sec-leadership .panel-sec.left .main-content {
  float: right; }
#sec-leadership .panel-sec.right .image {
  right: 0; }
#sec-leadership .panel-sec.right .main-content {
  float: left; }
#sec-leadership .meta {
  float: left;
  width: 100%;
  margin-top: 3em; }
#sec-leadership .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  #sec-leadership .bg-image:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    margin-top: -25px;
    height: 0;
    width: 0;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #555;
    border-top: 25px solid transparent; }
  #sec-leadership .bg-image:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 25%;
    background-color: transparent;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to top,rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%); }
  #sec-leadership .bg-image .text-wrap {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
      /*
      h1 {
        position: relative;
        margin-bottom: 0;

        &:before, &:after {
          content: "";
          position: absolute;
          display: block;
          width: 40px;
          height: 40px;
          background: url("images/icon-angle-white.svg") no-repeat center center;
          background-size: contain;
        }

        &:before {
          top: -30px;
          left: -30px;
        }

        &:after {
          bottom: -30px;
          right: -30px;
          @include transform(rotate(180deg));
        }
      }
      */ }
  #sec-leadership .bg-image .caption {
    position: absolute;
    left: 2em;
    bottom: 2em;
    z-index: 99; }
    #sec-leadership .bg-image .caption span {
      /* font-style: italic; */
      display: block; }
    #sec-leadership .bg-image .caption em {
      /* font-size: 0.9em; */ }
#sec-leadership .panel-sec.right .bg-image:before {
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
#sec-leadership .entry-content {
  float: left;
  width: 100%;
  padding: 10%; }
  #sec-leadership .entry-content blockquote {
    margin-bottom: 2em; }
#sec-leadership .panel-sec {
  overflow: hidden;
  background: #555; }
  #sec-leadership .panel-sec.grey {
    background: #A7A7A7; }
    #sec-leadership .panel-sec.grey .bg-image:before {
      border-right-color: #A7A7A7; }
    #sec-leadership .panel-sec.grey .bg-image .text-wrap .title:before,
    #sec-leadership .panel-sec.grey .bg-image .text-wrap .title:after {
      border-color: #A7A7A7; }
  #sec-leadership .panel-sec.pink {
    background: #D60156; }
    #sec-leadership .panel-sec.pink .bg-image:before {
      border-right-color: #D60156; }
    #sec-leadership .panel-sec.pink .bg-image .text-wrap .title:before,
    #sec-leadership .panel-sec.pink .bg-image .text-wrap .title:after {
      border-color: #D60156; }
  #sec-leadership .panel-sec.black {
    background: #222; }
    #sec-leadership .panel-sec.black .bg-image:before {
      border-right-color: #222; }
    #sec-leadership .panel-sec.black .bg-image .text-wrap .title:before,
    #sec-leadership .panel-sec.black .bg-image .text-wrap .title:after {
      border-color: #222; }
  #sec-leadership .panel-sec.blue {
    background: #009ca6; }
    #sec-leadership .panel-sec.blue .bg-image:before {
      border-right-color: #009ca6; }
    #sec-leadership .panel-sec.blue .bg-image .text-wrap .title:before,
    #sec-leadership .panel-sec.blue .bg-image .text-wrap .title:after {
      border-color: #009ca6; }

/*
 * Jobs Page
 * ----------------------------------------------------------------------------
 */
#page-job .item-matrix {
  display: flex;
  flex-flow: row wrap; }
  #page-job .item-matrix .inner {
    float: none; }
#page-job .panel-sec .container p {
  margin-bottom: 15px; }

/*
 * Work page
 * ----------------------------------------------------------------------------
 */
#projects-sec {
  padding-top: 0;
  padding-bottom: 0; }
  #projects-sec .item-matrix .inner {
    padding: 2px; }
  #projects-sec .item-matrix a .block {
    height: 25%; }

.hero-media .video {
  margin-top: 2em; }

.sl-draw-content .extra {
  margin-top: 2em; }

/*
 * Contact page
 * ----------------------------------------------------------------------------
 */
#page-contact .mod-item {
  float: left;
  width: 100%;
  min-height: 120px;
  margin-bottom: 1em; }
#page-contact h5 {
  color: #D60156;
  font-weight: 800;
  margin-bottom: 0.25em; }
#page-contact p {
  margin-bottom: 0.5em; }
#page-contact ul {
  margin-bottom: 1em; }
  #page-contact ul li {
    margin-bottom: 0.075em; }
#page-contact a {
  color: #555;
  font-family: "Averta Bold", Helvetica, Arial, sans-serif; }
  #page-contact a:focus, #page-contact a:hover {
    color: #009ca6; }
#page-contact .tel, #page-contact .email {
  position: relative;
  padding-left: 1.5em; }
  #page-contact .tel:before, #page-contact .email:before {
    content: "\f437";
    font: normal 20px/1 'Genericons';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    margin: -9px 0 0 0; }
#page-contact .email:before {
  content: "\f410"; }
#page-contact .map {
  padding-left: 8em; }
  #page-contact .map iframe {
    width: 100%; }

#office-details .container {
  position: relative; }
  #office-details .container .local-time {
    font-family: "InterFace Bold", Helvetica, Arial, sans-serif;
    color: #3D1152;
    font-size: 18px;
    position: absolute;
    left: 15px;
    bottom: -3px; }
    #office-details .container .local-time em {
      font-style: normal; }
    #office-details .container .local-time small {
      margin-bottom: 0; }

#office-search {
  background: #009ca6; }
  #office-search .title, #office-search .add-office.results * {
    color: #FFF; }
  #office-search a {
    color: #FFF; }
    #office-search a:focus, #office-search a:hover {
      color: #FFF;
      opacity: 0.75; }
  #office-search .content {
    margin-top: 1em;
    padding: 0 10%; }
  #office-search .select-wrap .genericon {
    /* z-index: 100; */ }
  #office-search .select-wrap:focus .genericon:before, #office-search .select-wrap:hover .genericon:before {
    color: #FFF;
    background: #A7A7A7; }
  #office-search .add-office.results {
    margin-top: 1.5em; }
    #office-search .add-office.results li {
      display: inline-block; }
      #office-search .add-office.results li .email {
        margin-left: 0.5em; }
  #office-search.panel-sec .intro header:after {
    background: #FFF; }
  #office-search .select-wrap:before {
    border: none !important;
    background: #FFF; }
  #office-search .select-wrap:first-child {
    margin-bottom: 1em; }
  #office-search .select-wrap select {
    color: #555;
    background: #FFF;
    background: rgba(255, 255, 255, 0); }
    #office-search .select-wrap select option {
      background: #FFF; }
  #office-search .select-wrap .genericon:before {
    color: #555; }

/*
 * Detail page
 * ----------------------------------------------------------------------------
 */
#hero-standard.mini {
  position: relative;
  padding: 8em 4em;
  background: #3D1152;
  /*
  &:before,
  &:after {
    width: 150px;
    height: 130px;
    background: url("images/icon-angle-white.svg") no-repeat center center;
  }
  */
  /*
  &:before {
    top: 50%;
    left: 4em;
    margin-top: -75px;
  }
  */
  /*
  &:after {
    bottom: 50%;
    right: 4em;
    margin-bottom: -75px;
  }
  */ }

.site-content.standard {
  padding-top: 3em;
  padding-bottom: 3em; }

.float-container {
  overflow: hidden; }

.margin-top {
  margin-top: 1em; }

.no-float {
  float: none !important; }

/*
 * News + Archives
 * ----------------------------------------------------------------------------
 */
#page-news #sec-intro {
  color: #009ca6; }

#meta-search {
  padding-bottom: 0; }
  #meta-search .container > div {
    padding: 0 1em; }
  #meta-search .sign-up .button {
    width: 100%; }

#news-sec .news-matrix .inner {
  padding: 2px; }
  #news-sec .news-matrix .inner a {
    overflow: hidden;
    max-height: 350px; }
#news-sec .button-wrap {
  margin: 3em 0 5em 0; }

body.category .sl-draw-content .inner {
  width: auto; }

/*
 * Single page/s
 * ----------------------------------------------------------------------------
 */
#page-single .col-left {
  padding-right: 10em; }

.single-post #main-site, .single #main-site {
  padding-bottom: 0; }
.single-post #news-sec, .single-post #jobs-sec, .single #news-sec, .single #jobs-sec {
  margin-top: 3em;
  border-top: 4px solid #009ca6;
  background: #F1F1F1; }

.cannes.panel-sec {
  padding-bottom: 0; }
  .cannes.panel-sec .intro {
    padding-bottom: 0; }
  .cannes.panel-sec .cannes-content {
    padding-top: 1.5em; }

/*
 * 404 page
 * ----------------------------------------------------------------------------
 */
/*
 * General Content
 * ----------------------------------------------------------------------------
 */
/* Embeds */
embed, iframe, object, video {
  max-width: 100%; }

/* Images */
.entry-content img, .entry-summary img, .comment-content img[height] {
  display: block;
  height: auto;
  margin-bottom: 1em; }

img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
  margin-bottom: 1em; }
img.size-full, img.size-large, img.wp-post-image {
  height: auto;
  max-width: 100%; }

img.alignleft, .wp-caption.alignleft {
  margin-left: -10px; }

img.alignright, .wp-caption.alignright {
  margin-right: -10px; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.hero.image {
  margin-bottom: 1.25em; }

/*
 * Entry Header
 * ----------------------------------------------------------------------------
 */
.entry-header h1 {
  color: #555;
  font-weight: bold;
  margin-bottom: 0.5em; }

/*
 * Entry Meta
 * ----------------------------------------------------------------------------
 */
.entry-meta {
  float: left;
  width: 100%;
  margin-bottom: 1em; }
  .entry-meta.back {
    margin-bottom: 1em; }
    .entry-meta.back a {
      position: relative;
      padding-left: 1em; }
      .entry-meta.back a:after {
        content: "\f431";
        font: normal 20px/1 'Genericons';
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 16px;
        height: 16px;
        margin: -9px 0 0 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
  .entry-meta .h5 {
    color: #555;
    float: left;
    display: inline-block;
    padding-right: 0.5em;
    margin-bottom: 0; }
  .entry-meta .tags-list {
    margin-bottom: 1em; }
    .entry-meta .tags-list li {
      display: inline;
      padding-right: 0.5em; }
      .entry-meta .tags-list li:after {
        content: ","; }
      .entry-meta .tags-list li:last-child {
        padding-right: 0; }
        .entry-meta .tags-list li:last-child:after {
          display: none; }

.entry-content.sub {
  padding-left: 3em;
  padding-right: 3em; }
.entry-content .entry-meta ul {
  margin-bottom: 0; }

/*
 * Entry Content
 * ----------------------------------------------------------------------------
 */
article {
  float: left;
  width: 100%; }

.entry-content h1, .entry-content .h1, .entry-content h2, .entry-content .h2, .entry-content h3, .entry-content .h3, .entry-content h4, .entry-content .h4, .entry-content h5, .entry-content .h5, .entry-content h6, .entry-content .h6 {
  color: #555;
  font-weight: normal; }
.entry-content p, .entry-content ul, .entry-content ol, .entry-content blockquote p {
  margin-bottom: 1em; }
.entry-content ol,
.entry-content ul {
  padding-left: 1em; }
.entry-content ol {
  list-style: decimal; }
.entry-content ul {
  list-style: disc; }
.entry-content a {
  text-decoration: underline; }
  .entry-content a:focus, .entry-content a:hover {
    text-decoration: none; }

/*
 * Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
.navigation .nav-previous {
  float: left; }
.navigation .nav-next {
  float: right; }

/**
 * Footer
 * ----------------------------------------------------------------------------
 */
#primary-sidebar {
  border-left: 4px solid #009ca6; }
  #primary-sidebar aside {
    float: left;
    width: 100%;
    margin-bottom: 2em; }
    #primary-sidebar aside .item {
      float: left;
      width: 100%;
      margin-bottom: 1em; }
      #primary-sidebar aside .item:last-child {
        margin-bottom: 0; }
    #primary-sidebar aside .button {
      width: 100%; }
    #primary-sidebar aside:last-child {
      margin-bottom: 0; }
  #primary-sidebar .sidebar-news li {
    float: left;
    width: 100%;
    margin-bottom: 1em; }
    #primary-sidebar .sidebar-news li:last-child {
      margin-bottom: 0; }
    #primary-sidebar .sidebar-news li a {
      line-height: 1em;
      float: left;
      width: 100%; }
    #primary-sidebar .sidebar-news li .thumb {
      float: left;
      width: 40%;
      padding-right: 1em; }
    #primary-sidebar .sidebar-news li .content {
      float: left;
      width: 60%; }
    #primary-sidebar .sidebar-news li.no-thumb .content {
      width: 100%; }

/*
 * Footer
 * ----------------------------------------------------------------------------
 */
#footer-sec {
  clear: both;
  float: left;
  width: 100%;
  background: #A7A7A7; }
  #footer-sec *, #footer-sec a {
    color: #FFF; }
  #footer-sec #footer {
    float: left;
    display: block;
    width: 100%; }
    #footer-sec #footer .footer-detail {
      position: relative; }
      #footer-sec #footer .footer-detail p {
        margin-bottom: 0.25em; }
      #footer-sec #footer .footer-detail .address h4 {
        margin-bottom: 0.25em; }
      #footer-sec #footer .footer-detail .address p:last-of-type {
        /* margin-top: 1em; */
        margin-bottom: 0; }
      #footer-sec #footer .footer-detail .address ul {
        margin-bottom: 1.5em; }
        #footer-sec #footer .footer-detail .address ul:last-of-type {
          margin-bottom: 0; }
        #footer-sec #footer .footer-detail .address ul li {
          margin-bottom: 2.5px; }
    #footer-sec #footer .site-ref, #footer-sec #footer .copyright {
      text-align: right; }
    #footer-sec #footer .sm-toolbox ul {
      float: right; }
      #footer-sec #footer .sm-toolbox ul li {
        float: left;
        padding: 0 1em; }
        #footer-sec #footer .sm-toolbox ul li a {
          text-decoration: none !important; }
        #footer-sec #footer .sm-toolbox ul li .genericon {
          width: 22px;
          height: 22px; }
          #footer-sec #footer .sm-toolbox ul li .genericon:before {
            font-size: 22px; }
        #footer-sec #footer .sm-toolbox ul li:last-of-type {
          padding-right: 0; }
  #footer-sec #trust-seal {
    clear: both;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 30px; }

#sign-off {
  text-align: right;
  padding-top: 10px;
  /*
  span {
    margin-right: 3px;
    padding-right: 5px;
  }
  */ }
  #sign-off *, #sign-off a {
    color: #555; }
  #sign-off a {
    color: #555; }
    #sign-off a:focus, #sign-off a:hover {
      /* text-decoration: underline; */ }
  #sign-off span, #sign-off a {
    padding: 0 10px 0 10px;
    border-right: 1px solid #555; }
  #sign-off a:last-of-type {
    padding-right: 0;
    border-right: none; }
  #sign-off p {
    display: inline-block; }
  #sign-off .site-ref {
    /* margin-bottom: 0.25em; */ }
  #sign-off .copyright p {
    margin-left: -3px; }

#footer-sec a, #sign-off a {
  /* text-decoration: underline; */ }
  #footer-sec a:focus, #footer-sec a:hover, #sign-off a:focus, #sign-off a:hover {
    color: #D60156;
    text-decoration: none; }

/*
 * Plugins
 * ----------------------------------------------------------------------------
 */
.reveal-modal-bg {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #222;
  background: rgba(0, 0, 0, 0.85); }

.reveal-modal {
  display: none;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  float: left;
  height: 100%; }
  .reveal-modal .close-reveal-modal.outer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: block;
    width: 100%;
    height: 100%; }

.reveal-modal .close-reveal-modal {
  cursor: pointer; }

.alm-btn-wrap {
  text-align: center;
  float: left;
  width: 100%; }
  .alm-btn-wrap .alm-load-more-btn {
    outline: none !important;
    background: none; }

.sl-draw-content {
  float: left;
  width: 100%;
  min-height: 100%;
  padding: 5%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .sl-draw-content .inner {
    position: relative;
    z-index: 99;
    float: left;
    width: 100%;
    padding: 3em;
    background: #FFF;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .sl-draw-content .inner:after {
      opacity: 0.5;
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: -1;
      display: block;
      width: 120px;
      height: 120px;
      background: url("images/icon-angle-grey-light.svg") no-repeat center center;
      background-size: contain;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .sl-draw-content .inner .content {
      position: relative;
      z-index: 99;
      float: left;
      width: 100%; }
    .sl-draw-content .inner .button-wrap {
      float: left;
      width: 100%; }
      .sl-draw-content .inner .button-wrap a:nth-child(2) {
        margin-left: 0; }
  .sl-draw-content header {
    padding-right: 20px; }
  .sl-draw-content .close {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    z-index: 990;
    display: block;
    width: 60px;
    height: 60px; }
    .sl-draw-content .close span:before, .sl-draw-content .close span:after {
      background: #3D1152; }
    .sl-draw-content .close .genericon:before {
      color: #3D1152; }
    .sl-draw-content .close:focus .genericon:before, .sl-draw-content .close:hover .genericon:before {
      color: #009ca6; }
  .sl-draw-content header {
    margin-bottom: 1em; }
    .sl-draw-content header * {
      margin-bottom: 0; }

.sl-draw-content .content {
  position: relative; }
.sl-draw-content .loading {
  position: absolute;
  left: 50%; }
  .sl-draw-content .loading:before {
    content: "";
    /* color: $web-grey-light; */
    /* position: absolute; */
    /* top: 18px; */
    /* right: -78px; */
    /* z-index: 99; */
    /* position: relative; */
    /* left: 45px; */
    /* top: -20px; */
    /* display: block; */
    -moz-animation: three-quarters-loader 1250ms infinite linear;
    -webkit-animation: three-quarters-loader 1250ms infinite linear;
    animation: three-quarters-loader 1250ms infinite linear;
    border: 4px solid #A7A7A7;
    border-right-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: 30px;
    height: 30px; }

#sec-instagram {
  position: relative; }
  #sec-instagram:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: block;
    width: 100%;
    height: 2px;
    background: #A7A7A7; }
  #sec-instagram .ajs-instagram-feed .container {
    padding: 0; }
  #sec-instagram .ajs-instagram-feed div.img-block {
    overflow: hidden;
    width: 14.28%; }
    #sec-instagram .ajs-instagram-feed div.img-block:first-of-type {
      width: 28.6%; }
  #sec-instagram .ajs-instagram-feed div.img-block div.block {
    margin: 0;
    width: 100%;
    height: auto;
    border: none; }
    #sec-instagram .ajs-instagram-feed div.img-block div.block a {
      position: relative;
      display: block;
      float: left;
      width: 100%;
      height: 100%; }
      #sec-instagram .ajs-instagram-feed div.img-block div.block a .text {
        display: block;
        margin-left: 0;
        width: 100%;
        padding: 1em; }
        #sec-instagram .ajs-instagram-feed div.img-block div.block a .text > span {
          text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
          display: block;
          border: none; }
          #sec-instagram .ajs-instagram-feed div.img-block div.block a .text > span p {
            font-family: "Averta Regular", Helvetica, Arial, sans-serif;
            font-weight: normal;
            line-height: 1.25em; }
  #sec-instagram .ajs-instagram-feed div.img-block div img {
    float: left;
    position: static;
    width: 100%;
    max-width: 100%; }
  #sec-instagram .ajs-instagram-feed div.img-block div.slide-left:hover img {
    margin-left: 0; }
  #sec-instagram .ajs-instagram-feed .pad10 {
    display: none; }

.alm-reveal {
  float: left;
  width: 100%; }

.ajax-load-more-wrap {
  float: left;
  width: 100%;
  background: #FFF; }

.alm-reveal [class*="col-"] {
  display: inline-block;
  position: relative;
  padding: 0 20px; }

.alm-reveal div:nth-of-type(5) {
  clear: left; }

#news-sec .alm-reveal div:nth-of-type(5) {
  clear: none; }

.alm-ajax img {
  float: left; }

.alm-btn-wrap {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 40px; }

.alm-load-more-btn.more.done {
  cursor: default !important;
  color: #FFF;
  border-color: #A7A7A7 !important;
  background: #A7A7A7; }

.alm-load-more-btn.done:before {
  opacity: 1;
  color: #A7A7A7 !important;
  content: "Finished";
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  display: inline-block;
  width: 100%;
  padding: 9px 32px 9px 12px;
  background: #FFF; }

.alm-load-more-btn.done:after {
  color: #A7A7A7;
  content: "\f406";
  font-family: "Genericons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  position: absolute;
  top: 14px;
  right: -50px;
  z-index: 99;
  display: inline-block;
  width: 30px;
  height: 30px; }

.alm-load-more-btn.loading {
  /* border: 1px solid $brand-pink !important; */
  border-right: 35px solid #D60156 !important; }

/*
.alm-load-more-btn.loading:before {
  opacity: 1;
  content: "Loading";
  color: #FFF;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 9px 32px 9px 12px;
  background: $brand-pink;
}
*/
.alm-load-more-btn.loading:after {
  color: #FFF;
  content: "";
  position: absolute;
  top: 18px;
  right: -78px;
  z-index: 99;
  -moz-animation: three-quarters-loader 1250ms infinite linear;
  -webkit-animation: three-quarters-loader 1250ms infinite linear;
  animation: three-quarters-loader 1250ms infinite linear;
  border: 4px solid #FFF;
  border-right-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px; }

.entry-content .addtoany_share_save_container {
  margin: 2em 0 0 0; }

.mc4wp-form .mc4wp-form-fields {
  position: relative;
  float: left;
  width: 100%; }
.mc4wp-form p {
  display: inline-block;
  margin-bottom: 0;
  border: 1px solid #A7A7A7; }
  .mc4wp-form p.enter-email {
    width: 100%; }
  .mc4wp-form p:focus, .mc4wp-form p:hover {
    border: 1px solid #009ca6; }
.mc4wp-form input[type=email] {
  color: #A7A7A7;
  width: 100%;
  background: none; }
  .mc4wp-form input[type=email]::placeholder {
    color: #A7A7A7; }
.mc4wp-form input[type=submit] {
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  width: 40px !important;
  height: 40px;
  right: 1px;
  top: 1px;
  z-index: 0;
  background: #EDEDED; }
.mc4wp-form .button:focus input[type=submit], .mc4wp-form .button:hover input[type=submit] {
  color: #FFF; }
.mc4wp-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  width: 40px;
  background-color: #EDEDED;
  border-left: none;
  padding: 10px;
  border-color: #A7A7A7; }
  .mc4wp-form button:focus, .mc4wp-form button:hover {
    border-color: #009ca6; }
    .mc4wp-form button:focus:before, .mc4wp-form button:hover:before {
      background-color: #009ca6; }

.acf-map {
  width: 100%;
  height: 400px;
  border: 1px solid #EDEDED;
  /* margin: 20px 0; */ }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

#cookie-bar {
  /* color: #FFF; */
  text-align: center;
  height: auto;
  padding: 5px 10px;
  border: 1px solid #A7A7A7;
  background: #FFF;
  background: rgba(255, 255, 255, 0.85); }
  #cookie-bar.fixed {
    position: fixed;
    top: 0;
    right: -1px;
    width: auto; }
    #cookie-bar.fixed.bottom {
      bottom: -1px;
      top: auto; }
  #cookie-bar p, #cookie-bar a {
    font-size: 12px;
    /* font-size: 1.2rem; */ }
  #cookie-bar p {
    margin: 0;
    padding: 0; }
  #cookie-bar a {
    /* color: #FFF; */
    display: inline-block;
    /* border-radius: 3px; */
    text-decoration: underline;
    /* padding: 0 6px; */
    margin-left: 0.5em; }
    #cookie-bar a:focus, #cookie-bar a:hover {
      text-decoration: none; }

/*
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
*/
.embed-container {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

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

/*
 * Widgets
 * ----------------------------------------------------------------------------
 */
/*
 * Animated content
 * ----------------------------------------------------------------------------
 */
/* Global animations */
.animate-sec .anim-box {
  opacity: 1;
  /*R. King Amended to fix content not showing 3/5/19 */
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px); }
.animate-sec.active .anim-box {
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
  .animate-sec.active .anim-box.second, .animate-sec.active .anim-box:last-of-type {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s; }

/*
.animate-sec {

  .anim-box {
    opacity: 0;
    @include transition (all 0.25s ease-in);
    @include transform (translateY(-20px));
  }

  &.active {

    .anim-box {
      opacity: 1;
      @include transition (all 0.5s ease);
      @include transform (translateY(0));

      &:nth-of-type(2) {
        @include transition-delay (0.5s);
      }
    }
  }
}
*/
.item-matrix .inner a img {
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }
.item-matrix .inner a:focus img, .item-matrix .inner a:hover img {
  -webkit-transform: scale(1.025, 1.025);
  -moz-transform: scale(1.025, 1.025);
  -ms-transform: scale(1.025, 1.025);
  -o-transform: scale(1.025, 1.025);
  transform: scale(1.025, 1.025);
  /* @include transition-delay (0.25s); */ }

/* Header animations */
#menu-world-wide header, #menu-world-wide #mega-menu, #menu-world-wide .meta form {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
#menu-world-wide.active header {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s; }
#menu-world-wide.active #mega-menu, #menu-world-wide.active .meta {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s; }
#menu-world-wide.active .meta form {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  transition-delay: 0.75s; }
#menu-world-wide .top-level li .sub-level {
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  /* @include transition-delay (0.25s); */ }
#menu-world-wide .top-level li.active .sub-level {
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s; }

/* Animated slides */
.animate-sec.cycle-slide .anim-box {
  opacity: 0;
  /* padding: 30px; */
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px); }
.animate-sec.cycle-slide.cycle-slide-active.active .anim-box {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s; }
  .animate-sec.cycle-slide.cycle-slide-active.active .anim-box:nth-of-type(2) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    transition-delay: 0.75s; }

/* Animated hero (slides) */
#hero-slider .cycle-slide .bg-fade, #hero-slider .cycle-slide .content-wrapper, #hero-slider .cycle-slide .title, #hero-slider .cycle-slide .h2, #hero-slider .cycle-slide .button-wrap, #hero-slider .cycle-slide .caption {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
#hero-slider .cycle-slide .title, #hero-slider .cycle-slide .h2, #hero-slider .cycle-slide .button-wrap {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  /* @include transition(all 0.5s $ease-in-out-quad); */ }
#hero-slider .cycle-slide .bg-image {
  width: calc(100% +6rem);
  /* margin-right: 4em; */
  /* @include transform (scale( 1.05,1.05) translate3d(-2em,0,0 )); */
  /* @include transform (translate3d(2em,0,0 )); */
  -webkit-transition: all 5s linear;
  -moz-transition: all 5s linear;
  transition: all 5s linear; }
#hero-slider .cycle-slide .title:before, #hero-slider .cycle-slide .title:after {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
#hero-slider .cycle-slide .title:before {
  -webkit-transform: translate3d(-20px, -20px, 0);
  -moz-transform: translate3d(-20px, -20px, 0);
  -ms-transform: translate3d(-20px, -20px, 0);
  -o-transform: translate3d(-20px, -20px, 0);
  transform: translate3d(-20px, -20px, 0); }
#hero-slider .cycle-slide .title:after {
  -webkit-transform: translate3d(20px, 20px, 0);
  -moz-transform: translate3d(20px, 20px, 0);
  -ms-transform: translate3d(20px, 20px, 0);
  -o-transform: translate3d(20px, 20px, 0);
  transform: translate3d(20px, 20px, 0); }
#hero-slider .cycle-slide.active .bg-image {
  /* @include transform (scale( 1.05,1.05) translate3d(-4em,0,0 )); */
  -webkit-transform: translate3d(-2.5rem, 0, 0);
  -moz-transform: translate3d(-2.5rem, 0, 0);
  -ms-transform: translate3d(-2.5rem, 0, 0);
  -o-transform: translate3d(-2.5rem, 0, 0);
  transform: translate3d(-2.5rem, 0, 0);
  -webkit-transition: all 10s linear;
  -moz-transition: all 10s linear;
  transition: all 10s linear; }
#hero-slider .cycle-slide.active .bg-fade, #hero-slider .cycle-slide.active .content-wrapper, #hero-slider .cycle-slide.active .title, #hero-slider .cycle-slide.active .h2, #hero-slider .cycle-slide.active .button-wrap, #hero-slider .cycle-slide.active .caption {
  opacity: 1; }
#hero-slider .cycle-slide.active .bg-fade {
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  transition-delay: 0.75s; }
#hero-slider .cycle-slide.active .content-wrapper {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s; }
#hero-slider .cycle-slide.active .title, #hero-slider .cycle-slide.active .h2, #hero-slider .cycle-slide.active .button-wrap {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }
#hero-slider .cycle-slide.active .title {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s; }
  #hero-slider .cycle-slide.active .title:before, #hero-slider .cycle-slide.active .title:after {
    opacity: 1;
    -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);
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s; }
#hero-slider .cycle-slide.active .h2 {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s; }
#hero-slider .cycle-slide.active .button-wrap {
  -webkit-transition-delay: 2.25s;
  -moz-transition-delay: 2.25s;
  transition-delay: 2.25s; }
#hero-slider .cycle-slide.active .caption {
  -webkit-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  transition-delay: 2.5s; }
#hero-slider .scroll, #hero-slider .cycle-nav {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
#hero-slider .cycle-nav {
  background: none; }
#hero-slider .scroll {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px); }
#hero-slider.active .cycle-nav {
  opacity: 1;
  -webkit-transition-delay: 2.75s;
  -moz-transition-delay: 2.75s;
  transition-delay: 2.75s; }
#hero-slider.active .cycle-nav {
  background: rgba(0, 0, 0, 0.25); }
#hero-slider.active .scroll {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  transition-delay: 3s; }

/* Animated hero sections (pages) */
#hero-standard, .hero-content {
  /*
  &:before, &:after {
    opacity: 0;
    @include transition(all 0.5s $ease-in-out-quad);
  }
  */ }
  #hero-standard .intro, .hero-content .intro {
    opacity: 0;
    background: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #hero-standard .intro .hero-sub-title, #hero-standard .intro .title, .hero-content .intro .hero-sub-title, .hero-content .intro .title {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    #hero-standard .intro .title:before, #hero-standard .intro .title:after, .hero-content .intro .title:before, .hero-content .intro .title:after {
      opacity: 0;
      -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    #hero-standard .intro .title:before, .hero-content .intro .title:before {
      -webkit-transform: translate3d(-20px, -20px, 0);
      -moz-transform: translate3d(-20px, -20px, 0);
      -ms-transform: translate3d(-20px, -20px, 0);
      -o-transform: translate3d(-20px, -20px, 0);
      transform: translate3d(-20px, -20px, 0); }
    #hero-standard .intro .title:after, .hero-content .intro .title:after {
      -webkit-transform: translate3d(20px, 20px, 0);
      -moz-transform: translate3d(20px, 20px, 0);
      -ms-transform: translate3d(20px, 20px, 0);
      -o-transform: translate3d(20px, 20px, 0);
      transform: translate3d(20px, 20px, 0); }
  #hero-standard .caption, .hero-content .caption {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #hero-standard img, .hero-content img {
    -webkit-transition: all 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05); }
  #hero-standard.active .intro, .hero-content.active .intro {
    opacity: 1; }
    #hero-standard.active .intro .hero-sub-title, #hero-standard.active .intro .title, .hero-content.active .intro .hero-sub-title, .hero-content.active .intro .title {
      opacity: 1; }
    #hero-standard.active .intro .sub-heading, #hero-standard.active .intro .title, .hero-content.active .intro .sub-heading, .hero-content.active .intro .title {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    #hero-standard.active .intro .hero-sub-title, .hero-content.active .intro .hero-sub-title {
      -webkit-transition-delay: 0.25s;
      -moz-transition-delay: 0.25s;
      transition-delay: 0.25s; }
    #hero-standard.active .intro .title, .hero-content.active .intro .title {
      -webkit-transition-delay: 0.5s;
      -moz-transition-delay: 0.5s;
      transition-delay: 0.5s; }
      #hero-standard.active .intro .title:before, #hero-standard.active .intro .title:after, .hero-content.active .intro .title:before, .hero-content.active .intro .title:after {
        opacity: 1;
        -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);
        -webkit-transition-delay: 0.75s;
        -moz-transition-delay: 0.75s;
        transition-delay: 0.75s; }
  #hero-standard.active img, .hero-content.active img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  #hero-standard.active .intro, .hero-content.active .intro {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    #hero-standard.active .intro.no-thumb, .hero-content.active .intro.no-thumb {
      background: none; }
  #hero-standard.active .caption, .hero-content.active .caption {
    opacity: 1;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s; }

#sec-leadership .animate-sec .title:before, #sec-leadership .animate-sec .title:after {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
#sec-leadership .animate-sec .title:before {
  -webkit-transform: translate3d(-20px, -20px, 0);
  -moz-transform: translate3d(-20px, -20px, 0);
  -ms-transform: translate3d(-20px, -20px, 0);
  -o-transform: translate3d(-20px, -20px, 0);
  transform: translate3d(-20px, -20px, 0); }
#sec-leadership .animate-sec .title:after {
  -webkit-transform: translate3d(20px, 20px, 0);
  -moz-transform: translate3d(20px, 20px, 0);
  -ms-transform: translate3d(20px, 20px, 0);
  -o-transform: translate3d(20px, 20px, 0);
  transform: translate3d(20px, 20px, 0); }
#sec-leadership .animate-sec.active .title:before, #sec-leadership .animate-sec.active .title:after {
  opacity: 1;
  -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);
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s; }

/* Modal Overlay */
/*
.ajax-modal {

  .sl-draw-content .content,
  .sl-draw-content .inner:after {
    opacity: 0;
    @include transition (all 0.5s ease);
  }

  &.active {

    .sl-draw-content .content,
    .sl-draw-content .inner:after {
      opacity: 1;
    }

    .sl-draw-content .content {
      @include transition-delay (0.5s);
    }

    .sl-draw-content .inner:after {
      @include transition-delay (0.75s);
    }
  }
}
*/
/*
.panel-sec.active {

  .cycle-slide-active {

    .anim-box {
      @include transition (all 0.5s ease);
      @include transform(translateY(0));
      @include transition-delay (0.5s);
      opacity: 1;

      &:nth-of-type(2) {
        @include transition-delay (0.75s);
      }
    }
  }
}
*/
/*
 * Animated menu (small animations)
 * ----------------------------------------------------------------------------
 */
@-webkit-keyframes fadeIn {
  from {
    -webkit-transform: translateX(-20px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    opacity: 1; } }
@-moz-keyframes fadeIn {
  from {
    -moz-transform: translateX(-20px);
    opacity: 0; }
  to {
    -moz-transform: translateX(0);
    opacity: 1; } }
@keyframes fadeIn {
  from {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
.anim-menu li {
  opacity: 0; }
  .menu-active .anim-menu li:nth-child(1) {
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* @include animation-delay (0.15s); */
    -webkit-animation-delay: 0.02s;
    -moz-animation-delay: 0.02s;
    animation-delay: 0.02s; }
  .menu-active .anim-menu li:nth-child(2) {
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* @include animation-delay (0.15s); */
    -webkit-animation-delay: 0.04s;
    -moz-animation-delay: 0.04s;
    animation-delay: 0.04s; }
  .menu-active .anim-menu li:nth-child(3) {
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* @include animation-delay (0.15s); */
    -webkit-animation-delay: 0.06s;
    -moz-animation-delay: 0.06s;
    animation-delay: 0.06s; }
  .menu-active .anim-menu li:nth-child(4) {
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* @include animation-delay (0.15s); */
    -webkit-animation-delay: 0.08s;
    -moz-animation-delay: 0.08s;
    animation-delay: 0.08s; }
  .menu-active .anim-menu li:nth-child(5) {
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* @include animation-delay (0.15s); */
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .menu-active .anim-menu li:nth-child(6) {
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* @include animation-delay (0.15s); */
    -webkit-animation-delay: 0.12s;
    -moz-animation-delay: 0.12s;
    animation-delay: 0.12s; }
  .menu-active .anim-menu li:nth-child(7) {
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* @include animation-delay (0.15s); */
    -webkit-animation-delay: 0.14s;
    -moz-animation-delay: 0.14s;
    animation-delay: 0.14s; }
  .menu-active .anim-menu li:nth-child(8) {
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* @include animation-delay (0.15s); */
    -webkit-animation-delay: 0.16s;
    -moz-animation-delay: 0.16s;
    animation-delay: 0.16s; }
  .menu-active .anim-menu li:nth-child(9) {
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* @include animation-delay (0.15s); */
    -webkit-animation-delay: 0.18s;
    -moz-animation-delay: 0.18s;
    animation-delay: 0.18s; }
  .menu-active .anim-menu li:nth-child(10) {
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* @include animation-delay (0.15s); */
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .menu-active .anim-menu li:nth-child(11) {
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* @include animation-delay (0.15s); */
    -webkit-animation-delay: 0.22s;
    -moz-animation-delay: 0.22s;
    animation-delay: 0.22s; }
  .menu-active .anim-menu li:nth-child(12) {
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* @include animation-delay (0.15s); */
    -webkit-animation-delay: 0.24s;
    -moz-animation-delay: 0.24s;
    animation-delay: 0.24s; }
  .menu-active .anim-menu li:nth-child(13) {
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* @include animation-delay (0.15s); */
    -webkit-animation-delay: 0.26s;
    -moz-animation-delay: 0.26s;
    animation-delay: 0.26s; }
  .menu-active .anim-menu li:nth-child(14) {
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* @include animation-delay (0.15s); */
    -webkit-animation-delay: 0.28s;
    -moz-animation-delay: 0.28s;
    animation-delay: 0.28s; }
  .menu-active .anim-menu li:nth-child(15) {
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* @include animation-delay (0.15s); */
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .menu-active .anim-menu li:nth-child(16) {
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* @include animation-delay (0.15s); */
    -webkit-animation-delay: 0.32s;
    -moz-animation-delay: 0.32s;
    animation-delay: 0.32s; }
  .menu-active .anim-menu li:nth-child(17) {
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* @include animation-delay (0.15s); */
    -webkit-animation-delay: 0.34s;
    -moz-animation-delay: 0.34s;
    animation-delay: 0.34s; }
  .menu-active .anim-menu li:nth-child(18) {
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* @include animation-delay (0.15s); */
    -webkit-animation-delay: 0.36s;
    -moz-animation-delay: 0.36s;
    animation-delay: 0.36s; }
  .menu-active .anim-menu li:nth-child(19) {
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* @include animation-delay (0.15s); */
    -webkit-animation-delay: 0.38s;
    -moz-animation-delay: 0.38s;
    animation-delay: 0.38s; }
  .menu-active .anim-menu li:nth-child(20) {
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* @include animation-delay (0.15s); */
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s; }

.anim-menu li {
  /* @include transition (all 0.15s ease); */ }

#primary-navigation p, #primary-navigation p:after, #primary-navigation .menu {
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
#primary-navigation p:after {
  -webkit-transform: translate3d(-2em, 0, 0);
  -moz-transform: translate3d(-2em, 0, 0);
  -ms-transform: translate3d(-2em, 0, 0);
  -o-transform: translate3d(-2em, 0, 0);
  transform: translate3d(-2em, 0, 0); }
#primary-navigation.active p, #primary-navigation.active p:after, #primary-navigation.active .menu {
  opacity: 1; }
#primary-navigation.active p {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s; }
#primary-navigation.active p:after {
  -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);
  -webkit-transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s; }
#primary-navigation.active .menu {
  /* @include transition-delay (0.25s); */ }

/*
 * Fade in content
 * ----------------------------------------------------------------------------
 */
@-webkit-keyframes fadeContent {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeContent {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeContent {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.hero {
  -webkit-animation: fadeContent 0.25s;
  -moz-animation: fadeContent 0.25s;
  animation: fadeContent 0.25s; }

#main-site {
  -webkit-animation: fadeContent 0.5s;
  -moz-animation: fadeContent 0.5s;
  animation: fadeContent 0.5s; }

#cover, #cover-no-script {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%; }

#cover {
  display: block;
  background: #E0E0E0; }
  #cover:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    margin-top: -15px;
    margin-left: -15px;
    -moz-animation: three-quarters-loader 1250ms infinite linear;
    -webkit-animation: three-quarters-loader 1250ms infinite linear;
    animation: three-quarters-loader 1250ms infinite linear;
    border: 4px solid #3D1152;
    border-right-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: 30px;
    height: 30px; }

#cover-no-script {
  display: none;
  visibility: hidden;
  background: url("images/logo-phd-global.png") no-repeat center center #EDEDED; }
  #cover-no-script h1 {
    padding: 1em;
    text-align: center;
    color: #A7A7A7;
    width: 100%;
    background: #FFF;
    background: rgba(255, 255, 255, 0.75); }

/*
 * Media Queries + additional layout options.
 * ----------------------------------------------------------------------------
 */
html.no-scroll {
  overflow: hidden;
  background: #222; }
  html.no-scroll .hero, html.no-scroll #main-site {
    opacity: 0; }

.panel-sec .cycle-nav {
  z-index: 990; }

#cookie-bar {
  z-index: 991; }

#menu-world-wide {
  z-index: 995; }

#masthead {
  z-index: 996; }

#primary-navigation {
  z-index: 997; }

.reveal-modal-bg {
  z-index: 998; }

.reveal-modal {
  z-index: 999; }

.sl-draw-content .inner {
  min-height: 300px; }
.sl-draw-content .loading {
  top: 100px;
  margin-top: -15px;
  margin-left: -15px; }

#masthead {
  padding-left: 5%;
  padding-right: 5%; }

#hero-slider .content, #hero-standard .content {
  max-width: 1200px; }

#hero-standard, .hero-content {
  overflow: hidden;
  max-height: 440px; }
  #hero-standard .generic-news-bg, .hero-content .generic-news-bg {
    width: 100%;
    height: 440px; }
    #hero-standard .generic-news-bg.purple-bg, .hero-content .generic-news-bg.purple-bg {
      background: #3D1152; }
    #hero-standard .generic-news-bg.blue-bg, .hero-content .generic-news-bg.blue-bg {
      background: #009ca6; }
  #hero-standard img, .hero-content img {
    min-width: 1000px;
    width: 100%;
    margin: 0 auto; }

/*
#page-home {
  min-height: 800px;

  #news-sec {

    .item-matrix a {
      overflow: hidden;
      height: 348px;
      background: $web-grey-very-light;

      img {
        min-height: 348px;
        min-width: 348px;
      }
    }
  }
}
*/
section .hero-content {
  margin-top: 0; }

#news-sec .news-matrix .inner a {
  height: 350px;
  background: #EDEDED;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /* @include flex-direction(column); */
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  #news-sec .news-matrix .inner a img {
    min-width: 260px; }

#people-sec .item-matrix .inner {
  min-height: 435px; }

#sent-sec .outer-hover a {
  min-height: 300px; }

#testimonials-sec .slideshow {
  min-height: 330px;
  /* background: rgba(255, 0, 0, 0.1); */ }

#values-sec .inner {
  min-height: 510px;
  /* background: rgba(255, 0, 0, 0.1); */ }

#page-clients .clients__grid__item {
  width: 12.5%; }

/*
 * Max width 1440px
 * ----------------------------------------------------------------------------
 */
@media (min-width: 1440px) {
  .container {
    width: 1370px; } }
/*
 * Max width 1200px
 * ----------------------------------------------------------------------------
 */
@media (max-width: 1200px) {
  #menu-world-wide .mega-menu > .top-level li .sub-menu {
    -webkit-columns: 200px;
    -moz-columns: 200px;
    columns: 200px;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em; }

  #hero-slider .content-wrapper .inner-content {
    padding-left: 10%;
    padding-right: 10%; }

  #sec-leadership .entry-content {
    padding: 7%; }

  #sent-sec .carousel-wrap .car-item p {
    padding: 0; }

  #people-sec .item-matrix .inner {
    min-height: 295px; }

  #people-sec .item-matrix .car-item a .block {
    height: 30%; }

  #projects-sec .item-matrix a .block {
    height: 30%; }

  .entry-content.sub {
    padding-left: 0;
    padding-right: 0; }

  #meta-search .container > div {
    padding-left: 1em;
    padding-right: 1em; }
    #meta-search .container > div:nth-child(1), #meta-search .container > div:nth-child(2) {
      margin-bottom: 1em; }

  #page-contact .map {
    padding-left: 2em; } }
/*
 * Max width 991px
 * ----------------------------------------------------------------------------
 */
@media (max-width: 991px) {
  /* Type (font sizes) */
  .title {
    font-size: 48px;
    /* font-size: 4.8rem; */ }

  .hero-sub-title {
    font-size: 16px;
    /* font-size: 1.6rem; */ }

  #values-sec .title {
    font-size: 104px;
    /* font-size: 10.40rem; */ }

  .sub-title, .intro blockquote p {
    font-size: 36px;
    /* font-size: 3.6rem; */ }

  blockquote p, .entry-content blockquote p {
    font-size: 24px;
    /* font-size: 2.4rem; */ }

  /* Text alignment */
  #page-about #intro-sec article,
  #story-sec .entry-content {
    text-align: center; }

  /* Layout adjustments */
  .anchor-waypoint {
    top: 50px !important; }

  #story-sec .entry-content {
    padding-right: 0;
    margin-bottom: 2em; }

  #page-about, #page-services, #page-views #intro-sec, #sec-block-ctas, #hugs-sec {
    text-align: center; }
    #page-about .col-left, #page-about .col-right, #page-services .col-left, #page-services .col-right, #page-views #intro-sec .col-left, #page-views #intro-sec .col-right, #sec-block-ctas .col-left, #sec-block-ctas .col-right, #hugs-sec .col-left, #hugs-sec .col-right {
      float: left;
      width: 100%; }
    #page-about .col-left, #page-services .col-left, #page-views #intro-sec .col-left, #sec-block-ctas .col-left, #hugs-sec .col-left {
      padding-right: 0;
      margin-bottom: 1.5em; }
    #page-about .col-right, #page-services .col-right, #page-views #intro-sec .col-right, #sec-block-ctas .col-right, #hugs-sec .col-right {
      padding-left: 0; }

  #page-about #intro-sec .intro {
    padding-left: 0;
    padding-right: 0; }

  /* General content */
  #menu-world-wide {
    overflow-y: scroll;
    background: #222; }
    #menu-world-wide .meta {
      text-align: center; }
      #menu-world-wide .meta input[type="checkbox"], #menu-world-wide .meta label {
        display: inline-block;
        float: none; }

  #people-sec .item-matrix .inner {
    min-height: 10px; }

  .text-col-2,
  #intro-sec .text-col-2 {
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em; }

  #intro-sec .text-col-2,
  .entry-content.sub {
    padding: 0; }

  .sl-draw-main {
    padding: 2em; }
    .sl-draw-main .sl-draw-content {
      padding: 2em; }

  .sl-draw-content .inner {
    max-width: 100%; }

  .caption {
    font-size: 12px;
    /* font-size: 1.2rem; */ }

  #menu-world-wide .content {
    padding: 0; }
  #menu-world-wide .top-level {
    background: #555;
    background: rgba(85, 85, 85, 0.9); }
  #menu-world-wide .mega-menu > .top-level {
    display: block; }
    #menu-world-wide .mega-menu > .top-level li a {
      color: #009ca6; }
    #menu-world-wide .mega-menu > .top-level li.active a {
      color: #009ca6; }
    #menu-world-wide .mega-menu > .top-level li.menu-item-has-children {
      width: 100%; }
      #menu-world-wide .mega-menu > .top-level li.menu-item-has-children > a {
        font-size: 19px; }
      #menu-world-wide .mega-menu > .top-level li.menu-item-has-children:after {
        display: none !important; }
  #menu-world-wide .mega-menu .top-level li.menu-item-has-children .sub-menu {
    display: none;
    position: static;
    padding: 1em;
    -webkit-columns: 100px;
    -moz-columns: 100px;
    columns: 100px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    /* background: rgba(0,0,0,0.15); */ }
    #menu-world-wide .mega-menu .top-level li.menu-item-has-children .sub-menu li {
      margin-bottom: 0; }
      #menu-world-wide .mega-menu .top-level li.menu-item-has-children .sub-menu li a {
        color: #FFF;
        font-size: 14px;
        text-align: center; }
  #menu-world-wide .mega-menu .top-level li.menu-item-has-children:focus > .sub-menu, #menu-world-wide .mega-menu .top-level li.menu-item-has-children:hover > .sub-menu {
    display: none; }
  #menu-world-wide .mega-menu .top-level li.menu-item-has-children.open .sub-menu {
    display: block; }
  #menu-world-wide .meta {
    position: static; }

  #hero-standard img, .hero-content img {
    position: relative;
    left: 50%;
    margin-left: -500px; }

  #hero-slider .content-wrapper .inner-content {
    padding-left: 5%;
    padding-right: 5%; }

  #sec-work-phd .item {
    float: left;
    width: 50%; }

  #page-culture .our-promise, #page-culture .our-way, #page-culture .diversity-content, #page-culture .diversity-logo {
    float: left;
    min-height: 10px;
    /* padding: 5%; */ }
    #page-culture .our-promise:after, #page-culture .our-way:after, #page-culture .diversity-content:after, #page-culture .diversity-logo:after {
      width: 50px;
      height: 50px; }
  #page-culture #sec-block-diversity:after, #page-culture #sec-block-diversity:before {
    width: 50px;
    height: 50px; }
  #page-culture #sec-block-diversity .diversity-content, #page-culture #sec-block-diversity .diversity-logo {
    padding-top: 7.5%; }
  #page-culture #sec-block-diversity .diversity-logo img {
    padding-top: 0;
    width: 75%; }
  #page-culture #sec-block-diversity h2.sub-title {
    font-size: 30px; }

  #sec-instagram .ajs-instagram-feed div.img-block div.block a .text {
    display: none; }

  #page-views .intro {
    padding-left: 0;
    padding-right: 0; }

  #page-single .col-left {
    float: left;
    width: 100%;
    padding-right: 0;
    margin-bottom: 2em; }
  #page-single .col-right {
    float: left;
    width: 100%;
    padding-left: 0; }

  #services-matrix li {
    width: 33.333%; }

  #primary-sidebar {
    padding-top: 2em;
    border: none;
    border-top: 4px solid #07A7B5; }
    #primary-sidebar .sidebar-meta, #primary-sidebar .sidebar-news {
      width: 50%; }
    #primary-sidebar .sidebar-meta {
      padding-right: 1em; }
    #primary-sidebar .sidebar-news {
      padding-left: 1em; }

  #page-contact .map {
    padding-left: 0; }

  #office-details .container .local-time {
    position: static;
    margin-bottom: 1em; }

  #page-clients .clients__grid__item {
    width: 25%; } }
/*
 * Max width 767px
 * ----------------------------------------------------------------------------
 */
@media (max-width: 767px) {
  /* Type (font sizes) */
  body {
    font-size: 15px;
    /* font-size: 1.5rem; */ }

  h1, .h1 {
    font-size: 23px;
    /* font-size: 2.3rem; */ }

  h2, .h2 {
    font-size: 20px;
    /* font-size: 2rem; */ }

  h3, .h3 {
    font-size: 18px;
    /* font-size: 1.8rem; */ }

  h4, .h4 {
    font-size: 17px;
    /* font-size: 1.7rem; */ }

  h5, .h5 {
    font-size: 16px;
    /* font-size: 1.6rem; */ }

  #values-sec .title {
    font-size: 74px;
    /* font-size: 7.4rem; */
    line-height: 1em; }

  .sub-title, .intro blockquote p {
    font-size: 28px;
    /* font-size: 2.8rem; */ }

  blockquote p, .entry-content blockquote p {
    font-size: 20px;
    /* font-size: 2rem; */ }
  blockquote cite, blockquote small, .entry-content blockquote cite, .entry-content blockquote small {
    font-size: 12px;
    /* font-size: 1.2rem; */ }
  blockquote.large p, .entry-content blockquote.large p {
    font-size: 30px;
    /* font-size: 3rem; */ }

  /* General content */
  .panel-sec .cycle-nav {
    width: 45px;
    height: 45px; }

  .cycle-nav-wrap {
    text-align: center;
    margin-top: 1.5em; }
    .cycle-nav-wrap .cycle-nav {
      position: static;
      display: inline-block; }

  #values-sec .cycle-nav-wrap {
    position: absolute;
    z-index: 990;
    left: 0;
    bottom: 3em;
    width: 100%; }
  #values-sec .cycle-slideshow .item .inner {
    padding: 4em 0 8em 0; }
  #values-sec .cycle-slideshow .item .content {
    padding: 0; }

  .container {
    padding-left: 5%;
    padding-right: 5%; }

  #sec-leadership .entry-content {
    padding: 5%; }

  .col-left {
    float: left;
    width: 100%;
    padding-right: 0 !important;
    margin-bottom: 2em; }

  .col-right {
    float: left;
    width: 100%;
    padding-left: 0 !important; }

  .ajax-modal .sl-draw-content .inner:after {
    width: 100px;
    height: 100px; }

  #masthead #menu-world-wide {
    position: absolute;
    top: 60px; }

  #hero-standard .intro, .hero-content .intro {
    padding: 0 5%; }

  .hero .caption {
    display: none; }

  #hero-slider .scroll {
    display: none !important; }
  #hero-slider .content-wrapper .inner-content .h2 {
    display: none; }

  #testimonials-sec:before {
    width: 50px;
    height: 50px; }

  .sl-draw-main .sl-draw-content:after {
    width: 100px;
    height: 100px; }

  #sec-leadership .panel-sec.left .image, #sec-leadership .panel-sec.right .image {
    position: static;
    width: 100%; }
  #sec-leadership .panel-sec.left .main-content, #sec-leadership .panel-sec.right .main-content {
    float: left;
    width: 100%; }
  #sec-leadership .panel-sec {
    display: table;
    width: 100%; }
    #sec-leadership .panel-sec .image, #sec-leadership .panel-sec .main-content {
      float: none; }
    #sec-leadership .panel-sec .image {
      display: table-header-group; }
    #sec-leadership .panel-sec .main-content {
      display: table-footer-group; }
  #sec-leadership .bg-image {
    position: relative;
    height: 400px; }
  #sec-leadership .image {
    /* height: 300px; */ }
    #sec-leadership .image img {
      display: none;
      /* min-width: 10px; */ }
  #sec-leadership .panel-sec.right .bg-image:before, #sec-leadership .bg-image:before {
    top: auto;
    left: auto;
    bottom: 0;
    right: 50%;
    margin: 0 -12px -13px 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

  #family-sec .entry-content > blockquote {
    width: 100%;
    float: none;
    text-align: center; }
  #family-sec .entry-content > div {
    width: 100%;
    float: none;
    text-align: center; }
    #family-sec .entry-content > div article {
      text-align: center !important; }

  #testimonials-sec .thumb {
    display: none; }

  #office-details .main-details, #office-details .sub-details, #office-details .map {
    float: left;
    width: 100%; }
  #office-details .map {
    padding-left: 0; }
  #office-details .mod-item {
    min-height: 10px; }

  .sidebar-news small {
    font-size: 13px;
    line-height: 1.25em; }

  #office-search .col-left.small {
    margin-bottom: 0.5em; }

  #footer-sec #footer .sm-toolbox {
    margin-top: 0; }
    #footer-sec #footer .sm-toolbox ul {
      float: left; }
      #footer-sec #footer .sm-toolbox ul li:first-of-type {
        padding-left: 0; }
      #footer-sec #footer .sm-toolbox ul .genericon:before {
        font-size: 22px; }
  #footer-sec #footer .footer-detail .address p:last-of-type {
    margin-top: 1em; }
  #footer-sec #footer .sm-toolbox ul li .genericon:before {
    font-size: 20px; }
  #footer-sec .site-ref, #footer-sec .copyright {
    margin-left: -10px; }
  #footer-sec #sign-off {
    text-align: left;
    margin-top: 1.5em;
    padding-top: 0; }
  #footer-sec #trust-seal {
    margin-top: 15px;
    position: initial; }

  #people-sec .carousel.disabled .car-item {
    width: 100% !important;
    display: block !important; }

  body.custom-logo #masthead .site-detail {
    width: 100%;
    float: none;
    overflow: hidden;
    padding-bottom: 10px; }
    body.custom-logo #masthead .site-detail a.logo {
      width: 100%; }
      body.custom-logo #masthead .site-detail a.logo h1 {
        text-align: center; }
        body.custom-logo #masthead .site-detail a.logo h1 img {
          top: 0px; }
        body.custom-logo #masthead .site-detail a.logo h1 img.responsive {
          display: inline; }
  body.custom-logo #button-primary-menu {
    margin-top: 0;
    top: 70px;
    right: 10px;
    position: absolute; }
  body.custom-logo #menu-world-wide {
    top: 120px; }

  #page-clients .clients__grid__item {
    width: 33%; } }
/*
 * Max width 480px
 * ----------------------------------------------------------------------------
 */
@media (max-width: 480px) {
  /* Type (font sizes) */
  body {
    font-size: 14px; }

  h1, .h1 {
    font-size: 21px; }

  h2, .h2 {
    font-size: 18px; }

  h3, .h3 {
    font-size: 17px; }

  h4, .h4 {
    font-size: 16px; }

  h5, .h5 {
    font-size: 15px; }

  #values-sec .title {
    font-size: 64px; }

  .title {
    font-size: 26px; }

  blockquote p, .entry-content blockquote p {
    font-size: 20px; }
  blockquote cite, blockquote small, .entry-content blockquote cite, .entry-content blockquote small {
    font-size: 11px; }
  blockquote.large p, .entry-content blockquote.large p {
    font-size: 24px; }

  .sub-title, .intro blockquote p {
    font-size: 20px; }

  #primary-navigation .nav-menu-wrap .nav-menu li a {
    font-size: 20px; }

  /* Layout adjustment */
  #sec-work-phd .item a {
    min-height: 300px; }

  #menu-world-wide {
    top: 60px; }

  #cookie-bar.fixed.bottom {
    text-align: center;
    width: 101%;
    border-left: none;
    padding: 1px 2px; }
    #cookie-bar.fixed.bottom p {
      font-size: 11px; }

  .sl-draw-content .inner {
    padding: 2em; }

  /* General content */
  .button, button {
    text-align: left;
    width: 90%; }

  .button-wrap a:nth-child(2) {
    margin-left: 0;
    margin-top: 1em; }

  .sl-draw-content .inner .button-wrap.small a:nth-child(2) {
    margin-top: 0;
    margin-left: 10px; }

  .text-col-2, #intro-sec .text-col-2 {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0em;
    -moz-column-gap: 0em;
    column-gap: 0em; }

  .genericon {
    width: 24px;
    height: 24px; }
    .genericon:before {
      font-size: 24px; }

  .genericon-close-alt {
    width: 18px;
    height: 18px; }
    .genericon-close-alt:before {
      font-size: 18px; }

  .panel-sec {
    padding-top: 2em;
    padding-bottom: 2em; }
    .panel-sec.intro {
      padding-bottom: 2em; }

  .text-col-2, #intro-sec .text-col-2 {
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em; }

  .item-matrix .inner {
    width: 100%; }

  .ajax-modal .sl-draw-content .inner:after {
    width: 50px;
    height: 50px; }

  #people-sec .item-matrix .car-item a .block {
    height: 25%; }

  body:not(.custom-logo) #masthead {
    min-height: 60px; }
    body:not(.custom-logo) #masthead .site-detail {
      margin-top: 0; }
      body:not(.custom-logo) #masthead .site-detail a.logo {
        top: 0;
        width: 60px; }
      body:not(.custom-logo) #masthead .site-detail a.drop-menu {
        margin-top: 18px;
        padding-left: 10px; }
        body:not(.custom-logo) #masthead .site-detail a.drop-menu i:before {
          top: -2px; }
    body:not(.custom-logo) #masthead #button-primary-menu {
      top: 0;
      right: 0;
      width: 40px;
      height: 40px; }
      body:not(.custom-logo) #masthead #button-primary-menu .genericon {
        top: 7px;
        left: 7px; }
    body:not(.custom-logo) #masthead .site-translations {
      padding-right: 5px;
      margin-top: 2px; }

  #button-world-menu-close {
    margin: 8px -5px 0 0; }

  #primary-navigation #button-primary-close {
    top: 2em;
    right: 2em; }
  #primary-navigation .nav-menu-wrap {
    width: 90%;
    padding: 2em; }

  #menu-world-wide .meta label {
    font-size: 11px;
    /* font-size: 1.1rem; */ }

  .sl-draw-main .sl-draw-content .close {
    top: 2em;
    right: 2em; }

  #hero-slider .content-wrapper .inner-content {
    margin-top: -120px; }
  #hero-slider .panel-sec .hero-nav-wrap {
    text-align: center;
    position: absolute;
    bottom: 7.5%;
    left: 0;
    z-index: 990;
    width: 100%; }
  #hero-slider .cycle-nav {
    position: static;
    display: inline-block;
    margin: 0 0.5em; }
  #hero-slider .slideshow .cycle-slideshow {
    margin-top: 60px; }
  #hero-slider .content-wrapper .inner-content .button-wrap {
    margin-top: 1em; }
  #hero-slider .content-wrapper .inner-content .title {
    max-width: 90%;
    padding: 15px; }
    #hero-slider .content-wrapper .inner-content .title:before, #hero-slider .content-wrapper .inner-content .title:after {
      width: 35px;
      height: 35px;
      border-width: 15px; }
    #hero-slider .content-wrapper .inner-content .title:before {
      top: -10px;
      left: -10px; }
    #hero-slider .content-wrapper .inner-content .title:after {
      bottom: -10px;
      right: -10px; }

  #hero-standard {
    margin-top: 60px; }

  section .hero-content {
    margin-top: 0; }

  #testimonials-sec .quote-mark {
    top: 0; }

  #meta-search .container > div {
    width: 100%;
    margin-bottom: 1em; }
    #meta-search .container > div:last-child {
      margin-bottom: 0; }

  .item-matrix .inner {
    width: 100%; }

  #services-matrix li {
    width: 50%; }

  #page-services .panel-sec.standard blockquote p:last-of-type {
    margin-bottom: 0; }

  #primary-sidebar .sidebar-meta, #primary-sidebar .sidebar-news {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  #sec-instagram .ajs-instagram-feed div.img-block {
    display: none; }
    #sec-instagram .ajs-instagram-feed div.img-block:nth-child(1), #sec-instagram .ajs-instagram-feed div.img-block:nth-child(2), #sec-instagram .ajs-instagram-feed div.img-block:nth-child(3) {
      display: block;
      width: 33.3333%; }

  #sign-off .site-ref, #sign-off .copyright {
    margin-left: -10px;
    /*
          span {
            display: block;
            border: none;
            margin-bottom: -2.5px;
          }
    */ }
  #sign-off .site-ref {
    margin-bottom: 0.5em; }

  .page-single .title {
    font-size: 1.5rem !important;
    margin-bottom: 15px !important; }

  #page-clients .clients__grid__item {
    width: 50%; } }
/*
 * Max width 400px
 * ----------------------------------------------------------------------------
 */
@media (max-width: 400px) {
  #footer-sec #footer .sm-toolbox {
    margin-top: 15px; }

  #sign-off .site-ref a {
    border: none; }

  #people-sec .item-matrix .car-item a .block {
    height: 28%; } }
/*
 * Print
 * ----------------------------------------------------------------------------
 */
@media print {
  body {
    color: #000;
    font-size: 13pt;
    background: none !important; } }

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