<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------ HOME -------*/

#psg .jumbotron.parallax {
	background-image: url("/icg/bcma/psg/assets/img/psg-jumbo10.jpg");
}
@media only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
#psg .jumbotron.parallax { 
		background-image: url("/icg/bcma/psg/assets/img/psg-jumbo10-2x.jpg");
	} 
}

#awards .jumbotron.parallax {
	background-image: url("/icg/bcma/psg/assets/img/psg-jumbo2.jpg");
}
@media only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
#awards .jumbotron.parallax { 
		background-image: url("/icg/bcma/psg/assets/img/psg-jumbo2-2x.jpg");
	} 
}

.esg-img {
    background-image: url("/icg/bcma/psg/assets/img/thumbs/esg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*height: 240px;*/
}

@media only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
.esg-img {
    background-image: url("/icg/bcma/psg/assets/img/thumbs/esg-2x.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 240px;
}
}
.dig-img {
    background-image: url("/icg/bcma/psg/assets/img/thumbs/dig.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*height: 240px;*/
}

.dig-pol-img {
    background-image: url("/icg/bcma/psg/assets/img/thumbs/dig-pol.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*height: 240px;*/
}

@media only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
.dig-img {
    background-image: url("/icg/bcma/psg/assets/img/thumbs/dig-2x.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 240px;
}
}


/* ------ ABOUT US -------*/
.mb-5 {margin-bottom:5px}
.headshot {width:100px; height:100px}

/* ------ CASE STUDIES -------*/

/* ------------------------------------------ INTERACTIVE SVG FEATURE ------------------------------------------ */
  /*#drawing1 {width:100%; height:auto; }*/
#apac, #nam, #latam, #emea {cursor: pointer;}

/* Set fixed sizes for SVG - IE 10+ hack */

/* xs */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and  (min-width: 576px) {
  #drawing2 svg {width:400px; height:202px }
}

/* sm */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and  (min-width: 768px) {
  #drawing1 svg {width:767px; height:387px }
}

/* md */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 992px) {
  #drawing1 svg {width:991px; height:500px; }
}

/* lg */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and  (min-width: 1200px) {
  #drawing1 svg {width:1110px; height:560px; }

}


.flippo {
  transform: rotate(-180deg);
}		
.text-cyan {color:#255be3 !important}
.item {background-color:#ffffff; color:#0f1632; border:1px solid #0f1632;}
.item .hover-fade:hover,
.item .hover-fade:focus {
	opacity: .5;
    filter: saturate(3);
filter: brightness(2);
}


/* MUURI - sortable grid layout */



.filter-controls {
  text-align: center;
  margin-bottom: 30px;
}
.filter-controls .control {
  display: inline-block;
  width: 44%;
  margin: 0 2% 10px 2%;
}
.filter-controls .control * {
/*  box-sizing: border-box;*/
}
.filter-controls .control .form-control {
  width: 100%;
  height: 40px;
  padding: 0 20px;
/*  border: 2px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #666;
  font-size: 16px;*/
/*  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;*/
}
.filter-controls .control .form-control:focus {
/*  outline: 0;
  border-color: #0CAAF5;*/
}

.grid {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.item {
  position: absolute;
  width: 18%;
  height: 300px;
  margin: 1%;
  z-index: 1;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
border-radius: 15px;
}

.item-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}

.custom-content {
  height:240px;
  padding:15px;
}

.content-link-icon {
	padding:15px;
}
.content-link-icon img {
	width:40px;
	height:40px;
	padding-right:10px;
}

.content-link-icon img:hover, .content-link-icon img:active {opacity:.7}
.content-link-icon img:link, .content-link-icon img:visited {opacity:1}

.item.muuri-item-dragging {
  z-index: 3;
  transition: none;
}

.item.muuri-item-releasing {
  z-index: 2;
}


/* md */
@media (max-width: 1199px) {

.item {
  width: 23%;
  height: 300px;
}
}
/* sm */
@media (max-width: 991px) {

.item {
  width: 31.33%;
  height: 300px;
}

	
}
/* xs */
@media (max-width: 767px) {
 
.item {
  width: 48%;
  height: 250px;
}
	
.custom-content {
  height:190px;
overflow: hidden;
}
}
/* xxs */
@media (max-width: 575px) {
.item {
  width: 98%;
  height: 250px;
	}
.filter-controls .control {
  display: inline-block;
  width: 100%;
  margin: 0 2% 10px 2%;
}
.custom-content {
  height:190px;
}
}




/* ------ ACADEMY -------*/


i.fa-download {
	display: inline-block;
}

i.fa-play-circle, .audioCaption {
	cursor: pointer;
}

.pr-15{
	padding-right: 15px !important;
}

.styleDate{
		margin: auto;
}

.pan-title{
  padding: 10px 45px 10px 5px !important;
}
.pointer{
	cursor:pointer;
}

.event {border-top:2px solid #00bdf2; }

.panel-default {
    border-color: none;
}
.podcast-content figure {border-top:2px solid #00bdf2; background-color:#eeeeee}

#online-academy .jumbotron {
	padding-top: 120px;
	padding-bottom: 120px;
	background-image: url("/tts/insights/assets/img/jumbotron/jumbotron-online-academy.jpg");
	border-radius: 0;
}
#commercial-cards-academy .jumbotron {
	padding-top: 120px;
	padding-bottom: 120px;
	background-image: url("/tts/solutions/commercial-cards/assets/img/jumbotron/jumbotron-commercial-cards.jpg");
	background-position: center center;
	border-radius: 0;
}
.event a[data-toggle="collapse"]:after{
	content: " \f0d8";
	font-family: FontAwesome;
}
.event a[data-toggle="collapse"].collapsed:after{
	content: " \f0d7";
	font-family: FontAwesome;
}
#check-back {
	display: none;
}</pre></body></html>