@charset "UTF-8";
/* ======================================
STRATEGY THAT WORKS STYLES
=========================================
00   CSS Resets
-----------------------------------------
10   Structure
-----------------------------------------
20   Misc Styles
-----------------------------------------
30   Misc Interfaces
-----------------------------------------
100  Header
-----------------------------------------
110  Footer
-----------------------------------------
150  Content
-----------------------------------------
200  Hero
-----------------------------------------
210  Stats Interface
-----------------------------------------
220  Article Lists
-----------------------------------------
230  Social
-----------------------------------------
240 Vertical Tabs
-----------------------------------------
250 Hero Slider
-----------------------------------------
1000 Tabs to Accordion
-----------------------------------------
1500 Hero Slider
-----------------------------------------
*/










/* ======================================
00  CSS Reset
========================================= */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0;
  border: 0;
  font-size: 100%;
/*  font: inherit; */
  vertical-align: baseline;
  font-weight: normal;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #82141e;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
}










/* ======================================
10  Structure
========================================= */

html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  font: 16px/25px Arial, Helvetica, sans-serif;
  color: #333;
}

#MainContainer {
  position: relative;	
  padding-top: 125px;
  overflow: hidden;
}

section {
  position: relative;
}

#MainContainer:after,
section:after,
.columnsContainer:after {
  content: "";
  display: table;
  clear: both;
}

.serif,
.heroOverlay,
.statsInterface,
h2,
.articleList .title,
.articleList .AWC-43394863,
footer#MainFooter .footerNav,
.onepageGnav,
.verticalTabs .tabsContent,
.verticalTabs h3,
#HeroSlider .wrapper,
#MenuBar .pagename,
.resp-tab-content h3,
h3.h3red,
p.largetext,
footer#MainFooter .boilerplate.textlogo .logo {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {

.hideMobile {
  display: none;
}

}





/* Main Section Inner Definitions */

.sectionInner.full {
  width: 100%;
}

.sectionInner.fixed {
  width: calc (100% - 30px);	
  padding: 0px 15px;
  margin: 0px auto;
}

@media (min-width: 560px) {
.sectionInner.fixed {
  width: 528px;
}
}

@media (min-width: 768px) {
.sectionInner.fixed {
  width: 720px;
}
}

@media (min-width: 992px) {
.sectionInner.fixed {
  width: 960px;
}
}

@media (min-width: 1200px) {
.sectionInner.fixed {
  width: 1170px;
}
}




/* Columns */

.columnsContainer:after {
  content: "";
  display: table;
  clear: both;
}

.outdent {
  margin: 0px -15px;
}

.column {
  float: left;
  width: 100%;
  position: relative;
}

.column > .innerPadding {
  padding: 0px 15px;
}

.column.centered {
  float: none;
  margin: 0px auto;	
}

@media (min-width: 560px) {

.column.sm-12 {
  width: 100%;
}

.column.sm-11 {
  width: 83.66666666%;
}

.column.sm-10 {
  width: 91.33333333%;
}

.column.sm-9 {
  width: 75%;
}

.column.sm-8 {
  width: 66.66666666%;
}

.column.sm-7 {
  width: 58.33333333%;
}

.column.sm-6 {
  width: 50%;
}

.column.sm-5 {
  width: 41.66666666%;
}

.column.sm-4 {
  width: 33.33333333%;
}

.column.sm-3 {
  width: 25%;
}

.column.sm-2 {
  width: 16.66666666%;
}

.column.sm-1 {
  width: 8.33333333%;
}

}

@media (min-width: 768px) {

.column.md-12 {
  width: 100%;
}

.column.md-11 {
  width: 83.66666666%;
}

.column.md-10 {
  width: 91.33333333%;
}

.column.md-9 {
  width: 75%;
}

.column.md-8 {
  width: 66.66666666%;
}

.column.md-7 {
  width: 58.33333333%;
}

.column.md-6 {
  width: 50%;
}

.column.md-5 {
  width: 41.66666666%;
}

.column.md-4 {
  width: 33.33333333%;
}

.column.md-3 {
  width: 25%;
}

.column.md-2 {
  width: 16.66666666%;
}

.column.md-1 {
  width: 8.33333333%;
}

/* Push/pull */

.md-6.content.push {
    left: 50%;
}

.md-6.content.pull {
    left: -50%;
}

}

@media (min-width: 992px) {

.column.lrg-12 {
  width: 100%;
}

.column.lrg-11 {
  width: 83.66666666%;
}

.column.lrg-10 {
  width: 91.33333333%;
}

.column.lrg-9 {
  width: 75%;
}

.column.lrg-8 {
  width: 66.66666666%;
}

.column.lrg-7 {
  width: 58.33333333%;
}

.column.lrg-6 {
  width: 50%;
}

.column.lrg-5 {
  width: 41.66666666%;
}

.column.lrg-4 {
  width: 33.33333333%;
}

.column.lrg-3 {
  width: 25%;
}

.column.lrg-2 {
  width: 16.66666666%;
}

.column.lrg-1 {
  width: 8.33333333%;
}


}

@media (min-width: 1200px) {

.column.xlrg-12 {
  width: 100%;
}

.column.xlrg-11 {
  width: 83.66666666%;
}

.column.xlrg-10 {
  width: 91.33333333%;
}

.column.xlrg-9 {
  width: 75%;
}

.column.xlrg-8 {
  width: 66.66666666%;
}

.column.xlrg-7 {
  width: 58.33333333%;
}

.column.xlrg-6 {
  width: 50%;
}

.column.xlrg-5 {
  width: 41.66666666%;
}

.column.xlrg-4 {
  width: 33.33333333%;
}

.column.xlrg-3 {
  width: 25%;
}

.column.xlrg-2 {
  width: 16.66666666%;
}

.column.xlrg-1 {
  width: 8.33333333%;
}


}





/* Padding Settings */

.padding-top-60 {
  padding-top: 60px;	
}

.padding-top-40 {
  padding-top: 40px;	
}

.padding-top-20 {
  padding-top: 20px;	
}

.padding-bottom-60 {
  padding-bottom: 60px;	
}

.padding-bottom-40 {
  padding-bottom: 40px;	
}

.padding-bottom-20 {
  padding-bottom: 20px;	
}





/* Margin Settings */

.margin-top-60 {
  margin-top: 60px;	
}

.margin-top-40 {
  margin-top: 40px;	
}

.margin-top-30 {
  margin-top: 30px;	
}

.margin-top-20 {
  margin-top: 20px;	
}

.margin-top-minus20 {
  margin-top: -20px;
}

.margin-bottom-60 {
  margin-bottom: 60px;	
}

.margin-bottom-40 {
  margin-bottom: 40px;	
}

.margin-bottom-30 {
  margin-bottom: 30px;	
}

.margin-bottom-20 {
  margin-bottom: 20px;	
}










/* ======================================
20 Misc
========================================= */

.maxwidth900 {
  max-width: 900px;
}

.centeredlist {
  margin: 0px auto !important;
}

.anchorShift {
  display: block;
  position: relative;
  top: -125px;
  visibility: hidden;
}

:target:before {
  content: "";
  display: block;
  height: 200px; /* fixed header height*/
  margin: -200px 0 0; /* negative fixed header height */
  position: relative;
  vertical-align: top;
  z-index: -1;
  visibility: hidden;
}










/* ======================================
30 Misc Interfaces
========================================= */

/* Quotes */

section.quote {
  background-size: cover;
  color: #fff;
  background-repeat: no-repeat;
}

section.quote .quote-title {
  font-family: Georgia;
  font-weight: bold;
  font-style: italic;
  font-size: 38px;
  line-height: 50px;
}

section.quote .quote-name {
  font-family: Georgia;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  line-height: 27px;
  margin-top: 20px;
}

section.quote .quote-role {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
}

@media (max-width: 767px) {

section.quote .quote-title {
  font-size: 30px;
  color: #fffffff;
  line-height: 40px;
}

}





/* Page Navigation */

section.pageBottomNav {
  color: #fff;
  background-color: #82141e;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 20px;
}

section.pageBottomNav a {
  color: #fff;
  position: relative;
  display: block;
  min-height: 20px;
}

section.pageBottomNav a.prev {
  padding-left: 135px;
  width: calc(100% - 135px);
}

section.pageBottomNav a.next {
  padding-right: 100px;
  width: calc(100% - 100px);
}

section.pageBottomNav a:hover {
  text-decoration: underline;
}

section.pageBottomNav .column:last-child {
  text-align: right;
}

section.pageBottomNav span {
  font-weight: bold;
  font-style: italic;
}

section.pageBottomNav .prev:before {
  content: "< Previous";
  position: absolute;
  top: 0px;
  left: 0px;
  white-space: nowrap;
}

section.pageBottomNav .next:before {
  content: "Next >";
  position: absolute;
  top: 0px;
  right: 0px;
  white-space: nowrap;
}

@media (max-width: 767px) {

section.pageBottomNav a {
  padding: 0px;
  width; 100%;
}

section.pageBottomNav span {
  display: none;
}

}




/* Share Quotes */

.quoteWrapper {
  font-size: 24px;
  line-height: 28px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #82141e;
  border-left: 1px dotted #82141e;
  padding-left: 20px;
  overflow: hidden;
}

.quoteWrapper p:first-child {
  margin-bottom: 10px;
}

.quoteWrapper .shareHolder a.share {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: -200px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  background-color: #ffffff;
  float: left;
  margin-right: 10px;
}

.quoteWrapper .shareHolder a.share.twitter {
  background-image: url(/media/file/social_icon-svg-twitter.svg);
}

.quoteWrapper .shareHolder a.share.linkedin {
  background-image: url(/media/file/social_icon-svg-linkedin.svg);
}





/* More Section with Icons */

.moreSection {
  line-height: 22px;
}

.moreSection p {
  margin-bottom: 10px;
} 

.moreSection h5 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-weight: normal;
}

.moreSection a {
  color: #82141e;
  outline: 0;
}

.moreSection {
  position: relative;
  margin-bottom: 20px;
  padding-left: 70px;
}

.moreSection:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-image: url(http://www.strategyand.pwc.com/media/image/stw-author_more-sprite4.gif);
}

.moreSection.sb:before {
  background-position: 0px -50px;
}

.moreSection.books:before {
  background-position: 0px -100px;
}

.moreSection.podcasts:before {
  background-position: 0px -150px;
}

.moreSection.videos:before {
  background-position: 0px -250px;
}





/* Lightbox Overrides */

#colorbox #cboxWrapper #cboxContent #cboxClose {
    width: 21px;
    height: 21px;
    border-radius: 50px;
    background-position: -29px -4px;
    border: solid 2px #ccc;
    top: 5px !important;
    right: 5px;
}

#colorbox #cboxWrapper #cboxContent #cboxClose:hover {
    background-position: -29px -29px;
}









/* ======================================
100 Header
========================================= */

header#MainHeader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;	
  background-color: #fff;
  box-shadow: 0 0 10px #333;
  height: 125px;
}

header#MainHeader .mainHeader {
  border-bottom: solid 1px #f3f3f3;	
}

#MenuBar {
  height: 84px;
  position:relative;	
}

#MenuBar #MenuBarLeft {
  position: absolute;
  left: 0px;
}

#MenuBar #Logo {
  padding-top: 26px;
  float: left;
}

#MenuBar #Logo a {
  width: 150px;
  height: 33px;
  display: block;
  background-image: url(/media/image/strategyand_logotype_black_transparent-150px-1x.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  text-indent: -200px;
  overflow: hidden;
}

#MenuBar #Logo.formerly a {
  width: 145px;
  height: 45px;
  background-image: url(/media/image/strategyand-formerly-logo145x45.gif);
}

#MenuBar .pagename {
  float: left;
  line-height: 15px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: solid 1px #000;
  margin-top: 38px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #MenuBar #Logo a {
    background-image: url(/media/image/strategyand_logotype_black_transparent-150px-2x.png);
    background-size: 150px 33px;
  }

  #MenuBar #Logo.formerly a {
    background-image: url(/media/image/strategyand-formerly-logo145x45.gif);
    background-size: 145px 45px;
  }
}

#MenuBar #MenuBarRight {
  position: absolute;
  right: 0px;
  height: 84px;
}

#MenuBar #Options {
  margin: 0px;	
}

#MenuBar #Options li {
  float: left;
}

#MenuBar #Options #Navigation {
  background-color: #f3f3f3;	
}

#MenuBar #Options #Search svg,
#MenuBar #Options #Share svg,
#MenuBar #Options #Locations svg {
  margin: 29px 15px;	
}

#MenuBar #Options #Navigation svg {
  margin: 29px 28px;	
}

#MenuBar #Options .button {
  display: block;	
}

#MenuBar #Options .button path {
  fill: #444;
  -webkit-transition: fill 100ms linear;
  -moz-transition: fill 100ms linear;
  -o-transition: fill 100ms linear;
  -ms-transition: fill 100ms linear;
  transition: fill 100ms linear;
}

#MenuBar #Options .button:hover path {
  fill: #82141e;
}

#Breadcrumb {
  line-height: 40px;
  color: #999999;
  font-size: 12px;
  height: 40px;
  overflow: hidden;
}

#Breadcrumb a {
  margin-right: 24px;
}

#Breadcrumb a:after {
  content: ">";
  color: #999;
  position: relative;
  right: -15px;
  pointer-events: none;
}

@media (max-width: 767px) {
#MainHeader .sectionInner.fixed {
  width: auto;
}
#MenuBar #MenuBarRight {
  right: -15px;
}
}

@media (max-width: 639px) {
#Breadcrumb {
  display: none;
}

#MenuBar {
  height: 80px;
}

#MenuBar #MenuBarLeft {
  position: relative;
  height: 80px;
  overflow: hidden;
}

#MenuBar #MenuBarRight {
  right: -15px;
  left: -15px;
  width: calc(100% + 30px);
}

#MenuBar #Options li {
  width: 25%;
}

#MenuBar #Options .button {
  display: block;
  text-align: center;
}

#MenuBar #Options #Search svg, 
#MenuBar #Options #Share svg, 
#MenuBar #Options #Locations svg {
  margin: 9px 15px;
}

#MenuBar #Options #Navigation svg {
  margin: 9px 14px;
}
}

@media (min-width: 640px) {

#MenuBar #MenuBarRight {
  background-color: #fff;
}

#MenuBar #MenuBarRight:before {
  content: "";
  height: 84px;
  width: 80px;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  display: block;
  position: absolute;
  left: -80px;
}

}




/* Hamburger Menu Styles */

#GlobalNav {
  display: none;
  position: relative;
  z-index: 2;
  max-height: calc(100vh - 124px);
  overflow-y: auto;
}

.onepageGnav {
  font-size: 14px;
  padding-top: 40px;
}

.onepageGnav .navHeader {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  font-style: italic;
  color: #666;
  border-top: solid 2px #82141e;
  padding: 15px 0px;
}

.onepageGnav .navHeader a {
  display: block;
  font-weight: bold;
}

.onepageGnav .s1pgr-gna-header a {
  line-height: 18px;
  margin-bottom: 10px;
  display: block;
}

.onepageGnav a:hover {
  text-decoration: underline;
}

.onepageGnav ul.simpleList {
  line-height: 18px;
  margin-bottom: 30px;
}

.onepageGnav ul.simpleList li {
  margin-bottom: 10px;
}

.onepageGnav ul.simpleList li ul li:first-child {
  margin-top: 10px;
}

.onepageGnav ul.simpleList li ul li:last-child {
  margin-bottom: 20px;
}

.onepageGnav ul.simpleList a {
  display: block;
}

.onepageGnav .articleList .title {
  font-size: 14px !important;
  line-height: 18px !important;
  font-style: normal !important;
}

.onepageGnav .column {
  margin-bottom: 30px;
}

.onepageGnav .column .column {
  margin-bottom: 0px;
}

@media (max-width: 767px) {

.onepageGnav .articleList .thumb {
  display: none;
}

.onepageGnav li.column {
  margin-bottom: 0px;
}

.onepageGnav .s1pgr-gna-header a {
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}

.onepageGnav .s1pgr-gna-header a.active {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.onepageGnav .s1pgr-gna-header a:after {
  content: "\f107";
  font-family: FontAwesome;
  float: right;
  transition: all 0.25s linear;
}

.onepageGnav .s1pgr-gna-header a.active:after {
  transform: rotate(180deg);
}

.onepageGnav .s1pgr-gna-header a strong {
  font-weight: normal;
}

.onepageGnav .column.noMarginMobile {
  margin-bottom: 0px;
}

.onepageGnav .s1pgr-gna-content {
  padding-left: 20px;
  position: relative;
}

.s1pgr-gna-content:after {
  content: "";
  background-color: #ccc;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: -20px;
}

}










/* ======================================
110 Footer
========================================= */

footer#MainFooter,
section#FooterBreadcrumb {
  position: relative;
  background-color: #666;
  color: #fff;
  font-size: 14px;
}

footer#MainFooter a,
section#FooterBreadcrumb a {
  color: #fff;
}

footer#MainFooter a:hover,
section#FooterBreadcrumb a:hover {
  color: #000;
}





/* Breadcrumb */

footer#MainFooter .breadcrumb a:after,
section#FooterBreadcrumb .breadcrumb a:after{
  content: ">";
  padding: 0px 12px 0 15px;
  color: #999;
}





/* Footer Nav */

footer#MainFooter .footerNav:after {
  content: "";
  display: table;
  clear: both;
}

footer#MainFooter .footerNav li {
  float: left;
  width: 14.28%;
}

footer#MainFooter .footerNav a {
  padding-top: 10px;
  border-top: solid 4px #fff;
  display: block;
  margin-right: 20px;
}

@media (max-width: 991px) {
footer#MainFooter .footerNav li {
  float: none;
  width: 100%;
}
footer#MainFooter .footerNav ul {
  border-bottom: solid 1px #999;
}
footer#MainFooter .footerNav a {
  padding: 5px 0px;
  border-top: solid 1px #999;
  display: block;
  margin-right: 0px;
}
}





/* Boilerplate */

footer#MainFooter .boilerplate .logo {
  float: left;
/*  width: calc(14.28% - 20px); */
  width: 102px;
  margin-right: 30px;
}

footer#MainFooter .boilerplate.textlogo .logo {
  width: calc(28.57% - 20px);
  font-size: 12px;
  line-height: 15px;
}

footer#MainFooter .boilerplate .text {
  overflow: hidden;
  font-size: 12px;
  line-height: 15px;
}

footer#MainFooter .boilerplate .text .links a {
  margin-right: 20px;
  white-space: nowrap;
}

/* @media (max-width: 559px) {
footer#MainFooter .boilerplate .logo {
  width: 80px;	
}
} */

footer#MainFooter .boilerplate .logo img {
  width: 102px !important;
}










/* ======================================
150 Content
========================================= */

section.sectionHeadGrey {
  background-color: #777;
  color: #fff;
}

h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 30px;
  font-style: italic;
}

h3.h3red {
  font-size: 24px;
  line-height: 27px;
  font-weight: bold;
  font-style: italic;
  color: #82141e;
  margin-bottom: 20px;
}

.sectionHeadGrey h2 {
  margin-bottom: 0px;
  font-weight: bold;
}

p.largetext {
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
}

.content p,
.content2 p,
.content3 p {
  margin-bottom: 16px;	
}

.content p a {
  text-decoration: underline;
}

.content p a:hover {
    color: #000;
}

.content.white {
  color: #fff;
}

.content.white a {
    text-decoration: none;
}

.content.white a:hover {
  color: #fff;
}

a.whitelink {
  color: #fff;
}

.textButton {
  display: inline-block;
  text-align: center;
  background-color: #82141e;
  color: #fff;
  padding: 8px 20px;
  font-family: Arial, Helvetica, sans-serif;
  transition: background-color 0.5s;
  margin-bottom: 10px;
  text-decoration: none !important;
}

.textButton:hover {
  background-color: #000;
}

.content p .textButton:hover {
  color: #fff;
}

.textButtonWhite:hover,
.content p .textButtonWhite:hover {
  color: #000;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.videoWrapper iframe, 
.videoWrapper object, 
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alignCenter {
  text-align: center;
}

.ital {
  font-style: italic !important;
}

.bold {
  font-weight: bold !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.size-24,
.font-size-24 {
  font-size: 24px !important;
}

.line-height-26 {
  line-height: 26px !important
}












/* ======================================
200 Hero
========================================= */

.hero {
  height: 500px;
  background-size: cover;
}

.hero.height250 {
  height: 250px;
}

.heroOverlay {
  padding: 50px;
  color: #fff;
  position: relative;
}

.heroOverlay.black {
  background-color: rgba(0,0,0,0.85);	
}

.heroOverlay.white {
  background-color: rgba(255,255,255,.85);
  color: #000;
}

.heroOverlay h1 {
  font-size: 38px;
  line-height: 44px;	
  margin-bottom: 20px;
  font-weight: bold;
  font-style: italic;
}

.heroOverlay.white h1 a {
  color: #000;
  font-weight: bold;
  transition: color 0.5s;
}

.heroOverlay.white h1 a:hover {
  color: #82141e;
}

.heroOverlay h2 {
  font-size: 21px;
  line-height: 24px;
  font-style: normal;
  margin-bottom: 0px;
}

.heroOverlay .readmore {
  margin-top: 20px;
}

.heroOverlay .readmore a {
  display: inline-block;
  background-color: #82141e;
  color: #fff;
  padding: 8px 20px;
  font-family: Arial, Helvetica, sans-serif;
  transition: background-color 0.5s;
}

.heroOverlay .readmore a:hover {
  background-color: #000;
}

.hero-btn-more {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -30px;
  text-align: center;
  background-color: rgba(0,0,0,0.85);
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.hero-btn-more:hover {
  background-color: rgba(130,20,30,0.85);
}

.hero-btn-more svg {
  margin-top: 18px;	
}

.hero-btn-more path {
  fill: #ffffff;
}

@media (max-width: 767px) {
.heroOverlay {
  padding: 15px;
}
.hero-btn-more {
  display: none;	
}
}

@media (max-width: 559px) {
.hero,
.hero.height250 {
  height: auto;
  background-size: 100% auto;
  padding-top: calc(38% - 60px);
  background-repeat: no-repeat;
}
}











/* ======================================
210 Stats Interface
========================================= */

.statsInterface {
  color: #fff;
  font-size: 14px;
}

.statsInterface {
  display: table;
  width: calc(100% + 30px);
  overflow: hidden;
}

.statsInterface .column {
  display: table-cell;
  position: relative;
  float: none;
}

.statsInterface .column > .innerPadding {
  padding: 30px 15px;
}

.statsInterface .stat {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 10px;
  font-weight: bold;
  font-style: italic;
}

.statsInterface .column:not(:last-child):after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  height: 400px;
  border-right: 2px solid #fff;
}

@media (max-width: 1199px) {
.statsInterface .stat {
  font-size: 48px;
  line-height: 48px;
}
}

@media (max-width: 767px) {
.statsInterface,
.statsInterface .column {
  display: block;
  width: auto;
}

.statsInterface .column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  border-top: 1px solid #b6333f;
}

.statsInterface .column:not(:last-child):after {
  display: none;	
}

.statsInterface .column:after,
.statsInterface .innerPadding:after {
  content: "";
  display: table;
  clear: both;
}

.statsInterface .column > .innerPadding {
  padding: 15px 15px;
  display: table;
}

.statsInterface .stat {
  display: table-cell;
  width: 150px;
  text-align: right;
  margin-right: 10px;
}

.statsInterface p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
}











/* ======================================
220 Article Lists
========================================= */

.articleList ul {
  font-size: 0px;
}

.articleList li {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.articleList .thumb img {
  width: 100%;
}

.articleList .title,
.articleList .AWC-43394863 {
  font-size: 22px;
  line-height: 26px;	
  margin-bottom: 10px;	
}

.articleList .intro {
  font-size: 15px;
  line-height: 19px;	
}

.articleList .intro a.pdf:before {
  content: url(/media/image/booz-pdf_icon-content.gif);
  padding-right: 5px;
}

.articleList .title a,
.articleList .AWC-43394863 a {
  display: block;
}

.articleList a:hover {
  text-decoration: underline;
}

.articleList .attribution {
  color: #666;
  font-size: 12px;
  font-style: italic;
}

.articleList .attribution span {
  white-space: nowrap;
}

.articleList .attribution span:first-child {
  margin-right: 10px;
}





/* Normal Stacked List */

.articleList.stacked .thumb {
  margin-bottom: 10px;	
}

/* .articleList.stacked .title {
  font-style: italic;	
} */





/* Bullet List */

.articleList.bullets {
  font-size: 0px;
}

.articleList.bullets .title {
  font-size: 18px;
  line-height: 22px;
}

.articleList.bullets .title a {
  color: #000;
  display: block;
  padding-left: 20px;
  position: relative;
}

.articleList.bullets .title a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #82141e;
}





/* Mason List */

.articleList.mason {
  font-size: 0px;
}

.articleList.mason .text {
  background-color: #e7e7e7;
  padding: 20px;
}

.articleList.mason .column {
  margin-bottom: 30px;
  font-size: 16px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.articleList.whiteTextBox article .text {
    background-color: #fff;
}





/* Grid List */

.articleList.grid {
  font-size: 0px;
}

.articleList.grid .column {
  display: inline-block;
  float: none;
  vertical-align: top;
}






/* Meet Experts List */

.articleList.meetExperts {
  line-height: 20px;
}

.articleList.meetExperts article {
  font-size: 17px;
}

.articleList.meetExperts .thumb {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.articleList.meetExperts .thumb.square {
  border-radius: 0px;
}

.articleList.meetExperts .text {
  overflow: hidden;
}

.articleList.meetExperts .text div {
  margin-bottom: 5px;
}

.articleList.meetExperts .name,
.articleList.meetExperts .name a {
  font-weight: bold;
}

.articleList.meetExperts .name a:hover {
  text-decoration: underline;
}

.articleList.meetExperts .social a {
  width: 20px;
  height: 20px;
  display: inline-block;
  overflow: hidden;
  text-indent: -200px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #ffffff;
  margin-top: 4px;
}

.articleList.meetExperts .social a.linkedIn {
  background-image: url(/media/file/social_icon-svg-linkedin.svg);
}

.articleList.meetExperts .social a.email {
  background-image: url(/media/file/social_icon-svg-email.svg);
}

.articleList.meetExperts .social a.web {
  background-image: url(/media/file/social_icon-svg-web.svg);
}

.articleList.meetExperts .social.legacy p {
  display: none;
}

.articleList.meetExperts .social.legacy a {
  background-image: url(/media/file/social_icon-svg-email.svg);
}





/* Meet Experts List Alernate (2) */

.articleList.meetExperts2 .column {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 40px;
}

.articleList.meetExperts2 .wrapper {
  position: relative;
  min-height: 140px;
}

.articleList.meetExperts2 .columnRight {
  padding-left: 120px;
  float: left;
}

.articleList.meetExperts2 .columnLeft {
  position: absolute;
  top: 0px;
}

.articleList.meetExperts2 .thumb {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 10px;
}

.articleList.meetExperts2 .title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

.articleList.meetExperts2 .title a {
  color: #000;
  text-decoration: underline;
}

.articleList.meetExperts2 p {
  margin-bottom: 10px;
}

.articleList.meetExperts2 .social a {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: -200px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  background-color: #ffffff;
  margin-right: 3px;
}

.articleList.meetExperts2 .social a.linkedin {
  background-image: url(/media/file/social_icon-svg-linkedin.svg);
}

.articleList.meetExperts2 .social a.twitter {
  background-image: url(/media/file/social_icon-svg-twitter.svg);
}

.articleList.meetExperts2 .social a.email {
  background-image: url(/media/file/social_icon-svg-email.svg);
}










/* ======================================
230 Social Icons
========================================= */

.followUs li {
  display: inline-block;
  margin-right: 2px
}

.followUs a,
div.visualtabs .shareHolder a.share {
  display: block;
  width: 28px;
  height: 28px;
  text-indent: -200px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  background-color:#ffffff;
}

.followUs .twitter a,
div.visualtabs .shareHolder a.twitter {
  background-image: url(/media/file/social_icon-svg-twitter.svg);
}

.followUs .linkedin a,
div.visualtabs .shareHolder a.linkedin {
  background-image: url(/media/file/social_icon-svg-linkedin.svg);
}

.followUs .facebook a {
  background-image: url(/media/file/social_icon-svg-facebook.svg);
}

.followUs .youtube a {
  background-image: url(/media/file/social_icon-svg-youtube.svg);
}

.followUs .googleplus a {
  background-image: url(/media/file/social_icon-svg-googleplus.svg);
}

.followUs .email a {
  background-image: url(/media/file/social_icon-svg-email.svg);
}

.followUs .xing a {
  background-image: url(/media/file/social_icon-svg-xing.svg);
}










/* ======================================
240 Vertical Tabs
========================================= */

.verticalTabs h3 {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 15px;
}

.verticalTabs h4 {
  font-size: 27px;
  line-height: 30px;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: bold;
}

.verticalTabs .tabsContent img {
  max-width: 470px;
  width: 100%;
}

.verticalTabs .tabsContent {
  position: relative;
}

.verticalTabs .tabsContent ul {
  margin-bottom: 16px;
}

.verticalTabs .tabsContent:after {
  content: "";
  background-color: #d9d9d9;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 2px;
}

.verticalTabs .tabsLinks ul {
  margin-left: -15px;
  margin-bottom: 30px;
}

.verticalTabs .tabsLinks li {
  line-height: 20px;;
}

.verticalTabs .tabsLinks ul a {
  display: block;
  padding: 8px 15px;
  color: #666;
  background-color: transparent;
  transition: background-color 0.5s;
}

.verticalTabs .tabsLinks ul a:hover {
  background-color: #d7d7d7;
}

.verticalTabs .tabsLinks ul a.active,
.verticalTabs .tabsLinks ul a.active:hover {
  background-color: #82141e;
  color: #fff;
}

/* Reversed Columns */

.verticalTabs .verticalTabsAlt .tabsContent {
  float: right;
}

.verticalTabs .verticalTabsAlt .tabsContent:after {
  left: -15px;
}

@media (min-width: 768px) {

.verticalTabs .verticalTabsMobile {
  display: none;
}

}

@media (max-width: 767px) {

.verticalTabs .verticalTabsDesktop {
  display: none;
}

.verticalTabs .verticalTabsMobile .tabsLinks ul {
  margin-left: 0px;
}

.verticalTabs .verticalTabsMobile .tabsLinks ul a {
  padding-left: 20px;
  position: relative;
}

.verticalTabs .verticalTabsMobile .tabsLinks ul a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 15px;
  width: 5px;
  height: 5px;
  background-color: #82141e;
}

}










/* ======================================
250 Hero Slider
========================================= */

/* Misc */

.heroSlider {
  height: calc(100vh - 126px);
  overflow: hidden;
  position: relative;
  margin-bottom: 4px;
}

/* Display area */

.heroSlider .heroContent .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}

.heroSlider .heroContent .thumb img {
  width: 100%;
  height: auto;
/*  width: auto;
  height: 100%; */
  min-height: 840px;
  min-width: 1600px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.heroSlider .heroContent .thumb a {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

/* Explore the site */

.heroSlider a.explore {
  display: block;
  width: 60px;
  height: 65px;
  border-radius: 60px;
  background-color: #333;
  color: #fff;
  line-height: 16px;
  font-size: 14px;
  padding: 15px 10px 0px;
  position: absolute;
  left: calc(50% - 40px);
  bottom: 220px;
  text-align: center;
  transition: background-color 0.25s;
}

.heroSlider a.explore:hover {
  background-color: #82141e;
}

.heroSlider a.explore path {
  fill: #ffffff;
}













/* ======================================
1000 Tabs to Accordion
========================================= */

ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
/*  font-weight: 600; */
/*  font-size: 13px; */
  display: inline-block;
/*  padding: 13px 15px; */
/*  margin: 0 4px 0 0; */
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  padding: 0px;
/*  background-color: #fff; */
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
/*  padding: 5px; */
  display: none;
}

.resp-tab-content {
  display: none;
/*  padding: 15px; */
}

.resp-tab-active {
/*  border: 1px solid #5AB1D0 !important; */
/*  border-bottom: none; */
/*  margin-bottom: -1px !important; */
/*  padding: 12px 14px 14px 14px !important; */
/*  border-top: 4px solid #5AB1D0 !important; */
/*  border-bottom: 0px #fff solid !important; */
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
/*  border: 1px solid #c1c1c1; */
/*  border-top-color: #5AB1D0; */
}

h2.resp-accordion {
/*  font-size: 13px; */
/*  border: 1px solid #c1c1c1; */
/*  border-top: 0px solid #c1c1c1; */
  margin: 0px;
/*  padding: 10px 15px; */
}

h2.resp-tab-active {
/*  border-bottom: 0px solid #c1c1c1 !important; */
/*  margin-bottom: 0px !important; */
/*  padding: 10px 15px !important; */
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top: 1px solid;
  border: 1px solid #5AB1D0 !important;
  border-left: 4px solid #5AB1D0 !important;
  margin-bottom: 4px !important;
  border-right: 1px #FFF solid !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;

  display: none;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}





/*-----------Accordion styles-----------*/

h2.resp-tab-active {
  background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
/*  border-top: 1px solid #c1c1c1; */
}





/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/

@media only screen and (max-width: 767px) {
ul.resp-tabs-list {
  display: none;
}

h2.resp-accordion {
  display: block;
}

.resp-vtabs .resp-tab-content {
  border: 1px solid #C1C1C1;
}

.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: 100px;
  clear: none;
}

.resp-accordion-closed {
  display: none !important;
}

.resp-vtabs .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}
}









/* Data Tabs > Accordion */

div.visualtabs {
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* Tabs */

ul.visualtabs li {
  text-align: center;
  height: 200px;
  background-repeat: no-repeat;
  position: relative;
}

ul.visualtabs li:after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 2px;
  left: 0px; right: 2px;
  background-color: #666;
  transition: all 0.1s linear;
}

ul.visualtabs li.resp-tab-active:after,
ul.visualtabs li:hover:after {
  height: 8px;
  background-color: #82141e;
}

ul.visualtabs li span {
  position: absolute;
  bottom: 25px;
  left: 0px;
  right: 0px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
}

ul.visualtabs li.resp-tab-active span {
  color: #82141e;
}

/* Tabs Content */

div.visualtabs .content2 {
  font-size: 26px;
  font-style: italic;
  line-height: 34px;
}

div.visualtabs .content2 p {
  margin-bottom: 16px;
}

div.visualtabs .content2 span {
  font-size: 64px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

div.visualtabs .content2.hasImage {
  padding-left: 33%;
  background-repeat: no-repeat;
  background-size: 26% auto;
}

div.visualtabs .content2 .buttonHolder {
  float: left;
}

div.visualtabs .content2 a.button {
  color: #fff;
  background-color: #82141e;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  display: inline-block;
}

div.visualtabs .content2 a.button:hover {
  background-color: #333;
}

div.visualtabs .content2 .shareHolder {
  float: right;
}

div.visualtabs .content2 .shareHolder a.share {
  float: left;
  margin-right: 4px;
}

@media (max-width: 767px) {

.showAllAccordion div.visualtabs .content,
.showAllAccordion div.visualtabs .content2,
.showAllAccordion div.visualtabs .content3 {
  display: block !important;
  margin-bottom: 30px;
  border-bottom: dashed 1px #666;
  padding-bottom: 30px;
}

.showAllAccordion div.visualtabs .content:last-child,
.showAllAccordion div.visualtabs .content2:last-child,
.showAllAccordion div.visualtabs .content3:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.showAllAccordion h2.resp-accordion.visualtabs {
  pointer-events: none;
}

h2.resp-accordion.visualtabs {
  font-size: 28px;
}

div.visualtabs .content {
  font-size: 20px;
  line-height: 28px;
}

div.visualtabs .content2 span {
  font-size: 48px;
}

}

@media (max-width: 559px) {

div.visualtabs .content2.hasImage {
  padding-left: 0px;
  padding-right: 33%;
  background-position: 100% 0px;
}

div.visualtabs .content2 a.button {
  padding: 0px 5px;
}

}





/* Accordion */

.showAllAccordion h2.resp-accordion.visualtabs {
  margin-bottom: 30px;
  background-color: transparent !important;
}







/* CEO Key Findings */

.ceoKeyFindings ul.visualtabs li {
  background-image: url(/media/image/ceo-key-findings-sprite2.png);
  background-color: transparent !important;
}

.ceoKeyFindings ul.visualtabs li.tab1 {
  background-position: 50% -200px;
}

.ceoKeyFindings ul.visualtabs li.tab1:hover,
.ceoKeyFindings ul.visualtabs li.tab1.resp-tab-active {
  background-position: 50% -0px;
}

.ceoKeyFindings ul.visualtabs li.tab2 {
  background-position: 50% -600px;
}

.ceoKeyFindings ul.visualtabs li.tab2:hover,
.ceoKeyFindings ul.visualtabs li.tab2.resp-tab-active {
  background-position: 50% -400px;
}

.ceoKeyFindings ul.visualtabs li.tab3 {
  background-position: 50% -1000px;
}

.ceoKeyFindings ul.visualtabs li.tab3:hover,
.ceoKeyFindings ul.visualtabs li.tab3.resp-tab-active {
  background-position: 50% -800px;
}

.ceoKeyFindings ul.visualtabs li.tab4 {
  background-position: 50% -1400px;
}
.ceoKeyFindings ul.visualtabs li.tab4:hover,
.ceoKeyFindings ul.visualtabs li.tab4.resp-tab-active {
  background-position: 50% -1200px;
}

.ceoKeyFindings .content2.tab1 {
  background-image: url(/media/image/ceo-key-findings-Outsider.png);
}

.ceoKeyFindings .content2.tab2 {
  background-image: url(/media/image/ceo-key-findings-Turnover-2.png);
}

.ceoKeyFindings .content2.tab3 {
  background-image: url(/media/image/ceo-key-findings-Women.png);
}

.ceoKeyFindings .content2.tab4 {
  background-image: url(/media/image/ceo-key-findings-Incoming.png);
}










/* Data Tabs > Accordion TWO (2) */

.visualtabs2bg:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0px;
  height: 190px;
  background-color: #eee;
  width: 100%;
  z-index: -1;
}

.visualtabs2 {
  font-family: Georgia, "Times New Roman", Times, serif;
}

ul.visualtabs2 li {
  text-align: center;
  height: 210px;
  background-repeat: no-repeat;
  position: relative;
  background-color: transparent !important;
}

ul.visualtabs2 li:after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 10px;
  left: 0px; right: 2px;
  background-color: #333;
}

ul.visualtabs2 li span {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}

/* active */

ul.visualtabs2 li.resp-tab-active span,
ul.visualtabs2 li:hover span {
  color: #82141e;
}

ul.visualtabs2 li.resp-tab-active:after,
ul.visualtabs2 li:hover:after {
  background-color: #82141e;
}

/* end active */

.resp-tab-content h3 {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 22px;
  font-style: italic;
}

/* Data Tabs > Accordion TWO (2) Accodion Styles */

@media (max-width: 767px) {

.visualtabs2bg:after,
.resp-tab-content h3 {
  display: none;
}

.resp-tab-content.content3 h3 {
  display: block;
}

.visualtabs2accordion h2.resp-accordion {
  display: table;
  width: 100%;
  min-height: 70px;
  background-color: #333 !important;
  color: #fff;
  border-bottom: solid 10px #fff !important;
  font-size: 28px;
  line-height: 30px;
  background-repeat: no-repeat !important;
  background-size: 66px auto !important;
  position: relative;
  padding: 10px 10px 10px 0px
}

.visualtabs2accordion h2.resp-accordion.resp-tab-active {
  background-color: #82141e !important;
}

.visualtabs2accordion .resp-tab-content {
  padding-bottom: 30px;
}

.visualtabs2accordion h2.resp-accordion span.title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 90px;
  padding-right: 20px;
}

.visualtabs2accordion h2.resp-accordion span.resp-arrow {
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.visualtabs2accordion h2.focusareastabs:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 30px;
  background-color: rgba(255,255,255,0.1);
}

}










/* ======================================
1500  Owl Slider
========================================= */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    display: none;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */

.no-js .owl-carousel {
    display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}




/* Default theme */

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}




/* HERO SLIDER OVERRIDES */

.heroSlider .owl-dots {
  display: none !important;
}

.heroSlider .heroNav {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

#HeroSlider .wrapper {
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 30px 20px 0px;
  height: 150px;
  font-size: 18px;
  line-height: 21px;
  cursor: pointer;
  transition: background-color 0.5s;
}

#HeroSlider .wrapper:hover,
#HeroSlider .wrapper.active {
  background-color: #82141e;
}

#HeroSlider .wrapper .title {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 740px) {
#HeroSlider .wrapper .title a {
  color: #fff;
  pointer-events: none;
}
}

#HeroSlider.owl-carousel {
  width: calc(100% - 244px);
  margin: 0px auto;
}

#HeroSlider .owl-controls {
  margin-top: 0px !important;
  position: absolute;
  top: 0px;
  left: -122;
  width: calc(100% + 244px);
}

#HeroSlider.owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 0px;
  background: rgba(0,0,0,0.4);
  height: 180px;
  width: 120px;
  position: absolute;
  padding: 0px;
  text-indent: -120px;
  overflow: hidden;
  text-align: left;
}

#HeroSlider .owl-nav .owl-prev {
  left: -122px;
}

#HeroSlider .owl-nav .owl-next {
  right: 122px;
}

#HeroSlider .owl-prev:before,
#HeroSlider .owl-next:before {
  position: absolute;
  right: -55px;
  top: 76px;
}

#HeroSlider .owl-prev:before {
  content: url('/media/image/sa-t-heroslider-arrow-left.png');
}

#HeroSlider .owl-next:before {
  content: url('/media/image/sa-t-heroslider-arrow-right.png');
}





@media only screen and (max-height: 800px) {

#HeroSlider .wrapper {
  height: 130px;
  padding: 15px 20px 0px;
  font-size: 16px;
  line-height: 18px;
}

#HeroSlider.owl-theme .owl-controls .owl-nav [class*=owl-] {
  height: 145px;
}

#HeroSlider .owl-prev:before,
#HeroSlider .owl-next:before {
  top: 62px;
}

.heroSlider a.explore {
  left: calc(100% - 100px);
  bottom: 180px;
}

.heroSlider a.explore {
  left: calc(100% - 100px);
  bottom: 180px;
}

.heroOverlay {
  padding: 30px;
}

.heroOverlay h2 {
  font-size: 18px;
  line-height: 22px;
}

}





@media only screen and (max-width: 1023px) {

#HeroSlider.owl-carousel {
  width: calc(100% - 124px);
}

#HeroSlider .owl-controls {
  left: -62;
  width: calc(100% + 124px);
}

#HeroSlider.owl-theme .owl-controls .owl-nav [class*=owl-] {
  width: 60px;
}

#HeroSlider .owl-prev:before, 
#HeroSlider .owl-next:before {
  right: -85px;
}

#HeroSlider .owl-nav .owl-next {
    right: 62px;
}

#HeroSlider .owl-nav .owl-prev {
    left: -62px;
}

}




@media only screen and (max-width: 992px) {

.heroSlider a.explore {
  left: calc(100% - 100px);
}

}




@media only screen and (min-width: 740px) {

#HeroSlider .wrapper .readmore {
  display: none;
}

}




@media only screen and (max-width: 739px) {

.heroSlider .heroNav {
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.heroSlider .heroOverlay {
  display: none;
}

.heroSlider {
  height: 400px;
}

.heroSlider .heroContent .thumb img {
  height: 425px;
  width: auto;
  min-height: initial;
  min-width: initial;
  max-width: initial;
}

#HeroSlider .wrapper .title {
  font-size: 28px;
  line-height: 32px;
}

#HeroSlider .wrapper .intro {
/*  display: none; */
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}

#HeroSlider .wrapper .readmore {
  position: relative;
  z-index: 2;
}

#HeroSlider .wrapper .readmore a {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.heroSlider .owl-dots {
  display: block !important;
}

#HeroSlider .owl-controls {
  width: calc(100% - 40px);
  left: 20px;
  right: 0px;
  top: auto;
  bottom: 20px;
}

#HeroSlider.owl-carousel {
  width: 100%;
}

#HeroSlider .wrapper {
  height: 200px;
  background-color: rgba(255,255,255,0.9);
  color: #333;
}

#HeroSlider.owl-theme .owl-controls .owl-nav [class*=owl-] {
  width: 30px;
  height: 30px;
  background: transparent;
}

#HeroSlider .owl-prev:before, 
#HeroSlider .owl-next:before {
  top: 6px;
  right: -100px;
}

#HeroSlider .owl-prev:before {
  content: url('/media/image/sa-t-heroslider-arrow-left-dark.png');
}

#HeroSlider .owl-next:before {
  content: url('/media/image/sa-t-heroslider-arrow-right-dark.png');
}

#HeroSlider .wrapper:hover {
  background-color: rgba(255,255,255,0.8);
}

.heroSlider a.explore {
  display: none;
}

#HeroSlider .wrapper:hover, 
#HeroSlider .wrapper.active {
  background-color: rgba(255,255,255,0.9);
}

#HeroSlider .owl-nav .owl-next {
    right: 0px;
}

#HeroSlider .owl-nav .owl-prev {
    left: -0px;
}

}