.ui-tooltip, .arrow:after { background: black; border: 2px solid white; }
.ui-tooltip { padding: 10px 20px; color: white; border-radius: 20px; font: bold 14px "Helvetica Neue", Sans-Serif; text-transform: uppercase; box-shadow: 0 0 7px black; }
.arrow { width: 70px; height: 16px; overflow: hidden; position: absolute; left: 50%; margin-left: -35px; bottom: -16px; }
.arrow.top { top: -16px; bottom: auto; }
.arrow.left { left: 20%; }
.arrow:after { content: ""; position: absolute; left: 20px; top: -20px; width: 25px; height: 25px; box-shadow: 6px 5px 9px -9px black; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.arrow.top:after { bottom: -20px; top: auto; }

.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-base {
	display: flex;
	pointer-events: none;
	position: absolute
}

.tooltipster-box {
	flex: 1 1 auto
}

.tooltipster-content {
	box-sizing: border-box;
	max-height: 100%;
	max-width: 100%;
	overflow: auto
}

.tooltipster-ruler {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden
}

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
	opacity: 1
}

.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform
}

.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0);
	-moz-transform: rotateZ(0);
	-o-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	transform: rotateZ(0);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
	top: 0!important
}

.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0!important;
	opacity: 0
}

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
	left: -40px!important
}

.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0!important;
	opacity: 0
}

@keyframes tooltipster-fading {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading .4s
}

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg)
	}
	75% {
		transform: rotate(2deg)
	}
	100% {
		transform: rotate(0)
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating .6s
}

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1)
	}
	100% {
		transform: scale(1)
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling .6s
}

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid #000;
	border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
	color: #fff;
	line-height: 18px;
	padding: 6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	margin-left: -10px;
	top: 0;
	width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	top: 0;
	width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	top: 0;
	width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0;
	top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px
}

.tooltipster-follower .tooltipster-box {
	background: #565656;
	border: 2px solid #000;
	border-radius: 4px
}

.tooltipster-follower .tooltipster-content {
	color: #fff;
	line-height: 18px;
	padding: 6px 14px
}

.tooltipster-follower.tooltipster-borderless .tooltipster-box {
	border: none;
	background: #1b1b1b;
	background: rgba(10, 10, 10, .9)
}

.tooltipster-follower.tooltipster-light .tooltipster-box {
	border-radius: 3px;
	border: 1px solid #ccc;
	background: #ededed
}

.tooltipster-follower.tooltipster-light .tooltipster-content {
	color: #666
}

.tooltipster-follower.tooltipster-noir .tooltipster-box {
	border-radius: 0;
	border: 3px solid #000;
	background: #fff
}

.tooltipster-follower.tooltipster-noir .tooltipster-content {
	color: #000
}
.tooltipster-follower.tooltipster-noir .tooltipster-content p{font-family: optimaRoman,'notosans-light', sans-serif}
.tooltipster-follower.tooltipster-punk .tooltipster-box {
	border-radius: 5px;
	border: none;
	border-bottom: 3px solid #f71169;
	background: #2a2a2a
}

.tooltipster-follower.tooltipster-shadow .tooltipster-box {
	border: none;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 10px 6px rgba(0, 0, 0, .1)
}

.tooltipster-follower.tooltipster-shadow .tooltipster-content {
	color: #8d8d8d
}

.slideShowModuleContent .slideShow1 .slick-slide img{max-width:380px !important;}
.slideShowModuleContent .slideShowYearInReview .icon-arrow-left-icon.slick-prev {left: 25.2%;}
.slideShowModuleContent .slideShowYearInReview .icon-arrow-right-icon.slick-next {right: 25.2%;}
.slideShowModuleContent .slideShowYearInReview .slick-slide img{max-width:100% !important;}
.slideShowModuleContent .slideShowYearInReview .slideShowItemInner { margin: 0 25px;padding-bottom: 50px;}

body.internetexplorer11 .slideShowModuleContent .slideShowYearInReview .slideShowItemInner,body.ie9 .slideShowModuleContent .slideShowYearInReview .slideShowItemInner{max-width:386px !important;}

@media all and (min-width: 1100px) and (max-width: 1156px) {
.slideShowModuleContent .slideShowYearInReview .icon-arrow-left-icon.slick-prev {left: 17.2%;}
.slideShowModuleContent .slideShowYearInReview .icon-arrow-right-icon.slick-next {right: 17.2%;}
}

@media all and (max-width: 1100px) {
.slideShowModuleContent .slideShowYearInReview .icon-arrow-left-icon.slick-prev {left: 19.2%;}
.slideShowModuleContent .slideShowYearInReview .icon-arrow-right-icon.slick-next {right: 19.2%;}
}

@media all and (max-width: 991px) {
body.internetexplorer11 .slideShowModuleContent .slideShowYearInReview .slideShowItemInner,body.ie9 .slideShowModuleContent .slideShowYearInReview .slideShowItemInner{max-width:420px !important;}
.yr-SlideShow .articlePageContentArea  .slideShowModuleContent {margin-bottom: 0;}
.slideShowModuleContent .slideShowYearInReview .icon-arrow-left-icon.slick-prev {left: 19%;}
.slideShowModuleContent .slideShowYearInReview .icon-arrow-right-icon.slick-next {right: 19%;}
}

@media all and (max-width: 800px) {
body.internetexplorer11 .slideShowModuleContent .slideShowYearInReview .slideShowItemInner,body.ie9 .slideShowModuleContent .slideShowYearInReview .slideShowItemInner{max-width:234px !important;}
.slideShowModuleContent .slideShowYearInReview .icon-arrow-left-icon.slick-prev {left: 24%;}
.slideShowModuleContent .slideShowYearInReview .icon-arrow-right-icon.slick-next {right: 24%;}
}

@media all and (max-width: 767px) {
body.internetexplorer11 .slideShowModuleContent .slideShowYearInReview .slideShowItemInner,body.ie9 .slideShowModuleContent .slideShowYearInReview .slideShowItemInner{max-width:245px !important;}
}

@media all and (max-width: 640px){
body.internetexplorer11 .slideShowModuleContent .slideShowYearInReview .slideShowItemInner,body.ie9 .slideShowModuleContent .slideShowYearInReview .slideShowItemInner{max-width:258px !important;}
.slideShowModuleContent .slideShowYearInReview .icon-arrow-left-icon.slick-prev {left: 17%;}
.slideShowModuleContent .slideShowYearInReview .icon-arrow-right-icon.slick-next {right: 17%;}
}

@media all and (max-width: 480px){

.slideShowModuleContent .slideShowYearInReview  .slick-slide img, .slideShowYearInReview  .slick-active .slideShowImageCaption {
    max-width: 200px!important;
}

.slideShowModuleContent .slideShowYearInReview .icon-arrow-left-icon.slick-prev {left: 22%;}
.slideShowModuleContent .slideShowYearInReview .icon-arrow-right-icon.slick-next {right: 17%;}

}


@media all and (max-width: 420px){
body.internetexplorer11 .slideShowModuleContent .slideShowYearInReview .slideShowItemInner,body.ie9 .slideShowModuleContent .slideShowYearInReview .slideShowItemInner{max-width:180px !important;}
.slideShowModuleContent .slideShowYearInReview .icon-arrow-left-icon.slick-prev {left: 5%;}
.slideShowModuleContent .slideShowYearInReview .icon-arrow-right-icon.slick-next {right: 5%;}
.slideShowModuleContent .slideShowYearInReview  .slick-slide img, .slideShowYearInReview  .slick-active .slideShowImageCaption {
    max-width: 180px!important;
}
}

@media all and (max-width: 320px){
body.internetexplorer11 .slideShowModuleContent .slideShowYearInReview .slideShowItemInner,body.ie9 .slideShowModuleContent .slideShowYearInReview .slideShowItemInner{max-width:178px !important;}
}

@media all and (max-width: 767px)
{
.slideShowYearInReview .slick-active .slideShowImageCaption p {line-height: 2.4rem; font-size: 1.6rem;}
.slideShowModuleContent .slideShowYearInReview .slick-slide img{border: 2px solid #fff;}
}

.tooltipster-box{
position:relative;
border:0!important;
box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
font-size: 14px;
}

.tooltipster-box:after {
    content: "\25BC";
    position: absolute;
    color: #fff;
    font-size: 28px;
    top: 88%;
    left: 50%;
    text-shadow: 1px 4px 2px rgba(0,0,0,0.1);
    transform: translateX(-50%);
}

.rad-notes.ar-banner {font-size:1.2rem!important; text-transform:none!important;float:right; padding:10px 21px 0 0;}
.rad-notes.ar-banner strong{font-weight:bold!important;}
.slick-active .slideShowImageCaption.yearInReview a {color: #428bca;    transition: all 0.3s ease 0s;}
.slideShowImageCaption.yearInReview a {color: #fff;-webkit-transition: unset;transition: unset;}



html[lang="es"] body#ip3-corporate-jobs section.articlePageContentArea.yearinreview-snapdown-module.float100 {
    display: none;
}
html[lang="es"] body#ip3-corporate-jobs  section.articlePageContentArea.float100.plain-copy-module {
    display: none;
}

.module_left_border_wrapper .module-text {margin-bottom: 25px;padding-left: 15px;margin-top: 25px;}