@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?k1zboe');
  src: url('../fonts/icomoon.eot?k1zboe#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?k1zboe') format('truetype'), url('../fonts/icomoon.woff?k1zboe') format('woff'), url('../fonts/icomoon.svg?k1zboe#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-loudspeaker:before {
  content: "\e902";
}
.icon-Magnifying-Glass:before {
  content: "\e903";
}
.icon-write:before {
  content: "\e904";
}
.icon-assets-icon-1:before {
  content: "\e900";
}
.icon-assets-icon-2:before {
  content: "\e901";
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: normal;
  z-index: 0;
  position: relative;
}
a,
a:focus {
  transition: all 0.8s ease;
  color: #4d4d4f;
}
a:hover {
  text-decoration: none;
}
.red {
  color: #bd2025;
}
h2 {
  margin-top: 0;
}
h2.nr-title {
  color: #bd2025;
  text-transform: uppercase;
}
p,
.lead,
ul,
h2,
h3,
h4,
h5 {
  margin-bottom: 25px;
}
img.space {
  margin-bottom: 25px;
}
h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: #bd2025;
  font-weight: bold;
}
h5 {
  font-weight: bold;
}
.sec-font {
  font-family: 'Roboto Slab', serif;
}
.logo-wrapper {
  text-align: center;
  margin: 30px auto 20px;
}
.logo {
  display: inline-block;
  background: #fff;
  padding: 10px;
  margin-right: 20px;
}
.logo img {
  width: 120px;
}
@media (max-width: 767px) {
  .logo {
    display: none;
  }
}
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.navbar {
  margin-bottom: 0;
  border-top: 1px solid #ededed;
  border-bottom: 0;
  background: #d7d7d7;
  transition: all 0.35s;
  font-size: 14px;
  z-index: 99999;
  position: relative;
}
.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.navbar.affix {
  position: fixed;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  z-index: 9999;
}
.navbar.affix .logo {
  background: transparent;
  padding: 10px;
}
.navbar.affix .logo img {
  width: 80px;
}
.navbar.affix .nav.main-nav {
  margin-top: 20px;
}
.navbar.affix #mega-menu-wrap-primary {
  padding-top: 30px;
}
.nav.main-nav {
  float: right;
  margin-top: 55px;
}
@media (max-width: 767px) {
  .nav.main-nav {
    float: none;
    margin-top: 10px;
  }
}
.nav.main-nav a.dropdown-toggle {
  color: #4d4d4f;
  text-transform: uppercase;
}
.nav.main-nav a {
  color: #4d4d4f;
}
.nav.main-nav a:hover {
  text-decoration: none;
  color: #bd2025;
}
.nav.main-nav a.active {
  color: #bd2025;
}
.nav.main-nav .panel-title {
  font-size: 15px;
  font-weight: normal;
}
.nav.main-nav .panel-title a {
  color: #4d4d4f !important;
}
.nav.main-nav .panel-title a:hover {
  color: #bd2025 !important;
}
.nav.main-nav .panel-body {
  padding-bottom: 0;
}
.nav.main-nav .panel-body a {
  color: #909090 !important;
}
.nav.main-nav .panel-body a:hover {
  color: #bd2025 !important;
}
.nav.main-nav .panel-body a.active {
  color: #bd2025 !important;
}
.nav > li > a {
  padding: 10px;
  padding-right: 15px;
}
.search {
  margin-top: 10px;
  margin-bottom: 10px;
}
.icon-bar {
  background: #4d4d4f;
}
.dropdown-menu {
  border: none;
  border-bottom: 5px solid #bd2025;
  border-right: 0;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  padding: 25px 30px;
  font-size: 15px;
}
.dropdown-menu h2 {
  margin-top: 0;
}
.sec-menu {
  list-style-type: none;
  padding: 0;
}
.sec-menu li {
  border-bottom: 1px solid #bd2025;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
.sec-menu a:hover {
  text-decoration: none;
  color: #bd2025;
}
.third {
  margin-left: 15px;
}
q {
  display: block;
  margin-bottom: 30px;
  line-height: 1.4;
}
q:before {
  content: open-quote;
  color: #bd2025;
}
q:after {
  content: close-quote;
  color: #bd2025;
}
.nav > li > a:focus,
.nav > li > a:hover,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: none;
  color: #bd2025;
}
.search-btn .form-control {
  border-left: none;
}
.navbar-fixed-top {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
.carousel-control {
  width: 5%;
}
#carousel-main {
  overflow: hidden;
}
#carousel-main .carousel-caption {
  top: 20%;
  text-align: left;
  left: auto;
  right: auto;
  position: relative;
}
#carousel-main .carousel-caption h2 {
  font-size: 36px;
  font-weight: 300;
  max-width: 45%;
  font-family: 'Roboto Slab', serif;
}
#carousel-main .carousel-caption p {
  width: 50%;
  font-size: 23px;
  font-weight: 200;
}
#carousel-main .carousel-caption a {
  color: #fff;
  font-weight: 100;
}
#carousel-main .carousel-caption a:hover {
  color: #bd2025;
}
.panel-group {
  margin-bottom: 8px;
}
.panel-group .panel {
  box-shadow: none;
  border: 0px;
  margin-bottom: 8px;
}
.panel-heading {
  padding: 0 0 5px 0;
}
.panel-default {
  background: transparent;
  border-color: transparent;
}
.panel-default > .panel-heading {
  background: transparent;
  border-bottom: 1px solid #bd2025;
}
#accordion2,
#accordion3 {
  margin-bottom: 8px;
  margin-left: 15px;
}
#accordion2 .panel-heading,
#accordion3 .panel-heading {
  padding-left: 0;
  padding-bottom: 5px;
  padding-top: 0;
}
.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'FontAwesome';
  content: "\f107";
  float: right;
  color: #4d4d4f;
  font-weight: normal;
}
.panel-heading .accordion-toggle.collapsed:after {
  content: "\f105";
}
.item {
  height: 800px;
  width: 100%;
}
.banner {
  background-size: cover;
}
.banner-1 {
  background: url(../images/banner-1.jpg) no-repeat center center;
  background-size: cover;
}
.banner-2 {
  background: url(../images/banner-2.jpg) no-repeat center center;
  background-size: cover;
}
.banner-3 {
  background: url(../images/banner-3.jpg) no-repeat center center;
  background-size: cover;
}
.banner-4 {
  background: url(../images/banner-4.jpg) no-repeat center center;
  background-size: cover;
}
a.view {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 20px;
}
a.view:hover {
  color: #2d2d2d !important;
}
a.view:after {
  font-family: 'FontAwesome';
  content: "\f178";
  margin-left: 10px;
}
.carousel-indicators li {
  margin-right: 8px;
}
.carousel-indicators li:last-child {
  margin-right: 0px;
}
.carousel-indicators li.active {
  background: #bd2025;
  border: 1px solid #bd2025;
  margin-right: 8px;
}
.grey-bg {
  background: #ebebeb;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
  margin-top: 40px;
}
.grey-bg div[class^="col-"] {
  padding-left: 0;
}
.grey-bg div[class^="col-"]:last-child {
  padding-left: 15px;
}
.half {
  height: 50%;
  position: relative;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.home-content {
  color: #4d4d4f;
  background: #fff;
  padding: 60px 0;
}
.home-content .main-content {
  padding-top: 0px;
}
.home-content h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 26px;
  color: #bd2025;
  margin-bottom: 25px;
}
.home-content h4 {
  margin-bottom: 10px;
}
.border-top {
  border-top: 1px solid #000;
  padding-top: 25px;
}
.bottom-bar {
  background: #bd2025;
  padding: 0;
  color: #fff;
}
.bottom-bar h3 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 30px;
}
.bottom-bar > .row {
  padding-left: 15px;
}
.stack-photo {
  margin-right: 0;
  margin-left: 0;
}
.stack-photo .header {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 10;
}
.stack-photo .caption {
  font-style: normal;
  z-index: 10;
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  line-height: 1.1;
  font-weight: 300;
}
.stack-photo .caption h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  font-style: normal;
}
.stack-photo a {
  color: #fff;
}
.stack-photo a:hover {
  color: #fff !important;
}
.darken .title {
  position: absolute;
  bottom: 15px;
  margin: auto;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
  opacity: 0;
  transition: all 1.1s;
  -webkit-transition: all 1.1s;
  padding: 15px;
}
.darken .title span {
  display: block;
}
.darken:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  z-index: 1;
  cursor: pointer;
}
.darken:hover:after {
  opacity: 1;
}
.darken:hover .title {
  opacity: 1;
}
.main-content {
  color: #4d4d4f;
  padding-top: 70px;
  padding-bottom: 70px;
}
.main-content h1 {
  color: #bd2025;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 31px;
  margin-bottom: 40px;
}
.main-content h3,
.main-content h4 {
  line-height: 1.4;
}
.main-content h4 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.main-content h2 {
  font-weight: 300;
  color: #bd2025;
}
.main-content ul {
  padding-left: 20px;
}
.main-content a.underline {
  text-decoration: underline;
}
.main-content a:hover {
  color: #bd2025;
}
.main-content .caption {
  font-style: italic;
}
hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #000;
}
hr.red {
  border-top: 1px solid #bd2025;
}
.page-image {
  margin: auto;
  height: 900px;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 5%;
}
.page-title {
  position: relative;
  color: #fff;
  top: 15%;
  left: 0;
}
.page-title h1 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.page-title p {
  font-family: 'Roboto Slab', serif;
  width: 45%;
  font-weight: 100;
  font-size: 25px;
  line-height: 1.5;
}
.page-title a {
  color: #fff;
}
.page-title a:hover {
  color: #bd2025;
}
.page-title .fa {
  font-size: 50px;
}
.expand-content {
  display: none;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.expand-content h3 span {
  font-weight: normal;
  font-style: italic;
  display: block;
}
a.expand-more {
  transition: all 0.8s ease;
  color: #bd2025;
  margin-bottom: 15px;
  display: block;
}
.less-wrapper {
  text-align: center;
}
a.expand-less {
  color: #bd2025;
}
.add {
  color: #bd2025;
  font-size: 22px;
  display: block;
  margin-top: -10px;
  padding-bottom: 5px;
}
.page-lead {
  font-family: 'Roboto Slab', serif;
  margin-bottom: 30px !important;
}
.page-lead p {
  font-size: 20px;
  font-weight: 300;
  height: 100%;
  line-height: 1.5;
}
.page-lead div[class^="col-"]:first-child p {
  width: 90%;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.table {
  background: #ededed;
}
.table th {
  color: #fff;
  background: #bd2025;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 15px !important;
}
.table td {
  padding: 15px !important;
  border-top: 1px solid #4d4d4f !important;
}
.table tr:nth-child(2) td {
  border-top: 0px !important;
}
.table th,
.table td {
  border-right: 1px solid #fff;
}
.table th:last-child,
.table td:last-child {
  border-right: 0px;
}
.table caption {
  caption-side: bottom;
  font-style: italic;
}
.table tr.noline td {
  border-top: 1px solid #ededed !important;
}
.footnote {
  font-size: 13px;
}
.lead {
  font-size: 30px;
  color: #bd2025;
}
.flex-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.flex-wrap.center {
  justify-content: center;
}
.percentage:after {
  content: " %";
  font-size: 15px;
  vertical-align: middle;
  margin-top: -10px;
  display: inline-block;
}
.left-align {
  text-align: left;
}
.big-fig {
  font-size: 50px;
  font-weight: 400;
  vertical-align: middle;
  color: #bd2025;
  padding-right: 5px;
  line-height: 1;
  font-family: 'Roboto Slab', serif;
}
.big-fig.no-space {
  padding-right: 0px;
}
.highlights-wrapper {
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  margin-top: 40px;
}
.highlights-wrapper:first-child {
  margin-top: 0px;
}
.highlights-wrapper:last-child {
  border-bottom: 0px solid #000;
  padding-bottom: 0px;
}
.highlights-wrap {
  margin-bottom: 50px;
}
.highlights-wrap > div[class^="col-"] {
  border-right: 1px solid #000;
  padding-left: 30px;
  padding-right: 30px;
}
.highlights-wrap > div[class^="col-"]:last-child {
  border-right: 0px solid #fff;
}
.highlights-wrap p {
  margin-bottom: 15px;
}
.highlights-para h1 {
  font-size: 26px;
  text-transform: none;
  color: #4d4d4f;
  line-height: 1.5;
}
.btn-lg {
  background: none;
  border: 1px solid #bd2025;
  text-transform: uppercase;
  color: #bd2025;
  font-size: 20px;
  border-radius: 0;
  margin-right: auto;
  margin-left: auto;
}
.section-wrap {
  text-align: center;
}
.section-wrap .img-wrap {
  margin-bottom: 15px;
  min-height: 40px;
  display: block;
}
.section-wrap img {
  display: block;
  margin: auto;
}
.section-wrap span {
  color: #bd2025;
  font-weight: 15px;
  font-weight: bold;
}
.main-content.historical ul#historical-tabs {
  padding: 0;
}
.main-content.historical .tab-pane {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-content.historical .tab-pane ul {
  list-style-position: inside;
  padding-left: 0;
}
.main-content.historical .nav-tabs > li,
.main-content.historical .nav-pills > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */
  margin-bottom: 10px;
}
.main-content.historical .nav-tabs,
.main-content.historical .nav-pills {
  text-align: center;
}
.main-content.historical .nav-pills > li {
  margin-left: 10px;
}
.main-content.historical .nav-pills > li > a {
  border: 1px solid #4d4d4f;
  border-radius: 0;
  font-size: 20px;
}
.main-content.historical .nav-pills > li > a:hover {
  border: 1px solid #bd2025;
}
.main-content.historical .nav-pills > li.active > a,
.main-content.historical .nav-pills > li.active > a:focus,
.main-content.historical .nav-pills > li.active > a:hover {
  background: none;
  color: #bd2025;
  border: 1px solid #bd2025;
}
.main-content.press h3 {
  margin-top: 35px;
}
.main-content.press #press-tabs {
  padding-left: 0;
}
.main-content.press .tab-pane {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-content.press .tab-pane ul {
  list-style-position: inside;
  padding-left: 0;
}
.main-content.press .nav-tabs > li,
.main-content.press .nav-pills > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */
}
.main-content.press .nav-pills > li {
  margin-right: 10px;
}
.main-content.press .nav-pills > li > a {
  border: 1px solid #4d4d4f;
  border-radius: 0;
  font-size: 20px;
}
.main-content.press .nav-pills > li > a:hover {
  border: 1px solid #bd2025;
}
.main-content.press .nav-pills > li.active > a,
.main-content.press .nav-pills > li.active > a:focus,
.main-content.press .nav-pills > li.active > a:hover {
  background: none;
  color: #bd2025;
  border: 1px solid #bd2025;
}
.main-content.press .press-list {
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}
.main-content.press .press-list.row {
  margin-left: 0;
  margin-right: 0;
}
.archive-wrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.main-content.executive .executive-img {
  border-bottom: 1px solid #bd2025;
  padding-bottom: 15px;
}
.main-content.executive .executive-img span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #bd2025;
}
.main-content.executive .executive-img img {
  margin-bottom: 15px;
}
.main-content.executive .executive-img p {
  font-style: italic;
  margin-bottom: 15px;
}
.main-content.executive .lead {
  font-size: 25px;
}
.main-content.executive .tab-content {
  margin-top: 80px;
}
#executive-tabs {
  margin-top: 50px;
  padding-left: 0;
}
#executive-tabs li {
  width: 25%;
  float: left;
  font-weight: bold;
}
#executive-tabs li span {
  display: block;
  font-style: italic;
  font-weight: normal;
}
#executive-tabs li span.name {
  font-size: 18px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
}
#executive-tabs li.active .darken:after {
  opacity: 1;
}
#executive-tabs li.active .darken .title {
  opacity: 1;
}
#executive-tabs .img-responsive {
  width: 100%;
}
#executive-tabs a {
  padding: 0;
}
.tabs-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 60px;
}
#assets-tabs {
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
}
#assets-tabs li {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
#assets-tabs li.active a {
  color: #bd2025;
}
#assets-tabs li.active .tab-icon2 {
  text-decoration: none !important;
}
#assets-tabs li.active span.title,
#assets-tabs li.active span.text {
  text-decoration: underline;
}
#assets-tabs .img-responsive {
  width: 100%;
}
#assets-tabs a {
  padding: 0;
  display: inline-block;
}
#assets-tabs a:hover {
  color: #bd2025;
  text-decoration: none;
}
#assets-tabs .title {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
#com-tabs {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  text-align: center;
}
#com-tabs li {
  vertical-align: top;
  margin-bottom: 10px;
  text-align: center;
  display: inline;
  margin: 0 20px 10px;
}
#com-tabs li.active a {
  color: #bd2025;
}
#com-tabs li.active .tab-icon2 {
  text-decoration: none !important;
}
#com-tabs li.active span.title,
#com-tabs li.active span.text {
  text-decoration: underline;
}
#com-tabs a {
  padding: 0;
  display: inline-block;
}
#com-tabs a:hover {
  color: #bd2025;
  text-decoration: none;
}
#com-tabs .title {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
#concerns-tabs {
  padding-left: 0;
}
#concerns-tabs li.active a {
  color: #bd2025;
  text-decoration: underline;
}
.tab-content.career a {
  text-decoration: underline;
}
#assets-map {
  height: 400px;
  width: 100%;
  margin: 40px 0;
}
#legend {
  font-size: 14px;
  padding: 10px;
  width: 500px;
}
#legend div {
  display: inline-block;
  margin-right: 10px;
}
#legend .operatedIcon:before {
  content: "";
  background: #c53e42;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
}
#legend .nonIcon:before {
  content: "";
  background: #3362a1;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
}
.key-facts-icon {
  list-style: none;
  padding-left: 0 !important;
}
.key-facts-icon li {
  line-height: 2.5;
  vertical-align: middle;
}
.key-facts-icon .key-icon {
  width: 18px;
  height: 23px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
  background-position: center bottom;
}
.key-facts-icon .fact-heading {
  color: #bd2025;
}
.location {
  background: url("../images/our-assets/icon-location.png");
}
.fiscal {
  background: url("../images/our-assets/icon-fiscal.png");
}
.block {
  background: url("../images/our-assets/icon-block.png");
}
.equity {
  background: url("../images/our-assets/icon-equity.png");
}
.current {
  background: url("../images/our-assets/icon-current.png");
}
.data{
  background: url("../images/our-assets/icon-data.png");
}
.other-assets a {
  display: inline-block;
}
.other-assets div[class^="col-"] .darken {
  position: relative;
}
.other-assets div[class^="col-"] .name {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.other-assets div[class^="col-"] .title {
  top: 40%;
  font-weight: 300;
}
.icon1 {
  height: 44px;
  width: auto;
}
.tab-icon1 {
  font-size: 60px;
  display: block;
  padding-bottom: 20px;
}
.tab-icon2 {
  font-size: 45px;
  display: block;
  padding-bottom: 20px;
}
.abc {
  list-style: lower-alpha;
  padding-left: 20px;
}
.abc li {
  padding-left: 20px;
}
.name {
  color: #bd2025;
  font-weight: bold;
  display: block;
}
.feedback-chart {
  color: #bd2025;
}
.feedback-chart .col-sm-3:last-child .chart-title::after,
.feedback-chart .col-xs-6:last-child .chart-title::after {
  content: "";
}
.feedback-chart .chart-title::after {
  font-family: 'FontAwesome';
  content: "\f054";
  position: absolute;
  right: -5px;
  top: 5px;
  color: #bd2025;
}
.feedback-chart .chart-title {
  background: #bd2025;
  color: #fff;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.infoBox > img {
  margin-right: 20px !important;
  width: 13px;
}
.own-assets-map {
  text-align: center;
  max-width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #bd2025;
  background-color: rgba(189, 32, 37, 0.9);
  padding: 30px 20px;
  color: #fff;
  font-size: 12px;
}
.own-assets-map .iw_title {
  margin-top: 0px;
}
.own-assets-map a {
  color: #fff;
  margin-top: 10px;
  display: block;
}
.own-assets-map a:hover {
  color: #4d4d4f;
}
.non-operated-map {
  text-align: center;
  max-width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(53, 76, 157, 0.9);
  padding: 30px 20px;
  color: #fff;
  font-size: 12px;
}
.non-operated-map .iw_title {
  margin-top: 0px;
}
.non-operated-map a {
  color: #fff;
  margin-top: 10px;
  display: block;
}
.non-operated-map a:hover {
  color: #4d4d4f;
}
.com-map-wrapper {
  background: #bd2025;
  color: #fff;
}
.com-map-wrapper .col-sm-4 {
  padding-left: 0;
  padding-right: 0;
}
.com-map-wrapper .col-sm-8 {
  padding: 0 20px;
}
.com-map-wrapper .com-map-icon {
  list-style: none;
}
.com-map-wrapper ul li {
  line-height: 1.5;
  font-weight: 100;
  vertical-align: middle;
  margin-bottom: 10px;
}
#loc-info {
  padding: 0px !important;
}
#loc-info h2 {
  font-family: 'Roboto Slab', serif;
}
#loc-info ul {
  padding-left: 0;
}
.com-map {
  text-align: center;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 35px;
  color: #4d4d4f;
  font-size: 12px;
  border: 2px solid #4d4d4f;
}
.com-map .iw_title {
  margin-top: 0px;
}
.com-map a {
  color: #fff;
  margin-top: 10px;
  display: block;
}
.com-map a:hover {
  color: #4d4d4f;
}
.com-map ul {
  list-style-type: none;
}
.com-map ul li {
  margin-bottom: 5px;
}
i.com-icon {
  width: 37px;
  height: 27px;
  display: inline-block;
  margin-right: 10px;
}
i.com-icon.health {
  background: url(../images/corporate-responsibility/com-icon-health.png) center no-repeat;
}
i.com-icon.healthone {
  background: url(../images/corporate-responsibility/com-icon-healthone.png) center no-repeat;
}
i.com-icon.philanthropy {
  background: url(../images/corporate-responsibility/com-icon-philanthropy.png) center no-repeat;
}
i.com-icon.disaster {
  background: url(../images/corporate-responsibility/com-icon-disaster.png) center no-repeat;
}
i.com-icon.development {
  background: url(../images/corporate-responsibility/com-icon-development.png) center no-repeat;
}
i.com-icon.education {
  background: url(../images/corporate-responsibility/com-icon-education.png) center no-repeat;
}
i.com-icon.partnerships {
  background: url(../images/corporate-responsibility/com-icon-partnerships.png) center no-repeat;
}
i.com-icon.sanitation {
  background: url(../images/corporate-responsibility/com-icon-sanitation.png) center no-repeat;
}
i.com-icon.capacity {
  background: url(../images/corporate-responsibility/com-icon-capacity.png) center no-repeat;
}
i.com-icon.healthone {
  background: url(../images/corporate-responsibility/com-icon-healthone.png) center no-repeat;
}
i.com-icon.animal {
  background: url(../images/corporate-responsibility/com-icon-animal.png) center no-repeat;
}
i.com-icon.vocational {
  background: url(../images/corporate-responsibility/com-icon-vocational.png) center no-repeat;
}
i.com-icon.entrepreneurship {
  background: url(../images/corporate-responsibility/com-icon-entrepreneurship.png) center no-repeat;
}
i.com-icon.agriculture {
  background: url(../images/corporate-responsibility/com-icon-agriculture.png) center no-repeat;
}
/*for social investment map*/
.inner-sanitation{
    padding-left:20px;
}
.investment-body{
    width: 65% !important;
    margin-top: 30px;
    float: right;
    
}
.tab-content-investment{
    margin-top: -30px;
}
.tab-sub-block{
    margin-bottom: 25px !important;
}
.com-map-1 {
  width: 330px;
  height: 330px;
}
.assets-legend {
  margin-top: 10px;
  margin-bottom: 20px;
}
.assets-legend span {
  padding-right: 20px;
  display: inline-block;
}
.assets-legend span:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #bd2025;
  display: inline-block;
  margin-right: 5px;
}
.assets-legend span:first-child:before {
  background: #bd2025;
}
.assets-legend span:last-child:before {
  background: #374ea2;
}
#iw_container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.iw_title {
  font-weight: bold;
  display: block;
  font-size: 16px !important;
  margin-top: 20px;
  margin-bottom: 10px;
}
.iw_title span {
  font-size: 13px;
  display: block;
}
#community-map {
  width: 100%;
  height: 600px;
}
.com-map-leg {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 30px;
}
.com-map-leg li {
  padding-left: 10px;
}
span.cap {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
}
.mapMenu-wrapper {
  text-transform: uppercase !important;
}
.mapMenu-wrapper .dropdown-toggle {
  text-transform: uppercase !important;
}
.cm-container {
  text-align: center;
}
.cm-container .village-name {
  font-weight: bold;
}
.rd-cir {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.col-1 {
  background: #4d4d4f;
}
.col-2 {
  background: #344b9b;
}
.col-3 {
  background: #27bd20;
}
.col-4 {
  background: #bd2025;
}
.col-5 {
  background: #fffc00;
}
.col-6 {
  background: #f9b000;
}
.village-links {
  background: none;
  border: none;
  display: block;
}
.village-links:hover {
  color: #bd2025;
}
.village-links:focus {
  outline: 0;
  color: #bd2025;
}
span.no-break {
  white-space: nowrap;
}
.extra {
  padding-right: 5px;
  padding-left: 5px;
}
.video-title {
  color: #bd2025;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}
.pdf-image {
  border: 3px solid #ededed;
}
.publications-title {
  font-weight: bold;
  color: #4d4d4f;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-publications-title {
  margin-top: 40px;
}
.download {
  color: #bd2025;
  text-decoration: underline;
}
.download:hover {
  text-decoration: underline;
  color: grey !important;
}
.download:focus {
  color: #bd2025;
  text-decoration: underline;
}
.publications-wrapper {
  padding-bottom: 30px;
  border-bottom: 2px solid #ededed;
  margin-bottom: 40px;
}
.footer {
  background: #ededed;
  padding: 25px 0;
}
.footer h2 {
  color: #bd2025;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 35px;
}
.footer-links {
  border-bottom: 1px solid #cccccc;
  background: #ededed;
}
.footer-links .list-inline {
  margin-bottom: 0;
}
.footer-links a {
  padding: 20px;
  padding-left: 0;
  display: inline-block;
  color: #4d4d4f;
  text-transform: uppercase;
}
.footer-links a:hover {
  text-decoration: none;
  color: #bd2025;
}
.red-bar {
  background: #bd2025;
  color: #fff;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 300;
}
.social {
  color: #bd2025;
  margin-bottom: 20px;
}
.social p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.social i {
  margin-right: 20px;
}
.social a {
  display: block;
  font-size: 15px;
}
.social a:hover {
  color: #4d4d4f;
}
.unglobalcompact {
  margin-right: 15px;
}
.share-text {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #bd2025;
}
.addthis_inline_share_toolbox {
  margin-top: 15px;
  clear: none !important;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
#mega-menu-wrap-primary #mega-menu-primary ul ul.sub-menu {
  display: none;
}
ul.mega-sub-menu li ul.menu li a {
  border-bottom: 1px solid #bd2025 !important;
  margin-bottom: 8px !important;
  padding-bottom: 5px !important;
}
.mega-sub-menu li ul.menu li.menu-item-has-children ul.sub-menu {
  padding-left: 15px !important;
  margin-bottom: 10px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .custom-style li.menu-item-has-children > a {
  background: url(../images/menu-close.png) no-repeat right center;
  background-size: 6px;
}
#mega-menu-wrap-primary #mega-menu-primary .custom-style li.menu-item-has-children > a.open,
#mega-menu-wrap-primary #mega-menu-primary .custom-style li.menu-item-has-children > a.open-main {
  background: url(../images/menu-open.png) no-repeat right center;
  background-size: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary ul > li.open-main > .sub-menu {
  visibility: visible;
  height: auto;
}
div#mega-menu-wrap-primary,
ul#mega-menu-primary {
  position: initial !important;
  float: right;
  padding-top: 56px;
}
.container.custom-style {
  max-width: 1170px;
  margin: 0 auto !important;
  width: 100%;
}
.container.custom-style h4 {
  font-size: 30px;
  color: #333333;
}
.mega-menu-columns-2-of-9 {
  padding-left: 15px !important;
}
.mega-menu-columns-2-of-9.widget_nav_menu {
  padding-left: 25px !important;
}
.custom-style > .row > ul > li {
  float: left !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.custom-style > .row > ul > li:last-child {
  float: right !important;
}
#mega-menu-wrap-primary #mega-menu-primary .menu li.current_page_item a {
  color: #bd2025;
}
.empty-class {
  cursor: pointer;
}
.black {
  color: #000;
}
body.error404 .main-content h2 {
  font-size: 68px;
}
body.error404 .main-content p {
  font-size: 28px;
  max-width: 400px;
}
body.error404 .main-content .error-img {
  margin-top: -8%;
}
@media only screen and (max-width: 1100px) {
  .flex-wrap {
    display: block;
    text-align: center;
  }
  .big-fig {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .page-image,
  .item {
    height: 600px;
  }
}
@media only screen and (max-width: 1035px) {
  .carousel-caption > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  #carousel-main .carousel-caption h2 {
    font-size: 36px;
    max-width: 70%;
  }
  #carousel-main .carousel-caption p {
    width: 100%;
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
}
@media only screen and (min-width: 768px) {
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .nav.main-nav > li:first-child > a {
    padding-left: 0;
  }
  .menu-padding {
    padding-top: 65px;
  }
  .mobile-logo {
    display: none;
  }
  .equal-height-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .highlights-wrap {
    display: flex;
  }
}
@media only screen and (max-width: 992px) {
  .container {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
  .vcenter {
    display: block;
  }
  #community-map {
    height: 400px;
  }
  .navbar {
    overflow-y: auto;
    height: auto;
    max-height: 100vh;
    overflow-x: hidden;
  }
  .home-content div[class^="col-"] {
    overflow: hidden;
    margin-bottom: 0px;
  }
  .home-content .border-top {
    border-top: 0;
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .main-content {
    padding-bottom: 30px;
  }
  .navbar-nav .open .dropdown-menu {
    background: #ededed;
  }
  .logo-wrapper {
    display: none;
  }
  .mobile-logo {
    padding: 8px 15px;
    display: block;
    float: left;
  }
  .mobile-logo img {
    width: 70px;
  }
  .navbar-toggle {
    padding-top: 14px;
  }
  .page-image {
    height: 350px;
  }
  .page-image h1 {
    font-size: 18px;
  }
  .page-image p {
    width: 90%;
    font-size: 20px;
    line-height: 1.2;
  }
  .page-title {
    top: 8%;
  }
  .navbar-fixed-top {
    position: relative;
  }
  #executive-tabs li {
    width: 50%;
  }
  .equal-height-wrap {
    height: auto !important;
  }
  .highlights-wrap > div[class^="col-"] {
    margin-bottom: 35px;
    border-right: 0px solid #000;
    border-bottom: 1px solid #000;
  }
  .highlights-wrap > div[class^="col-"]:last-child {
    border-bottom: 0px solid #fff;
  }
  .bottom-bar {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .bottom-bar > .row {
    padding-left: 0px;
  }
  #carousel-main .carousel-caption {
    top: 5%;
  }
  #carousel-main .carousel-caption h2 {
    font-size: 20px;
    max-width: 90%;
  }
  #carousel-main .carousel-caption p {
    width: 100%;
    font-size: 18px;
  }
  #carousel-main .item {
    height: 480px;
  }
  .banner-2 {
    background: url(../images/banner-2-mobile.jpg) no-repeat center center;
    background-size: cover;
  }
  .main-content.historical .nav-pills > li {
    margin-left: 0px;
  }
  a.view {
    margin-bottom: 25px;
  }
  .custom-style .row ul li {
    width: 100%;
    float: none !important;
  }
  .custom-style > .row > ul > li:last-child {
    float: none !important;
  }
  div#mega-menu-wrap-primary,
  ul#mega-menu-primary {
    float: left;
    width: 100%;
    padding-top: 0;
  }
  .social {
    margin-bottom: 20px;
  }
  .footer {
    text-align: center;
  }
  .unglobalcompact {
    float: none !important;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
}







.page-template-page-contact-us .col-sm-12 h2{
display:none;
}
/*# sourceMappingURL=style.css.map */