/*
Theme Name: Orbis
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: G&T
Author URI: https://wordpress.org/
Description: Orbis
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: orbis

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* -----------------------
 Colours
-------------------------*/
/* -----------------------
 Fonts
-------------------------*/
@font-face {
  font-family: 'Orbis Light';
  src: url("fonts/montserrat-light-webfont.woff2") format("woff2"), url("fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Orbis Extra Light';
  src: url("fonts/montserrat-extra-light.otf") format("otf"), url("fonts/montserrat-extra-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Orbis Bold';
  src: url("fonts/montserrat-bold-webfont.woff2") format("woff2"), url("fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Orbis Regular';
  src: url("fonts/montserrat-regular-webfont.woff2") format("woff2"), url("fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Orbis Italic';
  src: url("fonts/georgia-italic.ttf") format("ttf"), url("fonts/georgia-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* -----------------------
 Resets
-------------------------*/
/* line 63, scss/styles/_base.scss */
* {
  margin: 0;
}

/* line 67, scss/styles/_base.scss */
body {
  padding: 0px !important;
}

/* line 69, scss/styles/_base.scss */
html, body {
  height: 100%;
  font-family: "Orbis Regular","Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 73, scss/styles/_base.scss */
img {
  max-width: 100%;
}

/* line 75, scss/styles/_base.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 83, scss/styles/_base.scss */
.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
/* line 85, scss/styles/_base.scss */
* html .clearfix {
  height: 1%;
}

/* line 86, scss/styles/_base.scss */
.clearfix {
  display: block;
}

/* close commented backslash hack */
/* -----------------------
 Headers and body text
-------------------------*/
/* line 94, scss/styles/_base.scss */
p {
  font-family: "Orbis regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 98, scss/styles/_base.scss */
.fuschia {
  color: #D0006F;
}

/* line 99, scss/styles/_base.scss */
.navy-text {
  color: #002a4f;
}

/* line 101, scss/styles/_base.scss */
h1 {
  font-weight: 100 !important;
  line-height: 1.2em;
}

/* line 103, scss/styles/_base.scss */
a {
  -webkit-transition: color ease-out 0.4s;
  -moz-transition: color ease-out 0.4s;
  transition: color ease-out 0.4s;
}

/* line 105, scss/styles/_base.scss */
h2 {
  text-transform: uppercase;
  font-family: 'Orbis Extra Light';
  color: #002a4f;
  font-weight: 100 !important;
  letter-spacing: 3px;
  line-height: 1.2em !important;
}

/* line 114, scss/styles/_base.scss */
h4 {
  font-family: 'Orbis Regular';
  color: #002a4f;
}

/* line 119, scss/styles/_base.scss */
blockquote {
  display: block;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  float: left;
  font-family: 'Orbis Italic';
  font-size: 4em;
  color: #fff;
  quotes: '"' '"';
  letter-spacing: 2px;
}
/* line 130, scss/styles/_base.scss */
blockquote:before {
  font-family: 'Orbis Bold';
  color: #D0006F;
  content: open-quote;
  font-size: 1em;
  width: 5%;
  display: block;
  float: left;
}
@media (min-width: 992px) {
  /* line 130, scss/styles/_base.scss */
  blockquote:before {
    font-size: 1.5em;
  }
}
/* line 150, scss/styles/_base.scss */
blockquote:after {
  font-family: 'Orbis Bold';
  color: #D0006F;
  content: close-quote;
  font-size: 1em;
  width: 5%;
  display: block;
  float: left;
}
@media (min-width: 992px) {
  /* line 150, scss/styles/_base.scss */
  blockquote:after {
    font-size: 1.5em;
  }
}

/* -----------------------
 Block elements
-------------------------*/
/* line 173, scss/styles/_base.scss */
section.navy {
  background-color: #002a4f;
  color: #fff;
}
/* line 176, scss/styles/_base.scss */
section.navy h1, section.navy h2, section.navy h3, section.navy h4, section.navy h5 {
  color: #fff;
}

/* line 181, scss/styles/_base.scss */
.container {
  /* Big Screen Overrides! */
}
@media screen and (min-width: 1400px) {
  /* line 181, scss/styles/_base.scss */
  .container {
    width: 1370px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 181, scss/styles/_base.scss */
  .container {
    width: 1570px;
  }
}
@media screen and (min-width: 1900px) {
  /* line 181, scss/styles/_base.scss */
  .container {
    width: 1720px;
  }
}

/* line 199, scss/styles/_base.scss */
.blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: #000;
  opacity: 0.3;
  z-index: -1;
}

/* line 212, scss/styles/_base.scss */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  font-family: "Orbis Light","Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
/* line 219, scss/styles/_base.scss */
header a {
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  /* line 226, scss/styles/_base.scss */
  header .navbar-right {
    width: 15%;
  }
}
/* line 231, scss/styles/_base.scss */
header .navbar {
  margin-bottom: 0px;
  padding: 5px 0px;
}
@media (min-width: 992px) and (max-width: 1300px) {
  /* line 231, scss/styles/_base.scss */
  header .navbar {
    padding: 15px 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  /* line 240, scss/styles/_base.scss */
  header .navbar .navbar-header {
    width: 15%;
  }
}
@media (min-width: 1300px) {
  /* line 240, scss/styles/_base.scss */
  header .navbar .navbar-header {
    width: 15%;
  }
}
@media (max-width: 1199px) {
  /* line 249, scss/styles/_base.scss */
  header .navbar .navbar-collapse {
    padding: 20px 15px;
    background: #002a4f;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  /* line 249, scss/styles/_base.scss */
  header .navbar .navbar-collapse {
    /*            width: 90%;
                float: left;
                padding: 0px;*/
  }
}
/* line 264, scss/styles/_base.scss */
header .navbar .navbar-collapse .navbar-nav {
  padding: 0;
  margin: 0;
}
/* line 268, scss/styles/_base.scss */
header .navbar .navbar-collapse .navbar-nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 49%;
  margin-right: 1%;
  float:none;
}
/* line 273, scss/styles/_base.scss */
header .navbar .navbar-collapse .navbar-nav li:last-child {
  border-bottom: none;
}
/* line 274, scss/styles/_base.scss */
header .navbar .navbar-collapse .navbar-nav li.current_page_item {
  background: #D0006F;
}
/* line 276, scss/styles/_base.scss */
header .navbar .navbar-collapse .navbar-nav li.current_page_item a {
  color: #fff;
  width: fit-content;
}
/* line 281, scss/styles/_base.scss */
header .navbar .navbar-collapse .navbar-nav li.current_page_item:hover a {
  color: #002a4f;
}
/* line 284, scss/styles/_base.scss */
header .navbar .navbar-collapse .navbar-nav li a {
  padding: 14px 10px;
  color: #002a4f;
}
@media (max-width: 480px) {
  /* line 284, scss/styles/_base.scss */
  header .navbar .navbar-collapse .navbar-nav li a {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  /* line 293, scss/styles/_base.scss */
  header .navbar .navbar-collapse .navbar-nav li {
    width: 32%;
  }
}
@media (min-width: 1199px) {
  /* line 264, scss/styles/_base.scss */
  header .navbar .navbar-collapse .navbar-nav {
    margin: 0;
    width: 70%;
    text-align: center;
  }
  /* line 304, scss/styles/_base.scss */
  header .navbar .navbar-collapse .navbar-nav li {
    width: auto;
    margin-right: 0;
    border: none;
    text-align: center;
    display: inline-block;
    vertical-align:middle;
  }
  /* line 309, scss/styles/_base.scss */
  header .navbar .navbar-collapse .navbar-nav li:hover a {
    color: #002a4f;
  }
  /* line 311, scss/styles/_base.scss */
  header .navbar .navbar-collapse .navbar-nav li.current_page_item, header .navbar .navbar-collapse .navbar-nav li.current-menu-item {
    background: none;
  }
  /* line 313, scss/styles/_base.scss */
  header .navbar .navbar-collapse .navbar-nav li.current_page_item a, header .navbar .navbar-collapse .navbar-nav li.current-menu-item a {
    border-bottom: 3px solid #D0006F;
    box-sizing: content-box;
  }
  /* line 318, scss/styles/_base.scss */
  header .navbar .navbar-collapse .navbar-nav li a {
    padding: 10px 19px;
    color: #fff;
    border-bottom: 3px solid transparent;
    width: fit-content;
  }
}
@media (min-width: 1200px) {
  /* line 264, scss/styles/_base.scss */
  header .navbar .navbar-collapse .navbar-nav {
    padding-top: 15px;
    width: 70%;
    margin: 0;
  }
}
@media (max-width:1583px){
    header .navbar .navbar-collapse .navbar-nav li {
      width: auto;
      margin-right: 0;
      border: none;
      text-align: center;
  }
}
@media (max-width:1400px){
    header .navbar .navbar-collapse .navbar-nav li {
      width: auto;
      margin-right: 0;
      border: none;
      text-align: center;
  }
  header .navbar .navbar-collapse .navbar-nav li a {
    padding: 10px 5px;
    color: #fff;
    border-bottom: 3px solid transparent;
    width: fit-content;
  }
}
/* line 336, scss/styles/_base.scss */
header .navbar .navbar-toggle {
  border: none;
  background: transparent !important;
  margin: 15px 0px 10px 0px;
}
/* line 341, scss/styles/_base.scss */
header .navbar .navbar-toggle:hover {
  background: transparent !important;
}
/* line 345, scss/styles/_base.scss */
header .navbar .navbar-toggle .icon-bar {
  width: 30px;
  height: 4px;
  background-color: #D0006F;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 351, scss/styles/_base.scss */
header .navbar .navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform: rotate(45deg);
  -ms-transform-origin: 10% 10%;
}
/* line 359, scss/styles/_base.scss */
header .navbar .navbar-toggle .middle-bar {
  opacity: 0;
}
/* line 362, scss/styles/_base.scss */
header .navbar .navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform: rotate(-45deg);
  -ms-transform-origin: 10% 90%;
}
/* line 373, scss/styles/_base.scss */
header .navbar .navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
}
/* line 379, scss/styles/_base.scss */
header .navbar .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
/* line 382, scss/styles/_base.scss */
header .navbar .navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
}
/* line 394, scss/styles/_base.scss */
header .navbar .company-group {
  display: none;
}
@media (min-width: 1199px) {
  /* line 394, scss/styles/_base.scss */
  header .navbar .company-group {
    position: inherit;
    top: 0;
    margin-left: 25px;
    display: none;
  }
}
@media (min-width: 1600px) {
  /* line 394, scss/styles/_base.scss */
  header .navbar .company-group {
    margin-left: 50px;
  }
}
/* line 407, scss/styles/_base.scss */
header .navbar .company-group-blue {
  width: 150px;
  margin-top: 25px;
  display: none;
}
/* line 412, scss/styles/_base.scss */
header .navbar .company-group-white {
  width: 150px;
  margin-top: 25px;
  display: inline-block;
}
/* line 418, scss/styles/_base.scss */
header .navbar .navbar-brand {
  height: 80px;
  padding: 10px 0px;
  max-width: 145px;
}
@media (max-width: 992px) {
  /* line 418, scss/styles/_base.scss */
  header .navbar .navbar-brand {
    width: 145px;
  }
}
/* line 423, scss/styles/_base.scss */
header .navbar .navbar-brand svg {
  width: 100%;
  height: 100%;
}
/* line 427, scss/styles/_base.scss */
header .navbar .navbar-brand svg.navy path.text {
  fill: #172A53;
}
/* line 430, scss/styles/_base.scss */
header .navbar .navbar-brand svg.navy rect.text {
  fill: #172A53;
}
/* line 439, scss/styles/_base.scss */
header.fade-in {
  background-color: #002a4f/*#fff*/;
}
/* line 441, scss/styles/_base.scss */
header.fade-in .company-group-blue {
  display: inline-block;
}
/* line 444, scss/styles/_base.scss */
header.fade-in .company-group-white {
  display: none;
}
/* line 451, scss/styles/_base.scss */
header.fade-in .navbar-collapse .navbar-nav li.current_page_item a, header.fade-in .navbar-collapse .navbar-nav li.current-menu-item a {
  color: #002a4f;/*#fff*/
  width: fit-content;
}
@media (min-width: 768px) {
  /* line 451, scss/styles/_base.scss */
  header.fade-in .navbar-collapse .navbar-nav li.current_page_item a, header.fade-in .navbar-collapse .navbar-nav li.current-menu-item a {
    color: #fff;/*#002a4f;*/
  }
}
/* line 453, scss/styles/_base.scss */
header.fade-in .navbar-collapse .navbar-nav li a {
  color: #fff;/*#002a4f;*/
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 465, scss/styles/_base.scss */
  header .navbar-toggle {
    display: block;
  }
  /* line 468, scss/styles/_base.scss */
  header .navbar-collapse.collapse {
    display: none !important;
  }
  /* line 471, scss/styles/_base.scss */
  header .navbar-collapse.collapse.in {
    display: block !important;
  }
  /* line 474, scss/styles/_base.scss */
  header .navbar-header .collapse, header .navbar-toggle {
    display: block !important;
  }
  /* line 477, scss/styles/_base.scss */
  header .navbar-header {
    float: none;
  }
}

/* -----------------------
 Slick fixes for outlines
-------------------------*/
/* line 488, scss/styles/_base.scss */
.slick-slide {
  outline: none;
}
/* line 490, scss/styles/_base.scss */
.slick-slide a {
  outline: none !important;
}

/* line 495, scss/styles/_base.scss */
.slick-list {
  outline: none !important;
}

/* -----------------------
5 column layout for bootstrap
-------------------------*/
/* line 504, scss/styles/_base.scss */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 514, scss/styles/_base.scss */
.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  /* line 520, scss/styles/_base.scss */
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  /* line 527, scss/styles/_base.scss */
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  /* line 534, scss/styles/_base.scss */
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/* -----------------------
 Footer styling
-------------------------*/
/* line 545, scss/styles/_base.scss */
footer {
  background-color: #ffffff;
  border-top: solid 2px #002a4f;
  padding: 0px 0px 20px 0px;
  color: #fff;
  font-family: "Orbis Extra Light","Orbis Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 549, scss/styles/_base.scss */
footer p {
  line-height: 2em;
  font-family: "Orbis Extra Light","Orbis Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 100%;
  color:#002a4f;
}
/* line 558, scss/styles/_base.scss */
footer h5 {
  display: inline-block;
  width: 100%;
  font-family: "Orbis Light";
}
/* line 564, scss/styles/_base.scss */
footer ul.contact-details {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
/* line 571, scss/styles/_base.scss */
footer ul.contact-details li {
  margin-bottom: 10px;
}
/* line 573, scss/styles/_base.scss */
footer ul.contact-details li .fuschia {
  font-family: "Orbis Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 578, scss/styles/_base.scss */
footer .contact-details-container {
  width: 100%;
  float: left;
}
/* line 583, scss/styles/_base.scss */
footer ul.company-details {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 587, scss/styles/_base.scss */
footer ul.company-details li {
  margin-bottom: 10px;
}
/* line 590, scss/styles/_base.scss */
footer .button {
  clear: both;
  font-family: "Orbis Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 596, scss/styles/_base.scss */
footer a {
  color: #002a4f;
  padding: 5px 0px;
  display: inline-block;
}
footer .button.invert {
  border: 1px solid #D0006F;
  color: #002a4f;
}
/* line 600, scss/styles/_base.scss */
footer a:hover {
  color: #D0006F;
}
@media (min-width: 768px) {
  /* line 596, scss/styles/_base.scss */
  footer a {
    padding: 0;
  }
}
/* line 608, scss/styles/_base.scss */
footer .footer-block {
  float: none;
  display: block;
  vertical-align: bottom;
}
footer .contact-address {
  vertical-align: middle !important;
  padding-top:12px;
}
@media(max-width:600px){
  footer .contact-address{
    padding-top:0px;
  }    
}
@media (min-width: 768px) {
  /* line 608, scss/styles/_base.scss */
  footer .footer-block {
    display: table-cell;
  }
}
/* line 617, scss/styles/_base.scss */
footer .footer-left {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  /* line 617, scss/styles/_base.scss */
  footer .footer-left {
    width: 75%;
    float: none;
  }
}

/* line 626, scss/styles/_base.scss */
.content-inside {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -142px;
}
/* line 630, scss/styles/_base.scss */
.content-inside:after {
  content: "";
  display: block;
}

/* line 636, scss/styles/_base.scss */
footer, .content-inside:after {
  min-height: 142px;
}

/* line 640, scss/styles/_base.scss */
.footer-logo {
  width: auto;
  height: 100%; /*55px*/
  display: block;
  text-align: center;
}
@media (max-width:680px){
  .footer-logo{
    text-align: left;
    padding-top:20px;
  }
}
/* line 646, scss/styles/_base.scss */
.footer-logo.clairfield {
  display: none;
}
/* line 650, scss/styles/_base.scss */
.footer-logo svg {
  width: 100px;
}

@media (max-width: 767px) {
  /* line 657, scss/styles/_base.scss */
  .footer-logo.clairfield {
    display: block;
  }
}
/* line 663, scss/styles/_base.scss */
.clairfield-placeholder {
  width: 100%;
  height: 55px;
  display: block;
}
@media (max-width: 767px) {
  /* line 663, scss/styles/_base.scss */
  .clairfield-placeholder {
    display: none;
  }
}

/* line 673, scss/styles/_base.scss */
.site-info {
  background-color: #002a4f;/*#7f9cd1*/
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
}
/* line 684, scss/styles/_base.scss */
.site-info .company-details {
  color: #FFF;
}
/* line 686, scss/styles/_base.scss */
.site-info .company-details span {
  font-weight: normal;
  font-family: 'Orbis Extra Light';
}

/* line 693, scss/styles/_base.scss */
.legal-links-menu {
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
  color: #fff;
  display: inline-block;
  font-family: "Orbis Extra Light","Orbis Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 701, scss/styles/_base.scss */
.legal-links-menu li {
  width: 50%;
  float: left;
  padding: 0px 15px;
}
/* line 705, scss/styles/_base.scss */
.legal-links-menu li:first-child {
  border-right: 2px solid #fff;
}
/* line 706, scss/styles/_base.scss */
.legal-links-menu li:last-child {
  border-right: none;
  width: 100%;
  margin-top: 20px;
}
/* line 711, scss/styles/_base.scss */
.legal-links-menu li a {
  color: #fff;
  padding: 15px 5px;
}
@media (min-width: 768px) {
  /* line 693, scss/styles/_base.scss */
  .legal-links-menu {
    padding: 0;
    margin-bottom: 0;
  }
  /* line 721, scss/styles/_base.scss */
  .legal-links-menu li {
    width: auto;
    border-right: 2px solid #fff;
  }
  /* line 724, scss/styles/_base.scss */
  .legal-links-menu li:last-child {
    width: auto;
    margin-top: 0;
  }
  /* line 728, scss/styles/_base.scss */
  .legal-links-menu li a {
    padding: 0;
  }
}

/* -----------------------
Buttons
-------------------------*/
/* line 740, scss/styles/_base.scss */
.button {
  text-align: center;
  -webkit-appearance: none;
  background: none;
  border: 1px solid #D0006F;
  color: #002a4f;
  text-transform: uppercase;
  padding: 10px 20px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #002a4f;
  text-decoration: none;
  /* Invert (use on blue bg) */
}
/* line 753, scss/styles/_base.scss */
.button:hover {
  background-color: #D0006F;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
/* line 760, scss/styles/_base.scss */
.button.white {
  border: 1px solid #fff;
  color: #fff;
  color: #fff;
  text-decoration: none;
}
/* line 765, scss/styles/_base.scss */
.button.white.pink-highlight:hover {
  color: #D0006F;
}
/* line 773, scss/styles/_base.scss */
.button.white:hover {
  background-color: #fff;
  color: #002a4f;
  text-decoration: none;
}
/* line 782, scss/styles/_base.scss */
.button.invert {
  border: 1px solid #D0006F;
  color: #fff;
}
/* line 785, scss/styles/_base.scss */
.button.invert:hover {
  background-color: #D0006F;
}

/* line 794, scss/styles/_base.scss */
.aligncenter {
  text-align: center;
}

/* line 799, scss/styles/_base.scss */
.slick-track {
  margin: 0 auto;
}

/* line 803, scss/styles/_base.scss */
#portfolio-carousel .portfolioSlide .slick-list {
  text-align: center;
}

/* line 807, scss/styles/_base.scss */
.slick-slide {
  float: left !important;
}

/* 5 column fix for Bootstrap 3.0 */
/* line 814, scss/styles/_base.scss */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 824, scss/styles/_base.scss */
.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  /* line 830, scss/styles/_base.scss */
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  /* line 837, scss/styles/_base.scss */
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  /* line 844, scss/styles/_base.scss */
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/* line 850, scss/styles/_base.scss */
.indented_quote_container {
  padding: 0 20px;
  margin-left: 20px;
  margin-bottom: 25px;
}
/* line 856, scss/styles/_base.scss */
.indented_quote_container p:before {
  content: open-quote;
  color: #D0006F;
  font-size: 22px;
  padding-right: 5px;
}
/* line 862, scss/styles/_base.scss */
.indented_quote_container p:after {
  content: close-quote;
  color: #D0006F;
  font-size: 22px;
  padding-left: 5px;
  display: inline-block;
  margin-top: -10px;
}
/* line 875, scss/styles/_base.scss */
.indented_quote_details {
  text-align: right;
  font-style: italic;
}

/* The ribbons */
/* line 883, scss/styles/_base.scss */
.corner-ribbon {
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom styles */
/* line 899, scss/styles/_base.scss */
.corner-ribbon.sticky {
  position: absolute;
}

/* line 903, scss/styles/_base.scss */
.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* Different positions */
/* line 909, scss/styles/_base.scss */
.corner-ribbon.top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* line 916, scss/styles/_base.scss */
.corner-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* line 923, scss/styles/_base.scss */
.corner-ribbon.bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* line 931, scss/styles/_base.scss */
.corner-ribbon.bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */
/* line 942, scss/styles/_base.scss */
.corner-ribbon.white {
  background: #f0f0f0;
  color: #555;
}

/* line 943, scss/styles/_base.scss */
.corner-ribbon.black {
  background: #333;
}

/* line 944, scss/styles/_base.scss */
.corner-ribbon.grey {
  background: #999;
}

/* line 945, scss/styles/_base.scss */
.corner-ribbon.blue {
  background: #39d;
}

/* line 946, scss/styles/_base.scss */
.corner-ribbon.green {
  background: #2c7;
}

/* line 947, scss/styles/_base.scss */
.corner-ribbon.turquoise {
  background: #1b9;
}

/* line 948, scss/styles/_base.scss */
.corner-ribbon.purple {
  background: #95b;
}

/* line 949, scss/styles/_base.scss */
.corner-ribbon.red {
  background: #D0006F;
}

/* line 950, scss/styles/_base.scss */
.corner-ribbon.orange {
  background: #e82;
}

/* line 951, scss/styles/_base.scss */
.corner-ribbon.yellow {
  background: #ec0;
}

/* line 953, scss/styles/_base.scss */
.flip-container {
  overflow: hidden;
}
/* line 959, scss/styles/_base.scss */
.flip-container:hover .corner-ribbon {
  display: none;
}

/* line 966, scss/styles/_base.scss */
.news_item_logo {
  margin-top: 16px;
}

/* line 2, scss/styles/_news.scss */
.news, .case_studies, .team_members, .timeline {
  margin-top: 60px;
  margin-bottom: 40px;
}
/* line 6, scss/styles/_news.scss */
.news_header, .case_studies_header, .team_members_header, .timeline_header {
  margin-bottom: 60px;
}
/* line 11, scss/styles/_news.scss */
.news-items, .case_studies-items, .team_members-items, .timeline-items {
  margin-top: 80px;
}
/* line 16, scss/styles/_news.scss */
.news .content, .case_studies .content, .team_members .content, .timeline .content {
  padding: 0;
  border-left: #ec166d 1px solid;
}
/* line 21, scss/styles/_news.scss */
.news .content .news_content, .news .content .case_studies_content, .case_studies .content .news_content, .case_studies .content .case_studies_content, .team_members .content .news_content, .team_members .content .case_studies_content, .timeline .content .news_content, .timeline .content .case_studies_content {
  color: #002a4f;
  font-family: Orbis Light;
}
/* line 27, scss/styles/_news.scss */
.news .content .news_block-quote, .news .content .case_studies_block-quote, .case_studies .content .news_block-quote, .case_studies .content .case_studies_block-quote, .team_members .content .news_block-quote, .team_members .content .case_studies_block-quote, .timeline .content .news_block-quote, .timeline .content .case_studies_block-quote {
  background: #002a4f;
  color: #FFF;
  padding: 25px 0;
  margin: 60px 0;
  font-family: Orbis Italic;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 100;
  line-height: 30px;
  position: relative;
}
/* line 41, scss/styles/_news.scss */
.news .content .outer_container, .case_studies .content .outer_container, .team_members .content .outer_container, .timeline .content .outer_container {
  padding-left: 120px;
}
@media (max-width: 480px) {
  /* line 41, scss/styles/_news.scss */
  .news .content .outer_container, .case_studies .content .outer_container, .team_members .content .outer_container, .timeline .content .outer_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 49, scss/styles/_news.scss */
.news .side h2, .case_studies .side h2, .team_members .side h2, .timeline .side h2 {
  font-size: 25px;
  font-family: Orbis Light;
  text-transform: uppercase;
  line-height: 40px;
}
/* line 58, scss/styles/_news.scss */
.news_item, .case_studies_item, .team_members_item, .timeline_item {
  min-height: 340px;
  background-size: cover;
  position: relative;
  padding: 0;
}
/* line 66, scss/styles/_news.scss */
.news_item_inner, .case_studies_item_inner, .team_members_item_inner, .timeline_item_inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  color: #FFF;
  width: 70%;
  backface-visibility: hidden;
}
/* line 79, scss/styles/_news.scss */
.news_item_inner a, .case_studies_item_inner a, .team_members_item_inner a, .timeline_item_inner a {
  color: #FFF;
}
/* line 84, scss/styles/_news.scss */
.news_item_title, .case_studies_item_title, .team_members_item_title, .timeline_item_title {
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 32px;
  font-size: 16px;
}
/* line 91, scss/styles/_news.scss */
.news_item_content, .news_item_read-more a, .case_studies_item_content, .case_studies_item_read-more a, .team_members_item_content, .team_members_item_read-more a, .timeline_item_content, .timeline_item_read-more a {
  color: #002a4f;
}
/* line 95, scss/styles/_news.scss */
.news_item_read-more a, .case_studies_item_read-more a, .team_members_item_read-more a, .timeline_item_read-more a {
  border: 2px solid #D0006F;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Orbis Bold;
  -webkit-transition: border 300ms ease-out;
  -moz-transition: border 300ms ease-out;
  -o-transition: border 300ms ease-out;
  transition: border 300ms ease-out;
}
/* line 107, scss/styles/_news.scss */
.news_item_read-more a:hover, .case_studies_item_read-more a:hover, .team_members_item_read-more a:hover, .timeline_item_read-more a:hover {
  text-decoration: none;
  border-color: #002a4f;
}
/* line 115, scss/styles/_news.scss */
.news .share-report, .case_studies .share-report, .team_members .share-report, .timeline .share-report {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
/* line 119, scss/styles/_news.scss */
.news .share-report img, .case_studies .share-report img, .team_members .share-report img, .timeline .share-report img {
  width: 20%;
  float: left;
  margin-right: 5%;
}
/* line 124, scss/styles/_news.scss */
.news .share-report h5, .case_studies .share-report h5, .team_members .share-report h5, .timeline .share-report h5 {
  display: inline-block;
  width: 75%;
}

/* line 134, scss/styles/_news.scss */
.load-more-news, .load-more-snapshots {
  border: 2px solid #D0006F;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Orbis Bold;
  margin: 20px 0;
  display: inline-block;
  cursor: pointer;
}
/* line 145, scss/styles/_news.scss */
.load-more-news .loading, .load-more-snapshots .loading {
  display: none;
}

/** FLIP ANIMATION */
/* entire container, keeps perspective */
/* line 154, scss/styles/_news.scss */
.flip-container {
  perspective: 1000px;
  -ms-perspective: 1000px;
  -moz-perspective: 1000px;
  transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
}

/* flip the pane when hovered */
/*	.flip-container:hover .flipper, .flip-container.hover .flipper {
		-webkit-transform: rotateY(180deg);
        -moz-transform:  rotateY(180deg);
        -o-transform:rotateY(180deg);
        -ms-transform:rotateY(180deg);
        transform:rotateY(180deg);
	}*/
/*  UPDATED! flip the pane when hovered */
/* line 172, scss/styles/_news.scss */
.flip-container:hover .back {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
}

/* line 178, scss/styles/_news.scss */
.flip-container:hover .front {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

/* line 189, scss/styles/_news.scss */
.front, .back {
  width: 100%;
  height: 340px;
  background-size: cover;
}

/* flip speed goes here */
/* line 197, scss/styles/_news.scss */
.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

/* hide back of pane during swap */
/* line 211, scss/styles/_news.scss */
.front, .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
}

/* front pane, placed above back */
/* line 240, scss/styles/_news.scss */
.front {
  z-index: 2;
  /* for firefox 31 */
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
/* line 251, scss/styles/_news.scss */
.back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* line 3, scss/styles/_team.scss */
.team_member {
  margin-bottom: 30px;
  margin-top: 20px;
}
/* line 8, scss/styles/_team.scss */
.team_member p {
  line-height: 20px;
}
/* line 12, scss/styles/_team.scss */
.team_member_details {
  padding-top: 10px;
  margin-bottom: 5px;
}
/* line 18, scss/styles/_team.scss */
.team_member_image {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-image: url("images/user.jpg");
  border: #002a4f 2px solid;
  border-radius: 80px;
}
/* line 28, scss/styles/_team.scss */
.team_member_name {
  font-family: Orbis Bold;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* line 36, scss/styles/_team.scss */
.team_member_job {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 46, scss/styles/_team.scss */
.team_members .content {
  border: none;
}
/* line 50, scss/styles/_team.scss */
.team_members .side {
  border-right: 1px solid #D0006F;
}
/* line 52, scss/styles/_team.scss */
.team_members .side h2 {
  margin-top: 0;
}

/* line 60, scss/styles/_team.scss */
.team_member-case_studies a {
  color: #D0006F;
  font-size: 15px;
}

/* -------------------------
Meet the team Section
---------------------------*/
/* line 70, scss/styles/_team.scss */
#meet-the-partners {
  padding: 80px 0px;
  text-align: center;
}
/* line 74, scss/styles/_team.scss */
#meet-the-partners .row {
  padding: 35px 0px 35px 0px;
}
/* line 78, scss/styles/_team.scss */
#meet-the-partners .partner-bio .bio-wrap {
  display: table;
  height: 80%;
}
/* line 80, scss/styles/_team.scss */
#meet-the-partners .partner-bio .bio-wrap > p {
  display: table-cell;
  vertical-align: middle;
}

/* line 85, scss/styles/_team.scss */
#team-members, #featured-partners {
  padding: 100px 0px;
}

/* line 89, scss/styles/_team.scss */
#team-members .partner-wrap {
  margin-bottom: 50px;
}

/* line 94, scss/styles/_team.scss */
.partner-wrap {
  margin-bottom: 20px;
}

/* line 98, scss/styles/_team.scss */
.partner-container {
  margin-bottom: 15px;
}

/* line 102, scss/styles/_team.scss */
button.full-team {
  margin-bottom: 35px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  /* line 110, scss/styles/_team.scss */
  .col-lg-2.team-member {
    width: 20% !important;
  }
}
/* line 115, scss/styles/_team.scss */
.partner-wrap {
  background-color: #002a4f;
  width: 100%;
  padding: 10px;
  color: #fff;
  border: 5px solid #002a4f;
}
@media (max-width: 480px) {
  /* line 115, scss/styles/_team.scss */
  .partner-wrap {
    padding: 10px 5px;
  }
}
@media (min-width: 768px) {
  /* line 115, scss/styles/_team.scss */
  .partner-wrap {
    padding: 30px 25px;
  }
}
/* line 130, scss/styles/_team.scss */
.partner-wrap .partner {
  text-align: center;
  position: relative;
}
/* line 133, scss/styles/_team.scss */
.partner-wrap .partner img {
  /*border-radius:50%;*/
  border: 5px solid #7f9cd1;
  width: 100%;
}
/* line 138, scss/styles/_team.scss */
.partner-wrap .partner h4 {
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
}
@media (max-width: 480px) {
  /* line 138, scss/styles/_team.scss */
  .partner-wrap .partner h4 {
    font-size: 13px;
    margin-bottom: 5px !important;
  }
}
/* line 146, scss/styles/_team.scss */
.partner-wrap .partner p {
  text-transform: uppercase;
  font-family: 'Orbis Extra Light';
  letter-spacing: 1px;
}
/* line 151, scss/styles/_team.scss */
.partner-wrap .partner a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 158, scss/styles/_team.scss */
  .partner-wrap .partner a {
    display: none;
  }
}
/* line 160, scss/styles/_team.scss */
.partner-wrap .partner-bio {
  display: none;
  position: relative;
  height: 100%;
  color: #002a4f;
}
/* line 165, scss/styles/_team.scss */
.partner-wrap .partner-bio button {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 171, scss/styles/_team.scss */
.partner-wrap .partner-bio button a {
  position: relative !important;
}
/* line 173, scss/styles/_team.scss */
.partner-wrap .partner-bio .bio-wrapper {
  display: table;
  height: 85%;
}
/* line 176, scss/styles/_team.scss */
.partner-wrap .partner-bio .bio-wrapper p {
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 1500px) {
  /* line 176, scss/styles/_team.scss */
  .partner-wrap .partner-bio .bio-wrapper p {
    font-size: 14px;
  }
}
/* line 185, scss/styles/_team.scss */
.partner-wrap .partner-bio a:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 193, scss/styles/_team.scss */
.partner-wrap:hover {
  -webkit-transition: border ease-out 0.4s;
  -moz-transition: border ease-out 0.4s;
  transition: border ease-out 0.4s;
  cursor: pointer;
  border: 5px solid #D0006F;
}
/* line 198, scss/styles/_team.scss */
.partner-wrap:hover .partner-bio {
  display: none;
}
@media (min-width: 768px) {
  /* line 193, scss/styles/_team.scss */
  .partner-wrap:hover {
    background-color: #fff;
    border: 5px solid #002a4f;
  }
  /* line 202, scss/styles/_team.scss */
  .partner-wrap:hover .partner {
    display: none;
  }
  /* line 205, scss/styles/_team.scss */
  .partner-wrap:hover .partner-bio {
    display: block;
  }
  /* line 206, scss/styles/_team.scss */
  .partner-wrap:hover .partner-bio .button {
    display: block;
  }
}

/* ---------------------------------------------
Service Partners section - Related Two Columns
----------------------------------------------*/
/* line 219, scss/styles/_team.scss */
#specialist-partners.spacing {
  margin-top: 100px;
}

/* line 222, scss/styles/_team.scss */
#related-left-col {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 222, scss/styles/_team.scss */
  #related-left-col {
    width: 50%;
    float: left;
    padding-right: 50px;
    border-right: 1px solid #D0006F;
  }
}

/* line 231, scss/styles/_team.scss */
#related-right-col {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 231, scss/styles/_team.scss */
  #related-right-col {
    width: 50%;
    float: right;
    padding-left: 50px;
  }
}

/* line 241, scss/styles/_team.scss */
.helpful-partner-row {
  margin: 80px 0px 40px 0px;
}

/* line 245, scss/styles/_team.scss */
.sector-related-row {
  margin-bottom: 40px;
}
/* line 247, scss/styles/_team.scss */
.sector-related-row h2 {
  text-align: center;
  margin-bottom: 50px;
}

/* line 255, scss/styles/_team.scss */
.partner-service-wrap {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
/* line 260, scss/styles/_team.scss */
.partner-service-wrap img {
  display: block;
  width: 25%;
  float: left;
  margin-right: 10%;
  border-radius: 50%;
  border: 3px solid #002a4f;
}
/* line 268, scss/styles/_team.scss */
.partner-service-wrap .detail {
  display: block;
  width: 65%;
  float: left;
  color: #002a4f;
}
/* line 273, scss/styles/_team.scss */
.partner-service-wrap .detail h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* line 276, scss/styles/_team.scss */
.partner-service-wrap .detail .title {
  color: #D0006F;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}
/* line 277, scss/styles/_team.scss */
.partner-service-wrap .detail p {
  line-height: 1.4em;
}
/* line 280, scss/styles/_team.scss */
.partner-service-wrap .detail ul {
  margin: 8px 0 20px 0;
  width: 100%;
  padding: 0;
  display: block;
}
/* line 287, scss/styles/_team.scss */
.partner-service-wrap .detail ul li {
  list-style-type: none;
}
/* line 289, scss/styles/_team.scss */
.partner-service-wrap .detail ul li a {
  color: #D0006F;
}
@media (min-width: 768px) {
  /* line 280, scss/styles/_team.scss */
  .partner-service-wrap .detail ul {
    width: 50%;
    margin: 8px 20px 0 0;
    float: left;
  }
}
/* line 298, scss/styles/_team.scss */
.partner-service-wrap .detail button {
  float: left;
  margin-top: 10px;
}

/* line 307, scss/styles/_team.scss */
.cs-detail {
  display: inline-block;
}
/* line 309, scss/styles/_team.scss */
.cs-detail img {
  width: 15%;
  float: left;
  margin: 0 5%;
}
/* line 310, scss/styles/_team.scss */
.cs-detail p {
  width: 70%;
  display: inline-block;
  padding: 10px 0px;
  float: right;
}

/* line 313, scss/styles/_team.scss */
.ss-detail {
  display: inline-block;
  width: 100%;
}
/* line 317, scss/styles/_team.scss */
.ss-detail img {
  width: 15%;
  float: left;
  margin: 0 5%;
}
/* line 318, scss/styles/_team.scss */
.ss-detail .ss-detail-inner {
  width: 70%;
  display: inline-block;
  float: left;
}
@media (min-width: 1200px) {
  /* line 318, scss/styles/_team.scss */
  .ss-detail .ss-detail-inner {
    padding-right: 20%;
  }
}
/* line 326, scss/styles/_team.scss */
.ss-detail .ss-detail-inner a {
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  /* line 326, scss/styles/_team.scss */
  .ss-detail .ss-detail-inner a {
    width: 100%;
  }
}
/* line 334, scss/styles/_team.scss */
.ss-detail h5 {
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
  padding: 0 20% 0 0;
}
/* line 340, scss/styles/_team.scss */
.ss-detail button {
  font-size: 12px;
  padding: 4px;
  margin-bottom: 10px;
}
/* line 340, scss/styles/_team.scss */
.ss-detail button:first-of-type {
  margin-right: 5px;
}

/* line 344, scss/styles/_team.scss */
.team_info {
  margin-bottom: 10px;
}
/* line 347, scss/styles/_team.scss */
.team_icon {
  width: 20%;
  float: left;
}
/* line 351, scss/styles/_team.scss */
.team_icon img {
  max-width: 35px;
  height: 35px;
}
/* line 357, scss/styles/_team.scss */
.team_data {
  width: 80%;
  float: left;
}
/* line 362, scss/styles/_team.scss */
.team_data.phone a {
  color: #002a4f;
  font-weight: bold;
  font-size: 15px;
  line-height: 35px;
}
/* line 371, scss/styles/_team.scss */
.team_data.email a, .team_data.linkedin a {
  color: #D0006F;
  font-weight: bold;
  font-size: 15px;
  line-height: 35px;
}

/* line 381, scss/styles/_team.scss */
.team_member.details {
  margin: 20px 0;
  padding: 0;
}

/* line 3, scss/styles/_services.scss */
#services .servicesSlide .service_wrap {
  float: left;
}
/* line 5, scss/styles/_services.scss */
#services .servicesSlide .service_wrap a {
  outline: none;
}

/* line 10, scss/styles/_services.scss */
#related-pages {
  padding-top: 85px;
  border-bottom: 1px solid #D0006F;
}
/* line 13, scss/styles/_services.scss */
#related-pages .related-page {
  text-align: center;
}
/* line 14, scss/styles/_services.scss */
#related-pages .related-page h2 {
  padding-bottom: 35px;
}
/* line 17, scss/styles/_services.scss */
#related-pages .related-page img {
  padding: 30px 0px 40px 0px;
}
/* line 21, scss/styles/_services.scss */
#related-pages .related-page p {
  text-align: justify;
  color: #002a4f;
  line-height: 1.6em;
}
/* line 26, scss/styles/_services.scss */
#related-pages .related-page .button {
  margin: 65px 0px;
  display: inline-block;
}

/* line 35, scss/styles/_services.scss */
#portfolio-carousel {
  padding: 70px 0px 100px 0px;
  background: #002a4f;
  color: #fff;
  overflow: hidden;
}
/* line 36, scss/styles/_services.scss */
#portfolio-carousel.spacing {
  margin-top: 100px;
}
/* line 42, scss/styles/_services.scss */
#portfolio-carousel h2 {
  text-align: center;
  color: #fff;
}
/* line 47, scss/styles/_services.scss */
#portfolio-carousel .button {
  margin-top: 30px;
  display: inline-block;
}
/* line 51, scss/styles/_services.scss */
#portfolio-carousel .portfolioSlide {
  margin-top: 70px;
}
/* line 55, scss/styles/_services.scss */
#portfolio-carousel .portfolioSlide img {
  border: 3px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0 auto;
}
/* line 69, scss/styles/_services.scss */
#portfolio-carousel .portfolioSlide.slick-slider {
  margin-bottom: 0;
}
/* line 71, scss/styles/_services.scss */
#portfolio-carousel .portfolioSlide .slick-arrow {
  width: 30px;
  height: 30px;
}
/* line 77, scss/styles/_services.scss */
#portfolio-carousel .portfolioSlide .slick-prev {
  left: -80px;
  background-image: url("images/previous.png");
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 83, scss/styles/_services.scss */
#portfolio-carousel .portfolioSlide .slick-next {
  right: -80px;
  background-image: url("images/next.png");
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 91, scss/styles/_services.scss */
#portfolio-carousel .portfolioSlide .float-up {
  display: inline-block;
  overflow: visible;
  transition-duration: 0.25s;
  transition-property: transform;
  transform: translateZ(0);
  -webkit-transition-duration: 0.25s;
  -webkit-transition-property: transform;
  -webkit-transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}
/* line 105, scss/styles/_services.scss */
#portfolio-carousel .portfolioSlide .float-up:hover, #portfolio-carousel .portfolioSlide .float-up:focus, #portfolio-carousel .portfolioSlide .float-up:active {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
}

/* line 113, scss/styles/_services.scss */
.carousel-logo {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* line 126, scss/styles/_services.scss */
.service_wrap img {
  height: 140px;
}

/* line 3, scss/styles/_case_studies.scss */
.case_studies .filter-type-container {
  padding: 15px 0;
}
/* line 7, scss/styles/_case_studies.scss */
.case_studies.outer_container {
  text-align: center;
  overflow: hidden;
}
/* line 14, scss/styles/_case_studies.scss */
.case_studies .button.view_case_study {
  margin-top: 5px;
  border-color: #D0006F;
  border-width: 2px;
}
/* line 22, scss/styles/_case_studies.scss */
.case_studies .view_case_study_container {
  position: absolute;
  bottom: 0px;
  text-align: center;
  line-height: 60px;
  height: 60px;
}
/* line 31, scss/styles/_case_studies.scss */
.case_studies_container {
  float: left;
}
/* line 36, scss/styles/_case_studies.scss */
.case_studies_partners, .case_studies_supported {
  margin-top: 20px;
  color: #002a4f;
  text-align: left;
  font-weight: bold;
}
/* line 42, scss/styles/_case_studies.scss */
.case_studies_partners ul, .case_studies_supported ul {
  margin-left: 0;
  padding-left: 0;
  width: 50%;
  float: right;
}
/* line 45, scss/styles/_case_studies.scss */
.case_studies_partners ul li, .case_studies_supported ul li {
  text-align: left;
  list-style-type: none;
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 45, scss/styles/_case_studies.scss */
  .case_studies_partners ul li, .case_studies_supported ul li {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 5px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  /* line 42, scss/styles/_case_studies.scss */
  .case_studies_partners ul, .case_studies_supported ul {
    width: 100%;
    float: none;
  }
}
/* line 68, scss/styles/_case_studies.scss */
.case_studies_partners img, .case_studies_supported img {
  width: 50%;
  float: right;
}
@media (min-width: 768px) {
  /* line 68, scss/styles/_case_studies.scss */
  .case_studies_partners img, .case_studies_supported img {
    width: 100%;
    float: none;
  }
}
/* line 78, scss/styles/_case_studies.scss */
.case_studies_item {
  border: 2px solid #002a4f;
  color: #002a4f;
  position: relative;
  margin-top: 70px;
  width: 100%;
  min-height: 440px;
  display: block;
}
/* line 87, scss/styles/_case_studies.scss */
.case_studies_item a {
  color: #002a4f;
}
/* line 91, scss/styles/_case_studies.scss */
.case_studies_item .sub-title {
  font-weight: bold;
  color: #002a4f;
  text-align: left;
  width: 50%;
  float: left;
}
@media (min-width: 768px) {
  /* line 91, scss/styles/_case_studies.scss */
  .case_studies_item .sub-title {
    width: 100%;
    float: none;
  }
}
/* line 105, scss/styles/_case_studies.scss */
.case_studies_item_inner {
  width: 100%;
  top: 40px;
  height: 100%;
  display: table-row;
  /* background: red; */
  bottom: 24px;
  padding: 15px 35px 70px 35px;
  text-align: center;
  position: absolute;
  left: 0;
  transform: translate(0, 0);
  color: #FFF;
  margin-top: 40px;
  float: left;
  position: static;
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  /* line 105, scss/styles/_case_studies.scss */
  .case_studies_item_inner {
    /*                            margin-top:0;
                                position:absolute;
                                float:none;*/
  }
}
@media (min-width: 990px) {
  /* line 105, scss/styles/_case_studies.scss */
  .case_studies_item_inner {
    padding: 15px 0px;
  }
}
@media (min-width: 1200px) {
  /* line 105, scss/styles/_case_studies.scss */
  .case_studies_item_inner {
    padding: 15px 35px;
  }
}
/* line 135, scss/styles/_case_studies.scss */
.case_studies_item_excerpt {
  color: #002a4f;
}
/* line 139, scss/styles/_case_studies.scss */
.case_studies_item_title {
  color: #002a4f;
}
/* line 144, scss/styles/_case_studies.scss */
.case_studies_item_logo {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 1px solid #002a4f;
  background-size: 85%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  background-color: white;
  z-index: 2;
}
/* line 160, scss/styles/_case_studies.scss */
.case_studies_item_logo:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: white;
  left: -11px;
  display: block;
  position: absolute;
  top: 44px;
}
/* line 172, scss/styles/_case_studies.scss */
.case_studies_item_logo:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: white;
  right: -11px;
  display: block;
  position: absolute;
  top: 44px;
}
/* line 188, scss/styles/_case_studies.scss */
.case_studies .filter-by-type h2 {
  padding: 0 10%;
}
/* line 191, scss/styles/_case_studies.scss */
.case_studies .filters {
  margin: 20px 0;
}
/* line 196, scss/styles/_case_studies.scss */
.case_studies .filter-options {
  text-align: left;
}
/* line 200, scss/styles/_case_studies.scss */
.case_studies .filter-options input {
  position: absolute;
  opacity: 0;
}
/* line 206, scss/styles/_case_studies.scss */
.case_studies .filter-options input:checked + label:before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  position: relative;
  top: -2px;
  color: #002a4f;
}
/* line 218, scss/styles/_case_studies.scss */
.case_studies .filter-options label:before {
  content: '';
  border: 1px solid #002a4f;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 15px;
}
/* line 230, scss/styles/_case_studies.scss */
.case_studies .button {
  border: 2px solid #002a4f;
  padding: 5px 10px;
  color: #002a4f;
}
/* line 235, scss/styles/_case_studies.scss */
.case_studies .button:hover {
  background: #D0006F;
  color: #FFF;
}
/* line 244, scss/styles/_case_studies.scss */
.case_studies_block-quote p {
  font-family: Orbis Italic;
  position: relative;
  width: 90%;
}
/* line 248, scss/styles/_case_studies.scss */
.case_studies_block-quote p:before {
  font-family: 'Orbis Bold';
  color: #e50863;
  content: '"';
  font-size: 1.5em;
  width: 5%;
  position: absolute;
  left: -20px;
}
/* line 257, scss/styles/_case_studies.scss */
.case_studies_block-quote p:after {
  font-family: 'Orbis Bold';
  color: #e50863;
  content: '"';
  font-size: 1.5em;
  width: 5%;
  margin-left: 10px;
}
/* line 267, scss/styles/_case_studies.scss */
.case_studies_block-quote .outer_container {
  padding-left: 30px !important;
}
/* line 271, scss/styles/_case_studies.scss */
.case_studies_block-quote .company-logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: #FFF;
  border-radius: 200px;
}
@media (min-width: 992px) {
  /* line 271, scss/styles/_case_studies.scss */
  .case_studies_block-quote .company-logo {
    width: 125px;
    height: 125px;
  }
}
@media (min-width: 1200px) {
  /* line 271, scss/styles/_case_studies.scss */
  .case_studies_block-quote .company-logo {
    width: 150px;
    height: 150px;
  }
}

/* line 306, scss/styles/_case_studies.scss */
.caseStudyContainer {
  position: relative;
}
/* line 310, scss/styles/_case_studies.scss */
.caseStudyContainer .caseStudyNext, .caseStudyContainer .caseStudyPrev {
  border: 2px solid #FFF;
  width: 25px;
  /* text-align: center; */
  height: 25px;
  line-height: 22px;
  padding: 0;
}
/* line 320, scss/styles/_case_studies.scss */
.caseStudyContainer .caseStudyNext {
  position: absolute;
  top: 50%;
  z-index: 999;
  right: -40px;
  padding-left: 2px;
}
/* line 329, scss/styles/_case_studies.scss */
.caseStudyContainer .caseStudyPrev {
  position: absolute;
  top: 45%;
  z-index: 999;
  left: -40px;
  padding-right: 2px;
}

/* line 339, scss/styles/_case_studies.scss */
.case_study_wrap {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  /* line 339, scss/styles/_case_studies.scss */
  .case_study_wrap {
    flex-direction: row;
  }
}

/* line 1, scss/styles/_contact.scss */
#contact {
  width: 100%;
  float: left;
  display: block;
}
/* line 5, scss/styles/_contact.scss */
#contact #map-wrap {
  width: 100%;
  height: 450px;
  float: left;
  background-color: #002a4f;
  display: block;
}
/* line 12, scss/styles/_contact.scss */
#contact #map-wrap #map-canvas {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  /* line 5, scss/styles/_contact.scss */
  #contact #map-wrap {
    width: 60%;
  }
}
/* line 22, scss/styles/_contact.scss */
#contact #contact-detail-wrap {
  background-color: #002a4f;
  color: #fff;
  padding: 40px;
  width: 100%;
  float: right;
  display: block;
  height: 450px;
}
/* line 32, scss/styles/_contact.scss */
#contact #contact-detail-wrap .contact-details {
  padding: 20px 0px;
  display: inline-block;
  width: 100%;
  list-style-type: none;
  font-family: 'Orbis Light','Orbis Regular','Helvetica Neue','Helvetica','Arial','sans-serif';
}
/* line 38, scss/styles/_contact.scss */
#contact #contact-detail-wrap .contact-details li {
  margin-bottom: 10px;
  width: 50%;
  float: left;
  display: block;
}
@media (max-width: 480px) {
  /* line 38, scss/styles/_contact.scss */
  #contact #contact-detail-wrap .contact-details li {
    width: 100%;
  }
}
/* line 44, scss/styles/_contact.scss */
#contact #contact-detail-wrap .contact-details li a {
  padding: 15px 0px;
}
@media (min-width: 768px) {
  /* line 32, scss/styles/_contact.scss */
  #contact #contact-detail-wrap .contact-details {
    width: auto;
  }
  /* line 51, scss/styles/_contact.scss */
  #contact #contact-detail-wrap .contact-details li {
    width: 100%;
    float: none;
    display: inline-block;
  }
}
/* line 59, scss/styles/_contact.scss */
#contact #contact-detail-wrap h5 {
  font-family: 'Orbis Regular','Helvetica Neue','Helvetica','Arial','sans-serif';
}
/* line 60, scss/styles/_contact.scss */
#contact #contact-detail-wrap p {
  font-family: 'Orbis Light','Orbis Regular','Helvetica Neue','Helvetica','Arial','sans-serif';
}
/* line 62, scss/styles/_contact.scss */
#contact #contact-detail-wrap a {
  color: #fff;
}
/* line 62, scss/styles/_contact.scss */
#contact #contact-detail-wrap a:hover {
  color: #D0006F;
  text-decoration: underline;
}
/* line 65, scss/styles/_contact.scss */
#contact #contact-detail-wrap .visit-team a {
  color: #D0006F;
  display: inline-block;
  padding: 15px 0px;
}
/* line 69, scss/styles/_contact.scss */
#contact #contact-detail-wrap .visit-team a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  /* line 65, scss/styles/_contact.scss */
  #contact #contact-detail-wrap .visit-team a {
    padding: 0;
  }
}
@media (min-width: 768px) {
  /* line 22, scss/styles/_contact.scss */
  #contact #contact-detail-wrap {
    width: 40%;
  }
}

/* line 82, scss/styles/_contact.scss */
#directions {
  clear: both;
  padding-top: 100px;
  padding-bottom: 50px;
}
/* line 86, scss/styles/_contact.scss */
#directions .direction-detail {
  padding-top: 100px;
  padding-bottom: 50px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #002a4f;
  display: table;
}
/* line 94, scss/styles/_contact.scss */
#directions .direction-detail p {
  text-align: justify;
  line-height: 1.4em;
}
/* line 99, scss/styles/_contact.scss */
#directions .direction-detail .direction_type_wrapper {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 768px) and (max-width: 1400px) {
  /* line 99, scss/styles/_contact.scss */
  #directions .direction-detail .direction_type_wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 30%;
    margin-bottom: 0;
  }
}
/* line 111, scss/styles/_contact.scss */
#directions .direction-detail .direction_text_wrapper {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 768px) and (max-width: 1400px) {
  /* line 111, scss/styles/_contact.scss */
  #directions .direction-detail .direction_text_wrapper {
    display: table-cell;
    height: 100%;
    width: 70%;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  /* line 126, scss/styles/_contact.scss */
  #directions .col-xl-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 27, scss/style.scss */
#main-hero {
  position: relative;
}
/* line 32, scss/style.scss */
#main-hero .main-hero-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 90%;
}
@media (min-width: 768px) {
  /* line 32, scss/style.scss */
  #main-hero .main-hero-content {
    width: 80%;
  }
}
@media (min-width: 992px) {
  /* line 32, scss/style.scss */
  #main-hero .main-hero-content {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  /* line 32, scss/style.scss */
  #main-hero .main-hero-content {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  /* line 32, scss/style.scss */
  #main-hero .main-hero-content {
    width: 40%;
  }
}
/* line 46, scss/style.scss */
#main-hero .main-hero-content h1 {
  font-family: "Orbis Extra Light";
  text-transform: uppercase;
  font-size: 3em;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
/* line 53, scss/style.scss */
#main-hero .main-hero-content p {
  line-height: 1.6em;
}
/* line 58, scss/style.scss */
#main-hero .blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: #000000;
  opacity: 0.3;
}

/* line 71, scss/style.scss */
#standard-hero, #featured-hero {
  position: relative;
  height: 645px;
  max-height: 645px;
  overflow: hidden;
}
/* line 78, scss/style.scss */
#standard-hero .standard-hero-content, #featured-hero .standard-hero-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 90%;
}
/* line 87, scss/style.scss */
#standard-hero .standard-hero-content h1, #featured-hero .standard-hero-content h1 {
  font-family: "Orbis Extra Light";
  text-transform: uppercase;
  font-size: 2.5em;
  letter-spacing: 3px;
  margin-bottom: 30px;
  line-height: 1.2em;
}
/* line 95, scss/style.scss */
#standard-hero .standard-hero-content p, #featured-hero .standard-hero-content p {
  display: none;
  line-height: 2em;
  margin-bottom: 20px;
}
/* line 99, scss/style.scss */
#standard-hero .standard-hero-content p:first-child, #featured-hero .standard-hero-content p:first-child {
  display: inline;
}
@media (min-width: 768px) {
  /* line 78, scss/style.scss */
  #standard-hero .standard-hero-content, #featured-hero .standard-hero-content {
    width: 70%;
  }
  /* line 105, scss/style.scss */
  #standard-hero .standard-hero-content h1, #featured-hero .standard-hero-content h1 {
    font-size: 2.8em;
  }
  /* line 106, scss/style.scss */
  #standard-hero .standard-hero-content p, #featured-hero .standard-hero-content p {
    display: block;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  /* line 78, scss/style.scss */
  #standard-hero .standard-hero-content, #featured-hero .standard-hero-content {
    width: 60%;
  }
  /* line 110, scss/style.scss */
  #standard-hero .standard-hero-content h1, #featured-hero .standard-hero-content h1 {
    font-size: 3em;
  }
}
/* line 115, scss/style.scss */
#standard-hero .blocker, #featured-hero .blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: #000000;
  opacity: 0.3;
  z-index: 0;
}

/* line 130, scss/style.scss */
#intro-content, #content {
  padding: 35px 0px;
}
/* line 132, scss/style.scss */
#intro-content p, #content p {
  line-height: 1.6em;
  color: #002a4f;
}
/* line 137, scss/style.scss */
#intro-content .cta-row, #content .cta-row {
  padding-top: 50px;
  text-align: center;
}
/* line 142, scss/style.scss */
#intro-content .f_image_row, #content .f_image_row {
  padding-bottom: 50px;
}
/* line 144, scss/style.scss */
#intro-content .f_image_row .align-left, #content .f_image_row .align-left {
  text-align: left;
}
/* line 145, scss/style.scss */
#intro-content .f_image_row .align-center, #content .f_image_row .align-center {
  text-align: center;
}
/* line 146, scss/style.scss */
#intro-content .f_image_row .align-right, #content .f_image_row .align-right {
  text-align: right;
}

/* line 150, scss/style.scss */
#related-case-studies {
  padding-top: 100px;
}
/* line 152, scss/style.scss */
#related-case-studies .rcs-row {
  padding: 50px 0px;
}

/** Front page blocks */
/* line 162, scss/style.scss */
#services, #sectors, #quote, #snapshot-showcase {
  padding: 35px 0px;
}

/* line 166, scss/style.scss */
#latest-news {
  padding: 35px 0px 35px 0px;
}
/* line 168, scss/style.scss */
#latest-news .articles {
  margin: 50px 0px;
}

/* -------------------------
Services Section
---------------------------*/
/* line 178, scss/style.scss */
#services {
  overflow: hidden;
}
/* line 180, scss/style.scss */
#services a {
  color: #002a4f;
  outline: none !important;
  text-align: center;
  display: block;
}
/* line 183, scss/style.scss */
#services a:hover {
  cursor: pointer;
  text-decoration: none;
}
/* line 189, scss/style.scss */
#services a img {
  display: inline-block;
}
/* line 191, scss/style.scss */
#services h4 {
  text-align: center;
}

/* -------------------------
Quote Section
---------------------------*/
/* line 201, scss/style.scss */
#quote {
  position: relative;
}
/* line 205, scss/style.scss */
#quote .quote_profile_image {
  -webkit-border-radius: 100%;
  -moz-border-radisu: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin: 30px auto 0 auto;
  display: inherit;
}
/* line 210, scss/style.scss */
#quote .quote-body {
  width: 85%;
  text-align: center;
  float: left;
  line-height: 1.1em;
  margin-top: 40px;
  padding: 0 5%;
}
@media (min-width: 768px) {
  /* line 210, scss/style.scss */
  #quote .quote-body {
    width: 90%;
    text-align: left;
  }
}
/* line 227, scss/style.scss */
#quote h5 {
  clear: both;
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 227, scss/style.scss */
  #quote h5 {
    text-align: left;
    margin-left: 10%;
  }
}
/* line 242, scss/style.scss */
#quote .button {
  margin: 20px auto;
  display: block;
}
@media (min-width: 768px) {
  /* line 242, scss/style.scss */
  #quote .button {
    margin: 10px 0 10px 10%;
    display: inline-block;
  }
}

/* -------------------------
Notice Section
---------------------------*/
/* line 256, scss/style.scss */
#notice {
  padding: 100px 0px;
  color: #fff;
  position: relative;
}
/* line 262, scss/style.scss */
#notice .notice_profile_image {
  background-clip: padding-box;
  margin-top: 30px;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radisu: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
@media (min-width: 992px) {
  /* line 262, scss/style.scss */
  #notice .notice_profile_image {
    float: right;
    display: inline;
  }
}
/* line 276, scss/style.scss */
#notice .notice-content {
  padding-top: 40px;
}
/* line 278, scss/style.scss */
#notice .notice-content h2 {
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  /* line 278, scss/style.scss */
  #notice .notice-content h2 {
    text-align: left;
  }
}
/* line 279, scss/style.scss */
#notice .notice-content p {
  margin-top: 20px;
}
/* line 282, scss/style.scss */
#notice .notice_social {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 282, scss/style.scss */
  #notice .notice_social {
    margin: 0;
  }
}
/* line 290, scss/style.scss */
#notice .notice_social li {
  margin-right: 20px;
  display: inline-block;
  *display: inline;
  /*IE7*/
  *zoom: 1;
  /*IE7*/
}
@media (min-width: 768px) {
  /* line 290, scss/style.scss */
  #notice .notice_social li {
    float: left;
  }
}
/* line 300, scss/style.scss */
#notice .notice_social li a {
  color: #fff;
  font-size: 2em;
}

/* line 308, scss/style.scss */
.notice_block {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  /* line 308, scss/style.scss */
  .notice_block {
    width: 50%;
    float: left;
  }
}

/* -------------------------
Sectors Section
---------------------------*/
/* line 324, scss/style.scss */
#sectors {
  overflow: hidden;
}
/* line 327, scss/style.scss */
#sectors a {
  color: #002a4f;
  outline: none !important;
  text-align: center;
  display: block;
}
/* line 330, scss/style.scss */
#sectors a:hover {
  cursor: pointer;
  text-decoration: none;
}
/* line 336, scss/style.scss */
#sectors a img {
  display: inline-block;
}
/* line 338, scss/style.scss */
#sectors h4 {
  text-align: center;
}

/* -------------------------
Snapshots Section
---------------------------*/
/* line 348, scss/style.scss */
#snapshot-showcase {
  position: relative;
  color: #fff;
}
/* line 350, scss/style.scss */
#snapshot-showcase h2 {
  color: #fff;
}
/* line 353, scss/style.scss */
#snapshot-showcase .snapshot {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  /* line 353, scss/style.scss */
  #snapshot-showcase .snapshot {
    height: 170px;
    position: relative;
    margin-bottom: 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-flex-align-content: flex-end;
    margin-top: 20px;
  }
}
/* line 376, scss/style.scss */
#snapshot-showcase .snapshot h4 {
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  font-family: "Orbis Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  width: 100%;
}
/* line 386, scss/style.scss */
#snapshot-showcase .snapshot .button {
  width: 80%;
}
@media (min-width: 768px) {
  /* line 386, scss/style.scss */
  #snapshot-showcase .snapshot .button {
    /*        position:absolute;
            bottom:20px;
            left:10%;*/
  }
}

/* -------------------------
Case Studies Section
---------------------------*/
/* line 404, scss/style.scss */
#case-studies {
  padding: 35px 0px;
  overflow: hidden;
}
/* line 408, scss/style.scss */
#case-studies .caseStudySlide {
  margin-top: 70px;
  overflow: hidden;
}
/* line 412, scss/style.scss */
#case-studies .caseStudySlide.slick-slider {
  margin-bottom: 0;
}
/* line 416, scss/style.scss */
#case-studies .caseStudySlide .slick-arrow {
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
}
/* line 422, scss/style.scss */
#case-studies .caseStudySlide .slick-prev {
  left: -80px;
}
/* line 425, scss/style.scss */
#case-studies .caseStudySlide .slick-next {
  right: -80px;
}
/* line 431, scss/style.scss */
#case-studies .case_thumbnail {
  display: inline-block;
  text-align: center;
  background-position: center center;
  -webkit-border-radius: 100%;
  -moz-border-radisu: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #FFF;
  max-height: 220px;
  width: 50%;
  padding-bottom: 50%;
}
@media (min-width: 992px) {
  /* line 431, scss/style.scss */
  #case-studies .case_thumbnail {
    width: 75%;
    padding-bottom: 75%;
  }
}
/* line 457, scss/style.scss */
#case-studies .case-support h4 {
  color: #D0006F;
  text-align: center;
  font-family: 'Orbis Bold';
}
@media (min-width: 992px) {
  /* line 457, scss/style.scss */
  #case-studies .case-support h4 {
    text-align: left;
  }
}
/* line 465, scss/style.scss */
#case-studies .case-support ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
/* line 470, scss/style.scss */
#case-studies .case-support ul li {
  font-family: 'Orbis Regular';
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  /* line 470, scss/style.scss */
  #case-studies .case-support ul li {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 0;
  }
}
/* line 490, scss/style.scss */
#case-studies .case-excerpt {
  margin-top: 20px;
}
/* line 496, scss/style.scss */
#case-studies .case-excerpt p {
  text-align: left;
}
@media (min-width: 992px) {
  /* line 490, scss/style.scss */
  #case-studies .case-excerpt {
    margin-top: 0;
  }
}

/* -------------------------
Awards Section
---------------------------*/
/* line 509, scss/style.scss */
#awards {
  overflow: hidden;
  color: #002a4f;
  text-align: center;
  padding: 80px 0px;
}
/* line 516, scss/style.scss */
#awards .awardSlide .award_wrap img {
  max-height: 60px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 514, scss/style.scss */
  #awards .awardSlide {
    padding: 30px 50px 0px 50px;
  }
  /* line 523, scss/style.scss */
  #awards .awardSlide .slick-arrow {
    width: 40px;
    height: 40px;
  }
  /* line 527, scss/style.scss */
  #awards .awardSlide .slick-arrow:before {
    color: #002a4f;
  }
}
/* line 534, scss/style.scss */
#awards .slick-arrow {
  border: none !important;
}

/* line 541, scss/style.scss */
.slick-prev {
  background-image: url("images/previous.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 546, scss/style.scss */
.slick-next {
  background-image: url("images/next.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 552, scss/style.scss */
.slick-prev::before {
  content: "" !important;
}

/* line 556, scss/style.scss */
.slick-next::before {
  content: "" !important;
}

/* line 562, scss/style.scss */
.slick-next:hover, .slick-prev:hover {
  color: #D0006F !important;
}

/*ICONS*/
/* line 574, scss/style.scss */
.icon {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
/* line 580, scss/style.scss */
.icon:hover {
  opacity: 0.4;
}

/* =WordPress Core
-------------------------------------------------------------- */
/* line 590, scss/style.scss */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 594, scss/style.scss */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 600, scss/style.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 605, scss/style.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 610, scss/style.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 615, scss/style.scss */
a img.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 619, scss/style.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 624, scss/style.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 630, scss/style.scss */
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

/* line 638, scss/style.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 642, scss/style.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 646, scss/style.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/* line 650, scss/style.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* line 659, scss/style.scss */
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
/* line 667, scss/style.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* line 676, scss/style.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* line 696, scss/style.scss */
#timeline {
  display: block;
  padding: 85px 0px 0px 0px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
/* line 704, scss/style.scss */
#timeline h2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
}
/* line 712, scss/style.scss */
#timeline .overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

/* line 726, scss/style.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/* ==========================================================================
	Typography
/* ========================================================================== */
/* Headers */
/* line 736, scss/style.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 16px;
  line-height: 24px;
  font-weight: normal;
}

/* line 742, scss/style.scss */
.history {
  padding: 32px 0 30px;
  z-index: 2;
}
/* line 746, scss/style.scss */
.history .tooltip {
  opacity: 1;
}

/* line 748, scss/style.scss */
.history h2 {
  margin-bottom: 80px;
}

/* line 752, scss/style.scss */
.history-container {
  width: 100%;
  margin-bottom: 100px;
  cursor: pointer;
}

/* line 757, scss/style.scss */
.history-container:after {
  content: '';
  display: table;
  clear: both;
}

/* line 777, scss/style.scss */
.history-wrapper {
  padding: 0;
  margin: 0 auto;
  position: relative;
}

/* line 783, scss/style.scss */
.history-slide {
  width: 132px;
  float: left;
  display: block;
  height: 450px;
  position: relative;
}

/* line 790, scss/style.scss */
.history-slide h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: 6px;
  color: #fff;
  width: 100%;
  text-align: center;
}

/* line 800, scss/style.scss */
.history-slide .history-btn {
  width: 36px;
  height: 35px;
  margin: 0 auto;
  display: block;
  background-image: url(images/history-btn-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  text-indent: -9999px;
  color: transparent;
  /* PULSE */
  border-radius: 50px;
  -webkit-animation: pulseAnimation 2s infinite;
  -webkit-animation-iteration-count: 5;
  /* Safari 4.0 - 8.0 */
  animation-iteration-count: 5;
}
@-webkit-keyframes pulseAnimation {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.6);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
/* line 829, scss/style.scss */
.history-slide .history-btn-active {
  background-image: url(images/history-btn-active.png);
  width: 36px;
  height: 35px;
}

/* line 834, scss/style.scss */
.history-slide .history-btn:after {
  content: '';
  width: 2px;
  height: 95px;
  position: absolute;
  bottom: calc(100% - 6px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 2;
}

/* line 847, scss/style.scss */
.history-slide:nth-child(4n+1) {
  padding-top: 56px;
}

/* line 850, scss/style.scss */
.history-slide:nth-child(4n+1) .history-btn {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

/* line 855, scss/style.scss */
.history-slide:nth-child(4n+2) {
  padding-bottom: 56px;
}

/* line 858, scss/style.scss */
.history-slide:nth-child(4n+2) .history-btn:after {
  top: initial;
  bottom: calc(100% - 6px);
}

/* line 862, scss/style.scss */
.history-slide:nth-child(4n+3) .history-btn {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

/* line 867, scss/style.scss */
.history-slide:nth-child(4n+3) .history-btn:after {
  height: 150px;
}

/* line 870, scss/style.scss */
.history-slide:nth-child(4n+4) .history-btn:after {
  height: 150px;
  top: initial;
  bottom: calc(100% - 6px);
}

/* line 875, scss/style.scss */
.history-slide:nth-child(even) {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 895, scss/style.scss */
.history-slide:nth-child(even) h4 {
  order: 2;
  width: 100%;
  margin: 16px 0 0;
  -webkit-order: 2;
  -ms-flex-order: 2;
}

/* line 902, scss/style.scss */
.history-slide:nth-child(even) .history-btn {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

/* line 910, scss/style.scss */
.tooltip {
  display: block;
}

/* line 912, scss/style.scss */
.qtip {
  background-color: #fff;
  box-shadow: 0px 3px 8.01px 0.99px rgba(0, 0, 0, 0.36);
  border: 0;
}
@media (min-width: 768px) {
  /* line 912, scss/style.scss */
  .qtip {
    max-width: 500px;
  }
}

/* line 919, scss/style.scss */
.tooltip-item {
  padding: 40px;
  text-align: center;
}

/* line 923, scss/style.scss */
.tooltip-item:after {
  content: '';
  display: table;
  clear: both;
}

/* line 928, scss/style.scss */
.tooltip-item h3 {
  clear: both;
  color: #002a4f;
  margin-bottom: 26px;
  line-height: 36px;
  font-size: 26px;
}

/* line 935, scss/style.scss */
.tooltip-item h3 span {
  display: block;
}

/* line 938, scss/style.scss */
.tooltip-item p {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 14px;
  color: #002a4f;
  line-height: 29px;
}

/* line 946, scss/style.scss */
.tooltip_templates {
  display: none;
}

/* line 950, scss/style.scss */
.tooltip-item {
  display: none;
}

/* line 954, scss/style.scss */
.qtip-close {
  float: right;
  display: block;
  margin-bottom: 12px;
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  top: 5px;
  right: 8px;
  background: none;
  color: #D0006F !important;
  border: 2px solid #002a4f;
  -webkit-border-radius: 50%;
  -moz-border-radisu: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: transparent;
  border: none;
}

/* line 971, scss/style.scss */
.qtip-icon {
  border: none;
  background: none;
  color: #D0006F;
  border: 2px solid;
  border-color: #002a4f !important;
  -webkit-border-radius: 50%;
  -moz-border-radisu: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
/* line 979, scss/style.scss */
.qtip-icon:hover {
  text-decoration: none;
}
/* line 983, scss/style.scss */
.qtip-icon .ui-icon {
  width: 25px;
  height: 25px;
  line-height: 22px !important;
  font: normal 700 20px/20px Tahoma,sans-serif;
  color: #D0006F !important;
}

/* line 994, scss/style.scss */
.qtip .connection-line {
  z-index: 2 !important;
}

/* ==========================================================================
	MAP section
/* ==========================================================================


office-dialog
 - office-contact-image
 - map-content
   _  office-loc
   _ contact-name
   _ office-contact-details
      - phone
      - email
      - linkedIn
*/
/* line 1016, scss/style.scss */
.infoBox > img:first-child {
  width: 40px;
  height: 40px;
  z-index: 99;
}

/* line 1018, scss/style.scss */
.office-dialog-mini {
  padding: 20px;
  width: auto;
  min-width: 200px;
  height: 60px;
}
/* line 1023, scss/style.scss */
.office-dialog-mini p {
  font-family: "Orbis Light","Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.4em;
  padding: 0;
}

/* line 1027, scss/style.scss */
.office-dialog {
  position: relative;
  padding: 20px 50px;
  width: 350px;
  -webkit-box-shadow: 10px 10px 25px -15px black;
  -moz-box-shadow: 10px 10px 25px -15px black;
  box-shadow: 10px 10px 25px -15px black;
}
/* line 1037, scss/style.scss */
.office-dialog .office-contact-image {
  -webkit-border-radius: 100%;
  -moz-border-radisu: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: absolute;
  top: -50px;
  left: 125px;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
}
/* line 1050, scss/style.scss */
.office-dialog .map-content {
  text-align: center;
  padding-top: 50px;
  display: inline-block;
  width: 100%;
}
/* line 1057, scss/style.scss */
.office-dialog .map-content .office-loc {
  font-family: "Orbis Light","Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.4em;
}
/* line 1058, scss/style.scss */
.office-dialog .map-content .contact-name a {
  color: #002a4f;
}
/* line 1059, scss/style.scss */
.office-dialog .map-content .office-contact-details {
  margin: 0;
  padding: 0;
  width: 80%;
  margin: 0 10%;
}
/* line 1064, scss/style.scss */
.office-dialog .map-content .office-contact-details li {
  display: inline-block;
  list-style-type: none;
  width: 50px;
}
/* line 1068, scss/style.scss */
.office-dialog .map-content .office-contact-details li:first-child {
  margin-right: 15px;
}
/* line 1069, scss/style.scss */
.office-dialog .map-content .office-contact-details li:last-child {
  margin-left: 15px;
}
/* line 1073, scss/style.scss */
.office-dialog .map-content .office-contact-details li img {
  width: 50px;
  height: 50px;
}

/* line 1085, scss/style.scss */
.servicesSlide, .sectorsSlide, .awardSlide, .portfolioSlide, .caseStudySlide {
  display: none;
}

/* line 1089, scss/style.scss */
.slick-slide:nth-of-child(n+1) {
  display: none;
}

/* line 1093, scss/style.scss */
.slick-initialized,
.slick-slide:first-child {
  display: block;
}
