@media (min-width: 768px){
  .impact-article .video_block.right{
    max-width: 50%;
    padding-left: 0;
    margin-left: 30px;
  }
}

.wrap-sectors .sectors {
  border: 1px solid #D8D8D6;
  border-width: 1px 0 0 1px;
  float: left;
  list-style: none;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap-sectors .sectors > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  /*padding: 30px 35px;text-align: center;*/
  width: 16.666%;
}

.wrap-sectors .sectors > li > a.sector-icons {
  border: 1px solid #D8D8D6;
  display: block;
  border-width: 0 1px 1px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  transition: background .5s;
}

.wrap-sectors .sectors > li > a.sector-icons img {
  padding: 25px;
  width: 157px;
}

.wrap-sectors .sectors > li:after {
  opacity: 0;
  transition: opacity .5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  display: block;
  height: 5px;
  background: #0068ac;
}

.wrap-sectors .sectors > li:hover:after {
  opacity: 1;
}

.wrap-sectors .sectors > li.selected:after {
  opacity: 1;
  transition: opacity 1s;
}

.wrap-sectors .sectors > li.clear-wrap-sector a {
  display: inline;
  border: none;
}

.wrap-sectors .sectors > li.clear-wrap-sector .wrap-lft-contents > p {
  font-size: 18px;
  color: #666666;
  /*font-family: lexiaregular;*/
}

.wrap-sectors .sectors > li.clear-wrap-sector .wrap-unit {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #d8d8d6;
  overflow: hidden;
}

.wrap-sectors .sectors > li.clear-wrap-sector:after, .wrap-sectors .sectors > li.clear-wrap-sector:before {
  display: none !important;
}

.wrap-sectors .sectors > li:hover:before {
  display: block !important;
  background-position: -23px 0px;
}

.wrap-sectors .sectors > li.activeContent:hover:before {
  display: none !important;
}

.wrap-sectors .sectors > li:focus, .wrap-sectors .sectors > li:active, .wrap-sectors .sectors > li:focus, .wrap-sectors .sectors > li.selected a {
  cursor: default;
}

.clear-wrap-sector .wrap-assets {
  padding-left: 35px;
  border-left: 1px solid #d8d8d6;
}

.clear-wrap-sector .wrap-assets .item-list li a {
  display: block;
  padding: 7px 0 7px 22px;
  color: #666;
  font-size: 13px;
  position: relative;
  display: inline-block;
  transition: color .5s;
}

.clear-wrap-sector .wrap-assets .item-list li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  background: url(../images/arrow-list.png) no-repeat right 0;
  width: 13px;
  transition: background-position .5s;
  height: 14px;
  border-radius: 50%;
}

.clear-wrap-sector .wrap-assets .item-list li a:hover:after {
  background-position: left 0;
  transition: background-position .5s;
}

.clear-wrap-sector .wrap-assets .item-list li a:hover {
  color: #005a8c;
  transition: color .5s;
}

.clear-wrap-sector .wrap-assets .item-list {
  width: 100%;
}

.clear-wrap-sector .wrap-lft-contents {
  padding-right: 40px;
}

.clear-wrap-sector .wrap-assets .item-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clear-wrap-sector .wrap-unit .field-item:first-child {
  float: left;
  margin-right: 20px;
}

.clear-wrap-sector .wrap-unit .field-item p {
  font-size: 16px;
  color: #666666;
}

/*.wrap-sectors .sectors > li a{
pointer-events: none;

}*/

.wrap-sector {
  position: relative;
}

.wrap-sectors .sectors li a.sector-icons img {
  margin: 0 auto;
}

.wrap-sectors .sectors li a.sector-icons img:last-child {
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  top: 0;
}

.wrap-sectors .sectors li a.sector-icons img:first-child {
  opacity: 1;
}

.wrap-sectors .sectors li.selected a.sector-icons img:last-child, .wrap-sectors .sectors li.selected a.sector-icons img:last-child {
  opacity: 1;
  transition: opacity .5s;
}

.wrap-sectors .sectors li.selected a.sector-icons img:first-child, .wrap-sectors .sectors li.selected a.sector-icons img:first-child {
  opacity: 0;
  transition: opacity .5s;
}

.wrap-sectors .sectors .wrap-sector-info {
  background: #F1F1F0;
  display: none;
  padding: 20px;
  position: absolute;
  text-align: left;
  width: 100%;
}

.wrap-sectors .sectors > li.clear-wrap-sector:before {
  clear: both;
  content: " ";
  display: block;
  float: none !important;
}

.wrap-sectors .sectors > li.clear-wrap-sector {
  width: 100%;
  border: none;
  background: #f1f1f0;
  margin-top: -2px;
  opacity: 0;
  max-height: 0;
  transition: opacity 1s, padding 1s, max-height 1s;
  padding: 0 40px;
  overflow: hidden;
}

.wrap-sectors .sectors > li.clear-wrap-sector.activeContent {
  border-right: 1px solid #D8D8D6;
  border-bottom: 1px solid #D8D8D6;
  border-top: 1px solid #D8D8D6;
  padding: 40px;
  opacity: 1;
  transition: opacity .5s, padding 1s, max-height 1s;
  max-height: none;
}

.wrap-sectors .sectors > li {
  position: relative;
  z-index: 1;
}

.wrap-sectors .sectors > li > a:before, .wrap-sectors .sectors > li > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  right: 10px;
  width: 23px;
  height: 22px;
  background: url(../images/expand-contract.png) no-repeat 0 0;
  opacity: 1;
  transform: rotate(0deg);
  transition: transform 1s, opacity 1s;
}

.wrap-sectors .sectors > li > a:after {
  opacity: 0;
  background-position: 0 -22px;
  transform: rotate(0deg);
  transition: transform 1s, opacity 1s;
}

.wrap-sectors .sectors > li.selected > a:after {
  opacity: 1;
  transform: rotate(180deg);
  transition: transform 1s, opacity 1s;
}

.wrap-sectors .sectors > li.selected > a:before {
  transform: rotate(180deg);
  transition: transform 1s, opacity 1s;
  z-index: 999;
  opacity: 0;
}

.wrap-sectors .sectors > li.selected {
  z-index: 2;
}

.content-spotlight .field-collection-container .field-name-field-wi-what-g2 p span {
  font-size: 17px;
  line-height: 20px;
}

.wrap-sectors .sectors > li.selected a {
  background: #f1f1f0;
  border-bottom: 1px solid #f1f1f0;
  transition: background .5s;
}

/*.show .wrap-sector-info{
	position: relative !important;
	display:block !important;
}*/

.wrap-sector-info {
  position: absolute;
  left: 0;
}

.full-bg .wrap-bottom-contents {
  padding: 20px 0;
}

.full-bg .wrap-bottom-contents .even .what-bottom-widget {
  padding-right: 55px;
  padding-left: 0;
}

.full-bg .wrap-bottom-contents .odd .what-bottom-widget {
  padding-right: 0;
  padding-left: 55px;
  border-left: 1px solid #d8d8d6;
}

/* image gallery */
section.media-gallery {
  margin: 0 0 20px;
}

.media-gallery #carousel {
  background: #EAE6DF;
  padding: 20px 40px;
}

.media-gallery #carousel .flexslider {
  padding: 10px 0 0;
}

.media-gallery #carousel .slides > li {
  cursor: pointer;
  margin: 0 10px 0 0;
  padding: 10px 0 0;
}

.media-gallery #carousel .slides > li img {
  border: 3px solid #eae6df;
}

.media-gallery #carousel .slides > li.carousel-active {
  background: url(../images/bg-arrow-top.png) no-repeat 50% 1px;
}

.media-gallery #carousel .slides > li.carousel-active img {
  border: 3px solid #01568d;
}

.media-gallery #slider {}

.media-gallery #slider .flex-direction-nav {
  display: none;
}

.media-gallery .flex-direction-nav a {
  top: 55%;
}

.wrap-all-gallery {
  background: #F3F2EE;
  margin: 0 0 20px;
  padding: 20px;
}

.wrap-all-gallery h4 {
  color: #333;
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 16px;
}

.wrap-gallery .album-list .img-holder {
  height: 91px;
}

.logo-image img, .unit-spotlight-image {
  margin: 0 0 20px;
}

/*	------------ */

/* ------------ Sector landing page ------------ */

.group_sector_highlight {
  /*padding-top: 50px;*/
}

.group_documentary .field-item .img-responsive,
.group_infographic .field-item .img-responsive {
  width: 100%;
}

.group_infographic .field-item,
.group_documentary .field-item {
  overflow: hidden;
}

.group_infographic .field-item .img-responsive,
.group_documentary .field-item .img-responsive,
.group-doc-image-wrap .doc-image-anc img {
  transform: scale(1);
  transition: transform 1s;
}

.group_infographic .field-item:hover .img-responsive,
.group_documentary .field-item:hover .img-responsive,
.group-doc-image-wrap .doc-image-anc:hover img {
  transform: scale(1.2);
  transition: transform 1s;
}

.group-doc-image-wrap .doc-image-anc > img {
  width: 100%;
}

.node-business-sector .accordian-listing .img-holder {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

.node-business-sector {
  padding-bottom: 20px;
}

.sidebar .news-with-logo, .sidebar .news-with-logo ul {
  margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .sidebar .news-with-logo li {
    overflow: hidden;
  }
  .sidebar .news-with-logo li .img-responsive {
    /*display: block;
    height: auto;*/
    width: 40%;
  }
  .sidebar .news-with-logo .details {
    /*float:left;
    width:100%;
    clear: both;*/
    display: block;
  }
}

.sidebar .news-with-logo ul li:last-child {
  border: none;
  margin-bottom: 0px;
}

.group_infographic .field-item:last-child a,
.group_documentary .field-item:last-child a {
  position: absolute;
  bottom: 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  color: #00b2a9;
  text-transform: uppercase;
  font-size: 12px;
  /*font: "Avenir LT W01 35 Light",Helvetica,Arial,sans-serif;*/
  display: inline-block;
}

.group_documentary .field-item:last-child a:after,
.group_infographic .field-item:last-child a:after {
  content: "";
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(../images/icons-svg/icon-arrow-line-green.svg) no-repeat left center;
    position: relative;
    left: 5px;
    top: 3px;
    transition: all .3s ease;
    transform: rotate(0deg);
}

.node-business-sector .no-margin .col-md-8 {
  padding: 0;
  float: right;
}

.node-type-business-sector .accordian-listing {
  margin-top: 28px;
  margin-bottom: 28px;
}

.group_highlighted_content {
  width: 100%;
  padding: 0;
}

.group_sector_left {
  padding-left: 0;
  padding-right: 50px;
}

.group_infographic, .group_documentary {
  padding-top: 20px;
  margin-bottom: 40px;
  border-top: 3px solid #e5e5e5;
  position: relative;
}

.group_sector_highlight > .item {
  padding-bottom: 25px;
}

.group_sector_highlight > .item .more {
  font-size: 12px;
  margin-top: 0;
}

.group_sector_highlight > .item > h4 {
  /*margin-top: 15px;*/
  font-family: 'Interstate-Bold', sans-serif;
}

.group_highlighted_content li > div .img-responsive {
  width: 100%;
  border: 1px solid #ecebeb;
}

.group_highlighted_content .content-list {
  padding-left: 0;
  list-style: none;
}

.group_highlighted_content .content-list li {
  list-style: none;
  display: block;
  float: left;
  width: 50%;
}

.group_highlighted_content .content-list li .more {
  margin-top: 0px;
}

.group_highlighted_content .content-list li img {
  margin-bottom: 8px;
}

.group_highlighted_content .content-list p {
  padding-top: 20px;
}

.group_highlighted_content .content-list li {
  padding-bottom: 20px;
}

.group_highlighted_content .content-list li:nth-child(2n+1) {
  padding-right: 12px !important;
  padding-left: 0 !important;
}

.group_highlighted_content .content-list li:nth-child(2n+2) {
  padding-left: 12px !important;
  padding-right: 0 !important;
}

.webcast-media-wrapper *,
.webcast-media-wrapper *:focus {
  outline: none;
}

.white-popup {
  background: #FFF;
  margin: 0 auto;
  max-width: 900px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 100%;
}

.white-popup.confirmation-status > p {
  margin-bottom: 0px;
}

.white-popup img {
  width: 100%;
}

.white-popup .download-link {
  float: right;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
  background: url(../images/sprite.png) no-repeat 0 -712px;
  padding: 0 0 0 20px;
}

.white-popup .file-info {
  font-size: 13px;
  margin: 10px 0 0;
  display: block;
}

.white-popup .btn-control {
  text-decoration: none;
  display: block;
  float: right;
  top: 50%;
  margin: 10px 0 0;
  overflow: hidden;
  cursor: pointer;
  width: 20px;
  height: 21px;
  background: url(../images/bg-slider-arrow.png) no-repeat 0 0;
  text-indent: -999em;
}

.white-popup .btn-prev {
  background-position: 0 -24px;
  float: left;
}

button.mfp-arrow {
  display: none;
}

button.mfp-close {
  height: 25px;
  font-size: 0;
  padding: 0;
  text-align: left;
  text-indent: 0;
  right: 8px;
  top: 6px;
  width: 25px;
}

button.mfp-close:before{
    background: url(../images/icon-close-green.svg) no-repeat left top;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .3s all;
}
button.mfp-close:hover:before {
    transform: translate(-50%,-50%) rotate(-90deg);
}
ul.overview-list, ul.logo-list {
  float: left;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  width: 100%;
}

ul.logo-list {
  margin: 0;
}

.overview-list-title {
  /*margin-top: 35px;*/
  margin-bottom: 25px;
  font-size: 24px;
}

.logo-list-wrapper {
  /*padding-right: 0px;*/
  float: right;
}

.logo-list-wrapper {
  /*width:48%;*/
}

ul.logo-list {
  border: 1px solid #e5e5e5;
  border-width: 1px 0 0 1px;
}

ul.logo-list img {
  display: inline-block;
  width: auto;
  height: 70px;
}

.logo-list li {
  border: 1px solid #e5e5e5;
  border-width: 0 1px 1px 0;
  float: left;
  padding: 15px 0;
  text-align: center;
  width: 33.33%;
}

.overview-list li {
  border-right: 1px solid #EAEAEA;
  float: left;
  padding: 0 25px;
  width: 33.33%;
}

.overview-list li:last-child {
  border: 0;
}

.overview-list li:first-child {
  padding-left: 0;
}

.overview-list .partnership-icon, .partner-text .partnership-icon {
  margin: 0 0 20px;
}

.overview-list .partnership-details {
  overflow: hidden;
}

.overview-list .partnership-details h4 {
  font-size: 20px;
  margin-top: 10px;
  line-height: 21px;
  margin-bottom: 10px;
  color: #414141;
}

.overview-list .partnership-details p {
  font-size: 15px;
  line-height: 17px;
  color: #666666;
}

.wrap-utilities {
  overflow: hidden;
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 20px 0;
  margin-top: 25px;
}

.sidebar .wrap-utilities {
  border-top: 0px;
  overflow: visible;
  padding: 0;
  margin: 0;
}

.overview-wrap h2, .overview-wrap h4 {
  color: #474646;
}

.overview-wrap h3 {
  color: #474646;
  margin: 30px 0;
}

.mfp-iframe-holder .mfp-content {
  height: 100%;
}

.our-values {
  border: 1px solid #e8e8e8;
  border-width: 1px 0;
  list-style: none;
  margin: 0 0 20px;
  padding: 20px 0;
}

.our-values .alpha {
  padding-left: 0;
}

.our-values .omega {
  padding-right: 0;
}

.our-values h3 {
  background: #46c8e8;
  text-align: center;
  color: #fff;
  padding: 10px 5px;
  font-size: 18px;
}

span.element-invisible {
  display: none;
}

.mfp-iframe-holder .mfp-close {
  background: #FFF;
  top: 0;
  /*width: 40px;*/
}

.wid-highlight {
  float: right;
  margin-left: 20px;
  width: 385px;
}

.wid-highlight h2 {
  font-size: 23px;
}

.wid-highlight .list-highlight, .wid-highlight ul {
  list-style: none;
  margin-bottom: 15px;
  padding: 0 0 5px;
  border-bottom: solid 1px #d2d2d2;
}

.wid-highlight .list-highlight:last-child {
  border-bottom: none;
}

.wid-highlight .list-highlight span {
  color: #00b2a9;
  font-size: 25px;
  line-height: 28px;
  /*font-family: 'Avenir LT W01 35 Light', Helvetica, Arial, sans-serif;*/
  display: block;
  margin-bottom: 5px;
}

.news-with-logo img {
  float: left;
  margin: 0 12px 10px 0;
}

.sidebar .news-with-logo ul li {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 20px;
  padding: 0 0 20px;
}

.news-with-logo li small {
  color: #7a7a7a;
  font-size: 12px;
}

.news-with-logo li h6 {
  color: #474646;
  font-size: 14px;
  line-height: 17px;
  margin: 6px 0 10px;
}

.sidebar .news-with-logo .more, .sidebar .news-with-logo .more:hover {
  background: none;
}

.sidebar {
  padding-top: 44px;
}

@media (min-width: 991px){
  .sidebar {
    padding-top: 70px;
  }
}


.pr_icon_on, .highlight_body {
  display: none;
}

.partner-highlight {
  background: #efeae3;
  padding: 20px;
}

.partner-highlight-related-content {
  background: #EFEAE3;
  float: left;
  width: 100%;
}

.partner_highlights {
  border-right: 1px solid #d8d6d3;
  float: left;
  padding: 25px 0 25px 14px;
  width: 25%;
  min-height: 120px;
}

.partner_highlights .current {
  background: #e7e2db url(../images/bg-current.gif) no-repeat center bottom;
  transition: background 1s;
}

.partner_highlights h4 {
  text-transform: uppercase;
  /*font: "Avenir LT W01 35 Light",Helvetica,Arial,sans-serif;*/
  font-size: 14px;
  padding-right: 60px;
  margin-bottom: 0px;
  display: block;
}

.group-partner-highlights {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}

.group-partner-highlights .partner-highlight-related-content {
  display: table-row;
}

.partner_highlights {
  display: table-cell;
  vertical-align: middle;
  float: none;
  position: relative;
}

.partner_highlights:last-child {
  border: none;
}

.partner_highlights.current {
  background: url("../images/bg-current.gif") no-repeat scroll center bottom #e7e2db;
  cursor: default;
}

.partner_highlights h4 {
  color: #666;
}

.partner_highlights.current h4 {
  color: #4f9cb5;
}

.highlight_tab_head img {
  float: right;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -28px;
}

@media (max-width: 1090px) {
  .partner_highlights {
    text-align: center;
    padding-right: 25px;
  }
  .partner_highlights h4 {
    display: block;
    padding-right: 0;
  }
  .highlight_tab_head img {
    position: static;
    float: none;
    margin: 0px auto;
  }
  .partner_highlights h4 {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .group-partner-highlights {
    margin-bottom: 0;
  }
  .partner_highlights h4 {
    display: none;
  }
  .partner_highlights {
    padding: 25px 0px;
    min-height: 0px;
    display: block;
    float: left;
  }
  .highlight_tab_head img {
    margin: 0 auto;
  }
}

@media (max-width: 1500px) {}

@media (max-width: 1400px) {
  .group_infographic .field-item:last-child a, .group_documentary .field-item:last-child a {
    position: relative;
    background: #f6f6f7;
  }
}

@media (max-width: 1300px) {
  .logo-list-wrapper {
    /*width:50%;*/
  }
  .overview-list .partnership-details p {
    font-size: 15px;
  }
  .overview-list .partnership-details h4 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  ul.overview-list, ul.logo-list {
    width: 100%;
  }
  .clear-wrap-sector .wrap-assets,
  .clear-wrap-sector .wrap-lft-contents {
    padding: 0;
    border: none;
  }
  .clear-wrap-sector .wrap-lft-contents {
    padding-bottom: 30px;
  }
  .clear-wrap-sector .wrap-assets .item-list {
    padding-bottom: 0;
  }
  .wrap-sectors .sectors > li.clear-wrap-sector .wrap-lft-contents > p {
    font-size: 16px;
  }
  .wrap-sectors .sectors > li.clear-wrap-sector .wrap-unit {
    border-bottom: 1px solid #d8d8d6;
  }
  .full-bg .wrap-bottom-contents .even .what-bottom-widget {
    padding-right: 15px;
  }
  .full-bg .wrap-bottom-contents .odd .what-bottom-widget {
    padding-left: 15px;
  }
}

@media (max-width: 959px) {
  .wrap-sectors .sectors > li {
    width: 19.99%;
  }
  #slider .slides .title {
    width: 100%;
  }
  #slider .download-link {
    width: auto;
  }
}

@media (max-width: 768px) {
  .wrap-sectors .sectors > li > a:before, .wrap-sectors .sectors > li > a:after,
  .wrap-sectors .sectors > li.selected > a:before, .wrap-sectors .sectors > li.selected > a:after {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@media (max-width: 767px) {
  .logo-list-wrapper {
    width: 100%;
    float: none;
    clear: both;
    padding-right: 15px;
  }
  .full-bg .wrap-bottom-contents .what-bottom-widget {
    padding: 0 !important;
    border-left: 0 !important;
  }
  .full-bg .wrap-bottom-contents .odd .what-bottom-widget {
    padding-top: 30px !important;
    margin-top: 30px;
    border-top: 1px solid #d8d8d6;
  }
  .full-bg .wrap-bottom-contents .img-responsive {
    margin-bottom: 20px;
  }
  .wrap-sectors .sectors > li.clear-wrap-sector.activeContent {
    padding: 40px 20px;
  }
  .node-type-business-sector .accordian-listing {
    margin-top: 0;
  }
  .group_sector_left {
    padding-right: 0;
  }
  .group_highlighted_content .content-list li:first-child {
    padding-right: 15px;
  }
  .group_highlighted_content .content-list li:last-child {
    padding-left: 15px;
  }
  .group_sector_left .group_documentary {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .wrap-sectors .sectors > li {
    width: 33.33%;
  }
  .our-values .col-xs-12 {
    padding: 0;
    margin: 0 0 15px;
  }
}

@media (min-width: 600px) {
  .what-bottom-widget .col-xs-12.col-sm-4 {
    width: 33.33333333333333%;
  }
  .what-bottom-widget .col-xs-12.col-sm-8 {
    width: 66.66666666666666%;
  }
}

@media (max-width: 520px) {
  .wrap-sectors .sectors > li {
    /*width: 49.99%;*/
    width: 100%;
  }
  .wrap-sectors .sectors > li > a.sector-icons img {
    padding: 10px 10px;
  }
  .wrap-sectors .sectors > li.clear-wrap-sector.activeContent {
    padding: 10px 20px 20px 20px;
  }
  .row .overview-list li {
    border-bottom: 1px solid #EAEAEA;
    border-right: 0;
    margin: 0 0 20px;
    padding: 0 0 20px;
    width: 100%;
  }
  .row .overview-list li:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 20px;
    width: 100%;
  }
  .logo-list li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .group_highlighted_content .content-list li,
  .group_highlighted_content .content-list li:nth-child(2n+1),
  .group_highlighted_content .content-list li:nth-child(2n+2) {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px;
  }
}

@media (min-width: 1250px) {
  .logo-list li {
    width: 25%;
  }
}

@media (min-width: 530px) and (max-width: 767px) {
  .logo-list li {
    width: 33.33%;
  }
}

@media (min-width: 768px) and (max-width: 950px) {
  .our-values h3 {
    font-size: 15px;
  }
}

/* Webkit Fix */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .clear-wrap-sector .wrap-assets .item-list li a:after {
    top: 11px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 480px) {
  .clear-wrap-sector .wrap-assets .item-list li a:after {
    top: 10px;
  }
}

@media print {
  .navigation, .sb-search, .breadcrumb, .filter-search, .nav-footer, .toggle-sitemap, .nav-related, .nav-select {
    display: none;
  }
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .award-list img {
    top: 0;
    transform: translateY(0);
  }
  .wrap-sectors .sectors li a.sector-icons img {
    opacity: 1;
    position: static !important;
    display: none;
  }
  .wrap-sectors .sectors li a.sector-icons img:nth-of-type(2),
  .wrap-sectors .sectors li.selected a.sector-icons img:last-child {
    left: auto !important;
    transform: translateY(0) !important;
    -ms-transform: translateX(0) !important;
  }
  .wrap-sectors .sectors li a.sector-icons img:nth-of-type(1) {
    display: block;
  }
  .wrap-sectors .sectors li.selected a.sector-icons img:nth-of-type(1) {
    display: none;
  }
  .wrap-sectors .sectors li.selected a.sector-icons img:nth-of-type(2) {
    display: block;
  }
  .business-grid .hover-content {
    width: auto;
  }
}

/* Timeline */
.timelineframe {
  /*font-family: 'Avenir LT W01 35 Light', Arial, Helvetica, sans-serif;*/
  width: 2460px;
  /*height: 905px;*/
  /*background: url(../images/timeline-bg.png) repeat-x left center;*/
}

.timelineframe br {
  display: none;
}

.timelineframe .col-xs-8 {
  padding-left: 0;
  width: 33.33333333%;
}

.timelineframe .col-xs-12 {
  padding-left: 0;
  width: 50%;
}

.timelineframe strong {
  color: #FFF;
  display: inline-block;
  padding:1px 18px;
  margin-bottom: 10px;
  /*float: left;*/
  /*width: 100%;*/
  background:#00b2a9;
  transform: translateX(-21px);
}

.timelineframe p {
  font-size: 16px;
  margin:0;
  line-height: 1.35;
  padding: 7px 0;
}

.timelineframe .timelineTop,
.timelineframe .timelineBottom {
  /*     height:450px;
   */
  clear: both;
  width: 100%;
  position: relative;
  /*overflow: hidden;*/
  /*height: 50%;*/
}

.timelineframe .timelineTop .noTitle,
.timelineframe .timelineBottom .noTitle {
  padding-top: 40px;
}

.timelineframe .timelineTop > div,
.timelineframe .timelineBottom > div {
  /*height: 450px;*/
  float: left;
  position: relative;
}

.timelineframe .timelineTop > div > div,
.timelineframe .timelineBottom > div > div {
  padding-right: 20px;
}

.timelineframe .timelineTop .textAlignRight,
.timelineframe .timelineBottom .textAlignRight {
  text-align: right;
}

.timelineframe .timelineTop img,
.timelineframe .timelineBottom img {
  display: block;
}

.timelineframe .timelineTop,
.timelineframe .timelineBtm{
  display: flex;
}

.timelineframe .timelineTop{
  /*justify-content: flex-end;*/
  align-items: flex-end;
  border-bottom: 5px solid #333f48;
}

.timelineframe .timelineBottom strong {
  margin-top: 25px;
}

.timelineframe .timelineBottom .noTitle {
  padding-top: 68px;
}

.timelineframe .year-1 {
  width: 460px;
  padding-left: 25px;
  border-left: 2px solid #3cbecc;
}

.timelineframe .year-2 {
  width: 600px;
  padding-top: 100px;
  padding-left: 35px;
}

.timelineframe .year-2:after {
  width: 2px;
  height: 350px;
  content: '';
  display: block;
  background: #78797b;
  position: absolute;
  bottom: 0;
  left: 315px;
}

.timelineframe .year-2:before {
  width: 2px;
  height: 200px;
  content: '';
  display: block;
  background: #78797b;
  position: absolute;
  bottom: 0;
  left: 365px;
}

.timelineframe .year-2 > div:first-child {
  padding-right: 25px;
}

.timelineframe .year-2 > div:first-child img {
  float: right;
}

.timelineframe .year-2 > div:last-child {
  padding-left: 70px;
  padding-top: 130px;
}

.timelineframe .year-3 {
  width: 580px;
  padding-left: 50px;
  padding-top: 30px;
}

.timelineframe .year-3:after {
  width: 2px;
  height: 420px;
  content: '';
  display: block;
  background: #78797b;
  position: absolute;
  bottom: 0;
  left: 25px;
}

.timelineframe .year-4 {
  width: 760px;
  padding-left: 20px;
}

.timelineframe .year-4:after, .timelineframe .year-data:after {
  width: 2px;
  /*height: 450px;*/
  content: '';
  display: block;
  background: #38c2cc;
  position: absolute;
  bottom: 0;
  left: -5px;
}

.timelineframe .year-5 {
  width: 450px;
  margin-left: 120px;
  margin-right: 70px;
}

.timelineframe .year-5 div {
  padding-right: 0 !important;
}

.timelineframe .year-5 > div:last-child {
  padding-left: 20px;
}

.timelineframe .year-5:after {
  width: 2px;
  height: 450px;
  content: '';
  display: block;
  background: #aea898;
  position: absolute;
  bottom: 35px;
  left: auto;
  right: -25px;
}

.timelineframe .year-6 {
  width: 695px;
}

.timelineframe .year-6 > div:first-child {
  width: 175px;
  margin-left: 40px;
}

.timelineframe .year-6 > div:first-child:after {
  width: 2px;
  height: 450px;
  content: '';
  display: block;
  background: #aea898;
  position: absolute;
  bottom: 0;
  left: -25px;
}

.timelineframe .year-6 > div:last-child {
  margin-left: 110px;
}

.timelineframe .year-6 > div:last-child:after {
  width: 2px;
  height: 420px;
  content: '';
  display: block;
  background: #0ab5ac;
  position: absolute;
  bottom: 0;
  left: -25px;
}

.timelineframe .year-7 {
  width: 460px;
  margin-left: 260px;
}

.timelineframe .year-7:after {
  width: 2px;
  height: 450px;
  content: '';
  display: block;
  background: #38c2cc;
  position: absolute;
  bottom: 20px;
  left: -25px;
}

.timelineframe .timelineBottom .year-data:after, .timelineframe .timelineBottom .year-7:after {
  bottom: auto;
  top: 2px;
}

.timelineframe p {
  clear: both;
}

@media (max-width: 800px) {
  .wid-invest-community .widget-text-wrapper {
    top: 30%;
  }
}

@media (max-width: 767px) {
  .timeline-wrap {
    height: auto;
  }
  .timelineframe {
    /*height: auto;*/
    width: 2260px;
  }
  .timelineframe .timelineTop > div, .timelineframe .timelineBottom > div {
    height: 360px;
  }
  .timeline-image .timelineframe img {
    height: auto;
    max-width: 140px;
  }
  .timelineframe .year-2, .timelineframe .year-2 > div:last-child {
    padding-top: 20px;
  }
  .move-timeline {
    display: none !important;
  }
  .timeline-image .year-5 img {
    position: relative;
    left: 83px;
  }
  .timeline-image .year-7 img {
    max-width: 163px;
    position: relative;
    top: -25px;
  }
  .wid-highlight {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .wid-highlight .list-highlight:last-child{
    border-bottom: solid 1px #d2d2d2;
    margin-bottom: 25px;
  }
  .wid-invest-community .widget-text-wrapper {
    top: 33%;
  }
}
@media (max-width: 1080px) {
  .navigation .menu > li > a {
    padding: 13px 25px 11px 10px;
  }
}
/*Home page Merger Spotlight starts*/

.merg-spotlight {
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
  background: #F0F0EE !important;
  padding: 60px 55px;
  border-left: 2px solid #fff;
  position:relative;
}

.merg-spotlight:before{
  /*background:rgba(0,85,140,0.8);
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;*/
}

.merg-spotlight h2,
.merg-spotlight .more,
.merg-spotlight__thumb {
  position: relative;
  z-index: 2;
}

.merg-spotlight h2 {
  color: #414141;
  /*font-family: Avenir-Medium,"Avenir LT W01 65 Medium", Helvetica, Arial, sans-serif;*/
  font-size: 30px;
  margin-bottom: 25px;
}

.merg-spotlight h2 span {
  font-size: 20px;
  display:block;
  margin-bottom:20px;
}

.merg-spotlight .more {
  color: #005a8c;
  padding: 0;
  margin: 0;
  border: 0;
}
.merg-spotlight .more:hover {
  /*color:#e8d1d1;*/
  color:#999;
}
.merg-spotlight__thumb {
  /*background: #f5f4f2;*/
  padding: 25px;
  margin-bottom:25px;
}

.merg-spotlight__thumb .field-item {
  display:inline-block;
  width: 48%;
  padding: 10px 20px 5px;
  text-align:center;
}

.merg-spotlight__thumb .field-item img {
  display:inline-block;
}

.merg-spotlight__thumb .field-item.even {
  border-right:1px solid #dbdad9;
}

@media (max-width: 1320px) {
  .merg-spotlight {
    padding: 40px;
  }
}

@media (max-width: 1200px) {
  .merg-spotlight {
    padding: 30px;
  }
  .merg-spotlight__thumb {
    padding: 20px 15px;
  }
  .merg-spotlight h2 {
    font-size: 25px;
  }
  .merg-spotlight h2 span {
    font-size: 18px;
  }
}
@media (max-width: 1024px){
  .merg-spotlight h2 br{
    display: none;
  }
}
@media (max-width: 991px) {
  .merg-spotlight__thumb {
    padding: 20px 10px;
  }
  .merg-spotlight__thumb .field-item {
    padding: 10px 10px 5px;
  }
}

@media (max-width: 767px) {
  .merg-spotlight {
    border:0;
  }
  .merg-spotlight h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .merg-spotlight h2 span {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .merg-spotlight__thumb {
    padding: 20px 10px;
  }
}

/*Home page Merger Spotlight ends*/
/*
.nav-info-banner {
    background: #0067ac;
    padding: 25px;
    margin-bottom: 15px;
}
.nav-info-banner h2.wid-title,
.nav-info-banner h2.wid-title a {
    color: #FFF;
    font-size: 20px;
}
.nav-info-banner a.more {
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
}*/
.sitewide-info {
    background: #005a8c;
    width: 100%;
    padding: 10px;
    color: #FFF;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    margin-top: 5px;
}
.sitewide-info strong {
    /*font-family: "Avenir LT W01 85 Heavy", Arial, sans-serif;*/
    font-size: 17px;
    display: inline;
    font-weight: normal;
}
.sitewide-info .more {
  color: #FFF;
    /*font-family: "Avenir LT W01 85 Heavy", Arial, sans-serif;*/
    text-transform: none;
    font-size: 17px;
    font-weight: normal;
    margin-top: 0;
    display: inline;
    padding-left: 10px;
    border-left: 1px solid #FFF;
    margin-left: 10px;
}
.sitewide-info .more:after{
  background: url(../images/arrow-more-white.png) no-repeat;
  content: "";
  height: 11px;
  display: inline-block;
  width: 15px;
  margin-left: 15px;
}
.sitewide-info .more:hover {
    color: #FFF;
}
@media only screen and (max-width: 991px) {
    .sitewide-info strong,
    .sitewide-info .more {
        font-size: 15px;
    }
}


.timeline-year{
  padding-right: 70px;
  padding-bottom: 40px;
  padding-left: 20px;
  border-left: 1px solid #d8d8d8;
  position: relative;
  /*min-width: 320px;
  max-width: 320px;*/
}


.timeline-year:after{
  display: none;
  content:'';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333f48;
  position: absolute;
  top:0;
  left:-4px;
  z-index: 999;
}



.timeline-year img{
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 280px;
  width: 100%;
}


.timelineBtm{
  padding-left: 1105px;
  align-items: flex-start;
}

.timelineBtm .timeline-year{
  padding-bottom: 0;
  padding-top: 40px;
}

.timelineBtm .timeline-year:after{
  top:auto;
  bottom: 0;
}

.timeline-year:before{
  width: 13px;
  height: 13px;
  content: '';
  display: none;
  background: #FFF;
  border: 2px solid #00b2a9;
  position: absolute;
  bottom: -7px;
  left:-7px;
  border-radius: 50%;
}

.timelineBtm .timeline-year:before{
  top:-7px;
  bottom: auto;
}

/*.timeline-year:last-child{
    min-width: 500px;
    max-width: 500px;
}*/

.timelineframe h6{
  font-size: 18px;
  line-height: 1;
  color: #333f48;
  margin-top: 10px;
  min-width: 225px;
}

/*.timelineTop .timeline-year{
  margin-bottom: 3px;
}
.timelineBtm .timeline-year{
  margin-top: 3px;
}*/

.timeline-image{
  overflow-y: hidden;
}

.mub.dropdown .dropdown__list ul li{
  min-width: auto !important;
}
