/* CSS Document */
/* Theme page  now done in template

#main {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    z-index: -1;
    background: url(/static/assets/html/thought-leadership/thought-background.jpg) 50% 0% / cover no-repeat;
}


.ie8 #main {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/assets/html/thought-leadership/thought-background.jpg',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/assets/html/thought-leadership/thought-background.jpg',sizingMethod='scale')";
}
*/
/*
.why_bt .full_width_with_image_hero .copy {
    position: absolute;
    height: 35px;
    width: 300px;
    right: 640px;
    top: 180px;
    background: url(/static/assets/images/css/products_and_services/category/heading_text_bg.png) 0 0;
    padding: 0 20px 5px 20px;
}

.why_bt .full_width_with_image_hero .section_page h1 {
    padding-top: 8px;
    color: #fff;
}



.why_bt .full_width_with_image_hero .copy p,
.fwi-t-col2 h1+p {
    font-size: 1.4em;
    line-height: 1.4em;
    color: #ccc;
}


.why_bt .full_width_with_image_hero .copy p, .fwi-t-col2 h1+p {
 
  color: #fff;
}
*/
/* insights article page


.full_width_with_image_hero .section_title {
  
  display: none;
}


 .fwi-titles p.strapline, .full_width_with_image_hero .copy p.strapline {
  color: #ccc;
  font-size: 1.7em;
  font-family: 'NewBTRegular',Arial,Helvetica;
  margin-top: 6px;
  margin-bottom: 0;
  line-height: 1.1em;
} */
/*
.industries .full_width_with_image_hero .copy {
    position: absolute;
    height: 30px;
    width: 300px;
    right: 640px;
    top: 160px;
    background: url(/static/assets/images/css/products_and_services/category/heading_text_bg.png) 0 0;
    padding: 8px 20px 5px 20px;
}

.industries .full_width_with_image_hero .section_page h1 {
    padding-top: 10px;
    color: #fff;
}

.full_width_with_image_hero .copy p.strapline {
    margin-top: 15px;
}

.wrapper {
    width: 978px
}

*/
/* for insights article pages RHS promo*/

.promo  {
	border: none; 
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.promo:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}




.promo2 {
  width: 305px;
  height: 143px;
  overflow: hidden;
  
}

.promo2:hover {
  cursor: pointer;
   
}


.grow img {
  width: 305px;
  height: 143px;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.grow img:hover {
  width: 325px;
  height: 152px;
}


/*

.copy .content p.wo_img {
    font-size: 1.8em !important;
}
 for rounding corners of pov boxes add this to the below selector list ,.inner_grid_1, .inner_grid_2  

.bt_article h2, .why_bt .full_width_with_image_hero .copy, .industries .full_width_with_image_hero .copy
{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
*/