﻿@charset "UTF-8";
/* ---------------------------------------------------------
   1. General reset
   2. Common site styles
   3. Custom form styles
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
   1. General reset
   ---------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231; }

body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222; }

/*
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */
a {
  color: #00e;
  cursor: pointer;
  outline: 0 !important; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

/* a:focus { outline: thin dotted; } */
a:hover,
a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 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, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  -ms-word-wrap: break-word;
  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: -.5em; }

sub {
  bottom: -.25em; }

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  background: none; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer;
  z-index: 1;
  position: relative; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal;
  *overflow: visible; }

table button,
table input {
  *overflow: auto; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

html body input:invalid,
html body textarea:invalid {
  border-bottom: 2px solid #ec5055; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* ===================================================
    Initializr styles
    http://verekia.com/initializr/responsive-template
    Author: Jonathan Verrecchia
   =================================================== */
/*
 * set default font size, line height and font family
 * set default background
 */
body {
  font: 16px/24px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
  background-color: #f1f3f4;
  height: 100%;
  min-width: 320px; }

html {
  min-height: 100%;
  position: relative;
  height: 100%; }

/* ---------------------------------------------------------
   2. Common site styles
   ---------------------------------------------------------*/
/* main container styles */
#wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  margin: 0 auto; }

.brambles-blue {
  color: #0d386c; }

.light-blue {
  color: #3b87e5; }

.navs-grey {
  color: #e7e7e7; }

.border-grey {
  color: #c1c1c1; }

.grey {
  color: #636363; }

.text-grey {
  color: #2f2f2f; }

p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #2f2f2f; }

scorecard p {
  font-size: 15px;
  line-height: 18px; }

body.results-home p {
  font-size: 15px;
  line-height: 18px;
  color: #0d386c; }

.page p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400; }

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  color: white; }

.page h1 {
  font-size: 45px;
  line-height: 50px;
  color: #102b4c;
  margin-top: 52px;
  margin-bottom: 0; }

body.results-home h1 {
  color: #0d386c; }

h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  color: white; }

.page h2 {
  font-size: 29px;
  line-height: 52px;
  margin-top: 26px;
  margin-bottom: 0;
  color: #0d386c;
  font-weight: 400; }

h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  color: #0d386c; }

.page h3 {
  font-size: 22px;
  line-height: 26px;
  margin-top: 26px;
  margin-bottom: 0;
  color: #2f2f2f;
  font-weight: 400; }

h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #0d386c; }

.page h4 {
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  margin-top: 26px;
  margin-bottom: 0; }

h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #0d386c; }

.page h5 {
  font-size: 15px;
  line-height: 26px;
  margin-top: 26px;
  margin-bottom: 0;
  color: #2f2f2f; }

h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #2f2f2f; }

.page h6 {
  font-size: 13px;
  line-height: 19px;
  color: #0d386c;
  font-weight: 400;
  margin-top: 26px;
  margin-bottom: 0; }

a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #3b87e5;
  text-decoration: underline;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

a:hover,
a:visited,
a:focus {
  text-decoration: none;
  background: none;
  color: #0d386c;
  color: #3b87e5; }

a:active {
  color: #0d386c;
  background: white; }

a.btn-next {
  display: block;
  background: white;
  width: 100%;
  color: #3b87e5;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 69px;
  font-size: 20px;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.07);
  height: 69px;
  padding-left: 15px;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  text-decoration: none;
  margin-top: 20px; }

.page a {
  text-decoration: none;
  font-weight: 400;
  color: #00508f;
  background: none; }

.page a:hover,
.page a:focus,
.page a.active {
  background: none; }

.page a.pressed,
.page a.active {
  font-weight: bold; }

.page a.disabled {
  color: #b7b7b7;
  cursor: default;
  pointer-events: none;
  font-weight: normal; }

/*
.btn-next span {
    display: none;
}

.btn-next i.fa {
    font-size: 75px;
    font-size: 45px;
    float: right;
    margin-right: 15px;
    position: relative;
    top: 11px;
}

.btn-next:hover,
.btn-next:focus,
.btn-next:active {
    background: #3b87e5;
    color: white !important;
}*/
.btn-action {
  background: transparent;
  color: #3b87e5;
  border: 1px solid #3b87e5;
  padding: 23px;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

.btn-action:hover,
.btn-active:focus,
.btn-action:active {
  /* http://tympanus.net/Development/CreativeButtons/ effect 1a */
  background: #3b87e5;
  color: white; }

.btn-viewchart {
  background: transparent;
  color: #728497;
  border: 2px solid #728497;
  padding: 13px;
  width: 175px;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

.btn-viewchart:hover,
.btn-viewchart:focus,
.btn-viewchart:active {
  /* http://tympanus.net/Development/CreativeButtons/ effect 1a */
  background: #728497;
  color: white; }

.btn-backtostart {
  background: transparent;
  color: #728497;
  border: 2px solid #728497;
  padding: 13px;
  width: 175px;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

.btn-backtostart:hover,
.btn-backtostart:focus,
.btn-backtostart:active {
  /* http://tympanus.net/Development/CreativeButtons/ effect 1a */
  background: #728497;
  color: white; }

input[type=text],
input[type=email] {
  background: white;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #636363;
  border: 1px solid #f1f3f4;
  padding: 11px 0 11px 20px; }

textarea {
  color: #636363;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  height: 125px;
  padding: 10px 0 0 20px;
  border: 1px solid #f1f3f4; }

::-webkit-input-placeholder {
  font-weight: 300;
  color: #c1c1c1; }

:-moz-placeholder {
  font-weight: 300;
  color: #c1c1c1;
  opacity: 1; }

::-moz-placeholder {
  font-weight: 300;
  color: #c1c1c1;
  opacity: 1; }

:-ms-input-placeholder {
  font-weight: 300;
  color: #c1c1c1; }

/* General button style (reset) */
.btn {
  border: none;
  border-radius: 0;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 12px 45px;
  display: inline-block;
  margin: 30px 0 0 0;
  /* letter-spacing: 1px; */
  font-weight: 300;
  outline: none;
  position: relative;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s; }

li.resp-tab-item {
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

dropdown-class li {
  background: white;
  color: #636363;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  padding: 5px 20px;
  border-bottom: 1px, solid #c1c1c1;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

dropdown-class li:hover {
  background: #c1c1c1; }

.tabs {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #636363;
  background: #e7e7e7;
  text-align: center;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

.tabs:hover,
.tabs:focus {
  background: #f1f3f4;
  font-weight: 700;
  color: #3b87e5; }

.tabs:active {
  background: #f1f3f4;
  font-weight: 700;
  color: #3b87e5;
  border-bottom: 0 solid #c1c1c1; }

/* =======================================================================================================================================
    MOBILE: remember, it's "Mobile First"

    -- these rules apply to everything bigger, as well

   ============== */
div#header-toolbar {
  width: 100%;
  background-color: #102b4c !important;
  /*background-image: url("/Content/img/head-tool-back-tile.gif");*/
  padding: 5px 0;
  color: #7f98b6;
  height: 16px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px; }

div#header-toolbar .cost {
  display: inline-block;
  vertical-align: top;
  padding: 1px 3px 0; }

div#header-toolbar-inner {
  display: none;
  margin: 0 auto;
  padding: 0; }

/* social networks styles */
div#header-toolbar-inner a {
  color: #7f98b6;
  font-size: 20px;
  padding: 0 7px; }

div#header-toolbar-inner a:hover {
  background: #fff; }

div#header-toolbar-inner a:first-child {
  margin-left: 7px; }

#top-overlays {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  display: none;
  z-index: 9999; }

/* search form styles */
form#toolbar-search {
  position: relative;
  float: right;
  color: #7f98b6;
  font-size: 12px;
  margin-top: -2px;
  margin-right: 1px;
  max-width: 208px; }

form#toolbar-search .input-placeholder-text {
  top: 3px;
  left: 10px; }

form#toolbar-search input {
  background: 0;
  border: 0;
  font: 300 12px/16px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
  color: #555656;
  border: none;
  width: 173px;
  padding: 5px 0;
  outline: none; }

.input-holder {
  padding: 3px 24px 3px 11px;
  height: 30px;
  position: relative;
  background-color: #fff;
  box-shadow: inset 2px 0 5px rgba(0, 0, 0, 0.2); }

::-webkit-input-placeholder {
  color: #555656; }

:-moz-placeholder {
  color: #555656; }

::-moz-placeholder {
  color: #555656;
  opacity: 1; }

:-ms-input-placeholder {
  color: #555656; }

form#toolbar-search button {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 15px;
  line-height: 18px;
  color: #3b87e5; }

/*
<div id="nav-small-menu">
    Menu <i class="fa fa-bars"></i>
</div>

<div id="nav-main">
    <form id="navbar-search" action="search.asp">
        <input type="text" placeholder="Site Search...">
    </form>
    <a class="results-home" href="index.html"><i class="fa fa-home"></i></a>
    <a class="message" href="message.html"><span>CEO &amp; Chairman</span> <span>Message</span></a>
    <a class="business" href="business.html"><span>Business</span> <span>Review</span></a>
    <a class="financial" href="financial.html"><span>Group Financial</span> <span>Highlights</span></a>
    <a class="scorecard" href="scorecard.html"><span>Strategy</span> <span>Scorecard</span></a>
    <a class="downloads" href="downloads.html"><span>Download</span> <span>Centre</span></a>
</div>
 */
div#primary-navbar {
  /* overflow:hidden; */
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #fff;
  /* border-top: 3px solid #0d386c; */
  position: relative;
  z-index: 9990; }

div#primary-navbar-inner {
  margin: 0 auto;
  position: relative; }

div#primary-navbar-inner:after {
  display: block;
  clear: both;
  content: ""; }

div#nav-small-menu {
  position: absolute;
  top: 14px;
  right: 15px;
  color: #005696;
  font-size: 13px;
  cursor: pointer; }

div#nav-small-menu i.fa-bars {
  font-size: 21px;
  margin-left: 12px;
  position: relative;
  top: 3px; }

div#nav-main {
  float: right;
  margin-right: 0 !important;
  z-index: 9999;
  border: 14px solid #c1c1c1;
  box-shadow: 0 0 6px 12px rgba(0, 0, 0, 0.1);
  /*
    -webkit-box-shadow: 0px 4px 0px 0px rgba(193, 193, 193, 1);
    -moz-box-shadow:    0px 4px 0px 0px rgba(193, 193, 193, 1);
 */
  text-align: right; }

div#nav-main a {
  background-color: #fff;
  display: block;
  margin: 0 0 0 -4px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  vertical-align: middle;
  color: #102b4c;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  text-decoration: none;
  width: 100%;
  /*border-width: 1px 10px 5px 10px;
    border-color: #f1f3f4;
    border-style: solid;*/
  padding: 15px 26px 10px;
  position: relative; }

div#nav-main a:first-child {
  padding-top: 15px; }

div#nav-main a.active {
  font-weight: bold; }

div#nav-main a .fa-angle-down {
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin: 0 0 0 -6px; }
  @media only screen and (min-width: 768px) {
    div#nav-main a .fa-angle-down {
      display: none; } }

div#nav-main a .fa-angle-up {
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin: 0 0 0 -6px; }

.fixed-nav #nav-main a {
  height: 47px; }

.fixed-nav .drop {
  margin: -3px 0 0; }

.inner .fixed-nav .drop {
  margin: -6px 0 0; }

div#nav-main a span {
  display: inline-block;
  white-space: nowrap;
  margin: 0; }

#nav-main a:last-of-type {
  /*border-bottom: 5px solid #f1f3f4;*/ }

#nav-main a.results-home {
  font-size: 20px; }

#nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0; }

#nav-main li {
  display: inline-block;
  vertical-align: top; }

#nav-main li:first-child a {
  /*border-left: 1px solid #c1c1c1;*/ }

#nav-main .fa-home {
  display: inline-block;
  color: #102b4c;
  margin: 0 2px 0 -2px;
  font-size: 20px; }

/*#nav-main .drop-holder {
    padding: 28px 13px 19px;
}*/
#nav-main .drop {
  width: 100%;
  z-index: 2000000;
  background: #e9ebec;
  /*border: solid #c1c1c1;*/
  border-width: 0 4px 4px;
  /*box-shadow: 0 9px 8px -4px rgba(0, 0, 0, .3) inset;*/ }

/*#nav-main .has-drop .drop a {
    background-color: transparent !important;
    color: #3b87e5;
    margin: 0 0 6px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0;
    text-align: left;
    text-transform: capitalize;
    padding: 21px 33px 19px 10px;
    height: auto;
    position: relative;
    font-size: 15px;
}*/
#nav-main .drop a:focus,
#nav-main .drop a:hover {
  background-color: #d5dee2 !important; }

#nav-main .drop a:focus .fa-angle-right,
#nav-main .drop a:hover .fa-angle-right {
  color: #fff;
  right: 24px; }

#nav-main .drop a.pressed {
  background: #bfcfd6 !important; }

#nav-main .drop a.disabled {
  background: #b7b7b7 !important;
  cursor: default;
  pointer-events: none;
  color: #fff; }

#nav-main .drop a.disabled .fa-angle-right {
  right: 16px;
  color: #fff; }

#nav-main .drop .fa-angle-right {
  color: #fff;
  font-size: 15px;
  background: #488ee3;
  border-radius: 25px;
  padding-left: 2px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-weight: normal;
  margin-right: 23px; }

#nav-main .drop .drop-box a {
  padding: 0; }

#nav-main .drop .holder {
  padding: 0px 33px 18px 20px;
  position: relative; }

#nav-main .drop .holder mark {
  background: 0;
  font: normal 400 13px/17px "Roboto", sans-serif;
  color: #636363; }

#nav-main .drop .holder span {
  display: block;
  vertical-align: top;
  margin: 0 0 5px;
  font-size: 29px; }

#nav-main .drop img {
  width: 100%; }

#nav-main br {
  display: none; }

#nav-main .drop .drop-box .le-more > span {
  font-size: 14px;
  color: #fff;
  background: #488ee3;
  border-radius: 25px;
  padding: 9px;
  text-align: center;
  max-width: 139px;
  margin-top: 50px;
  padding-left: 16px; }

#nav-main .drop .drop-box .le-more > span:hover {
  background: #488ee3; }

#nav-main .drop .drop-box .le-more > span .fa {
  margin-right: 0;
  background: none; }

#nav-main .has-drop .drop .drop-holder h1 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 24px;
  text-shadow: none;
  padding-bottom: 0;
  border-bottom: solid 1px #00508f;
  margin-bottom: 10px;
  margin-left: 10px;
  font-weight: normal;
  margin-top: -10px; }

#nav-main .has-drop .drop .drop-holder .left-menu {
  padding-bottom: 15px; }
  #nav-main .has-drop .drop .drop-holder .left-menu h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000;
    max-width: 200px;
    line-height: 25px;
    margin-left: 25px;
    border-bottom: none;
    float: left;
    font-weight: bold; }
  #nav-main .has-drop .drop .drop-holder .left-menu .download-icon a {
    display: inline-grid;
    width: auto !important;
    border-radius: 25px;
    float: right;
    line-height: 19px; }
    #nav-main .has-drop .drop .drop-holder .left-menu .download-icon a:hover {
      background: none !important; }
    #nav-main .has-drop .drop .drop-holder .left-menu .download-icon a i {
      color: #fff !important;
      width: 39px;
      height: 38px;
      padding-top: 7px;
      background: #488ee3 !important; }
      #nav-main .has-drop .drop .drop-holder .left-menu .download-icon a i:hover {
        background: #377cd0 !important; }

#nav-main .has-drop .drop .drop-holder .text-3line .left-menu {
  padding-bottom: 25px; }
  #nav-main .has-drop .drop .drop-holder .text-3line .left-menu .download-icon a {
    line-height: 32px;
    display: block; }
  #nav-main .has-drop .drop .drop-holder .text-3line .left-menu h1 {
    margin-top: 25px; }

.drop-box-home .left-menu {
  background: #fefefe;
  min-height: 289px;
  margin: 0 0 30px 0; }
  .drop-box-home .left-menu h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000;
    line-height: 25px;
    margin-left: 25px;
    margin-top: 18px;
    border-bottom: none;
    float: left;
    font-weight: bold;
    height: 59px;
    align-items: center;
    display: flex;
    max-width: 250px; }
  .drop-box-home .left-menu .fa {
    color: #fff;
    font-size: 20px;
    background: #488ee3;
    border-radius: 25px;
    padding-left: 2px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 24px;
    font-weight: normal;
    float: right;
    margin-right: 23px;
    padding-top: 8px;
    margin-top: 27px; }
    .drop-box-home .left-menu .fa:hover {
      background: #377cd0; }
  .drop-box-home .left-menu .download-icon a {
    display: block; }
    .drop-box-home .left-menu .download-icon a:hover {
      background: none !important; }
    .drop-box-home .left-menu .download-icon a img {
      width: auto !important;
      background: #488ee3;
      border-radius: 25px;
      padding: 14px 15px 13px 15px;
      float: right;
      margin-right: 17px;
      margin-top: 20px; }
      .drop-box-home .left-menu .download-icon a img:hover {
        background: #377cd0; }

.linebar {
  border-left: 5px solid #f1f3f4;
  width: 10px;
  height: 60px;
  float: right;
  right: 73px;
  position: absolute;
  top: 0px;
  display: none !important; }

/* page logo styles */
form#navbar-search {
  display: block;
  width: 100%;
  border-width: 15px 10px 5px 10px;
  border-color: #f1f3f4;
  border-style: solid;
  position: relative; }

form#navbar-search .input-placeholder-text {
  top: 16px;
  left: 21px; }

form#navbar-search input {
  display: block;
  width: 100%;
  border: 1px solid #c1c1c1;
  padding: 18px 20px;
  color: #c1c1c1; }

body.results-home #nav-main a.results-home,
body.message #nav-main a.message,
body.business #nav-main a.business,
body.financial #nav-main a.financial,
body.scorecard #nav-main a.scorecard,
body.downloads #nav-main a.downloads,
body.glossary #nav-main a.glossary,
#nav-main a:hover,
#nav-main a:focus {
  /* color: #f1f3f4; */
  /* FROM STYLE GUIDE*/
  background-color: #d5dee2;
  /* NOT IN STYLE GUIDE*/
  box-shadow: none; }

a.glossary.popover-dismiss {
  white-space: nowrap; }

/* sidebar navigation

on hover we need to display the accompanying text label for the page or thing it links to. In order:

Increase/decrease font size
Print page
Share â€“ email. Click to bring up email page.
Glossary
Request Printed Materials â€“ please remove this item, it has been cut.
Contact â€“ click to initiate modal.

*/
#second-nav {
  text-align: center;
  padding: 15px 0;
  margin-top: 10px; }

#second-nav a {
  color: #3b87e5;
  font-size: 18px;
  line-height: 26px;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  text-decoration: none;
  padding: 5px 12px; }

#second-nav a:hover {
  color: #0d386c; }

div#modal-contact-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400%;
  text-align: center;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5); }

div#modal-contact-form {
  width: 320px;
  margin: 116px auto;
  background-color: #f1f3f4;
  border: 1px solid #f1f3f4;
  padding: 18px 20px 24px 20px;
  text-align: left;
  position: relative; }

div#modal-contact-form input {
  width: 100%; }

div#modal-contact-form textarea {
  width: 100%; }

button#modal-contact-submit {
  border: 1px solid #3b87e5;
  font-size: 15px;
  color: #3b87e5;
  float: right; }

button#modal-contact-submit:hover,
button#modal-contact-submit:active {
  color: #fff;
  background: #3b87e5; }

div#modal-contact-form h1 {
  margin-top: 8px;
  margin-bottom: 18px;
  color: #0d386c; }

div#modal-contact-form p {
  color: #2f2f2f;
  font-weight: 400;
  padding: 13px 0 0 3px;
  margin: 0 0 4px 0; }

div#modal-contact-form a#modal-contact-close {
  position: absolute;
  top: 0;
  right: 10px;
  color: #3b87e5;
  font-size: 25px;
  font-weight: 300; }

div#modal-contact-thanks {
  display: none; }

div.banner {
  width: 100%;
  background-image: url("Content/img/constellation.png");
  background-size: cover;
  box-shadow: inset 0 -12px 0 0 rgba(255, 255, 255, 0.4);
  background-color: #003d79;
  background-position: center;
  min-height: 130px; }

div.banner-inner {
  width: 100%;
  padding: 28px 2px 0 2px;
  margin: 0 auto; }

div.banner-inner h1 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
  margin-bottom: 45px; }

.pagewidth {
  width: 100%;
  margin: 0; }

/*
div.banner-inner{
    margin:0 auto;
    padding:18px;
}
.pagewidth {
    width:570px;
    margin:10px auto;
}

 */
.breadcrumbs {
  display: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: white;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

.breadcrumbs a {
  font-size: 12px;
  line-height: 22px;
  color: white;
  text-decoration: none;
  position: relative; }

.breadcrumbs a:after {
  content: "";
  width: 120%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #7f98b6; }

.breadcrumbs a:hover {
  text-decoration: none;
  color: #0d386c; }

div#header-toolbar {
  width: 100%;
  background-color: #2d3251;
  /*background-image: url("/Content/img/head-tool-back-tile.gif");*/
  padding: 7px 0 0;
  color: #7f98b6; }

div#main-body {
  max-width: 640px; }

div.bodyrow {
  clear: both;
  position: relative; }

div.page-label {
  font-size: 19px;
  font-weight: 400;
  margin-top: 0;
  background-image: url("Content/img/spot-c1c1c1.gif");
  background-position: 0 center;
  background-repeat: repeat-x; }

div.page-label span {
  padding-right: 1em;
  background-color: #f1f3f4; }

blockquote {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  color: #3b87e5;
  border: none;
  padding: 0;
  margin: 30px 0 0 0; }

body.financial blockquote {
  margin: 30px auto 30px auto;
  max-width: 780px;
  text-align: center; }

.page blockquote {
  margin: 40px 0; }
  .page blockquote p {
    font-size: 24px;
    line-height: 38.4px;
    font-weight: 400;
    /*margin-top: 26px;
	margin-bottom: 26px;*/
    color: #3b87e5;
    font: "Roboto", sans-serif;
    margin: 0 0 10px 0;
    padding: 0;
    /*padding: 3px 0 8px;*/ }
  .page blockquote .fa {
    font-size: 60px;
    color: #00cdc2;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 4px solid #00cdc2; }

/* ==== accordions ======================================== */
.panel-group {
  margin-top: 20px;
  padding-top: 0;
  border: none;
  border-top: 1px solid #c1c1c1; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0; }

.panel-default {
  background: none;
  border: none;
  border-bottom: 1px solid #c1c1c1; }

.panel {
  margin-top: 0 !important;
  margin-bottom: 15px;
  background: none;
  border: none;
  border-bottom: 1px solid #c1c1c1;
  border-radius: 0;
  box-shadow: none; }

.panel-default > .panel-heading {
  min-height: 52px;
  background: none; }

.panel-group .panel-heading {
  border-bottom: 0 none; }

.panel #collapse6 .panel-body img {
  margin-bottom: 20px; }

.panel #collapse6 .panel-body .sol {
  padding-top: 20px; }
  .panel #collapse6 .panel-body .sol .item-sol {
    position: relative;
    padding-left: 50px; }
    .panel #collapse6 .panel-body .sol .item-sol h4 {
      color: #448ce6;
      margin-top: 0; }
    .panel #collapse6 .panel-body .sol .item-sol p {
      margin-left: 0; }
    .panel #collapse6 .panel-body .sol .item-sol span {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 40px;
      height: 40px;
      padding: 5px;
      border-radius: 50px;
      background: #81c34c;
      background: -moz-linear-gradient(top, #81c34c 0%, #42b9a5 52%, #0c6d97 100%);
      background: -webkit-linear-gradient(top, #81c34c 0%, #42b9a5 52%, #0c6d97 100%);
      background: linear-gradient(to bottom, #81c34c 0%, #42b9a5 52%, #0c6d97 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81c34c', endColorstr='#0c6d97', GradientType=0); }
      .panel #collapse6 .panel-body .sol .item-sol span i {
        font-style: normal;
        font-family: Roboto, sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #00508f;
        background: #fff;
        text-align: center;
        line-height: 30px;
        display: block;
        border-radius: 50%; }

.panel-heading,
.panel-heading h4 {
  position: relative;
  padding: 0 !important; }

.panel-heading h4 a {
  padding: 18px 14px 22px 14px;
  position: relative;
  background: none;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #0d386c;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

.panel-heading h4 i.fa {
  font-size: 25px;
  font-weight: 400;
  color: #3b87e5;
  position: absolute;
  top: 19px;
  right: 15px; }

.panel-heading:hover,
.panel-heading a:hover {
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background: #e7e7e7 !important; }

div.panel-collapse.collapse.in {
  /* background:yellow; */ }

.panel-heading h4 a.collapsed i.fa.fa-angle-down {
  display: inline; }

.panel-heading h4 a.collapsed i.fa.fa-angle-up {
  display: none; }

.panel-heading h4 a i.fa.fa-angle-down {
  display: none; }

.panel-heading h4 a i.fa.fa-angle-up {
  display: inline; }

.panel-heading h4 a:hover i.fa {
  color: #0d386c; }

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border: none; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  border: none; }

.panel-body {
  padding: 0; }

div#imageblock {
  width: 100%;
  padding: 10px 0 20px 0; }

div#imageblock img {
  width: 100%;
  height: auto; }

div.infographic {
  width: 100%;
  padding: 10px 0 20px 0; }

div.infographic img {
  width: 100%;
  height: auto; }

.popglossary {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 355px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none !important;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
  white-space: normal; }

.popglossary a {
  text-decoration: none !important; }

.popover-title, .page .popover-title {
  margin: 0;
  padding: 14px 0 13px 24px;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  background-color: #d5dee2;
  border-bottom: 1px solid #d5dee2;
  border-radius: 0;
  color: #0d386c; }

.popglossary i.fa-book {
  position: absolute;
  font-size: 18px;
  top: 15px;
  right: 15px;
  color: #0d386c; }

.popover-content {
  padding: 24px 24px;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #3b87e5; }

/*
<div class="popover" role="tooltip">
    <div class="arrow"></div>
    <h3 class="popover-title"></h3>
    <i class="fa fa-book"></i>
    <div class="popover-content"></div>
</div>
 */
.panel-default:hover {
  background-color: #f1f3f4; }

.panel-heading h4 a:active,
.panel-heading h4 a:hover {
  background-color: #f1f3f4; }

.panel-heading h4 a span {
  display: inline-block;
  width: 2.5em;
  float: left;
  height: 1.5em; }

/*
.accordion {
	padding: 20px;
    background: #e7e7e7
	border-bottom: 1px solid #c1c1c1;
	transition: all 0.25s ease-in-out;
}
.accordion:hover,
.accordion:focus {
	background: #f1f3f4;
}

.accordion:first-of-type {
	border-top: 1px solid #c1c1c1;
}


.accordion i {
	color: #3b87e5;
	font-size: 35px;
    line-height: 37px;
}
 */
/* ===============
    ALL: IE Fixes
   =============== */
.ie7 #title {
  padding-top: 20px; }

@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  -ms-zoom: 1;
  zoom: 1; }

.clear {
  clear: both; }

/* ==== Home Page ======================================== */
div.page-label {
  font-size: 19px;
  font-weight: 400;
  margin-top: 0;
  background-image: url("Content/img/spot-c1c1c1.gif");
  background-position: 0 center;
  background-repeat: repeat-x; }

div.page-label span {
  padding-right: 1em;
  background-color: #f1f3f4; }

.section-thumbnail {
  background-color: white;
  cursor: pointer;
  background-size: cover;
  background-image: url("Content/img/trans-300-250.gif");
  padding: 0;
  position: relative;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  box-shadow: 4px 4px 0 0 rgba(193, 193, 193, 0.5);
  margin: 25px auto 0 auto;
  max-width: 335px; }

.section-thumbnail img.proportions {
  width: 100%; }

.section-thumbnail:hover {
  background-color: #0d386c;
  background-image: none !important; }

.section-thumbnail:hover div {
  display: none; }

body.results-home .section-thumbnail h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #0d386c;
  margin-top: 15px;
  position: absolute;
  top: 12px;
  left: 13px;
  margin-top: 0;
  margin-right: 10px; }

body.results-home .section-thumbnail p {
  position: absolute;
  top: 45px;
  left: 13px;
  font-weight: 400;
  margin: 0 40px 0 0;
  font-size: 12px;
  line-height: 15px; }

#ceo-chair.section-thumbnail h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  color: #0d386c;
  position: absolute;
  top: 5px;
  left: 13px;
  margin-top: 8px;
  margin-right: 50px; }

#ceo-chair.section-thumbnail div {
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  position: absolute;
  bottom: 12px;
  right: 12px; }

#ceo-chair.section-thumbnail div#nameceo {
  right: 110px; }

body.results-home .section-thumbnail:hover h2,
body.results-home .section-thumbnail:hover h3,
body.results-home .section-thumbnail:hover p {
  color: white !important; }

body.results-home #biz-rev {
  background-color: #0d386c; }

body.results-home #biz-rev h2 {
  color: #fff;
  font-weight: 500;
  font-size: 44px;
  line-height: 44px;
  position: absolute;
  top: -5px;
  left: 13px; }

body.results-home #biz-rev p {
  color: #fff;
  font-weight: 300;
  font-size: 11px;
  position: absolute;
  top: 115px;
  left: 13px; }

/*
body.results-home #biz-rev:hover {
	background-color: #ffffff;
}
body.results-home #biz-rev:hover h2,
body.results-home #biz-rev:hover p{
	color: #0d386c !important;
}
 */
body.results-home #ceo-chair {
  background-image: url("Content/img/chair-ceo-back.png"); }

body.results-home #biz-rev {
  background-image: url("Content/img/biz-rev-back.png"); }

body.results-home #grp-fin-hi {
  background-image: url("Content/img/grp-fin-hi-back-wide.png"); }

body.results-home #strat-score {
  background-image: url("Content/img/strat-score-back-wide.png"); }

body.results-home #down-cent {
  background-image: url("Content/img/down-cent-back-wide.png"); }

/* ==== MESSAGE.HTML ======================================== */
div#videoblock {
  padding-top: 8px; }

div#videoblock img {
  width: 100%; }

/* ==== DOWNLOADS.HTML ======================================== */
h5.downloadables {
  border-top: 1px solid #c1c1c1;
  padding-top: 18px;
  padding-bottom: 18px; }

div.colset {
  padding-bottom: 20px;
  clear: both; }

div.halfcol {
  font-size: 14px; }

div.halfcol a {
  position: relative;
  display: block;
  padding-top: 13px;
  padding-right: 0;
  padding-left: 51px;
  margin-right: 33px;
  line-height: 17px;
  height: 46px; }

div.halfcol img {
  margin: -5px auto 26px auto;
  display: block;
  max-width: 36%;
  box-shadow: 4px 4px 0 0 rgba(193, 193, 193, 0.8); }

div.halfcol a i.fa {
  font-size: 24px;
  position: absolute;
  top: 11px;
  left: 10px; }

p#get-adobe {
  clear: both;
  border-top: 1px solid #c1c1c1;
  padding-top: 28px; }

p#get-adobe a {
  text-decoration: none;
  margin-bottom: 18px;
  white-space: nowrap; }

div.colset a {
  text-decoration: underline; }

div.colset a:hover,
div.colset a:visited,
div.colset a:focus {
  text-decoration: underline; }

body.glossary dl {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  color: #2f2f2f; }

body.glossary dt {
  padding-left: 0;
  padding-bottom: 6px; }

body.glossary dd {
  margin-left: 0;
  padding-bottom: 30px; }

body.glossary dd ul {
  padding-left: 1em; }

body.glossary dd li {
  list-style-type: circle; }

/* <div id="hovertip">lookup term</div> */
div#hovertip {
  position: absolute;
  display: none;
  -ms-zoom: 1;
  zoom: 1;
  opacity: .8;
  filter: alpha(opacity=80);
  color: #fff;
  border: 1px solid #fff;
  padding: 0 6px;
  background: #3b87e5;
  font-size: 12px;
  font-weight: 400;
  -webkit-border-radius: 8px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 8px;
  -moz-border-radius-topright: 0;
  border-radius: 8px;
  border-top-right-radius: 0;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.5); }

div#hovertip.rite {
  -webkit-border-radius: 8px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 8px;
  -moz-border-radius-topleft: 0;
  border-radius: 8px;
  border-top-left-radius: 0; }

/* second nav hovertip */
div#second-nav .navtip {
  position: relative;
  display: inline-block; }

div#second-nav .navtip span {
  display: inline-block;
  z-index: 20;
  width: auto;
  border: 1px solid #fff;
  padding: 0 6px;
  background: #3b87e5;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 36px;
  left: 0;
  text-align: left;
  font-size: 12px;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  -ms-zoom: 1;
  zoom: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  font-weight: 400;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

div#second-nav #aaa.navtip span {
  left: -60px; }

div#second-nav .navtip:hover span {
  opacity: .8;
  filter: alpha(opacity=80); }

div#second-nav div.navtip span a {
  color: white;
  font-size: 12px;
  width: auto;
  padding: 0;
  text-decoration: underline; }

div#second-nav div.navtip a:hover {
  color: #3b87e5; }

div#second-nav div.navtip span a#decrease {
  font-size: 11px; }

div#second-nav div.navtip span a#increase {
  font-weight: 400; }

body.results-home div#second-nav #aaa.navtip,
body.downloads div#second-nav #aaa.navtip {
  display: none !important; }

div.panel-body p {
  margin-left: .5em;
  margin-right: .5em; }

body[data-scaleText="1"] div.scalable-para p,
body[data-scaleText="1"] div.scalable-para dt,
body[data-scaleText="1"] div.scalable-para dd {
  font-size: 15px;
  line-height: 22px;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

body[data-scaleText="2"] div.scalable-para p,
body[data-scaleText="2"] div.scalable-para dt,
body[data-scaleText="2"] div.scalable-para dd {
  font-size: 16px;
  line-height: 23px;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

body[data-scaleText="3"] div.scalable-para p,
body[data-scaleText="3"] div.scalable-para dt,
body[data-scaleText="3"] div.scalable-para dd {
  font-size: 17px;
  line-height: 24px;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

body[data-scaleText="4"] div.scalable-para p,
body[data-scaleText="4"] div.scalable-para dt,
body[data-scaleText="4"] div.scalable-para dd {
  font-size: 18px;
  line-height: 25px;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

body[data-scaleText="5"] div.scalable-para p,
body[data-scaleText="5"] div.scalable-para dt,
body[data-scaleText="5"] div.scalable-para dd {
  font-size: 19px;
  line-height: 26px;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

body[data-scaleText="1"] .team-list div.scalable-para p {
  font-size: 15px;
  line-height: 22px; }

body[data-scaleText="2"] .team-list div.scalable-para p {
  font-size: 16px;
  line-height: 23px; }

body[data-scaleText="3"] .team-list div.scalable-para p {
  font-size: 17px;
  line-height: 24px; }

body[data-scaleText="4"] .team-list div.scalable-para p {
  font-size: 18px;
  line-height: 25px; }

body[data-scaleText="5"] .team-list div.scalable-para p {
  font-size: 19px;
  line-height: 26px; }

body[data-scaleText="1"] div.navtip span a#decrease {
  opacity: .2; }

body[data-scaleText="5"] div.navtip span a#increase {
  opacity: .2; }

span.clabel {
  display: inline-block; }

body.isiPad .not-iPad {
  display: none !important; }

body.isiPhone .wide-for-iphone {
  width: 100%;
  float: none;
  margin-left: 0; }

div#wwidth {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  z-index: 9999;
  font-size: 10px;
  opacity: .4; }

.fuchsia {
  border: 1px solid fuchsia; }

/*
** please ensure you add the webkit/moz versions of all transition code
 */
/*
    <section class="clearfix">
        <div id="start-left">
            <h1>2014</h1>
            <h2>Strategy Scorecard</h2>
            <p>Press the start button to begin your journey<span class="desktop-only not-iPad"> or use your keyboard controls as per the diagram below</span>.</p>
            <button class="btn-action" data-destination="investment">Start <i class="fa fa-angle-down"></i></button>
            <img class="desktop-only not-iPad" width="146" height="97" id="img-keyboard" src="img/keyboard.png">
        </div>
        <img width="419" height="485" id="img-scorecard" src="img/scorecard-thumb.png">
    </section>
 */
/* custom checkbox styles */
/* main informative part styles */
#main {
  padding: 0;
  overflow: hidden;
  width: 100%;
  padding-bottom: 0px; }

/* social media styles */
.btn-item {
  float: right;
  list-style-type: none;
  padding: 0;
  margin: 0; }

.btn-item li {
  margin: 0 0 0 9px;
  float: left; }

.btn-item li a {
  float: left; }

.btn-item li a:hover,
.btn-item li a:focus,
.btn-item li a:active {
  background: none; }

.btn-item li a img {
  vertical-align: top; }

.breadcrumb {
  float: left;
  padding: 3px 0 16px;
  margin: 0;
  background: none;
  font-size: 12px;
  line-height: 23px; }

.breadcrumb a {
  color: #7fa7c7;
  text-decoration: underline; }

.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
  color: #696975;
  background: none; }

.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration: none; }

.breadcrumb a.pressed {
  font-weight: 400; }

.text-block {
  color: #7fa7c7;
  padding: 0 0 0px;
  font-size: 12px;
  line-height: 20px; }

.text-block a {
  color: #7fa7c7;
  text-decoration: none; }

.text-block a:hover,
.text-block a:focus,
.text-block a:active {
  color: #696975;
  background: none;
  text-decoration: underline; }

.text-block a i {
  font-size: 18px;
  line-height: 21px;
  margin: 2px 4px 0 0;
  display: inline-block; }

.text-block .font-box {
  float: left;
  margin: 0 28px 0 0; }

.text-block .font {
  font-size: 14px;
  line-height: 17px;
  padding: 0 1px 0 0;
  font-weight: 500; }

.text-block .font span {
  font-size: 20px;
  line-height: 23px; }

.text-block .print-box,
.text-block .download-box {
  margin: 0; }

.heading {
  overflow: hidden;
  padding: 0 0 30px; }

.heading h1 {
  text-align: center;
  margin: 0;
  text-shadow: none;
  color: #fff;
  font-size: 44px;
  margin-top: 10px; }

.heading .jcf-select {
  float: none;
  margin: 15px 0 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #F1F3F4; }

.heading-jcf-webcast {
  justify-content: center;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .heading-jcf-webcast {
      display: block; } }
  .heading-jcf-webcast .jcf-webcast-left {
    float: left;
    margin-left: 0;
    margin-right: 25px; }
  .heading-jcf-webcast .jcf-webcast-right {
    float: left;
    margin-left: 0;
    margin-right: 0; }

.document-block {
  margin: 0 0 26px;
  border-bottom: 1px solid #c1c1c1; }

.document-block .row-box {
  overflow: hidden;
  border-top: 1px solid #c1c1c1;
  font-size: 17px;
  line-height: 25px;
  color: #00508f;
  padding: 21px 15px 17px 13px; }
  .document-block .row-box:hover {
    color: #3b87e5 !important; }

.document-block .row-box span {
  line-height: 39px; }
  .document-block .row-box span a:hover {
    color: #3b87e5 !important; }

.document-block .row-box .text {
  overflow: hidden;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  line-height: 20px; }
  .document-block .row-box .text:hover {
    color: #3b87e5 !important; }
  .document-block .row-box .text a:hover {
    color: #3b87e5 !important; }

.document-block .row-box time {
  float: left;
  font-size: 15px;
  line-height: 18px;
  color: #696975;
  padding: 2px 14px 0 0;
  width: 152px; }

.document-block .row-box .fa {
  float: right;
  color: #00508f;
  font-size: 22px;
  line-height: 25px;
  margin: 0px 0 0 10px;
  text-decoration: none; }

.document-block .row-box .fa:hover,
.document-block .row-box .fa:focus,
.document-block .row-box .fa:active {
  background: none;
  color: #3b87e5;
  text-decoration: none; }

.document-block .row-box:hover,
.document-block .row-box:focus,
.document-block .row-box:active {
  background: none;
  color: #3b87e5;
  text-decoration: none; }

.document-block .row-box:hover time,
.document-block .row-box:hover .fa,
.document-block .row-box:focus time,
.document-block .row-box:focus .fa,
.document-block .row-box:active time,
.document-block .row-box:active .fa {
  color: #3b87e5; }

.document-block.small {
  margin: 0 0 59px; }

.document-block.small .row-box {
  padding: 12px 15px 7px 13px; }

.document-block.small .row-box .fa {
  margin: 0 0 4px 10px; }

.pager {
  margin: 0;
  margin-bottom: 30px; }

.pager .pagination li a {
  border-radius: 50px !important;
  width: 40px;
  height: 40px;
  line-height: 27px !important;
  text-align: center !important;
  margin-right: 10px; }

.pager .pagination li a,
.pager a {
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  color: #00508f;
  font-weight: 500; }

.pager .pagination li a:hover,
.pager .pagination li a:focus,
.pager a:hover,
.pager a:focus {
  color: #fff;
  background: #3b87e5; }

.pager .pagination li a.pressed,
.pager a.pressed {
  color: #fff;
  background: #3b87e5; }

.pager .pagination li.active a {
  color: #fff;
  background: #3b87e5; }

.pager .previous a,
.pager .next a {
  padding: 8px 10px 9px;
  display: block;
  width: 108px; }

.pager .previous a.pressed,
.pager .next a.pressed {
  background: #e3e8eb;
  color: #3b87e5; }

.pager .disabled a {
  color: #7c8ea3;
  background: none; }

.pager li.previous.disabled a {
  background: #F1F3F4;
  color: #7c8ea3 !important; }

.pager .fa {
  display: none;
  font-size: 20px; }

.pager li.previous a {
  background: #fff !important;
  border-radius: 25px !important;
  color: #448ce6 !important;
  text-transform: capitalize;
  font-weight: normal !important;
  border: none !important;
  margin-left: 95px;
  margin-top: 2px; }
  .pager li.previous a:hover {
    background: #3B87E5 !important;
    color: #fff !important; }

.pager li.next a {
  background: #fff !important;
  border-radius: 25px !important;
  color: #448ce6 !important;
  text-transform: capitalize !important;
  font-weight: normal !important;
  border: none !important;
  margin-right: 95px;
  margin-top: 2px; }
  .pager li.next a:hover {
    background: #3B87E5 !important;
    color: #fff !important; }

.pagination {
  margin: 0;
  overflow: hidden;
  border-radius: 0; }

.pagination a {
  border-radius: 0 !important;
  color: #00508f;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  padding: 6px 14px 8px !important;
  border-color: #d5dee2 !important; }

/*sidebar styles */
/*widget styles */
.widget {
  margin: 0px;
  font-size: 15px;
  line-height: 19px;
  color: #2f2f2f; }

.widget:first-child {
  margin-top: 0px; }

.widget p {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  padding: 0; }

.widget h2 {
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  margin: 0px -23px -4px -24px;
  padding: 0px 23px 21px 25px;
  color: #000;
  overflow: hidden;
  text-align: center; }

.widget .view {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  padding: 9px 0 0 5px;
  font-weight: 700;
  text-decoration: none; }

.widget label {
  font-size: 13px;
  line-height: 16px;
  color: #0d386c;
  font-weight: normal;
  display: block;
  margin: 0 0 15px;
  position: relative; }

.widget label:hover input,
.widget label:hover textarea {
  border-bottom: 1px solid #3b87e5; }

.widget input,
.widget textarea {
  color: #696975;
  font-size: 15px;
  line-height: 18px;
  box-shadow: none;
  border: none;
  padding: 5px 10px 6px 4px;
  border-bottom: 1px solid #d5dee2;
  border-radius: 0; }

.widget input:focus,
.widget input:active,
.widget textarea:focus,
.widget textarea:active {
  box-shadow: none; }

.widget .form-control.focus {
  border-bottom: 1px solid #3b87e5; }

.widget .pressed-label input.form-control,
.widget .form-control.pressed {
  border-bottom: 2px solid #3b87e5; }

.widget .success input {
  border-bottom: 2px solid #3cb878; }

.widget .error input {
  border-bottom: 2px solid #ec5055; }

.widget .error-text {
  color: #ec5055;
  display: inline-block;
  vertical-align: top;
  padding: 8px 0; }

.widget .form-control[disabled] {
  background: #fff;
  border-bottom: 1px dashed #c1c1c1; }

.widget ::-webkit-input-placeholder {
  color: #696975; }

.widget :-moz-placeholder {
  color: #696975;
  opacity: 1; }

.widget ::-moz-placeholder {
  color: #696975;
  opacity: 1; }

.widget :-ms-input-placeholder {
  color: #696975; }

.widget .input-placeholder-text {
  left: 2px;
  top: 24px;
  font-size: 15px; }

.widget.second {
  padding: 0 23px 0 25px; }

.widget.second .check-holder:first-child {
  width: 100%; }

.widget.second label {
  font-size: 15px;
  margin: 0 0 24px; }

.widget.second h2 {
  margin: 0 -23px 24px -24px; }

.widget.second .check-box {
  padding: 0; }

.widget.second .check-box label {
  font-size: 13px;
  margin: 0 0 15px; }

.widget.second.hide {
  box-shadow: none;
  border-top: 0;
  margin: 0 0 39px; }

.widget.second.hide .opener-menu {
  color: #2f2f2f;
  padding: 8px 26px 8px 15px; }

.widget.second.hide .opener-menu:hover {
  color: #3b87e5; }

.widget.second.hide .opener-menu:after {
  display: none; }

.widget.second.hide .fa-angle-up,
.widget.second.hide .fa-angle-down {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #c1c1c1;
  font-size: 20px;
  margin: -9px 0 0; }

.widget.second.hide .fa-angle-up {
  display: none;
  margin: -11px 0 0; }

.widget.second.hide .opener-menu:hover .fa-angle-up,
.widget.second.hide .opener-menu:hover .opener-menu,
.widget.second.hide .active .fa-angle-up,
.widget.second.hide .active .opener-menu {
  color: #3b87e5; }

.widget.second.hide .active .fa-angle-up {
  display: block; }

.widget.second.hide .active .fa-angle-down {
  display: none; }

.widget .image-frame {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  padding: 14px;
  margin-top: -59px;
  background: #fff; }
  .widget .image-frame img {
    border-radius: 50%;
    margin-left: -4px;
    margin-top: -5px; }

.widget-holder {
  margin-top: 35px;
  justify-content: center;
  display: flex; }

.widget .widget-holder .widget-frame {
  margin-right: 20px;
  padding: 12px 25px 20px;
  background: #fff;
  min-height: 191px; }

.widget .widget-holder .widget-frame:first-child {
  border: 0;
  padding: 12px 25px 30px;
  min-height: 191px; }

.widget .widget-holder .no-pict {
  min-height: 50px !important; }
  .widget .widget-holder .no-pict .sub-box {
    position: relative;
    text-align: center;
    margin-top: 0; }
    .widget .widget-holder .no-pict .sub-box .mail-link {
      float: none;
      position: static; }

.widget .widget-footer {
  border-top: 1px solid #d5dee2;
  margin: 6px -25px 0;
  padding: 16px 25px 16px; }

.widget .widget-footer p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400; }

.widget.add {
  padding: 60px 0; }

.widget .add-holder {
  padding: 5px 0 13px; }

.widget .add-holder strong {
  padding: 0 0 1px; }

.widget .add-frame {
  margin: 0 0 -18px; }

.widget .autor a {
  color: #2f2f2f;
  font-weight: 900; }

.widget .autor a:hover {
  text-decoration: underline; }

.widget.big h2 {
  margin: 0 -23px 19px -24px; }

.widget.big label {
  margin: 0 0 25px; }

.widget.big .box-submit {
  padding: 2px 0 2px; }

.widget.small p {
  line-height: 20px;
  padding-top: 6px;
  padding-bottom: 19px; }

.widget.color .post-block a,
.widget.color .view {
  color: #3b87e5; }

.widget.color .post-block a:hover,
.widget.color .post-block a:focus,
.widget.color .view:hover,
.widget.color .view:focus {
  color: #00508f;
  text-decoration: none; }

.widget.color .btn-prymary.gray {
  color: #3b87e5; }

.widget .price a {
  font-size: 80px;
  line-height: 82px;
  color: #00508f;
  padding: 4px 0 8px; }
  .widget .price a:hover {
    color: #016ec4 !important;
    font-weight: normal !important; }
  .widget .price a:active {
    color: #016ec4 !important;
    font-weight: normal !important; }
  .widget .price a:focus {
    color: #016ec4 !important;
    font-weight: normal !important; }

.widget.small-scroll .post-block {
  max-height: 264px; }

.widget.linkedin {
  padding: 6px;
  max-width: 360px; }

.widget.linkedin.jobs {
  max-width: 302px; }

.widget.twitter {
  padding: 0;
  max-width: 360px;
  border-radius: 7px; }

.widget.widget-01 {
  font-size: 14px;
  line-height: 18px; }

.widget.widget-01 h2 {
  color: #09376e;
  font: bold 14px/24px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
  padding: 11px 15px; }

.widget.widget-01 .links-list {
  margin: -2px -17px 0; }

.widget.widget-01 .links-list a {
  color: #09376e;
  padding: 8px 9px; }

.share-price-widget {
  background: #fff;
  padding: 27px 27px; }
  .share-price-widget h2 {
    text-align: left; }

.price-list {
  margin: 10px 0 0px; }

.price-list dt {
  float: left;
  clear: left;
  font-weight: 400;
  margin: 0 2px 0 0; }

.price-list dd {
  margin: 0;
  color: #00508f; }

.illustration {
  font-size: 15px;
  line-height: 19px;
  padding: 10px 0 18px 4px;
  margin: 0 -3px 0 0;
  color: #2f2f2f; }

.illustration div {
  overflow: hidden;
  padding: 5px 0 0;
  text-align: center;
  font-size: 16px; }

.illustration div strong {
  display: block;
  font-weight: 500;
  padding: 0 0 4px;
  text-align: center; }

.sub-box {
  overflow: hidden;
  font-size: 15px;
  line-height: 18px;
  padding: 0 0 0 5px;
  bottom: 0; }

.sub-box .mail-link {
  float: right;
  color: #448ce6;
  font-size: 16px;
  bottom: 25px !important;
  right: 30px;
  position: absolute; }
  .sub-box .mail-link:hover {
    color: #448ce6; }

.sub-box .tel-link {
  padding: 0 0 6px;
  display: inline-block;
  vertical-align: top;
  color: #448ce6;
  font-size: 16px;
  position: absolute;
  bottom: 20px; }
  .sub-box .tel-link:hover {
    color: #448ce6; }
  .sub-box .tel-link:active {
    color: #448ce6; }
  .sub-box .tel-link:focus {
    color: #448ce6; }

.check-box:after {
  display: block;
  clear: both;
  content: ""; }

.check-box {
  padding: 6px 0 16px; }

.check-box label {
  margin: 0 0 15px;
  padding: 0 5px 0 0; }

.check-box .check-holder {
  float: left;
  width: 43.4%; }

.check-box .check-holder:first-child {
  width: 56.6%; }

.check-box .check-full-holder {
  float: left;
  width: 100%; }

.box-submit {
  text-align: center; }

.box-submit button {
  margin: 0;
  text-transform: uppercase;
  float: right;
  background: none;
  padding: 0;
  font-size: 13px;
  line-height: 19px;
  text-shadow: none;
  box-shadow: none; }

.box-submit button:hover,
.box-submit button:focus,
.box-submit button:active {
  background: none;
  color: #3b87e5; }

.box-submit button.pressed {
  font-weight: bold; }

.box-submit button.disabled {
  color: #b7b7b7 !important;
  background: 0 !important; }

.box-submit .cancel {
  color: #696975;
  margin: 0 0 0 59px;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase; }

.box-submit .done {
  font-weight: 500;
  color: #00508f; }

.box-submit button.submit {
  float: none;
  font-size: 14px;
  color: #fff;
  background: #488ee3;
  border-radius: 25px;
  padding: 9px;
  text-align: center;
  max-width: 139px;
  margin-bottom: 30px;
  padding-left: 16px;
  padding-right: 16px; }

.box-submit button.submit:focus,
.box-submit button.submit:hover {
  background: #377CD0; }

.box-submit button.submit.pressed {
  background: #377CD0;
  font-weight: normal; }

.box-submit:after {
  display: block;
  clear: both;
  content: ""; }

.list {
  margin: 0 0 27px;
  border-top: 1px solid #c1c1c1; }

.list h2 {
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 20px; }

.list h2 a {
  color: #00508f;
  font-weight: 400;
  text-decoration: none; }

.list h2 a:hover,
.list h2 a:focus,
.list h2 a:visited {
  background: 0;
  color: #00508f;
  text-decoration: underline; }

.list time {
  color: #696975;
  font-size: 15px;
  line-height: 17px;
  display: block;
  margin: 0; }

.list li {
  border-bottom: 1px solid #c1c1c1;
  padding: 33px 0 30px; }

.list p {
  padding: 0;
  font-size: 17px;
  line-height: 27px; }

/* accordion styles */
.opener-holder {
  margin: 0 -23px 0 -25px; }

.opener-holder li {
  border-top: 1px solid #d5dee2; }

.opener-holder .opener-menu {
  padding: 16px 32px 18px 26px;
  display: block;
  color: #0d386c;
  text-decoration: none;
  font-weight: 400;
  position: relative; }

.opener-holder .opener-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #0d386c transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 19px;
  margin: -4px 0 0; }

.opener-holder .opener-menu:hover,
.opener-holder .active .opener-menu {
  background: #f1f3f4;
  color: #3b87e5; }

.opener-holder .opener-menu:hover:after,
.opener-holder .active .opener-menu:after {
  content: " ";
  border-color: #3b87e5 transparent transparent transparent; }

.opener-holder .active .opener-menu:after {
  content: "  ";
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #3b87e5 transparent; }

.opener-holder .slide-frame {
  padding: 0 25px; }

.opener-holder .slide-holder {
  padding: 24px 0 8px; }

.webcasts-block {
  border: solid #c1c1c1;
  border-width: 1px 0;
  padding: 31px 0 0;
  margin: 0 0 20px; }

.webcasts-block a {
  font-weight: 400;
  text-decoration: none;
  color: #00508f;
  background: 0; }

.webcasts-block a:hover {
  color: #3b87e5; }

.webcasts-block .date {
  color: #696975;
  font-size: 15px; }

.webcasts-block .col {
  margin: 0 0 54px; }

.webcasts-block p {
  font-size: 17px;
  line-height: 20px; }

.webcasts-block .image-item, .webcast-block .image-item {
  padding: 0;
  max-width: none !important; }

.webcasts-block .btn-holder, .webcast-block .btn-holder {
  display: inline-block; }
  .webcasts-block .btn-holder .btn-item, .webcast-block .btn-holder .btn-item {
    width: 20%;
    text-align: center;
    float: left; }
    .webcasts-block .btn-holder .btn-item .fa, .webcast-block .btn-holder .btn-item .fa {
      font-size: 25px; }
    .webcasts-block .btn-holder .btn-item.long, .webcast-block .btn-holder .btn-item.long {
      width: 40%; }

.webcasts-block .tabset-holder .jcf-select, .webcast-block .tabset-holder .jcf-select {
  margin: 0 !important; }

.webcasts-block .tabs-list a, .webcast-block .tabs-list a {
  padding: 10px 15px 7px 15px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }

.webcasts-block .tabs-list .active a, .webcast-block .tabs-list .active a {
  box-shadow: none;
  background-color: #F1F3F4; }

.webcasts-block .tab-content, .webcast-block .tab-content {
  background-color: #F1F3F4;
  padding: 17px 10px 0 10px;
  box-shadow: none; }
  .webcasts-block .tab-content .fa, .webcast-block .tab-content .fa {
    margin: 0; }

.image-item {
  max-width: 262px;
  background: #fff;
  padding: 7px;
  border: 1px solid #d5dee2;
  position: relative;
  margin: 0 0 13px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

.image-item:hover:after {
  content: "";
  background: rgba(59, 135, 229, 0.75);
  position: absolute;
  top: 7px;
  bottom: 7px;
  right: 7px;
  left: 7px;
  cursor: pointer;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.image-item img {
  width: 100%;
  margin: 0; }

.image-item.second {
  padding: 5px;
  max-width: 360px; }

.image-item.second:hover:after {
  display: none; }

.image-item .image-item-text {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 12px 21px; }

.image-item a {
  color: #fff;
  font: 400 17px/27px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif; }

.image-item a:focus,
.image-item a:hover {
  color: #3b87e5; }

.image-item .fa {
  font-size: 20px;
  margin: 4px -3px 0 10px; }

.btn-holder {
  font-size: 13px;
  line-height: 17px;
  padding: 0 0 4px; }

.btn-holder a {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0 10px 5px 3px; }

.btn-holder strong {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 0 0; }

.btn-holder .fa {
  vertical-align: middle;
  font-size: 21px; }

/* cycle gallery styles */
.gallery-block {
  padding: 0; }

.gallery-block .img-responsive {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .gallery-block .hidden-banner {
    display: block; } }

@media only screen and (max-width: 767px) {
  .gallery-block .hidden-banner {
    display: none; } }

@media only screen and (max-width: 767px) {
  .gallery-block .show-banner {
    display: block; } }

@media only screen and (min-width: 768px) {
  .gallery-block .show-banner {
    display: none; } }

.gallery-block .carousel-caption {
  bottom: auto;
  top: 0;
  text-align: left;
  text-shadow: none;
  left: 7.2%;
  right: 7.2%;
  padding-top: 27px; }

.gallery-block h1 {
  font-size: 40px;
  line-height: 69px;
  letter-spacing: 1px;
  /*text-transform: capitalize;*/
  display: inline;
  text-shadow: none;
  color: #fff;
  font-weight: 400;
  margin: 0; }

.gallery-block h1 span {
  line-height: 35px;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  color: #000;
  letter-spacing: 0; }

.gallery-block .text-holder {
  float: left;
  margin: -40px 0 0 -14px; }

.gallery-block .title {
  margin: 0 0 4px; }

.gallery-block .text {
  margin: -2px 0 35px;
  padding: 0;
  position: relative;
  font-size: 14px; }

.gallery-block .text.add {
  padding: 16px 53px 16px 14px;
  background: #448ce6; }

.gallery-block .text .fa {
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin: -11px 6px 0; }

.gallery-block p {
  color: #000;
  line-height: 27px; }

.gallery-block .more {
  color: #fff;
  background: #448ce6;
  /*text-transform: capitalize;*/
  text-decoration: none;
  border-radius: 25px; }

.gallery-block .more:hover,
.gallery-block .more:focus,
.gallery-block .more:visited {
  color: #fff;
  background: #377cd0; }

.gallery-block .carousel-indicators {
  width: 100%;
  bottom: 11px;
  left: 0;
  margin: 0; }

.gallery-block .carousel-indicators li {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  border: 0;
  width: 10px;
  height: 10px;
  margin: 0 1px; }

.gallery-block .carousel-indicators .active {
  width: 10px;
  height: 10px;
  background: #ccc;
  background: white; }

.gallery-block .control-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right; }

.gallery-block .carousel-control.left,
.gallery-block .carousel-control.right {
  position: static;
  display: inline-block;
  vertical-align: top;
  background: 0;
  width: 42px;
  background: #3b87e5;
  opacity: 1;
  height: 42px;
  top: auto;
  text-shadow: none;
  font-size: 22px;
  margin: 0 -2px 0 0;
  -webkit-filter: none;
  filter: none;
  color: #d9e5f9;
  border-radius: 25px;
  margin-right: 10px;
  margin-bottom: 25px;
  padding-top: 9px; }

.gallery-block .carousel-control.left .fa,
.gallery-block .carousel-control.right .fa {
  margin: 0; }

.gallery-block .carousel-control.right {
  margin: 0 -13px 0 0;
  padding-left: 3px; }

.gallery-block .gallery-text {
  padding: 50px 15px 0; }

.gallery-block .gallery-text p {
  color: #00508f;
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 19px; }

.gallery-block .gallery-text .more {
  text-align: center;
  background: #186099;
  font-size: 14px;
  padding: 10px 14px; }

.gallery-block .gallery-text .more .fa {
  position: static;
  font-size: 14px;
  display: inline-block;
  margin: -12px 7px 0; }

.gallery-block.second {
  margin: 0;
  padding: 0; }

.gallery-block.second .text-holder {
  padding: 25px 30px 42px 30px;
  max-width: 350px;
  background: rgba(255, 255, 255, 0.92);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.85) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0.92)), color-stop(0%, rgba(255, 255, 255, 0.92)), color-stop(100%, rgba(255, 255, 255, 0.85)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.85) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.85) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.85) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); }

.gallery-block.second .more {
  margin: 20px 0;
  color: #fff;
  padding-left: 22px; }

.gallery-block.second .carousel-caption {
  padding-top: 86px; }

.gallery-block.second h1 {
  line-height: 55px;
  font-size: 15px;
  color: #7f98b7; }

.gallery-block.second p {
  line-height: 24px; }

.gallery-block.second .title {
  margin: 0; }

.gallery-block.sld-btm {
  padding: 60px 0; }
  .gallery-block.sld-btm #carousel-generic2 .carousel-indicators {
    left: -90px; }

.second #carousel-generic2 .slider-bottom .item {
  max-width: 960px; }
  .second #carousel-generic2 .slider-bottom .item .carousel-caption .text-holder {
    margin: 25px 95px 0 -14px; }
    .second #carousel-generic2 .slider-bottom .item .carousel-caption .text-holder .title h1 {
      line-height: 0 !important; }
    .second #carousel-generic2 .slider-bottom .item .carousel-caption .text-holder p {
      margin-top: 5px;
      margin-bottom: 68px; }

.second #carousel-generic2 .control-holder .left {
  margin-right: 10px !important; }

.second #carousel-generic2 .control-holder .carousel-control {
  background: #c3ced4;
  color: #fff;
  margin-right: 45px;
  padding-top: 9px; }

.inner #main {
  padding: 0; }

.inner div#primary-navbar {
  margin: 0 0 1px; }

.inner .drop {
  margin: -3px 0 0; }

.aside-holder,
.image-block {
  padding: 62px 0 0;
  color: #fff;
  font-size: 17px;
  line-height: 27px; }

.aside-holder .link,
.image-block .link {
  float: right; }

.aside-holder .title,
.image-block .title {
  overflow: hidden; }

.aside-holder .image-holder,
.image-block .image-holder {
  position: relative;
  margin: 0 0 26px; }

.aside-holder .text-holder,
.image-block .text-holder {
  margin: 0;
  padding: 0;
  line-height: 25px;
  background: #fff;
  padding: 20px;
  border-bottom: none;
  float: none; }
  .aside-holder .text-holder a,
  .image-block .text-holder a {
    color: #000 !important;
    font-size: 18px;
    font-weight: bold; }
    .aside-holder .text-holder a .fa,
    .image-block .text-holder a .fa {
      color: #fff;
      font-size: 20px;
      background: #488ee3;
      border-radius: 25px;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 24px;
      font-weight: normal;
      float: right;
      padding-top: 8px;
      margin-top: 0px; }

.video-widget .text-holder a,
.image-block .text-holder a {
  color: #000 !important;
  font-size: 18px;
  font-weight: bold; }
  .video-widget .text-holder a .fa,
  .image-block .text-holder a .fa {
    color: #fff;
    font-size: 15px;
    background: #488ee3;
    border-radius: 25px;
    padding-left: 2px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 24px;
    font-weight: normal;
    float: none;
    padding-top: 9px;
    margin-top: -26px; }
    .video-widget .text-holder a .fa:hover,
    .image-block .text-holder a .fa:hover {
      background: #377cd0 !important; }

.aside-holder .img-responsive,
.image-block .img-responsive {
  width: 100%; }

.aside-holder .link,
.image-block .link {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  padding: 2px 0 0 0px; }

.aside-holder .link:hover,
.aside-holder .link:focus,
.aside-holder .link:visited,
.image-block .link:hover,
.image-block .link:focus,
.image-block .link:visited {
  background: 0; }

.aside-holder .link .fa,
.image-block .link .fa {
  font-size: 21px;
  margin: 0 0 0 6px; }

.aside-holder .link .fa-angle-right,
.image-block .link .fa-angle-right {
  font-size: 28px; }

.aside-holder .view-holder,
.image-block .view-holder {
  text-align: right;
  padding: 6px 0; }

.aside-holder .view,
.image-block .view {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  padding: 9px 0 0 5px;
  font-weight: 700;
  text-decoration: none;
  color: #00508f; }

.aside-holder {
  padding: 0;
  margin: 0 0 0px;
  background: #fff; }

.aside-holder .image-holder {
  margin: 0; }

.post-block {
  padding: 18px 7px 0 5px;
  max-height: 360px;
  margin: 0 -10px -19px 0;
  overflow-x: hidden; }

.post-block .fa {
  float: right;
  margin: 1px 0 0 8px;
  font-size: 18px; }

.post-block time {
  color: #696975;
  font-size: 13px;
  line-height: 15px; }

.post-block p {
  padding: 3px 0 10px; }

.post-block .post {
  padding: 0 0 19px; }

.post-block.big {
  max-height: 280px;
  padding: 12px 7px 0 5px; }

.post-block.big .post {
  padding: 0 0 25px; }

.post-block .link-holder a {
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 40px 10px 0; }

.post-block .link-holder a .fa {
  float: none;
  margin: 0 9px 0 0;
  font-size: 16px; }

.widget-block .widget {
  padding: 30px; }

.widget-block .widget:first-child {
  margin-top: 0; }

.widget-block h2 {
  padding: 22px 12px 20px 19px;
  text-align: center; }

/* visual block styles */
.visual {
  position: relative; }

.visual:after {
  display: block;
  clear: both;
  content: ""; }

.visual .visual-image {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.visual .visual-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0; }
  .visual .visual-text .text-holder p.text {
    display: inline-block; }

.visual h1 {
  line-height: 0;
  letter-spacing: 1px;
  /*text-transform: capitalize;*/
  display: inline;
  text-shadow: none;
  color: #fff;
  font-weight: 700;
  margin: 0; }

.visual h1 span {
  line-height: 35px;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  color: #000;
  letter-spacing: 0; }

.visual .text-holder {
  width: 324px;
  padding: 32px;
  float: left;
  background: #fff;
  margin-left: 49px;
  margin-top: 49px; }

.visual .text {
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  color: #000; }

.visual .title {
  margin: 0 0 5px; }

.white-box {
  background: #fff;
  border: 1px solid #d5dee2;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin: 0 0 31px;
  max-width: 262px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.white-box a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 6px 5px 22px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.white-box h2 {
  font-size: 17px;
  line-height: 21px;
  color: #00508f;
  margin: 0 0 8px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.white-box .image-box {
  position: relative;
  margin: 0 0 19px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.white-box .image-box:hover:after,
.white-box a:hover .image-box:after {
  content: "";
  background: rgba(59, 135, 229, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.white-box p {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  padding: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.white-box .search-icon {
  position: absolute;
  top: 0;
  right: 0;
  background: #3470a0;
  background: rgba(0, 80, 143, 0.75);
  width: 50px;
  height: 48px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  z-index: 1; }

.white-box .fa {
  margin: 14px 5px; }

.white-box a:hover h2 {
  color: #3b87e5; }

.white-box a:hover .search-icon {
  background: #fff;
  color: #3b87e5; }

.white-box .description {
  padding: 0 13px; }

.contact-holder .widget:first-child {
  margin-top: 11px; }

.map-placeholder {
  position: relative;
  z-index: 2;
  margin: 0 0 36px; }

.map-placeholder .map-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.map-placeholder .map-image {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #d5dde1; }

.map-placeholder .img-responsive {
  width: 100%;
  min-height: 445px; }

.map-placeholder h1 {
  font-size: 40px;
  line-height: 69px;
  /*text-transform: capitalize;*/
  display: inline;
  text-shadow: none;
  color: #fff;
  font-weight: 400;
  margin: 0 0 0 -16px; }

.map-placeholder h1 span {
  background: #3c80d5;
  background: rgba(60, 128, 213, 0.9);
  line-height: 62px;
  padding: 0 18px;
  display: inline-block; }

.map-placeholder .text-holder {
  height: 100%;
  position: relative;
  padding: 27px 0 0; }

.map-placeholder .container {
  height: 100%; }

.blue-block {
  background: #102b4c;
  background: rgba(16, 43, 76, 0.85);
  position: absolute;
  bottom: 24px;
  right: 0;
  width: 360px;
  padding: 25px 28px 14px;
  font-size: 15px;
  line-height: 25px;
  color: #fff; }

.blue-block h2 {
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 21px;
  font-weight: 400;
  color: #fff; }

.blue-block address {
  overflow: hidden;
  line-height: 25px;
  margin: 0 0 8px; }

.blue-block .tel-link {
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 9px; }

.blue-block .tel-link:hover {
  background: 0;
  text-decoration: underline; }

.blue-block i {
  float: left;
  margin: 4px 0 0 3px;
  width: 33px;
  font-size: 18px; }

.blue-block .fa-home {
  font-size: 17px;
  margin: 6px 0 0 3px; }

.blue-block .fa-fax {
  margin: 3px 0 0 3px;
  font-size: 16px; }

.blue-block div {
  overflow: hidden; }

.blue-block h2.hide {
  color: #102b4c;
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 13px; }

.links-list {
  margin: -2px -4px 0;
  /*text-transform: capitalize;*/ }

.links-list a {
  color: #3b87e5;
  display: block;
  padding: 20px 52px 21px 23px;
  position: relative; }

.links-list a:focus,
.links-list a:hover {
  color: #3b87e5; }

.links-list a:focus .fa,
.links-list a:hover .fa {
  color: #3b87e5; }

.links-list a.pressed {
  font-weight: 400; }

.links-list .fa {
  position: absolute;
  top: 15px;
  right: 24px;
  color: #cacaca;
  font-size: 28px; }

.links-list.related-links {
  margin: -2px -4px -14px; }

.links-list.related-links li {
  padding: 0 0 3px; }

.links-list.related-links a {
  color: #448ce6;
  font-size: 14px; }

.links-list.related-links a:focus,
.links-list.related-links a:hover {
  color: #3b87e5; }

.links-list.related-links a:focus .fa-angle-right,
.links-list.related-links a:hover .fa-angle-right {
  display: inline-block; }

.links-list.related-links .fa {
  color: #00508f;
  font-size: 17px;
  right: 10px; }
  .links-list.related-links .fa:hover {
    color: #3b87e5 !important; }

.links-list.related-links .fa-angle-right {
  color: #3b87e5; }

.links-list.related-links.add a {
  padding: 10px 37px 10px 5px; }
  .links-list.related-links.add a:hover {
    color: #377CD0; }

.btn-prymary.gray {
  background: #00508f;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding: 20px 30px 20px 30px;
  width: 100%;
  max-width: none;
  display: block;
  text-align: left;
  font-weight: 400;
  margin: 0; }

.btn-prymary.gray .fa {
  float: right;
  font-size: 20px;
  margin: 2px 4px 0; }

.btn-prymary.gray:focus,
.btn-prymary.gray:hover {
  background: #004377; }

.btn-prymary.gray.pressed {
  background: #004377;
  font-weight: 400; }

.btn-frame {
  margin: 30px 0 0 0 !important; }

.widget-cols .widget {
  margin: 0 0 23px; }

/* accordion styles */
.accordion-list {
  font-size: 17px;
  line-height: 27px;
  margin: 0;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 40px; }

.accordion-list > li {
  border-top: 1px solid #c1c1c1; }

.accordion-list > li.active .fa.fa-sort-desc {
  display: none; }

.accordion-list > li.active .fa.fa-sort-asc {
  display: inline-block; }

.accordion-list a {
  position: relative; }

.accordion-list .opener-slide {
  padding: 19px 56px 20px 13px;
  overflow: hidden;
  display: block; }

.accordion-list .opener-slide:hover,
.accordion-list .opener-slide:focus {
  text-decoration: none;
  color: #3b87e5; }

.accordion-list .opener-slide:hover .fa,
.accordion-list .opener-slide:hover time,
.accordion-list .opener-slide:focus .fa,
.accordion-list .opener-slide:focus time {
  color: #3b87e5; }

.accordion-list time {
  font-size: 15px;
  float: left;
  width: 152px;
  color: #696975; }

.accordion-list .fa.fa-sort-desc,
.accordion-list .fa.fa-sort-asc {
  position: absolute;
  top: 50%;
  right: 24px;
  color: #c1c1c1;
  font-size: 21px;
  margin: -14px 0 0 10px; }

.accordion-list .fa.fa-sort-asc {
  display: none;
  margin: -4px 0 0 10px; }

.accordion-list.second {
  margin: 0 0 62px; }

.accordion-list.second > li > a {
  color: #2f2f2f;
  padding: 15px 77px 17px 13px; }

.accordion-list.second > li > a:hover,
.accordion-list.second > li.active > a {
  background: #d5dee2;
  color: #2f2f2f; }

.accordion-list .accordion-slide .accordion-holder {
  padding: 0 17px 0 15px; }

.accordion-list.second > li > a:hover > .fa,
.accordion-list.second > li.active > a > .fa {
  color: #696975; }

.accordion-list.second .fa.fa-sort-desc {
  right: 16px; }

.accordion-list.second .active .fa.fa-sort-desc {
  display: inline-block; }

.accordion-list.second .btn-holder a:hover,
.accordion-list.second .active .btn-holder a,
.accordion-list.second .document-block a:hover,
.accordion-list.second .active .document-block a {
  background: 0;
  text-decoration: none;
  color: #00508f;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block; }

.accordion-list.second .active .btn-holder a:hover .fa,
.accordion-list.second .btn-holder a:hover,
.accordion-list.second .document-block a:hover,
.accordion-list.second .row-box:hover .fa {
  color: #3b87e5; }

.accordion-list.second .active .btn-holder a .fa {
  color: #00508f; }

.accordion-list.second a.disabled .fa,
.accordion-list.second a.disabled {
  color: #c1c1c1 !important; }

.accordion-list.second .image-item a {
  padding: 0; }

.accordion-list .accordion-holder {
  padding: 19px 15px 32px; }

.accordion-list .accordion-frame {
  padding: 8px 14px 17px; }

.accordion-list .slide-holder {
  padding: 25px 0 0; }

.accordion-list .document-block a {
  padding: 0; }

.accordion-list .document-block.small {
  border-bottom: 0;
  margin: 0; }

.accordion-list .document-block.small .row-box {
  padding: 20px 17px 15px 15px;
  border-color: #d5dee2; }

.accordion-list .document-block.small .row-child {
  padding-left: 30px; }

.accordion-slide-parent .accordion-holder {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .accordion-slide-parent .accordion-holder .panel {
    border-bottom: none;
    margin-bottom: 0 !important; }
    .accordion-slide-parent .accordion-holder .panel .panel-title {
      padding: 15px 0 15px 17px !important;
      background: #d5dee2;
      margin-top: 19px; }
      .accordion-slide-parent .accordion-holder .panel .panel-title a {
        color: #2f2f2f !important;
        line-height: 27px; }
        .accordion-slide-parent .accordion-holder .panel .panel-title a:hover {
          background: none !important;
          color: #2f2f2f !important; }
        .accordion-slide-parent .accordion-holder .panel .panel-title a i {
          color: #696975; }

.info-list {
  overflow: hidden;
  margin: 0; }

.info-list dt {
  float: left;
  clear: left;
  width: 153px;
  padding: 0 10px 0 0; }

.info-list dd {
  float: left;
  width: 100%;
  margin: 0 0 16px -153px;
  padding: 0 0 0 153px; }

.info-list .btn-holder .disabled:hover {
  color: #c1c1c1; }

.info-list .disabled {
  cursor: not-allowed;
  color: #c1c1c1;
  text-decoration: none; }

.info-list .disabled:hover {
  text-decoration: none; }

.info-list address {
  line-height: 24px;
  margin: 0 0 -3px; }

.info-list small {
  font-size: 15px;
  color: #696975; }

.info-list .image-item {
  margin: 5px -4px 13px; }

.info-list a {
  text-decoration: none;
  color: #00508f;
  font-weight: 400;
  position: relative; }

.info-list .link-holder .fa {
  font-size: 16px;
  margin: 0 8px 0 0; }

.info-list .link-holder a {
  margin: 0 33px 0 0; }

.info-list.add dt {
  width: 98px; }

.info-list.add dd {
  margin: 0 0 16px -98px;
  padding: 0 0 0 98px; }

.page-requested {
  padding: 31px 0 231px; }

.page-requested p {
  font: 400 17px/30px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
  padding: 0 0 23px; }

.page-requested form#toolbar-search {
  max-width: 271px;
  float: none;
  margin-bottom: 40px; }

.page-requested form#toolbar-search .input-placeholder-text {
  top: 11px;
  left: 14px; }

.page-requested form#toolbar-search,
.page-requested form#toolbar-search input {
  font-size: 17px;
  line-height: 24px;
  height: 40px; }

.page-requested form#toolbar-search input {
  width: 222px; }

.page-requested .input-holder {
  height: 47px;
  border: 1px solid #d5dee2;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
  padding: 3px 32px 3px 15px; }

.page-requested form#toolbar-search button {
  font-size: 17px;
  right: 5px;
  top: 14px; }

.content .heading {
  padding: 0 0 15px; }

.content h2.title {
  font: 300 29px/39px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
  margin: 0 0 10px;
  color: #0d386c;
  margin: 0 0 34px; }

h2.divider,
h2.title.divider {
  color: #0d386c;
  font: 300 29px/39px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
  border-bottom: 1px solid #c1c1c1;
  margin: 0 0 19px;
  padding: 0 0 27px; }

.faset-search h2.title {
  margin: 0 0 20px; }

.aside {
  padding: 9px 0 0;
  margin: 0 -12px 0 12px; }

.visual-box {
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin: 0 -12px 21px; }

.visual-box .visual-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 489px;
  background: rgba(0, 80, 143, 0.9);
  height: 100%;
  padding: 56px 36px; }

.visual-box h1 {
  color: #fff;
  text-shadow: none;
  margin: 0 0 20px;
  /*text-transform: capitalize;*/ }

.visual-box p {
  color: #fff;
  font: 300 24px/34px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
  padding: 0 0 28px; }

.visual-box .start {
  width: 317px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 19px;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400; }

.visual-box .start:visited {
  background: #fff; }

.visual-box .start:focus,
.visual-box .start:hover {
  background: #e2edfb; }

.visual-box .start.pressed {
  background: #cee1f8;
  font-weight: 400; }

.visual-box .start.disabled {
  background: #b7b7b7;
  color: #fff; }

.visual-box .fa {
  vertical-align: top;
  margin: 0 0 0 9px; }

.history-block {
  max-width: 758px;
  position: relative;
  /*overflow: hidden;*/
  margin-bottom: 25px; }

.history-block:after {
  content: "";
  background: #c1c1c1;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1; }

.history-block .history-holder {
  position: relative;
  /*overflow: hidden;*/
  padding: 0 5px 350px 5px;
  top: -14px; }

/*.history-block .history-holder:before,*/
.history-block .history-holder:after {
  content: "";
  background: #e9b51f;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  margin: 0 0 -15px -7px; }

.history-block .history-holder:after {
  top: auto;
  bottom: 0; }

.history-block .history-box {
  clear: both;
  background: #fff;
  width: 334px;
  border: 1px solid #d5dee2;
  padding: 20px 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin: 0 0 32px;
  position: relative; }

.history-block .history-box:before {
  content: "";
  background: url(../img/box-arrow.png) no-repeat;
  position: absolute;
  top: 10px;
  right: -22px;
  width: 22px;
  height: 20px; }

.history-block .history-box:after {
  content: "";
  background: #e9b51f;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 13px;
  right: -48px;
  z-index: 2; }

.history-block .history-box.pull-right:before {
  background-position: -23px 0;
  right: auto;
  left: -22px; }

.history-block .history-box.pull-right:after {
  right: auto;
  left: -48px; }

.history-block .history-box.pull-right .date {
  right: auto;
  left: -117px; }

.history-block .history-box a {
  text-decoration: none;
  font-weight: 400; }

.history-block .history-box a:hover {
  text-decoration: underline; }

.history-block .history-box .next {
  font-weight: 900; }

.history-block .history-box .next:hover,
.history-block .history-box .next:focus {
  color: #3b87e5;
  text-decoration: none; }

.history-block p {
  font: 400 14px/24px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
  padding: 0; }

.history-block img.pull-right {
  margin: 8px 2px 8px 10px; }

.history-block img.center-block {
  margin-top: -2px;
  margin-bottom: 15px; }

.history-block .date {
  position: absolute;
  right: -109px;
  top: 6px;
  font: 300 22px/24px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
  color: #0d386c; }

.history-block .next {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font: 900 13px/15px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
  margin: 5px; }

.history-block .next:hover,
.history-block .next:focus {
  background: 0;
  text-decoration: none;
  color: #0d386c; }

.page .back-to-top {
  text-transform: uppercase;
  width: 317px;
  text-align: center;
  background: #d5dee2;
  text-decoration: none;
  font: 400 15px/21px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
  padding: 21px 21px 18px; }

.page .back-to-top:visited {
  background: #d5dee2; }

.page .back-to-top:focus,
.page .back-to-top:hover {
  background: #e4ebee; }

.page .back-to-top.pressed {
  background: #bfcfd6;
  font-weight: 400; }

.page .back-to-top.disabled {
  background: #b7b7b7;
  color: #fff; }

.page .back-to-top .fa {
  vertical-align: middle;
  font-size: 18px;
  margin: 6px 1px 0; }

.history-holder {
  padding: 0 0 68px; }

.about-brambles .heading {
  padding: 0 0 14px; }

.about-brambles p {
  font: 400 17px/27px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif; }

.about-brambles h2 {
  font: 400 24px/34px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
  color: #00508f;
  margin-bottom: 40px; }
  .about-brambles h2.title2 {
    margin-top: 10px;
    color: #2f2f2f;
    font-size: 22px;
    margin-bottom: 30px; }

.image-holder.add {
  max-width: 302px; }

.image-holder.add .image-item {
  margin: 0 0 12px;
  max-width: none; }

.image-holder.add img {
  margin: 0; }

.image-holder.add.pull-left {
  margin: 6px 32px 8px 0; }

.image-holder.add.pull-right {
  margin: 4px 0 8px 28px; }

.image-holder.add.big {
  max-width: 100%;
  padding: 43px 0 7px; }

.image-holder.add.big .image-item.second {
  max-width: 100%;
  margin: 0 0 19px; }

.small-text {
  color: #696975;
  font-size: 15px;
  line-height: 19px;
  display: inline-block;
  vertical-align: top; }

.about-text {
  padding: 7px 0 27px; }

.about-text.divider {
  border-bottom: 1px solid #c1c1c1;
  padding: 7px 0 27px;
  margin: 0 0 26px; }

.about-text p {
  padding: 0 0 22px; }

.about-text .image {
  display: inline-block;
  margin: 0 0 17px; }

.about-text .image-item img {
  width: auto; }

.numbered-list {
  padding: 34px 0 0 38px;
  list-style: none;
  font-size: 17px;
  line-height: 23px;
  position: relative;
  width: 100%;
  /*float: left;*/
  margin: 0 0 14px; }

.numbered-list:after {
  content: "";
  background: #3b87e5;
  position: absolute;
  left: 0;
  top: 37px;
  bottom: 18px;
  width: 8px;
  height: auto; }

.numbered-list .ol-item-index {
  color: #00508f;
  margin: 0 5px 0 0; }

.numbered-list li {
  padding: 0 0 17px; }

.numbered-list li.active a {
  font-weight: 900;
  color: #00508f; }

.numbered-list li.active .ol-item-index {
  font-weight: 900; }

.numbered-list li:hover .ol-item-index,
.numbered-list li:focus .ol-item-index {
  color: #3b87e5; }

/*.page .blockquote {
	color: #0d386c;
	font: italic 300 29px/39px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
	margin: 0;
	padding: 3px 0 8px;
}*/
.two-cols {
  margin: 0 0 26px; }

.two-cols .col {
  border-top: 1px solid #c1c1c1;
  padding: 24px 0 0; }

.two-cols .image-holder.add.big {
  padding: 18px 0; }

.two-cols .image-holder.add.big .image-item.second {
  margin: 0 0 12px; }

.image-gallery {
  border-top: 1px solid #c1c1c1;
  padding: 14px 0 29px; }

.image-gallery h2 {
  color: #2f2f2f;
  font: 900 17px/30px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
  margin: 0 0 7px; }

.image-gallery p {
  font-size: 15px;
  line-height: 19px;
  color: #696975;
  padding: 0 0 24px; }

.image-gallery .image-item.second {
  max-width: 100%; }

.image-gallery .image-item.second img {
  width: auto; }

.image-gallery .gallery-frame {
  text-align: center;
  margin: 0 -16px 0 -11px; }

.image-gallery .col {
  min-height: 100%;
  width: 33.33%;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 15px -4px; }

.image-gallery .col:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle; }

.image-gallery .image-holder {
  vertical-align: middle;
  display: inline-block;
  white-space: normal; }

.table {
  font-size: 17px;
  margin: 0 0 57px; }

.table thead > tr > th, td {
  border-top: 0;
  border-bottom: 2px solid #0d386c;
  padding: 7px 12px 16px;
  font-weight: bold; }

.table tbody > tr > td {
  border-bottom: 1px solid #c1c1c1;
  border-top: 0;
  padding: 9px 10px 12px !important;
  line-height: 22px;
  font-weight: normal; }

.table tbody > tr:hover {
  background: #d5dee2; }

.table th:first-child {
  /*width: 10.2%;*/ }

.table .second-head {
  width: 44.2%; }

.case-studies {
  padding: 0 0 40px; }

.case-studies h2 {
  color: #2f2f2f;
  font: 900 17px/30px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
  border-bottom: 1px solid #c4c4c4;
  margin: 0 0 15px;
  padding: 0 0 11px; }

.case-studies h3 {
  color: #2f2f2f;
  font: 400 17px/30px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
  margin: 0; }

.case-studies .case-list {
  text-align: center;
  margin: 0 -19px 0 -12px; }

.case-studies .case-list img {
  margin: 0 0 6px; }

.case-studies li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 -4px; }

.case-studies a {
  display: block;
  text-decoration: none;
  position: relative;
  border: 2px solid transparent;
  padding: 21px 21px 19px;
  border-radius: 2px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none; }

.case-studies a:focus,
.case-studies a:hover {
  border-color: #7c8ea3;
  background: #c3ced9; }

.team-list {
  margin: 15px 0 33px;
  border-top: 1px solid #c1c1c1; }

.team-list li {
  border-bottom: 1px solid #c1c1c1;
  position: relative; }

.team-list .image-item {
  max-width: 117px;
  margin: 0 25px 0 0;
  display: inline-block;
  vertical-align: middle; }

.team-list h2 {
  color: #2f2f2f;
  font: 17px/21px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
  margin: 0;
  /*text-transform: capitalize;*/ }

.team-list h2 a {
  display: inline-block;
  vertical-align: top;
  color: #0d386c;
  font: 900 17px/21px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
  text-decoration: none;
  margin: 0 0 10px; }

.team-list .autor {
  display: inline-block;
  vertical-align: middle;
  width: 65%; }

.team-list .fa-sort-desc {
  position: absolute;
  top: 50%;
  right: 31px;
  color: #2d3251;
  font-size: 24px;
  margin: -24px 0 0;
  cursor: pointer; }

.team-list .list-opener {
  cursor: pointer;
  padding: 10px 27px;
  position: relative; }

.team-list .list-opener:hover {
  background: #d5dee2;
  color: #2f2f2f; }

.team-list .list-opener a {
  position: relative;
  z-index: 2;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none; }

.team-list .fa-times {
  display: none;
  color: #c1c1c1; }

.team-list .slide-holder {
  padding: 5px 29px 5px; }

.team-list p {
  padding: 0 0 17px;
  font: 17px/27px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif; }

.team-list .opener {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1 !important;
  background: 0 !important;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  text-decoration: none; }

/*
.team-list .active {
	background: #d5dee2;
}
*/
.team-list .active .list-opener {
  /*cursor: default;*/
  background: #d5dee2; }

.team-list .active .fa-sort-desc {
  /*display: none;*/
  cursor: pointer; }

.team-list .active .fa-times {
  display: block;
  margin: 0;
  font-size: 27px; }

.team-list .active .opener {
  width: 15px;
  height: 15px;
  left: auto;
  bottom: auto;
  right: 31px;
  top: 22px; }

/* video block styles */
.video-block {
  max-width: 960px;
  padding: 26px 0 27px; }

.video-block .video-holder {
  background: #fff;
  padding: 6px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin: 0 0 14px; }

.video-block .left-col {
  margin: 0 -18px 0 0; }

.video-block img {
  width: 100%; }

.presentation-heading {
  background: #fff;
  overflow: hidden;
  padding: 8px 5px 8px 17px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #d5dee2;
  margin: 0 0 8px;
  /*text-transform: capitalize;*/ }

.presentation-heading h1 {
  float: left;
  color: #09376e;
  text-shadow: none;
  font: 17px/33px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
  margin: 0; }

.presentation-heading .download-link {
  float: right;
  margin: 0 0 0 15px;
  background: #d5dee2;
  font-size: 15px;
  line-height: 21px;
  text-decoration: none;
  padding: 6px 17px 6px 20px;
  color: #3b87e5; }

.presentation-heading .download-link:focus,
.presentation-heading .download-link:hover {
  color: #09376e;
  background: #e4ebee; }

.presentation-heading .download-link.pressed {
  font-weight: 400; }

.presentation-heading .fa {
  font-size: 20px;
  margin: 2px 0 -3px 9px; }

.meeting-block .meeting-holder {
  overflow: hidden;
  margin: 0 0 34px; }
  .meeting-block .meeting-holder .webcast-block {
    margin-left: -4px; }

.meeting-block .info-list {
  float: left;
  max-width: 500px; }

.map-block {
  float: right;
  width: 164px;
  text-align: right; }

.map-block .map-holder {
  background: #fff;
  padding: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin: 0 0 5px; }

.map-block .link {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #00508f;
  padding: 0 6px; }

.map-block .img-responsive {
  width: 100%; }

.webcast-box {
  margin: 0 0 23px; }

.webcast-box .frame {
  overflow: hidden;
  margin: 0 0 11px; }

.webcast-box .image-item {
  float: left;
  margin: 0 15px 0 0;
  /*max-width: 180px;*/ }

.webcast-box img {
  width: auto; }

.webcast-box .image-item a {
  padding: 0; }

.webcast-box h2 {
  color: #2f2f2f;
  font: 400 17px/27px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
  margin: 19px 0 5px; }

.webcast-box .btn-holder {
  padding: 0 21px 4px; }

.webcast-box .btn-holder a {
  padding: 0 12px 0 0;
  background: 0; }

.tabset-holder:after {
  display: block;
  clear: both;
  content: ""; }

/* tabs switcher styles */
.tabs-list {
  margin: 0 0 -1px;
  /*text-transform: capitalize;*/
  font-size: 15px;
  line-height: 19px;
  float: left; }

.tabs-list li {
  float: left;
  padding: 0; }

.tabs-list .last-child a {
  border-right: 1px solid #c1c1c1; }

.tabs-list .active.last-child a {
  border-right: 1px solid #d5dee2; }

.tabs-list a {
  display: inline-block;
  vertical-align: top;
  background: #d5dee2;
  padding: 23px 27px;
  color: #555656;
  text-decoration: none;
  font-weight: 400;
  border-left: 1px solid #c1c1c1;
  border-top: 1px solid #c1c1c1; }

.tabs-list .active {
  margin: 0 0 0 0;
  position: relative;
  z-index: 2; }

.tabs-list .active:after {
  /*content: "";*/
  background: #fff;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 1px;
  right: 1px; }

.tabs-list .active a {
  background: #fff;
  color: #3b87e5;
  border-top: 1px solid #d5dee2;
  border-left: 1px solid #d5dee2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.tabs-list .active + li a {
  border-left: 1px solid #d5dee2; }

/* tabs content holder styles */
.tab-content {
  background: #fff;
  padding: 13px 5px 25px 11px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #d9e0e4;
  position: relative;
  text-align: center; }

.tab-content .download-link {
  display: inline-block;
  vertical-align: top;
  background: #d5dee2;
  text-decoration: none;
  padding: 11px 12px 11px 21px;
  font-size: 15px;
  line-height: 19px; }

.tab-content .download-link:hover,
.tab-content .download-link:focus {
  background: #e4ebee; }

.tab-content .download-link.pressed {
  background: #bfcfd6;
  font-weight: 400; }

.tab-content .download-link.disabled {
  background: #b7b7b7;
  color: #fff; }

.tab-content .fa {
  vertical-align: top;
  margin: 2px 0 0 24px;
  font-size: 17px; }

.tab-content .image-holder {
  margin: 0 0 23px; }

.tabset-holder .jcf-select {
  left: -9999px !important;
  position: absolute !important;
  margin: 0 0 20px; }

.key-financials h2.divider {
  margin: 0 0 41px; }

/* footer styles */
#footer {
  width: 100%;
  overflow: hidden;
  display: table-footer-group;
  height: 1%;
  /*background: url(../img/footer-bg.png);*/
  font-size: 13px;
  line-height: 23px;
  color: #7c8ea3;
  padding: 5px 0 25px;
  /* social networks styles */
  background-color: #fff; }

#footer #footer-inner {
  margin: 0 auto;
  padding: 22px 0;
  min-height: 60px;
  overflow: hidden; }

#footer p {
  color: #7c8ea3;
  font-size: 13px;
  line-height: 23px;
  padding: 0; }

#footer .text-box {
  width: 41.5%;
  padding-right: 30px; }

#footer .logo-holder {
  width: 16%;
  margin: 0 !important;
  text-align: left !important; }

#footer .logo-holder img {
  display: block;
  margin: 0 0 11px;
  text-align: left !important; }

#footer .social-networks {
  list-style-type: none;
  padding: 15px 0 0;
  margin: 0 0 0 -4px;
  overflow: hidden; }

#footer .social-networks li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 8px; }

#footer .social-networks li:first-child {
  padding: 0; }

#footer .social-networks a {
  color: #7c8ea3;
  float: left;
  margin: 0 !important;
  font-size: 23px;
  padding: 0 7px; }

#footer .social-networks a:hover {
  background: #fff; }

#footer .footer-nav {
  margin: 0; }

#footer .footer-nav li {
  margin: 0 0 3px; }

#footer .footer-nav a {
  line-height: 26px;
  color: #7c8ea3;
  margin: 0 !important;
  text-decoration: none; }

#footer .footer-nav a:hover,
#footer .footer-nav a:focus,
#footer .footer-nav a:active {
  color: #fff;
  background: 0;
  text-decoration: underline; }

#footer .footer-inner {
  padding: 12px 0 15px; }

#footer .follow {
  width: 17%;
  margin: 7px 0 0; }

#footer .f1 {
  padding: 5px 13px 5px 13px; }

#footer .last-col {
  width: 22.5%; }

/* ---------------------------------------------------------
   3. Custom form styles
   ---------------------------------------------------------*/
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  cursor: default;
  height: 18px;
  width: 18px;
  z-index: -1;
  margin: -1px 9px 0 0; }

.jcf-checkbox > span {
  background: none;
  border: 1px solid #fff;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.jcf-checkbox.jcf-checked.jcf-disabled > span {
  background: #696975; }

.jcf-checkbox.jcf-disabled > span {
  border: 1px solid #c1c1c1;
  cursor: default; }

.jcf-checkbox span span {
  position: absolute;
  display: none;
  height: 6px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

:root .jcf-checkbox span span {
  margin: -4px 0 0 -4px; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer; }

.jcf-checkbox.jcf-disabled input[type="checkbox"] {
  cursor: default; }

.jcf-checkbox.jcf-checked span {
  display: block; }

/* custom radio styles */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  cursor: default;
  height: 20px;
  width: 20px;
  margin: 0 9px 0 0; }

.jcf-radio.jcf-disabled:focus:after,
.jcf-focus.jcf-radio:after,
.jcf-focus.jcf-checked.jcf-radio:after {
  color: #fff !important; }

.jcf-radio > span {
  background: none;
  border: 1px solid #fff;
  border-radius: 9px;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.brambles-radio + span {
  border: 2px solid #152c4b; }

.chep-radio + span {
  border: 2px solid #009fe3; }

.ifco-radio + span {
  border: 2px solid #0b8e36; }

.jcf-radio span span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #3b87e5;
  border-radius: 100%; }

.jcf-radio.jcf-checked:hover > span span {
  background: #3b87e5; }

.jcf-radio.jcf-checked > span,
.jcf-pressed .jcf-radio > span,
.jcf-focus.jcf-radio > span {
  border-color: #fff; }

.jcf-radio.jcf-checked .brambles-radio + span {
  border-color: #152c4b; }

.jcf-radio .brambles-radio + span span {
  background: #152c4b; }

.jcf-radio.jcf-checked .chep-radio + span {
  border-color: #009fe3; }

.jcf-radio .chep-radio + span span {
  background: #009fe3; }

.jcf-radio.jcf-checked .ifco-radio + span {
  border-color: #0b8e36; }

.jcf-radio .ifco-radio + span span {
  background: #0b8e36; }

.jcf-radio.jcf-disabled > span,
.jcf-radio.jcf-disabled.jcf-checked > span {
  border-color: #c1c1c1; }

.jcf-radio.jcf-disabled:hover > span span,
.jcf-radio.jcf-disabled > span span {
  background: #c1c1c1; }

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer; }

.jcf-radio.jcf-checked span span {
  display: block; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  margin: 0 0 12px;
  min-width: 181px;
  height: 50px;
  border-radius: 50px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  margin-bottom: 40px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
  cursor: pointer; }

.jcf-select .jcf-select-text {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 15px;
  line-height: 41px;
  margin: 4px 35px 0 17px;
  color: #448ce6;
  cursor: pointer;
  padding-left: 2px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: none;
  width: 26px;
  height: 35px;
  bottom: 0;
  right: 18px;
  top: 2px; }
  .jcf-select .jcf-select-opener .fa {
    font-size: 20px;
    color: #448ce6;
    padding-right: 0;
    padding-top: 12px; }

.hideme {
  display: none; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-top: -17px; }
  .jcf-select-drop .jcf-select-drop-content .jcf-list .jcf-list-content {
    margin-top: 15px; }

.jcf-select-drop .jcf-option-hideme {
  display: none !important; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 17px;
  font-size: 15px;
  color: #448ce6;
  height: 1%;
  cursor: pointer;
  margin-bottom: 2px; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  font-weight: bold; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: none;
  width: 14px;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: none;
  height: 14px;
  width: 14px;
  left: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #c7c7c7;
  height: 1px;
  width: 8px;
  border-radius: 10px; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

.jcf-select-drop .jcf-select-drop-content .jcf-list {
  padding-bottom: 40px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom: solid 1px #F1F3F4;
  border-left: solid 1px #F1F3F4;
  border-right: solid 1px #F1F3F4; }

#content-related-content .panel-default .panel-body {
  padding: 19px 0px 0 !important; }

.related-case {
  background: #fff; }
  .related-case h2 {
    padding: 0px 0px 20px 25px;
    text-align: left; }

.back-to-all-case-studies-container .image-holder .text-holder {
  float: none;
  padding-bottom: 60px; }

@media only screen and (min-width: 768px) {
  #nav-main.js-slide-hidden {
    float: right !important;
    position: static !important; }
  #nav-main .drop {
    position: absolute;
    top: 100%;
    left: 0; }
  .linebar {
    display: block; } }

@media only screen and (min-width: 1025px) {
  .tel-link {
    /*cursor: default;*/
    /*pointer-events: none;*/ } }

@media only screen and (max-width: 1199px) {
  .widget.second {
    display: none; }
  .widget.second.hide {
    display: block !important; }
  .visual-box .visual-text {
    padding: 25px 36px; } }

@media only screen and (max-width: 1165px) {
  form#toolbar-search {
    margin-right: 10px; }
  div#nav-main {
    padding: 0 9px 0 0; }
  div#nav-main a {
    padding: 20px 20px 10px; }
  #nav-main .drop a {
    padding: 13px 23px 13px 13px; }
  #nav-main .drop a:focus .fa-angle-right,
  #nav-main .drop a:hover .fa-angle-right {
    right: 14px; }
  #nav-main .drop .fa-angle-right {
    right: 6px;
    top: 9px; }
  #nav-main .drop .holder {
    padding: 14px 18px 20px 13px; }
  #nav-main br {
    display: inline-block; }
  #sidebar {
    max-width: 100%;
    margin: 0 auto; }
  .widget.linkedin {
    margin: 0 auto 38px; }
  .widget.twitter {
    margin: 0 auto 38px; } }

@media only screen and (max-width: 1125px) {
  span.clabel {
    display: none !important; }
  div#carouselnav div:hover {
    text-decoration: none !important; } }

@media only screen and (max-width: 994px) {
  h2.divider,
  h2.title.divider {
    font-size: 22px;
    line-height: 30px;
    padding: 0 0 15px;
    margin: 0 0 10px; } }

@media only screen and (max-width: 991px) {
  .widget.small-scroll .post-block {
    max-height: 284px; }
  .gallery-block h1 {
    font-size: 26px;
    line-height: 32px;
    background: #00508f;
    background: rgba(0, 80, 143, 0.9);
    padding: 4px 3px; }
  .gallery-block h1 span {
    padding: 0;
    background: 0; }
  .gallery-block .text-holder {
    width: auto;
    text-align: center;
    margin: 0 -12px;
    float: none; }
  .gallery-block p {
    display: none; }
  .gallery-block .more {
    display: none; }
  .gallery-block .gallery-text {
    display: block !important; }
  .gallery-block .gallery-text p,
  .gallery-block .gallery-text .more {
    display: block; }
  .gallery-block.second .text-holder {
    text-align: left;
    width: 250px !important;
    padding: 20px; }
  .gallery-block.second .more {
    display: inline-block;
    margin: 0; }
  .gallery-block.second h1 {
    line-height: 30px;
    background: 0;
    padding: 0; }
  .gallery-block.second h1 span {
    padding: 0;
    line-height: 25px;
    font-size: 25px; }
  .gallery-block.second .title {
    margin: 0 0 5px; }
  .aside-holder,
  .image-block {
    padding: 0 0 0px; }
  .post-block.big {
    max-height: 224px; }
  .visual .visual-text {
    position: static;
    padding: 10px 0 0; }
  .visual h1 {
    color: #102b4c;
    letter-spacing: 0; }
  .visual h1 span {
    background: 0;
    padding: 0; }
  .visual .text-holder {
    width: auto;
    border-bottom: 1px solid #c1c1c1; }
  .visual .text {
    color: #00508f;
    font-weight: 300;
    background: 0;
    padding: 0 0 21px; }
  .visual .title {
    margin: 0 0 11px; }
  .visual.second .visual-text {
    display: none; }
  .map-placeholder {
    margin: 0 0 8px; }
  .map-placeholder .map-text {
    position: static; }
  .map-placeholder h1 {
    display: none; }
  .map-placeholder h1 span {
    padding: 0;
    background: 0; }
  .map-placeholder .text-holder {
    padding: 21px 0 0; }
  .blue-block {
    position: static;
    background: 0;
    width: 100%;
    color: #00508f;
    padding: 0;
    font-size: 14px;
    line-height: 20px; }
  /*.blue-block h2 {
        display: none;
    }*/
  .blue-block address {
    line-height: 20px;
    margin: 0 0 11px; }
  .blue-block .tel-link {
    color: #00508f;
    margin: 0 0 11px; }
  /*.blue-block h2.hide {
        display: block !important;
    }*/
  .page-requested {
    padding: 15px 0 150px; }
  .page-requested p {
    font-size: 15px;
    line-height: 23px; }
  .visual-box .visual-text {
    width: 387px; }
  .visual-box h1 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 9px; }
  .visual-box p {
    font-size: 17px;
    line-height: 27px; }
  .visual-box .start {
    padding: 14px; }
  .tabs-list a {
    padding: 23px; } }

@media only screen and (max-width: 860px) {
  #footer .text-box {
    width: 65%; }
  #footer .logo-holder {
    width: 30%;
    margin: 0 0 13px !important;
    text-align: left; }
  #footer .follow {
    width: 30%; }
  #footer .last-col {
    width: 65%; }
  #footer .footer-col {
    overflow: hidden; } }

@media only screen and (max-width: 767px) {
  body {
    margin: 0 !important; }
  .page h1 {
    font-size: 22px;
    line-height: 24px; }
  div#primary-navbar {
    border-bottom: 1px solid #c1c1c1;
    position: relative !important;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25); }
  div#nav-main {
    background: transparent;
    /*border-width: 4px;*/
    border-top: 5px solid #f1f3f4;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 0;
    box-shadow: none;
    margin: 0;
    float: none;
    width: 100%;
    position: absolute !important; }
  div#nav-main a {
    padding: 19px 26px !important;
    border-left: none !important;
    border-right: none !important;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    color: #448ce6; }
    div#nav-main a:hover, div#nav-main a:focus {
      background: #ffffff; }
  div#nav-main a .fa-angle-down {
    right: 35px;
    left: auto;
    top: 14px;
    color: #24c3f3;
    font-size: 30px; }
  div#nav-main a .fa-angle-up {
    right: 35px;
    left: auto;
    top: 14px;
    color: #24c3f3;
    font-size: 30px; }
  .linebar {
    display: block !important; }
  div#nav-main li.has-drop.active a.list-opener {
    border-bottom: none; }
    div#nav-main li.has-drop.active a.list-opener .fa-angle-down:before {
      content: "\f106"; }
  .fixed-nav #nav-main a {
    height: auto; }
  #nav-main ul .mobile-nav {
    display: block;
    position: relative; }
    #nav-main ul .mobile-nav ul.second {
      border-bottom: none; }
      #nav-main ul .mobile-nav ul.second li a {
        /*border-bottom: 1px solid #c9cacb;*/
        background: #f1f3f4;
        font-size: 13px !important;
        padding: 12px 52px !important; }
      #nav-main ul .mobile-nav ul.second li.annual-report-nav-bg-img-container .nav-bg-img, #nav-main ul .mobile-nav ul.second li.sustainability-nav-bg-img-container .nav-bg-img {
        padding: 0; }
        #nav-main ul .mobile-nav ul.second li.annual-report-nav-bg-img-container .nav-bg-img p, #nav-main ul .mobile-nav ul.second li.sustainability-nav-bg-img-container .nav-bg-img p {
          padding: 0 !important; }
        #nav-main ul .mobile-nav ul.second li.annual-report-nav-bg-img-container .nav-bg-img img, #nav-main ul .mobile-nav ul.second li.sustainability-nav-bg-img-container .nav-bg-img img {
          width: 100%; }
      #nav-main ul .mobile-nav ul.second li.annual-report-nav.first, #nav-main ul .mobile-nav ul.second li.sustainability-nav.first {
        margin-top: 0 !important; }
      #nav-main ul .mobile-nav ul.second li.annual-report-nav a, #nav-main ul .mobile-nav ul.second li.sustainability-nav a {
        border-top: none !important;
        padding-left: 26px !important;
        background: #ffffff !important; }
        #nav-main ul .mobile-nav ul.second li.annual-report-nav a span, #nav-main ul .mobile-nav ul.second li.sustainability-nav a span {
          color: #01c8f2; }
  #nav-main li:first-child a {
    border-left: 10px solid #f1f3f4;
    padding: 20px 28px 17px; }
  #nav-main li {
    display: block;
    margin: 0; }
  #nav-main .fa-home {
    text-align: left; }
  #nav-main .drop-holder {
    padding: 13px; }
  #nav-main .drop {
    box-shadow: none;
    margin: 0 -4px;
    width: auto;
    border-width: 4px; }
  #nav-main br {
    display: none; }
  .branding img {
    width: 118px !important;
    height: 54px !important; }
  form#navbar-search {
    display: block !important;
    visibility: visible !important;
    border-width: 19px 10px 5px 10px; }
  form#navbar-search ::-webkit-input-placeholder {
    color: #c1c1c1; }
  form#navbar-search :-moz-placeholder {
    color: #c1c1c1; }
  form#navbar-search ::-moz-placeholder {
    color: #c1c1c1;
    opacity: 1; }
  form#navbar-search :-ms-input-placeholder {
    color: #c1c1c1; }
  #main {
    padding: 20px 0 0; }
  .breadcrumb-block {
    display: none; }
  .text-block {
    display: none; }
  .heading {
    padding: 0 0 22px; }
  .heading .jcf-select {
    margin: 18px 0 0; }
  .document-block {
    margin: 0 0 31px; }
  .document-block .row-box {
    font-size: 14px;
    line-height: 20px;
    padding: 9px 0 15px; }
  .document-block .row-box time {
    float: none;
    width: auto;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 10px; }
  .document-block .row-box .fa {
    display: none; }
  .document-block.small {
    margin: 0 0 57px; }
  .document-block.small .row-box {
    line-height: 24px; }
  .document-block.small .row-box .fa {
    display: inline-block;
    font-size: 15px;
    margin: 4px -13px 0 10px; }
  .pager {
    margin: 0 0 15px; }
  .pager .previous,
  .pager .next {
    position: relative; }
  .pager .previous a,
  .pager .next a {
    width: 37px;
    border-color: #d5dee2;
    padding: 7px 10px 8px; }
  .pager .previous span,
  .pager .next span {
    display: none; }
  .pager .disabled:after {
    color: #7c8ea3;
    cursor: not-allowed; }
  .pager li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -5px; }
  .pager .fa {
    display: inline-block; }
  .pagination a {
    padding: 6px 15px 8px !important; }
  .widget {
    padding: 0 18px 24px;
    margin: 0 0 31px;
    font-size: 14px; }
  .widget:first-child {
    margin-top: 29px; }
  .widget p {
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 18px; }
  .widget h2 {
    font-size: 17px;
    line-height: 21px;
    padding: 22px 23px 18px 25px;
    margin: 0 -23px -7px -24px; }
  .widget .view {
    font-size: 12px;
    padding: 5px 0 0 5px; }
  .widget label {
    margin: 0 0 32px; }
  .widget input {
    font-size: 13px; }
  .widget .image-frame {
    margin: 4px 0 0 11px; }
  .widget.linkedin {
    margin: 0 auto 31px; }
  .widget.twitter {
    margin: 0 auto 31px; }
  .illustration {
    font-size: 14px;
    padding: 10px 0 14px 4px; }
  .sub-box {
    font-size: 14px;
    line-height: 19px; }
  .check-box {
    margin: -9px 0 0;
    padding: 6px 0 8px; }
  .check-box label {
    font-size: 14px;
    margin: 0 0 12px; }
  .check-box .check-holder:first-child {
    float: none;
    width: 100%; }
  .check-box .check-holder {
    float: none;
    width: 100%; }
  .box-submit .cancel {
    margin: 0 -9px 0 38px; }
  .list {
    margin: 0 0 22px; }
  .list h2 {
    font-size: 17px;
    line-height: 19px;
    margin: 0 0 16px; }
  .list time {
    font-size: 14px;
    line-height: 16px; }
  .list li {
    padding: 21px 0 20px; }
  .list p {
    font-size: 14px;
    line-height: 20px; }
  .webcasts-block {
    padding: 24px 0 0;
    border-bottom: 0;
    margin: 0 0 23px; }
  .webcasts-block .col {
    max-width: 288px;
    margin: 0 auto 16px; }
  .image-item.second {
    max-width: 271px; }
  .btn-holder {
    padding: 0 0 6px; }
  .btn-holder a {
    padding: 0 10px 5px 1px; }
  .gallery-block {
    padding: 0 0 8px; }
  .gallery-block .carousel-caption {
    right: 0;
    left: 0;
    padding-top: 60px; }
  .gallery-block h1 {
    font-size: 20px;
    line-height: 24px; }
  .gallery-block .carousel-indicators {
    display: none; }
  .gallery-block .carousel-control.left,
  .gallery-block .carousel-control.right {
    background: #3b87e5;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 14px;
    margin: 0;
    padding: 2px; }
  .gallery-block .carousel-control.right {
    margin: 0 2px 0 0;
    padding-left: 4px;
    margin-right: 3px; }
  .gallery-block .gallery-text {
    padding: 14px 15px 0; }
  .gallery-block .gallery-text p {
    padding-bottom: 22px; }
  .gallery-block .right-3 div {
    margin: 0 -9.2em; }
  .gallery-block.second {
    margin: 0 !important;
    padding: 0; }
  .gallery-block.second .text.add {
    font-size: 14px;
    padding: 1px 38px 2px 11px; }
  .gallery-block.second .text.add .fa {
    font-size: 20px;
    margin: -11px 0 0; }
  .gallery-block.second .text-holder {
    width: auto;
    max-width: 220px;
    margin-left: 0px; }
  .gallery-block.second .carousel-caption {
    padding-top: 12px !important; }
  .gallery-block.second h1 {
    font-size: 16px;
    line-height: 30px; }
  .gallery-block.second h1 span {
    font-size: 25px;
    line-height: 25px; }
  .inner div#primary-navbar {
    margin: 0; }
  .aside-holder,
  .image-block {
    font-size: 14px;
    line-height: 20px; }
  .aside-holder .link .fa,
  .image-block .link .fa {
    font-size: 15px; }
  .aside-holder .link .fa-angle-right,
  .image-block .link .fa-angle-right {
    font-size: 16px; }
  .aside-holder .view,
  .image-block .view {
    font-size: 12px;
    padding: 5px 0 0 5px; }
  .aside-holder {
    margin: 0 0 31px;
    padding-bottom: 20px; }
  .post-block {
    margin: 0 -7px -19px -11px;
    padding: 21px 7px 0 5px;
    max-height: 200px; }
  .post-block .post {
    padding: 0 0 9px; }
  .visual h1 {
    font-size: 22px;
    line-height: 24px; }
  .visual h1 span {
    line-height: 24px; }
  .visual .text-holder {
    margin: 20px 11px 0; }
  .visual .text {
    font-size: 17px;
    line-height: 27px; }
  .white-box {
    margin: 0 auto 30px; }
  .accordion-list {
    font-size: 15px;
    line-height: 21px; }
  .accordion-list .opener-slide {
    padding: 10px 40px 10px 13px; }
  .accordion-list time {
    float: none;
    width: auto; }
  .accordion-list.second {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 48px; }
  .accordion-list.second .fa.fa-sort-desc,
  .accordion-list.second .fa.fa-sort-asc {
    top: 0;
    margin: 12px -9px 0 10px; }
  .accordion-list.second > li > a {
    padding: 15px 29px 14px 13px; }
  .accordion-list .accordion-holder {
    padding: 1px 15px 18px; }
  .accordion-list .slide-holder {
    padding: 20px 0 0; }
  .accordion-list .document-block.small .row-box {
    border-color: #c1c1c1;
    padding: 12px 17px 13px 15px; }
  .accordion-list .document-block.small .fa {
    display: none; }
  .info-list {
    font-size: 14px;
    line-height: 20px; }
  .info-list dt {
    float: none; }
  .info-list dd {
    float: none;
    max-width: 100%;
    margin: 0 0 17px;
    padding: 0;
    width: auto;
    max-width: none; }
  .info-list address {
    line-height: 21px; }
  .info-list small {
    font-size: 13px; }
  .info-list .link-holder {
    padding: 5px 0 0; }
  .info-list .link-holder a {
    margin: 0 38px 0 0; }
  .page-requested {
    padding: 0 0 100px; }
  .content .heading {
    padding: 0 0 7px; }
  .content h2.title {
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 15px; }
  h2.divider,
  h2.title.divider {
    font-size: 18px;
    line-height: 22px; }
  .faset-search .heading h1 {
    margin: 0 0 5px; }
  .faset-search strong {
    font-weight: 300; }
  .aside {
    margin: 0; }
  .visual-box {
    margin: 0 -15px;
    height: 242px;
    overflow: hidden; }
  .visual-box .visual-text {
    width: 100%;
    padding: 38px 15px; }
  .visual-box .start {
    display: none; }
  .visual-box .right-3 div {
    margin: 0 -11em 0 -8em; }
  .history-block {
    padding: 18px 0 0;
    overflow: visible; }
  .history-block:after {
    left: 1px;
    top: 20px;
    bottom: 0;
    height: auto; }
  .history-block .history-holder {
    padding: 0 2px 0 22px;
    overflow: visible; }
  .history-block .history-holder:before,
  .history-block .history-holder:after {
    display: none; }
  .history-block .history-holder:after {
    display: block;
    left: 2px; }
  .history-block .history-box {
    float: none !important;
    width: 100%;
    padding: 11px 21px 17px;
    margin: 0 0 49px; }
  .history-block .history-box.pull-right:after {
    left: -29px; }
  .history-block .history-box.pull-left:before {
    background-position: -23px 0;
    right: auto;
    left: -22px; }
  .history-block .history-box.pull-left:after {
    right: auto;
    left: -29px; }
  .history-block img.pull-right {
    float: none !important;
    display: block;
    margin: 0 0 15px; }
  .history-block img.center-block {
    margin: 0 0 15px; }
  .history-block .date {
    position: static;
    margin: 0 0 5px; }
  .history-block .next {
    display: none; }
  .page .back-to-top {
    width: 290px;
    padding: 16px 21px 11px; }
  .history-holder {
    padding: 0 0 20px; }
  .about-brambles .heading {
    padding: 14px 0; }
  .about-brambles p {
    font-size: 14px;
    line-height: 24px; }
  .about-brambles h2 {
    font: 300 17px/27px Roboto, Helvetica, Helvetica Neue, Arial, sans-serif;
    padding: 0 0 21px;
    margin: 0 0 6px; }
  .image-holder.add .image-item {
    margin: 0 0 14px; }
  .image-holder.add.pull-left {
    float: none !important;
    margin: 14px auto 21px; }
  .image-holder.add.pull-left .image-item.second {
    max-width: 100%; }
  .image-holder.add.pull-right {
    float: none !important;
    margin: 14px auto 21px; }
  .image-holder.add.pull-right .image-item.second {
    max-width: 100%; }
  .small-text {
    font-size: 12px;
    line-height: 17px; }
  .about-text.divider {
    margin: 0 0 12px;
    padding: 7px 0; }
  .about-text .image {
    margin: 0 auto 18px;
    width: 135px;
    display: block; }
  .about-text .image.image1 {
    width: 83px; }
  .numbered-list {
    font-size: 14px;
    line-height: 20px;
    padding: 34px 0 0 22px; }
  .numbered-list:after {
    width: 5px; }
  .numbered-list li {
    padding: 0 0 12px; }
  .page .blockquote {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    padding: 16px 0 8px; }
  .two-cols {
    display: none; }
  .image-gallery {
    padding: 14px 0; }
  .image-gallery h2 {
    font-size: 14px;
    line-height: 24px;
    margin: 0; }
  .image-gallery p {
    font-size: 12px;
    line-height: 17px;
    padding: 0 0 32px; }
  .image-gallery .col {
    width: 100%; }
  .table {
    /*display: none;*/ }
  .case-studies {
    padding: 0; }
  .case-studies h2 {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 0 0 14px;
    margin: 0 0 4px; }
  .case-studies .case-list {
    margin: 0; }
  .case-studies li {
    width: 196px;
    margin: 0 auto 5px; }
  .team-list .image-item {
    max-width: 80px;
    margin: 0 15px 0 0; }
  .team-list h2 {
    font-size: 14px;
    line-height: 18px; }
  .team-list h2 a {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px; }
  .team-list .autor {
    width: 57%; }
  .team-list .fa-sort-desc {
    top: 8px;
    margin: 0;
    font-size: 17px;
    right: 13px; }
  .team-list .list-opener {
    padding: 16px 24px 17px 11px; }
  .team-list .slide-holder {
    padding: 4px 12px 3px; }
  .team-list p {
    font-size: 14px;
    line-height: 20px; }
  .team-list .active .fa-times {
    font-size: 19px; }
  .team-list .active .opener {
    top: 11px;
    right: 12px; }
  .team-list .image-item.second {
    padding: 3px; }
  .video-block {
    padding: 10px 0 25px; }
  .video-block .left-col {
    margin: 0; }
  .presentation-heading {
    text-align: center;
    padding: 14px 10px 8px; }
  .presentation-heading h1 {
    float: none; }
  .presentation-heading .download-link {
    float: none;
    margin: 0 0 5px; }
  .meeting-block .meeting-holder {
    margin: 0 0 17px; }
  .meeting-block .info-list {
    float: none;
    max-width: 100%; }
  .meeting-block .accordion-list.second {
    margin: 0 0 33px; }
  .meeting-block .accordion-list.second .opener-slide {
    padding: 12px 29px 12px 13px; }
  .meeting-block .accordion-list.second .fa.fa-sort-desc {
    font-size: 18px;
    margin: 10px -4px 0 10px; }
  .map-block {
    float: none;
    width: 100%;
    text-align: center; }
  .map-block .link {
    font-size: 12px;
    padding: 5px 0 0 5px; }
  .webcast-box {
    margin: 0 12px 23px; }
  .webcast-box .image-item {
    float: none; }
  .webcast-box h2 {
    display: none; }
  .webcast-box .btn-holder {
    padding: 0 2px 4px; }
  .tabs-list {
    position: absolute;
    left: -999px; }
  .tab-content {
    padding: 13px 5px 13px 3px; }
  .tabset-holder .jcf-select {
    position: relative !important;
    left: 0 !important; }
  .key-financials h2.divider {
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 20px; }
  .key-financials .heading {
    padding: 0 0 14px; }
  #footer #footer-inner {
    padding: 19px 0; }
  #footer .text-box {
    width: 100%;
    padding-right: 0;
    margin: 0 0 15px; }
  #footer .logo-holder {
    width: 100%; }
  #footer .social-networks {
    display: inline-block;
    vertical-align: top;
    margin: -4px 10px 0;
    padding: 0; }
  #footer .footer-nav li {
    margin: 0 0 4px; }
  #footer .follow {
    width: 100%;
    margin: 20px 0 0;
    padding: 0 0 30px; }
  #footer .last-col {
    width: 100%; }
  .jcf-select {
    max-width: 100%;
    width: 100%; }
  .drop-box-home .left-menu {
    padding-bottom: 10px; }
    .drop-box-home .left-menu h1 {
      margin: 0;
      padding: 0;
      font-size: 18px;
      color: #000;
      line-height: 25px;
      margin-left: 13px;
      margin-top: 11px;
      border-bottom: none;
      float: left;
      font-weight: bold;
      height: 59px;
      align-items: center;
      display: flex;
      max-width: 220px; }
    .drop-box-home .left-menu .fa {
      color: #fff;
      font-size: 20px;
      background: #488ee3;
      border-radius: 25px;
      padding-left: 2px;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 24px;
      font-weight: normal;
      float: right;
      margin-right: 13px;
      padding-top: 8px;
      margin-top: 28px; } }

@media only screen and (max-width: 480px) {
  div#carouselnav {
    display: none !important; }
  div.sc_3_panel {
    float: none;
    display: inline-block;
    margin: 10px;
    text-align: left; }
  .btn-backtostart {
    float: none;
    display: block;
    margin: 0; }
  .desktop-only {
    display: none !important; }
  .sc_3_panel {
    margin: 0 !important; }
  .wide-for-iphone {
    width: 100%;
    float: none;
    padding-bottom: 200px; }
  div#nav-main a span:hover {
    text-decoration: underline; }
  #myCarousel .carousel-inner .item {
    padding-left: 0px !important;
    padding-right: 0px !important; }
    #myCarousel .carousel-inner .item .branch-logo {
      background: url(/Content/cms/sustainability-2018/eclipse.png) no-repeat top center;
      width: 100%;
      height: 111px;
      display: block;
      position: relative;
      top: 55px;
      z-index: 1; }
    #myCarousel .carousel-inner .item .thumbnail {
      width: 100%;
      border: none;
      height: auto;
      background-color: #fff;
      padding-top: 50px;
      min-height: 420px; }
      #myCarousel .carousel-inner .item .thumbnail .branch-desc {
        padding-left: 0px !important;
        padding-right: 0px !important; }
  #myCarousel .carousel-control {
    top: 10px !important; }
  #myCarousel2 .carousel-inner .item {
    padding-left: 0px !important;
    padding-right: 0px !important; }
    #myCarousel2 .carousel-inner .item .branch-logo {
      background: url(/Content/cms/sustainability-2018/eclipse.png) no-repeat top center;
      width: 100%;
      height: 111px;
      display: block;
      position: relative;
      top: 55px;
      z-index: 1; }
    #myCarousel2 .carousel-inner .item .thumbnail {
      width: 100%;
      border: none;
      height: auto;
      background-color: #fff;
      padding-top: 50px;
      min-height: 420px; }
      #myCarousel2 .carousel-inner .item .thumbnail .branch-desc {
        padding-left: 0px !important;
        padding-right: 0px !important; }
  #myCarousel2 .carousel-control {
    top: 10px !important; }
  .bxslider-partner-title h2 {
    font-size: 16px !important;
    line-height: 25px; } }

/* additional classes */
.anchor {
  position: relative;
  top: -100px;
  display: block;
  clear: both; }

.addthis_button_email {
  line-height: 16px; }

.featherlight {
  z-index: 10000; }

.featherlight .featherlight-content {
  max-width: 70%;
  max-height: 90%;
  padding: 50px 50px 0;
  border-bottom-width: 50px;
  overflow-x: hidden; }

.lightbox {
  display: none; }

.page .lightbox h1 {
  font-size: 42px;
  line-height: 34px;
  margin-top: 0px;
  margin-bottom: 40px;
  font-weight: 400; }

.page .lightbox .text-holder {
  min-width: 220px;
  min-height: 220px;
  width: 100%;
  border: 2px solid #ff0000;
  padding: 10px; }

.page .featherlight .bottom {
  border: 0px;
  border-bottom: 2px solid #ff0000;
  width: 100%;
  position: absolute;
  bottom: 0; }

.page .map-label h3 {
  color: #840000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  text-shadow: 1px 1px 5px white; }

.page .map-label p {
  color: #840000;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 5px white; }

.widget label.border {
  padding-bottom: 25px;
  border: none;
  border-bottom: 1px solid #d5dee2; }

.form-block {
  margin-bottom: 25px;
  max-width: 545px; }

.form-block .widget p {
  padding-bottom: 0; }

.form-block .widget p.intro {
  padding: 0 0 35px; }

@media only screen and (max-width: 767px) {
  .featherlight .featherlight-content {
    padding: 25px 25px 0;
    border-bottom-width: 25px; } }

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media only screen and (max-width: 767px) {
  .drop-slide-wrapper {
    display: none !important; } }

.accordion-list.second a.hyperlink :hover,
.accordion-list.second .active a.hyperlink {
  background: 0;
  text-decoration: none;
  color: #00508f;
  padding: 0; }

.accordion-holder table {
  margin: 0; }

.map-placeholder .map-image .title {
  position: absolute;
  top: 30px;
  left: 380px;
  display: inline-block;
  width: 400px; }
  @media only screen and (max-width: 991px) {
    .map-placeholder .map-image .title {
      display: none; } }

.map-placeholder .map-image .blue-block {
  position: absolute;
  top: 160px;
  right: 365px; }
  @media only screen and (max-width: 991px) {
    .map-placeholder .map-image .blue-block {
      display: none; } }

@media only screen and (min-width: 992px) {
  .map-placeholder .map-text {
    display: none; } }

.unsubscribe-input-container .input-placeholder-text {
  top: 12px; }

.countries-map #mapdiv {
  width: 100%;
  background-color: #EEEEEE;
  height: 500px; }

.countries-map .mapRegion .check-box {
  padding-left: 0;
  border-top: 1px solid #c1c1c1;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    .countries-map .mapRegion .check-box label {
      padding-top: 5px;
      padding-bottom: 5px; } }
  .countries-map .mapRegion .check-box.radio {
    margin: 0; }
  .countries-map .mapRegion .check-box.border-bottom {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px; }
  .countries-map .mapRegion .check-box.check-box-brand-container {
    /*padding-left: 15px;
                padding-right: 15px;*/ }
  .countries-map .mapRegion .check-box .check-holder {
    width: 100%; }
    .countries-map .mapRegion .check-box .check-holder .jcf-radio {
      float: left;
      margin-right: 5px; }
    .countries-map .mapRegion .check-box .check-holder .round {
      background: #fff;
      border-radius: 9px;
      height: 20px;
      width: 20px;
      position: absolute;
      top: 0;
      left: 0;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .countries-map .mapRegion .check-box .check-holder .round.chep {
        background: #009fe3; }
      .countries-map .mapRegion .check-box .check-holder .round.ifco {
        background: #0b8e36; }
      .countries-map .mapRegion .check-box .check-holder .round.all {
        background: #152c4b; }
      .countries-map .mapRegion .check-box .check-holder .round span {
        display: none;
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        background: #3b87e5;
        border-radius: 100%; }
  .countries-map .mapRegion .check-box .check-holder.check-box-container {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media only screen and (max-width: 991px) {
      .countries-map .mapRegion .check-box .check-holder.check-box-container {
        display: inline-block; } }
  .countries-map .mapRegion .check-box .round-label {
    margin-left: 10px; }
  .countries-map .mapRegion .check-box label {
    margin-bottom: 0; }
  .countries-map .mapRegion .check-box label.check-box-item {
    display: inline-block; }
    @media only screen and (max-width: 991px) {
      .countries-map .mapRegion .check-box label.check-box-item {
        width: 100%;
        display: inline-block; } }
  .countries-map .mapRegion .check-box label span.radio-label {
    font-size: 14px;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    float: left; }

.countries-map .mapRegion .chepIcon {
  background: url(../img/ChepLogo.png);
  width: 93px;
  height: 55px;
  display: block;
  float: right; }

.countries-map .mapRegion .ifcoIcon {
  background: url(../img/IfcoLogo.png);
  width: 88px;
  height: 55px;
  display: block;
  float: right; }

.countries-map .mapRegion .bxbdigitalIcon {
  background: url(../img/bxbdigitalIcon.png);
  width: 88px;
  height: 55px;
  display: block;
  float: right; }

.countries-map .mapRegion .kegstarIcon {
  background: url(../img/kegstarIcon.png);
  width: 88px;
  height: 55px;
  display: block;
  float: right; }

.countries-map .mapRegion .logoPlaceholder {
  width: 88px;
  height: 55px;
  display: block;
  float: right; }

.countries-map .mapRegion .heading .logoPlaceholder {
  margin-top: -16px; }

.countries-map .mapRegion .mapAccordion .row-box .text {
  margin-top: 14px;
  float: left; }

.countries-map .mapRegion .mapAccordion .row-box.heading {
  color: #2f2f2f;
  border-top: none; }

.countries-map .mapRegion .mapAccordion .row-box.heading .right {
  margin-top: 14px; }

.countries-map .mapRegion .mapAccordion .accordion-holder {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; }

.countries-map .mapRegion .mapAccordion .row-box {
  padding-top: 10px;
  padding-bottom: 10px; }

.countries-map .mapRegion .heading .right {
  margin-right: 8px; }

.countries-map .mapRegion #mapdiv .amcharts-main-div .amcharts-chart-div > a {
  display: none !important; }

.webcasts-form .meeting-block .info-list, .about-brambles .meeting-block .info-list {
  max-width: none; }

#content-related-content {
  margin: 0 0 62px;
  border-bottom: 1px solid #c1c1c1;
  border-top: none; }
  #content-related-content .panel-default {
    border-top: 1px solid #c1c1c1;
    border-bottom: none; }
    #content-related-content .panel-default .panel-heading:hover {
      background: #d5dee2 !important; }
    #content-related-content .panel-default .panel-heading h4.panel-title {
      margin: 0; }
      #content-related-content .panel-default .panel-heading h4.panel-title a {
        line-height: 27px;
        padding: 15px 77px 17px 13px;
        background: #d5dee2; }
        #content-related-content .panel-default .panel-heading h4.panel-title a span {
          float: none;
          width: auto;
          color: #2f2f2f;
          font-weight: bold; }
        #content-related-content .panel-default .panel-heading h4.panel-title a .fa.fa-sort-desc {
          right: 16px;
          position: absolute;
          top: 50%;
          font-size: 21px;
          margin: -14px 0 0 10px;
          color: #696975; }
        #content-related-content .panel-default .panel-heading h4.panel-title a.collapsed {
          background: none; }
          #content-related-content .panel-default .panel-heading h4.panel-title a.collapsed .fa {
            color: #c1c1c1; }
        #content-related-content .panel-default .panel-heading h4.panel-title a:hover {
          background: #d5dee2 !important; }
          #content-related-content .panel-default .panel-heading h4.panel-title a:hover .fa {
            color: #696975; }
    #content-related-content .panel-default .panel-body {
      padding: 19px 15px 0; }
      #content-related-content .panel-default .panel-body p {
        margin: 0; }
      #content-related-content .panel-default .panel-body > .panel > .panel-heading > h4.panel-title a {
        padding-left: 38px; }
        #content-related-content .panel-default .panel-body > .panel > .panel-heading > h4.panel-title a span {
          font-weight: normal; }
  #content-related-content h4.panel-title a span.level-1 {
    font-size: 18px !important; }
  #content-related-content h4.panel-title a span.level-2 {
    font-size: 16px !important;
    font-weight: bold !important; }
  #content-related-content h4.panel-title a span.level-3 {
    font-size: 16px !important;
    font-weight: normal !important;
    margin-left: 35px !important; }

#videoModal1 {
  z-index: 9995; }
  #videoModal1 .modal-body {
    padding: 0; }

#videoModal2 {
  z-index: 9995; }
  #videoModal2 .modal-body {
    padding: 0; }
  @media (min-width: 768px) {
    #videoModal2 .modal-dialog {
      width: 700px; } }

.modal-open #primary-navbar {
  position: static !important; }

.modal-open #nav-main {
  display: none; }
  .modal-open #nav-main .drop-slide-wrapper {
    display: none !important; }

.popglossary {
  min-width: 300px; }

.share-price-widget .share-price-subtitle {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  clear: left;
  display: inline-block;
  font-weight: normal;
  margin-top: 15px; }

body.sustainability {
  background-color: #F2FDF5; }
  body.sustainability #main-body {
    max-width: 1165px; }
    body.sustainability #main-body .logo-container {
      height: 50px;
      display: table-cell;
      vertical-align: middle;
      float: right; }
      body.sustainability #main-body .logo-container img {
        padding-left: 25px; }
        body.sustainability #main-body .logo-container img.chep-logo, body.sustainability #main-body .logo-container img.ifco-logo {
          margin-top: 4px; }
  body.sustainability .topbar {
    background-color: #00508F;
    overflow: hidden; }
  body.sustainability .topbar-nobg {
    background: none !important;
    margin-bottom: 0; }
  body.sustainability .breadcrumb {
    background: transparent none repeat scroll 0 center;
    float: left;
    font-size: 12px;
    line-height: 23px;
    margin: 0;
    padding: 0; }
  body.sustainability .breadcrumb a {
    text-decoration: underline;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  body.sustainability .breadcrumb a:hover, body.sustainability .breadcrumb a:focus, body.sustainability .breadcrumb a:active {
    background: transparent none repeat scroll 0 center;
    color: #696975; }
  body.sustainability .breadcrumb a:hover, body.sustainability .breadcrumb a:focus {
    text-decoration: none; }
  body.sustainability .breadcrumb a.pressed {
    font-weight: 400; }
  body.sustainability .text-block {
    font-size: 12px;
    line-height: 15px;
    padding: 0; }
  body.sustainability .text-block a {
    text-decoration: none;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  body.sustainability .text-block a:hover, body.sustainability .text-block a:focus, body.sustainability .text-block a:active {
    background: transparent none repeat scroll 0 center;
    color: #696975;
    text-decoration: underline; }
  body.sustainability .text-block a i {
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    margin: 2px 4px 0 0; }
  body.sustainability .text-block .font-box {
    float: left;
    margin: 0 28px 0 0; }
  body.sustainability .text-block .font {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding: 0 1px 0 0; }
  body.sustainability .text-block .font span {
    font-size: 20px;
    line-height: 23px; }
  body.sustainability .text-block .print-box, body.sustainability .text-block .download-box {
    margin: 0 21px 0 0; }
  body.sustainability .btn-item {
    float: right;
    list-style-type: none;
    margin: 2px 0 0; }
    body.sustainability .btn-item .addthis_button_email img {
      vertical-align: top; }
    body.sustainability .btn-item .sosial-share {
      margin-top: -1px; }
      body.sustainability .btn-item .sosial-share span {
        font-weight: 400;
        line-height: 15px;
        font-size: 12px;
        font-family: "Roboto", sans-serif !important; }
      body.sustainability .btn-item .sosial-share .list-inline {
        margin: 0;
        line-height: 23px; }
  body.sustainability .heading {
    overflow: hidden;
    padding: 0 0 30px; }
  body.sustainability .heading h1 {
    margin: 0;
    margin-top: 30px; }
  body.sustainability .box2 {
    height: 190px; }
  body.sustainability .box {
    background-color: #243650;
    color: #fff;
    position: relative;
    margin-bottom: 20px; }
    body.sustainability .box a {
      color: #fff; }
    body.sustainability .box img {
      width: 100%; }
    body.sustainability .box h3 {
      position: absolute;
      top: 15px;
      left: 20px;
      font-size: 18px;
      font-weight: 500;
      text-decoration: underline;
      padding: 0;
      margin: 0;
      color: #fff; }
    body.sustainability .box .slider {
      list-style: none;
      padding: 0;
      margin: 0; }
      body.sustainability .box .slider .more {
        text-transform: uppercase;
        color: #fff;
        position: absolute;
        bottom: 12px;
        right: 15px;
        text-decoration: none;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        body.sustainability .box .slider .more:hover {
          color: #397ed5; }
    body.sustainability .box .review-list {
      list-style: none;
      padding: 42px 20px 0;
      margin: 0; }
      body.sustainability .box .review-list li {
        padding: 8px 0;
        overflow: hidden; }
        body.sustainability .box .review-list li:first-child p {
          padding-top: 10px; }
      body.sustainability .box .review-list a {
        text-decoration: none;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        body.sustainability .box .review-list a:hover, body.sustainability .box .review-list a:hover p {
          color: #3b87e5; }
      body.sustainability .box .review-list p {
        padding: 0;
        float: left;
        width: 80%;
        line-height: 1.2;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        color: #000 !important;
        font-size: 15px;
        font-weight: bold; }
        body.sustainability .box .review-list p a {
          font-size: 15px; }
      body.sustainability .box .review-list span {
        display: block;
        float: right;
        text-align: center;
        font-size: 13px;
        line-height: 13px; }
        body.sustainability .box .review-list span .fa {
          display: block;
          font-size: 16px; }
          body.sustainability .box .review-list span .fa.fa-external-link {
            margin-right: 2px;
            margin-top: 8px; }
  body.sustainability .pg-plan-19 a.title {
    color: #fff !important;
    z-index: 2;
    text-decoration: underline; }
    body.sustainability .pg-plan-19 a.title:hover {
      color: #029258 !important; }
  body.sustainability .pg-buss-19 a.title {
    color: #fff !important;
    z-index: 2;
    text-decoration: underline; }
    body.sustainability .pg-buss-19 a.title:hover {
      color: #f8b91a !important; }
  body.sustainability .pg-comm-19 a.title {
    color: #fff !important;
    z-index: 2;
    text-decoration: underline; }
    body.sustainability .pg-comm-19 a.title:hover {
      color: #13c2f3 !important; }
  body.sustainability .better-planet-goals-slider a:hover:after {
    background: none !important; }
  body.sustainability .better-planet-goals-slider a.title {
    color: #102b4c;
    z-index: 2;
    text-decoration: underline; }
    body.sustainability .better-planet-goals-slider a.title:hover {
      color: #029258; }
  body.sustainability .better-planet-goals-slider a.lnk {
    margin-bottom: 0; }
  body.sustainability .better-planet-goals-slider a.bx-pager-link {
    background: #80c8ab; }
    body.sustainability .better-planet-goals-slider a.bx-pager-link.active, body.sustainability .better-planet-goals-slider a.bx-pager-link:hover {
      background: #FFFFFF; }
  body.sustainability .better-planet-goals-slider a.more {
    bottom: 12px;
    right: 15px;
    margin-bottom: 5px;
    color: #80c8ab !important; }
    body.sustainability .better-planet-goals-slider a.more:hover {
      color: #029258 !important; }
  body.sustainability .better-planet-goals-slider .bx-pager {
    left: 20px;
    bottom: 0;
    top: inherit;
    right: inherit; }
  body.sustainability .better-planet-goals-slider-2018 a:hover:after {
    background: none !important; }
  body.sustainability .better-planet-goals-slider-2018 a.title {
    color: #fff;
    z-index: 2;
    text-decoration: underline; }
    body.sustainability .better-planet-goals-slider-2018 a.title:hover {
      color: #029258; }
  body.sustainability .better-planet-goals-slider-2018 a.lnk {
    margin-bottom: 0; }
  body.sustainability .better-planet-goals-slider-2018 a.bx-pager-link {
    background: #80c8ab; }
    body.sustainability .better-planet-goals-slider-2018 a.bx-pager-link.active, body.sustainability .better-planet-goals-slider-2018 a.bx-pager-link:hover {
      background: #FFF; }
  body.sustainability .better-planet-goals-slider-2018 a.more {
    bottom: 12px;
    right: 15px;
    margin-bottom: 5px;
    color: #80c8ab !important; }
    body.sustainability .better-planet-goals-slider-2018 a.more:hover {
      color: #029258 !important; }
  body.sustainability .better-planet-goals-slider-2018 .bx-pager {
    left: 20px;
    bottom: 0px;
    top: inherit;
    right: inherit; }
  body.sustainability .better-business-goals-slider a:hover:after {
    background: none !important; }
  body.sustainability .better-business-goals-slider a.title {
    color: #102b4c;
    z-index: 2;
    text-decoration: underline; }
    body.sustainability .better-business-goals-slider a.title:hover {
      color: #f8b91a; }
  body.sustainability .better-business-goals-slider a.lnk {
    margin-bottom: 0; }
  body.sustainability .better-business-goals-slider a.bx-pager-link {
    background: #fbdc8c; }
    body.sustainability .better-business-goals-slider a.bx-pager-link.active, body.sustainability .better-business-goals-slider a.bx-pager-link:hover {
      background: #FFFFFF; }
      body.sustainability .better-business-goals-slider a.bx-pager-link.active:after, body.sustainability .better-business-goals-slider a.bx-pager-link:hover:after {
        background: none; }
  body.sustainability .better-business-goals-slider a.more {
    bottom: 12px;
    right: 15px;
    margin-bottom: 5px;
    color: #fbdc8c !important; }
    body.sustainability .better-business-goals-slider a.more:hover {
      color: #f8b91a !important; }
  body.sustainability .better-business-goals-slider .bx-pager {
    left: 20px;
    bottom: 0;
    top: inherit;
    right: inherit; }
  body.sustainability .better-business-goals-slider-2018 a:hover:after {
    background: none !important; }
  body.sustainability .better-business-goals-slider-2018 a.title {
    color: #fff;
    z-index: 2;
    text-decoration: underline; }
    body.sustainability .better-business-goals-slider-2018 a.title:hover {
      color: #f8b91a; }
  body.sustainability .better-business-goals-slider-2018 a.lnk {
    margin-bottom: 0; }
  body.sustainability .better-business-goals-slider-2018 a.bx-pager-link {
    background: #fbdc8c; }
    body.sustainability .better-business-goals-slider-2018 a.bx-pager-link.active, body.sustainability .better-business-goals-slider-2018 a.bx-pager-link:hover {
      background: #FFF; }
      body.sustainability .better-business-goals-slider-2018 a.bx-pager-link.active:after, body.sustainability .better-business-goals-slider-2018 a.bx-pager-link:hover:after {
        background: none; }
  body.sustainability .better-business-goals-slider-2018 a.more {
    bottom: 12px;
    right: 15px;
    margin-bottom: 5px;
    color: #fbdc8c !important; }
    body.sustainability .better-business-goals-slider-2018 a.more:hover {
      color: #f8b91a !important; }
  body.sustainability .better-business-goals-slider-2018 .bx-pager {
    left: 20px;
    bottom: 0px;
    top: inherit;
    right: inherit; }
  body.sustainability .better-communities-goals-slider a:hover:after {
    background: none !important; }
  body.sustainability .better-communities-goals-slider a.title {
    color: #102b4c;
    z-index: 2;
    text-decoration: underline; }
    body.sustainability .better-communities-goals-slider a.title:hover {
      color: #13c2f3; }
  body.sustainability .better-communities-goals-slider a.lnk {
    margin-bottom: 0; }
  body.sustainability .better-communities-goals-slider a.bx-pager-link {
    background: #89e0f9; }
    body.sustainability .better-communities-goals-slider a.bx-pager-link.active, body.sustainability .better-communities-goals-slider a.bx-pager-link:hover {
      background: #FFFFFF; }
      body.sustainability .better-communities-goals-slider a.bx-pager-link.active:after, body.sustainability .better-communities-goals-slider a.bx-pager-link:hover:after {
        background: none; }
  body.sustainability .better-communities-goals-slider a.more {
    bottom: 12px;
    right: 15px;
    margin-bottom: 5px;
    color: #89e0f9 !important; }
    body.sustainability .better-communities-goals-slider a.more:hover {
      color: #13c2f3 !important; }
  body.sustainability .better-communities-goals-slider .bx-pager {
    left: 20px;
    bottom: 0;
    top: inherit;
    right: inherit; }
  body.sustainability .better-communities-goals-slider-2018 a:hover:after {
    background: none !important; }
  body.sustainability .better-communities-goals-slider-2018 a.title {
    color: #FFF;
    z-index: 2;
    text-decoration: underline; }
    body.sustainability .better-communities-goals-slider-2018 a.title:hover {
      color: #13c2f3; }
  body.sustainability .better-communities-goals-slider-2018 a.lnk {
    margin-bottom: 0; }
  body.sustainability .better-communities-goals-slider-2018 a.bx-pager-link {
    background: #89e0f9; }
    body.sustainability .better-communities-goals-slider-2018 a.bx-pager-link.active, body.sustainability .better-communities-goals-slider-2018 a.bx-pager-link:hover {
      background: #FFF; }
      body.sustainability .better-communities-goals-slider-2018 a.bx-pager-link.active:after, body.sustainability .better-communities-goals-slider-2018 a.bx-pager-link:hover:after {
        background: none; }
  body.sustainability .better-communities-goals-slider-2018 a.more {
    bottom: 12px;
    right: 15px;
    margin-bottom: 5px;
    color: #89e0f9 !important; }
    body.sustainability .better-communities-goals-slider-2018 a.more:hover {
      color: #13c2f3 !important; }
  body.sustainability .better-communities-goals-slider-2018 .bx-pager {
    left: 20px;
    bottom: 0px;
    top: inherit;
    right: inherit; }
  body.sustainability .better-list a {
    display: block;
    position: relative;
    margin-bottom: 20px;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    body.sustainability .better-list a:hover:after {
      position: absolute;
      width: 100%;
      height: 100%;
      content: '';
      top: 0;
      left: 0;
      background: url(/Content/img/bg-hover.png) repeat 0 0; }
  body.sustainability .better-list img {
    width: 100%; }

@media only screen and (max-width: 1024px) {
  body.sustainability .breadcrumb, body.sustainability .text-block {
    display: none; }
  body.sustainability .box .slider {
    /*padding-top: 15px;*/ }
  body.sustainability .box .review-list li {
    padding: 5px 0; }
  body.sustainability .padImg {
    padding-top: 30px; }
  body.sustainability .logo-container img {
    padding-left: 15px !important; } }

@media only screen and (max-width: 1023px) {
  body.sustainability .box .padImg {
    width: auto;
    margin: 0 auto;
    display: block; }
  body.sustainability .box2 img {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  body.sustainability .box2 {
    height: auto;
    padding-bottom: 0; }
  body.sustainability .box3 {
    margin-bottom: 24px !important; }
  body.sustainability .heading {
    padding-bottom: 10px !important; }
  body.sustainability .logo-container {
    float: left !important;
    height: 24px !important;
    margin-bottom: 20px; }
    body.sustainability .logo-container img {
      padding-left: 0 !important;
      padding-right: 12px !important; }
      body.sustainability .logo-container img.brambles-logo {
        width: 100px !important; }
      body.sustainability .logo-container img.vertical-bar {
        width: 13px;
        height: 22px !important; }
      body.sustainability .logo-container img.chep-logo {
        width: 60px !important; }
      body.sustainability .logo-container img.ifco-logo {
        width: 48px !important; }
  .topbar-right {
    display: table-cell;
    text-align: center; }
    .topbar-right .global-social-sharing-icons-container {
      float: none !important;
      display: inline-block; } }

@media only screen and (max-width: 639px) {
  body.sustainability .box .padImg {
    width: 280px; } }

.btn-transcript {
  margin-left: 8px; }

/**************** New ****************/
#nav-main .has-drop .drop .drop-box-white {
  background: #f1f3f4; }
  #nav-main .has-drop .drop .drop-box-white p {
    padding: 0px 4px;
    margin: 0px 5px; }
  #nav-main .has-drop .drop .drop-box-white a {
    padding: 10px 8px;
    margin: 0 0 8px; }
    #nav-main .has-drop .drop .drop-box-white a .fa-angle-right {
      color: #02316b;
      top: 10px; }

#nav-main .has-drop .drop a {
  background-color: transparent !important;
  color: #00508f;
  margin: 0 0 6px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0;
  text-align: left;
  padding: 8px;
  height: auto;
  position: relative;
  font-size: 15px; }

.result-list {
  margin: 0 -25px; }
  .result-list [class*="col-"] {
    padding: 0 10px; }
  .result-list .widget {
    padding: 6px 12px;
    height: 218px;
    margin: 0 0 20px; }
    .result-list .widget h3 {
      color: #102b4c;
      font-size: 16px;
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 10px; }
    .result-list .widget .doc-list, .result-list .widget .webcast-list {
      padding: 0;
      margin: 0;
      list-style: none; }
    .result-list .widget .doc-list li {
      border-bottom: 1px solid #c1c1c1; }
      .result-list .widget .doc-list li:first-child {
        border-top: 1px solid #c1c1c1; }
      .result-list .widget .doc-list li a {
        display: block;
        padding: 10px 3px;
        font-size: 17px; }
        .result-list .widget .doc-list li a .fa {
          float: right;
          font-size: 22px; }
    .result-list .widget .webcast-list {
      background: url(/Content/img/line.png) no-repeat center center;
      overflow: hidden; }
      .result-list .widget .webcast-list li {
        width: 50%;
        float: left;
        text-align: center; }
        .result-list .widget .webcast-list li a {
          display: block;
          padding: 10px; }
          .result-list .widget .webcast-list li a .fa {
            font-size: 37px; }
          .result-list .widget .webcast-list li a .fa-file-text-o, .result-list .widget .webcast-list li a .fa-list-alt {
            font-size: 30px; }
          .result-list .widget .webcast-list li a.disabled {
            cursor: default;
            color: #b7b7b7; }
          .result-list .widget .webcast-list li a span {
            text-transform: uppercase;
            display: block;
            margin-top: 5px;
            font-size: 12px;
            font-weight: bold; }
  .result-list .widget-bg {
    padding: 0; }
    .result-list .widget-bg a {
      padding: 6px 12px;
      background-repeat: no-repeat;
      background-position: center 0;
      display: block;
      height: 100%;
      position: relative; }
      .result-list .widget-bg a:hover:after {
        background: url(/Content/img/bg-hover.png) repeat 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
  .result-list .widget-ceo a {
    background-image: url(/Content/img/result-ceo.png); }
  .result-list .widget-bus a {
    background-image: url(/Content/img/result-bus-review.png); }
  .result-list .widget-fin a {
    background-image: url(/Content/img/result-fin-review.png); }
  .result-list .widget-sco a {
    background-image: url(/Content/img/result-2015-scorecard.png); }

@media only screen and (max-width: 767px) {
  .result-list .widget {
    width: 236px;
    margin: 0 auto 20px; } }

@media only screen and (max-width: 1024px) {
  .btn-prymary.gray {
    padding: 20px 5px 20px 10px; }
  .widget .price a {
    font-size: 60px; }
  .widget .image-holder .img-responsive {
    margin: 0 auto; } }

@media only screen and (max-width: 768px) {
  .btn-prymary.gray {
    padding: 20px 20px 20px 20px;
    font-size: 14px;
    line-height: 21px; }
    .btn-prymary.gray .fa-external-link {
      display: block; }
  .widget .price a {
    font-size: 40px; }
  .widget .image-holder .img-responsive {
    margin: 0 auto; } }

.img-block {
  display: block;
  margin-bottom: 20px; }

#report-form .jcf-select {
  width: 100%;
  height: 50px;
  min-width: 1px; }
  #report-form .jcf-select .jcf-select-text {
    margin-top: 10px; }
  #report-form .jcf-select .jcf-select-opener {
    top: 5px; }

#report-form .widget {
  background: none;
  margin-top: 2px;
  border: none;
  box-shadow: none;
  padding: 0; }
  #report-form .widget label {
    margin-bottom: 22px;
    font-size: 15px; }
  #report-form .widget input {
    margin-top: 5px; }
  #report-form .widget input[type="text"] {
    background: none; }
  #report-form .widget .input-placeholder-text {
    top: 25px; }

#report-form .submit {
  background: #fff;
  border: 1px solid #d5dee2;
  display: inline-block;
  height: 50px;
  min-width: 160px; }
  #report-form .submit:hover {
    background: #e2edfb; }

#report-form .check-box {
  margin-left: 10px; }
  #report-form .check-box .check-holder label {
    font-size: 15px;
    color: #0d386c;
    font-weight: normal; }

#request-form {
  display: none; }
  #request-form .jcf-select {
    width: 100%;
    height: 50px;
    min-width: 1px; }
    #request-form .jcf-select .jcf-select-text {
      margin-top: 10px; }
    #request-form .jcf-select .jcf-select-opener {
      top: 5px; }
  #request-form .widget {
    margin: 0; }
    #request-form .widget label {
      margin-bottom: 22px;
      font-size: 15px; }
    #request-form .widget input {
      margin-top: 5px; }
  #request-form .top-select {
    margin: 0 -24px;
    padding-bottom: 20px; }
    #request-form .top-select .jcf-select {
      margin-bottom: 0;
      border-left: none;
      border-right: none; }
    #request-form .top-select .jcf-select-ddl-year {
      border-bottom: 0; }
  #request-form .check-box {
    margin-left: 10px;
    padding-bottom: 0; }
    #request-form .check-box .check-holder label {
      font-size: 15px;
      color: #0d386c;
      font-weight: normal; }

.ddl-year-multi-selection {
  border: 1px solid #d5dee2;
  padding: 0 17px;
  margin-bottom: 12px;
  background: #fff;
  font-size: 15px;
  line-height: 19px;
  color: #2f2f2f; }
  .ddl-year-multi-selection .opener-holder {
    margin: 0 -17px 0 -17px; }
    .ddl-year-multi-selection .opener-holder li {
      border-top: none; }
      .ddl-year-multi-selection .opener-holder li .opener-menu {
        padding: 16px 32px 18px 18px; }
        .ddl-year-multi-selection .opener-holder li .opener-menu:after {
          right: 12px; }
      .ddl-year-multi-selection .opener-holder li .check-holder {
        width: 100%; }
        .ddl-year-multi-selection .opener-holder li .check-holder label {
          font-size: 13px;
          margin: 0 0 15px;
          line-height: 16px;
          color: #0d386c;
          font-weight: normal;
          display: block;
          position: relative; }

.request-annual-report-widget-form {
  margin-bottom: 30px;
  padding-bottom: 34px; }
  .request-annual-report-widget-form .ddl-year-multi-selection {
    border: none;
    margin-bottom: 0; }
  .request-annual-report-widget-form h2 {
    /*font-size: 22px;
        line-height: 25px;
        font-weight: normal;
        padding: 0 23px 24px 25px;
        color: #2f2f2f;
        border-bottom: 1px solid #d5dee2;
        overflow: hidden;*/ }
  .request-annual-report-widget-form .widget {
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
    .request-annual-report-widget-form .widget h2 {
      margin-bottom: 0;
      font-size: 21px; }

.submit-request-annual-report-print-type-check-box {
  width: auto;
  float: left; }
  .submit-request-annual-report-print-type-check-box .check-holder:first-child {
    width: auto; }

.captcha-container {
  float: left;
  margin-left: 0px;
  margin-bottom: 30px; }

#report-form .btn-submit-request-annual-report-done {
  float: left;
  margin-top: 15px; }

.request-annual-report-widget-form .captcha-container {
  margin-left: 0px; }

.request-annual-report-widget-form #request-form {
  clear: both;
  float: left; }
  .request-annual-report-widget-form #request-form .widget {
    background: #fff;
    padding-left: 20px;
    padding-right: 20px; }

.page-sustainability-case-studies-detail .case-study-grid-introduction h3, .page-sustainability-case-studies-detail .case-study-grid-introduction p {
  font-size: 22px; }

.page-sustainability-case-studies-detail .case-study-grid-introduction h3 {
  font-weight: normal;
  text-transform: uppercase; }

.page-sustainability-case-studies-detail .case-study-grid-introduction[data-framework-id="1"] {
  border-color: #0d955b; }
  .page-sustainability-case-studies-detail .case-study-grid-introduction[data-framework-id="1"] h3 {
    color: #0d955b; }

.page-sustainability-case-studies-detail .case-study-grid-introduction[data-framework-id="2"] {
  border-color: #faba17; }
  .page-sustainability-case-studies-detail .case-study-grid-introduction[data-framework-id="2"] h3 {
    color: #faba17; }

.page-sustainability-case-studies-detail .case-study-grid-introduction[data-framework-id="3"] {
  border-color: #23c3f3; }
  .page-sustainability-case-studies-detail .case-study-grid-introduction[data-framework-id="3"] h3 {
    color: #23c3f3; }

.page-sustainability-case-studies-detail .video-details-container {
  border: 1px solid #d5dee2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 32px;
  background: #fff;
  font-size: 15px;
  line-height: 19px;
  color: #2f2f2f;
  padding: 15px 20px;
  display: inline-block;
  width: 100%; }
  .page-sustainability-case-studies-detail .video-details-container .video-title {
    padding: 12px;
    font-size: 24px;
    color: #2f2f2f;
    font-weight: bold;
    float: left;
    width: 270px;
    height: 79px;
    vertical-align: middle;
    line-height: 26px; }
  .page-sustainability-case-studies-detail .video-details-container .video-thumb-container {
    float: right; }
    .page-sustainability-case-studies-detail .video-details-container .video-thumb-container .video-thumb {
      padding-right: 15px;
      width: 139px;
      height: 79px; }
    .page-sustainability-case-studies-detail .video-details-container .video-thumb-container .vimeo-modal img {
      width: 139px;
      height: 79px; }

.page-sustainability-case-studies-detail .back-to-all-case-studies-container .text-holder {
  background: #ffffff;
  border-top: 1px solid #d5dee2; }
  .page-sustainability-case-studies-detail .back-to-all-case-studies-container .text-holder .link-icon {
    color: #005696;
    padding-left: 0; }
  .page-sustainability-case-studies-detail .back-to-all-case-studies-container .text-holder .link-text {
    color: #005696;
    padding-left: 20px; }

#sustainabilityQuestionnaireModal {
  overflow: auto; }
  #sustainabilityQuestionnaireModal .modal-dialog {
    width: 860px; }
    #sustainabilityQuestionnaireModal .modal-dialog .modal-header {
      padding: 30px 60px 30px 40px;
      position: relative;
      border-bottom: none; }
      #sustainabilityQuestionnaireModal .modal-dialog .modal-header .close {
        position: absolute; }
        #sustainabilityQuestionnaireModal .modal-dialog .modal-header .close.close-icon {
          right: 32px;
          color: #163050;
          font-size: 40px; }
        #sustainabilityQuestionnaireModal .modal-dialog .modal-header .close.close-txt {
          right: 20px;
          top: 62px;
          font-size: 14px;
          text-transform: uppercase;
          color: #0074ff; }
      #sustainabilityQuestionnaireModal .modal-dialog .modal-header #sustainabilityQuestionnaireModalLabel {
        font-size: 24px;
        color: #10396a; }
      #sustainabilityQuestionnaireModal .modal-dialog .modal-header .sub-title {
        font-size: 20px;
        color: #10396a;
        padding-top: 7px; }
    #sustainabilityQuestionnaireModal .modal-dialog .sustainability-questionnaire-modal-body {
      padding: 0 60px 30px 40px; }
      #sustainabilityQuestionnaireModal .modal-dialog .sustainability-questionnaire-modal-body .check-box-container .check-box {
        padding: 0; }
        #sustainabilityQuestionnaireModal .modal-dialog .sustainability-questionnaire-modal-body .check-box-container .check-box label {
          font-size: 14px;
          color: #122c4b;
          font-weight: normal; }
          #sustainabilityQuestionnaireModal .modal-dialog .sustainability-questionnaire-modal-body .check-box-container .check-box label.lbl-shareholder-investor-type {
            padding-left: 20px; }
          #sustainabilityQuestionnaireModal .modal-dialog .sustainability-questionnaire-modal-body .check-box-container .check-box label.lbl-customer-type {
            padding-left: 20px; }
          #sustainabilityQuestionnaireModal .modal-dialog .sustainability-questionnaire-modal-body .check-box-container .check-box label.lbl-other-type {
            padding-left: 20px; }
      #sustainabilityQuestionnaireModal .modal-dialog .sustainability-questionnaire-modal-body .chk-other-type-container {
        margin-bottom: 11px; }
        #sustainabilityQuestionnaireModal .modal-dialog .sustainability-questionnaire-modal-body .chk-other-type-container .input-placeholder-text {
          position: absolute;
          left: 10px;
          top: 10px;
          color: #5e5e5e;
          font-size: 14px;
          font-weight: normal; }
        #sustainabilityQuestionnaireModal .modal-dialog .sustainability-questionnaire-modal-body .chk-other-type-container textarea {
          width: 750px;
          border: 1px solid #00508f;
          padding: 10px;
          color: #5e5e5e;
          font-size: 14px;
          font-weight: normal; }
      #sustainabilityQuestionnaireModal .modal-dialog .sustainability-questionnaire-modal-body .btn-container .btn-submit {
        background: #163050;
        color: #ffffff;
        font-size: 20px;
        text-transform: uppercase;
        border: none;
        width: 368px;
        height: 60px; }
      #sustainabilityQuestionnaireModal .modal-dialog .sustainability-questionnaire-modal-body .btn-container .btn-close {
        background: #919191;
        color: #ffffff;
        font-size: 14px;
        border: none;
        width: 368px;
        height: 60px;
        margin-left: 10px; }
  @media only screen and (max-width: 768px) {
    #sustainabilityQuestionnaireModal .modal-dialog {
      width: 300px;
      margin: 30px auto; }
      #sustainabilityQuestionnaireModal .modal-dialog .modal-header {
        padding: 30px 15px 8px 15px; }
        #sustainabilityQuestionnaireModal .modal-dialog .modal-header .close.close-icon {
          top: -3px;
          right: 66px; }
        #sustainabilityQuestionnaireModal .modal-dialog .modal-header .close.close-txt {
          top: 13px;
          right: 16px; }
        #sustainabilityQuestionnaireModal .modal-dialog .modal-header #sustainabilityQuestionnaireModalLabel {
          font-size: 15px; }
        #sustainabilityQuestionnaireModal .modal-dialog .modal-header .sub-title {
          font-size: 14px;
          padding-top: 7px; }
      #sustainabilityQuestionnaireModal .modal-dialog .sustainability-case-studies-questionnaire-modal-body {
        padding: 0 15px 15px 15px; }
        #sustainabilityQuestionnaireModal .modal-dialog .sustainability-case-studies-questionnaire-modal-body .check-box-container .check-box label.lbl-employee-type {
          padding: 0;
          margin-bottom: 5px;
          display: block; }
        #sustainabilityQuestionnaireModal .modal-dialog .sustainability-case-studies-questionnaire-modal-body .check-box-container .check-box label.lbl-shareholder-investor-type {
          padding: 0;
          margin-bottom: 5px;
          display: block; }
        #sustainabilityQuestionnaireModal .modal-dialog .sustainability-case-studies-questionnaire-modal-body .check-box-container .check-box label.lbl-customer-type {
          padding: 0;
          margin-bottom: 5px;
          display: block; }
        #sustainabilityQuestionnaireModal .modal-dialog .sustainability-case-studies-questionnaire-modal-body .check-box-container .check-box label.lbl-other-type {
          padding: 0;
          margin-bottom: 5px;
          display: block; }
        #sustainabilityQuestionnaireModal .modal-dialog .sustainability-case-studies-questionnaire-modal-body .check-box-container .check-box label .jcf-checkbox {
          margin-right: 5px; }
        #sustainabilityQuestionnaireModal .modal-dialog .sustainability-case-studies-questionnaire-modal-body .chk-other-type-container {
          margin-top: 4px;
          margin-bottom: 12px; }
          #sustainabilityQuestionnaireModal .modal-dialog .sustainability-case-studies-questionnaire-modal-body .chk-other-type-container .input-placeholder-text {
            left: 8px;
            top: 8px; }
          #sustainabilityQuestionnaireModal .modal-dialog .sustainability-case-studies-questionnaire-modal-body .chk-other-type-container textarea {
            width: 270px;
            padding: 8px; }
        #sustainabilityQuestionnaireModal .modal-dialog .sustainability-case-studies-questionnaire-modal-body .btn-container {
          position: relative;
          height: 48px; }
          #sustainabilityQuestionnaireModal .modal-dialog .sustainability-case-studies-questionnaire-modal-body .btn-container .btn-submit {
            width: 129px;
            height: 48px;
            float: left; }
          #sustainabilityQuestionnaireModal .modal-dialog .sustainability-case-studies-questionnaire-modal-body .btn-container .btn-close {
            width: 129px;
            height: 48px;
            float: right; } }

.timeline-container {
  position: relative;
  margin-bottom: 20px; }
  .timeline-container .timeline:before {
    content: "";
    background: #919191;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
    z-index: 1; }
  .timeline-container .timeline:after {
    content: "";
    background: #919191;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: -4px;
    left: -24px;
    z-index: 2; }
  .timeline-container .timeline .timeline-box-container {
    position: relative;
    margin-top: 30px; }
    .timeline-container .timeline .timeline-box-container .timeline-box {
      position: absolute;
      font-size: 22px;
      left: -82px;
      color: #10396a;
      top: -10px; }
      .timeline-container .timeline .timeline-box-container .timeline-box:before {
        content: "";
        background: #e9b51f;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        top: 3px;
        right: -19px;
        z-index: 2; }
  .timeline-container .timeline .no-mrg {
    margin: 0; }
    .timeline-container .timeline .no-mrg .banner-sustainibility {
      background: #0f2a4d;
      padding: 0; }
      .timeline-container .timeline .no-mrg .banner-sustainibility .text-banner {
        padding-left: 35px;
        margin-top: 45px; }
        .timeline-container .timeline .no-mrg .banner-sustainibility .text-banner h1 {
          color: #fff;
          font-size: 35px;
          font-weight: normal;
          line-height: 40px;
          margin: 25px 0 10px 10px; }
        .timeline-container .timeline .no-mrg .banner-sustainibility .text-banner p {
          color: #fff;
          font-size: 18px;
          font-weight: normal;
          line-height: 28px;
          margin: 5px 0 30px 10px; }
        .timeline-container .timeline .no-mrg .banner-sustainibility .text-banner a {
          color: #fff;
          background: #448ce6;
          padding: 14px 25px;
          border-radius: 25px;
          margin: 15px 0 0 10px; }
          .timeline-container .timeline .no-mrg .banner-sustainibility .text-banner a:hover {
            background: #377cd0 !important; }
      .timeline-container .timeline .no-mrg .banner-sustainibility .img-banner {
        padding: 0; }
        .timeline-container .timeline .no-mrg .banner-sustainibility .img-banner img {
          float: right; }
  .timeline-container .bg-our-partner {
    background-color: #0f2a4d;
    min-height: 400px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 10px; }
    .timeline-container .bg-our-partner .bxslider-partner .bxslider-partner-title {
      width: 40%;
      margin: 0 auto;
      float: none; }
      .timeline-container .bg-our-partner .bxslider-partner .bxslider-partner-title img {
        margin-top: 20px;
        margin-bottom: 10px; }
      .timeline-container .bg-our-partner .bxslider-partner .bxslider-partner-title h2 {
        font-size: 24px;
        text-align: center;
        color: #fff;
        margin-top: 0px;
        line-height: 35px; }
    .timeline-container .bg-our-partner .bxslider-partner .bxslider-ourpartners {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      padding: 0;
      *zoom: 1; }
      .timeline-container .bg-our-partner .bxslider-partner .bxslider-ourpartners img {
        max-width: 100%;
        display: block;
        margin-bottom: 20px; }
    .timeline-container .bg-our-partner .bxslider-partner #myCarousel .carousel-inner .item {
      padding-left: 50px;
      padding-right: 50px; }
      .timeline-container .bg-our-partner .bxslider-partner #myCarousel .carousel-inner .item .branch-logo {
        background: url(/Content/cms/sustainability-2018/eclipse.png) no-repeat top center;
        width: 100%;
        height: 111px;
        display: block;
        position: relative;
        top: 55px;
        z-index: 1; }
      .timeline-container .bg-our-partner .bxslider-partner #myCarousel .carousel-inner .item .thumbnail {
        height: auto;
        background-color: #fff;
        width: 100%;
        border: none;
        padding-top: 50px;
        min-height: 420px; }
        .timeline-container .bg-our-partner .bxslider-partner #myCarousel .carousel-inner .item .thumbnail .branch-desc {
          padding-left: 42.2px;
          padding-right: 42.2px; }
          .timeline-container .bg-our-partner .bxslider-partner #myCarousel .carousel-inner .item .thumbnail .branch-desc p {
            text-align: center; }
        .timeline-container .bg-our-partner .bxslider-partner #myCarousel .carousel-inner .item .thumbnail .branch-name p {
          text-align: center;
          font-style: italic;
          font-weight: bold;
          padding-left: 15px;
          padding-right: 15px; }
      .timeline-container .bg-our-partner .bxslider-partner #myCarousel .carousel-inner .item .hide-pd-right {
        padding-right: 0px; }
      .timeline-container .bg-our-partner .bxslider-partner #myCarousel .carousel-inner .item .hide-pd-left {
        padding-left: 0px; }
      .timeline-container .bg-our-partner .bxslider-partner #myCarousel .carousel-inner .item .hide-mg-right {
        margin-right: 10px; }
      .timeline-container .bg-our-partner .bxslider-partner #myCarousel .carousel-inner .item .hide-mg-left {
        margin-left: 10px; }
    .timeline-container .bg-our-partner .bxslider-partner #myCarousel .carousel-control {
      width: auto;
      background-image: none;
      top: 272px; }
      .timeline-container .bg-our-partner .bxslider-partner #myCarousel .carousel-control .chevron-left {
        background: url(/Content/cms/sustainability-2018/arrow-left.png) no-repeat;
        width: 50px;
        height: 50px;
        display: block; }
      .timeline-container .bg-our-partner .bxslider-partner #myCarousel .carousel-control .chevron-right {
        background: url(/Content/cms/sustainability-2018/arrow-right.png) no-repeat;
        width: 50px;
        height: 50px;
        display: block; }
    .timeline-container .bg-our-partner .bxslider-partner #myCarousel2 .carousel-inner .item {
      padding-left: 50px;
      padding-right: 50px; }
      .timeline-container .bg-our-partner .bxslider-partner #myCarousel2 .carousel-inner .item .branch-logo {
        background: url(/Content/cms/sustainability-2018/eclipse.png) no-repeat top center;
        width: 100%;
        height: 111px;
        display: block;
        position: relative;
        top: 55px;
        z-index: 1; }
      .timeline-container .bg-our-partner .bxslider-partner #myCarousel2 .carousel-inner .item .thumbnail {
        height: auto;
        background-color: #fff;
        width: 100%;
        border: none;
        padding-top: 50px;
        min-height: 420px; }
        .timeline-container .bg-our-partner .bxslider-partner #myCarousel2 .carousel-inner .item .thumbnail .branch-desc {
          padding-left: 42.2px;
          padding-right: 42.2px; }
          .timeline-container .bg-our-partner .bxslider-partner #myCarousel2 .carousel-inner .item .thumbnail .branch-desc p {
            text-align: center; }
        .timeline-container .bg-our-partner .bxslider-partner #myCarousel2 .carousel-inner .item .thumbnail .branch-name p {
          text-align: center;
          font-style: italic;
          font-weight: bold;
          padding-left: 15px;
          padding-right: 15px; }
      .timeline-container .bg-our-partner .bxslider-partner #myCarousel2 .carousel-inner .item .hide-pd-right {
        padding-right: 0px; }
      .timeline-container .bg-our-partner .bxslider-partner #myCarousel2 .carousel-inner .item .hide-pd-left {
        padding-left: 0px; }
      .timeline-container .bg-our-partner .bxslider-partner #myCarousel2 .carousel-inner .item .hide-mg-right {
        margin-right: 10px; }
      .timeline-container .bg-our-partner .bxslider-partner #myCarousel2 .carousel-inner .item .hide-mg-left {
        margin-left: 10px; }
    .timeline-container .bg-our-partner .bxslider-partner #myCarousel2 .carousel-control {
      width: auto;
      background-image: none;
      top: 272px; }
      .timeline-container .bg-our-partner .bxslider-partner #myCarousel2 .carousel-control .chevron-left {
        background: url(/Content/cms/sustainability-2018/arrow-left.png) no-repeat;
        width: 50px;
        height: 50px;
        display: block; }
      .timeline-container .bg-our-partner .bxslider-partner #myCarousel2 .carousel-control .chevron-right {
        background: url(/Content/cms/sustainability-2018/arrow-right.png) no-repeat;
        width: 50px;
        height: 50px;
        display: block; }

@media only screen and (max-width: 1199px) {
  .timeline-container .timeline:before {
    width: 0; }
  .timeline-container .timeline:after {
    width: 0;
    height: 0; }
  .timeline-container .timeline .timeline-box-container {
    display: none; } }

@media only screen and (max-width: 1199px) {
  .timeline-container .timeline .box h3 {
    left: 15px !important;
    top: -1px !important;
    font-size: 11px;
    color: #000; }
  .timeline-container .timeline .box.better-business-goals-slider h3 {
    left: 14px !important; }
  .timeline-container .timeline .bx-wrapper .bx-viewport {
    height: auto !important; }
    .timeline-container .timeline .bx-wrapper .bx-viewport ul.slider > li > a.more {
      bottom: 4px;
      font-size: 14px; }
  .timeline-container .timeline .bx-wrapper .bx-pager {
    left: 17px;
    bottom: 3px; }
    .timeline-container .timeline .bx-wrapper .bx-pager.bx-default-pager a {
      width: 13px;
      height: 13px; } }

@media only screen and (max-width: 767px) {
  .timeline-container .timeline .box h3 {
    top: 2px !important; }
  .timeline-container .timeline .img-video {
    height: auto; }
  .timeline-container .timeline .img-video2 {
    height: auto; }
  .google_plusone_iframe_widget {
    width: auto !important; } }

/* Start YourIR CSS */
span.yourir-currency-symbol:before {
  content: "A"; }

span.yourir-change span.yourir-currency-symbol {
  display: inline; }

span.yourir-change span.yourir-zero:before {
  content: "no change"; }

span.yourir-change span.yourir-zero span.yourir-currency-symbol {
  display: none; }

.yourir-announcement-popup {
  z-index: 10000; }

.yourir-magnitude-symbol:after {
  content: "illion"; }

li.yourir-disabled {
  display: none; }

.price-chart .yourir-chart {
  width: 100%;
  padding: 8px 60px 30px 60px;
  font-size: 13px;
  color: #787878;
  background-color: #ffffff; }

.price-chart .yourir-chart-panel {
  height: 300px;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff, #e3e3e3); }

.price-chart .yourir-chart-panel-plot-area {
  padding: 0; }

.price-chart .yourir-chart-panel-border {
  stroke: #858688;
  stroke-opacity: 0.5; }

.price-chart .yourir-chart-gridline {
  stroke: #858688;
  stroke-opacity: 0.2; }

.price-chart .yourir-chart-yaxis-minor-gridline {
  stroke: none; }

.price-chart .yourir-chart-xaxis-minor-gridline {
  stroke: none; }

.price-chart .yourir-chart-price {
  stroke: #1192E7;
  stroke-width: 2px; }

.price-chart .yourir-chart-volume {
  stroke: #1192E7;
  stroke-opacity: 0.4; }

.price-chart .yourir-chart-announcement-marker {
  fill: #496396; }

.price-chart .yourir-chart-tooltip {
  padding-bottom: 5px; }

.price-chart-nav .yourir-chart-panel {
  height: 60px; }

.price-chart-nav .yourir-chart-price-fill {
  fill: #1192E7; }

.price-chart-nav .yourir-chart-price {
  stroke-width: 1.5px; }

.price-chart-nav .yourir-nav-chart-outside-range {
  fill: #000;
  fill-opacity: 0.2; }

.price-chart-nav .yourir-nav-chart-gadget {
  stroke: #9b9c9d;
  stroke-width: 2px; }

#sign-up-form .check-box .check-holder {
  width: 48%; }
  #sign-up-form .check-box .check-holder:first-child {
    width: 52%; }
  @media only screen and (max-width: 767px) {
    #sign-up-form .check-box .check-holder {
      width: 100%; }
      #sign-up-form .check-box .check-holder:first-child {
        width: 100%; } }
  #sign-up-form .check-box .check-holder label {
    margin-left: 30px; }
    #sign-up-form .check-box .check-holder label .jcf-checkbox {
      margin-left: -30px; }

/* End YourIR CSS */
.sustainability-case-studies h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin: 0 0 45px; }

.sustainability-case-studies .filters {
  margin: 0 0 5px; }

.sustainability-case-studies .mt12 {
  margin: 0; }

.sustainability-case-studies .filters-title {
  font-size: 11px;
  color: #0d386c;
  text-align: center;
  margin-top: -15px;
  line-height: 16px; }

.sustainability-case-studies .btn {
  background: #ffffff no-repeat center center;
  border-radius: 50px;
  margin-top: 0;
  width: 100%;
  height: 58px;
  color: #448ce6;
  line-height: 62px;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px; }
  .sustainability-case-studies .btn:focus {
    outline: none !important; }

.sustainability-case-studies .btn-map {
  background-image: url(/Content/img/case-studies-map-icon.png);
  background-size: auto 60%; }

.sustainability-case-studies .btn-grid {
  background-image: url(/Content/img/case-studies-grid-icon.png);
  background-size: auto 60%; }

.sustainability-case-studies .filter {
  /*border: 1px solid gray;*/
  margin: 0 0 40px; }
  .sustainability-case-studies .filter h5 {
    font-weight: 500; }
  .sustainability-case-studies .filter .legend-container {
    /*border: 1px solid #d5dee2;*/
    padding: 0;
    margin: 15px 0 0;
    display: block;
    width: 100%;
    line-height: 50px; }
    .sustainability-case-studies .filter .legend-container .legend-left {
      font-size: 14px;
      font-weight: bold;
      float: left;
      position: absolute; }
    .sustainability-case-studies .filter .legend-container span {
      font-size: 14px;
      font-weight: bold; }
    .sustainability-case-studies .filter .legend-container .legend-right {
      float: right;
      margin: 0;
      position: relative; }
      .sustainability-case-studies .filter .legend-container .legend-right .map-icon-container {
        font-size: 12px;
        color: #102b4c;
        padding-left: 30px; }
        .sustainability-case-studies .filter .legend-container .legend-right .map-icon-container img {
          width: 13px;
          height: 19px;
          margin-right: 5px; }
  .sustainability-case-studies .filter .btn-white {
    background-color: #fff;
    padding: 18px;
    margin: 0;
    line-height: 25px; }
  .sustainability-case-studies .filter .jcf-select {
    width: 100%;
    height: 58px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    margin: 0 0 12px; }
    .sustainability-case-studies .filter .jcf-select .jcf-select-text {
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      cursor: default;
      display: inline-block;
      font-size: 15px;
      line-height: 40px;
      margin: 0 18px;
      color: #448ce6;
      cursor: pointer;
      padding-left: 5px; }
    .sustainability-case-studies .filter .jcf-select .jcf-select-opener {
      position: absolute;
      height: 58px;
      float: right;
      width: 10%;
      margin: 0;
      bottom: 0;
      right: 0;
      top: 0; }
      .sustainability-case-studies .filter .jcf-select .jcf-select-opener .fa {
        font-size: 20px;
        color: #448ce6;
        padding-right: 20px;
        padding-top: 20px; }

.title-country {
  border-top: 1px solid #d5dee3;
  height: 265px;
  max-height: 100%; }
  .title-country h5 {
    text-transform: capitalize;
    font-size: 15px;
    color: #000;
    margin: 0; }
  .title-country p {
    padding-top: 0;
    font-size: 15px;
    color: #000;
    font-style: normal;
    line-height: 25px; }
  .title-country .logo-Position {
    margin: 10px 0 0px;
    width: 100%;
    height: 45px;
    display: block;
    float: left; }
  .title-country .logo-Brambles {
    /*background: url(../img/brambles3.png);*/
    margin: 10px 0 0;
    width: 100%;
    height: 55px;
    display: block;
    float: left;
    background-repeat: no-repeat; }
  .title-country .logo-Ifco {
    /*background: url(../img/IfcoLogo1.png);*/
    margin: 20px 0 0;
    width: 100%;
    height: 55px;
    display: block;
    float: left;
    background-repeat: no-repeat; }
  .title-country .logo-Chep {
    /*background: url(../img/ChepLogo2.png);*/
    margin: 20px 0 0;
    width: 100%;
    height: 55px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: -2px 15px; }
  .title-country .logo-Kegstar {
    /*background: url(../img/KegstarIcon4.png);*/
    margin: 20px 0 0;
    width: 100%;
    height: 55px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: 0; }
  .title-country .logo-BXBDigital {
    /*background: url(../img/BXBDigitalIcon2.png);*/
    margin: 20px 0 0;
    width: 100%;
    height: 55px;
    display: block;
    float: left;
    background-repeat: no-repeat; }
    .title-country .logo-BXBDigital img {
      background-position: -14px 0; }

.title-region {
  padding: 0; }
  .title-region .title-country {
    float: left;
    width: 25%;
    padding: 0 15px; }
    .title-region .title-country h4 {
      color: #00508f;
      font-weight: 400; }
  .title-region .bussiness-location {
    border-top: 1px solid #d5dee2;
    margin: 10px 0 0; }
    .title-region .bussiness-location ul {
      margin: 0;
      padding: 0; }
      .title-region .bussiness-location ul li {
        position: relative;
        width: 17%;
        padding: 10px 0;
        display: inline-grid;
        margin: 0 5px 0 0; }
        .title-region .bussiness-location ul li img {
          width: 100%;
          float: left; }
        .title-region .bussiness-location ul li span {
          font-size: 12px;
          line-height: 20px;
          margin: 5px 0;
          display: inline-block;
          text-transform: capitalize; }
        .title-region .bussiness-location ul li .chepicon {
          position: relative;
          background: url(../img/ChepLogo.png);
          max-width: 100%;
          width: 100%;
          height: 55px;
          float: left;
          background-position: -15px 0;
          background-repeat: no-repeat; }
        .title-region .bussiness-location ul li .ifcoicon {
          position: relative;
          background: url(../img/IfcoLogo.png);
          max-width: 100%;
          width: 100%;
          height: 55px;
          float: left;
          background-position: -22px 0;
          background-repeat: no-repeat; }
        .title-region .bussiness-location ul li .kegstaricon {
          position: relative;
          background: url(../img/KegstarIcon3.png);
          max-width: 100%;
          width: 100%;
          height: 55px;
          float: left;
          background-position: -25px 0;
          background-repeat: no-repeat; }
        .title-region .bussiness-location ul li .bxbdigitalicon {
          position: relative;
          background: url(../img/BXBDigitalIcon1.png);
          max-width: 100%;
          width: 100%;
          height: 55px;
          float: left;
          background-position: -14px 0;
          background-repeat: no-repeat; }
        .title-region .bussiness-location ul li .logobrambles {
          position: relative;
          background: url(../img/brambles3.png);
          max-width: 100%;
          width: 100%;
          height: 35px;
          float: left;
          background-position: 0 -5px;
          background-repeat: no-repeat; }

#wrap-nav .wrap-nav-menu {
  border-left: 1px solid #c1c1c1;
  border-top: 1px solid #c1c1c1; }
  #wrap-nav .wrap-nav-menu a {
    border-radius: 0;
    background: #d5dee2;
    padding: 20px;
    color: #555656;
    font-weight: 300;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    #wrap-nav .wrap-nav-menu a:hover {
      background: none;
      color: #3b87e5; }

#wrap-nav li a {
  background: #d5dee2;
  color: #555656;
  padding: 20px;
  border-left: 1px solid #c1c1c1;
  border-top: 1px solid #c1c1c1; }

#wrap-nav li.active a {
  background: transparent;
  color: #3b87e5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.nav-pills > li > a {
  border-radius: 0; }

.nav-pills > li + li {
  margin: 0; }

#wrap-nav .wrap-nav-menu .active a {
  background: #fff;
  color: #3b87e5;
  border-top: 1px solid #d5dee2;
  border-left: 1px solid #d5dee2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.top-search {
  background-color: #e9ebec;
  top: 50px;
  left: auto;
  right: 0;
  height: 100px;
  position: absolute;
  padding: 10px 0;
  display: none; }

.top-search input {
  height: 55px;
  background-color: transparent !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #fff;
  margin: 8px 0;
  box-shadow: none; }

.top-search .input-group-addon {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff; }

.top-search .input-group-addon .fa {
  color: #448ce6;
  font-size: 25px;
  cursor: pointer; }

.top-search .input-group {
  max-width: 700px;
  margin: 0 auto; }

.top-search .form-control:focus {
  box-shadow: none;
  border-color: #fff !important; }

.top-search .input-group .form-control {
  transition: none !important;
  padding: 0;
  font-size: 30px;
  border-radius: 0; }

.top-search .input-group .form-control + .input-group-addon {
  transition: none;
  outline: none; }

.top-search .input-group .form-control:focus + .input-group-addon {
  outline: none;
  border-color: #448ce6; }

.top-search .input-placeholder-text {
  top: 20px;
  left: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  color: #a6abae !important;
  letter-spacing: 1px; }

.search-container {
  margin-bottom: 60px; }

.search-container .input-placeholder-text {
  color: #7f98b7 !important;
  padding: 17px 0;
  font-size: 30px; }

.search-container .input-group .form-control {
  background-color: transparent !important;
  height: 60px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 30px;
  color: #fff;
  padding: 0;
  transition: none;
  border-radius: 0; }

.search-container .input-group .form-control:focus {
  outline: none !important;
  border-color: #fff;
  box-shadow: none;
  transition: none; }

.search-container .input-group-addon {
  background-color: transparent !important;
  font-size: 24px;
  padding: 6px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  color: #fff;
  transition: none;
  border-bottom: 1px solid #fff; }

/*.search-container .input-group .form-control:focus + .input-group-addon {
    outline: none;
    border-color: #448ce6;
    transition: none;
}*/
.search-container .input-group-addon .fa {
  color: #448ce6;
  cursor: pointer; }

.search-container .input-group-addon .fa:hover {
  color: #197ecc;
  cursor: pointer; }

.title-link {
  color: #fff !important;
  font-weight: 300 !important;
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: 1px; }
  .title-link:hover {
    color: #3b87e5 !important; }

.icon-showhide {
  display: none;
  float: right;
  color: #fff;
  cursor: pointer; }

.footer-link ul li .dropdown-nav {
  display: none;
  padding: 0 0 0 20px; }

.footer-link ul li {
  margin-bottom: 15px;
  line-height: 20px; }

.footer-link ul li a {
  color: #fff;
  line-height: 0;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 0.6px;
  font-weight: 300; }

.footer-link ul li .link-dropdown .fa {
  font-size: 16px;
  margin-left: 6px; }

#footer {
  width: 100%;
  overflow: hidden;
  display: table-footer-group;
  height: 1%;
  /* background: url(../img/footer-bg.png); */
  font-size: 13px;
  line-height: 23px;
  color: #7c8ea3;
  padding: 5px 0 25px;
  /* social networks styles */ }

#footer #footer-inner {
  margin: 0 auto;
  padding: 22px 0;
  min-height: 60px;
  overflow: hidden; }

#footer #footer-inner .footer-right {
  float: right;
  display: block; }

#footer #footer-inner .footer-right li a {
  font-size: 14px;
  margin: 0 30px 0 0; }

#footer #footer-inner .footer-right span {
  margin-left: 10px; }

#footer .footer-bottom .copyright {
  border-top: 1px solid #d6d6d6;
  padding: 20px 0;
  color: #005596; }

#footer .footer-bottom .copyright ul {
  padding: 0;
  margin: 0; }

#footer .footer-bottom .copyright ul li {
  padding-right: 15px; }

#footer .footer-bottom .copyright-link {
  display: inline-block;
  margin: 0 0 0 20px; }

.padd80 {
  padding: 80px 0; }

.bg-footer {
  background-color: #0f2a4d; }

.bg-footer h4 {
  color: #fff;
  font-weight: 500; }

.subdropdown-link {
  height: auto;
  padding: 0px;
  margin: 16px 0px;
  width: 100%;
  opacity: 1; }

#footer .footer-bottom .copyright-link li a {
  font-size: 12px;
  text-transform: capitalize;
  padding: 0 10px; }

#footer .footer-bottom .copyright-social {
  float: right;
  font-size: 20px; }

@media screen and (min-width: 768px) {
  div#nav-main a .fa-angle-up {
    display: none; }
  #nav-main a:hover {
    box-shadow: none !important; }
  #footer .logo-holder {
    text-align: center; }
  .boxdropdown-footer span.pull-right i.fa {
    display: none; }
  .sustainability-case-studies .btn-map {
    background-image: url(/Content/img/case-studies-map-icon.png);
    background-size: auto 40%; }
  .playvideo-btn {
    margin-bottom: 30px; }
  .bxslider-partner-title {
    position: relative;
    top: 10px; } }

@media screen and (max-width: 767px) {
  .title-country {
    display: contents; }
  .title-region {
    padding: 0 5px; }
  .title-region .bussiness-location ul li {
    width: 47%;
    padding: 0; }
  .title-region .bussiness-location {
    border-bottom: 1px solid #b7b7b7;
    border-top: none;
    padding: 0 0 15px;
    margin: 0; }
  .title-region .title-country h4 {
    margin: 20px 0 0; }
  .sustainability-case-studies h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 30px; }
  .sustainability-case-studies .mt12 {
    margin: 12px 0 0 0; }
  .sustainability-case-studies .filter .legend-container {
    margin: 0; }
  .sustainability-case-studies .filter .legend-container .legend-right {
    float: left;
    padding: 40px 0;
    display: block; }
  .sustainability-case-studies .filter .legend-container .legend-right .map-icon-container {
    padding-left: 0;
    display: inherit; }
  .sustainability-case-studies .filter .btn-white {
    margin: 0 0 15px;
    text-align: left; }
  .sustainability-case-studies .filter {
    margin: 0; }
  .search-container {
    margin-bottom: 10px; }
  #footer .logo-holder {
    text-align: center !important; }
  .footer-right .list-inline li {
    display: block;
    padding: 10px 0;
    text-align: center; }
  #footer #footer-inner .footer-right {
    float: none; }
  #footer #footer-inner .footer-right li a {
    margin: 0; }
  #footer .footer-bottom .copyright {
    text-align: center; }
  #footer .footer-social {
    position: relative;
    text-align: center; }
  #footer .footer-social li {
    display: inline-block;
    padding: 10px; }
  #footer .footer-bottom .copyright-link {
    margin: 0; }
  #footer .footer-bottom .copyright ul li {
    padding-right: 0; }
  .boxdropdown-footer span.pull-right i.fa {
    display: block;
    margin-right: 8px; }
  .padd80 {
    padding: 30px 0 40px; }
  .playvideo-btn {
    margin-bottom: 10px; }
  .bxslider-partner-title {
    width: 100% !important;
    position: relative;
    top: 10px; }
  .box .review-list {
    padding: 25px 5px 25px 8px !important; }
    .box .review-list p {
      width: 100% !important; }
    .box .review-list span {
      display: none !important; }
  .searchbar .widget.second {
    margin-top: 0; }
    .searchbar .widget.second h2 {
      padding: 0; } }

.topbar {
  padding: 19px 10px 30px 0;
  background: #00508f;
  margin-bottom: 30px; }
  .topbar .breadcrumb {
    padding: 8px;
    padding-top: 0; }
  .topbar .sosial-share span {
    color: #7fa7c7;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px; }
  .topbar .sosial-share .list-inline {
    margin: 0;
    line-height: 30px; }
    .topbar .sosial-share .list-inline li a {
      color: #7fa7c7; }
      .topbar .sosial-share .list-inline li a:hover {
        color: #448CE6; }

.topbar-news {
  margin-bottom: 0; }

.bg-footer .col-xs-3,
.bg-footer .col-sm-3,
.bg-footer .col-md-3,
.bg-footer .col-lg-3 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.bg-footer .col-xs-3 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .bg-footer .col-sm-3 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .bg-footer .col-md-3 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .bg-footer .col-lg-3 {
    width: 20%;
    float: left; } }

@media (max-width: 475px) {
  #footer-slash0 {
    display: none; } }

#footer-search-container .input-group .input-placeholder-text {
  left: 0; }

.tmp-contact .map-text {
  margin-top: 60px; }
  .tmp-contact .map-text h2 {
    margin-top: 0; }
  @media only screen and (max-width: 990px) {
    .tmp-contact .map-text .blue-block h2 {
      color: #0d386c;
      margin: 0 0 5px;
      font-weight: 500; } }

.tmp-contact .tab-content {
  padding: 0; }
  .tmp-contact .tab-content .map-image {
    box-shadow: none;
    border: none; }
    .tmp-contact .tab-content .map-image .title {
      left: 20.8%; }
    .tmp-contact .tab-content .map-image .img-responsive {
      height: 570px; }
      @media only screen and (max-width: 990px) {
        .tmp-contact .tab-content .map-image .img-responsive {
          height: 245px; } }
  .tmp-contact .tab-content .blue-block {
    text-align: left;
    left: 21%;
    top: auto;
    margin-bottom: 100px; }

.tmp-contact .nav-tabs {
  position: absolute;
  bottom: 2px;
  border: none;
  text-align: center;
  width: 530px;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }
  .tmp-contact .nav-tabs .text-Mobile {
    display: none; }
  .tmp-contact .nav-tabs .text-Dekstop {
    display: block; }
  .tmp-contact .nav-tabs li {
    margin-left: 30px; }
    @media only screen and (max-width: 990px) {
      .tmp-contact .nav-tabs li {
        margin-left: 15px; } }
  .tmp-contact .nav-tabs li a {
    padding: 10px 25px 10px 25px;
    background: #3c80d5;
    /*background: #0d386c;*/
    color: #fff;
    border-radius: 0; }
  .tmp-contact .nav-tabs li a:hover, .tmp-contact .nav-tabs li a:focus, .tmp-contact .nav-tabs .active a {
    background: #0d386c;
    /*background: rgb(60, 128, 213);*/
    color: #fff; }
  .tmp-contact .nav-tabs li a:hover, .tmp-contact .nav-tabs li a:focus, .tmp-contact .nav-tabs li a {
    border: none;
    border-color: none; }
  @media only screen and (max-width: 990px) {
    .tmp-contact .nav-tabs {
      bottom: 460px;
      width: 250px; }
      .tmp-contact .nav-tabs .text-Mobile {
        display: block; }
      .tmp-contact .nav-tabs .text-Dekstop {
        display: none; } }

/*----------------------- Preloader -----------------------*/
body.preloader-site {
  overflow: hidden; }

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999; }

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
  display: block; }

/*----------------------- End Preloader -----------------------*/
/*--------------- Video Full Screen & Scroll ------------------*/
.company-visual .visual-text {
  left: auto !important;
  top: 12%;
  /*@media (min-width: 1341px) {
            top: 25%;
        }

        @media (max-width: 1340px) {
            top: 20%;
        }

        @media (max-width: 1140px) {
            top: 15%;
        }

        @media (max-width: 1024px) {
            top: 10%;
        }*/ }

/*.wrapper-video {
    position: relative;
    z-index: -1;
    padding: 56.25% 0px 0px;

    iframe {
        height: 500px;
        width: 100%;
        max-height: 100%; 
    }
}*/
.wrapper-watchnow {
  background: rgba(60, 128, 213, 0.9);
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px; }
  .wrapper-watchnow a {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize; }
    .wrapper-watchnow a .fa-angle-right {
      margin-left: 10px; }
    .wrapper-watchnow a:hover {
      color: #fff; }

.visual-video {
  box-shadow: none !important;
  min-height: auto;
  height: 600px; }
  @media (min-width: 1200px) {
    .visual-video {
      height: 600px; } }
  @media (max-width: 991px) {
    .visual-video {
      height: 100%;
      max-height: auto; } }
  @media (max-width: 768px) {
    .visual-video {
      height: 445px;
      max-height: 100%; } }
  @media (max-width: 540px) {
    .visual-video {
      height: 250px;
      max-height: 100%; } }
  @media (max-width: 320px) {
    .visual-video {
      height: 200px;
      max-height: 100%; } }

.wrapper-video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  /*height: 600px;*/
  overflow: hidden; }
  @media (max-width: 1199px) {
    .wrapper-video {
      height: auto; } }

.wrapper-video video {
  /*min-height: 100%;
    min-width: 100%;*/
  width: 100% !important;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  /*background: url('../brambles-sustainability-2017/img/Pioneers_Circular_Economy.jpg') no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/ }
  @media (min-width: 1199px) {
    .wrapper-video video {
      min-height: 100%;
      min-width: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }

.overlay {
  /*background: url('../brambles-sustainability-2017/img/Pioneers_Circular_Economy.jpg') no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 15% 32px;
  line-height: 1.5;
  text-align: center; }

video::-webkit-media-controls {
  display: none; }

/*SCROLL DOWN*/
.scrolldown-arrow {
  position: relative; }
  .scrolldown-arrow a span {
    position: absolute;
    bottom: 12px;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase; }
    .scrolldown-arrow a span:after {
      position: absolute;
      top: 50%;
      left: 50%;
      content: '';
      width: 16px;
      height: 16px;
      margin: -12px 0 0 -8px;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      box-sizing: border-box; }

.purpose {
  padding: 67px 0 89px 0; }
  .purpose .text {
    float: none; }
    .purpose .text h1 {
      text-align: center;
      margin: 0 0 15px 0;
      padding: 0;
      color: #7f98b7;
      font-size: 18px;
      text-transform: uppercase;
      text-shadow: none; }
    .purpose .text p {
      text-align: center;
      margin: 0;
      padding: 0;
      color: #00508f;
      font-size: 29px;
      line-height: 40px;
      margin-bottom: 50px;
      font-weight: bold; }
    .purpose .text h5 {
      font-size: 20px;
      line-height: 50px;
      padding: 0 20px;
      margin-bottom: 0;
      color: #448ce6 !important;
      background: #fff;
      border-radius: 25px; }
      .purpose .text h5 a {
        color: #448ce6 !important; }
        .purpose .text h5 a:hover {
          font-weight: bold; }
    .purpose .text [data-toggle="collapse"]:after {
      display: inline-block;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 25px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f107";
      transform: rotate(180deg);
      transition: all linear 0.25s;
      float: right;
      margin-top: -37px;
      color: #448ce6 !important;
      margin-right: 25px; }
    .purpose .text [data-toggle="collapse"].collapsed:after {
      transform: rotate(0deg); }
    .purpose .text .button-collapse {
      margin-bottom: -10px; }
    .purpose .text .card-body {
      margin-top: 1px;
      padding: 20px;
      border-radius: 25px; }
      .purpose .text .card-body p {
        font-weight: normal;
        text-align: left;
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 15px 0;
        color: #000; }

.news-home {
  padding-top: 85px;
  padding-bottom: 145px; }
  .news-home h1 {
    text-align: center;
    color: #000;
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 15px;
    text-shadow: none !important; }
  .news-home h2 {
    text-align: center;
    color: #448ce6;
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 25px; }
    .news-home h2 a {
      color: #448ce6; }
  .news-home .news-slide .slide {
    min-height: 130px;
    border-right: solid 1px #a7a6a6;
    margin-left: 0px;
    margin-right: 20px;
    padding-right: 20px; }
    .news-home .news-slide .slide h1 {
      font-weight: normal;
      font-size: 16px;
      margin: 0px 0 8px 0;
      padding: 0;
      line-height: 23px;
      text-align: left; }
    .news-home .news-slide .slide p {
      font-weight: bold;
      margin: 0;
      padding: 0;
      line-height: 23px; }
    .news-home .news-slide .slide .icon {
      position: absolute;
      bottom: 0; }
      .news-home .news-slide .slide .icon a {
        margin-right: 25px;
        color: #448ce6; }
      .news-home .news-slide .slide .icon .fa {
        color: #448ce6;
        margin-top: 10px;
        margin-right: 5px; }
  .news-home .news-slide .slide:last-child {
    border-right: none; }
  .news-home .prev {
    margin: -25px;
    background: #c3ced4 !important;
    opacity: inherit !important;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    padding-top: 11px;
    cursor: pointer;
    margin-left: -43px;
    margin-top: -83px; }
    .news-home .prev i {
      text-shadow: none;
      font-size: 27px;
      color: #fff; }
  .news-home .next {
    margin: -25px;
    background: #c3ced4 !important;
    opacity: inherit !important;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    padding-top: 11px;
    padding-left: 3px;
    cursor: pointer;
    float: right;
    margin-top: -28px;
    margin-right: -40px; }
    .news-home .next i {
      text-shadow: none;
      font-size: 27px;
      color: #fff; }

.asx-an {
  padding-top: 85px;
  padding-bottom: 145px; }
  .asx-an h1 {
    text-align: center;
    color: #000;
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 15px;
    text-shadow: none !important; }
  .asx-an h2 {
    text-align: center;
    color: #448ce6;
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 25px; }
    .asx-an h2 a {
      color: #448ce6; }
  .asx-an .financial-slide2 .slide {
    width: 262px;
    border-right: solid 1px #a7a6a6;
    margin-left: 0px;
    margin-right: 20px;
    padding-right: 20px;
    min-height: 130px; }
    .asx-an .financial-slide2 .slide h1 {
      font-weight: normal;
      font-size: 16px;
      margin: 0;
      padding: 0;
      line-height: 15px;
      text-align: left; }
    .asx-an .financial-slide2 .slide .normal-text p a {
      color: #000;
      font-weight: bold; }
    .asx-an .financial-slide2 .slide .icon {
      position: absolute;
      bottom: 0; }
      .asx-an .financial-slide2 .slide .icon a .fa {
        color: #448ce6; }
    .asx-an .financial-slide2 .slide:last-child {
      border-right: 0; }
  .asx-an .prevASX {
    margin: -25px;
    background: #c3ced4 !important;
    opacity: inherit !important;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    padding-top: 11px;
    cursor: pointer;
    margin-left: -43px;
    margin-top: -90px; }
    .asx-an .prevASX i {
      text-shadow: none;
      font-size: 27px;
      color: #fff; }
  .asx-an .nextASX {
    margin: -25px;
    background: #c3ced4 !important;
    opacity: inherit !important;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    padding-top: 11px;
    padding-left: 3px;
    cursor: pointer;
    float: right;
    margin-top: -28px;
    margin-right: -40px; }
    .asx-an .nextASX i {
      text-shadow: none;
      font-size: 27px;
      color: #fff; }

.carousel-inner.onebyone-carosel {
  margin: auto;
  width: 90%; }

.onebyone-carosel .active.left {
  left: -25.00%;
  background-color: #f1f3f4;
  z-index: 9999; }

.onebyone-carosel .active.right {
  left: 25.00%;
  background-color: #f1f3f4;
  z-index: 9999; }

.onebyone-carosel .next {
  left: 25.00%; }

.onebyone-carosel .prev {
  left: -25.00%; }

.news-control.left {
  margin: -25px;
  background: #c3ced4 !important;
  opacity: inherit !important;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 25px;
  padding-top: 11px;
  top: 65px; }
  .news-control.left i {
    text-shadow: none;
    font-size: 27px;
    color: #fff; }

.news-control.right {
  margin: -25px;
  background: #c3ced4 !important;
  opacity: inherit !important;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 25px;
  padding-top: 11px;
  padding-left: 3px;
  top: 65px; }
  .news-control.right i {
    text-shadow: none;
    font-size: 27px;
    color: #fff; }

.financial-home {
  padding-top: 85px;
  padding-bottom: 145px; }
  .financial-home h1 {
    text-align: center;
    color: #000;
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 13px; }
  .financial-home h2 {
    text-align: center;
    color: #448ce6;
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 25px; }
    .financial-home h2 a {
      color: #448ce6; }
  .financial-home .financial-slide .slide {
    min-height: 130px;
    border-right: solid 1px #a7a6a6;
    margin-left: 0px;
    margin-right: 20px;
    padding-right: 20px; }
    .financial-home .financial-slide .slide h1 {
      font-weight: bold;
      font-size: 16px;
      margin: 0px 0 8px 0;
      padding: 0;
      line-height: 23px;
      text-align: left; }
    .financial-home .financial-slide .slide p {
      font-weight: normal;
      margin: 0;
      padding: 0;
      line-height: 23px; }
    .financial-home .financial-slide .slide .icon {
      position: absolute;
      bottom: 0; }
      .financial-home .financial-slide .slide .icon a {
        margin-right: 25px;
        color: #448ce6; }
      .financial-home .financial-slide .slide .icon .fa {
        color: #448ce6;
        margin-top: 10px;
        margin-right: 5px; }
  .financial-home .financial-slide .slide:last-child {
    border-right: none; }
  .financial-home .prevFC {
    margin: -25px;
    background: #c3ced4 !important;
    opacity: inherit !important;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    padding-top: 11px;
    cursor: pointer;
    margin-left: -43px;
    margin-top: -83px; }
    .financial-home .prevFC i {
      text-shadow: none;
      font-size: 27px;
      color: #fff; }
  .financial-home .nextFC {
    margin: -25px;
    background: #c3ced4 !important;
    opacity: inherit !important;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    padding-top: 11px;
    padding-left: 3px;
    cursor: pointer;
    float: right;
    margin-top: -28px;
    margin-right: -40px; }
    .financial-home .nextFC i {
      text-shadow: none;
      font-size: 27px;
      color: #fff; }

.signup {
  background: #00508f;
  padding-top: 85px;
  padding-bottom: 95px; }
  .signup .text {
    float: none;
    margin-bottom: 20px; }
    .signup .text h1 {
      font-size: 22px;
      color: #fefefe;
      margin: 0;
      padding: 0;
      text-align: center;
      text-shadow: none !important; }
    .signup .text p {
      font-size: 14px;
      color: #fefefe;
      margin: 0;
      padding: 0;
      text-align: center; }
  .signup .input-placeholder-text {
    line-height: 50px;
    padding-left: 21px;
    color: #808080;
    font-size: 14px; }
  .signup .fr-signup {
    height: 50px;
    border-radius: 25px;
    border: none; }
  .signup .btn-signup {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: none;
    background: #488ee3;
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: 400;
    display: block;
    margin-top: 15px;
    text-shadow: none !important;
    box-shadow: none !important;
    font-family: "Roboto", sans-serif !important; }
    .signup .btn-signup:hover {
      background: #377CD0 !important; }
  .signup .check-box .check-holder {
    width: 100% !important;
    text-align: center;
    display: none; }
    .signup .check-box .check-holder label {
      margin: 22px 0 0px;
      padding: 0 5px 0 0;
      font-weight: normal !important;
      color: #fff !important;
      font-size: 14px;
      margin-right: 30px !important; }

#footer .f1 #footer-inner .footer-right {
  margin-top: 10px; }
  #footer .f1 #footer-inner .footer-right ul {
    margin: 0;
    padding: 0; }
    #footer .f1 #footer-inner .footer-right ul li {
      float: left;
      list-style: none; }
      #footer .f1 #footer-inner .footer-right ul li a {
        text-decoration: none;
        color: #448ce6;
        font-size: 14px; }

.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px; }

.gallery-block .slider-bottom .carousel-caption .text-holder {
  float: right;
  background: #fff !important;
  max-width: 335px !important;
  -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 40px -17px rgba(0, 0, 0, 0.75); }
  .gallery-block .slider-bottom .carousel-caption .text-holder p {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 35px;
    font-weight: bold; }

#sidebar .shareholders {
  background: #fff;
  padding: 32px 27px; }
  #sidebar .shareholders p {
    line-height: 24px; }
  #sidebar .shareholders .btn-frame {
    margin-top: 40px; }
    #sidebar .shareholders .btn-frame a {
      border-radius: 35px;
      background: #00508f;
      color: #fff;
      font-size: 14px;
      padding-left: 30px;
      padding-right: 30px; }
      #sidebar .shareholders .btn-frame a:hover {
        background: #016EC4; }
      #sidebar .shareholders .btn-frame a .fa {
        color: #fff; }

.clm-8 {
  float: none; }

.rel-links {
  background: #fff;
  padding: 32px 27px;
  min-height: 289px;
  max-height: 289px;
  overflow-y: scroll; }
  .rel-links h2 {
    text-align: left;
    padding: 0px 0px 20px 19px; }

.rel-links::-webkit-scrollbar {
  width: 8px; }

.rel-links::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 144px;
  padding-right: 5px; }

.rel-links::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 144px;
  background: #C7C7C7; }

.rel-links::-webkit-scrollbar-thumb:window-inactive {
  background: #C7C7C7; }

.wrap-latest-price {
  padding: 50px 0; }

.fl-width {
  background: #e2e5e7; }
  .fl-width .clm-center {
    justify-content: center;
    display: flex; }
    .fl-width .clm-center .widget {
      padding: 0; }
    .fl-width .clm-center .shareholders {
      padding: 30px; }
      .fl-width .clm-center .shareholders h2 {
        text-align: left; }
    .fl-width .clm-center .small {
      padding: 30px;
      background: #fff; }
  .fl-width .sp-home .center-widget {
    justify-content: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.wrap-widget {
  padding: 50px 0 50px 0; }
  .wrap-widget .clm-center .drop-box-home {
    margin-right: 20px; }
  .wrap-widget .pd-linkedin .widget h2 {
    text-align: left !important; }
  .wrap-widget .pd-linkedin .widget p {
    padding: 0; }

.sp-home {
  padding: 50px 0 20px 0; }
  .sp-home .wrap-service {
    background: #fff;
    margin-bottom: 30px; }
    .sp-home .wrap-service .shareholders h2 {
      padding: 0px 0px 20px 24px;
      text-align: left; }
    .sp-home .wrap-service .shareholders p {
      line-height: 24px; }
  .sp-home .wrap-price {
    padding: 0;
    margin-bottom: 30px; }
    .sp-home .wrap-price .share-price-widget h2 {
      padding: 0px 0px 20px 24px;
      text-align: left; }

.fleft-box {
  margin-bottom: 28px; }

.fright-box {
  margin-bottom: 30px; }

.widgetWatch {
  background: #fff;
  padding: 0;
  margin-bottom: 30px; }
  .widgetWatch .video-widget {
    min-height: 288px; }
    .widgetWatch .video-widget .image-holder .text-holder {
      line-height: 51px; }

.no-bg {
  background: none; }

.history-frame {
  margin-top: 50px; }

#sidebar {
  padding-bottom: 40px; }

#submit-enquiry-form {
  background: #fff;
  padding: 25px; }
  #submit-enquiry-form h2 {
    padding: 0px 12px 10px 20px;
    text-align: left; }

.enq-center {
  justify-content: center;
  display: flex; }

/* The heart of the matter */
.testimonial-group > .row {
  overflow-x: auto;
  white-space: nowrap; }

.testimonial-group > .row > .col-xs-4 {
  display: inline-block;
  float: none; }

.content-shareholder-services {
  justify-content: center;
  display: flex; }

.asx {
  margin: 50px 0;
  background: #fff;
  padding: 30px; }
  .asx .widget h2 {
    text-align: left; }

#yourir--anonComponent2 .widget h2 {
  text-align: left; }

.topbar-nobg {
  background: none !important;
  margin-bottom: 0; }
  .topbar-nobg .topbar-right .sosial-share {
    margin-right: 20px; }

#template-content-share-price {
  margin-bottom: 20px; }

.text-widget {
  background: #fff;
  padding: 30px !important;
  margin-bottom: 30px; }
  .text-widget h2 {
    text-align: left;
    padding: 0 0 20px 22px; }

.menu-go {
  background: #fff;
  height: 90px;
  line-height: 90px; }
  .menu-go h1 {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #00508f;
    text-shadow: none;
    line-height: 87px !important;
    margin-right: 70px; }
  .menu-go a {
    color: #3685e8;
    float: left;
    margin-right: 50px; }
    .menu-go a:hover {
      color: #276ec8; }
    .menu-go a .fa {
      margin-left: 10px; }

.normal-text p a {
  color: #000;
  font-weight: bold; }

.topbar-right .text-block {
  float: left !important; }

.content-about-brambles {
  margin-top: 50px; }

@media only screen and (max-width: 768px) {
  .topbar {
    margin-bottom: 30px; }
  .drop-box-home {
    margin-right: 0; }
    .drop-box-home .left-menu {
      margin-right: 0;
      min-height: unset;
      margin-bottom: 20px;
      min-height: auto; }
  .sp-home {
    padding: 20px 0 0 0; }
  .purpose {
    padding: 30px 0 50px 0; }
    .purpose .text p {
      margin-bottom: 20px; }
  .menu-go h1 {
    margin-right: 40px; }
  .menu-go a {
    float: none;
    margin-right: 30px; }
  .gallery-block .sld-btm {
    padding: 0 !important;
    margin: 0 0 20px !important; }
  .gallery-block .second {
    margin: 0;
    padding: 0 !important; }
    .gallery-block .second h1 span {
      background: transparent !important; }
    .gallery-block .second .text-holder {
      margin-left: 0; }
  .gallery-block .control-holder {
    bottom: 10px; }
  .second #carousel-generic2 {
    margin: 0;
    padding: 0; }
    .second #carousel-generic2 .slider-bottom .item .carousel-caption {
      margin-top: -40px;
      position: inherit; }
      .second #carousel-generic2 .slider-bottom .item .carousel-caption .text-holder {
        margin: 0 !important;
        width: auto !important;
        float: none !important;
        max-width: unset !important; }
    .second #carousel-generic2 .control-holder .carousel-control {
      display: none; }
  .news-home {
    padding-top: 30px;
    padding-bottom: 110px; }
    .news-home h1 {
      margin-bottom: 0; }
    .news-home .news-slide .slide {
      min-height: 140px !important;
      border-right: 0;
      border-left: solid 1px #a7a6a6;
      padding-left: 20px; }
    .news-home .prev {
      margin-left: 0;
      position: relative;
      background: #c3ced4 !important;
      opacity: inherit !important;
      width: 35px;
      height: 35px;
      text-align: center;
      border-radius: 25px;
      padding-top: 6px;
      cursor: pointer;
      margin-top: -90px; }
      .news-home .prev i {
        font-size: 17px; }
    .news-home .next {
      margin-right: 0;
      position: relative;
      background: #c3ced4 !important;
      opacity: inherit !important;
      width: 35px;
      height: 35px;
      text-align: center;
      border-radius: 25px;
      padding-top: 6px;
      padding-left: 3px;
      cursor: pointer;
      float: right;
      margin-top: -10px; }
      .news-home .next i {
        font-size: 17px; }
  .asx-an {
    padding-top: 30px;
    padding-bottom: 30px; }
    .asx-an h1 {
      margin-bottom: 0; }
  .news-control.left {
    margin: -25px;
    background: #c3ced4 !important;
    opacity: inherit !important;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 35px;
    padding-top: 4px;
    margin-left: 15px; }
    .news-control.left i {
      text-shadow: none;
      font-size: 17px !important;
      color: #fff; }
  .news-control.right {
    margin: -25px;
    background: #c3ced4 !important;
    opacity: inherit !important;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 35px;
    padding-top: 4px;
    margin-right: 15px; }
    .news-control.right i {
      text-shadow: none;
      font-size: 17px !important;
      color: #fff; }
  .news-home #myCarousel .fdi-Carousel {
    padding-left: 50px; }
    .news-home #myCarousel .fdi-Carousel .onebyone-carosel .yourir-even-items .list-news {
      border-left: solid 1px #a7a6a6;
      min-height: 120px;
      display: inline-block;
      float: none;
      width: 100%;
      border-right: none; }
    .news-home #myCarousel .fdi-Carousel .carousel-control {
      top: 70px !important; }
  .asx-an #myCarousel .fdi-Carousel {
    padding-left: 50px; }
    .asx-an #myCarousel .fdi-Carousel .onebyone-carosel .yourir-even-items .list-news {
      border-left: solid 1px #a7a6a6;
      min-height: 120px;
      display: inline-block;
      float: none;
      width: 100%;
      border-right: none; }
    .asx-an #myCarousel .fdi-Carousel .carousel-control {
      top: 70px !important; }
  .financial-home {
    padding-top: 30px;
    padding-bottom: 100px; }
    .financial-home h1 {
      margin-bottom: 0; }
    .financial-home .financial-slide .slide {
      min-height: 130px;
      border-right: 0;
      border-left: solid 1px #a7a6a6;
      padding-left: 20px; }
    .financial-home .prevFC {
      margin-left: 0;
      position: relative;
      margin-left: 0;
      position: relative;
      background: #c3ced4 !important;
      opacity: inherit !important;
      width: 35px;
      height: 35px;
      text-align: center;
      border-radius: 25px;
      padding-top: 6px;
      cursor: pointer;
      margin-top: -80px; }
      .financial-home .prevFC i {
        text-shadow: none;
        font-size: 17px !important;
        color: #fff; }
    .financial-home .nextFC {
      margin-right: 0;
      position: relative;
      background: #c3ced4 !important;
      opacity: inherit !important;
      width: 35px;
      height: 35px;
      text-align: center;
      border-radius: 25px;
      padding-top: 6px;
      padding-left: 3px;
      cursor: pointer;
      float: right;
      margin-top: -10px; }
      .financial-home .nextFC i {
        text-shadow: none;
        font-size: 17px !important;
        color: #fff; }
  .asx-an {
    padding-top: 30px;
    padding-bottom: 100px; }
    .asx-an h1 {
      margin-bottom: 0; }
    .asx-an .financial-slide2 .slide {
      min-height: 130px;
      border-right: 0;
      border-left: solid 1px #a7a6a6;
      padding-left: 20px; }
    .asx-an .prevASX {
      margin-left: 0;
      position: relative;
      margin-left: 0;
      position: relative;
      background: #c3ced4 !important;
      opacity: inherit !important;
      width: 35px;
      height: 35px;
      text-align: center;
      border-radius: 25px;
      padding-top: 6px;
      cursor: pointer;
      margin-top: -80px; }
      .asx-an .prevASX i {
        text-shadow: none;
        font-size: 17px !important;
        color: #fff; }
    .asx-an .nextASX {
      margin-right: 0;
      position: relative;
      background: #c3ced4 !important;
      opacity: inherit !important;
      width: 35px;
      height: 35px;
      text-align: center;
      border-radius: 25px;
      padding-top: 6px;
      padding-left: 3px;
      cursor: pointer;
      float: right;
      margin-top: -10px; }
      .asx-an .nextASX i {
        text-shadow: none;
        font-size: 17px !important;
        color: #fff; }
  .signup {
    background: #00508f;
    padding-top: 30px;
    padding-bottom: 30px; }
    .signup .text h1 {
      margin-bottom: 15px !important; }
    .signup .text p {
      line-height: 20px; }
    .signup .check-box {
      padding: 0;
      margin: 0; }
      .signup .check-box .check-holder {
        display: none; }
    .signup .btn-signup {
      margin-top: 10px; }
  .footer-right .list-inline li {
    float: none !important; }
    .footer-right .list-inline li a {
      color: #214f8a !important; }
  .menu-go {
    line-height: 60px;
    height: 60px;
    white-space: nowrap; }
    .menu-go h1 {
      line-height: 60px !important; }
  .widget .widget-holder {
    margin-top: 35px;
    justify-content: center;
    display: block; }
    .widget .widget-holder .widget-frame:first-child {
      padding: 12px 25px 1px !important; }
    .widget .widget-holder .widget-frame {
      margin-right: 0;
      margin-bottom: 60px;
      padding: 12px 25px 1px;
      min-height: 170px !important; }
  .widget .image-frame {
    margin-top: -59px !important;
    margin: auto; }
  .request-annual-report-widget-form #request-form {
    float: none; }
  .fl-width {
    padding: 0; }
    .fl-width .clm-center {
      display: block; }
      .fl-width .clm-center .small {
        margin: 0;
        background: #fff; }
      .fl-width .clm-center .widget {
        margin-right: 0;
        background: none !important; }
      .fl-width .clm-center .shareholders {
        margin-bottom: 20px; }
    .fl-width .sp-home .center-widget {
      display: grid; }
    .fl-width .sp-home .contact-location {
      display: block; }
  .share-price-widget {
    margin-bottom: 20px; }
  .pager li.previous a {
    margin-left: 0; }
  .pager li.next a {
    margin-right: 0; }
  .pager .pagination li a {
    margin-right: 5px; }
  .pagination {
    border-radius: 0;
    overflow: inherit;
    margin-left: 10px; }
  .content-shareholder-services {
    display: block; }
  .purpose .text {
    padding: 0; }
  #myCarouselMbl .fdi-Carousel {
    padding-left: 60px; }
    #myCarouselMbl .fdi-Carousel .onebyone-carosel {
      font-size: 16px; }
      #myCarouselMbl .fdi-Carousel .onebyone-carosel .yourir-even-items {
        overflow-x: auto;
        white-space: nowrap; }
        #myCarouselMbl .fdi-Carousel .onebyone-carosel .yourir-even-items .list-news {
          border-right: solid 1px #a7a6a6;
          min-height: 120px;
          display: inline-block;
          float: none; }
          #myCarouselMbl .fdi-Carousel .onebyone-carosel .yourir-even-items .list-news h1 {
            font-weight: normal;
            font-size: 16px;
            margin: 0;
            padding: 0;
            line-height: 30px;
            text-align: left; }
          #myCarouselMbl .fdi-Carousel .onebyone-carosel .yourir-even-items .list-news p {
            font-weight: bold;
            margin: 0;
            padding: 0;
            line-height: 21px;
            white-space: normal;
            position: absolute; }
          #myCarouselMbl .fdi-Carousel .onebyone-carosel .yourir-even-items .list-news .icon {
            position: absolute;
            bottom: 0; }
            #myCarouselMbl .fdi-Carousel .onebyone-carosel .yourir-even-items .list-news .icon .fa {
              color: #448ce6;
              margin-top: 10px; }
    #myCarouselMbl .fdi-Carousel .carousel-inner .item .list-news {
      width: 100% !important;
      border-left: solid 1px #a7a6a6;
      border-right: none !important; }
      #myCarouselMbl .fdi-Carousel .carousel-inner .item .list-news h1 {
        font-weight: normal;
        font-size: 16px;
        margin: 0;
        padding: 0;
        line-height: 15px;
        text-align: left; }
      #myCarouselMbl .fdi-Carousel .carousel-inner .item .list-news p {
        line-height: 23px; }
      #myCarouselMbl .fdi-Carousel .carousel-inner .item .list-news .icon {
        position: absolute;
        bottom: 0; }
        #myCarouselMbl .fdi-Carousel .carousel-inner .item .list-news .icon a .fa {
          color: #448ce6; }
  .rel-case .rel-case-slide .slide a {
    position: inherit !important; }
  .rel-case .prevRC {
    margin-left: 0 !important;
    position: relative;
    margin-top: -220px !important; }
  .rel-case .nextRC {
    margin-right: 0 !important;
    position: relative; }
  .widgetWatch .video-widget {
    min-height: unset; }
  .widget.add {
    padding: 0; }
  .wrap-service .small .btn-frame a {
    padding: 20px 20px 20px 30px; }
    .wrap-service .small .btn-frame a .fa {
      display: none; }
  .page h3 {
    margin-top: 0; }
  .content-share-price {
    padding-bottom: 30px; }
  .sustainability .box .review-list a {
    font-weight: normal;
    font-size: 14px; }
  .sustainability .box .review-list p {
    font-weight: normal !important;
    font-size: 14px !important; }
  .purpose .text h5 {
    font-size: 17px; }
  .timeline-container .timeline .no-mrg .banner-sustainibility .img-banner img {
    float: right;
    margin-top: 40px;
    margin-bottom: -24px; }
  .timeline-container .timeline .no-mrg .banner-sustainibility .text-banner {
    padding: 20px !important;
    margin-top: 0 !important; }
    .timeline-container .timeline .no-mrg .banner-sustainibility .text-banner h1 {
      font-size: 30px;
      line-height: 35px; }
    .timeline-container .timeline .no-mrg .banner-sustainibility .text-banner p {
      font-size: 16px;
      line-height: 24px; } }

@media only screen and (max-width: 1199px) {
  .sub-box .tel-link {
    margin-right: 70px !important; }
  #myCarousel .fdi-Carousel {
    padding-left: 59px; }
    #myCarousel .fdi-Carousel .onebyone-carosel {
      font-size: 16px; }
      #myCarousel .fdi-Carousel .onebyone-carosel .yourir-even-items {
        overflow-x: auto;
        white-space: nowrap; }
        #myCarousel .fdi-Carousel .onebyone-carosel .yourir-even-items .list-news {
          border-right: solid 1px #a7a6a6;
          min-height: 120px;
          display: inline-block;
          float: none; }
          #myCarousel .fdi-Carousel .onebyone-carosel .yourir-even-items .list-news h1 {
            font-weight: normal;
            font-size: 16px;
            margin: 0;
            padding: 0;
            line-height: 30px;
            text-align: left; }
          #myCarousel .fdi-Carousel .onebyone-carosel .yourir-even-items .list-news p {
            font-weight: bold;
            margin: 0;
            padding: 0;
            line-height: 21px;
            white-space: normal;
            position: absolute; }
          #myCarousel .fdi-Carousel .onebyone-carosel .yourir-even-items .list-news .icon {
            position: absolute;
            bottom: 0; }
            #myCarousel .fdi-Carousel .onebyone-carosel .yourir-even-items .list-news .icon .fa {
              color: #448ce6;
              margin-top: 10px; }
    #myCarousel .fdi-Carousel .carousel-inner .item .list-news h1 {
      font-weight: normal;
      font-size: 16px;
      margin: 0;
      padding: 0;
      line-height: 15px;
      text-align: left; }
    #myCarousel .fdi-Carousel .carousel-inner .item .list-news p {
      line-height: 23px; }
    #myCarousel .fdi-Carousel .carousel-inner .item .list-news .icon {
      position: absolute;
      bottom: 0; }
      #myCarousel .fdi-Carousel .carousel-inner .item .list-news .icon a .fa {
        color: #448ce6; }
  .gallery-block.second .carousel-caption {
    padding-top: 70px;
    left: 0; }
    .gallery-block.second .carousel-caption .text-holder {
      width: auto; }
  .rel-case #myCarouselFinancial .fdi-Carousel .onebyone-carosel {
    margin: 0 0 0 30px !important; }
    .rel-case #myCarouselFinancial .fdi-Carousel .onebyone-carosel .list-news {
      max-width: 190px;
      min-height: unset; }
  .drop-box-home .left-menu {
    padding-bottom: 20px; }
    .drop-box-home .left-menu h1 {
      margin: 0;
      padding: 0;
      font-size: 18px;
      color: #000;
      line-height: 25px;
      margin-left: 25px;
      margin-top: 18px;
      border-bottom: none;
      float: left;
      font-weight: bold;
      height: 59px;
      align-items: center;
      display: flex;
      max-width: 200px; }
  .menu-go {
    white-space: nowrap;
    display: block;
    top: 0;
    left: 0;
    max-width: 1299px;
    margin: 0;
    overflow-y: auto;
    transform-origin: right top; }
    .menu-go a {
      float: none; }
  .asx-an #myCarousel .fdi-Carousel .carousel-inner .item .list-news {
    width: 218px; }
  .widget .price a {
    font-size: 64px; }
  .sp-home .wrap-price {
    background: #fff; }
  .timeline-container .timeline .no-mrg .banner-sustainibility {
    margin-bottom: 30px; }
    .timeline-container .timeline .no-mrg .banner-sustainibility .text-banner {
      padding-left: 35px;
      margin-top: 35px; } }

@media only screen and (max-width: 991px) {
  .sub-box .tel-link {
    margin-right: 95px !important; }
  .sp-home .center-widget {
    display: block; }
  .gallery-block.second .carousel-caption {
    padding-top: 40px;
    left: 0; }
  .gallery-block.second .more {
    margin-top: 15px; }
  .gallery-block.second .text.add {
    padding: 10px 53px 10px 26px; }
  .gallery-block .slider-bottom .carousel-caption .text-holder {
    width: auto !important;
    margin: 0px 50px 0 -14px !important; }
    .gallery-block .slider-bottom .carousel-caption .text-holder p {
      display: block;
      margin-bottom: 10px !important; }
  .sustainability-case-studies .filter .btn-white {
    margin-bottom: 12px; }
  .news-home .news-slide .slide {
    min-height: 180px;
    margin-left: 0px;
    margin-right: 20px;
    padding-right: 20px; }
  .financial-home .financial-slide .slide {
    min-height: 160px;
    margin-left: 0px;
    margin-right: 20px;
    padding-right: 20px; }
    .financial-home .financial-slide .slide .icon a {
      margin-right: 0; }
  .asx-an #myCarousel .fdi-Carousel .carousel-inner .item .list-news {
    width: 166px;
    min-height: 150px; } }

.carousel-inner {
  margin: 0; }

.carousel-item p {
  text-align: center;
  margin-top: 30px; }

.list-news {
  float: left;
  border-right: solid 1px #a7a6a6;
  min-height: 120px; }

.list-news:last-child {
  border-right: none; }

.key-financials {
  margin-bottom: 50px; }

.rel-case {
  background: #e2f5e7;
  padding-bottom: 248px; }
  .rel-case h1 {
    color: #000;
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    padding: 0;
    margin: 60px 0 50px 0; }
  .rel-case .rel-case-slide {
    padding-left: 15px;
    margin-left: -15px; }
    .rel-case .rel-case-slide .slide {
      background: #fff;
      padding: 0 0 15px 0;
      border-right: none;
      min-height: 305px; }
      .rel-case .rel-case-slide .slide h1 {
        font-size: 15px;
        color: #102b4c;
        font-weight: normal;
        line-height: 20px;
        margin-top: 20px;
        padding: 0 15px 0 15px;
        font-family: "Roboto", sans-serif;
        text-align: left; }
      .rel-case .rel-case-slide .slide p {
        font-weight: normal;
        margin: 0;
        padding: 0;
        line-height: 23px; }
      .rel-case .rel-case-slide .slide a {
        font-size: 14px;
        color: #fff;
        padding: 10px 20px;
        border-radius: 25px;
        float: right;
        margin-right: 15px;
        font-family: "Roboto", sans-serif;
        position: absolute;
        bottom: 19px;
        margin-left: 98px; }
        .rel-case .rel-case-slide .slide a .fa {
          margin-left: 10px; }
    .rel-case .rel-case-slide .better-business {
      border-bottom: solid 4px #faba17; }
      .rel-case .rel-case-slide .better-business a {
        background: #faba17; }
    .rel-case .rel-case-slide .better-planet {
      border-bottom: solid 4px #0d955b; }
      .rel-case .rel-case-slide .better-planet a {
        background: #0d955b; }
    .rel-case .rel-case-slide .better-communities {
      border-bottom: solid 4px #23c3f3; }
      .rel-case .rel-case-slide .better-communities a {
        background: #23c3f3; }
  .rel-case .prevRC {
    margin: -25px;
    background: #c3ced4 !important;
    opacity: inherit !important;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    padding-top: 11px;
    cursor: pointer;
    margin-left: -43px;
    margin-top: -168px; }
    .rel-case .prevRC i {
      text-shadow: none;
      font-size: 27px;
      color: #fff; }
  .rel-case .nextRC {
    margin: -25px;
    background: #c3ced4 !important;
    opacity: inherit !important;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    padding-top: 11px;
    padding-left: 3px;
    cursor: pointer;
    float: right;
    margin-right: -40px; }
    .rel-case .nextRC i {
      text-shadow: none;
      font-size: 27px;
      color: #fff; }

/* Slider */
.slick-slide {
  margin: 0px 20px; }

.slick-slide img {
  width: 100%; }

.slick-slider {
  padding-left: 66px;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.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; }

.sosial-share .text-left {
  color: #7fa7c7;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px; }

.sosial-share .list-inline {
  margin: 0;
  line-height: 30px; }
  .sosial-share .list-inline a {
    color: #7fa7c7; }

.content-share-price {
  padding-bottom: 50px; }
  .content-share-price .scalable-para .jcf-select {
    border: solid 1px #F1F3F4; }

@media only screen and (max-width: 576px) {
  .gallery-block .carousel .carousel-inner .item .focal-point img {
    height: 210px;
    object-fit: cover; } }

@media only screen and (max-width: 480px) {
  .gallery-block .carousel .carousel-inner .item .focal-point img {
    height: 210px;
    object-fit: cover; } }

.content-share-price .jcf-list {
  padding-bottom: 20px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-left: solid 1px #ddd !important;
  border-bottom: solid 1px #ddd !important;
  border-right: solid 1px #ddd !important; }

.submitEF {
  padding: 0 !important; }

.content-emea-natural-resources---wood {
  padding-bottom: 88px; }

.no-bg-green {
  background: #E2F5E7; }

.sitemap .list-unstyled li ul li {
  line-height: 30px; }

.sustainability-tmp .heading h1 {
  text-align: left;
  margin-top: 0 !important; }

.yourir-has-error {
  text-align: center;
  color: #fff;
  background: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px; }

.yourir-success {
  text-align: center;
  color: #fff;
  background: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px; }

.jcf-select-ddl-year .jcf-select-drop-content .jcf-list .jcf-scrollable-wrapper .jcf-list-content ul li [data-index^="0"] {
  display: block !important; }

.request-annual-report-widget-form .image-holder .text-holder .link-text {
  margin-top: 10px; }

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .carousel-inner > .next.left, .carousel-inner > .prev.right {
    margin-left: auto !important;
    margin-right: auto !important; }
  .second #carousel-generic2 .slider-bottom .item {
    max-width: 655px;
    margin: 0 auto;
    left: 0 !important;
    right: 0 !important; }
    .second #carousel-generic2 .slider-bottom .item .carousel-caption .text-holder {
      margin: -59px 379px 0 -14px; }
      .second #carousel-generic2 .slider-bottom .item .carousel-caption .text-holder p {
        margin-bottom: 25px; }
    .second #carousel-generic2 .slider-bottom .item .img-responsive {
      height: 370px;
      width: unset; }
  .second #carousel-generic2 .slider-bottom .next {
    justify-content: center;
    display: flex; }
  .second #carousel-generic2 .slider-bottom .left {
    margin-left: auto;
    margin-right: auto; }
  .second #carousel-generic2 .control-holder {
    bottom: -22px; }
    .second #carousel-generic2 .control-holder .carousel-control {
      margin-right: 135px !important;
      margin-top: -55px !important; }
    .second #carousel-generic2 .control-holder .left.carousel-control {
      margin-right: 5px !important; }
  .second #carousel-generic2 .carousel-indicators {
    left: 0px !important;
    bottom: 5px; } }

.document-form {
  padding-top: 25px; }

.searchbar .faset-search #search-document-result-container .second-heading {
  margin-top: 0; }
  .searchbar .faset-search #search-document-result-container .second-heading h2 {
    margin-top: 0;
    line-height: 31px; }

.searchbar .widget.second {
  display: block; }
  .searchbar .widget.second h1 {
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 15px;
    padding: 0;
    line-height: 0; }
  .searchbar .widget.second .opener-holder .slide-holder {
    padding: 3px 0 8px; }
    .searchbar .widget.second .opener-holder .slide-holder .jcf-checkbox > span {
      border: 1px solid #c1c1c1; }

.feedback-form-error {
  border-bottom: 1px solid #ec5055; }

.error {
  color: #ec5055;
  font-size: 11px; }

#contact-us-v2-form {
  padding-bottom: 85px; }
  #contact-us-v2-form h3 {
    margin-top: 23px;
    margin-bottom: 25px; }
  #contact-us-v2-form .radio {
    margin-bottom: 16px;
    padding-left: 0; }
    #contact-us-v2-form .radio .jcf-radio {
      margin-top: 4px;
      display: table;
      float: left;
      margin-bottom: 10px; }
      #contact-us-v2-form .radio .jcf-radio span {
        background: #ccc;
        border: none !important;
        width: 13px;
        height: 13px;
        top: 2px;
        left: 0; }
    #contact-us-v2-form .radio .jcf-checked {
      border-radius: 10px;
      top: 0; }
      #contact-us-v2-form .radio .jcf-checked span {
        background: #fff !important;
        outline: none !important;
        border: solid 3px #448ce6 !important;
        top: 2px;
        left: 0 !important; }
        #contact-us-v2-form .radio .jcf-checked span span {
          display: none; }
    #contact-us-v2-form .radio .jcf-pressed {
      border-radius: 10px;
      top: 0; }
  #contact-us-v2-form .form-c-us {
    margin-left: -15px;
    margin-right: -15px; }
    #contact-us-v2-form .form-c-us .form-group {
      margin-bottom: 10px; }
      #contact-us-v2-form .form-c-us .form-group label {
        width: 100%; }
        #contact-us-v2-form .form-c-us .form-group label span {
          padding-top: 14px;
          padding-left: 22px;
          color: #636363 !important;
          font-weight: 500; }
        #contact-us-v2-form .form-c-us .form-group label input {
          height: 50px;
          border-radius: 25px;
          border-bottom: none;
          box-shadow: none;
          -webkit-box-shadow: none;
          -webkit-appearance: none;
          -moz-appearance: none; }
          #contact-us-v2-form .form-c-us .form-group label input:focus {
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #66afe9; }
        #contact-us-v2-form .form-c-us .form-group label .contact-us-v2-error {
          border: solid 1px #ec5055; }
        #contact-us-v2-form .form-c-us .form-group label textarea {
          width: 100%;
          border-radius: 25px;
          border-bottom: none;
          height: 205px;
          border: none;
          padding-top: 15px;
          padding-left: 20px;
          box-shadow: none;
          -webkit-box-shadow: none;
          font-size: 15px;
          color: #636363; }
    #contact-us-v2-form .form-c-us .checkbox label {
      color: #2a2b2a; }
      #contact-us-v2-form .form-c-us .checkbox label a {
        font-weight: 600; }
      #contact-us-v2-form .form-c-us .checkbox label .jcf-checkbox {
        margin-top: 4px;
        display: table;
        float: left;
        margin-bottom: 10px; }
        @media only screen and (max-width: 767px) {
          #contact-us-v2-form .form-c-us .checkbox label .jcf-checkbox {
            margin-bottom: 60px; } }
    #contact-us-v2-form .form-c-us .checkbox .jcf-checkbox span {
      background: #ccc;
      border: none !important;
      width: 13px;
      height: 13px;
      top: 2px;
      left: 0;
      border-radius: 10px; }
    #contact-us-v2-form .form-c-us .checkbox .jcf-checkbox .contact-us-v2-error {
      border: solid 3px #ec5055 !important; }
    #contact-us-v2-form .form-c-us .checkbox .jcf-checked {
      border-radius: 10px;
      top: 0; }
      #contact-us-v2-form .form-c-us .checkbox .jcf-checked span {
        background: #fff !important;
        outline: none !important;
        border: solid 3px #448ce6 !important;
        top: 2px;
        left: 0 !important; }
        #contact-us-v2-form .form-c-us .checkbox .jcf-checked span span {
          display: none; }
    #contact-us-v2-form .form-c-us .checkbox .jcf-pressed {
      border-radius: 10px;
      top: 0; }
  #contact-us-v2-form .contact-us-v2-submit-button {
    background: #448ce6;
    text-align: center !important;
    color: #fff;
    border-radius: 25px;
    width: 155px;
    height: 48px;
    padding: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: "Roboto", sans-serif;
    margin-top: 5px;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    outline: none; }
    #contact-us-v2-form .contact-us-v2-submit-button:hover {
      background: #377cd0; }
  #contact-us-v2-form #ReCaptcha-ContactUs {
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-top: 20px; }

.contact-us-v2-thank-you {
  margin-top: 60px; }
  .contact-us-v2-thank-you p {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .contact-us-v2-thank-you p {
        text-align: center; } }

.error-recaptcha {
  color: #ec5055; }
