@charset "UTF-8";
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * $CONTENTS............Table of contents
 * $COMMENTS............Comment formatting

  * $GLOBAL.............Compass support

 * $UTILITIES...........Generic utilities, variables and mixins and other hardly changed files
 *  SPRITES.............Please put a description of the contents of the partial here
 *  MIXINS..............Please put a description of the contents of the partial here
 *  VARIABLES...........Please put a description of the contents of the partial here

 * $BASE................Generic utility styles, variables and mixins, unclassed HTML elements etc.
 *  RESET...............Please put a description of the contents of the partial here
 *  FORMS...............Please put a description of the contents of the partial here
 *  HELPER..............Please put a description of the contents of the partial here
 *  TABLES..............Please put a description of the contents of the partial here
 *  TYPOGRAPHY..........Please put a description of the contents of the partial here

 * $LAYOUT..............Structural elements/areas, grids, columns
 *  GRIDS...............Please put a description of the contents of the partial here
 *  LAYOUT..............Please put a description of the contents of the partial here

 * $VENDOR..............CSS or Sass from other projects - do not change, but overwrite if necessary
 * //COLORPICKER.........Please put a description of the contents of the partial here

 * $COMPONENTS..........Objects and abstractions etc.
 *  BREADCRUMB..........Please put a description of the contents of the partial here
 *  BUTTONS.............Please put a description of the contents of the partial here
 *  GREYBOX.............Please put a description of the contents of the partial here
 *  MEDIA OBJECT........Please put a description of the contents of the partial here
 *  MODALS..............Please put a description of the contents of the partial here
 *  PAGINATION..........Please put a description of the contents of the partial here
 *  PODS................Please put a description of the contents of the partial here
 *  RESPONSIVE VIDEO....Please put a description of the contents of the partial here
 *  SECONDARY NAV.......Please put a description of the contents of the partial here
 *  SITE MENU...........Please put a description of the contents of the partial here
 *  SITE SEARCH.........Please put a description of the contents of the partial here
 *  TOP NAV.............Please put a description of the contents of the partial here

 * $NON-MODULAR.........Template-specific/temporary fixes/short-expiry pages etc.
 * //T01.................Please put a description of the contents of the partial here
 *  TEMP FIXES..........Please put a description of the contents of the partial here

 * $SPRITES.............Sprite styles
 *  SPRITES.............Please put a description of the contents of the partial here

 * $PRINT...............Print styles
 *  PRINT...............Please put a description of the contents of the partial here
 */
/*------------------------------------*\
    $COMMENTS
\*------------------------------------*/
/*------------------------------------*\
    $SECTION HEADING
\*------------------------------------*/
/* ----- single line subheading ----- */
/**
 * multi-line comments that will output
 * in the CSS depending on the mode
 * these comments use DocBlock formatting
 */
/* short comment */
/*ul*/
/*------------------------------------*\
    $GLOBAL
\*------------------------------------*/
/*------------------------------------*\
    $UTILITIES
\*------------------------------------*/
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/*------------------------------------*\
    $RESET
\*------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

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

[hidden] {
  display: none; }

* {
  box-sizing: border-box; }

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

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0;
  line-height: 1.4;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000; }

::-moz-selection, ::-moz-selection {
  background: #f49a00;
  color: #fff;
  text-shadow: none; }

::-moz-selection, ::selection {
  background: #f49a00;
  color: #fff;
  text-shadow: none; }

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none !important;
  outline: none !important; }

a:visited {
  color: #000; }

a:hover {
  color: #f49a00; }

a:focus {
  color: #f49a00; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 2em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 85%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  display: block;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

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

figure {
  margin: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

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

/*------------------------------------*\
    $HELPER
\*------------------------------------*/
.debug {
  border: 1px solid #f0f; }

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

.clearfix:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  *zoom: 1; }

.clear {
  clear: both; }

.clear-left {
  clear: left !important; }

.clear-right {
  clear: right !important; }

.clear-none {
  clear: none !important; }

.float-left {
  float: left; }

.float-right {
  float: right; }

@media screen and (min-width: 461px) and (max-width: 767px) {
  .float-right--xs {
    float: right !important; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .float-right--sm {
    float: right !important; } }

@media screen and (min-width: 768px) {
  .float-right--sm-plus {
    float: right !important; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .float-right--md {
    float: right !important; } }

@media screen and (min-width: 992px) {
  .float-right--md-plus {
    float: right !important; } }

@media screen and (min-width: 1200px) {
  .float-right--lg {
    float: right !important; } }

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

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

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

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

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

.width-auto {
  width: auto !important; }

@media screen and (min-width: 768px) {
  .display-table-wrapper {
    margin: 0 -20px;
    padding: 0; } }

@media screen and (min-width: 768px) {
  .display-table {
    width: 100%;
    display: table;
    border-spacing: 20px 0;
    position: relative; } }

.display-table-cell {
  position: relative;
  vertical-align: top;
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both; }
  @media screen and (min-width: 768px) {
    .display-table-cell {
      display: table-cell !important;
      border-collapse: separate; } }

@media screen and (min-width: 768px) {
  .display-one-half {
    width: 50% !important; } }

@media screen and (min-width: 768px) {
  .display-one-third {
    width: 33.3333% !important; } }

@media screen and (min-width: 768px) {
  .display-one-quarter {
    width: 25% !important; } }

@media screen and (min-width: 768px) {
  .display-one-fifth {
    width: 20% !important; } }

.visible-print {
  display: none !important; }

@media print {
  .print-visible {
    display: block !important; }
  .print-hidden {
    display: none !important; } }

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

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  /* IE 6/7 fallback */ }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/**
 * for the benefit of screen-readers, hide content off-screen without resorting to `display:none;`,
 * also add breakpoint specific options
 */
.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

@media screen and (min-width: 461px) and (max-width: 767px) {
  .visually-hidden--xs {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .visually-hidden--sm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media screen and (min-width: 768px) {
  .visually-hidden--sm-plus {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .visually-hidden--md {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media screen and (min-width: 992px) {
  .visually-hidden--md-plus {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media screen and (min-width: 1200px) {
  .visually-hidden--lg {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

.invisible {
  visibility: hidden; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

@media screen and (min-width: 461px) and (max-width: 767px) {
  .hidden--xs {
    display: none !important;
    visibility: hidden !important; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden--sm {
    display: none !important;
    visibility: hidden !important; } }

@media screen and (min-width: 768px) {
  .hidden--sm-plus {
    display: none !important;
    visibility: hidden !important; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden--md {
    display: none !important;
    visibility: hidden !important; } }

@media screen and (min-width: 992px) {
  .hidden--md-plus {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media screen and (min-width: 1200px) {
  .hidden--lg {
    display: none !important;
    visibility: hidden !important; } }

.display-block {
  display: block !important;
  width: 100% !important; }

@media screen and (min-width: 461px) and (max-width: 767px) {
  .display-block--xs {
    display: block !important;
    width: 100% !important; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .display-block--sm {
    display: block !important;
    width: 100% !important; } }

@media screen and (min-width: 768px) {
  .display-block--sm-plus {
    display: block !important;
    width: 100% !important; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .display-block--md {
    display: block !important;
    width: 100% !important; } }

@media screen and (min-width: 992px) {
  .display-block--md-plus {
    display: block !important;
    width: 100% !important; } }

@media screen and (min-width: 1200px) {
  .display-block--lg {
    display: block !important;
    width: 100% !important; } }

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

@media screen and (min-width: 461px) and (max-width: 767px) {
  .display-inline--xs {
    display: inline-block !important; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .display-inline--sm {
    display: inline-block !important; } }

@media screen and (min-width: 768px) {
  .display-inline--sm-plus {
    display: inline-block !important; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .display-inline--md {
    display: inline-block !important; } }

@media screen and (min-width: 992px) {
  .display-inline--md-plus {
    display: inline-block !important; } }

@media screen and (min-width: 1200px) {
  .display-inline--lg {
    display: inline-block !important; } }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.margin-5 {
  margin: 5px !important; }

.margin-10 {
  margin: 10px !important; }

.margin-15 {
  margin: 15px !important; }

.margin-20 {
  margin: 20px !important; }

.margin-25 {
  margin: 25px !important; }

.margin-30 {
  margin: 30px !important; }

.margin-40 {
  margin: 40px !important; }

.margin-50 {
  margin: 50px !important; }

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

.margin-left-5 {
  margin-left: 5px !important; }

.margin-left-10 {
  margin-left: 10px !important; }

.margin-left-15 {
  margin-left: 15px !important; }

.margin-left-20 {
  margin-left: 20px !important; }

.margin-left-25 {
  margin-left: 25px !important; }

.margin-left-30 {
  margin-left: 30px !important; }

.margin-left-40 {
  margin-left: 40px !important; }

.margin-left-50 {
  margin-left: 50px !important; }

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

.margin-right-5 {
  margin-right: 5px !important; }

.margin-right-10 {
  margin-right: 10px !important; }

.margin-right-15 {
  margin-right: 15px !important; }

.margin-right-20 {
  margin-right: 20px !important; }

.margin-right-25 {
  margin-right: 25px !important; }

.margin-right-30 {
  margin-right: 30px !important; }

.margin-right-40 {
  margin-right: 40px !important; }

.margin-right-50 {
  margin-right: 50px !important; }

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

.margin-top-5 {
  margin-top: 5px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

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

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

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

.padding-5 {
  padding: 5px !important; }

.padding-10 {
  padding: 10px !important; }

.padding-15 {
  padding: 15px !important; }

.padding-20 {
  padding: 20px !important; }

.padding-25 {
  padding: 25px !important; }

.padding-30 {
  padding: 30px !important; }

.padding-40 {
  padding: 40px !important; }

.padding-50 {
  padding: 50px !important; }

.padding-left-0 {
  padding-left: 0 !important; }

.padding-left-5 {
  padding-left: 5px !important; }

.padding-left-10 {
  padding-left: 10px !important; }

.padding-left-15 {
  padding-left: 15px !important; }

.padding-left-20 {
  padding-left: 20px !important; }

.padding-left-25 {
  padding-left: 25px !important; }

.padding-left-30 {
  padding-left: 30px !important; }

.padding-left-40 {
  padding-left: 40px !important; }

.padding-left-50 {
  padding-left: 50px !important; }

.padding-right-0 {
  padding-right: 0 !important; }

.padding-right-5 {
  padding-right: 5px !important; }

.padding-right-10 {
  padding-right: 10px !important; }

.padding-right-15 {
  padding-right: 15px !important; }

.padding-right-20 {
  padding-right: 20px !important; }

.padding-right-25 {
  padding-right: 25px !important; }

.padding-right-30 {
  padding-right: 30px !important; }

.padding-right-40 {
  padding-right: 40px !important; }

.padding-right-50 {
  padding-right: 50px !important; }

.padding-top-0 {
  padding-top: 0 !important; }

.padding-top-5 {
  padding-top: 5px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-top-15 {
  padding-top: 15px !important; }

.padding-top-20 {
  padding-top: 20px !important; }

.padding-top-25 {
  padding-top: 25px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-top-40 {
  padding-top: 40px !important; }

.padding-top-50 {
  padding-top: 50px !important; }

.padding-bottom-0 {
  padding-bottom: 0 !important; }

.padding-bottom-5 {
  padding-bottom: 5px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.padding-bottom-15 {
  padding-bottom: 15px !important; }

.padding-bottom-20 {
  padding-bottom: 20px !important; }

.padding-bottom-25 {
  padding-bottom: 25px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.padding-bottom-40 {
  padding-bottom: 40px !important; }

.padding-bottom-50 {
  padding-bottom: 50px !important; }

/*------------------------------------*\
    $TYPOGRAPHY
    \*------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: bold;
  line-height: normal; }

h1, .h1 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 10px;
  font-weight: 300; }
  @media screen and (min-width: 992px) {
    h1, .h1 {
      font-size: 52px;
      font-size: 5.2rem; } }
  @media screen and (min-width: 1200px) {
    h1, .h1 {
      font-size: 68px;
      font-size: 6.8rem; } }

h2, .h2 {
  font-size: 29px;
  font-size: 2.9rem;
  margin-bottom: 10px;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    h2, .h2 {
      font-size: 36px;
      font-size: 3.6rem; } }
  @media screen and (min-width: 1450px) {
    h2, .h2 {
      font-size: 46px;
      font-size: 4.6rem; } }

h3, .h3 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 10px;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    h3, .h3 {
      font-size: 36px;
      font-size: 3.6rem; } }

h4, .h4 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    h4, .h4 {
      font-size: 32px;
      font-size: 3.2rem; } }

h5, .h5 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    h5, .h5 {
      font-size: 22px;
      font-size: 2.2rem; } }

h6, .h6 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    h6, .h6 {
      font-size: 20px;
      font-size: 2rem; } }

p {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (min-width: 1200px) {
    p {
      font-size: 15px;
      font-size: 1.5rem; } }
  @media screen and (min-width: 1450px) {
    p {
      font-size: 16px;
      font-size: 1.6rem; } }
  p small {
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (min-width: 1200px) {
      p small {
        font-size: 15px;
        font-size: 1.5rem; } }

ol {
  margin: 0 13px 8px 15px;
  padding: 0;
  list-style-position: inside; }

ul {
  margin: 0 12px 8px 15px;
  padding: 0;
  list-style-position: inside; }

ol ol, ol ul, ul ul, ul ol {
  margin-bottom: 2px; }

li {
  margin-bottom: 2px; }

.list-inline {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  overflow: hidden; }
  .list-inline li {
    float: left;
    margin: 0 10px 0 0; }

dt {
  font-weight: bold;
  margin-left: 15px; }

/*dl*/
@media screen and (min-width: 768px) {
  .dl-horizontal dt {
    width: auto;
    float: left;
    overflow: hidden;
    clear: left;
    text-align: left;
    margin: 0 20px 0 0; } }
@media screen and (min-width: 768px) {
  .dl-horizontal dd {
    width: auto; } }

.list-unstyled * {
  list-style: none;
  list-style-image: none; }

blockquote {
  border-left: 5px solid #eee;
  margin: 0;
  padding: 0 10px; }

p a {
  border-bottom: 1px solid #f49a00; }

.inner-page h1 {
  font-size: 29px;
  font-size: 2.9rem;
  margin-bottom: 10px;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .inner-page h1 {
      font-size: 36px;
      font-size: 3.6rem; } }
  @media screen and (min-width: 1450px) {
    .inner-page h1 {
      font-size: 46px;
      font-size: 4.6rem; } }

/*------------------------------------*\
    $FORMS
    \*------------------------------------*/
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label, .form-label {
  clear: both;
  display: block;
  font-weight: bold;
  margin-bottom: 5px; }

button, input, select, textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input {
  line-height: normal; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.form-wrapper {
  width: 210px; }
  @media screen and (min-width: 768px) {
    .form-wrapper {
      width: 360px; } }

.form-group {
  width: 210px;
  margin-bottom: 1.5em; }
  @media screen and (min-width: 768px) {
    .form-group {
      width: 360px; } }

.form-group-wrapper {
  overflow: hidden;
  margin-bottom: 1.5em; }

.validation {
  display: none; }

.has-error .validation {
  clear: both;
  display: block;
  color: #db1731; }

input[type="text"], textarea, select {
  display: block;
  width: 100%;
  height: auto;
  padding: 7px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 5px; }

input[type="text"] {
  padding: 8px 7px; }

.select-day {
  width: 65px;
  float: left !important;
  margin-right: 2px; }
  @media screen and (min-width: 768px) {
    .select-day {
      width: 118px !important; } }

.select-month {
  width: 65px;
  float: left !important;
  margin-right: 2px; }
  @media screen and (min-width: 768px) {
    .select-month {
      width: 118px !important; } }

.select-year {
  width: 74px;
  float: left !important;
  margin-right: 2px; }
  @media screen and (min-width: 768px) {
    .select-year {
      width: 118px !important; } }

select {
  cursor: pointer; }

input[type="radio"], input[type="checkbox"] {
  margin-right: 5px; }

input[type="submit"], input[type="reset"] {
  padding: 6px 20px; }

.radio, .checkbox {
  clear: both;
  display: block; }

.radio-inline, .checkbox-inline {
  float: left;
  margin-right: 30px; }

@media screen and (min-width: 768px) {
  .form-horizontal {
    width: 600px; } }
@media screen and (min-width: 768px) {
  .form-horizontal .form-group {
    width: 600px;
    overflow: hidden; } }
@media screen and (min-width: 768px) {
  .form-horizontal label, .form-horizontal .form-label {
    width: 250px;
    float: left;
    margin-right: 10px; } }
@media screen and (min-width: 768px) {
  .form-horizontal .form-item {
    width: 340px;
    float: left; } }

@media screen and (min-width: 768px) {
  .form-inline {
    width: 630px; } }
.form-inline .form-group {
  margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    .form-inline .form-group {
      width: 150px;
      float: left;
      margin: 0 5px 0 0;
      overflow: hidden; } }
@media screen and (min-width: 768px) {
  .form-inline .form-item {
    width: 150px; } }
.form-inline .btn {
  float: left; }

input[type=text], input[type=email], input[type=tel], select {
  width: 100%;
  border: 1px solid #00a19c;
  border-left: 5px solid #00a19c;
  border-radius: 0;
  margin-bottom: 20px;
  height: 48px;
  padding: 0 15px;
  color: #000;
  font-weight: 400; }
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #000; }
  input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, select:-moz-placeholder {
    /* Firefox 18- */
    color: #000; }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder {
    /* Firefox 19+ */
    color: #000; }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #000; }

textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #00a19c;
  border-left: 5px solid #00a19c;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 15px;
  color: #000;
  font-weight: 400;
  resize: none; }
  textarea::-webkit-input-placeholder {
    color: #000; }
  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #000; }
  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #000; }
  textarea:-ms-input-placeholder {
    color: #000; }

/*------------------------------------*\
    $TABLES
\*------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #dcdcdc;
  margin-bottom: 25px; }
  table.table {
    width: 100% !important; }

td {
  vertical-align: top;
  padding: 15px 40px;
  border-right: 1px solid #dcdcdc;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (min-width: 992px) {
    td {
      font-size: 16px;
      font-size: 1.6rem; } }
  td:last-child {
    border: none; }

th {
  background: #00a19c;
  padding: 20px 40px;
  border: none;
  border-right: 1px solid #dcdcdc;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (min-width: 992px) {
    th {
      font-size: 18px;
      font-size: 1.8rem; } }
  th:last-child {
    border: none; }

tr {
  border-bottom: 1px solid #dcdcdc; }

tr:nth-child(2n) {
  background: #eeeeee; }

tbody {
  border: none; }

/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
/**
 * structural elements/areas, grids, columns etc.
 */
/*------------------------------------*\
    $LAYOUT
    \*------------------------------------*/
body {
  background: #000; }

.page-wrapper {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  overflow: hidden; }

.header {
  min-height: 140px;
  padding: 0 20px;
  margin: 0 0 20px 0; }

.main {
  border: none;
  background: none; }

.footer {
  margin: 0 auto;
  position: relative;
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, .175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, .175, 1);
  z-index: 10; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

img {
  max-width: 100%; }

.back-to-top-shown .back-to-top {
  opacity: 1;
  z-index: 100; }

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  z-index: -100;
  opacity: 0;
  background-color: #e4e4e4;
  width: 70px;
  height: 60px;
  border: 1px solid #cfd0d0;
  cursor: pointer;
  transition: all 0.3s ease; }
  @media screen and (min-width: 992px) {
    .back-to-top:hover {
      background-color: #f49a00; }
      .back-to-top:hover:before {
        top: 48%; } }
  .back-to-top:before {
    background: url('up-arrow.png') no-repeat;
    display: block;
    content: '';
    width: 10px;
    height: 19px;
    content: '';
    position: absolute;
    top: 53%;
    left: 50%;
    margin: -9px 0 0 -5px;
    transition: all 0.3s ease; }

.content {
  position: relative;
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, .175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, .175, 1); }

.visible-to-md {
  display: block !important; }
  @media screen and (min-width: 992px) {
    .visible-to-md {
      display: none !important; } }

.visible-to-sm {
  display: block !important; }
  @media screen and (min-width: 768px) {
    .visible-to-sm {
      display: none !important; } }

.visible-from-sm {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .visible-from-sm {
      display: block !important; } }

.visible-from-lg {
  display: none !important; }
  @media screen and (min-width: 1200px) {
    .visible-from-lg {
      display: block !important; } }

.visible-to-lg {
  display: block !important; }
  @media screen and (min-width: 1200px) {
    .visible-to-lg {
      display: none !important; } }

.sections {
  position: relative;
  background: #fff; }

.page-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  opacity: 0;
  transition: opacity 0.5s ease, left 0.5s cubic-bezier(0.77, 0, .175, 1); }

.nav-open .back-to-top {
  right: -230px; }
  @media screen and (min-width: 461px) {
    .nav-open .back-to-top {
      right: -300px; } }
.nav-open .main-menu-region {
  transition: none;
  opacity: 1; }
.nav-open .page-overlay {
  display: block;
  opacity: 1;
  z-index: 100;
  left: 230px; }
  @media screen and (min-width: 461px) {
    .nav-open .page-overlay {
      left: 300px; } }
.nav-open .mobile-header {
  left: 230px; }
  @media screen and (min-width: 461px) {
    .nav-open .mobile-header {
      left: 300px; } }
.nav-open .content, .nav-open footer.footer, .nav-open .home-carousel {
  -webkit-transform: translateX(230px);
          transform: translateX(230px); }
  @media screen and (min-width: 461px) {
    .nav-open .content, .nav-open footer.footer, .nav-open .home-carousel {
      -webkit-transform: translateX(300px);
              transform: translateX(300px); } }

.content {
  z-index: 10;
  background: #fff; }

iframe {
  margin-bottom: 30px; }

.node-case-study h2 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 10px;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .node-case-study h2 {
      font-size: 36px;
      font-size: 3.6rem; } }

.l-content, .l-sidebar-first, .l-sidebar-second {
  float: none;
  padding: 0;
  position: relative; }

header[role="banner"] {
  margin-top: 0px;
  border-bottom: none; }

.field-collection-container {
  border: none;
  margin: 0; }

.field-collection-view {
  padding: 0;
  margin: 0;
  border: none; }

ul li {
  list-style: none;
  position: relative; }
  ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #aecb06;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    display: block;
    top: 7px;
    left: -20px;
    position: absolute; }

ul {
  margin: 0 12px 8px 30px; }

@media (max-width: 460px) {
  .container.full-xxs {
    padding: 0; } }

nav.tabs ul.primary li:before {
  display: none; }

body.admin-menu {
  margin-top: 0px !important; }
  @media screen and (min-width: 992px) {
    body.admin-menu {
      margin-top: 82px !important; } }
  body.admin-menu #admin-menu .dropdown li {
    position: static; }
  body.admin-menu.node-type-person-pod {
    background: none; }
  body.admin-menu nav.tabs {
    position: fixed;
    top: 27px;
    left: 0;
    width: 100%;
    z-index: 15;
    display: none; }
    @media screen and (min-width: 992px) {
      body.admin-menu nav.tabs {
        display: block; } }
  @media screen and (min-width: 992px) {
    body.admin-menu .mobile-header {
      top: 83px; } }
  body.admin-menu #admin-menu {
    display: none; }
    @media screen and (min-width: 992px) {
      body.admin-menu #admin-menu {
        display: block; } }

#admin-menu .dropdown li:before {
  display: none; }

ul li.leaf, ul li.expanded {
  list-style: none; }

::-moz-selection {
  background: #f49a00;
  color: #fff; }

::selection {
  background: #f49a00;
  color: #fff; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 20px;
  padding-right: 20px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 738px; } }
  @media (min-width: 992px) {
    .container {
      width: 962px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
  @media (min-width: 1450px) {
    .container {
      width: 1420px; } }

.container.inner-container {
  background: #fff;
  position: relative;
  z-index: 11;
  padding: 25px 15px;
  min-height: 750px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container.inner-container:before, .container.inner-container:after {
    content: " ";
    display: table; }
  .container.inner-container:after {
    clear: both; }
  @media (min-width: 461px) {
    .container.inner-container {
      width: 100%;
      padding: 35px; } }
  @media (min-width: 992px) {
    .container.inner-container {
      padding: 50px; } }
  @media (min-width: 1200px) {
    .container.inner-container {
      width: 815px;
      margin-left: 40px; }
      .container.inner-container.top-container {
        margin-top: -180px; } }
  @media (min-width: 1450px) {
    .container.inner-container {
      width: 984px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px;
  position: relative; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2 .col-xl-2, .col-xs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3 .col-xl-3, .col-xs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4 .col-xl-4, .col-xs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5 .col-xl-5, .col-xs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6 .col-xl-6, .col-xs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7 .col-xl-7, .col-xs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8 .col-xl-8, .col-xs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9 .col-xl-9, .col-xs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10 .col-xl-10, .col-xs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11 .col-xl-11, .col-xs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left; }

.col-xxs-1 {
  width: 8.33333%; }

.col-xxs-2 {
  width: 16.66667%; }

.col-xxs-3 {
  width: 25%; }

.col-xxs-4 {
  width: 33.33333%; }

.col-xxs-5 {
  width: 41.66667%; }

.col-xxs-6 {
  width: 50%; }

.col-xxs-7 {
  width: 58.33333%; }

.col-xxs-8 {
  width: 66.66667%; }

.col-xxs-9 {
  width: 75%; }

.col-xxs-10 {
  width: 83.33333%; }

.col-xxs-11 {
  width: 91.66667%; }

.col-xxs-12 {
  width: 100%; }

.col-xxs-pull-0 {
  right: 0%; }

.col-xxs-pull-1 {
  right: 8.33333%; }

.col-xxs-pull-2 {
  right: 16.66667%; }

.col-xxs-pull-3 {
  right: 25%; }

.col-xxs-pull-4 {
  right: 33.33333%; }

.col-xxs-pull-5 {
  right: 41.66667%; }

.col-xxs-pull-6 {
  right: 50%; }

.col-xxs-pull-7 {
  right: 58.33333%; }

.col-xxs-pull-8 {
  right: 66.66667%; }

.col-xxs-pull-9 {
  right: 75%; }

.col-xxs-pull-10 {
  right: 83.33333%; }

.col-xxs-pull-11 {
  right: 91.66667%; }

.col-xxs-pull-12 {
  right: 100%; }

.col-xxs-push-0 {
  left: 0%; }

.col-xxs-push-1 {
  left: 8.33333%; }

.col-xxs-push-2 {
  left: 16.66667%; }

.col-xxs-push-3 {
  left: 25%; }

.col-xxs-push-4 {
  left: 33.33333%; }

.col-xxs-push-5 {
  left: 41.66667%; }

.col-xxs-push-6 {
  left: 50%; }

.col-xxs-push-7 {
  left: 58.33333%; }

.col-xxs-push-8 {
  left: 66.66667%; }

.col-xxs-push-9 {
  left: 75%; }

.col-xxs-push-10 {
  left: 83.33333%; }

.col-xxs-push-11 {
  left: 91.66667%; }

.col-xxs-push-12 {
  left: 100%; }

.col-xxs-offset-0 {
  margin-left: 0%; }

.col-xxs-offset-1 {
  margin-left: 8.33333%; }

.col-xxs-offset-2 {
  margin-left: 16.66667%; }

.col-xxs-offset-3 {
  margin-left: 25%; }

.col-xxs-offset-4 {
  margin-left: 33.33333%; }

.col-xxs-offset-5 {
  margin-left: 41.66667%; }

.col-xxs-offset-6 {
  margin-left: 50%; }

.col-xxs-offset-7 {
  margin-left: 58.33333%; }

.col-xxs-offset-8 {
  margin-left: 66.66667%; }

.col-xxs-offset-9 {
  margin-left: 75%; }

.col-xxs-offset-10 {
  margin-left: 83.33333%; }

.col-xxs-offset-11 {
  margin-left: 91.66667%; }

.col-xxs-offset-12 {
  margin-left: 100%; }

@media (min-width: 461px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }
  .col-xs-1 {
    width: 8.33333%; }
  .col-xs-2 {
    width: 16.66667%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-4 {
    width: 33.33333%; }
  .col-xs-5 {
    width: 41.66667%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-7 {
    width: 58.33333%; }
  .col-xs-8 {
    width: 66.66667%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-10 {
    width: 83.33333%; }
  .col-xs-11 {
    width: 91.66667%; }
  .col-xs-12 {
    width: 100%; }
  .col-xs-pull-0 {
    right: 0%; }
  .col-xs-pull-1 {
    right: 8.33333%; }
  .col-xs-pull-2 {
    right: 16.66667%; }
  .col-xs-pull-3 {
    right: 25%; }
  .col-xs-pull-4 {
    right: 33.33333%; }
  .col-xs-pull-5 {
    right: 41.66667%; }
  .col-xs-pull-6 {
    right: 50%; }
  .col-xs-pull-7 {
    right: 58.33333%; }
  .col-xs-pull-8 {
    right: 66.66667%; }
  .col-xs-pull-9 {
    right: 75%; }
  .col-xs-pull-10 {
    right: 83.33333%; }
  .col-xs-pull-11 {
    right: 91.66667%; }
  .col-xs-pull-12 {
    right: 100%; }
  .col-xs-push-0 {
    left: 0%; }
  .col-xs-push-1 {
    left: 8.33333%; }
  .col-xs-push-2 {
    left: 16.66667%; }
  .col-xs-push-3 {
    left: 25%; }
  .col-xs-push-4 {
    left: 33.33333%; }
  .col-xs-push-5 {
    left: 41.66667%; }
  .col-xs-push-6 {
    left: 50%; }
  .col-xs-push-7 {
    left: 58.33333%; }
  .col-xs-push-8 {
    left: 66.66667%; }
  .col-xs-push-9 {
    left: 75%; }
  .col-xs-push-10 {
    left: 83.33333%; }
  .col-xs-push-11 {
    left: 91.66667%; }
  .col-xs-push-12 {
    left: 100%; }
  .col-xs-offset-0 {
    margin-left: 0%; }
  .col-xs-offset-1 {
    margin-left: 8.33333%; }
  .col-xs-offset-2 {
    margin-left: 16.66667%; }
  .col-xs-offset-3 {
    margin-left: 25%; }
  .col-xs-offset-4 {
    margin-left: 33.33333%; }
  .col-xs-offset-5 {
    margin-left: 41.66667%; }
  .col-xs-offset-6 {
    margin-left: 50%; }
  .col-xs-offset-7 {
    margin-left: 58.33333%; }
  .col-xs-offset-8 {
    margin-left: 66.66667%; }
  .col-xs-offset-9 {
    margin-left: 75%; }
  .col-xs-offset-10 {
    margin-left: 83.33333%; }
  .col-xs-offset-11 {
    margin-left: 91.66667%; }
  .col-xs-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1450px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: 0%; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: 0%; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.bootstrap-grid-example div {
  border: 1px solid #ddd; }
.bootstrap-grid-example .row {
  margin: 0; }

@media screen and (min-width: 461px) and (max-width: 767px) {
  .page-wrapper {
    overflow-x: hidden; }
  .full-bleed--xs {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

/*------------------------------------*\
    $VENDOR
\*------------------------------------*/
/**
 * CSS or Sass from other projects - do not change, but overwrite if necessary.
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

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

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

/*------------------------------------*\
    $COMPONENTS
\*------------------------------------*/
/**
 * objects and abstractions etc.
 */
.a-word-from-us {
  text-align: center; }
  @media screen and (min-width: 992px) {
    .a-word-from-us .word-from-container {
      display: table;
      width: 100%;
      vertical-align: middle;
      margin-bottom: 95px; } }
  .a-word-from-us .word-from-container .word-text {
    margin-bottom: 35px; }
    @media screen and (min-width: 768px) {
      .a-word-from-us .word-from-container .word-text {
        margin-bottom: 70px; } }
    @media screen and (min-width: 992px) {
      .a-word-from-us .word-from-container .word-text {
        display: table-cell;
        vertical-align: middle;
        width: 60%; } }
    .a-word-from-us .word-from-container .word-text p {
      font-weight: 300; }
  @media screen and (min-width: 992px) {
    .a-word-from-us .word-from-container .word-profile {
      display: table-cell;
      vertical-align: middle;
      width: 40%;
      padding-left: 130px; } }
  .a-word-from-us .word-from-container .word-profile .profile-container {
    padding: 35px;
    background: #ebebeb;
    text-align: center;
    position: relative;
    margin-bottom: 35px; }
    .a-word-from-us .word-from-container .word-profile .profile-container:before {
      content: '';
      display: block;
      background: url(profile-box-arrow.png) no-repeat;
      width: 29px;
      height: 18px;
      position: absolute;
      top: -18px;
      left: 50%;
      margin-left: -14px; }
      @media screen and (min-width: 992px) {
        .a-word-from-us .word-from-container .word-profile .profile-container:before {
          left: -18px;
          background: url(profile-box-arrow-left.png) no-repeat;
          width: 18px;
          height: 29px;
          top: 50%;
          margin: -14px 0 0 0; } }
    @media screen and (min-width: 768px) {
      .a-word-from-us .word-from-container .word-profile .profile-container {
        position: relative;
        padding: 70px 70px 70px 270px; } }
    @media screen and (min-width: 992px) {
      .a-word-from-us .word-from-container .word-profile .profile-container {
        padding: 70px;
        margin-bottom: 0; } }
    .a-word-from-us .word-from-container .word-profile .profile-container .profile-image {
      width: 110px;
      height: 110px;
      border-radius: 50%;
      overflow: hidden;
      display: block;
      margin: 0 auto 30px; }
      @media screen and (min-width: 461px) {
        .a-word-from-us .word-from-container .word-profile .profile-container .profile-image {
          width: 180px;
          height: 180px; } }
      @media screen and (min-width: 768px) {
        .a-word-from-us .word-from-container .word-profile .profile-container .profile-image {
          position: absolute;
          top: 70px;
          left: 70px; } }
      @media screen and (min-width: 992px) {
        .a-word-from-us .word-from-container .word-profile .profile-container .profile-image {
          position: static; } }
      .a-word-from-us .word-from-container .word-profile .profile-container .profile-image img {
        display: inline-block; }
    .a-word-from-us .word-from-container .word-profile .profile-container .monitise-logo:after {
      content: '';
      display: inline-block;
      width: 46px;
      height: 46.1px;
      background-position: -977px -20px;
      background-size: 2145px 86.1px;
      background-image: url('sprite.svg');
      margin-bottom: 15px; }
    .a-word-from-us .word-from-container .word-profile .profile-container h5 {
      margin-bottom: 15px; }
    .a-word-from-us .word-from-container .word-profile .profile-container p small {
      display: inline-block; }
      .a-word-from-us .word-from-container .word-profile .profile-container p small:after {
        background: #000;
        height: 2px;
        display: block;
        margin-top: 25px;
        width: 60%;
        left: 20%;
        position: relative;
        content: ''; }

.about-us-section .container, .culture-section .container {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .about-us-section .container, .culture-section .container {
      padding-top: 85px;
      padding-bottom: 85px; } }
  .about-us-section .container h2, .culture-section .container h2 {
    font-size: 28px;
    font-size: 2.8rem; }
    @media screen and (min-width: 992px) {
      .about-us-section .container h2, .culture-section .container h2 {
        font-size: 36px;
        font-size: 3.6rem; } }
  .about-us-section .container p, .culture-section .container p {
    max-width: 730px;
    margin: 0 auto 10px; }
    @media screen and (min-width: 768px) {
      .about-us-section .container p, .culture-section .container p {
        margin: 0 auto 25px; } }

@keyframes non-active-hover {
  0% {
    top: 22px; }

  50% {
    top: 29px; }

  100% {
    top: 22px; } }

@-webkit-keyframes non-active-hover {
  0% {
    top: 22px; }

  50% {
    top: 29px; }

  100% {
    top: 22px; } }

@keyframes active-hover {
  0% {
    top: 22px; }

  50% {
    top: 15px; }

  100% {
    top: 22px; } }

@-webkit-keyframes active-hover {
  0% {
    top: 22px; }

  50% {
    top: 15px; }

  100% {
    top: 22px; } }

.inner-page .accordion, .accordion {
  font-family: 'Gotham Rounded A', 'Gotham Rounded B'; }
  .inner-page .accordion + h2, .inner-page .accordion + h3, .inner-page .accordion + h4, .inner-page .accordion + h5, .inner-page .accordion + p, .accordion + h2, .accordion + h3, .accordion + h4, .accordion + h5, .accordion + p {
    margin-top: 25px; }
  .inner-page .accordion .ui-accordion-header, .accordion .ui-accordion-header {
    padding: 15px 50px 15px 15px;
    background: none;
    border: 1px solid #00a19c;
    border-left: 10px solid #00a19c;
    border-radius: 0;
    position: relative;
    border-bottom: none;
    margin: 0 !important;
    cursor: pointer;
    transition: background 0.7s ease;
    font-family: 'Gotham Rounded A', 'Gotham Rounded B';
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400; }
    @media screen and (min-width: 461px) {
      .inner-page .accordion .ui-accordion-header, .accordion .ui-accordion-header {
        padding: 22px 85px 22px 30px; } }
    @media screen and (min-width: 992px) {
      .inner-page .accordion .ui-accordion-header, .accordion .ui-accordion-header {
        font-size: 18px;
        font-size: 1.8rem; } }
    .inner-page .accordion .ui-accordion-header:last-of-type, .accordion .ui-accordion-header:last-of-type {
      border-bottom: 1px solid #00a19c; }
    .inner-page .accordion .ui-accordion-header .ui-icon, .accordion .ui-accordion-header .ui-icon {
      position: absolute;
      top: 15px;
      right: 23px;
      width: 14.2px;
      height: 25.2px;
      background-position: -160px -20px;
      background-size: 2145px 86.1px;
      background-image: url('sprite.svg'); }
      @media screen and (min-width: 461px) {
        .inner-page .accordion .ui-accordion-header .ui-icon, .accordion .ui-accordion-header .ui-icon {
          top: 22px;
          right: 40px; } }
    .inner-page .accordion .ui-accordion-header:hover, .accordion .ui-accordion-header:hover {
      background: #eee; }
      .inner-page .accordion .ui-accordion-header:hover .ui-icon, .accordion .ui-accordion-header:hover .ui-icon {
        animation: non-active-hover 0.7s;
        -moz-animation: non-active-hover 0.7s;
        -webkit-animation: non-active-hover 0.7s;
        -ms-animation: non-active-hover 0.7s;
        -o-animation: non-active-hover 0.7s; }
    .inner-page .accordion .ui-accordion-header.ui-state-active, .accordion .ui-accordion-header.ui-state-active {
      border-color: #f49a00;
      margin: 0; }
      .inner-page .accordion .ui-accordion-header.ui-state-active .ui-icon, .accordion .ui-accordion-header.ui-state-active .ui-icon {
        width: 14.2px;
        height: 25.2px;
        background-position: -215px -20px;
        background-size: 2145px 86.1px;
        background-image: url('sprite.svg'); }
      .inner-page .accordion .ui-accordion-header.ui-state-active:last-of-type, .accordion .ui-accordion-header.ui-state-active:last-of-type {
        border-bottom: none; }
      .inner-page .accordion .ui-accordion-header.ui-state-active:hover .ui-icon, .accordion .ui-accordion-header.ui-state-active:hover .ui-icon {
        animation: active-hover 0.7s;
        -moz-animation: active-hover 0.7s;
        -webkit-animation: active-hover 0.7s;
        -ms-animation: active-hover 0.7s;
        -o-animation: active-hover 0.7s; }
  .inner-page .accordion .ui-widget-content, .accordion .ui-widget-content {
    border: 1px solid #00a19c;
    border-left: 10px solid #00a19c;
    padding: 15px; }
    .inner-page .accordion .ui-widget-content > div, .accordion .ui-widget-content > div {
      position: relative;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
      padding-right: 50px; }
      @media screen and (min-width: 461px) {
        .inner-page .accordion .ui-widget-content > div, .accordion .ui-widget-content > div {
          padding-right: 85px; } }
    @media screen and (min-width: 461px) {
      .inner-page .accordion .ui-widget-content, .accordion .ui-widget-content {
        padding: 20px; } }
    .inner-page .accordion .ui-widget-content .pdf, .inner-page .accordion .ui-widget-content .docx, .inner-page .accordion .ui-widget-content .doc, .inner-page .accordion .ui-widget-content .misc-generic, .inner-page .accordion .ui-widget-content .ppt, .inner-page .accordion .ui-widget-content .xls, .inner-page .accordion .ui-widget-content .xlsx, .inner-page .accordion .ui-widget-content .mp3, .accordion .ui-widget-content .pdf, .accordion .ui-widget-content .docx, .accordion .ui-widget-content .doc, .accordion .ui-widget-content .misc-generic, .accordion .ui-widget-content .ppt, .accordion .ui-widget-content .xls, .accordion .ui-widget-content .xlsx, .accordion .ui-widget-content .mp3 {
      position: absolute;
      top: 0px;
      right: 0; }
    .inner-page .accordion .ui-widget-content.ui-accordion-content-active, .accordion .ui-widget-content.ui-accordion-content-active {
      border-color: #f49a00;
      border-bottom: none; }
      .inner-page .accordion .ui-widget-content.ui-accordion-content-active:last-of-type, .accordion .ui-widget-content.ui-accordion-content-active:last-of-type {
        border-bottom: 1px solid #f49a00; }
    .inner-page .accordion .ui-widget-content span, .accordion .ui-widget-content span {
      margin-bottom: 10px;
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400; }
    .inner-page .accordion .ui-widget-content h6, .accordion .ui-widget-content h6 {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 500; }
    .inner-page .accordion .ui-widget-content p, .accordion .ui-widget-content p {
      font-weight: 500;
      font-family: 'Gotham Rounded A', 'Gotham Rounded B';
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc; }
  .inner-page .accordion div.accordion-row, .accordion div.accordion-row {
    padding-right: 10px;
    margin-bottom: 20px; }
    .inner-page .accordion div.accordion-row p, .accordion div.accordion-row p {
      margin: 20px 0 0px 0; }
    .inner-page .accordion div.accordion-row h6, .accordion div.accordion-row h6 {
      margin-bottom: 20px; }
    .inner-page .accordion div.accordion-row .accordion-multi-row, .accordion div.accordion-row .accordion-multi-row {
      position: relative;
      padding: 15px 0;
      border-bottom: 1px solid #ccc;
      margin-left: 25px;
      margin-toP: 5px; }
      .inner-page .accordion div.accordion-row .accordion-multi-row h6, .accordion div.accordion-row .accordion-multi-row h6 {
        margin: 0;
        position: relative;
        z-index: 1;
        font-size: 14px;
        font-size: 1.4rem; }
        @media screen and (min-width: 1200px) {
          .inner-page .accordion div.accordion-row .accordion-multi-row h6, .accordion div.accordion-row .accordion-multi-row h6 {
            font-size: 15px;
            font-size: 1.5rem; } }
        @media screen and (min-width: 1450px) {
          .inner-page .accordion div.accordion-row .accordion-multi-row h6, .accordion div.accordion-row .accordion-multi-row h6 {
            font-size: 16px;
            font-size: 1.6rem; } }
        .inner-page .accordion div.accordion-row .accordion-multi-row h6 a, .accordion div.accordion-row .accordion-multi-row h6 a {
          display: block; }
      .inner-page .accordion div.accordion-row .accordion-multi-row span, .accordion div.accordion-row .accordion-multi-row span {
        margin: 0; }
      .inner-page .accordion div.accordion-row .accordion-multi-row:last-child, .accordion div.accordion-row .accordion-multi-row:last-child {
        border-bottom: none; }

.article h1 {
  font-size: 29px;
  font-size: 2.9rem;
  margin-bottom: 10px;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .article h1 {
      font-size: 36px;
      font-size: 3.6rem; } }
  @media screen and (min-width: 1450px) {
    .article h1 {
      font-size: 46px;
      font-size: 4.6rem; } }
.article h5.green {
  color: #aecb06; }
  .article h5.green a {
    color: #aecb06; }
.article blockquote {
  border-left: 5px solid #f49a00;
  padding: 20px;
  margin: 10px 0 10px 0px; }
  @media screen and (min-width: 768px) {
    .article blockquote {
      float: right;
      width: 48%;
      margin: 10px 0 10px 20px; } }
  .article blockquote p {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 300; }
    @media screen and (min-width: 992px) {
      .article blockquote p {
        font-size: 22px;
        font-size: 2.2rem; } }

.article-box, .media-box {
  border: 1px solid #e3e3e3;
  border-left: 5px solid #aecb06;
  margin-bottom: 25px;
  vertical-align: middle;
  transition: background 0.3s ease; }
  .article-box.inner-page, .media-box.inner-page {
    border: none;
    margin: 0;
    transition: none; }
  @media screen and (min-width: 768px) {
    .article-box, .media-box {
      display: table;
      width: 100%; } }
  .article-box:hover, .media-box:hover {
    background: #F9F9F9; }
  .article-box p, .media-box p {
    color: #000; }
  .article-box .article-image, .media-box .article-image {
    display: none; }
    @media screen and (min-width: 768px) {
      .article-box .article-image, .media-box .article-image {
        width: 35%;
        display: table-cell;
        vertical-align: middle;
        padding: 17px; } }
    @media screen and (min-width: 992px) {
      .article-box .article-image, .media-box .article-image {
        width: 30%; } }
  .article-box .article-main, .media-box .article-main {
    padding: 25px;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .article-box .article-main, .media-box .article-main {
        display: table-cell;
        width: 100%;
        padding: 20px 30px;
        vertical-align: middle; } }
    @media screen and (min-width: 768px) {
      .article-box .article-main, .media-box .article-main {
        padding: 20px 40px; } }
    .article-box .article-main h3, .media-box .article-main h3 {
      color: #000;
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 10px;
      font-weight: 400; }
      @media screen and (min-width: 992px) {
        .article-box .article-main h3, .media-box .article-main h3 {
          font-size: 22px;
          font-size: 2.2rem; } }
      .article-box .article-main h3 span, .media-box .article-main h3 span {
        color: #000;
        display: inline;
        border-bottom: 2px solid #aecb06; }
    .article-box .article-main .hidden-text, .media-box .article-main .hidden-text {
      display: inline; }
      @media screen and (min-width: 768px) {
        .article-box .article-main .hidden-text, .media-box .article-main .hidden-text {
          display: none; } }
    .article-box .article-main .dots, .media-box .article-main .dots {
      display: none; }
      @media screen and (min-width: 768px) {
        .article-box .article-main .dots, .media-box .article-main .dots {
          display: inline; } }

.media-box {
  border-left-color: #dd007d; }
  .media-box .article-main h3 span {
    border-color: #dd007d; }

.benefits-section {
  background: #e4e4e4;
  text-align: center;
  padding: 45px 0 20px 0; }
  @media screen and (min-width: 768px) {
    .benefits-section {
      padding: 75px 0 20px 0; } }
  .benefits-section h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .benefits-section h2 {
        font-size: 36px;
        font-size: 3.6rem;
        margin-bottom: 50px; } }
  .benefits-section h5 {
    font-size: 18px;
    font-size: 1.8rem; }
  .benefits-section .entity {
    display: block;
    width: 280px;
    vertical-align: top;
    text-align: center;
    margin: 0 auto 35px; }
    .benefits-section .entity img {
      margin: 0 auto 25px; }
    .benefits-section .entity h5 {
      max-width: 280px;
      margin: 0 auto 10px; }
    @media screen and (min-width: 768px) {
      .benefits-section .entity {
        width: 100%;
        display: inline-block; }
        .benefits-section .entity:nth-last-child(n+2), .benefits-section .entity:nth-last-child(n+2) ~ .entity {
          width: 49%; }
        .benefits-section .entity:nth-last-child(n+3), .benefits-section .entity:nth-last-child(n+3) ~ .entity {
          width: 32%; } }

.best-in-class {
  text-align: center;
  padding: 45px 0 0 0;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .best-in-class {
      padding: 75px 0 0 0; } }
  .best-in-class .best-container {
    vertical-align: top; }
    @media screen and (min-width: 992px) {
      .best-in-class .best-container {
        display: table;
        width: 100%; } }
    .best-in-class .best-container .best-text {
      margin-bottom: 50px; }
      @media screen and (min-width: 992px) {
        .best-in-class .best-container .best-text {
          display: table-cell;
          width: 60%;
          vertical-align: top;
          padding-right: 100px; } }
      @media screen and (min-width: 1200px) {
        .best-in-class .best-container .best-text {
          width: 70%;
          padding-right: 150px; } }
    .best-in-class .best-container .best-image {
      text-align: center; }
      .best-in-class .best-container .best-image img {
        display: inline-block; }
      @media screen and (min-width: 992px) {
        .best-in-class .best-container .best-image {
          display: table-cell;
          width: 40%;
          vertical-align: top; } }
      @media screen and (min-width: 1200px) {
        .best-in-class .best-container .best-image {
          width: 30%; }
          .best-in-class .best-container .best-image img {
            max-width: 60%; } }
  .best-in-class .best-bottom-image {
    margin: 45px 0 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .best-in-class .best-bottom-image {
        margin: 75px 0 0 0; } }
    .best-in-class .best-bottom-image img {
      display: inline-block; }

.ios7- .blogs .blog-list .blog-post {
  transition: none;
  -webkit-transform: none;
          transform: none;
  opacity: 1; }

.blogs.onScreen .blog-list .blog-post {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

.blogs {
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  padding: 40px 0;
  z-index: 1;
  position: relative; }
  @media (max-width: 767px) {
    .blogs {
      background-image: none !important;
      background-color: #dcdcdc; } }
  @media screen and (min-width: 768px) {
    .blogs {
      padding: 70px 0; } }
  .blogs h2 {
    color: #000;
    font-size: 28px;
    font-size: 2.8rem; }
    @media screen and (min-width: 992px) {
      .blogs h2 {
        font-size: 36px;
        font-size: 3.6rem; } }
  .blogs .blog-summary-text {
    max-width: 505px;
    margin: 0 auto 50px;
    display: block;
    color: #000; }
  .blogs .blog-list .blog-post {
    margin-bottom: 15px;
    opacity: 0;
    -webkit-transform: translate(0, 90px);
            transform: translate(0, 90px);
    transition: opacity 1s .1s, -webkit-transform 1s ease;
    transition: opacity 1s .1s, transform 1s ease;
    transition-delay: 100ms; }
    .blogs .blog-list .blog-post:nth-child(2) {
      transition: opacity 1s .3s, -webkit-transform 1s 300ms ease;
      transition: opacity 1s .3s, transform 1s 300ms ease; }
    .blogs .blog-list .blog-post:nth-child(3) {
      transition: opacity 1s 600ms, -webkit-transform 1s 600ms ease;
      transition: opacity 1s 600ms, transform 1s 600ms ease; }
    .blogs .blog-list .blog-post:nth-child(4) {
      transition: opacity 1s 900ms, -webkit-transform 1s 900ms ease;
      transition: opacity 1s 900ms, transform 1s 900ms ease; }
    .blogs .blog-list .blog-post:nth-child(5) {
      transition: opacity 1s 1200ms, -webkit-transform 1s 1200ms ease;
      transition: opacity 1s 1200ms, transform 1s 1200ms ease; }
    .blogs .blog-list .blog-post:nth-child(6) {
      transition: opacity 1s 1500ms, -webkit-transform 1s 1500ms ease;
      transition: opacity 1s 1500ms, transform 1s 1500ms ease; }
    .blogs .blog-list .blog-post:nth-child(7) {
      transition: opacity 1s 1800ms, -webkit-transform 1s 1800ms ease;
      transition: opacity 1s 1800ms, transform 1s 1800ms ease; }
    .blogs .blog-list .blog-post:nth-child(8) {
      transition: opacity 1s 2100ms, -webkit-transform 1s 2100ms ease;
      transition: opacity 1s 2100ms, transform 1s 2100ms ease; }
    .blogs .blog-list .blog-post:nth-child(9) {
      transition: opacity 1s 2400ms, -webkit-transform 1s 2400ms ease;
      transition: opacity 1s 2400ms, transform 1s 2400ms ease; }
    .blogs .blog-list .blog-post:nth-child(10) {
      transition: opacity 1s 2700ms, -webkit-transform 1s 2700ms ease;
      transition: opacity 1s 2700ms, transform 1s 2700ms ease; }
    .blogs .blog-list .blog-post:nth-child(11) {
      transition: opacity 1s 3000ms, -webkit-transform 1s 3000ms ease;
      transition: opacity 1s 3000ms, transform 1s 3000ms ease; }
    .blogs .blog-list .blog-post:nth-child(12) {
      transition: opacity 1s 3300ms, -webkit-transform 1s 3300ms ease;
      transition: opacity 1s 3300ms, transform 1s 3300ms ease; }
    .blogs .blog-list .blog-post:nth-child(13) {
      transition: opacity 1s 3600ms, -webkit-transform 1s 3600ms ease;
      transition: opacity 1s 3600ms, transform 1s 3600ms ease; }
    .blogs .blog-list .blog-post:nth-child(14) {
      transition: opacity 1s 3900ms, -webkit-transform 1s 3900ms ease;
      transition: opacity 1s 3900ms, transform 1s 3900ms ease; }
    .blogs .blog-list .blog-post:nth-child(15) {
      transition: opacity 1s 4200ms, -webkit-transform 1s 4200ms ease;
      transition: opacity 1s 4200ms, transform 1s 4200ms ease; }
    .blogs .blog-list .blog-post:nth-child(16) {
      transition: opacity 1s 4500ms, -webkit-transform 1s 4500ms ease;
      transition: opacity 1s 4500ms, transform 1s 4500ms ease; }
    .blogs .blog-list .blog-post:nth-child(17) {
      transition: opacity 1s 4800ms, -webkit-transform 1s 4800ms ease;
      transition: opacity 1s 4800ms, transform 1s 4800ms ease; }
    .blogs .blog-list .blog-post:nth-child(18) {
      transition: opacity 1s 5100ms, -webkit-transform 1s 5100ms ease;
      transition: opacity 1s 5100ms, transform 1s 5100ms ease; }
    .blogs .blog-list .blog-post:nth-child(19) {
      transition: opacity 1s 5400ms, -webkit-transform 1s 5400ms ease;
      transition: opacity 1s 5400ms, transform 1s 5400ms ease; }
    .blogs .blog-list .blog-post:nth-child(20) {
      transition: opacity 1s 5700ms, -webkit-transform 1s 5700ms ease;
      transition: opacity 1s 5700ms, transform 1s 5700ms ease; }
    .blogs .blog-list .blog-post:nth-child(3), .blogs .blog-list .blog-post:last-child {
      display: none; }
    @media screen and (min-width: 768px) {
      .blogs .blog-list .blog-post {
        float: left;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 45px; }
        .blogs .blog-list .blog-post:nth-child(2) {
          margin-right: 0; } }
    @media screen and (min-width: 992px) {
      .blogs .blog-list .blog-post {
        width: 32%; }
        .blogs .blog-list .blog-post:nth-child(2) {
          margin-right: 2%; }
        .blogs .blog-list .blog-post:nth-child(3) {
          margin-right: 0;
          display: block; } }
    @media screen and (min-width: 1450px) {
      .blogs .blog-list .blog-post {
        width: 23.5%;
        margin-right: 2% !important;
        margin-bottom: 60px; }
        .blogs .blog-list .blog-post:last-child {
          margin-right: 0 !important;
          display: block; } }
    .blogs .blog-list .blog-post .blog-inner {
      background: #fff;
      padding: 10px; }
      @media (max-width: 767px) {
        .blogs .blog-list .blog-post .blog-inner {
          height: auto !important; } }
      .blogs .blog-list .blog-post .blog-inner .blog-inner-top {
        position: relative;
        padding-left: 85px;
        height: 70px;
        display: table;
        width: 100%;
        vertical-align: middle;
        margin-bottom: 35px; }
        .blogs .blog-list .blog-post .blog-inner .blog-inner-top .date {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 70px;
          height: 70px;
          background: #000;
          color: #fff;
          text-align: center;
          padding: 15px; }
          .blogs .blog-list .blog-post .blog-inner .blog-inner-top .date span {
            display: block;
            line-height: normal; }
            .blogs .blog-list .blog-post .blog-inner .blog-inner-top .date span + span {
              font-size: 22px;
              font-size: 2.2rem; }
        .blogs .blog-list .blog-post .blog-inner .blog-inner-top h4 {
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 400;
          color: #999999;
          text-align: center;
          display: table-cell;
          vertical-align: middle;
          margin: 0;
          line-height: normal; }
      .blogs .blog-list .blog-post .blog-inner .blog-inner-main {
        max-width: 255px;
        margin: 0 auto 35px; }
        .blogs .blog-list .blog-post .blog-inner .blog-inner-main h3 {
          font-size: 22px;
          font-size: 2.2rem;
          font-weight: 400;
          color: #000;
          text-align: center;
          line-height: normal; }
        .blogs .blog-list .blog-post .blog-inner .blog-inner-main p {
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 400;
          color: #999999;
          text-align: center;
          margin: 0;
          line-height: normal; }
    .blogs .blog-list .blog-post .find-out-more {
      display: block;
      background: #000;
      padding: 20px 10px;
      text-align: center;
      color: #fff;
      transition: background ease 0.5s; }
      .blogs .blog-list .blog-post .find-out-more:after {
        content: '';
        width: 12px;
        height: 12.1px;
        background-position: -1409px -20px;
        background-size: 2145px 86.1px;
        background-image: url('sprite.svg');
        display: inline-block;
        margin-left: 10px; }
      .blogs .blog-list .blog-post .find-out-more:hover {
        background: #f49a00;
        color: #000; }
        .blogs .blog-list .blog-post .find-out-more:hover:after {
          width: 12px;
          height: 12.1px;
          background-position: -1357px -20px;
          background-size: 2145px 86.1px;
          background-image: url('sprite.svg'); }
  .blogs .more-blogs a {
    display: inline-block;
    color: #000;
    font-weight: 500;
    transition: color ease 0.3s; }
    .blogs .more-blogs a:after {
      content: '';
      width: 22px;
      height: 12.4px;
      background-position: -270px -20px;
      background-size: 2145px 86.1px;
      background-image: url('sprite.svg');
      display: inline-block;
      margin-left: 10px; }
    .blogs .more-blogs a:hover {
      color: #00a19c; }

/*------------------------------------*\
    $BREADCRUMB
    \*------------------------------------*/
.breadcrumb {
  position: absolute;
  list-style: none;
  margin-left: 0;
  display: none; }
  .breadcrumb .container.inner-container {
    margin-left: 0;
    background: none;
    margin-top: 0;
    padding: 0;
    min-height: 0;
    font-size: 12px;
    font-size: 1.2rem; }
  @media screen and (min-width: 992px) {
    .breadcrumb {
      display: block; } }
  .breadcrumb > li {
    display: inline;
    margin-right: 4px; }
    .breadcrumb > li:first-child:before {
      content: ""; }
    .breadcrumb > li a {
      text-decoration: underline; }

.ios7- .header-banner-with-nav .home-carousel .banner-text .breadcrumb a:after, .ios7- .inner-header-carousel .banner-text .breadcrumb a:after, .ios8 .header-banner-with-nav .home-carousel .banner-text .breadcrumb a:after, .ios8 .inner-header-carousel .banner-text .breadcrumb a:after, body.safari .header-banner-with-nav .home-carousel .banner-text .breadcrumb a:after, body.safari .inner-header-carousel .banner-text .breadcrumb a:after {
  background: url(breadcrumb-arrow.png) no-repeat;
  width: 15px;
  height: 9px; }

.node-type-homepage .business-offerings {
  background: #fff; }
  .node-type-homepage .business-offerings .offering {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.business-offerings {
  position: relative;
  z-index: 2;
  background: #fff; }
  .business-offerings .offering-inner {
    margin-bottom: 10px; }
  .business-offerings .field-collection-container {
    margin: 0;
    border: none; }
  @media screen and (min-width: 461px) {
    .business-offerings:before, .business-offerings:after {
      content: " ";
      display: table;
      clear: both; } }
  @media screen and (min-width: 768px) {
    .business-offerings {
      display: table;
      width: 100%; }
      .business-offerings:before, .business-offerings:after {
        content: none;
        display: none; } }
  .business-offerings.onScreen .offering {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .business-offerings .offering {
    border-bottom: 1px solid #ccc;
    text-align: center;
    position: relative;
    opacity: 0;
    -webkit-transform: translate(0, 90px);
            transform: translate(0, 90px);
    transition: opacity 1s .1s, -webkit-transform 1s ease;
    transition: opacity 1s .1s, transform 1s ease;
    transition-delay: 100ms;
    transition: opacity 1s .1s, -webkit-transform 1s ease, background ease 0.5s, border-color ease 0.5s;
    transition: opacity 1s .1s, transform 1s ease, background ease 0.5s, border-color ease 0.5s;
    display: block;
    padding: 30px;
    text-align: center;
    background: #fff;
    border-top: 10px solid #fff; }
    .business-offerings .offering:nth-child(2) {
      transition: opacity 1s .3s, -webkit-transform 1s 300ms ease;
      transition: opacity 1s .3s, transform 1s 300ms ease; }
    .business-offerings .offering:nth-child(3) {
      transition: opacity 1s 600ms, -webkit-transform 1s 600ms ease;
      transition: opacity 1s 600ms, transform 1s 600ms ease; }
    .business-offerings .offering:nth-child(4) {
      transition: opacity 1s 900ms, -webkit-transform 1s 900ms ease;
      transition: opacity 1s 900ms, transform 1s 900ms ease; }
    .business-offerings .offering:nth-child(5) {
      transition: opacity 1s 1200ms, -webkit-transform 1s 1200ms ease;
      transition: opacity 1s 1200ms, transform 1s 1200ms ease; }
    .business-offerings .offering:nth-child(6) {
      transition: opacity 1s 1500ms, -webkit-transform 1s 1500ms ease;
      transition: opacity 1s 1500ms, transform 1s 1500ms ease; }
    .business-offerings .offering:nth-child(7) {
      transition: opacity 1s 1800ms, -webkit-transform 1s 1800ms ease;
      transition: opacity 1s 1800ms, transform 1s 1800ms ease; }
    .business-offerings .offering:nth-child(8) {
      transition: opacity 1s 2100ms, -webkit-transform 1s 2100ms ease;
      transition: opacity 1s 2100ms, transform 1s 2100ms ease; }
    .business-offerings .offering:nth-child(9) {
      transition: opacity 1s 2400ms, -webkit-transform 1s 2400ms ease;
      transition: opacity 1s 2400ms, transform 1s 2400ms ease; }
    .business-offerings .offering:nth-child(10) {
      transition: opacity 1s 2700ms, -webkit-transform 1s 2700ms ease;
      transition: opacity 1s 2700ms, transform 1s 2700ms ease; }
    .business-offerings .offering:nth-child(11) {
      transition: opacity 1s 3000ms, -webkit-transform 1s 3000ms ease;
      transition: opacity 1s 3000ms, transform 1s 3000ms ease; }
    .business-offerings .offering:nth-child(12) {
      transition: opacity 1s 3300ms, -webkit-transform 1s 3300ms ease;
      transition: opacity 1s 3300ms, transform 1s 3300ms ease; }
    .business-offerings .offering:nth-child(13) {
      transition: opacity 1s 3600ms, -webkit-transform 1s 3600ms ease;
      transition: opacity 1s 3600ms, transform 1s 3600ms ease; }
    .business-offerings .offering:nth-child(14) {
      transition: opacity 1s 3900ms, -webkit-transform 1s 3900ms ease;
      transition: opacity 1s 3900ms, transform 1s 3900ms ease; }
    .business-offerings .offering:nth-child(15) {
      transition: opacity 1s 4200ms, -webkit-transform 1s 4200ms ease;
      transition: opacity 1s 4200ms, transform 1s 4200ms ease; }
    .business-offerings .offering:nth-child(16) {
      transition: opacity 1s 4500ms, -webkit-transform 1s 4500ms ease;
      transition: opacity 1s 4500ms, transform 1s 4500ms ease; }
    .business-offerings .offering:nth-child(17) {
      transition: opacity 1s 4800ms, -webkit-transform 1s 4800ms ease;
      transition: opacity 1s 4800ms, transform 1s 4800ms ease; }
    .business-offerings .offering:nth-child(18) {
      transition: opacity 1s 5100ms, -webkit-transform 1s 5100ms ease;
      transition: opacity 1s 5100ms, transform 1s 5100ms ease; }
    .business-offerings .offering:nth-child(19) {
      transition: opacity 1s 5400ms, -webkit-transform 1s 5400ms ease;
      transition: opacity 1s 5400ms, transform 1s 5400ms ease; }
    .business-offerings .offering:nth-child(20) {
      transition: opacity 1s 5700ms, -webkit-transform 1s 5700ms ease;
      transition: opacity 1s 5700ms, transform 1s 5700ms ease; }
    .business-offerings .offering:nth-child(2), .business-offerings .offering:nth-child(3), .business-offerings .offering:nth-child(4) {
      transition: opacity 1s .1s, -webkit-transform 1s ease, background ease 0.5s, border-color ease 0.5s;
      transition: opacity 1s .1s, transform 1s ease, background ease 0.5s, border-color ease 0.5s; }
    @media screen and (min-width: 461px) {
      .business-offerings .offering {
        padding: 40px 10px 50px; } }
    @media screen and (min-width: 992px) {
      .business-offerings .offering {
        padding: 50px 25px 60px; } }
    @media screen and (min-width: 1200px) {
      .business-offerings .offering {
        padding: 60px 40px 70px; } }
    @media screen and (min-width: 1450px) {
      .business-offerings .offering {
        padding: 90px 60px 100px; } }
    .business-offerings .offering p {
      color: #000; }
    .business-offerings .offering:hover {
      background: #eaeaea;
      border-color: #aecb06; }
    @media screen and (min-width: 461px) {
      .business-offerings .offering.offering-1, .business-offerings .offering.offering-2 {
        width: 50%;
        float: left;
        height: 330px;
        position: relative; }
        .business-offerings .offering.offering-1:before, .business-offerings .offering.offering-2:before {
          position: absolute;
          top: -10px;
          right: 0;
          width: 1px;
          height: 120%;
          content: '';
          background: #ccc; }
        .business-offerings .offering.offering-1:after, .business-offerings .offering.offering-2:after {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          content: '';
          background: #ccc; }
      .business-offerings .offering.offering-3 {
        width: 100%;
        float: left; }
        .business-offerings .offering.offering-3:before {
          display: none; } }
    @media screen and (min-width: 768px) {
      .business-offerings .offering.offering-1, .business-offerings .offering.offering-2, .business-offerings .offering.offering-3 {
        width: 33.3333%;
        display: table-cell;
        border-bottom: none;
        float: none;
        height: auto; }
        .business-offerings .offering.offering-1:before, .business-offerings .offering.offering-2:before, .business-offerings .offering.offering-3:before {
          position: absolute;
          top: -10px;
          right: 0;
          width: 1px;
          height: 120%;
          content: '';
          background: #ccc; } }
    .business-offerings .offering .field-collection-view {
      padding: 0;
      margin: 0;
      border: none; }
    .business-offerings .offering h3 {
      color: #aecb06;
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 10px;
      font-weight: 400; }
      @media screen and (min-width: 992px) {
        .business-offerings .offering h3 {
          font-size: 32px;
          font-size: 3.2rem; } }
    .business-offerings .offering.offering-2 h3 {
      color: #dd007d; }
    .business-offerings .offering.offering-2:hover {
      border-color: #dd007d;
      border-right-color: #ccc; }
    .business-offerings .offering.offering-3 h3 {
      color: #00a19c; }
    .business-offerings .offering.offering-3:hover {
      border-color: #00a19c;
      border-right-color: #ccc; }
    .business-offerings .offering button {
      width: auto;
      text-align: center;
      border: none;
      border-radius: 30px;
      padding: 10px 45px 10px 20px;
      color: #fff;
      background: #000;
      transition: all ease 0.5s;
      margin-bottom: 10px;
      overflow: hidden;
      position: relative;
      line-height: normal; }
      @media screen and (min-width: 1450px) {
        .business-offerings .offering button {
          padding: 15px 70px 15px 45px; } }
      .business-offerings .offering button:after {
        content: '';
        width: 22px;
        height: 12.4px;
        background-position: -1967px -20px;
        background-size: 2145px 86.1px;
        background-image: url('sprite.svg');
        display: block;
        position: absolute;
        top: 13px;
        right: 15px;
        opacity: 1;
        transition: opacity ease 0.5s; }
        @media screen and (min-width: 1200px) {
          .business-offerings .offering button:after {
            right: 35px; } }
      .business-offerings .offering button:hover {
        background: #f49a00;
        color: #000;
        padding: 10px; }
        @media screen and (min-width: 1200px) {
          .business-offerings .offering button:hover {
            padding: 15px 45px 15px 45px; } }
        .business-offerings .offering button:hover:after {
          opacity: 0; }
      @media screen and (min-width: 1200px) {
        .business-offerings .offering button {
          padding: 15px 70px 15px 45px;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 400; }
          .business-offerings .offering button:after {
            top: 19px; } }
  .business-offerings:last-child {
    border-right: none; }

/*------------------------------------*\
    $BUTTONS
    \*------------------------------------*/
.btn {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  font-size: 100%;
  cursor: pointer;
  border: 1px solid #ddd;
  margin: 0;
  padding: 6px 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #000; }

.btn, .btn:hover {
  text-decoration: none; }
.btn:active, .btn:focus {
  outline: none; }

.btn--primary {
  background-color: #db1731;
  color: #fff !important; }

.btn--secondary {
  background-color: #aecb06;
  color: #fff !important; }

.btn--tertiary {
  background-color: #4777b7;
  color: #fff !important; }

.btn--link {
  border: 0; }
  .btn--link:hover {
    text-decoration: underline; }

.btn--block {
  display: block !important;
  width: 100% !important; }

.download-link {
  display: inline-block;
  color: #000;
  font-weight: 500; }
  .download-link:after {
    content: '';
    width: 22px;
    height: 12.4px;
    background-position: -270px -20px;
    background-size: 2145px 86.1px;
    background-image: url('sprite.svg');
    display: inline-block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-left: 10px; }

.white-arrow-link {
  text-indent: -2000em;
  width: 22px;
  height: 12.4px;
  background-position: -1967px -20px;
  background-size: 2145px 86.1px;
  background-image: url('sprite.svg');
  display: inline-block;
  background-color: transparent;
  border: none; }

.black-arrow-link {
  display: inline-block;
  color: #000;
  font-weight: 500; }
  .black-arrow-link:after {
    width: 22px;
    height: 12.4px;
    background-position: -270px -20px;
    background-size: 2145px 86.1px;
    background-image: url('sprite.svg');
    display: inline-block;
    content: '';
    margin-left: 10px; }

.view-more-link a {
  padding: 0;
  color: #fff;
  display: inline-block;
  position: relative;
  transition: color ease 0.3s;
  line-height: normal; }
  @media screen and (min-width: 1200px) {
    .view-more-link a {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400; } }
  .view-more-link a:hover {
    color: #00a19c; }
  .view-more-link a:after {
    width: 22px;
    height: 12.4px;
    background-position: -1967px -20px;
    background-size: 2145px 86.1px;
    background-image: url('sprite.svg');
    content: '';
    margin-left: 10px;
    display: inline-block; }
.view-more-link.new-window:after {
  display: none; }
.view-more-link.new-window a {
  border-radius: 30px;
  padding: 15px 50px 15px 25px;
  color: #fff;
  background: #000;
  transition: all ease 0.5s;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  line-height: normal;
  box-shadow: none;
  border: none; }
  .view-more-link.new-window a.orange {
    background: #f49a00;
    color: #000; }
    .view-more-link.new-window a.orange:after {
      width: 12px;
      height: 12.1px;
      background-position: -1357px -20px;
      background-size: 2145px 86.1px;
      background-image: url('sprite.svg'); }
  .view-more-link.new-window a:hover {
    background: #000;
    color: #fff; }
  .view-more-link.new-window a:after {
    content: '';
    width: 12px;
    height: 12.1px;
    background-position: -1409px -20px;
    background-size: 2145px 86.1px;
    background-image: url('sprite.svg');
    display: block;
    position: absolute;
    top: 18px;
    right: 20px;
    opacity: 1;
    transition: opacity ease 0.5s; }
    @media screen and (min-width: 1450px) {
      .view-more-link.new-window a:after {
        right: 35px; } }
  @media screen and (min-width: 1200px) {
    .view-more-link.new-window a {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400; }
      .view-more-link.new-window a:after {
        top: 19px; } }
  @media screen and (min-width: 1450px) {
    .view-more-link.new-window a {
      padding: 15px 70px 15px 45px; } }
  .view-more-link.new-window a:hover {
    background: #f49a00;
    color: #000;
    padding: 15px 25px; }
    @media screen and (min-width: 1450px) {
      .view-more-link.new-window a:hover {
        padding: 15px 45px 15px 45px; } }
    .view-more-link.new-window a:hover:after {
      opacity: 0; }
  .view-more-link.new-window a:hover {
    color: #000 !important; }

.new-window-black-btn {
  border-radius: 30px;
  padding: 15px 50px 15px 25px;
  color: #fff;
  background: #000;
  transition: all ease 0.5s;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  line-height: normal; }
  .new-window-black-btn:after {
    content: '';
    width: 12px;
    height: 12.1px;
    background-position: -1409px -20px;
    background-size: 2145px 86.1px;
    background-image: url('sprite.svg');
    display: block;
    position: absolute;
    top: 17px;
    right: 20px;
    opacity: 1;
    transition: opacity ease 0.5s; }
    @media screen and (min-width: 1450px) {
      .new-window-black-btn:after {
        right: 35px; } }
  @media screen and (min-width: 1200px) {
    .new-window-black-btn {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400; }
      .new-window-black-btn:after {
        top: 18px; } }
  @media screen and (min-width: 1450px) {
    .new-window-black-btn {
      padding: 15px 70px 15px 45px; } }
  .new-window-black-btn:visited {
    color: #fff; }
  .new-window-black-btn:hover {
    background: #f49a00;
    color: #000;
    padding: 15px 25px; }
    @media screen and (min-width: 1450px) {
      .new-window-black-btn:hover {
        padding: 15px 45px 15px 45px; } }
    .new-window-black-btn:hover:after {
      opacity: 0; }

.new-window {
  color: #fff; }
  .new-window:after {
    width: 12px;
    height: 12.1px;
    background-position: -1409px -20px;
    background-size: 2145px 86.1px;
    background-image: url('sprite.svg');
    display: inline-block;
    content: '';
    margin-left: 10px; }

.new-window-black {
  color: #000; }
  .new-window-black:after {
    width: 12px;
    height: 12.1px;
    background-position: -1357px -20px;
    background-size: 2145px 86.1px;
    background-image: url('sprite.svg');
    display: inline-block;
    content: '';
    margin-left: 10px; }

footer .new-window {
  color: #000; }
  footer .new-window:after {
    width: 12px;
    height: 12.1px;
    background-position: -1357px -20px;
    background-size: 2145px 86.1px;
    background-image: url('sprite.svg');
    display: inline-block;
    content: '';
    margin-left: 10px; }

.pager-load-more {
  margin: 0 0 25px;
  text-align: center; }
  .pager-load-more li {
    display: inline-block; }
    .pager-load-more li:before {
      display: none; }
    .pager-load-more li a {
      border-radius: 30px;
      padding: 15px;
      color: #636362;
      background: #fff;
      border: 2px solid #636362;
      transition: all ease 0.5s;
      margin-bottom: 10px;
      overflow: hidden;
      position: relative;
      display: inline-block; }
      @media screen and (min-width: 1200px) {
        .pager-load-more li a {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 400; } }
      @media screen and (min-width: 1450px) {
        .pager-load-more li a {
          padding: 15px 45px; } }
      .pager-load-more li a:hover {
        background: #e4e4e4;
        color: #636362; }
        @media screen and (min-width: 1450px) {
          .pager-load-more li a:hover {
            padding: 15px 45px; } }

.what-we-do-btn {
  display: block; }
  .what-we-do-btn.orange a {
    background: #f49a00;
    color: #000; }
    .what-we-do-btn.orange a:hover {
      background: #000;
      color: #fff; }
  .what-we-do-btn a {
    border-radius: 30px;
    padding: 15px 50px 15px 25px;
    color: #fff;
    background: #000;
    transition: all ease 0.5s;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    line-height: normal; }
    .what-we-do-btn a:after {
      content: '';
      width: 22px;
      height: 12.4px;
      background-position: -1967px -20px;
      background-size: 2145px 86.1px;
      background-image: url('sprite.svg');
      display: block;
      position: absolute;
      top: 18px;
      right: 20px;
      opacity: 1;
      transition: opacity ease 0.5s; }
      @media screen and (min-width: 1450px) {
        .what-we-do-btn a:after {
          right: 35px; } }
    @media screen and (min-width: 1200px) {
      .what-we-do-btn a {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400; }
        .what-we-do-btn a:after {
          top: 19px; } }
    @media screen and (min-width: 1450px) {
      .what-we-do-btn a {
        padding: 15px 70px 15px 45px; } }
    .what-we-do-btn a:hover {
      background: #f49a00;
      color: #000;
      padding: 15px 25px; }
      @media screen and (min-width: 1450px) {
        .what-we-do-btn a:hover {
          padding: 15px 45px 15px 45px; } }
      .what-we-do-btn a:hover:after {
        opacity: 0; }

.black-arrow:after {
  content: '';
  width: 22px;
  height: 12.4px;
  background-position: -270px -20px;
  background-size: 2145px 86.1px;
  background-image: url('sprite.svg');
  display: inline-block; }

.phone-no {
  position: relative;
  padding-left: 35px;
  color: #000;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (min-width: 461px) {
    .phone-no {
      padding-left: 54px;
      font-size: 18px;
      font-size: 1.8rem; } }
  .phone-no:before {
    content: '';
    width: 26px;
    height: 28px;
    background-position: -1110.05556px -14.73684px;
    background-size: 1549.16667px 63.44211px;
    background-image: url('sprite.svg');
    position: absolute;
    top: -4px;
    left: 0; }
    @media screen and (min-width: 461px) {
      .phone-no:before {
        width: 36px;
        height: 38px;
        background-position: -1537px -20px;
        background-size: 2145px 86.1px;
        background-image: url('sprite.svg'); } }

.find-out-more-btn {
  border-radius: 30px;
  padding: 15px 40px 15px 15px;
  color: #fff;
  background: #000;
  transition: all ease 0.5s;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 1450px) {
    .find-out-more-btn {
      padding: 15px 70px 15px 45px; } }
  .find-out-more-btn:after {
    content: '';
    width: 22px;
    height: 12.4px;
    background-position: -1967px -20px;
    background-size: 2145px 86.1px;
    background-image: url('sprite.svg');
    display: block;
    position: absolute;
    top: 18px;
    right: 10px;
    opacity: 1;
    transition: opacity ease 0.5s; }
    @media screen and (min-width: 1450px) {
      .find-out-more-btn:after {
        right: 35px; } }
  .find-out-more-btn:hover {
    background: #f49a00;
    color: #000; }
    @media screen and (min-width: 1450px) {
      .find-out-more-btn:hover {
        padding: 15px 45px 15px 45px; } }
    .find-out-more-btn:hover:after {
      opacity: 0; }

.continue-btn {
  border-radius: 30px;
  padding: 15px 45px 15px 20px !important;
  color: #fff;
  background: #000;
  transition: all ease 0.5s;
  margin-bottom: 10px;
  overflow: hidden;
  dispaly: inline-block;
  position: relative; }
  @media screen and (min-width: 1200px) {
    .continue-btn {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400; } }
  .continue-btn:visited {
    color: #fff; }
  @media screen and (min-width: 1450px) {
    .continue-btn {
      padding: 15px 70px 15px 45px !important; } }
  .continue-btn:after {
    content: '';
    width: 22px;
    height: 12.4px;
    background-position: -1967px -20px;
    background-size: 2145px 86.1px;
    background-image: url('sprite.svg');
    display: block;
    position: absolute;
    top: 16px !important;
    right: 10px;
    opacity: 1;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: all ease 0.5s !important; }
    @media screen and (min-width: 1450px) {
      .continue-btn:after {
        right: 35px; } }
  .continue-btn:hover {
    background: #f49a00;
    color: #000;
    padding: 15px 45px 15px 20px !important; }
    @media screen and (min-width: 1450px) {
      .continue-btn:hover {
        padding: 15px 70px 15px 45px !important; } }
    .continue-btn:hover:after {
      top: 22px !important;
      opacity: 1 !important; }

.play {
  border-radius: 30px;
  color: #fff;
  background: #00a19c;
  transition: all ease 0.5s;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 15px 70px 15px 45px;
  border: none; }
  .play:visited {
    color: #fff; }
  .play:after {
    content: '';
    width: 36px;
    height: 36px;
    background-position: -1679px -20px;
    background-size: 2145px 86.1px;
    background-image: url('sprite.svg');
    display: block;
    position: absolute;
    top: 6px;
    right: 25px;
    opacity: 1;
    transition: all ease 0.5s; }
  .play:hover {
    background: #f49a00;
    color: #fff; }

.right-arrow-btn, input.right-arrow-btn {
  border-radius: 30px;
  padding: 15px 50px 15px 25px;
  color: #fff;
  background: #000;
  transition: all ease 0.5s;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  line-height: normal;
  box-shadow: none;
  border: none; }
  .right-arrow-btn.orange, input.right-arrow-btn.orange {
    background: #f49a00;
    color: #000; }
    .right-arrow-btn.orange:after, input.right-arrow-btn.orange:after {
      width: 22px;
      height: 12.4px;
      background-position: -270px -20px;
      background-size: 2145px 86.1px;
      background-image: url('sprite.svg'); }
  .right-arrow-btn:hover, input.right-arrow-btn:hover {
    background: #000;
    color: #fff; }
  .right-arrow-btn:visited, input.right-arrow-btn:visited {
    color: #fff; }
  .right-arrow-btn:after, input.right-arrow-btn:after {
    content: '';
    width: 22px;
    height: 12.4px;
    background-position: -1967px -20px;
    background-size: 2145px 86.1px;
    background-image: url('sprite.svg');
    display: block;
    position: absolute;
    top: 18px;
    right: 20px;
    opacity: 1;
    transition: opacity ease 0.5s; }
    @media screen and (min-width: 1450px) {
      .right-arrow-btn:after, input.right-arrow-btn:after {
        right: 35px; } }
  @media screen and (min-width: 1200px) {
    .right-arrow-btn, input.right-arrow-btn {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400; }
      .right-arrow-btn:after, input.right-arrow-btn:after {
        top: 19px; } }
  @media screen and (min-width: 1450px) {
    .right-arrow-btn, input.right-arrow-btn {
      padding: 15px 70px 15px 45px; } }
  .right-arrow-btn:hover, input.right-arrow-btn:hover {
    background: #f49a00;
    color: #000;
    padding: 15px 25px; }
    @media screen and (min-width: 1450px) {
      .right-arrow-btn:hover, input.right-arrow-btn:hover {
        padding: 15px 45px 15px 45px; } }
    .right-arrow-btn:hover:after, input.right-arrow-btn:hover:after {
      opacity: 0; }

input.right-arrow-btn {
  background: #000 url(white-right-arrow.png) no-repeat 87%; }
  input.right-arrow-btn:hover {
    background: #f49a00 url(white-right-arrow.png) no-repeat 130%;
    color: #000; }
  input.right-arrow-btn.orange {
    background: #f49a00 url(black-right-arrow.png) no-repeat 87%; }
    input.right-arrow-btn.orange:hover {
      background: #000 url(black-right-arrow.png) no-repeat 130%;
      color: #fff; }

.ios7- .case-studies .case-study-blocks .case-study, .node-type-homepage .case-studies .case-study-blocks .case-study {
  transition: none;
  -webkit-transform: none;
          transform: none;
  opacity: 1; }

.inner-container .case-studies {
  background: #fff; }

.case-studies {
  background: #636362;
  padding: 40px 0;
  position: relative;
  z-index: 5;
  text-align: center;
  color: #fff; }
  .case-studies.no-pad {
    padding: 0; }
  @media screen and (min-width: 768px) {
    .case-studies {
      padding: 70px 0; } }
  .case-studies .case-study-summary {
    max-width: 505px;
    margin: 0 auto 50px;
    display: block; }
  .case-studies h2 {
    color: #fff;
    font-size: 28px;
    font-size: 2.8rem; }
    @media screen and (min-width: 992px) {
      .case-studies h2 {
        font-size: 36px;
        font-size: 3.6rem; } }
  .case-studies .case-study-blocks {
    margin: 40px 0; }
    .case-studies .case-study-blocks.onScreen .case-study {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
    .case-studies .case-study-blocks .case-study {
      opacity: 0;
      -webkit-transform: translate(0, 90px);
              transform: translate(0, 90px);
      opacity: 0;
      -webkit-transform: translate(0, 90px);
              transform: translate(0, 90px);
      transition: opacity 1s .1s, -webkit-transform 1s ease;
      transition: opacity 1s .1s, transform 1s ease;
      transition-delay: 100ms;
      display: block;
      float: left;
      overflow: hidden;
      height: 320px;
      position: relative;
      padding: 10px; }
      .case-studies .case-study-blocks .case-study:nth-child(2) {
        transition: opacity 1s .3s, -webkit-transform 1s 300ms ease;
        transition: opacity 1s .3s, transform 1s 300ms ease; }
      .case-studies .case-study-blocks .case-study:nth-child(3) {
        transition: opacity 1s 600ms, -webkit-transform 1s 600ms ease;
        transition: opacity 1s 600ms, transform 1s 600ms ease; }
      .case-studies .case-study-blocks .case-study:nth-child(4) {
        transition: opacity 1s 900ms, -webkit-transform 1s 900ms ease;
        transition: opacity 1s 900ms, transform 1s 900ms ease; }
      .case-studies .case-study-blocks .case-study:nth-child(5) {
        transition: opacity 1s 1200ms, -webkit-transform 1s 1200ms ease;
        transition: opacity 1s 1200ms, transform 1s 1200ms ease; }
      .case-studies .case-study-blocks .case-study:nth-child(6) {
        transition: opacity 1s 1500ms, -webkit-transform 1s 1500ms ease;
        transition: opacity 1s 1500ms, transform 1s 1500ms ease; }
      .case-studies .case-study-blocks .case-study:nth-child(7) {
        transition: opacity 1s 1800ms, -webkit-transform 1s 1800ms ease;
        transition: opacity 1s 1800ms, transform 1s 1800ms ease; }
      .case-studies .case-study-blocks .case-study:nth-child(8) {
        transition: opacity 1s 2100ms, -webkit-transform 1s 2100ms ease;
        transition: opacity 1s 2100ms, transform 1s 2100ms ease; }
      .case-studies .case-study-blocks .case-study:nth-child(9) {
        transition: opacity 1s 2400ms, -webkit-transform 1s 2400ms ease;
        transition: opacity 1s 2400ms, transform 1s 2400ms ease; }
      .case-studies .case-study-blocks .case-study:nth-child(10) {
        transition: opacity 1s 2700ms, -webkit-transform 1s 2700ms ease;
        transition: opacity 1s 2700ms, transform 1s 2700ms ease; }
      .case-studies .case-study-blocks .case-study:nth-child(11) {
        transition: opacity 1s 3000ms, -webkit-transform 1s 3000ms ease;
        transition: opacity 1s 3000ms, transform 1s 3000ms ease; }
      .case-studies .case-study-blocks .case-study:nth-child(12) {
        transition: opacity 1s 3300ms, -webkit-transform 1s 3300ms ease;
        transition: opacity 1s 3300ms, transform 1s 3300ms ease; }
      .case-studies .case-study-blocks .case-study:nth-child(13) {
        transition: opacity 1s 3600ms, -webkit-transform 1s 3600ms ease;
        transition: opacity 1s 3600ms, transform 1s 3600ms ease; }
      .case-studies .case-study-blocks .case-study:nth-child(14) {
        transition: opacity 1s 3900ms, -webkit-transform 1s 3900ms ease;
        transition: opacity 1s 3900ms, transform 1s 3900ms ease; }
      .case-studies .case-study-blocks .case-study:nth-child(15) {
        transition: opacity 1s 4200ms, -webkit-transform 1s 4200ms ease;
        transition: opacity 1s 4200ms, transform 1s 4200ms ease; }
      .case-studies .case-study-blocks .case-study:nth-child(16) {
        transition: opacity 1s 4500ms, -webkit-transform 1s 4500ms ease;
        transition: opacity 1s 4500ms, transform 1s 4500ms ease; }
      .case-studies .case-study-blocks .case-study:nth-child(17) {
        transition: opacity 1s 4800ms, -webkit-transform 1s 4800ms ease;
        transition: opacity 1s 4800ms, transform 1s 4800ms ease; }
      .case-studies .case-study-blocks .case-study:nth-child(18) {
        transition: opacity 1s 5100ms, -webkit-transform 1s 5100ms ease;
        transition: opacity 1s 5100ms, transform 1s 5100ms ease; }
      .case-studies .case-study-blocks .case-study:nth-child(19) {
        transition: opacity 1s 5400ms, -webkit-transform 1s 5400ms ease;
        transition: opacity 1s 5400ms, transform 1s 5400ms ease; }
      .case-studies .case-study-blocks .case-study:nth-child(20) {
        transition: opacity 1s 5700ms, -webkit-transform 1s 5700ms ease;
        transition: opacity 1s 5700ms, transform 1s 5700ms ease; }
      .case-studies .case-study-blocks .case-study .background-image {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        transition: -webkit-transform ease 0.5s;
        transition: transform ease 0.5s;
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1); }
      .case-studies .case-study-blocks .case-study:hover .background-image {
        -webkit-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1); }
      @media screen and (min-width: 768px) {
        .case-studies .case-study-blocks .case-study {
          margin-bottom: 2%;
          padding: 25px; } }
      .case-studies .case-study-blocks .case-study.case-position-1 {
        width: 100%; }
        @media screen and (min-width: 992px) {
          .case-studies .case-study-blocks .case-study.case-position-1 {
            margin-bottom: 0;
            width: 34%;
            margin-right: 2%;
            height: 700px; } }
        @media screen and (min-width: 1200px) {
          .case-studies .case-study-blocks .case-study.case-position-1 {
            height: 550px; } }
        @media screen and (min-width: 1450px) {
          .case-studies .case-study-blocks .case-study.case-position-1 {
            height: 700px; } }
      .case-studies .case-study-blocks .case-study.case-position-2 {
        width: 100%; }
        @media screen and (min-width: 992px) {
          .case-studies .case-study-blocks .case-study.case-position-2 {
            width: 64%;
            height: 400px; } }
        @media screen and (min-width: 1200px) {
          .case-studies .case-study-blocks .case-study.case-position-2 {
            height: 265px; } }
        @media screen and (min-width: 1450px) {
          .case-studies .case-study-blocks .case-study.case-position-2 {
            height: 392px; } }
      .case-studies .case-study-blocks .case-study.case-position-3 {
        width: 100%;
        height: 280px;
        display: none; }
        @media screen and (min-width: 768px) {
          .case-studies .case-study-blocks .case-study.case-position-3 {
            display: block;
            width: 49%;
            margin-right: 2%; } }
        @media screen and (min-width: 992px) {
          .case-studies .case-study-blocks .case-study.case-position-3 {
            width: 31%; } }
        @media screen and (min-width: 1200px) {
          .case-studies .case-study-blocks .case-study.case-position-3 {
            height: 265px; } }
        @media screen and (min-width: 1450px) {
          .case-studies .case-study-blocks .case-study.case-position-3 {
            height: 280px; } }
      .case-studies .case-study-blocks .case-study.case-position-4 {
        width: 100%;
        height: 280px;
        display: none; }
        @media screen and (min-width: 768px) {
          .case-studies .case-study-blocks .case-study.case-position-4 {
            width: 49%;
            display: block; } }
        @media screen and (min-width: 992px) {
          .case-studies .case-study-blocks .case-study.case-position-4 {
            width: 31%; } }
        @media screen and (min-width: 1200px) {
          .case-studies .case-study-blocks .case-study.case-position-4 {
            height: 265px; } }
        @media screen and (min-width: 1450px) {
          .case-studies .case-study-blocks .case-study.case-position-4 {
            height: 280px; } }
      .case-studies .case-study-blocks .case-study .case-study-outer {
        position: relative;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        padding: 10px;
        background: rgba(0, 0, 0, 0.4); }
        @media screen and (min-width: 768px) {
          .case-studies .case-study-blocks .case-study .case-study-outer {
            padding: 15px; } }
        .case-studies .case-study-blocks .case-study .case-study-outer .case-study-inner {
          background: rgba(0, 0, 0, 0.4);
          position: relative;
          top: 0%;
          left: 0%;
          width: 100%;
          height: 100%;
          padding: 5px;
          display: table;
          vertical-align: middle; }
          .case-studies .case-study-blocks .case-study .case-study-outer .case-study-inner .case-study-middle {
            display: table-cell;
            vertical-align: middle; }
            .case-studies .case-study-blocks .case-study .case-study-outer .case-study-inner .case-study-middle .hidden-text {
              display: inline; }
              @media screen and (min-width: 768px) {
                .case-studies .case-study-blocks .case-study .case-study-outer .case-study-inner .case-study-middle .hidden-text {
                  display: none; } }
            .case-studies .case-study-blocks .case-study .case-study-outer .case-study-inner .case-study-middle .dots {
              display: none; }
              @media screen and (min-width: 768px) {
                .case-studies .case-study-blocks .case-study .case-study-outer .case-study-inner .case-study-middle .dots {
                  display: inline; } }
          @media screen and (min-width: 768px) {
            .case-studies .case-study-blocks .case-study .case-study-outer .case-study-inner {
              padding: 10px; } }
          .case-studies .case-study-blocks .case-study .case-study-outer .case-study-inner .case-study-logo-image {
            max-width: 300px;
            margin: 0 auto;
            text-align: center; }
            .case-studies .case-study-blocks .case-study .case-study-outer .case-study-inner .case-study-logo-image img {
              display: inline-block;
              padding-bottom: 20px;
              margin-bottom: 20px;
              border-bottom: 1px solid #f49a00;
              max-width: 140px; }
              @media screen and (min-width: 461px) {
                .case-studies .case-study-blocks .case-study .case-study-outer .case-study-inner .case-study-logo-image img {
                  max-width: 200px; } }
          .case-studies .case-study-blocks .case-study .case-study-outer .case-study-inner p {
            max-width: 227px;
            margin: 0 auto;
            font-size: 16px;
            font-size: 1.6rem;
            color: #fff;
            font-weight: 300; }
            @media screen and (min-width: 768px) {
              .case-studies .case-study-blocks .case-study .case-study-outer .case-study-inner p {
                font-size: 18px;
                font-size: 1.8rem; } }
            @media screen and (min-width: 1200px) {
              .case-studies .case-study-blocks .case-study .case-study-outer .case-study-inner p {
                font-size: 20px;
                font-size: 2rem; } }
  .case-studies.case-studies-mob-view h2 + p {
    max-width: 730px;
    margin: 0 auto 35px; }
    @media screen and (min-width: 768px) {
      .case-studies.case-studies-mob-view h2 + p {
        margin: 0 auto 70px; } }
  .case-studies.case-studies-mob-view .case-studies-link {
    margin: 35px auto 0; }
    @media screen and (min-width: 768px) {
      .case-studies.case-studies-mob-view .case-studies-link {
        margin: 70px auto 0; } }
    .case-studies.case-studies-mob-view .case-studies-link a {
      padding: 0 40px 0 0;
      color: #fff;
      display: inline-block;
      position: relative;
      transition: color ease 0.3s;
      line-height: normal; }
      @media screen and (min-width: 1200px) {
        .case-studies.case-studies-mob-view .case-studies-link a {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 400; } }
      .case-studies.case-studies-mob-view .case-studies-link a:hover {
        color: #00a19c; }
      .case-studies.case-studies-mob-view .case-studies-link a:after {
        content: '';
        width: 22px;
        height: 12.4px;
        background-position: -1967px -20px;
        background-size: 2145px 86.1px;
        background-image: url('sprite.svg');
        display: block;
        position: absolute;
        top: 3px;
        right: 5px; }

.ios7- .case-studies-listing.fade-up .case-info, .ios7- .case-studies-listing.fade-up .case-image {
  transition: none;
  -webkit-transform: none;
          transform: none;
  opacity: 1; }

.case-studies-listing {
  background: #000;
  position: relative;
  padding: 10px;
  display: block; }
  .case-studies-listing.fade-up .case-image {
    opacity: 0;
    transition: opacity 1s .1s;
    transition-delay: 100ms; }
  .case-studies-listing.fade-up .case-info {
    opacity: 0;
    -webkit-transform: translate(0, 90px);
            transform: translate(0, 90px);
    transition: opacity 1s .1s, -webkit-transform 1s ease;
    transition: opacity 1s .1s, transform 1s ease;
    transition-delay: 100ms; }
    .case-studies-listing.fade-up .case-info:nth-child(2) {
      transition: opacity 1s .3s, -webkit-transform 1s 300ms ease;
      transition: opacity 1s .3s, transform 1s 300ms ease; }
    .case-studies-listing.fade-up .case-info:nth-child(3) {
      transition: opacity 1s 600ms, -webkit-transform 1s 600ms ease;
      transition: opacity 1s 600ms, transform 1s 600ms ease; }
    .case-studies-listing.fade-up .case-info:nth-child(4) {
      transition: opacity 1s 900ms, -webkit-transform 1s 900ms ease;
      transition: opacity 1s 900ms, transform 1s 900ms ease; }
    .case-studies-listing.fade-up .case-info:nth-child(5) {
      transition: opacity 1s 1200ms, -webkit-transform 1s 1200ms ease;
      transition: opacity 1s 1200ms, transform 1s 1200ms ease; }
    .case-studies-listing.fade-up .case-info:nth-child(6) {
      transition: opacity 1s 1500ms, -webkit-transform 1s 1500ms ease;
      transition: opacity 1s 1500ms, transform 1s 1500ms ease; }
    .case-studies-listing.fade-up .case-info:nth-child(7) {
      transition: opacity 1s 1800ms, -webkit-transform 1s 1800ms ease;
      transition: opacity 1s 1800ms, transform 1s 1800ms ease; }
    .case-studies-listing.fade-up .case-info:nth-child(8) {
      transition: opacity 1s 2100ms, -webkit-transform 1s 2100ms ease;
      transition: opacity 1s 2100ms, transform 1s 2100ms ease; }
    .case-studies-listing.fade-up .case-info:nth-child(9) {
      transition: opacity 1s 2400ms, -webkit-transform 1s 2400ms ease;
      transition: opacity 1s 2400ms, transform 1s 2400ms ease; }
    .case-studies-listing.fade-up .case-info:nth-child(10) {
      transition: opacity 1s 2700ms, -webkit-transform 1s 2700ms ease;
      transition: opacity 1s 2700ms, transform 1s 2700ms ease; }
    .case-studies-listing.fade-up .case-info:nth-child(11) {
      transition: opacity 1s 3000ms, -webkit-transform 1s 3000ms ease;
      transition: opacity 1s 3000ms, transform 1s 3000ms ease; }
    .case-studies-listing.fade-up .case-info:nth-child(12) {
      transition: opacity 1s 3300ms, -webkit-transform 1s 3300ms ease;
      transition: opacity 1s 3300ms, transform 1s 3300ms ease; }
    .case-studies-listing.fade-up .case-info:nth-child(13) {
      transition: opacity 1s 3600ms, -webkit-transform 1s 3600ms ease;
      transition: opacity 1s 3600ms, transform 1s 3600ms ease; }
    .case-studies-listing.fade-up .case-info:nth-child(14) {
      transition: opacity 1s 3900ms, -webkit-transform 1s 3900ms ease;
      transition: opacity 1s 3900ms, transform 1s 3900ms ease; }
    .case-studies-listing.fade-up .case-info:nth-child(15) {
      transition: opacity 1s 4200ms, -webkit-transform 1s 4200ms ease;
      transition: opacity 1s 4200ms, transform 1s 4200ms ease; }
    .case-studies-listing.fade-up .case-info:nth-child(16) {
      transition: opacity 1s 4500ms, -webkit-transform 1s 4500ms ease;
      transition: opacity 1s 4500ms, transform 1s 4500ms ease; }
    .case-studies-listing.fade-up .case-info:nth-child(17) {
      transition: opacity 1s 4800ms, -webkit-transform 1s 4800ms ease;
      transition: opacity 1s 4800ms, transform 1s 4800ms ease; }
    .case-studies-listing.fade-up .case-info:nth-child(18) {
      transition: opacity 1s 5100ms, -webkit-transform 1s 5100ms ease;
      transition: opacity 1s 5100ms, transform 1s 5100ms ease; }
    .case-studies-listing.fade-up .case-info:nth-child(19) {
      transition: opacity 1s 5400ms, -webkit-transform 1s 5400ms ease;
      transition: opacity 1s 5400ms, transform 1s 5400ms ease; }
    .case-studies-listing.fade-up .case-info:nth-child(20) {
      transition: opacity 1s 5700ms, -webkit-transform 1s 5700ms ease;
      transition: opacity 1s 5700ms, transform 1s 5700ms ease; }
  .case-studies-listing.onScreen .case-info, .case-studies-listing.onScreen .case-image {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  @media screen and (min-width: 461px) {
    .case-studies-listing {
      display: table !important;
      width: 100%;
      margin: 30px 0;
      padding: 0; } }
  @media screen and (min-width: 1200px) {
    .case-studies-listing {
      width: 980px;
      margin: 30px auto; } }
  @media screen and (min-width: 1450px) {
    .case-studies-listing {
      width: 100%; } }
  .case-studies-listing:hover .case-image .case-study-list-bg {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }
  .case-studies-listing .case-info {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4); }
    @media screen and (min-width: 461px) {
      .case-studies-listing .case-info {
        min-height: 265px; } }
    @media screen and (min-width: 1450px) {
      .case-studies-listing .case-info {
        min-height: 350px; } }
    .case-studies-listing .case-info .case-info-inner {
      background: rgba(0, 0, 0, 0.4);
      padding: 25px; }
      @media screen and (min-width: 461px) {
        .case-studies-listing .case-info .case-info-inner {
          display: table;
          width: 100%;
          vertical-align: middle; } }
    @media screen and (min-width: 461px) {
      .case-studies-listing .case-info {
        display: table-cell;
        width: 50%;
        background: none;
        vertical-align: middle; }
        .case-studies-listing .case-info .case-info-inner {
          padding: 0;
          background: none; } }
    @media screen and (min-width: 768px) {
      .case-studies-listing .case-info {
        width: 45%;
        padding: 30px; } }
    @media screen and (min-width: 992px) {
      .case-studies-listing .case-info {
        padding: 50px;
        width: 35%; } }
    .case-studies-listing .case-info .case-study-logo-image {
      max-width: 180px;
      margin: 0 auto;
      text-align: center; }
      .case-studies-listing .case-info .case-study-logo-image img {
        display: inline-block;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #f49a00; }
    .case-studies-listing .case-info p {
      max-width: 227px;
      margin: 0 auto 20px;
      font-size: 16px;
      font-size: 1.6rem;
      color: #fff;
      font-weight: 300; }
      @media screen and (min-width: 768px) {
        .case-studies-listing .case-info p {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (min-width: 1200px) {
        .case-studies-listing .case-info p {
          font-size: 20px;
          font-size: 2rem; } }
    @media screen and (min-width: 461px) {
      .case-studies-listing .case-info + .case-image {
        left: auto; } }
  .case-studies-listing .case-image {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    @media screen and (min-width: 461px) {
      .case-studies-listing .case-image {
        display: table-cell;
        width: 50%;
        position: absolute; } }
    @media screen and (min-width: 768px) {
      .case-studies-listing .case-image {
        width: 55%; } }
    @media screen and (min-width: 992px) {
      .case-studies-listing .case-image {
        width: 65%; } }
    .case-studies-listing .case-image .case-study-list-bg {
      position: absolute;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      top: 0;
      left: 0;
      z-index: 1;
      transition: -webkit-transform ease 0.5s;
      transition: transform ease 0.5s; }

@media screen and (min-width: 992px) {
  .case-studies-mob-view .clearfix {
    display: table;
    width: 100%;
    border-spacing: 20px; } }
.case-studies-mob-view .case-studies-listing {
  display: block !important;
  padding: 10px;
  margin: 0;
  vertical-align: top; }
  @media (max-width: 991px) {
    .case-studies-mob-view .case-studies-listing {
      height: auto !important; } }
  @media screen and (min-width: 992px) {
    .case-studies-mob-view .case-studies-listing {
      display: table-cell !important;
      width: 33.3333%; } }
  @media screen and (min-width: 1200px) {
    .case-studies-mob-view .case-studies-listing {
      padding: 15px; } }
  .case-studies-mob-view .case-studies-listing:nth-child(3n) {
    margin-right: 0; }
  .case-studies-mob-view .case-studies-listing .case-image {
    display: block;
    width: 100%;
    position: absolute;
    left: 0 !important;
    top: 0; }
  .case-studies-mob-view .case-studies-listing .case-info {
    display: table;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    vertical-align: middle; }
    @media screen and (min-width: 992px) {
      .case-studies-mob-view .case-studies-listing .case-info {
        padding: 10px;
        border-spacing: 0; } }
    @media screen and (min-width: 1200px) {
      .case-studies-mob-view .case-studies-listing .case-info {
        padding: 20px; } }
    .case-studies-mob-view .case-studies-listing .case-info .case-info-inner {
      background: rgba(0, 0, 0, 0.4);
      padding: 25px;
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 991px) {
        .case-studies-mob-view .case-studies-listing .case-info .case-info-inner {
          height: auto !important; } }

.ios7- .challenge.fade-up .container {
  transition: none;
  -webkit-transform: none;
          transform: none;
  opacity: 1; }

.challenge {
  background: #fff; }
  .challenge.fade-up {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
    .challenge.fade-up.onScreen .container {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  .challenge .container {
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate(0, 90px);
            transform: translate(0, 90px);
    transition: opacity 1s .1s, -webkit-transform 1s ease;
    transition: opacity 1s .1s, transform 1s ease;
    transition-delay: 100ms; }
    .challenge .container:nth-child(2) {
      transition: opacity 1s .3s, -webkit-transform 1s 300ms ease;
      transition: opacity 1s .3s, transform 1s 300ms ease; }
    .challenge .container:nth-child(3) {
      transition: opacity 1s 600ms, -webkit-transform 1s 600ms ease;
      transition: opacity 1s 600ms, transform 1s 600ms ease; }
    .challenge .container:nth-child(4) {
      transition: opacity 1s 900ms, -webkit-transform 1s 900ms ease;
      transition: opacity 1s 900ms, transform 1s 900ms ease; }
    .challenge .container:nth-child(5) {
      transition: opacity 1s 1200ms, -webkit-transform 1s 1200ms ease;
      transition: opacity 1s 1200ms, transform 1s 1200ms ease; }
    .challenge .container:nth-child(6) {
      transition: opacity 1s 1500ms, -webkit-transform 1s 1500ms ease;
      transition: opacity 1s 1500ms, transform 1s 1500ms ease; }
    .challenge .container:nth-child(7) {
      transition: opacity 1s 1800ms, -webkit-transform 1s 1800ms ease;
      transition: opacity 1s 1800ms, transform 1s 1800ms ease; }
    .challenge .container:nth-child(8) {
      transition: opacity 1s 2100ms, -webkit-transform 1s 2100ms ease;
      transition: opacity 1s 2100ms, transform 1s 2100ms ease; }
    .challenge .container:nth-child(9) {
      transition: opacity 1s 2400ms, -webkit-transform 1s 2400ms ease;
      transition: opacity 1s 2400ms, transform 1s 2400ms ease; }
    .challenge .container:nth-child(10) {
      transition: opacity 1s 2700ms, -webkit-transform 1s 2700ms ease;
      transition: opacity 1s 2700ms, transform 1s 2700ms ease; }
    .challenge .container:nth-child(11) {
      transition: opacity 1s 3000ms, -webkit-transform 1s 3000ms ease;
      transition: opacity 1s 3000ms, transform 1s 3000ms ease; }
    .challenge .container:nth-child(12) {
      transition: opacity 1s 3300ms, -webkit-transform 1s 3300ms ease;
      transition: opacity 1s 3300ms, transform 1s 3300ms ease; }
    .challenge .container:nth-child(13) {
      transition: opacity 1s 3600ms, -webkit-transform 1s 3600ms ease;
      transition: opacity 1s 3600ms, transform 1s 3600ms ease; }
    .challenge .container:nth-child(14) {
      transition: opacity 1s 3900ms, -webkit-transform 1s 3900ms ease;
      transition: opacity 1s 3900ms, transform 1s 3900ms ease; }
    .challenge .container:nth-child(15) {
      transition: opacity 1s 4200ms, -webkit-transform 1s 4200ms ease;
      transition: opacity 1s 4200ms, transform 1s 4200ms ease; }
    .challenge .container:nth-child(16) {
      transition: opacity 1s 4500ms, -webkit-transform 1s 4500ms ease;
      transition: opacity 1s 4500ms, transform 1s 4500ms ease; }
    .challenge .container:nth-child(17) {
      transition: opacity 1s 4800ms, -webkit-transform 1s 4800ms ease;
      transition: opacity 1s 4800ms, transform 1s 4800ms ease; }
    .challenge .container:nth-child(18) {
      transition: opacity 1s 5100ms, -webkit-transform 1s 5100ms ease;
      transition: opacity 1s 5100ms, transform 1s 5100ms ease; }
    .challenge .container:nth-child(19) {
      transition: opacity 1s 5400ms, -webkit-transform 1s 5400ms ease;
      transition: opacity 1s 5400ms, transform 1s 5400ms ease; }
    .challenge .container:nth-child(20) {
      transition: opacity 1s 5700ms, -webkit-transform 1s 5700ms ease;
      transition: opacity 1s 5700ms, transform 1s 5700ms ease; }
    @media screen and (min-width: 992px) {
      .challenge .container {
        padding-top: 85px;
        padding-bottom: 85px; } }
    .challenge .container p {
      max-width: 730px;
      margin: 0 auto 10px; }
      @media screen and (min-width: 768px) {
        .challenge .container p {
          margin: 0 auto 25px; } }

.ios7- .clients-section.fade-up .field-collection-item-field-client-link, .ios7- .clients-section.fade-up .field-collection-item-field-partner-link {
  transition: none;
  -webkit-transform: none;
          transform: none;
  opacity: 1; }

.ie9 .clients-section .container #clients .field-collection-item-field-client-link .category-span > img, .ie9 .clients-section .container #clients .field-collection-item-field-client-link .category-span > a, .ie9 .clients-section .container #clients .field-collection-item-field-partner-link .category-span > img, .ie9 .clients-section .container #clients .field-collection-item-field-partner-link .category-span > a, .ie9 .clients-section .container #partners .field-collection-item-field-client-link .category-span > img, .ie9 .clients-section .container #partners .field-collection-item-field-client-link .category-span > a, .ie9 .clients-section .container #partners .field-collection-item-field-partner-link .category-span > img, .ie9 .clients-section .container #partners .field-collection-item-field-partner-link .category-span > a {
  height: 75px;
  margin-top: -37px; }

.clients-section {
  background: #ededed; }
  .clients-section.fade-up {
    transition: none;
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
    .clients-section.fade-up .field-collection-item-field-client-link, .clients-section.fade-up .field-collection-item-field-partner-link {
      opacity: 0;
      -webkit-transform: translate(0, 90px);
      transform: translate(0, 90px);
      transition: opacity .6s .1s, -webkit-transform .6s ease;
      transition: opacity .6s .1s, transform .6s ease; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(1), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(1) {
        transition-delay: 0.1s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(2), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(2) {
        transition-delay: 0.2s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(3), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(3) {
        transition-delay: 0.3s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(4), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(4) {
        transition-delay: 0.4s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(5), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(5) {
        transition-delay: 0.5s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(6), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(6) {
        transition-delay: 0.6s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(7), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(7) {
        transition-delay: 0.7s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(8), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(8) {
        transition-delay: 0.8s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(9), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(9) {
        transition-delay: 0.9s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(10), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(10) {
        transition-delay: 1s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(11), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(11) {
        transition-delay: 1.1s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(12), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(12) {
        transition-delay: 1.2s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(13), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(13) {
        transition-delay: 1.3s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(14), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(14) {
        transition-delay: 1.4s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(15), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(15) {
        transition-delay: 1.5s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(16), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(16) {
        transition-delay: 1.6s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(17), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(17) {
        transition-delay: 1.7s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(18), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(18) {
        transition-delay: 1.8s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(19), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(19) {
        transition-delay: 1.9s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(20), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(20) {
        transition-delay: 2s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(21), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(21) {
        transition-delay: 2.1s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(22), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(22) {
        transition-delay: 2.2s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(23), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(23) {
        transition-delay: 2.3s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(24), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(24) {
        transition-delay: 2.4s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(25), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(25) {
        transition-delay: 2.5s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(26), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(26) {
        transition-delay: 2.6s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(27), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(27) {
        transition-delay: 2.7s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(28), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(28) {
        transition-delay: 2.8s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(29), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(29) {
        transition-delay: 2.9s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(30), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(30) {
        transition-delay: 3s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(31), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(31) {
        transition-delay: 3.1s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(32), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(32) {
        transition-delay: 3.2s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(33), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(33) {
        transition-delay: 3.3s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(34), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(34) {
        transition-delay: 3.4s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(35), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(35) {
        transition-delay: 3.5s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(36), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(36) {
        transition-delay: 3.6s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(37), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(37) {
        transition-delay: 3.7s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(38), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(38) {
        transition-delay: 3.8s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(39), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(39) {
        transition-delay: 3.9s; }
      .clients-section.fade-up .field-collection-item-field-client-link:nth-child(40), .clients-section.fade-up .field-collection-item-field-partner-link:nth-child(40) {
        transition-delay: 4s; }
    .clients-section.fade-up.onScreen .field-collection-item-field-client-link, .clients-section.fade-up.onScreen .field-collection-item-field-partner-link {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .clients-section .container {
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .clients-section .container {
        padding-top: 85px;
        padding-bottom: 85px; } }
    .clients-section .container h2 {
      font-size: 28px;
      font-size: 2.8rem; }
      @media screen and (min-width: 992px) {
        .clients-section .container h2 {
          font-size: 36px;
          font-size: 3.6rem; } }
    .clients-section .container p {
      max-width: 730px;
      margin: 0 auto 10px; }
      @media screen and (min-width: 768px) {
        .clients-section .container p {
          margin: 0 auto 25px; } }
    .clients-section .container .client-partner-btn {
      border-radius: 30px;
      padding: 10px 55px 10px 20px;
      color: #6f6f6f;
      background: #dfdfdf;
      transition: background ease 0.5s, border-radius ease 0.5s;
      overflow: hidden;
      position: relative;
      margin: 0 10px 20px;
      display: inline-block; }
      @media screen and (min-width: 992px) {
        .clients-section .container .client-partner-btn {
          margin-bottom: 50px; } }
      @media screen and (min-width: 1450px) {
        .clients-section .container .client-partner-btn {
          margin-bottom: 100px; } }
      .clients-section .container .client-partner-btn:after {
        content: '';
        width: 27px;
        height: 17px;
        background-position: -553px -20px;
        background-size: 2145px 86.1px;
        background-image: url('sprite.svg');
        display: block;
        position: absolute;
        top: 11px;
        right: 15px;
        opacity: 1;
        transition: opacity ease 0.5s; }
        @media screen and (min-width: 1200px) {
          .clients-section .container .client-partner-btn:after {
            right: 30px;
            top: 16px; } }
      .clients-section .container .client-partner-btn:hover {
        background: #00a19c;
        color: #fff; }
        .clients-section .container .client-partner-btn:hover:after {
          width: 27px;
          height: 17px;
          background-position: -620px -20px;
          background-size: 2145px 86.1px;
          background-image: url('sprite.svg'); }
      .clients-section .container .client-partner-btn.active {
        background: #00a19c;
        color: #fff;
        font-weight: normal; }
        .clients-section .container .client-partner-btn.active:after {
          width: 27px;
          height: 17px;
          background-position: -620px -20px;
          background-size: 2145px 86.1px;
          background-image: url('sprite.svg'); }
      @media screen and (min-width: 1200px) {
        .clients-section .container .client-partner-btn {
          padding: 15px 70px 15px 45px;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 400; } }
    .clients-section .container #clients, .clients-section .container #partners {
      font-size: 0;
      padding: 0.5% 0.25% 0.25%; }
      .clients-section .container #clients.hidden-category, .clients-section .container #partners.hidden-category {
        display: none; }
      .clients-section .container #clients .field-collection-item-field-client-link, .clients-section .container #clients .field-collection-item-field-partner-link, .clients-section .container #partners .field-collection-item-field-client-link, .clients-section .container #partners .field-collection-item-field-partner-link {
        width: 49%;
        margin: 0 0.25% 0.5%;
        position: relative;
        display: inline-block;
        vertical-align: top; }
        @media screen and (min-width: 461px) {
          .clients-section .container #clients .field-collection-item-field-client-link, .clients-section .container #clients .field-collection-item-field-partner-link, .clients-section .container #partners .field-collection-item-field-client-link, .clients-section .container #partners .field-collection-item-field-partner-link {
            width: 32.8%; } }
        @media screen and (min-width: 768px) {
          .clients-section .container #clients .field-collection-item-field-client-link, .clients-section .container #clients .field-collection-item-field-partner-link, .clients-section .container #partners .field-collection-item-field-client-link, .clients-section .container #partners .field-collection-item-field-partner-link {
            width: 24%; } }
        .clients-section .container #clients .field-collection-item-field-client-link + .field-collection-view-links, .clients-section .container #clients .field-collection-item-field-partner-link + .field-collection-view-links, .clients-section .container #partners .field-collection-item-field-client-link + .field-collection-view-links, .clients-section .container #partners .field-collection-item-field-partner-link + .field-collection-view-links {
          display: none; }
        .clients-section .container #clients .field-collection-item-field-client-link .category-span, .clients-section .container #clients .field-collection-item-field-partner-link .category-span, .clients-section .container #partners .field-collection-item-field-client-link .category-span, .clients-section .container #partners .field-collection-item-field-partner-link .category-span {
          display: block;
          height: 160px;
          padding: 10px;
          border: 1px solid #ccc;
          position: relative;
          text-align: center; }
          @media screen and (min-width: 1450px) {
            .clients-section .container #clients .field-collection-item-field-client-link .category-span, .clients-section .container #clients .field-collection-item-field-partner-link .category-span, .clients-section .container #partners .field-collection-item-field-client-link .category-span, .clients-section .container #partners .field-collection-item-field-partner-link .category-span {
              padding: 10px 50px; } }
          .clients-section .container #clients .field-collection-item-field-client-link .category-span:before, .clients-section .container #clients .field-collection-item-field-partner-link .category-span:before, .clients-section .container #partners .field-collection-item-field-client-link .category-span:before, .clients-section .container #partners .field-collection-item-field-partner-link .category-span:before {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            content: '';
            transition: all 0.3s ease;
            background: #fff; }
          .clients-section .container #clients .field-collection-item-field-client-link .category-span a, .clients-section .container #clients .field-collection-item-field-partner-link .category-span a, .clients-section .container #partners .field-collection-item-field-client-link .category-span a, .clients-section .container #partners .field-collection-item-field-partner-link .category-span a {
            display: block; }
          .clients-section .container #clients .field-collection-item-field-client-link .category-span > img, .clients-section .container #clients .field-collection-item-field-client-link .category-span > a, .clients-section .container #clients .field-collection-item-field-partner-link .category-span > img, .clients-section .container #clients .field-collection-item-field-partner-link .category-span > a, .clients-section .container #partners .field-collection-item-field-client-link .category-span > img, .clients-section .container #partners .field-collection-item-field-client-link .category-span > a, .clients-section .container #partners .field-collection-item-field-partner-link .category-span > img, .clients-section .container #partners .field-collection-item-field-partner-link .category-span > a {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            z-index: 5; }
          .clients-section .container #clients .field-collection-item-field-client-link .category-span img, .clients-section .container #clients .field-collection-item-field-partner-link .category-span img, .clients-section .container #partners .field-collection-item-field-client-link .category-span img, .clients-section .container #partners .field-collection-item-field-partner-link .category-span img {
            z-index: 5;
            display: inline-block;
            max-height: 75px;
            max-width: 115px; }
        .clients-section .container #clients .field-collection-item-field-client-link:hover, .clients-section .container #clients .field-collection-item-field-partner-link:hover, .clients-section .container #partners .field-collection-item-field-client-link:hover, .clients-section .container #partners .field-collection-item-field-partner-link:hover {
          z-index: 10; }
          .clients-section .container #clients .field-collection-item-field-client-link:hover .category-span:before, .clients-section .container #clients .field-collection-item-field-partner-link:hover .category-span:before, .clients-section .container #partners .field-collection-item-field-client-link:hover .category-span:before, .clients-section .container #partners .field-collection-item-field-partner-link:hover .category-span:before {
            width: 106%;
            height: 106%;
            top: -3%;
            left: -3%;
            box-shadow: 0px 0px 23px 2px #8a8a8a;
            z-index: 5; }
      .clients-section .container #clients .field-collection-item-field-client-link-links a, .clients-section .container #clients .action-links a, .clients-section .container #partners .field-collection-item-field-client-link-links a, .clients-section .container #partners .action-links a {
        display: inline-block;
        height: auto;
        padding: 0;
        border: none;
        width: auto;
        margin: 0;
        position: relative;
        font-size: 14px; }
        .clients-section .container #clients .field-collection-item-field-client-link-links a:before, .clients-section .container #clients .action-links a:before, .clients-section .container #partners .field-collection-item-field-client-link-links a:before, .clients-section .container #partners .action-links a:before {
          display: none; }

.contact-header-box {
  text-align: left; }
  .contact-header-box h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .contact-header-box h3 {
        font-size: 24px;
        font-size: 2.4rem; } }
  .contact-header-box .phone-no {
    margin-bottom: 25px; }

.contact-tabs {
  display: table;
  width: 100%;
  margin-top: 35px; }
  @media screen and (min-width: 992px) {
    .contact-tabs {
      margin-top: 50px; } }
  .contact-tabs .tab {
    display: table-cell;
    width: 50%;
    background: #e4e4e4;
    padding: 20px 15px;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-top: 5px solid #e4e4e4;
    border-bottom: none;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .contact-tabs .tab {
        padding: 30px; } }
    .contact-tabs .tab.enquiry-tab.active {
      border-color: #f49a00;
      background: #f6f6f6; }
      .contact-tabs .tab.enquiry-tab.active a:before {
        width: 31px;
        height: 22.5px;
        background-position: -1134px -20px;
        background-size: 2145px 86.1px;
        background-image: url('sprite.svg'); }
    .contact-tabs .tab.enquiry-tab a:before {
      content: '';
      width: 31px;
      height: 22.5px;
      background-position: -1063px -20px;
      background-size: 2145px 86.1px;
      background-image: url('sprite.svg');
      display: block;
      margin: 0 auto 10px; }
      @media screen and (min-width: 768px) {
        .contact-tabs .tab.enquiry-tab a:before {
          display: inline-block;
          margin: 0 20px 0 0; } }
    .contact-tabs .tab.call-back-tab.active {
      border-color: #aecb06;
      background: #f6f6f6; }
      .contact-tabs .tab.call-back-tab.active a:before {
        width: 30px;
        height: 28px;
        background-position: -90px -20px;
        background-size: 2145px 86.1px;
        background-image: url('sprite.svg'); }
    .contact-tabs .tab.call-back-tab a:before {
      content: '';
      width: 30px;
      height: 28px;
      background-position: -20px -20px;
      background-size: 2145px 86.1px;
      background-image: url('sprite.svg');
      display: block;
      margin: 0 auto 10px; }
      @media screen and (min-width: 768px) {
        .contact-tabs .tab.call-back-tab a:before {
          display: inline-block;
          margin: 0 20px 0 0; } }
    .contact-tabs .tab h3 {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 0px;
      font-weight: 400;
      line-height: normal; }
      @media screen and (min-width: 992px) {
        .contact-tabs .tab h3 {
          font-size: 20px;
          font-size: 2rem; } }
      .contact-tabs .tab h3 a:hover {
        color: #000; }

.contact-tab-content {
  margin-bottom: 35px; }
  .contact-tab-content .tab-content {
    display: none;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    padding: 35px; }
    @media screen and (min-width: 992px) {
      .contact-tab-content .tab-content {
        padding: 50px; } }
    .contact-tab-content .tab-content.active {
      display: block; }
    .contact-tab-content .tab-content.enquiry-content.active {
      border-color: #f49a00; }
    .contact-tab-content .tab-content.call-back-content.active {
      border-color: #aecb06; }
    @media screen and (min-width: 768px) {
      .contact-tab-content .tab-content input[type=text], .contact-tab-content .tab-content input[type=email], .contact-tab-content .tab-content input[type=tel], .contact-tab-content .tab-content select {
        width: 80%; } }
    @media screen and (min-width: 992px) {
      .contact-tab-content .tab-content input[type=text], .contact-tab-content .tab-content input[type=email], .contact-tab-content .tab-content input[type=tel], .contact-tab-content .tab-content select {
        width: 75%; } }
    @media screen and (min-width: 1200px) {
      .contact-tab-content .tab-content input[type=text], .contact-tab-content .tab-content input[type=email], .contact-tab-content .tab-content input[type=tel], .contact-tab-content .tab-content select {
        width: 60%; } }
    @media screen and (min-width: 1450px) {
      .contact-tab-content .tab-content input[type=text], .contact-tab-content .tab-content input[type=email], .contact-tab-content .tab-content input[type=tel], .contact-tab-content .tab-content select {
        width: 50%; } }
    .contact-tab-content .tab-content input[type=submit] {
      float: right;
      margin-bottom: 0; }

/*------------------------------------*\
    $COOKIE POLICY
    \*------------------------------------*/

.date-share {
  margin-bottom: 20px; }
  .date-share .date {
    display: block;
    line-height: 32px;
    font-size: 15px;
    font-size: 1.5rem; }
    @media screen and (min-width: 768px) {
      .date-share .date {
        float: left; } }
  .date-share .sharing {
    display: block;
    vertical-align: middle; }
    @media screen and (min-width: 768px) {
      .date-share .sharing {
        float: right; } }
    .date-share .sharing .share-article {
      display: inline-block;
      vertical-align: middle;
      font-size: 15px;
      font-size: 1.5rem;
      margin-right: 10px; }
    .date-share .sharing .addthis_sharing_toolbox {
      display: inline-block;
      vertical-align: middle; }
      .date-share .sharing .addthis_sharing_toolbox .at-share-btn {
        margin-right: 5px; }

.download-box {
  background: #eeeeee;
  padding: 30px;
  position: relative;
  text-align: center;
  margin-bottom: 15px; }
  .download-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    background: #00a19c;
    height: 100%;
    content: ''; }
  @media (max-width: 460px) {
    .download-box {
      height: auto !important; } }
  @media screen and (min-width: 461px) {
    .download-box {
      float: left;
      width: 49%;
      margin-right: 2%;
      margin-bottom: 2%; }
      .download-box:nth-child(2n+1) {
        margin-right: 0; } }
  .download-box h6 {
    font-weight: 500;
    margin-bottom: 5px; }
  .download-box p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px; }

ul.primary {
  margin: 0;
  padding: 20px;
  background: #666;
  position: relative;
  z-index: 3;
  border: 0;
  height: auto; }
  ul.primary li a {
    padding: 10px 20px;
    background: #666;
    color: #fff;
    border: none; }
    ul.primary li a:hover {
      background-color: #999999; }
  ul.primary li.active a {
    background: #f49a00;
    color: #666;
    border: none; }

.cke_editable a {
  text-decoration: underline; }

nav.tabs ul.primary {
  text-align: center; }

.enquiries-box {
  background: #eeeeee;
  border-left: 5px solid #00a19c;
  padding: 40px 40px 10px;
  margin-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .enquiries-box {
      margin-bottom: 40px; } }
  .enquiries-box h3 {
    margin-bottom: 35px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .enquiries-box h3 {
        font-size: 32px;
        font-size: 3.2rem; } }
  .enquiries-box .contact-details {
    margin-bottom: 30px; }
    .enquiries-box .contact-details h4 {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 500; }
    .enquiries-box .contact-details .phone-no {
      padding-left: 0;
      font-size: 100%; }
      .enquiries-box .contact-details .phone-no:before {
        display: none; }
    .enquiries-box .contact-details .email-link {
      color: #000;
      border-bottom: 2px solid #f49a00; }

.node-error-page .header-banner-with-nav {
  background: #00a19c; }

.fade-up {
  opacity: 0;
  -webkit-transform: translate(0, 90px);
          transform: translate(0, 90px);
  transition: opacity 1s .1s, -webkit-transform 1s ease;
  transition: opacity 1s .1s, transform 1s ease;
  display: block; }
  .fade-up.onScreen {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.ios7- .fade-up {
  transition: none;
  -webkit-transform: none;
          transform: none;
  opacity: 1; }

.docx, .doc {
  display: block;
  margin-bottom: 10px; }
  .docx:before, .doc:before {
    display: inline-block;
    width: 35.6px;
    height: 42px;
    background-position: -417px -20px;
    background-size: 2145px 86.1px;
    background-image: url('sprite.svg');
    content: ''; }

.jpg, .jpeg {
  display: block;
  margin-bottom: 10px; }
  .jpg:before, .jpeg:before {
    display: inline-block;
    width: 35.6px;
    height: 42px;
    background-position: -841px -20px;
    background-size: 2145px 86.1px;
    background-image: url('sprite.svg');
    content: ''; }

.png {
  display: block;
  margin-bottom: 10px; }
  .png:before {
    display: inline-block;
    width: 35.6px;
    height: 42px;
    background-position: -1755px -20px;
    background-size: 2145px 86.1px;
    background-image: url('sprite.svg');
    content: ''; }

.misc-generic {
  display: block;
  margin-bottom: 10px; }
  .misc-generic:before {
    display: inline-block;
    width: 35.6px;
    height: 42px;
    background-position: -1205px -20px;
    background-size: 2145px 86.1px;
    background-image: url('sprite.svg');
    content: ''; }

.mp3 {
  display: block;
  margin-bottom: 10px; }
  .mp3:before {
    display: inline-block;
    width: 35.6px;
    height: 42px;
    background-position: -1281px -20px;
    background-size: 2145px 86.1px;
    background-image: url('sprite.svg');
    content: ''; }

.pdf {
  display: block;
  margin-bottom: 10px; }
  .pdf:before {
    display: inline-block;
    width: 35.6px;
    height: 42px;
    background-position: -1461px -20px;
    background-size: 2145px 86.1px;
    background-image: url('sprite.svg');
    content: ''; }

.ppt {
  display: block;
  margin-bottom: 10px; }
  .ppt:before {
    display: inline-block;
    width: 35.6px;
    height: 42px;
    background-position: -1831px -20px;
    background-size: 2145px 86.1px;
    background-image: url('sprite.svg');
    content: ''; }

.xls, .xlsx {
  display: block;
  margin-bottom: 10px; }
  .xls:before, .xlsx:before {
    display: inline-block;
    width: 35.6px;
    height: 42px;
    background-position: -2029px -20px;
    background-size: 2145px 86.1px;
    background-image: url('sprite.svg');
    content: ''; }

footer.footer {
  background: #fff;
  text-align: center;
  overflow: hidden; }
  @media screen and (min-width: 992px) {
    footer.footer .footer-left {
      float: left;
      width: 66.6666%; } }
  @media screen and (min-width: 992px) {
    footer.footer .footer-left .footer-item {
      display: inline-block;
      width: 49%; } }
  footer.footer .footer-left .footer-item h3 {
    border: none;
    padding: 0; }
  @media screen and (min-width: 992px) {
    footer.footer .footer-right {
      float: right;
      width: 33.3333%; } }
  @media screen and (min-width: 992px) {
    footer.footer .footer-right .footer-item {
      display: inline-block; } }
  footer.footer .footer-right .footer-item h3 {
    border: none;
    padding: 0; }
  footer.footer .our-website {
    margin-top: 124px; }
    @media screen and (min-width: 992px) {
      footer.footer .our-website {
        margin-top: 35px; } }
    footer.footer .our-website ul {
      margin-bottom: 0; }
    footer.footer .our-website li {
      display: inline-block; }
      @media screen and (min-width: 992px) {
        footer.footer .our-website li {
          margin-right: 35px; } }
    footer.footer .our-website .footer-links ul li {
      display: block; }
      @media screen and (min-width: 992px) {
        footer.footer .our-website .footer-links ul li {
          display: inline-block; } }
  footer.footer .get-in-touch {
    background: #000;
    text-align: center;
    position: relative; }
    @media screen and (min-width: 992px) {
      footer.footer .get-in-touch:before {
        content: '';
        background: url('footer-dots-left.png') repeat;
        width: 192px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.5;
        z-index: 30; }
      footer.footer .get-in-touch:after {
        content: '';
        background: url('footer-dots-right.png') repeat;
        width: 192px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0.5;
        z-index: 30; } }
    footer.footer .get-in-touch p {
      margin: 0; }
    footer.footer .get-in-touch .block-content a {
      color: #fff;
      font-size: 16px;
      font-size: 1.6rem;
      display: block;
      font-weight: 500;
      transition: color ease 0.3s;
      padding: 30px 40px;
      position: relative; }
      @media screen and (min-width: 992px) {
        footer.footer .get-in-touch .block-content a {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media screen and (min-width: 461px) {
        footer.footer .get-in-touch .block-content a {
          padding: 50px 10px; } }
      footer.footer .get-in-touch .block-content a .text {
        position: relative;
        z-index: 10;
        display: inline-block; }
      footer.footer .get-in-touch .block-content a .overlay-colour {
        position: absolute;
        top: 0;
        left: 0;
        height: 10px;
        width: 100%;
        transition: height ease 0.3s;
        background: #f49a00;
        z-index: 1;
        display: block; }
      footer.footer .get-in-touch .block-content a:after {
        content: '';
        width: 22px;
        height: 12.4px;
        background-position: -1967px -20px;
        background-size: 2145px 86.1px;
        background-image: url('sprite.svg');
        display: inline-block;
        margin-left: 15px;
        position: relative;
        z-index: 10; }
      footer.footer .get-in-touch .block-content a:hover {
        color: #fff; }
        footer.footer .get-in-touch .block-content a:hover .overlay-colour {
          height: 100%; }
  footer.footer .footer-main {
    background: #fff;
    padding: 50px 0; }
    footer.footer .footer-main .footer-logo {
      text-align: center;
      margin-bottom: 50px; }
      footer.footer .footer-main .footer-logo span {
        display: inline-block;
        text-indent: -2000em;
        width: 46px;
        height: 46.1px;
        background-position: -977px -20px;
        background-size: 2145px 86.1px;
        background-image: url('sprite.svg'); }
    footer.footer .footer-main h3 {
      color: #000;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 500;
      padding-bottom: 15px;
      border-bottom: 1px solid #e5e5e5;
      text-align: center;
      max-width: 310px;
      margin: 0 auto 15px; }
      @media screen and (min-width: 992px) {
        footer.footer .footer-main h3 {
          max-width: none; } }
      footer.footer .footer-main h3 a {
        color: #000;
        position: relative;
        display: inline-block; }
        footer.footer .footer-main h3 a:before {
          position: absolute;
          height: 3px;
          bottom: -3px;
          left: 0;
          width: 0;
          background: #f49a00;
          transition: width 0.5s cubic-bezier(0.77, 0, .175, 1);
          content: ''; }
        footer.footer .footer-main h3 a:hover::before, footer.footer .footer-main h3 a:focus::before {
          width: 100%; }
        footer.footer .footer-main h3 a.external-link:after {
          content: '';
          width: 12px;
          height: 12.1px;
          background-position: -1357px -20px;
          background-size: 2145px 86.1px;
          background-image: url('sprite.svg');
          display: inline-block;
          margin-left: 10px; }
    footer.footer .footer-main .footer-link-section {
      position: relative; }
      @media screen and (min-width: 992px) {
        footer.footer .footer-main .footer-link-section {
          position: static; } }
      footer.footer .footer-main .footer-link-section .col-xxs-1, footer.footer .footer-main .footer-link-section .col-xs-1, footer.footer .footer-main .footer-link-section .col-sm-1, footer.footer .footer-main .footer-link-section .col-md-1, footer.footer .footer-main .footer-link-section .col-lg-1, footer.footer .footer-main .footer-link-section .col-xl-1, footer.footer .footer-main .footer-link-section .col-xs-2, footer.footer .footer-main .footer-link-section .col-xs-2, footer.footer .footer-main .footer-link-section .col-sm-2, footer.footer .footer-main .footer-link-section .col-md-2, footer.footer .footer-main .footer-link-section .col-lg-2 .col-xl-2, footer.footer .footer-main .footer-link-section .col-xs-3, footer.footer .footer-main .footer-link-section .col-xs-3, footer.footer .footer-main .footer-link-section .col-sm-3, footer.footer .footer-main .footer-link-section .col-md-3, footer.footer .footer-main .footer-link-section .col-lg-3 .col-xl-3, footer.footer .footer-main .footer-link-section .col-xs-4, footer.footer .footer-main .footer-link-section .col-xs-4, footer.footer .footer-main .footer-link-section .col-sm-4, footer.footer .footer-main .footer-link-section .col-md-4, footer.footer .footer-main .footer-link-section .col-lg-4 .col-xl-4, footer.footer .footer-main .footer-link-section .col-xs-5, footer.footer .footer-main .footer-link-section .col-xs-5, footer.footer .footer-main .footer-link-section .col-sm-5, footer.footer .footer-main .footer-link-section .col-md-5, footer.footer .footer-main .footer-link-section .col-lg-5 .col-xl-5, footer.footer .footer-main .footer-link-section .col-xs-6, footer.footer .footer-main .footer-link-section .col-xs-6, footer.footer .footer-main .footer-link-section .col-sm-6, footer.footer .footer-main .footer-link-section .col-md-6, footer.footer .footer-main .footer-link-section .col-lg-6 .col-xl-6, footer.footer .footer-main .footer-link-section .col-xs-7, footer.footer .footer-main .footer-link-section .col-xs-7, footer.footer .footer-main .footer-link-section .col-sm-7, footer.footer .footer-main .footer-link-section .col-md-7, footer.footer .footer-main .footer-link-section .col-lg-7 .col-xl-7, footer.footer .footer-main .footer-link-section .col-xs-8, footer.footer .footer-main .footer-link-section .col-xs-8, footer.footer .footer-main .footer-link-section .col-sm-8, footer.footer .footer-main .footer-link-section .col-md-8, footer.footer .footer-main .footer-link-section .col-lg-8 .col-xl-8, footer.footer .footer-main .footer-link-section .col-xs-9, footer.footer .footer-main .footer-link-section .col-xs-9, footer.footer .footer-main .footer-link-section .col-sm-9, footer.footer .footer-main .footer-link-section .col-md-9, footer.footer .footer-main .footer-link-section .col-lg-9 .col-xl-9, footer.footer .footer-main .footer-link-section .col-xs-10, footer.footer .footer-main .footer-link-section .col-xs-10, footer.footer .footer-main .footer-link-section .col-sm-10, footer.footer .footer-main .footer-link-section .col-md-10, footer.footer .footer-main .footer-link-section .col-lg-10 .col-xl-10, footer.footer .footer-main .footer-link-section .col-xs-11, footer.footer .footer-main .footer-link-section .col-xs-11, footer.footer .footer-main .footer-link-section .col-sm-11, footer.footer .footer-main .footer-link-section .col-md-11, footer.footer .footer-main .footer-link-section .col-lg-11 .col-xl-11, footer.footer .footer-main .footer-link-section .col-xs-12, footer.footer .footer-main .footer-link-section .col-xs-12, footer.footer .footer-main .footer-link-section .col-sm-12, footer.footer .footer-main .footer-link-section .col-md-12, footer.footer .footer-main .footer-link-section .col-lg-12 .col-xl-12, footer.footer .footer-main .footer-link-section .row {
        position: static; }
    footer.footer .footer-main .footer-contact {
      position: absolute;
      bottom: 123px;
      left: 50%;
      margin-left: -141px;
      width: 282px; }
      footer.footer .footer-main .footer-contact p {
        text-align: center; }
      @media screen and (min-width: 992px) {
        footer.footer .footer-main .footer-contact {
          position: static;
          margin-left: 0;
          width: 100%; } }
      footer.footer .footer-main .footer-contact .call-back {
        position: relative; }
        footer.footer .footer-main .footer-contact .call-back .phone-icon {
          width: 25.6px;
          height: 27.1px;
          background-position: -1613px -20px;
          background-size: 2145px 86.1px;
          background-image: url('sprite.svg');
          display: inline-block; }
        footer.footer .footer-main .footer-contact .call-back .tel-no {
          color: #000;
          display: inline-block;
          vertical-align: top;
          font-weight: 500;
          font-size: 18px;
          font-size: 1.8rem; }
        footer.footer .footer-main .footer-contact .call-back .call-back-link {
          color: #f49a00;
          display: block;
          font-weight: 500; }
    footer.footer .footer-main ul {
      margin: 0;
      padding: 0;
      font-size: 14px;
      font-size: 1.4rem;
      text-align: center; }
      footer.footer .footer-main ul li {
        list-style: none;
        margin-bottom: 15px; }
        footer.footer .footer-main ul li:before {
          display: none; }
        footer.footer .footer-main ul li a {
          color: #000; }
          footer.footer .footer-main ul li a:hover {
            color: #f49a00; }
    footer.footer .footer-main .copyright {
      border-top: 2px solid #e5e5e5;
      padding-top: 20px; }
      footer.footer .footer-main .copyright p {
        text-align: center; }
        @media screen and (min-width: 461px) {
          footer.footer .footer-main .copyright p {
            float: left; } }
      footer.footer .footer-main .copyright .social-icons {
        text-align: center; }
        footer.footer .footer-main .copyright .social-icons a {
          text-indent: -2000em;
          width: 29px;
          height: 29px;
          display: inline-block;
          background: #000;
          position: relative;
          margin-left: 15px;
          overflow: hidden; }
          footer.footer .footer-main .copyright .social-icons a:first-child {
            margin-left: 0; }
          footer.footer .footer-main .copyright .social-icons a:before {
            top: -100%;
            left: 0;
            width: 100%;
            height: 100%;
            content: '';
            position: absolute;
            transition: top ease 0.3s; }
          footer.footer .footer-main .copyright .social-icons a:after {
            position: absolute;
            content: '';
            z-index: 3; }
          footer.footer .footer-main .copyright .social-icons a:hover:before {
            top: 0; }
          footer.footer .footer-main .copyright .social-icons a.facebook:after {
            width: 20px;
            height: 20px;
            background-position: -493px -20px;
            background-size: 2145px 86.1px;
            background-image: url('sprite.svg');
            top: 4px;
            left: 5px; }
          footer.footer .footer-main .copyright .social-icons a.facebook:before {
            background: #43609b; }
          footer.footer .footer-main .copyright .social-icons a.twitter:after {
            width: 20px;
            height: 20px;
            background-position: -1907px -20px;
            background-size: 2145px 86.1px;
            background-image: url('sprite.svg');
            top: 4px;
            left: 5px; }
          footer.footer .footer-main .copyright .social-icons a.twitter:before {
            background: #55acee; }
          footer.footer .footer-main .copyright .social-icons a.youtube:after {
            width: 20px;
            height: 20px;
            background-position: -2105px -20px;
            background-size: 2145px 86.1px;
            background-image: url('sprite.svg');
            top: 4px;
            left: 5px; }
          footer.footer .footer-main .copyright .social-icons a.youtube:before {
            background: #e62117; }
          footer.footer .footer-main .copyright .social-icons a.linkedin:after {
            width: 20px;
            height: 20px;
            background-position: -917px -20px;
            background-size: 2145px 86.1px;
            background-image: url('sprite.svg');
            top: 3px;
            left: 5px; }
          footer.footer .footer-main .copyright .social-icons a.linkedin:before {
            background: #0077b5; }
        @media screen and (min-width: 461px) {
          footer.footer .footer-main .copyright .social-icons {
            float: right;
            text-align: right; } }

.global-future {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 50px 0; }
  @media screen and (min-width: 768px) {
    .global-future {
      padding: 75px 0; } }
  @media screen and (min-width: 992px) {
    .global-future {
      padding: 70px 0; } }
  @media screen and (min-width: 1450px) {
    .global-future {
      padding: 100px 0; } }
  .global-future.no-background .container {
    max-width: 920px;
    margin: 0 auto; }
  .global-future.no-background h2, .global-future.no-background p {
    color: #000; }
  .global-future.no-background .view-more-link {
    margin-top: 30px; }
    .global-future.no-background .view-more-link a {
      border-radius: 30px;
      padding: 15px 50px 15px 25px;
      color: #fff;
      background: #000;
      transition: all ease 0.5s;
      margin-bottom: 10px;
      overflow: hidden;
      position: relative;
      display: inline-block;
      line-height: normal;
      box-shadow: none;
      border: none; }
      .global-future.no-background .view-more-link a.orange {
        background: #f49a00;
        color: #000; }
        .global-future.no-background .view-more-link a.orange:after {
          width: 22px;
          height: 12.4px;
          background-position: -270px -20px;
          background-size: 2145px 86.1px;
          background-image: url('sprite.svg'); }
      .global-future.no-background .view-more-link a:hover {
        background: #000;
        color: #fff; }
      .global-future.no-background .view-more-link a:visited {
        color: #fff; }
      .global-future.no-background .view-more-link a:after {
        content: '';
        width: 22px;
        height: 12.4px;
        background-position: -1967px -20px;
        background-size: 2145px 86.1px;
        background-image: url('sprite.svg');
        display: block;
        position: absolute;
        top: 18px;
        right: 20px;
        opacity: 1;
        transition: opacity ease 0.5s; }
        @media screen and (min-width: 1450px) {
          .global-future.no-background .view-more-link a:after {
            right: 35px; } }
      @media screen and (min-width: 1200px) {
        .global-future.no-background .view-more-link a {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 400; }
          .global-future.no-background .view-more-link a:after {
            top: 19px; } }
      @media screen and (min-width: 1450px) {
        .global-future.no-background .view-more-link a {
          padding: 15px 70px 15px 45px; } }
      .global-future.no-background .view-more-link a:hover {
        background: #f49a00;
        color: #000;
        padding: 15px 25px; }
        @media screen and (min-width: 1450px) {
          .global-future.no-background .view-more-link a:hover {
            padding: 15px 45px 15px 45px; } }
        .global-future.no-background .view-more-link a:hover:after {
          opacity: 0; }
  .global-future h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .global-future h2 {
        font-size: 36px;
        font-size: 3.6rem; } }
  .global-future .global-overlay {
    background: rgba(0, 0, 0, 0.8);
    padding: 25px;
    text-align: center;
    max-width: 920px;
    margin: 0 auto; }
    .global-future .global-overlay img {
      margin: 0 auto 20px; }
    @media screen and (min-width: 768px) {
      .global-future .global-overlay {
        padding: 50px 40px; } }
    .global-future .global-overlay h2 {
      color: #fff;
      margin: 0 auto 20px;
      font-size: 28px;
      font-size: 2.8rem; }
      @media screen and (min-width: 992px) {
        .global-future .global-overlay h2 {
          font-size: 36px;
          font-size: 3.6rem; } }
      @media screen and (min-width: 768px) {
        .global-future .global-overlay h2 {
          margin: 0 auto 35px; } }
      @media screen and (min-width: 992px) {
        .global-future .global-overlay h2 {
          max-width: 650px; } }
    .global-future .global-overlay p {
      color: #fff;
      margin: 0 auto 10px; }
      @media screen and (min-width: 768px) {
        .global-future .global-overlay p {
          margin: 0 auto 25px; } }
      @media screen and (min-width: 992px) {
        .global-future .global-overlay p {
          max-width: 650px; } }
    .global-future .global-overlay a {
      color: #fff; }
      .global-future .global-overlay a:hover {
        color: #f49a00; }

.bluemix .global-future img {
  margin: 0 auto 35px; }
.bluemix .global-future .container {
  max-width: 730px;
  margin: 0 auto 10px; }
  .bluemix .global-future .container .view-more-link.new-window a {
    border-radius: 30px;
    padding: 15px 50px 15px 25px;
    color: #fff;
    background: #000;
    transition: all ease 0.5s;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    line-height: normal;
    box-shadow: none;
    border: none; }
    .bluemix .global-future .container .view-more-link.new-window a.orange {
      background: #f49a00;
      color: #000; }
      .bluemix .global-future .container .view-more-link.new-window a.orange:after {
        width: 12px;
        height: 12.1px;
        background-position: -1357px -20px;
        background-size: 2145px 86.1px;
        background-image: url('sprite.svg'); }
    .bluemix .global-future .container .view-more-link.new-window a:hover {
      background: #000;
      color: #fff; }
    .bluemix .global-future .container .view-more-link.new-window a:after {
      content: '';
      width: 12px;
      height: 12.1px;
      background-position: -1409px -20px;
      background-size: 2145px 86.1px;
      background-image: url('sprite.svg');
      display: block;
      position: absolute;
      top: 18px;
      right: 20px;
      opacity: 1;
      transition: opacity ease 0.5s; }
      @media screen and (min-width: 1450px) {
        .bluemix .global-future .container .view-more-link.new-window a:after {
          right: 35px; } }
    @media screen and (min-width: 1200px) {
      .bluemix .global-future .container .view-more-link.new-window a {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400; }
        .bluemix .global-future .container .view-more-link.new-window a:after {
          top: 19px; } }
    @media screen and (min-width: 1450px) {
      .bluemix .global-future .container .view-more-link.new-window a {
        padding: 15px 70px 15px 45px; } }
    .bluemix .global-future .container .view-more-link.new-window a:hover {
      background: #f49a00;
      color: #000;
      padding: 15px 25px; }
      @media screen and (min-width: 1450px) {
        .bluemix .global-future .container .view-more-link.new-window a:hover {
          padding: 15px 45px 15px 45px; } }
      .bluemix .global-future .container .view-more-link.new-window a:hover:after {
        opacity: 0; }

.why-monitise-section .global-future.fade-up {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.node-type-homepage .content {
  background: none; }
.node-type-homepage .home-carousel, .node-type-homepage .business-offerings, .node-type-homepage .case-studies, .node-type-homepage .blogs {
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, .175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, .175, 1); }
.node-type-homepage .nav-open .content {
  -webkit-transform: none;
          transform: none;
  transition: none; }
  .node-type-homepage .nav-open .content .home-carousel, .node-type-homepage .nav-open .content .business-offerings, .node-type-homepage .nav-open .content .case-studies, .node-type-homepage .nav-open .content .blogs {
    -webkit-transform: translateX(230px);
            transform: translateX(230px); }
    @media screen and (min-width: 461px) {
      .node-type-homepage .nav-open .content .home-carousel, .node-type-homepage .nav-open .content .business-offerings, .node-type-homepage .nav-open .content .case-studies, .node-type-homepage .nav-open .content .blogs {
        -webkit-transform: translateX(300px);
                transform: translateX(300px); } }
@media screen and (min-width: 992px) {
  .node-type-homepage .header-banner-with-nav .main-menu-region {
    left: -650px; } }
.node-type-homepage .header-banner-with-nav .main-menu-region ul:first-of-type li a {
  -webkit-transform: translate(-230px, 0);
          transform: translate(-230px, 0);
  opacity: 0; }
.node-type-homepage .header-banner-with-nav .main-menu-region .logo {
  opacity: 0; }
  @media (max-width: 991px) {
    .node-type-homepage .header-banner-with-nav .main-menu-region .logo a span {
      background: url(logo.png) no-repeat;
      width: 145px;
      height: 75px;
      background-size: contain;
      display: inline-block;
      -webkit-animation: none;
      animation: none; } }
.node-type-homepage .header-banner-with-nav .home-carousel:before {
  display: none; }
@media screen and (min-width: 992px) {
  .node-type-homepage .header-banner-with-nav .home-carousel .banner-text {
    padding-left: 0; } }
.node-type-homepage .header-banner-with-nav .home-carousel .banner-text .banner-text-inner h1 {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 300; }
  @media screen and (min-width: 768px) {
    .node-type-homepage .header-banner-with-nav .home-carousel .banner-text .banner-text-inner h1 {
      font-size: 40px;
      font-size: 4rem; } }
  @media screen and (min-width: 992px) {
    .node-type-homepage .header-banner-with-nav .home-carousel .banner-text .banner-text-inner h1 {
      font-size: 50px;
      font-size: 5rem; } }
  @media screen and (min-width: 1200px) {
    .node-type-homepage .header-banner-with-nav .home-carousel .banner-text .banner-text-inner h1 {
      font-size: 66px;
      font-size: 6.6rem; } }
  .node-type-homepage .header-banner-with-nav .home-carousel .banner-text .banner-text-inner h1 span {
    font-weight: 400; }
@media screen and (min-width: 992px) {
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region {
    left: 0; } }
@media screen and (min-width: 992px) {
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown .logo {
    opacity: 1; }
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown ul:first-of-type li a {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transition: -webkit-transform 0.8s, opacity 2.5s;
    transition: transform 0.8s, opacity 2.5s;
    opacity: 1; }
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown ul:first-of-type li:nth-child(1) a {
    transition-delay: 0.1s; }
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown ul:first-of-type li:nth-child(2) a {
    transition-delay: 0.3s; }
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown ul:first-of-type li:nth-child(3) a {
    transition-delay: 0.5s; }
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown ul:first-of-type li:nth-child(4) a {
    transition-delay: 0.7s; }
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown ul:first-of-type li:nth-child(5) a {
    transition-delay: 0.9s; }
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown ul:first-of-type li:nth-child(6) a {
    transition-delay: 1.1s; }
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown ul:first-of-type li:nth-child(7) a {
    transition-delay: 1.3s; }
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown ul:first-of-type li:nth-child(8) a {
    transition-delay: 1.5s; }
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown ul:first-of-type li:nth-child(9) a {
    transition-delay: 1.7s; } }
.node-type-homepage.page-loaded .header-banner-with-nav .home-carousel {
  position: relative; }
  @media screen and (min-width: 992px) {
    .node-type-homepage.page-loaded .header-banner-with-nav .home-carousel .banner-text {
      padding-left: 300px; } }

@keyframes sprite {
  from {
    background-position: 0px 0px; }

  to {
    background-position: -5766px 0px; } }

@-webkit-keyframes sprite {
  from {
    background-position: 0px 0px; }

  to {
    background-position: -5766px 0px; } }

.ie9 .header-banner-with-nav .main-menu-region .logo a span, .ie9 .inner-page-nav .logo a span {
  background-image: url('logo.png');
  background-repeat: no-repeat; }
.ie9 .header-banner-with-nav .home-carousel .banner-text .banner-text-inner {
  margin-top: -100px; }

.ios7- .header-banner-with-nav .home-carousel {
  min-height: none; }
  @media screen and (min-width: 768px) {
    .ios7- .header-banner-with-nav .home-carousel {
      height: 650px; } }
  @media screen and (min-width: 992px) {
    .ios7- .header-banner-with-nav .home-carousel {
      height: 650px; } }
  @media screen and (min-width: 1200px) {
    .ios7- .header-banner-with-nav .home-carousel {
      height: 710px; } }
  @media screen and (min-width: 1450px) {
    .ios7- .header-banner-with-nav .home-carousel {
      height: 775px; } }

.header-banner-with-nav {
  position: relative; }
  @media screen and (min-width: 992px) {
    .header-banner-with-nav {
      overflow: hidden; } }

@media screen and (min-width: 768px) {
  .node-homepage .home-carousel, .node-type-who-we-are .home-carousel {
    min-height: 450px; } }
@media screen and (min-width: 992px) {
  .node-homepage .home-carousel, .node-type-who-we-are .home-carousel {
    min-height: 550px; } }
@media screen and (min-width: 1450px) {
  .node-homepage .home-carousel, .node-type-who-we-are .home-carousel {
    min-height: 620px; } }

.home-carousel {
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 10;
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, .175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, .175, 1); }
  @media screen and (min-width: 992px) {
    .home-carousel:before {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+93&amp;1+0,0+92 */
      /* FF3.6+ */
      /* Chrome,Safari4+ */
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 92%, transparent 93%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 60px;
      content: '';
      z-index: 1; } }
  @media screen and (min-width: 768px) {
    .home-carousel {
      min-height: 550px; } }
  @media screen and (min-width: 992px) {
    .home-carousel {
      min-height: 650px; } }
  @media screen and (min-width: 1200px) {
    .home-carousel {
      min-height: 710px; } }
  @media screen and (min-width: 1450px) {
    .home-carousel {
      min-height: 775px; } }
  .home-carousel .case-image {
    display: block;
    margin: 0 auto 15px;
    max-width: 70%; }
    .home-carousel .case-image img {
      display: inline-block; }
  .home-carousel .banner-text {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 0;
    text-align: center;
    height: 100%;
    padding-bottom: 25px; }
    @media screen and (min-width: 768px) {
      .home-carousel .banner-text {
        position: absolute;
        padding-bottom: 0px; } }
    @media screen and (min-width: 992px) {
      .home-carousel .banner-text {
        transition: padding ease 1.7s;
        transition-delay: 0.7s;
        padding-left: 320px; } }
    @media screen and (min-width: 1450px) {
      .home-carousel .banner-text {
        padding-left: 405px; } }
    .home-carousel .banner-text .breadcrumb {
      text-align: left;
      margin-top: 20px;
      color: #fff; }
      .home-carousel .banner-text .breadcrumb a {
        color: #fff;
        border-bottom: 1px solid #f49a00;
        padding-bottom: 3px;
        display: inline-block;
        margin-right: 50px;
        position: relative; }
        .home-carousel .banner-text .breadcrumb a:hover {
          color: #f49a00; }
        .home-carousel .banner-text .breadcrumb a:after {
          content: '';
          width: 18px;
          height: 10px;
          background-position: -1609.36364px -16.12903px;
          background-size: 1755px 69.43548px;
          background-image: url('sprite.svg');
          display: block;
          position: absolute;
          right: -40px;
          top: 3px; }
    .home-carousel .banner-text .banner-text-inner {
      position: relative;
      padding: 100px 0 30px;
      max-width: 880px;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .home-carousel .banner-text .banner-text-inner {
          top: 50%;
          padding: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
      @media screen and (min-width: 1450px) {
        .home-carousel .banner-text .banner-text-inner {
          max-width: 925px; } }
      .home-carousel .banner-text .banner-text-inner h1 {
        color: #fff;
        margin: 0 0 25px;
        font-family: 'Gotham Rounded A', 'Gotham Rounded B';
        font-weight: 300;
        padding: 0 25px;
        font-size: 29px;
        font-size: 2.9rem;
        font-weight: 400;
        font-style: normal;
        line-height: normal; }
        @media screen and (min-width: 992px) {
          .home-carousel .banner-text .banner-text-inner h1 {
            font-size: 36px;
            font-size: 3.6rem; } }
        @media screen and (min-width: 1450px) {
          .home-carousel .banner-text .banner-text-inner h1 {
            font-size: 46px;
            font-size: 4.6rem; } }
        .home-carousel .banner-text .banner-text-inner h1 .changing-text {
          display: block; }
          .home-carousel .banner-text .banner-text-inner h1 .changing-text span span {
            display: none;
            letter-spacing: 2px; }
          .home-carousel .banner-text .banner-text-inner h1 .changing-text span:first-child span {
            display: block; }
          .home-carousel .banner-text .banner-text-inner h1 .changing-text span.slick-slide span {
            display: block; }
      .home-carousel .banner-text .banner-text-inner img {
        margin: 0 auto 15px; }
      .home-carousel .banner-text .banner-text-inner .field-item {
        display: block; }
        .home-carousel .banner-text .banner-text-inner .field-item a {
          border-radius: 30px;
          padding: 10px 45px 10px 20px;
          color: #fff;
          background: #000;
          transition: all ease 0.5s;
          margin-bottom: 10px;
          overflow: hidden;
          position: relative;
          display: inline-block;
          line-height: normal; }
          .home-carousel .banner-text .banner-text-inner .field-item a:after {
            content: '';
            width: 22px;
            height: 12.4px;
            background-position: -1967px -20px;
            background-size: 2145px 86.1px;
            background-image: url('sprite.svg');
            display: block;
            position: absolute;
            top: 14px;
            right: 15px;
            opacity: 1;
            transition: opacity ease 0.5s; }
            @media screen and (min-width: 1450px) {
              .home-carousel .banner-text .banner-text-inner .field-item a:after {
                right: 35px; } }
          .home-carousel .banner-text .banner-text-inner .field-item a:hover {
            background: #f49a00;
            color: #000;
            padding: 10px; }
            @media screen and (min-width: 1450px) {
              .home-carousel .banner-text .banner-text-inner .field-item a:hover {
                padding: 15px 45px 15px 45px; } }
            .home-carousel .banner-text .banner-text-inner .field-item a:hover:after {
              opacity: 0; }
          @media screen and (min-width: 1200px) {
            .home-carousel .banner-text .banner-text-inner .field-item a {
              padding: 15px 70px 15px 45px;
              font-size: 16px;
              font-size: 1.6rem;
              font-weight: 400; }
              .home-carousel .banner-text .banner-text-inner .field-item a:after {
                top: 19px; } }

.ios7- .header-banner-with-nav .home-carousel {
  min-height: none; }
  @media screen and (min-width: 768px) {
    .ios7- .header-banner-with-nav .home-carousel {
      height: 650px; } }
  @media screen and (min-width: 992px) {
    .ios7- .header-banner-with-nav .home-carousel {
      height: 650px; } }
  @media screen and (min-width: 1200px) {
    .ios7- .header-banner-with-nav .home-carousel {
      height: 710px; } }
  @media screen and (min-width: 1450px) {
    .ios7- .header-banner-with-nav .home-carousel {
      height: 775px; } }

.rns-iframe {
  height: 1600px; }
  @media (min-width: 340px) {
    .rns-iframe {
      height: 1600px; } }
  @media (min-width: 400px) {
    .rns-iframe {
      height: 1092px; } }
  @media (min-width: 485px) {
    .rns-iframe {
      height: 961px; } }
  @media (min-width: 530px) {
    .rns-iframe {
      height: 900px; } }
  @media (min-width: 600px) {
    .rns-iframe {
      height: 770px; } }

.share-price {
  height: 1595px; }
  @media screen and (min-width: 461px) {
    .share-price {
      height: 1509px; } }
  @media (min-width: 728px) {
    .share-price {
      height: 1330px; } }
  @media screen and (min-width: 768px) {
    .share-price {
      height: 1340px; } }
  @media screen and (min-width: 992px) {
    .share-price {
      height: 1500px; } }
  @media screen and (min-width: 1200px) {
    .share-price {
      height: 1320px; } }
  @media screen and (min-width: 1450px) {
    .share-price {
      height: 1280px; } }

.inner-header-carousel {
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #999;
  height: 220px; }
  @media screen and (min-width: 461px) {
    .inner-header-carousel {
      height: 330px; } }
  @media screen and (min-width: 992px) {
    .inner-header-carousel {
      height: 220px; } }
  @media screen and (min-width: 1200px) {
    .inner-header-carousel {
      height: 320px; } }
  @media screen and (min-width: 1450px) {
    .inner-header-carousel {
      height: 400px; } }
  @media screen and (min-width: 992px) {
    .inner-header-carousel:before {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+93&amp;1+0,0+92 */
      /* FF3.6+ */
      /* Chrome,Safari4+ */
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 92%, transparent 93%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 60px;
      content: '';
      z-index: 1; } }
  .inner-header-carousel .case-image {
    display: block;
    margin: 0 auto; }
    .inner-header-carousel .case-image img {
      display: inline-block; }
  .inner-header-carousel .banner-text {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 0;
    text-align: center;
    height: 100%;
    z-index: 11; }
    @media screen and (min-width: 768px) {
      .inner-header-carousel .banner-text {
        position: absolute; } }
    @media screen and (min-width: 992px) {
      .inner-header-carousel .banner-text {
        transition: padding ease 1.7s;
        transition-delay: 0.7s;
        padding-left: 40px; } }
    .inner-header-carousel .banner-text .breadcrumb {
      text-align: left;
      margin-top: 20px;
      color: #fff; }
      .inner-header-carousel .banner-text .breadcrumb a {
        color: #fff;
        border-bottom: 1px solid #f49a00;
        padding-bottom: 3px;
        display: inline-block;
        margin-right: 50px;
        position: relative; }
        .inner-header-carousel .banner-text .breadcrumb a:hover {
          color: #f49a00; }
        .inner-header-carousel .banner-text .breadcrumb a:after {
          content: '';
          width: 18px;
          height: 10px;
          background-position: -1609.36364px -16.12903px;
          background-size: 1755px 69.43548px;
          background-image: url('sprite.svg');
          display: block;
          position: absolute;
          right: -40px;
          top: 3px; }
    .inner-header-carousel .banner-text .banner-text-inner {
      position: relative;
      padding: 100px 0 30px;
      max-width: 818px;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .inner-header-carousel .banner-text .banner-text-inner {
          top: 50%;
          padding: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
      .inner-header-carousel .banner-text .banner-text-inner h1 {
        color: #fff;
        margin: 0 0 25px;
        font-family: 'Gotham Rounded A', 'Gotham Rounded B';
        font-weight: 300;
        font-size: 40px;
        font-size: 4rem;
        font-style: normal;
        line-height: normal; }
        @media screen and (min-width: 768px) {
          .inner-header-carousel .banner-text .banner-text-inner h1 {
            font-size: 50px;
            font-size: 5rem; } }
        @media screen and (min-width: 992px) {
          .inner-header-carousel .banner-text .banner-text-inner h1 {
            font-size: 60px;
            font-size: 6rem; } }
        @media screen and (min-width: 1200px) {
          .inner-header-carousel .banner-text .banner-text-inner h1 {
            font-size: 66px;
            font-size: 6.6rem; } }
        .inner-header-carousel .banner-text .banner-text-inner h1 .changing-text {
          display: block; }
          .inner-header-carousel .banner-text .banner-text-inner h1 .changing-text span span {
            display: none;
            letter-spacing: 2px; }
          .inner-header-carousel .banner-text .banner-text-inner h1 .changing-text span.slick-slide span {
            display: block; }
      .inner-header-carousel .banner-text .banner-text-inner .field-item {
        display: block; }
        .inner-header-carousel .banner-text .banner-text-inner .field-item a {
          border-radius: 30px;
          padding: 15px 70px 15px 45px;
          color: #fff;
          background: #000;
          transition: all ease 0.5s;
          margin-bottom: 10px;
          overflow: hidden;
          position: relative;
          display: inline-block; }
          .inner-header-carousel .banner-text .banner-text-inner .field-item a:after {
            content: '';
            width: 22px;
            height: 12.4px;
            background-position: -1967px -20px;
            background-size: 2145px 86.1px;
            background-image: url('sprite.svg');
            display: block;
            position: absolute;
            top: 18px;
            right: 35px;
            opacity: 1;
            transition: opacity ease 0.5s; }
          .inner-header-carousel .banner-text .banner-text-inner .field-item a:hover {
            background: #f49a00;
            color: #000;
            padding: 15px 45px 15px 45px; }
            .inner-header-carousel .banner-text .banner-text-inner .field-item a:hover:after {
              opacity: 0; }

.ie9 .continue-btn:after {
  background: url(down-arrow.png) !important;
  width: 10px !important;
  height: 19px !important; }
.ie9 .continue-btn:hover:after {
  background: url(black-down-arrow.png) !important;
  top: 16px !important; }

.inner-page {
  position: relative;
  transition: padding-left ease 2s;
  transition-delay: 0.5s; }
  @media screen and (min-width: 992px) {
    .inner-page {
      padding-left: 300px; } }
  @media screen and (min-width: 1450px) {
    .inner-page {
      padding-left: 370px; } }
  .inner-page h1 {
    line-height: normal;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    position: relative; }
    .inner-page h1:after {
      content: '';
      background: url(h1-logo.jpg) no-repeat;
      width: 70px;
      height: 25px;
      position: absolute;
      bottom: -12px;
      left: 50%;
      margin-left: -35px; }
  .inner-page p img {
    margin: 15px 0; }
  .inner-page h1 {
    font-size: 29px;
    font-size: 2.9rem;
    margin-bottom: 30px;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .inner-page h1 {
        font-size: 36px;
        font-size: 3.6rem; } }
    @media screen and (min-width: 1450px) {
      .inner-page h1 {
        font-size: 46px;
        font-size: 4.6rem; } }
  .inner-page h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .inner-page h2 {
        font-size: 34px;
        font-size: 3.4rem; } }
  .inner-page h3 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 10px;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .inner-page h3 {
        font-size: 31px;
        font-size: 3.1rem; } }
  .inner-page.generic-page blockquote {
    border-left: 5px solid #f49a00;
    padding: 20px;
    margin: 10px 0 10px 0px; }
  .inner-page.generic-page h2 {
    margin-top: 20px; }
    @media screen and (min-width: 992px) {
      .inner-page.generic-page h2 {
        margin-top: 40px; } }

@keyframes sprite {
  from {
    background-position: 0px 0px; }

  to {
    background-position: -5766px 0px; } }

@-webkit-keyframes sprite {
  from {
    background-position: 0px 0px; }

  to {
    background-position: -5766px 0px; } }

.ie9 .inner-page-nav .logo a span {
  background-image: url('logo.png');
  background-repeat: no-repeat; }

.inner-page-nav {
  z-index: 10;
  transition: all ease 2s;
  transition-delay: 0.5s;
  position: absolute;
  top: 0;
  left: -230px;
  width: 230px;
  height: 100%;
  background: #000;
  z-index: 2;
  text-align: center;
  padding: 0 0 27px 0; }
  .inner-page-nav .main-menu-region {
    position: relative;
    left: 230px; }
    @media screen and (min-width: 461px) {
      .inner-page-nav .main-menu-region {
        left: 300px; } }
    @media screen and (min-width: 992px) {
      .inner-page-nav .main-menu-region {
        left: 0; } }
  @media screen and (min-width: 461px) {
    .inner-page-nav {
      left: -300px;
      width: 300px; } }
  @media screen and (min-width: 992px) {
    .inner-page-nav {
      left: 0; } }
  @media screen and (min-width: 1200px) {
    .inner-page-nav {
      padding: 0; } }
  @media screen and (min-width: 1450px) {
    .inner-page-nav {
      width: 370px; } }

@media screen and (min-width: 992px) {
  .investor-container {
    display: table;
    width: 100%;
    vertical-align: top;
    margin-bottom: 30px; } }
@media screen and (min-width: 768px) {
  .investor-container .investor-left {
    display: table-cell;
    width: 50%;
    padding-right: 2%;
    vertical-align: top; } }
.investor-container .investor-right {
  padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .investor-container .investor-right {
      display: table-cell;
      width: 50%;
      padding-left: 2%;
      vertical-align: bottom; } }
.investor-container h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .investor-container h2 {
      font-size: 32px;
      font-size: 3.2rem; } }

.iframe-container {
  margin: 15px 0; }
  @media screen and (min-width: 768px) {
    .iframe-container {
      display: table;
      width: 100%;
      vertical-align: top; } }
  .iframe-container.investor-iframe iframe {
    height: 217px !important; }
  @media screen and (min-width: 768px) {
    .iframe-container .iframe-inner {
      display: table-cell;
      width: 50%;
      padding-right: 2%;
      vertical-align: top; }
      .iframe-container .iframe-inner:nth-child(2n) {
        padding-right: 0;
        padding-left: 2%;
        padding-bottom: 15px; } }
  .iframe-container .iframe-inner .iframe-inner-container {
    border: 1px solid #ccc;
    position: relative;
    padding: 25px;
    margin-bottom: 25px; }
    .iframe-container .iframe-inner .iframe-inner-container:before {
      width: 5px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #f49a00;
      content: ''; }
  .iframe-container .iframe-inner h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .iframe-container .iframe-inner h3 {
        font-size: 30px;
        font-size: 3rem; } }
  .iframe-container iframe {
    border: none;
    margin: 0 0 15px; }

@media screen and (min-width: 768px) {
  .investor-boxes .field-collection-container {
    display: table;
    width: 100%;
    vertical-align: top; } }
.investor-boxes .field-collection-container .investor-box {
  margin-bottom: 25px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .investor-boxes .field-collection-container .investor-box {
      display: table-cell;
      width: 50%;
      padding-right: 2%;
      vertical-align: top; }
      .investor-boxes .field-collection-container .investor-box:nth-child(2n) {
        padding-right: 0;
        padding-left: 2%; } }
  .investor-boxes .field-collection-container .investor-box .investor-box-inner {
    background: #e4e4e4;
    border-left: 5px solid #aecb06;
    padding: 25px;
    position: relative; }
    @media screen and (min-width: 992px) {
      .investor-boxes .field-collection-container .investor-box .investor-box-inner {
        padding: 35px; } }
    @media (max-width: 767px) {
      .investor-boxes .field-collection-container .investor-box .investor-box-inner {
        height: auto !important; } }
    .investor-boxes .field-collection-container .investor-box .investor-box-inner .investor-text {
      float: left;
      width: 70%; }
      @media screen and (min-width: 992px) {
        .investor-boxes .field-collection-container .investor-box .investor-box-inner .investor-text {
          width: 60%; } }
      .investor-boxes .field-collection-container .investor-box .investor-box-inner .investor-text h5 {
        font-size: 23px;
        font-size: 2.3rem;
        line-height: normal; }
        @media screen and (min-width: 992px) {
          .investor-boxes .field-collection-container .investor-box .investor-box-inner .investor-text h5 {
            font-size: 26px;
            font-size: 2.6rem; } }
    .investor-boxes .field-collection-container .investor-box .investor-box-inner .investor-img {
      float: left;
      width: 30%;
      text-align: right;
      position: relative;
      padding-left: 10px; }
      @media screen and (min-width: 992px) {
        .investor-boxes .field-collection-container .investor-box .investor-box-inner .investor-img {
          width: 40%; } }
      .investor-boxes .field-collection-container .investor-box .investor-box-inner .investor-img img {
        display: inline-block; }
    .investor-boxes .field-collection-container .investor-box .investor-box-inner .view-more-link a {
      color: #000;
      font-weight: 500; }
      .investor-boxes .field-collection-container .investor-box .investor-box-inner .view-more-link a:after {
        width: 22px;
        height: 12.4px;
        background-position: -270px -20px;
        background-size: 2145px 86.1px;
        background-image: url('sprite.svg'); }
      .investor-boxes .field-collection-container .investor-box .investor-box-inner .view-more-link a:hover {
        color: #aecb06; }

/* these apply to auto-completing form fields */
html.js input.form-autocomplete {
  background-image: url(ajax-loader.gif);
  /* tweak this according to your gif */
  background-position: 100% 0px;
  /* tweak this according to your gif */
  background-repeat: no-repeat; }

html.js input.throbbing {
  background-position: 100% -20px;
  /* tweak this according to your gif */ }

/* these apply to all ajax progresses */
.ajax-progress {
  display: block;
  text-align: center;
  width: 100%; }

.ajax-progress .throbber {
  background: transparent url(ajax-loader.gif) no-repeat 0px 0px;
  /* tweak this according to your gif */
  height: 24px;
  /* tweak this according to your gif */
  width: 24px;
  /* tweak this according to your gif */
  display: inline-block;
  margin: 0 auto;
  float: none; }

.magic-section {
  padding: 50px 0;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .magic-section {
      padding: 100px 0; } }
  .magic-section .magic-image img {
    margin: 0 auto 35px; }
  @media screen and (min-width: 992px) {
    .magic-section .magic-image {
      display: inline-block;
      width: 45%;
      margin: 0 2%; } }
  @media screen and (min-width: 992px) {
    .magic-section .magic-text {
      display: inline-block;
      text-align: left;
      width: 45%;
      margin: 0 2%; } }
  .magic-section .magic-text h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .magic-section .magic-text h2 {
        font-size: 36px;
        font-size: 3.6rem; } }
  .magic-section .magic-text p {
    margin-bottom: 20px; }
  .magic-section .magic-text .view-more-link a {
    border-radius: 30px;
    padding: 15px 50px 15px 25px;
    color: #fff;
    background: #000;
    transition: all ease 0.5s;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    line-height: normal;
    box-shadow: none;
    border: none; }
    .magic-section .magic-text .view-more-link a.orange {
      background: #f49a00;
      color: #000; }
      .magic-section .magic-text .view-more-link a.orange:after {
        width: 22px;
        height: 12.4px;
        background-position: -270px -20px;
        background-size: 2145px 86.1px;
        background-image: url('sprite.svg'); }
    .magic-section .magic-text .view-more-link a:hover {
      background: #000;
      color: #fff; }
    .magic-section .magic-text .view-more-link a:visited {
      color: #fff; }
    .magic-section .magic-text .view-more-link a:after {
      content: '';
      width: 22px;
      height: 12.4px;
      background-position: -1967px -20px;
      background-size: 2145px 86.1px;
      background-image: url('sprite.svg');
      display: block;
      position: absolute;
      top: 18px;
      right: 20px;
      opacity: 1;
      transition: opacity ease 0.5s; }
      @media screen and (min-width: 1450px) {
        .magic-section .magic-text .view-more-link a:after {
          right: 35px; } }
    @media screen and (min-width: 1200px) {
      .magic-section .magic-text .view-more-link a {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400; }
        .magic-section .magic-text .view-more-link a:after {
          top: 19px; } }
    @media screen and (min-width: 1450px) {
      .magic-section .magic-text .view-more-link a {
        padding: 15px 70px 15px 45px; } }
    .magic-section .magic-text .view-more-link a:hover {
      background: #f49a00;
      color: #000;
      padding: 15px 25px; }
      @media screen and (min-width: 1450px) {
        .magic-section .magic-text .view-more-link a:hover {
          padding: 15px 45px 15px 45px; } }
      .magic-section .magic-text .view-more-link a:hover:after {
        opacity: 0; }

.media-coverage {
  margin-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .media-coverage .what-we-do-btn {
      text-align: right; } }

/*------------------------------------*\
    $MEDIA OBJECT
\*------------------------------------*/
.media-object {
  display: block;
  overflow: hidden;
  margin-bottom: 20px; }

.media-object__img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 20px; }

.media-object__img--rev {
  width: 100px;
  height: 100px;
  float: right;
  margin-left: 20px; }

.media-object__body {
  overflow: hidden; }

.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  padding: 15px 0;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.77, 0, .175, 1); }
  .mobile-header #nav-toggle {
    position: absolute;
    left: 25px;
    top: 21px;
    cursor: pointer;
    padding: 15px 0 8px 0px;
    display: block;
    width: 35px;
    height: 33px;
    border-radius: 5px;
    transition: all 500ms ease-in-out;
    z-index: 100; }
    @media screen and (tablet: 0) {
      .mobile-header #nav-toggle {
        display: none; } }
    .mobile-header #nav-toggle span, .mobile-header #nav-toggle span:after, .mobile-header #nav-toggle span:before {
      cursor: pointer;
      border-radius: 1px;
      height: 3px;
      width: 30px;
      background: #fff;
      position: absolute;
      display: block;
      content: '';
      transition: all 500ms ease-in-out; }
    .mobile-header #nav-toggle span:before {
      top: -8px; }
    .mobile-header #nav-toggle span:after {
      bottom: -8px; }
    .mobile-header #nav-toggle.active span {
      background-color: transparent;
      box-shadow: none; }
    .mobile-header #nav-toggle.active span:before {
      -webkit-transform: translateY(-5px) rotate(45deg);
      transform: translateY(-5px) rotate(45deg);
      top: 5px; }
    .mobile-header #nav-toggle.active span:after {
      -webkit-transform: translateY(-5px) rotate(-45deg);
      transform: translateY(-5px) rotate(-45deg);
      top: 5px; }
  .mobile-header img {
    display: inline-block;
    max-width: 100px;
    transition: max-width 0.5s ease; }

.small-header .mobile-header {
  background: black; }
  .small-header .mobile-header img {
    max-width: 50px; }
.small-header .mobile-header #nav-toggle {
  top: 11px; }
.small-header .mobile-header #nav-toggle span, .small-header .mobile-header #nav-toggle span:after, .small-header .mobile-header #nav-toggle span:before {
  width: 22px;
  height: 2px; }
.small-header .mobile-header #nav-toggle span:after {
  bottom: -6px; }
.small-header .mobile-header #nav-toggle span:before {
  top: -6px; }
.small-header .mobile-header #nav-toggle.active span:before {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg); }

/*
      <div class="modal-wrapper">
      <div class="modal-dialog">
      <div class="modal-content">
        <div class="modal-header">
          <button type="button" class="close fr" data-dismiss="modal" aria-hidden="true">&times;</button>
          <h4>Modal title</h4>
        </div>

      <div class="modal-body">
        <h4>Text in a modal</h4>
        <p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</p>
      </div>
        <div class="modal-footer">
          <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
          <button type="button" class="btn btn-primary">Save changes</button>
        </div>
      </div>
      </div>
      </div>
*/
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade {
    transition: opacity .2s linear, top .2s ease-out;
    top: -20%;
    outline: none; }
  .modal.fade.in {
    transition: opacity .3s linear, top .2s ease-out;
    top: 0%; }

.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 15px;
  z-index: 1050; }

.modal-content {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-clip: padding-box;
  outline: none;
  background: #fff; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1030;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-close {
  position: absolute;
  top: -10px;
  right: -10px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 50%; }

.modal-header {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  min-height: 30px;
  position: relative; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 30px; }

.modal-footer {
  margin-top: 15px;
  padding: 20px;
  text-align: right;
  border-top: 1px solid #ddd; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 650px;
    padding: 60px 0; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }

@media screen and (min-width: 992px) {
  .modal-dialog {
    width: 750px; } }

.more-details-box {
  background: #e4e4e4;
  border-left: 5px solid #00a19c;
  padding: 40px;
  text-align: center;
  margin: 0 30px; }
  @media screen and (min-width: 768px) {
    .more-details-box {
      text-align: left; } }
  @media screen and (min-width: 992px) {
    .more-details-box {
      margin: 0 40px;
      padding: 40px 80px 40px 40px; } }
  .more-details-box h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      .more-details-box h3 {
        margin-bottom: 35px;
        font-size: 32px;
        font-size: 3.2rem; } }
  @media screen and (min-width: 768px) {
    .more-details-box .need-more-details {
      float: left;
      width: 50%;
      padding-right: 40px; } }
  @media screen and (min-width: 992px) {
    .more-details-box .need-more-details {
      width: 60%;
      padding-right: 100px; } }
  @media screen and (min-width: 768px) {
    .more-details-box .documents {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 992px) {
    .more-details-box .documents {
      width: 40%; } }
  .more-details-box .documents .download-box {
    float: none;
    width: 100%;
    background: #e4e4e4;
    padding: 30px 0 0; }
    .more-details-box .documents .download-box:before {
      display: none; }
    @media screen and (min-width: 768px) {
      .more-details-box .documents .download-box {
        background: #eeeeee;
        padding: 30px; }
        .more-details-box .documents .download-box:before {
          display: block; } }

.why-monitise-section + .more-details-section .container {
  padding-top: 50px; }
  @media screen and (min-width: 992px) {
    .why-monitise-section + .more-details-section .container {
      padding-top: 100px; } }

@media screen and (min-width: 992px) {
  .node-type-homepage .header-banner-with-nav .main-menu-region {
    left: -650px; } }
.node-type-homepage .header-banner-with-nav .main-menu-region ul:first-of-type li a {
  -webkit-transform: translate(-230px, 0);
          transform: translate(-230px, 0);
  opacity: 0; }
.node-type-homepage .header-banner-with-nav .main-menu-region .logo {
  opacity: 0;
  margin-bottom: 20px; }
  @media screen and (min-width: 1450px) {
    .node-type-homepage .header-banner-with-nav .main-menu-region .logo {
      margin-bottom: 45px; } }
  @media (max-width: 991px) {
    .node-type-homepage .header-banner-with-nav .main-menu-region .logo a span {
      background: url(logo.png) no-repeat;
      width: 145px;
      height: 75px;
      background-size: contain;
      display: inline-block;
      -webkit-animation: none;
      animation: none; } }
.node-type-homepage .header-banner-with-nav .home-carousel:before {
  display: none; }
@media screen and (min-width: 992px) {
  .node-type-homepage .header-banner-with-nav .home-carousel .banner-text {
    padding-left: 0; } }
.node-type-homepage .header-banner-with-nav .home-carousel .banner-text .banner-text-inner h1 {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 300; }
  @media screen and (min-width: 768px) {
    .node-type-homepage .header-banner-with-nav .home-carousel .banner-text .banner-text-inner h1 {
      font-size: 40px;
      font-size: 4rem; } }
  @media screen and (min-width: 992px) {
    .node-type-homepage .header-banner-with-nav .home-carousel .banner-text .banner-text-inner h1 {
      font-size: 52px;
      font-size: 5.2rem; } }
  @media screen and (min-width: 1450px) {
    .node-type-homepage .header-banner-with-nav .home-carousel .banner-text .banner-text-inner h1 {
      font-size: 66px;
      font-size: 6.6rem; } }
  .node-type-homepage .header-banner-with-nav .home-carousel .banner-text .banner-text-inner h1 span {
    font-weight: 400; }
@media screen and (min-width: 992px) {
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region {
    left: 0; } }
@media screen and (min-width: 992px) {
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown .logo {
    opacity: 1; }
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown ul:first-of-type li a {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transition: -webkit-transform 0.8s ease 0.1s, opacity 2.5s ease 0.1s, color 0.5s;
    transition: transform 0.8s ease 0.1s, opacity 2.5s ease 0.1s, color 0.5s;
    opacity: 1; }
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown ul:first-of-type li:nth-child(1) a {
    transition: -webkit-transform 0.8s ease 0.1s, opacity 2.5s ease 0.1s, color 0.5s;
    transition: transform 0.8s ease 0.1s, opacity 2.5s ease 0.1s, color 0.5s; }
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown ul:first-of-type li:nth-child(2) a {
    transition: -webkit-transform 0.8s ease 0.3s, opacity 2.5s ease 0.3s, color 0.5s;
    transition: transform 0.8s ease 0.3s, opacity 2.5s ease 0.3s, color 0.5s; }
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown ul:first-of-type li:nth-child(3) a {
    transition: -webkit-transform 0.8s ease 0.5s, opacity 2.5s ease 0.5s, color 0.5s;
    transition: transform 0.8s ease 0.5s, opacity 2.5s ease 0.5s, color 0.5s; }
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown ul:first-of-type li:nth-child(4) a {
    transition: -webkit-transform 0.8s ease 0.7s, opacity 2.5s ease 0.7s, color 0.5s;
    transition: transform 0.8s ease 0.7s, opacity 2.5s ease 0.7s, color 0.5s; }
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown ul:first-of-type li:nth-child(5) a {
    transition: -webkit-transform 0.8s ease 0.9s, opacity 2.5s ease 0.9s, color 0.5s;
    transition: transform 0.8s ease 0.9s, opacity 2.5s ease 0.9s, color 0.5s; }
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown ul:first-of-type li:nth-child(6) a {
    transition: -webkit-transform 0.8s ease 1.1s, opacity 2.5s ease 1.1s, color 0.5s;
    transition: transform 0.8s ease 1.1s, opacity 2.5s ease 1.1s, color 0.5s; }
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown ul:first-of-type li:nth-child(7) a {
    transition: -webkit-transform 0.8s ease 1.3s, opacity 2.5s ease 1.3s, color 0.5s;
    transition: transform 0.8s ease 1.3s, opacity 2.5s ease 1.3s, color 0.5s; }
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown ul:first-of-type li:nth-child(8) a {
    transition: -webkit-transform 0.8s ease 1.5s, opacity 2.5s ease 1.5s, color 0.5s;
    transition: transform 0.8s ease 1.5s, opacity 2.5s ease 1.5s, color 0.5s; }
  .node-type-homepage.page-loaded .header-banner-with-nav .main-menu-region.nav-shown ul:first-of-type li:nth-child(9) a {
    transition: -webkit-transform 0.8s ease 1.7s, opacity 2.5s ease 1.7s, color 0.5s;
    transition: transform 0.8s ease 1.7s, opacity 2.5s ease 1.7s, color 0.5s; } }
.node-type-homepage.page-loaded .header-banner-with-nav .home-carousel {
  position: relative; }
  @media screen and (min-width: 992px) {
    .node-type-homepage.page-loaded .header-banner-with-nav .home-carousel .banner-text {
      padding-left: 300px; } }

@keyframes sprite {
  from {
    background-position: 0px 0px; }

  to {
    background-position: -5766px 0px; } }

@-webkit-keyframes sprite {
  from {
    background-position: 0px 0px; }

  to {
    background-position: -5766px 0px; } }

.ie9 .header-banner-with-nav .main-menu-region .logo a span, .ie9 .inner-page-nav .logo a span {
  background-image: url('logo.png');
  background-repeat: no-repeat; }
.ie9 .header-banner-with-nav .home-carousel .banner-text .banner-text-inner {
  margin-top: -180px; }

.header-banner-with-nav {
  position: relative; }
  @media screen and (min-width: 992px) {
    .header-banner-with-nav {
      overflow: hidden; } }
  @media screen and (min-width: 992px) {
    .header-banner-with-nav .main-menu-region {
      height: 100%; }
      .header-banner-with-nav .main-menu-region.fixed-menu {
        position: absolute;
        z-index: 11; } }

.main-menu-region {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  text-align: center;
  padding: 27px 0;
  transition: left ease 2s;
  transition-delay: 0.5s;
  opacity: 0; }
  @media screen and (min-width: 461px) {
    .main-menu-region {
      left: 0;
      width: 300px; } }
  .main-menu-region.fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    transition: none; }
  @media screen and (min-width: 992px) {
    .main-menu-region {
      left: 0;
      transition: left ease 2s;
      transition-delay: 0.5s;
      z-index: 11;
      opacity: 1; } }
  @media screen and (min-width: 1450px) {
    .main-menu-region {
      padding: 20px 0 50px;
      left: 0px;
      width: 370px; } }
  .main-menu-region .logo {
    text-align: center;
    opacity: 1;
    transition: opacity ease 1s;
    transition-delay: 0.5s;
    margin-bottom: 27px; }
    @media screen and (min-width: 992px) {
      .main-menu-region .logo {
        margin-bottom: 25px; } }
    @media screen and (min-width: 1450px) {
      .main-menu-region .logo {
        margin-bottom: 50px; } }
    .main-menu-region .logo a {
      display: block; }
      .main-menu-region .logo a span {
        width: 130px;
        height: 60px;
        background-image: url('logo-image-sequence-small.png');
        display: inline-block;
        background-position: 0px 0px;
        animation: sprite 2s steps(31);
        -moz-animation: sprite 2s steps(31);
        -webkit-animation: sprite 2s steps(31);
        -ms-animation: sprite 2s steps(31);
        -o-animation: sprite 2s steps(31);
        animation-delay: 2s;
        -moz-animation-delay: 2s;
        -webkit-animation-delay: 2s;
        -ms-animation-delay: 2s;
        -o-animation-delay: 2s;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
        @media screen and (min-width: 461px) {
          .main-menu-region .logo a span {
            width: 186px;
            height: 94px;
            background-image: url('logo-image-sequence.png'); } }
    .main-menu-region .logo img {
      display: inline-block;
      max-width: 145px; }
      @media screen and (min-width: 992px) {
        .main-menu-region .logo img {
          max-width: 186px; } }
      @media screen and (min-width: 1200px) {
        .main-menu-region .logo img {
          max-width: none; } }
  .main-menu-region ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .main-menu-region ul li {
      display: block;
      padding: 0;
      margin: 0 auto;
      border-bottom: 1px solid rgba(101, 101, 101, 0.6); }
      .main-menu-region ul li:before {
        display: none; }
      .main-menu-region ul li.expanded {
        border-left: 5px solid #f49a00; }
        .main-menu-region ul li.expanded li {
          border-left: none; }
      .main-menu-region ul li ul {
        background: rgba(255, 255, 255, 0.1);
        padding: 5px 0; }
        .main-menu-region ul li ul li {
          border-bottom: none; }
          .main-menu-region ul li ul li.has-children.active-trail a {
            color: #f49a00; }
          .main-menu-region ul li ul li a {
            font-size: 14px;
            font-size: 1.4rem;
            padding: 5px 15px; }
            @media screen and (min-width: 1450px) {
              .main-menu-region ul li ul li a {
                padding: 6px 15px; } }
      .main-menu-region ul li a {
        color: #fff;
        display: inline-block;
        padding: 10px 15px;
        letter-spacing: 2px;
        text-decoration: none;
        font-weight: 300;
        transition: color 0.5s ease;
        font-size: 16px;
        font-size: 1.6rem; }
        @media screen and (min-width: 461px) {
          .main-menu-region ul li a {
            font-size: 18px;
            font-size: 1.8rem; } }
        @media screen and (min-width: 992px) {
          .main-menu-region ul li a {
            font-size: 20px;
            font-size: 2rem; } }
        .main-menu-region ul li a:hover, .main-menu-region ul li a.active {
          color: #f49a00; }
    .main-menu-region ul:first-of-type li:last-child {
      border: none; }
    .main-menu-region ul:first-of-type li:nth-last-child(-n+3) a {
      font-size: 13px;
      font-size: 1.3rem;
      color: #fff; }
      @media screen and (min-width: 1450px) {
        .main-menu-region ul:first-of-type li:nth-last-child(-n+3) a {
          font-size: 14px;
          font-size: 1.4rem; } }
      .main-menu-region ul:first-of-type li:nth-last-child(-n+3) a:hover {
        color: #f49a00; }
      .main-menu-region ul:first-of-type li:nth-last-child(-n+3) a.active {
        color: #f49a00 !important; }

.nav-links-shown .header-banner-with-nav .main-menu-region .logo {
  opacity: 1; }
.nav-links-shown .header-banner-with-nav .main-menu-region ul:first-of-type li a {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }

.ios7- .main-menu-region {
  position: absolute !important;
  top: 0 !important; }
.ios7- .inner-page-nav .main-menu-region {
  position: relative !important;
  left: 230px !important; }
  @media screen and (min-width: 461px) {
    .ios7- .inner-page-nav .main-menu-region {
      left: 300px !important; } }
  @media screen and (min-width: 992px) {
    .ios7- .inner-page-nav .main-menu-region {
      left: 0 !important; } }

.office {
  border: 1px solid #00a19c;
  border-left: 5px solid #00a19c;
  position: relative;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .office {
      display: table;
      width: 100%; } }
  .office:nth-child(2n) {
    border-color: #aecb06;
    border-left: 1px solid #aecb06; }
    .office:nth-child(2n) .office-details {
      border-color: #aecb06;
      border-left: 5px solid #aecb06; }
      .office:nth-child(2n) .office-details h3 {
        border-color: #aecb06; }
  .office:nth-child(3n) {
    border-color: #f49a00; }
    .office:nth-child(3n) .office-details {
      border-color: #f49a00; }
      .office:nth-child(3n) .office-details h3 {
        border-color: #f49a00; }
  .office:nth-child(4n) {
    border-color: #dd007d;
    border-left: 1px solid #dd007d; }
    .office:nth-child(4n) .office-details {
      border-color: #dd007d; }
      .office:nth-child(4n) .office-details h3 {
        border-color: #dd007d; }
  .office .office-map {
    display: none;
    height: 100%;
    position: relative; }
    @media screen and (min-width: 768px) {
      .office .office-map {
        width: 50%;
        display: table-cell;
        overflow: hidden; }
        .office .office-map .map-inner {
          position: absolute;
          width: 100%;
          top: 0;
          left: 0;
          height: 350px; } }
    @media screen and (min-width: 1200px) {
      .office .office-map {
        width: 55%; } }
    @media screen and (min-width: 1450px) {
      .office .office-map {
        width: 60%; } }
    .office .office-map .geolocation-map {
      height: 100% !important;
      width: 100% !important;
      position: absolute;
      top: 0;
      left: 0; }
  .office .office-details {
    padding: 20px 40px 20px 25px; }
    @media screen and (min-width: 461px) {
      .office .office-details {
        padding: 40px 80px 40px 50px; } }
    @media screen and (min-width: 768px) {
      .office .office-details {
        display: table-cell;
        width: 50%; } }
    @media screen and (min-width: 1200px) {
      .office .office-details {
        width: 45%; } }
    @media screen and (min-width: 1450px) {
      .office .office-details {
        width: 40%; } }
    .office .office-details h3 {
      padding-bottom: 10px;
      border-bottom: 1px solid #00a19c;
      margin-bottom: 25px; }
    .office .office-details span {
      display: block; }
  .office address {
    font-style: normal;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 25px; }
  .office .phone-no {
    position: relative;
    padding-left: 0;
    color: #000;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    font-size: 1.5rem; }
    .office .phone-no:before {
      display: none; }
  .office .black-arrow {
    margin-top: 25px; }

.other-products-section {
  padding: 50px 0 20px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .other-products-section {
      padding: 50px 0 30px; } }
  .other-products-section h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .other-products-section h2 {
        font-size: 36px;
        font-size: 3.6rem; } }
  .other-products-section .ready-made-products .ready-product {
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .other-products-section .ready-made-products .ready-product {
        display: inline-block;
        padding: 0 40px; }
        .other-products-section .ready-made-products .ready-product:nth-last-child(-n+2):first-child, .other-products-section .ready-made-products .ready-product:nth-last-child(-n+2):first-child ~ .ready-product {
          width: 50%; }
        .other-products-section .ready-made-products .ready-product:nth-last-child(-n+3):first-child, .other-products-section .ready-made-products .ready-product:nth-last-child(-n+3):first-child ~ .ready-product {
          width: 33%; }
        .other-products-section .ready-made-products .ready-product:nth-last-child(n+4), .other-products-section .ready-made-products .ready-product:nth-last-child(n+4) ~ .ready-product {
          width: 25%; } }
    .other-products-section .ready-made-products .ready-product a {
      max-width: 280px;
      display: block;
      margin: 0 auto; }
    .other-products-section .ready-made-products .ready-product img {
      margin: 0 auto 20px; }

/*------------------------------------*\
    $PAGINATION
\*------------------------------------*/
.pagination {
  margin: 10px 0;
  clear: both;
  text-align: center; }
  .pagination ol {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0; }
  .pagination li {
    display: inline; }
    .pagination li:before {
      display: none; }
  .pagination a {
    float: left;
    padding: 4px 8px;
    line-height: 1.5;
    display: inline; }
  .pagination a.pagination__active, .pagination a.pagination__ellipsis {
    text-decoration: none; }
  .pagination a:hover, .pagination a:focus, .pagination .pagination__active > a {
    color: #f49a00;
    text-decoration: underline; }
  .pagination .pagination__disabled > a, .pagination .pagination__disabled > a:hover, .pagination .pagination__disabled > a:focus {
    color: #d4d4d4;
    background-color: transparent;
    cursor: default; }

.ios7- .people-section .container .person-list.fade-up .people-thumbnail {
  transition: none;
  -webkit-transform: none;
          transform: none;
  opacity: 1; }

.people-section {
  border-top: 10px solid #00a19c;
  position: relative; }
  .people-section .container {
    padding-top: 25px;
    padding-bottom: 45px;
    text-align: center;
    @-webkit-keyframes loader {
      0% {
        background: #f6f6f6; }

      33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #f6f6f6; }

      66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #f6f6f6, -15px 30px 1px #ccc; } }

    @keyframes loader {
      0% {
        background: #f6f6f6; }

      33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #f6f6f6; }

      66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #f6f6f6, -15px 30px 1px #ccc; } }
 }
    @media screen and (min-width: 461px) {
      .people-section .container {
        padding-top: 45px; } }
    @media screen and (min-width: 992px) {
      .people-section .container {
        padding-top: 85px;
        padding-bottom: 85px; } }
    .people-section .container h2 {
      font-size: 28px;
      font-size: 2.8rem; }
      @media screen and (min-width: 992px) {
        .people-section .container h2 {
          font-size: 36px;
          font-size: 3.6rem; } }
    .people-section .container p {
      max-width: 730px;
      margin: 0 auto 10px; }
      @media screen and (min-width: 768px) {
        .people-section .container p {
          margin: 0 auto 25px; } }
    .people-section .container .person-list {
      z-index: 5;
      margin-top: 60px; }
      @media screen and (min-width: 1450px) {
        .people-section .container .person-list {
          padding: 0 50px; } }
      .people-section .container .person-list .people-thumbnail {
        display: inline-block;
        width: 49.2%;
        margin-bottom: 2%;
        text-align: center; }
        @media screen and (min-width: 461px) {
          .people-section .container .person-list .people-thumbnail {
            width: 20%; } }
        @media screen and (min-width: 992px) {
          .people-section .container .person-list .people-thumbnail {
            width: 18%;
            margin-right: 2%;
            margin-bottom: 2%; }
            .people-section .container .person-list .people-thumbnail:nth-child(5n+5) {
              margin-right: 0; } }
        .people-section .container .person-list .people-thumbnail:hover img {
          -webkit-transform: scale(1.1, 1.1);
                  transform: scale(1.1, 1.1); }
        .people-section .container .person-list .people-thumbnail img {
          display: inline-block;
          transition: -webkit-transform ease 0.5s;
          transition: transform ease 0.5s;
          -webkit-transform: scale(1, 1);
                  transform: scale(1, 1); }
      .people-section .container .person-list.fade-up {
        transition: none;
        -webkit-transform: none;
                transform: none;
        opacity: 1; }
        .people-section .container .person-list.fade-up .people-thumbnail {
          opacity: 0;
          -webkit-transform: translate(0, 90px);
                  transform: translate(0, 90px);
          transition: opacity .6s .1s, -webkit-transform .6s ease;
          transition: opacity .6s .1s, transform .6s ease; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(1) {
            transition-delay: 0.1s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(2) {
            transition-delay: 0.2s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(3) {
            transition-delay: 0.3s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(4) {
            transition-delay: 0.4s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(5) {
            transition-delay: 0.5s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(6) {
            transition-delay: 0.6s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(7) {
            transition-delay: 0.7s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(8) {
            transition-delay: 0.8s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(9) {
            transition-delay: 0.9s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(10) {
            transition-delay: 1s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(11) {
            transition-delay: 1.1s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(12) {
            transition-delay: 1.2s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(13) {
            transition-delay: 1.3s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(14) {
            transition-delay: 1.4s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(15) {
            transition-delay: 1.5s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(16) {
            transition-delay: 1.6s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(17) {
            transition-delay: 1.7s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(18) {
            transition-delay: 1.8s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(19) {
            transition-delay: 1.9s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(20) {
            transition-delay: 2s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(21) {
            transition-delay: 2.1s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(22) {
            transition-delay: 2.2s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(23) {
            transition-delay: 2.3s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(24) {
            transition-delay: 2.4s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(25) {
            transition-delay: 2.5s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(26) {
            transition-delay: 2.6s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(27) {
            transition-delay: 2.7s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(28) {
            transition-delay: 2.8s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(29) {
            transition-delay: 2.9s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(30) {
            transition-delay: 3s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(31) {
            transition-delay: 3.1s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(32) {
            transition-delay: 3.2s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(33) {
            transition-delay: 3.3s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(34) {
            transition-delay: 3.4s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(35) {
            transition-delay: 3.5s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(36) {
            transition-delay: 3.6s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(37) {
            transition-delay: 3.7s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(38) {
            transition-delay: 3.8s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(39) {
            transition-delay: 3.9s; }
          .people-section .container .person-list.fade-up .people-thumbnail:nth-child(40) {
            transition-delay: 4s; }
        .people-section .container .person-list.fade-up.onScreen .people-thumbnail {
          opacity: 1;
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
    .people-section .container .person-details {
      opacity: 0;
      z-index: -10;
      position: fixed;
      top: 55px;
      left: 0;
      width: 100%;
      background: #fff;
      overflow: scroll;
      transition: all 0.4s ease;
      text-align: right; }
      @media (max-width: 460px) {
        .people-section .container .person-details {
          height: 100%; } }
      @media screen and (min-width: 768px) {
        .people-section .container .person-details {
          min-height: 100%; } }
      @media screen and (min-width: 461px) {
        .people-section .container .person-details {
          position: absolute;
          top: 0;
          overflow: hidden;
          min-height: 100%; } }
      .people-section .container .person-details .close-details {
        position: relative;
        top: 0;
        right: 0;
        background: #00a19c;
        line-height: normal;
        width: 75px;
        height: 50px;
        cursor: pointer;
        z-index: 50;
        display: inline-block;
        text-align: center; }
        @media (max-width: 460px) {
          .people-section .container .person-details .close-details {
            position: fixed;
            top: 55px;
            z-index: 99; } }
        .people-section .container .person-details .close-details:before {
          content: 'X';
          color: #fff;
          font-size: 40px;
          font-size: 4rem;
          transition: -webkit-transform .4s ease-in-out;
          transition: transform .4s ease-in-out;
          display: inline-block;
          width: 24px;
          height: 24px; }
        @media screen and (min-width: 461px) {
          .people-section .container .person-details .close-details {
            position: absolute;
            top: 0px;
            width: 150px;
            height: 85px;
            padding: 20px 56px; }
            .people-section .container .person-details .close-details:before {
              content: '';
              width: 45px;
              height: 45px;
              background-position: -332px -20px;
              background-size: 2145px 86.1px;
              background-image: url('sprite.svg'); }
            .people-section .container .person-details .close-details:hover:before {
              -webkit-transform: rotateZ(90deg);
                      transform: rotateZ(90deg); } }
        @media screen and (min-width: 768px) {
          .people-section .container .person-details .close-details {
            width: 180px;
            height: 100px;
            padding: 21px 70px; } }
      .people-section .container .person-details.open-details {
        opacity: 1;
        z-index: 10; }
    .people-section .container .og-grid {
      list-style: none;
      padding: 20px 0;
      margin: 0 auto;
      text-align: center;
      width: 100%; }
      .people-section .container .og-grid.fade-up {
        transition: none;
        -webkit-transform: none;
                transform: none;
        opacity: 1; }
        .people-section .container .og-grid.fade-up li {
          opacity: 0;
          transition: opacity .6s .1s; }
          .people-section .container .og-grid.fade-up li:nth-child(1) {
            transition-delay: 0.1s; }
          .people-section .container .og-grid.fade-up li:nth-child(2) {
            transition-delay: 0.2s; }
          .people-section .container .og-grid.fade-up li:nth-child(3) {
            transition-delay: 0.3s; }
          .people-section .container .og-grid.fade-up li:nth-child(4) {
            transition-delay: 0.4s; }
          .people-section .container .og-grid.fade-up li:nth-child(5) {
            transition-delay: 0.5s; }
          .people-section .container .og-grid.fade-up li:nth-child(6) {
            transition-delay: 0.6s; }
          .people-section .container .og-grid.fade-up li:nth-child(7) {
            transition-delay: 0.7s; }
          .people-section .container .og-grid.fade-up li:nth-child(8) {
            transition-delay: 0.8s; }
          .people-section .container .og-grid.fade-up li:nth-child(9) {
            transition-delay: 0.9s; }
          .people-section .container .og-grid.fade-up li:nth-child(10) {
            transition-delay: 1s; }
          .people-section .container .og-grid.fade-up li:nth-child(11) {
            transition-delay: 1.1s; }
          .people-section .container .og-grid.fade-up li:nth-child(12) {
            transition-delay: 1.2s; }
          .people-section .container .og-grid.fade-up li:nth-child(13) {
            transition-delay: 1.3s; }
          .people-section .container .og-grid.fade-up li:nth-child(14) {
            transition-delay: 1.4s; }
          .people-section .container .og-grid.fade-up li:nth-child(15) {
            transition-delay: 1.5s; }
          .people-section .container .og-grid.fade-up li:nth-child(16) {
            transition-delay: 1.6s; }
          .people-section .container .og-grid.fade-up li:nth-child(17) {
            transition-delay: 1.7s; }
          .people-section .container .og-grid.fade-up li:nth-child(18) {
            transition-delay: 1.8s; }
          .people-section .container .og-grid.fade-up li:nth-child(19) {
            transition-delay: 1.9s; }
          .people-section .container .og-grid.fade-up li:nth-child(20) {
            transition-delay: 2s; }
          .people-section .container .og-grid.fade-up li:nth-child(21) {
            transition-delay: 2.1s; }
          .people-section .container .og-grid.fade-up li:nth-child(22) {
            transition-delay: 2.2s; }
          .people-section .container .og-grid.fade-up li:nth-child(23) {
            transition-delay: 2.3s; }
          .people-section .container .og-grid.fade-up li:nth-child(24) {
            transition-delay: 2.4s; }
          .people-section .container .og-grid.fade-up li:nth-child(25) {
            transition-delay: 2.5s; }
          .people-section .container .og-grid.fade-up li:nth-child(26) {
            transition-delay: 2.6s; }
          .people-section .container .og-grid.fade-up li:nth-child(27) {
            transition-delay: 2.7s; }
          .people-section .container .og-grid.fade-up li:nth-child(28) {
            transition-delay: 2.8s; }
          .people-section .container .og-grid.fade-up li:nth-child(29) {
            transition-delay: 2.9s; }
          .people-section .container .og-grid.fade-up li:nth-child(30) {
            transition-delay: 3s; }
          .people-section .container .og-grid.fade-up li:nth-child(31) {
            transition-delay: 3.1s; }
          .people-section .container .og-grid.fade-up li:nth-child(32) {
            transition-delay: 3.2s; }
          .people-section .container .og-grid.fade-up li:nth-child(33) {
            transition-delay: 3.3s; }
          .people-section .container .og-grid.fade-up li:nth-child(34) {
            transition-delay: 3.4s; }
          .people-section .container .og-grid.fade-up li:nth-child(35) {
            transition-delay: 3.5s; }
          .people-section .container .og-grid.fade-up li:nth-child(36) {
            transition-delay: 3.6s; }
          .people-section .container .og-grid.fade-up li:nth-child(37) {
            transition-delay: 3.7s; }
          .people-section .container .og-grid.fade-up li:nth-child(38) {
            transition-delay: 3.8s; }
          .people-section .container .og-grid.fade-up li:nth-child(39) {
            transition-delay: 3.9s; }
          .people-section .container .og-grid.fade-up li:nth-child(40) {
            transition-delay: 4s; }
        .people-section .container .og-grid.fade-up.onScreen li {
          opacity: 1; }
    .people-section .container .og-grid li {
      display: inline-block;
      margin: 10px 5px 0 5px;
      vertical-align: top;
      height: 250px;
      position: static; }
      @media (max-width: 495px) {
        .people-section .container .og-grid li {
          height: 227px;
          width: 184px; } }
      @media (max-width: 449px) {
        .people-section .container .og-grid li {
          height: 175px;
          width: 141px; } }
      @media (max-width: 365px) {
        .people-section .container .og-grid li {
          height: 147px;
          width: 118px; } }
      .people-section .container .og-grid li:before {
        display: none; }
      .people-section .container .og-grid li > a > img {
        display: inline-block;
        transition: -webkit-transform ease 0.5s;
        transition: transform ease 0.5s;
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1); }
        .people-section .container .og-grid li > a > img:hover {
          -webkit-transform: scale(1.1, 1.1);
                  transform: scale(1.1, 1.1); }
    .people-section .container .og-grid li > a, .people-section .container .og-grid li > a img {
      border: none;
      outline: none;
      display: block;
      position: relative; }
    .people-section .container .og-grid li.og-expanded > a::after {
      top: auto;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-bottom-color: #f6f6f6;
      border-width: 15px;
      left: 50%;
      margin: -20px 0 0 -15px; }
    .people-section .container .og-expander {
      position: absolute;
      background: #f6f6f6;
      top: auto;
      left: 0;
      width: 100%;
      margin-top: 10px;
      text-align: left;
      height: 0;
      overflow: hidden; }
    .people-section .container .og-expander-inner {
      padding: 50px 30px;
      height: 100%; }
      @media screen and (min-width: 768px) {
        .people-section .container .og-expander-inner {
          padding: 80px 30px; } }
    .people-section .container .og-close {
      position: absolute;
      width: 40px;
      height: 40px;
      top: 20px;
      right: 20px;
      cursor: pointer; }
    .people-section .container .og-close::before, .people-section .container .og-close::after {
      content: '';
      position: absolute;
      width: 100%;
      top: 50%;
      height: 3px;
      background: #00a19c;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .people-section .container .og-close::after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .people-section .container .og-close:hover::before, .people-section .container .og-close:hover::after {
      background: #006e6b; }
    .people-section .container .og-fullimg, .people-section .container .og-details {
      width: 50%;
      float: left;
      height: 100%;
      overflow: hidden;
      position: relative; }
    .people-section .container .og-details {
      padding: 0 40px 0 20px; }
      .people-section .container .og-details p {
        margin: 0 0 10px; }
    .people-section .container .og-fullimg {
      text-align: center; }
      .people-section .container .og-fullimg img {
        margin: 0 auto; }
    .people-section .container .og-fullimg img {
      display: inline-block;
      max-height: 100%;
      max-width: 100%; }
    .people-section .container .og-details h3 {
      font-weight: 300;
      font-size: 52px;
      padding: 40px 0 10px;
      margin-bottom: 10px; }
    .people-section .container .og-details p {
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      color: #999; }
    .people-section .container .og-details a {
      font-weight: 700;
      font-size: 16px;
      color: #333;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 10px 20px;
      border: 3px solid #333;
      display: inline-block;
      margin: 30px 0 0;
      outline: none; }
    .people-section .container .og-details a::before {
      content: '\2192';
      display: inline-block;
      margin-right: 10px; }
    .people-section .container .og-details a:hover {
      border-color: #999;
      color: #999; }
    .people-section .container .og-loading {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #f6f6f6;
      box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -25px 0 0 -25px;
      -webkit-animation: loader 0.5s infinite ease-in-out both;
      animation: loader 0.5s infinite ease-in-out both; }
    @media screen and (max-width: 830px) {
      .people-section .container .og-expander h3 {
        font-size: 32px; }
      .people-section .container .og-expander p {
        font-size: 13px; }
      .people-section .container .og-expander a {
        font-size: 12px; } }
    @media screen and (max-width: 650px) {
      .people-section .container .og-fullimg {
        display: none; }
      .people-section .container .og-details {
        float: none;
        width: 100%; } }

.person-details-popup .container {
  padding-bottom: 0;
  padding-top: 0; }
  .person-details-popup .container img {
    display: inline-block;
    margin-bottom: 25px; }
  .person-details-popup .container .pop-up-text {
    text-align: left; }
    .person-details-popup .container .pop-up-text h6 {
      margin-bottom: 0; }
    .person-details-popup .container .pop-up-text p {
      max-width: none; }
    .person-details-popup .container .pop-up-text blockquote {
      border: none;
      padding: 0 0 25px;
      margin: 0 0 25px;
      font-size: 22px;
      font-size: 2.2rem;
      border-bottom: 1px solid #000; }
      @media screen and (min-width: 992px) {
        .person-details-popup .container .pop-up-text blockquote {
          font-size: 26px;
          font-size: 2.6rem; } }
      .person-details-popup .container .pop-up-text blockquote:before {
        content: '"'; }
      .person-details-popup .container .pop-up-text blockquote:after {
        content: '"'; }
  .person-details-popup .container .related-links {
    margin-top: 25px; }
    .person-details-popup .container .related-links a {
      background: #00a19c;
      float: left;
      padding: 32px 10px;
      width: 49%;
      height: 125px;
      text-align: center;
      margin: 0 1% 1% 0;
      position: relative; }
      .person-details-popup .container .related-links a:before {
        content: '';
        width: 0;
        height: 100%;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        background: #f49a00;
        transition: width 0.3s ease; }
      .person-details-popup .container .related-links a:hover:before {
        width: 100%; }
      .person-details-popup .container .related-links a:last-child {
        margin-right: 0; }
      @media screen and (min-width: 461px) {
        .person-details-popup .container .related-links a {
          margin: 0 10px 10px 0;
          padding: 31px 15px;
          width: 130px;
          height: 100px; } }
      @media screen and (min-width: 992px) {
        .person-details-popup .container .related-links a {
          margin: 0 20px 20px 0; } }
      @media screen and (min-width: 1450px) {
        .person-details-popup .container .related-links a {
          padding: 32px 10px;
          margin: 0 30px 30px 0;
          width: 205px;
          height: 125px; } }
      .person-details-popup .container .related-links a img {
        display: inline-block;
        position: relative;
        z-index: 2; }
    .person-details-popup .container .related-links .field-collection-view-links a, .person-details-popup .container .related-links .action-links a {
      background: none;
      float: none;
      padding: 0;
      width: auto;
      height: auto;
      text-align: center;
      margin: 0 0 5px 5px; }

.ie9 .people-section .container .og-close::after {
  display: none; }
.ie9 .people-section .container .og-close::before {
  content: 'X';
  background: none;
  font-size: 20px;
  color: #00a19c; }

/*------------------------------------*\
    $PODS
\*------------------------------------*/
.pod {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px; }

.pod__header {
  border-bottom: 1px solid #ccc;
  padding: 10px; }

.pod__title {
  margin-bottom: 0; }

.pod__content {
  padding: 10px; }

.column-mixin-example {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .column-mixin-example {
      float: left;
      width: 33.33333%; } }

.press-releases {
  margin-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .press-releases .what-we-do-btn {
      text-align: right; } }

.node-news-landing h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .node-news-landing h2 {
      font-size: 30px;
      font-size: 3rem;
      margin-bottom: 35px; } }

.prodandservices {
  background: #00a19c;
  padding: 40px 0;
  text-align: center;
  vertical-align: top; }
  @media screen and (min-width: 992px) {
    .prodandservices {
      padding: 90px 0; } }
  .prodandservices h3, .prodandservices h2 {
    color: #fff;
    max-width: 890px;
    margin: 0 auto 50px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .prodandservices h3, .prodandservices h2 {
        font-size: 32px;
        font-size: 3.2rem; } }
  .prodandservices .product-services-block, .prodandservices a.product-services-block, .prodandservices #quick-enquiry {
    background: #fff;
    position: relative;
    vertical-align: top;
    display: block;
    transition: all ease 0.5s;
    padding: 20px; }
    .prodandservices .product-services-block p, .prodandservices a.product-services-block p, .prodandservices #quick-enquiry p {
      color: #000; }
    @media screen and (min-width: 461px) {
      .prodandservices .product-services-block, .prodandservices a.product-services-block, .prodandservices #quick-enquiry {
        padding: 40px; } }
    .prodandservices .product-services-block h3, .prodandservices a.product-services-block h3, .prodandservices #quick-enquiry h3 {
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 10px;
      font-weight: 400;
      color: #000; }
      @media screen and (min-width: 992px) {
        .prodandservices .product-services-block h3, .prodandservices a.product-services-block h3, .prodandservices #quick-enquiry h3 {
          font-size: 32px;
          font-size: 3.2rem; } }
    @media screen and (min-width: 1200px) {
      .prodandservices .product-services-block, .prodandservices a.product-services-block, .prodandservices #quick-enquiry {
        display: inline-block;
        width: 31.5%;
        margin-right: 2%; }
        .prodandservices .product-services-block:last-child, .prodandservices a.product-services-block:last-child, .prodandservices #quick-enquiry:last-child {
          margin-right: 0; } }
    .prodandservices .product-services-block:before, .prodandservices a.product-services-block:before, .prodandservices #quick-enquiry:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 5px;
      background: #f49a00;
      content: '';
      display: block;
      height: 100%; }
    @media screen and (min-width: 1200px) {
      .prodandservices .product-services-block .prod-services-inner, .prodandservices a.product-services-block .prod-services-inner, .prodandservices #quick-enquiry .prod-services-inner {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
    @media screen and (min-width: 768px) {
      .prodandservices .product-services-block .product-services-left, .prodandservices .product-services-block .product-services-right, .prodandservices a.product-services-block .product-services-left, .prodandservices a.product-services-block .product-services-right, .prodandservices #quick-enquiry .product-services-left, .prodandservices #quick-enquiry .product-services-right {
        display: inline-block;
        width: 49%;
        vertical-align: top; } }
    @media screen and (min-width: 1200px) {
      .prodandservices .product-services-block .product-services-left, .prodandservices .product-services-block .product-services-right, .prodandservices a.product-services-block .product-services-left, .prodandservices a.product-services-block .product-services-right, .prodandservices #quick-enquiry .product-services-left, .prodandservices #quick-enquiry .product-services-right {
        display: block;
        width: 100%; } }
    .prodandservices .product-services-block .product-services-left .what-we-do-btn:last-child a, .prodandservices .product-services-block .product-services-right .what-we-do-btn:last-child a, .prodandservices a.product-services-block .product-services-left .what-we-do-btn:last-child a, .prodandservices a.product-services-block .product-services-right .what-we-do-btn:last-child a, .prodandservices #quick-enquiry .product-services-left .what-we-do-btn:last-child a, .prodandservices #quick-enquiry .product-services-right .what-we-do-btn:last-child a {
      margin-bottom: 0; }
    .prodandservices .product-services-block .product-icon, .prodandservices a.product-services-block .product-icon, .prodandservices #quick-enquiry .product-icon {
      display: inline-block;
      margin-bottom: 25px; }
    .prodandservices .product-services-block .phone-no, .prodandservices a.product-services-block .phone-no, .prodandservices #quick-enquiry .phone-no {
      margin-bottom: 35px; }
  @media (max-width: 1199px) {
    .prodandservices div.product-services-block, .prodandservices #quick-enquiry {
      height: auto !important;
      margin-bottom: 20px; } }
  .prodandservices a.product-services-block {
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .prodandservices a.product-services-block {
        height: auto !important; } }
    @media screen and (min-width: 992px) {
      .prodandservices a.product-services-block {
        display: inline-block;
        width: 48.7%;
        margin-right: 2%; }
        .prodandservices a.product-services-block:nth-of-type(2n) {
          margin-right: 0; }
        .prodandservices a.product-services-block:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1200px) {
      .prodandservices a.product-services-block {
        display: inline-block;
        width: 31.5%;
        margin-right: 2%; }
        .prodandservices a.product-services-block:nth-of-type(2n) {
          margin-right: 2%; }
        .prodandservices a.product-services-block:last-child {
          margin-right: 0; } }
  .prodandservices a.product-services-block:hover, .prodandservices #quick-enquiry:hover {
    background: #eaeaea; }
  .prodandservices #quick-enquiry .parsley-errors-list {
    margin-top: -5px; }
  .prodandservices #quick-enquiry:hover {
    background: #fff; }
  @media screen and (min-width: 1200px) {
    .prodandservices #quick-enquiry {
      display: inline-block;
      width: 66%; } }
  .prodandservices #quick-enquiry input {
    margin-bottom: 10px; }
  .prodandservices #quick-enquiry input[type=submit] {
    float: right;
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .prodandservices #quick-enquiry .quick-enquiry {
      display: table;
      width: 100%;
      vertical-align: middle; } }
  @media screen and (min-width: 768px) {
    .prodandservices #quick-enquiry .quick-enquiry .quick-enquiry-left {
      padding: 0 60px 0 0;
      display: table-cell;
      width: 45%;
      vertical-align: middle; } }
  @media screen and (min-width: 768px) {
    .prodandservices #quick-enquiry .quick-enquiry .quick-enquiry-right {
      display: table-cell;
      width: 55%;
      vertical-align: middle; } }

.ie9 .prodandservices .product-services-block .prod-services-inner, .ie9 .prodandservices a.product-services-block .prod-services-inner, .ie9 .prodandservices #quick-enquiry .prod-services-inner {
  margin-top: -140px; }

/*------------------------------------*\
    $RESPONSIVE VIDEO
\*------------------------------------*/
.video-container__wrapper {
  width: 100%; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  margin-top: 35px; }

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

.ios7- .result.fade-up .result-col {
  transition: none;
  -webkit-transform: none;
          transform: none;
  opacity: 1; }
.ios7- .result .result-icons.fade-up {
  transition: none;
  -webkit-transform: none;
          transform: none;
  opacity: 1; }
  .ios7- .result .result-icons.fade-up .field-collection-item-field-image-with-text {
    transition: none;
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
.ios7- .result .quote-result {
  transition: none;
  -webkit-transform: none;
          transform: none;
  opacity: 1; }
  .ios7- .result .quote-result.fade-up .quote-bg {
    transition: none;
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  .ios7- .result .quote-result.fade-up .quote-over {
    transition: none;
    -webkit-transform: none;
            transform: none;
    opacity: 1; }

.result {
  text-align: center; }
  .result.fade-up {
    transition: none;
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
    .result.fade-up .result-col {
      opacity: 0;
      -webkit-transform: translate(0, 90px);
      transform: translate(0, 90px);
      opacity: 0;
      -webkit-transform: translate(0, 90px);
              transform: translate(0, 90px);
      transition: opacity 1s .1s, -webkit-transform 1s ease;
      transition: opacity 1s .1s, transform 1s ease;
      transition-delay: 100ms; }
      .result.fade-up .result-col:nth-child(2) {
        transition: opacity 1s .3s, -webkit-transform 1s 300ms ease;
        transition: opacity 1s .3s, transform 1s 300ms ease; }
      .result.fade-up .result-col:nth-child(3) {
        transition: opacity 1s 600ms, -webkit-transform 1s 600ms ease;
        transition: opacity 1s 600ms, transform 1s 600ms ease; }
      .result.fade-up .result-col:nth-child(4) {
        transition: opacity 1s 900ms, -webkit-transform 1s 900ms ease;
        transition: opacity 1s 900ms, transform 1s 900ms ease; }
      .result.fade-up .result-col:nth-child(5) {
        transition: opacity 1s 1200ms, -webkit-transform 1s 1200ms ease;
        transition: opacity 1s 1200ms, transform 1s 1200ms ease; }
      .result.fade-up .result-col:nth-child(6) {
        transition: opacity 1s 1500ms, -webkit-transform 1s 1500ms ease;
        transition: opacity 1s 1500ms, transform 1s 1500ms ease; }
      .result.fade-up .result-col:nth-child(7) {
        transition: opacity 1s 1800ms, -webkit-transform 1s 1800ms ease;
        transition: opacity 1s 1800ms, transform 1s 1800ms ease; }
      .result.fade-up .result-col:nth-child(8) {
        transition: opacity 1s 2100ms, -webkit-transform 1s 2100ms ease;
        transition: opacity 1s 2100ms, transform 1s 2100ms ease; }
      .result.fade-up .result-col:nth-child(9) {
        transition: opacity 1s 2400ms, -webkit-transform 1s 2400ms ease;
        transition: opacity 1s 2400ms, transform 1s 2400ms ease; }
      .result.fade-up .result-col:nth-child(10) {
        transition: opacity 1s 2700ms, -webkit-transform 1s 2700ms ease;
        transition: opacity 1s 2700ms, transform 1s 2700ms ease; }
      .result.fade-up .result-col:nth-child(11) {
        transition: opacity 1s 3000ms, -webkit-transform 1s 3000ms ease;
        transition: opacity 1s 3000ms, transform 1s 3000ms ease; }
      .result.fade-up .result-col:nth-child(12) {
        transition: opacity 1s 3300ms, -webkit-transform 1s 3300ms ease;
        transition: opacity 1s 3300ms, transform 1s 3300ms ease; }
      .result.fade-up .result-col:nth-child(13) {
        transition: opacity 1s 3600ms, -webkit-transform 1s 3600ms ease;
        transition: opacity 1s 3600ms, transform 1s 3600ms ease; }
      .result.fade-up .result-col:nth-child(14) {
        transition: opacity 1s 3900ms, -webkit-transform 1s 3900ms ease;
        transition: opacity 1s 3900ms, transform 1s 3900ms ease; }
      .result.fade-up .result-col:nth-child(15) {
        transition: opacity 1s 4200ms, -webkit-transform 1s 4200ms ease;
        transition: opacity 1s 4200ms, transform 1s 4200ms ease; }
      .result.fade-up .result-col:nth-child(16) {
        transition: opacity 1s 4500ms, -webkit-transform 1s 4500ms ease;
        transition: opacity 1s 4500ms, transform 1s 4500ms ease; }
      .result.fade-up .result-col:nth-child(17) {
        transition: opacity 1s 4800ms, -webkit-transform 1s 4800ms ease;
        transition: opacity 1s 4800ms, transform 1s 4800ms ease; }
      .result.fade-up .result-col:nth-child(18) {
        transition: opacity 1s 5100ms, -webkit-transform 1s 5100ms ease;
        transition: opacity 1s 5100ms, transform 1s 5100ms ease; }
      .result.fade-up .result-col:nth-child(19) {
        transition: opacity 1s 5400ms, -webkit-transform 1s 5400ms ease;
        transition: opacity 1s 5400ms, transform 1s 5400ms ease; }
      .result.fade-up .result-col:nth-child(20) {
        transition: opacity 1s 5700ms, -webkit-transform 1s 5700ms ease;
        transition: opacity 1s 5700ms, transform 1s 5700ms ease; }
    .result.fade-up.onScreen .result-col {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .result .result-container {
    padding: 40px 0; }
    @media screen and (min-width: 768px) {
      .result .result-container {
        padding: 80px 0 0; } }
    @media screen and (min-width: 1200px) {
      .result .result-container {
        padding: 140px 0 0; } }
    @media screen and (min-width: 1200px) {
      .result .result-container {
        display: table;
        width: 100%;
        vertical-align: middle; }
        .result .result-container .result-col {
          display: table-cell;
          width: 50%;
          vertical-align: middle;
          padding: 0 20px; }
          .result .result-container .result-col:nth-last-child(n+3), .result .result-container .result-col:nth-last-child(n+3) ~ .result-col {
            width: 33.3333%; }
          .result .result-container .result-col:nth-last-child(n+4), .result .result-container .result-col:nth-last-child(n+4) ~ .result-col {
            width: 25%; } }
    .result .result-container .result-col {
      margin-bottom: 25px; }
      .result .result-container .result-col img {
        display: inline-block; }
      .result .result-container .result-col .result-box {
        background: rgba(0, 0, 0, 0.6);
        padding: 45px 15px;
        color: #fff; }
        @media (max-width: 460px) {
          .result .result-container .result-col .result-box {
            background: #000; } }
        @media screen and (min-width: 461px) {
          .result .result-container .result-col .result-box {
            padding: 45px; } }
        @media screen and (min-width: 768px) {
          .result .result-container .result-col .result-box {
            padding: 60px; } }
        @media screen and (min-width: 1200px) {
          .result .result-container .result-col .result-box {
            padding: 100px; } }
        .result .result-container .result-col .result-box h2, .result .result-container .result-col .result-box p {
          color: #fff; }
        .result .result-container .result-col .result-box p {
          margin-bottom: 35px; }
  .result .results-text {
    max-width: 700px;
    margin: 0 auto 40px; }
    @media screen and (min-width: 768px) {
      .result .results-text {
        margin: 0 auto 50px; } }
    @media screen and (min-width: 1200px) {
      .result .results-text {
        margin: 0 auto 100px; } }
  .result .container > .results-text {
    padding-top: 60px; }
    @media screen and (min-width: 768px) {
      .result .container > .results-text {
        padding-top: 90px; } }
    @media screen and (min-width: 1200px) {
      .result .container > .results-text {
        padding-top: 140px; } }
  .result .result-icons {
    vertical-align: top; }
    .result .result-icons .field-collection-item-field-image-with-text {
      margin-bottom: 30px;
      text-align: center;
      vertical-align: top; }
      @media screen and (min-width: 992px) {
        .result .result-icons .field-collection-item-field-image-with-text {
          width: 33%;
          display: inline-block; } }
      .result .result-icons .field-collection-item-field-image-with-text img {
        display: inline-block;
        padding-bottom: 20px;
        border-bottom: 2px solid #000;
        margin-bottom: 25px; }
      .result .result-icons .field-collection-item-field-image-with-text h5 {
        display: block; }
    .result .result-icons.fade-up {
      transition: none;
      -webkit-transform: none;
              transform: none;
      opacity: 1; }
      .result .result-icons.fade-up .field-collection-item-field-image-with-text {
        opacity: 0;
        -webkit-transform: translate(0, 90px);
        transform: translate(0, 90px);
        transition: opacity .6s .1s, -webkit-transform .6s ease;
        transition: opacity .6s .1s, transform .6s ease; }
        .result .result-icons.fade-up .field-collection-item-field-image-with-text:nth-child(1) {
          transition-delay: 0.1s; }
        .result .result-icons.fade-up .field-collection-item-field-image-with-text:nth-child(2) {
          transition-delay: 0.6s; }
        .result .result-icons.fade-up .field-collection-item-field-image-with-text:nth-child(3) {
          transition-delay: 0.3s; }
      .result .result-icons.fade-up.onScreen .field-collection-item-field-image-with-text {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
  .result .quote-result {
    margin-bottom: 50px;
    position: relative; }
    .result .quote-result.fade-up .quote-bg {
      opacity: 0;
      -webkit-transform: translate(0, 90px);
      transform: translate(0, 90px);
      transition: opacity .6s .1s, -webkit-transform .6s ease;
      transition: opacity .6s .1s, transform .6s ease; }
    .result .quote-result.fade-up .quote-over {
      opacity: 0;
      -webkit-transform: translate(0, 90px);
      transform: translate(0, 90px);
      transition: opacity .6s .1s, -webkit-transform .6s ease;
      transition: opacity .6s .1s, transform .6s ease;
      transition-delay: 0.5s; }
    .result .quote-result.fade-up.onScreen .quote-bg, .result .quote-result.fade-up.onScreen .quote-over {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    @media screen and (min-width: 768px) {
      .result .quote-result {
        margin-bottom: 95px; } }
    @media screen and (min-width: 1200px) {
      .result .quote-result {
        padding: 70px 0; } }
    @media screen and (min-width: 1450px) {
      .result .quote-result {
        padding: 100px 0; } }
    .result .quote-result .quote-bg {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      height: 460px;
      z-index: 0;
      display: block; }
      @media screen and (min-width: 768px) {
        .result .quote-result .quote-bg {
          position: absolute;
          top: 0;
          left: 0;
          width: 50%;
          height: 100%; } }
      @media screen and (min-width: 1200px) {
        .result .quote-result .quote-bg {
          width: 90%; } }
    .result .quote-result .quote-over {
      position: relative;
      z-index: 1;
      padding: 100px 35px 80px; }
      @media screen and (min-width: 768px) {
        .result .quote-result .quote-over {
          width: 50%;
          float: right;
          padding: 130px 75px 100px; } }
      @media screen and (min-width: 1200px) {
        .result .quote-result .quote-over {
          padding: 70px; } }
      @media screen and (min-width: 1450px) {
        .result .quote-result .quote-over {
          padding: 100px; } }
      .result .quote-result .quote-over:before {
        content: '';
        background: url('big-quote.png') no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        width: 65px;
        height: 46px;
        top: 50px;
        left: 50%;
        margin-left: -32px; }
        @media screen and (min-width: 1200px) {
          .result .quote-result .quote-over:before {
            width: 98px;
            height: 71px;
            top: -35px;
            left: 50%;
            margin-left: -49px; } }
      .result .quote-result .quote-over:after {
        content: '';
        background: url('small-quote.png') no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        width: 42px;
        height: 30px;
        bottom: 50px;
        left: 50%;
        margin-left: -21px; }
        @media screen and (min-width: 1200px) {
          .result .quote-result .quote-over:after {
            width: 70px;
            height: 49px;
            bottom: -25px;
            left: 50%;
            margin-left: -35px; } }
      .result .quote-result .quote-over p {
        color: #fff;
        font-weight: 300; }
        @media screen and (min-width: 1450px) {
          .result .quote-result .quote-over p {
            font-size: 22px;
            font-size: 2.2rem; } }
      .result .quote-result .quote-over h6 {
        font-size: 16px;
        font-size: 1.6rem;
        color: #fff;
        font-weight: 400; }

/*------------------------------------*\
    $LEFT NAV
\*------------------------------------*/
.secondary-nav-wrapper {
  float: left;
  width: 240px; }

.secondary-nav {
  background: #ebdfcb;
  width: 100%;
  margin: 0; }
  .secondary-nav li {
    padding: 0;
    margin: 0; }
    .secondary-nav li:before {
      display: none; }
    .secondary-nav li a {
      text-decoration: none;
      position: relative;
      display: block;
      padding: 10px;
      color: #262626;
      background: #ccc; }
      .secondary-nav li a:hover {
        background: #ddd; }
    .secondary-nav li ul {
      margin: 0; }
      .secondary-nav li ul li a {
        padding-left: 25px;
        text-indent: 20px; }
        .secondary-nav li ul li a:after {
          content: '';
          width: 8px;
          height: 12px;
          position: absolute;
          left: 20px;
          top: 14px;
          margin: 0 9px; }

/*------------------------------------*\
    $SITE MENU
\*------------------------------------*/
.site-menu {
  margin: 0;
  clear: both;
  padding: 0;
  overflow: hidden;
  list-style: none; }
  .site-menu li {
    float: left;
    border: 1px solid #ccc;
    margin-right: 2px; }
    .site-menu li:before {
      display: none; }
    .site-menu li a {
      display: block;
      text-decoration: none;
      color: #000;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 300;
      text-transform: uppercase;
      padding: 10px; }
      .site-menu li a:hover {
        text-decoration: underline; }
    .site-menu li.site-menu__last-li a {
      padding-right: 0; }

/*------------------------------------*\
	$SITE SEARCH
\*------------------------------------*/


/*------------------------------------*\
    $PRIMARY NAVIGATION
    \*------------------------------------*/
.primary-nav {
  width: 100%;
  height: auto;
  background-color: #ccc;
  position: relative;
  margin-bottom: 20px;
  /*a*/
  /*a*/ }
  @media screen and (min-width: 768px) {
    .primary-nav {
      height: 40px; } }
  .primary-nav ul {
    width: 100%;
    display: none;
    height: auto;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .primary-nav ul {
        height: 40px;
        display: inline-block;
        margin: 0 auto;
        padding: 0; } }
  .primary-nav li {
    display: block;
    float: none;
    width: 100%;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .primary-nav li {
        width: auto;
        display: inline;
        float: left; } }
    .primary-nav li:before {
      display: none; }
  .primary-nav a {
    width: 100%;
    background-color: #ccc;
    padding: 0;
    text-align: left;
    text-indent: 25px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    line-height: 40px;
    color: #000;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .primary-nav a {
        padding: 0 25px;
        text-align: center;
        text-indent: 0;
        border-bottom: 0;
        border-right: 1px solid #fff; } }
  .primary-nav a:hover, .primary-nav a:active {
    background-color: #ddd; }
  .primary-nav .primary-nav__icon {
    display: block;
    background-color: #ccc;
    width: 100%;
    position: relative;
    border-bottom: 0; }
    @media screen and (min-width: 768px) {
      .primary-nav .primary-nav__icon {
        display: none; } }
  .primary-nav .primary-nav__icon:after {
    width: 30px;
    height: 30px;
    content: "";
    width: 30px;
    height: 30px;
    background-position: -481.2766px -14.28571px;
    background-size: 1369.14894px 61.5px;
    background-image: url('sprite.svg');
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 5px;
    border: 1px solid #fff; }

#user-login {
  display: block;
  width: 350px;
  margin: 35px auto; }
  #user-login input {
    display: block;
    width: 100%;
    height: auto;
    padding: 7px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 5px; }
  #user-login label {
    margin-top: 20px; }
  #user-login .marker, #user-login .form-required {
    color: #f49a00; }
  #user-login input[type=submit] {
    background: #f49a00;
    color: #fff; }

.parsley-errors-list {
  margin-bottom: 20px;
  margin-left: 0;
  margin-top: -15px; }
  .parsley-errors-list li {
    color: #ff0000;
    text-align: left;
    font-weight: normal; }
    .parsley-errors-list li:before {
      display: none; }

input.parsley-error, textarea.parsley-error, select.parsley-error {
  border-color: #ff0000; }

.what-we-do {
  text-align: center;
  padding: 45px 0 0 0; }
  @media screen and (min-width: 768px) {
    .what-we-do {
      padding: 75px 0 0 0; } }
  .what-we-do .intro-section, .what-we-do .about-section {
    margin-bottom: 25px; }
    @media screen and (min-width: 992px) {
      .what-we-do .intro-section, .what-we-do .about-section {
        margin-bottom: 45px; } }
    .what-we-do .intro-section .container, .what-we-do .about-section .container {
      max-width: 730px;
      margin: 0 auto 10px; }
    .what-we-do .intro-section h2, .what-we-do .about-section h2 {
      font-size: 28px;
      font-size: 2.8rem;
      margin-bottom: 10px;
      font-weight: 400; }
      @media screen and (min-width: 992px) {
        .what-we-do .intro-section h2, .what-we-do .about-section h2 {
          font-size: 36px;
          font-size: 3.6rem;
          margin-bottom: 30px; } }
  .what-we-do .diagram-section, .what-we-do .product-section {
    margin-bottom: 45px; }
    @media screen and (min-width: 768px) {
      .what-we-do .diagram-section, .what-we-do .product-section {
        margin-bottom: 70px; } }
    @media screen and (min-width: 1200px) {
      .what-we-do .diagram-section, .what-we-do .product-section {
        margin-bottom: 110px; } }
    .what-we-do .diagram-section h3, .what-we-do .product-section h3 {
      max-width: 730px;
      margin: 0 auto 50px;
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 50px;
      font-weight: 400; }
      @media screen and (min-width: 992px) {
        .what-we-do .diagram-section h3, .what-we-do .product-section h3 {
          font-size: 28px;
          font-size: 2.8rem; } }
    .what-we-do .diagram-section .product, .what-we-do .product-section .product {
      display: block;
      vertical-align: top;
      border-radius: 50%;
      opacity: 0;
      -webkit-transform: translate(0, 90px);
              transform: translate(0, 90px);
      transition: opacity 1s .1s, -webkit-transform 1s ease;
      transition: opacity 1s .1s, transform 1s ease; }
      @media screen and (min-width: 768px) {
        .what-we-do .diagram-section .product, .what-we-do .product-section .product {
          display: inline-block; } }
      .what-we-do .diagram-section .product .green .product-link .product, .what-we-do .product-section .product .green .product-link .product {
        background: #aecb06; }
        .what-we-do .diagram-section .product .green .product-link .product:hover, .what-we-do .product-section .product .green .product-link .product:hover {
          background: #9fae0a; }
      .what-we-do .diagram-section .product .turquoise .product-link .product, .what-we-do .product-section .product .turquoise .product-link .product {
        background: #00a19c; }
        .what-we-do .diagram-section .product .turquoise .product-link .product:hover, .what-we-do .product-section .product .turquoise .product-link .product:hover {
          background: #028882; }
      .what-we-do .diagram-section .product .grey .product-link .product, .what-we-do .product-section .product .grey .product-link .product {
        background: #d1d1d1; }
        .what-we-do .diagram-section .product .grey .product-link .product:hover, .what-we-do .product-section .product .grey .product-link .product:hover {
          background: #00a19c; }
      .what-we-do .diagram-section .product .pink .product-link .product, .what-we-do .product-section .product .pink .product-link .product {
        background: #dd007d; }
        .what-we-do .diagram-section .product .pink .product-link .product:hover, .what-we-do .product-section .product .pink .product-link .product:hover {
          background: #c5007a; }
      .what-we-do .diagram-section .product .green-hover .product-link .product:hover, .what-we-do .product-section .product .green-hover .product-link .product:hover {
        background: #9fae0a; }
      .what-we-do .diagram-section .product .turquoise-hover .product-link .product:hover, .what-we-do .product-section .product .turquoise-hover .product-link .product:hover {
        background: #028882; }
      .what-we-do .diagram-section .product .grey-hover .product-link .product:hover, .what-we-do .product-section .product .grey-hover .product-link .product:hover {
        background: #d1d1d1; }
      .what-we-do .diagram-section .product .pink-hover .product-link .product:hover, .what-we-do .product-section .product .pink-hover .product-link .product:hover {
        background: #c5007a; }
      .what-we-do .diagram-section .product.product-1, .what-we-do .product-section .product.product-1 {
        transition-delay: 0.3s; }
      @media screen and (min-width: 768px) {
        .what-we-do .diagram-section .product.product-1, .what-we-do .diagram-section .product.product-3, .what-we-do .product-section .product.product-1, .what-we-do .product-section .product.product-3 {
          padding-top: 30px;
          margin-right: 99px; } }
      @media screen and (min-width: 1200px) {
        .what-we-do .diagram-section .product.product-1, .what-we-do .diagram-section .product.product-3, .what-we-do .product-section .product.product-1, .what-we-do .product-section .product.product-3 {
          margin-right: 105px; } }
      .what-we-do .diagram-section .product.product-1 a.product-circle, .what-we-do .diagram-section .product.product-3 a.product-circle, .what-we-do .product-section .product.product-1 a.product-circle, .what-we-do .product-section .product.product-3 a.product-circle {
        position: relative;
        width: 145px;
        height: 145px; }
        @media screen and (min-width: 768px) {
          .what-we-do .diagram-section .product.product-1 a.product-circle, .what-we-do .diagram-section .product.product-3 a.product-circle, .what-we-do .product-section .product.product-1 a.product-circle, .what-we-do .product-section .product.product-3 a.product-circle {
            margin-bottom: 55px; }
            .what-we-do .diagram-section .product.product-1 a.product-circle:after, .what-we-do .diagram-section .product.product-3 a.product-circle:after, .what-we-do .product-section .product.product-1 a.product-circle:after, .what-we-do .product-section .product.product-3 a.product-circle:after {
              position: absolute;
              top: 50%;
              right: -95px;
              background: url('shortline-left.gif') no-repeat;
              content: '';
              width: 80px;
              height: 8px;
              margin-top: -4px;
              opacity: 0;
              transition: opacity 1s ease;
              transition-delay: 1.2s; }
            .what-we-do .diagram-section .product.product-1 a.product-circle.right-line:after, .what-we-do .diagram-section .product.product-3 a.product-circle.right-line:after, .what-we-do .product-section .product.product-1 a.product-circle.right-line:after, .what-we-do .product-section .product.product-3 a.product-circle.right-line:after {
              background: url('shortline.gif') no-repeat; } }
        @media screen and (min-width: 1200px) {
          .what-we-do .diagram-section .product.product-1 a.product-circle, .what-we-do .diagram-section .product.product-3 a.product-circle, .what-we-do .product-section .product.product-1 a.product-circle, .what-we-do .product-section .product.product-3 a.product-circle {
            margin-bottom: 70px;
            width: 210px;
            height: 210px; } }
      .what-we-do .diagram-section .product.product-1 .product-link .product a.product-circle, .what-we-do .diagram-section .product.product-3 .product-link .product a.product-circle, .what-we-do .product-section .product.product-1 .product-link .product a.product-circle, .what-we-do .product-section .product.product-3 .product-link .product a.product-circle {
        width: 100%;
        height: 100%; }
      .what-we-do .diagram-section .product.product-2, .what-we-do .product-section .product.product-2 {
        transition-delay: 0.9s; }
        @media screen and (min-width: 768px) {
          .what-we-do .diagram-section .product.product-2, .what-we-do .product-section .product.product-2 {
            margin-right: 99px; } }
        @media screen and (min-width: 1200px) {
          .what-we-do .diagram-section .product.product-2, .what-we-do .product-section .product.product-2 {
            margin-right: 105px; } }
        .what-we-do .diagram-section .product.product-2 a.product-circle, .what-we-do .product-section .product.product-2 a.product-circle {
          width: 145px;
          height: 145px; }
          @media screen and (min-width: 768px) {
            .what-we-do .diagram-section .product.product-2 a.product-circle, .what-we-do .product-section .product.product-2 a.product-circle {
              margin-bottom: 30px;
              width: 200px;
              height: 200px; } }
          @media screen and (min-width: 1200px) {
            .what-we-do .diagram-section .product.product-2 a.product-circle, .what-we-do .product-section .product.product-2 a.product-circle {
              width: 280px;
              height: 280px; } }
        @media screen and (min-width: 768px) {
          .what-we-do .diagram-section .product.product-2 .product-link .product, .what-we-do .product-section .product.product-2 .product-link .product {
            padding: 50px !important; } }
        @media screen and (min-width: 1200px) {
          .what-we-do .diagram-section .product.product-2 .product-link .product, .what-we-do .product-section .product.product-2 .product-link .product {
            padding: 70px !important; } }
        .what-we-do .diagram-section .product.product-2 .product-link .product a.product-circle, .what-we-do .product-section .product.product-2 .product-link .product a.product-circle {
          width: 100%;
          height: 100%; }
      .what-we-do .diagram-section .product.product-3, .what-we-do .product-section .product.product-3 {
        transition-delay: 0.6s; }
        @media screen and (min-width: 768px) {
          .what-we-do .diagram-section .product.product-3, .what-we-do .product-section .product.product-3 {
            margin-right: 0; } }
        @media screen and (min-width: 1200px) {
          .what-we-do .diagram-section .product.product-3, .what-we-do .product-section .product.product-3 {
            margin-right: 0; } }
        @media screen and (min-width: 768px) {
          .what-we-do .diagram-section .product.product-3 a.product-circle:after, .what-we-do .product-section .product.product-3 a.product-circle:after {
            right: auto;
            left: -95px;
            background: url('shortline-left.gif') no-repeat; }
          .what-we-do .diagram-section .product.product-3 a.product-circle.right-line:after, .what-we-do .product-section .product.product-3 a.product-circle.right-line:after {
            background: url('shortline.gif') no-repeat; } }
      .what-we-do .diagram-section .product a.product-circle, .what-we-do .product-section .product a.product-circle {
        display: inline-block;
        padding: 10px;
        width: 100%;
        border: 2px dotted #cacaca;
        border-radius: 50%; }
        @media screen and (min-width: 768px) {
          .what-we-do .diagram-section .product a.product-circle, .what-we-do .product-section .product a.product-circle {
            display: block; } }
        @media screen and (min-width: 1200px) {
          .what-we-do .diagram-section .product a.product-circle, .what-we-do .product-section .product a.product-circle {
            padding: 15px; } }
        .what-we-do .diagram-section .product a.product-circle .product-link, .what-we-do .product-section .product a.product-circle .product-link {
          width: 100%;
          height: 100%; }
          .what-we-do .diagram-section .product a.product-circle .product-link .product, .what-we-do .product-section .product a.product-circle .product-link .product {
            width: 100%;
            height: 100%;
            padding: 30px;
            transition: background 0.3s ease; }
            @media screen and (min-width: 1200px) {
              .what-we-do .diagram-section .product a.product-circle .product-link .product, .what-we-do .product-section .product a.product-circle .product-link .product {
                padding: 50px; } }
      .what-we-do .diagram-section .product a.black-arrow-link, .what-we-do .product-section .product a.black-arrow-link {
        margin: 20px 0 25px; }
    .what-we-do .diagram-section.onScreen .product, .what-we-do .product-section.onScreen .product {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
      .what-we-do .diagram-section.onScreen .product a.product-circle:after, .what-we-do .product-section.onScreen .product a.product-circle:after {
        opacity: 1; }
  .what-we-do .product-section p, .what-we-do .product-section h5 {
    max-width: 730px;
    margin: 0 auto 50px; }
  @media screen and (min-width: 768px) {
    .what-we-do .product-section .product:nth-last-child(n+3).product-1, .what-we-do .product-section .product:nth-last-child(n+3) ~ .product.product-1 {
      margin-right: 99px; } }
  @media screen and (min-width: 1200px) {
    .what-we-do .product-section .product:nth-last-child(n+3).product-1, .what-we-do .product-section .product:nth-last-child(n+3) ~ .product.product-1 {
      margin-right: 130px; } }
  @media screen and (min-width: 768px) {
    .what-we-do .product-section .product:nth-last-child(n+3).product-1 a.product-circle:after, .what-we-do .product-section .product:nth-last-child(n+3) ~ .product.product-1 a.product-circle:after {
      right: -95px;
      width: 80px;
      background: url('shortline-left.gif') no-repeat; }
    .what-we-do .product-section .product:nth-last-child(n+3).product-1 a.product-circle.right-line:after, .what-we-do .product-section .product:nth-last-child(n+3) ~ .product.product-1 a.product-circle.right-line:after {
      background: url('shortline.gif') no-repeat; } }
  @media screen and (min-width: 1200px) {
    .what-we-do .product-section .product:nth-last-child(n+3).product-1 a.product-circle:after, .what-we-do .product-section .product:nth-last-child(n+3) ~ .product.product-1 a.product-circle:after {
      right: -109px; } }
  @media screen and (min-width: 768px) {
    .what-we-do .product-section .product:nth-last-child(n+3).product-2, .what-we-do .product-section .product:nth-last-child(n+3) ~ .product.product-2 {
      margin-right: 99px; } }
  @media screen and (min-width: 1200px) {
    .what-we-do .product-section .product:nth-last-child(n+3).product-2, .what-we-do .product-section .product:nth-last-child(n+3) ~ .product.product-2 {
      margin-right: 130px; } }
  @media screen and (min-width: 768px) {
    .what-we-do .product-section .product:nth-last-child(n+3).product-3 a.product-circle:after, .what-we-do .product-section .product:nth-last-child(n+3) ~ .product.product-3 a.product-circle:after {
      left: -95px;
      width: 80px;
      background: url('shortline-left.gif') no-repeat; }
    .what-we-do .product-section .product:nth-last-child(n+3).product-3 a.product-circle.right-line:after, .what-we-do .product-section .product:nth-last-child(n+3) ~ .product.product-3 a.product-circle.right-line:after {
      background: url('shortline.gif') no-repeat; } }
  @media screen and (min-width: 1200px) {
    .what-we-do .product-section .product:nth-last-child(n+3).product-3 a.product-circle:after, .what-we-do .product-section .product:nth-last-child(n+3) ~ .product.product-3 a.product-circle:after {
      left: -109px; } }
  @media screen and (min-width: 768px) {
    .what-we-do .product-section .product.product-1 {
      margin-right: 256px; } }
  @media screen and (min-width: 1200px) {
    .what-we-do .product-section .product.product-1 {
      margin-right: 300px; } }
  .what-we-do .product-section .product.product-1 a.product-circle:after {
    right: -280px;
    width: 260px;
    background: url('longline.gif') no-repeat; }
  .what-we-do .product-section .product.product-1 a.product-circle.right-line:after {
    background: url('longline-right.gif') no-repeat; }
  .what-we-do .product-section .product.product-2 {
    margin-right: 0; }
    .what-we-do .product-section .product.product-2 .black-arrow-link:hover {
      color: #000; }
    .what-we-do .product-section .product.product-2 .black-arrow-link:after {
      display: none; }

.who-we-are-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 110px; }
  @media screen and (min-width: 768px) {
    .who-we-are-image {
      height: 180px; } }
  @media screen and (min-width: 1200px) {
    .who-we-are-image {
      height: 190px; } }
  @media screen and (min-width: 1450px) {
    .who-we-are-image {
      height: 240px; } }

/*------------------------------------*\
    $NON-MODULAR
\*------------------------------------*/
/**
 * template-specific/temporary pages etc.
 */
/*------------------------------------*\
    $T01-INDEX
\*------------------------------------*/
/*------------------------------------*\
    $TEMP FIXES
\*------------------------------------*/
/*------------------------------------*\
    $GREYBOX
\*------------------------------------*/
/**
 * Create greybox wireframes with some basic elements
 */


/*------------------------------------*\
    $PRINT
\*------------------------------------*/
/**
 * print style
 */
/*------------------------------------*\
    $PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }


/*# sourceMappingURL=maps/styles.css.map */



.node-type-webform #page-wrapper .content {
  padding-top: 80px;
}

.node-type-webform #page-wrapper .content h1 {
  padding-bottom: 15px;
}

.node-type-webform #page-wrapper .content .container {
  padding-bottom: 30px;
}

.node-type-webform #page-wrapper .content #webform-client-form-431 .webform-component {
  margin: 0 auto;
  max-width: 50%;
}

.node-type-webform #page-wrapper .content #webform-client-form-431 .form-actions {
  padding-top: 20px;
  padding-bottom: 40px;
  margin: 0 auto;
  max-width: 20%;
}

.node-type-webform #page-wrapper .footer {
  display: none;
}
