/* line 4, ../../../../packages/modules/p1-featured-3up/css/p1-featured-3up.scss */
.p1-featured-3up {
  /*background-color: #e8e9e4;*/
  margin-top: -3.75em;
}
.p1-featured-3up.background-color-white {
  background-color: white; 
}
.p1-featured-3up.background-color-gray90 {
  background-color: #e8e9e4;  
}
/* line 10, ../../../../packages/modules/p1-featured-3up/css/p1-featured-3up.scss */
.p1-featured-3up .container {
  background-color: white;
  padding-top: 3.75em;
  padding-bottom: 1.25em;
  position: relative;
  z-index: 1;
}
/* line 23, ../../../../packages/modules/p1-featured-3up/css/p1-featured-3up.scss */
.p1-featured-3up .title,
.p1-featured-3up .subtitle,
.p1-featured-3up .tout-title,
.p1-featured-3up .tout-subtitle {
  text-align: center;
}
/* line 27, ../../../../packages/modules/p1-featured-3up/css/p1-featured-3up.scss */
.p1-featured-3up .title {
  color: #231f20;
}
/* line 31, ../../../../packages/modules/p1-featured-3up/css/p1-featured-3up.scss */
.p1-featured-3up .tout-title {
  color: #231f20;
  margin-bottom: 1.125em;
}
/* line 36, ../../../../packages/modules/p1-featured-3up/css/p1-featured-3up.scss */
.p1-featured-3up .tout-subtitle {
  margin-bottom: 5em;
}
/* line 40, ../../../../packages/modules/p1-featured-3up/css/p1-featured-3up.scss */
.p1-featured-3up a {
  display: block;
}
/* line 45, ../../../../packages/modules/p1-featured-3up/css/p1-featured-3up.scss */
.p1-featured-3up a:hover .image-module:before {
  border-width: 0;
}
/* line 52, ../../../../packages/modules/p1-featured-3up/css/p1-featured-3up.scss */
.p1-featured-3up .tout-image {
  text-align: center;
  margin-bottom: -14px;
}
/* line 56, ../../../../packages/modules/p1-featured-3up/css/p1-featured-3up.scss */
.p1-featured-3up .tout-image .image-wrapper {
  border-radius: 50%;
  margin: 0 auto;
  max-width: 18.25em;
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* line 65, ../../../../packages/modules/p1-featured-3up/css/p1-featured-3up.scss */
.p1-featured-3up .tout-image .image-module {
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: solid 2px white;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
/* line 77, ../../../../packages/modules/p1-featured-3up/css/p1-featured-3up.scss */
.p1-featured-3up .tout-image .image-module:before {
  border-radius: 50%;
  -webkit-transition: border-width 0.1s linear;
  transition: border-width 0.1s linear;
  border: solid 8px white;
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  bottom: -1px;
}
/* line 89, ../../../../packages/modules/p1-featured-3up/css/p1-featured-3up.scss */
.lt-ie10 .p1-featured-3up .tout-image .image-module {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  bottom: -1px;
}
/* line 99, ../../../../packages/modules/p1-featured-3up/css/p1-featured-3up.scss */
.p1-featured-3up .tout-image span {
  margin: -129px 0 0;
}