.p18-technology-occasions {

}

.p18-technology-occasions.background-color-white {
  background-color: white; 
}
.p18-technology-occasions.background-color-gray90 {
  background-color: #e8e9e4;  
}

.p18-technology-occasions .container {
  background-color: white;
  padding-top: 3.75em;
  padding-bottom: 3.25em;
  position: relative;
  z-index: 1;
  max-width: none;
  width: 100%;
}

.p18-technology-occasions .container .content-wrap {
  position: relative;
}

.p18-technology-occasions .container .content-wrap header {
  margin-bottom: 15px;
}

.p18-technology-occasions .container .content-wrap .grid.three-Up{
}

.p18-technology-occasions .title,
.p18-technology-occasions .subtitle,
.p18-technology-occasions .tout-title,
.p18-technology-occasions .tout-subtitle {
  text-align: center;
}

.p18-technology-occasions .title {
  color: #ffffff;
  /*font-family: "Gustan Thin", "Helvetica Neue", Helvetica, Arial, sans-serif;      
  letter-spacing: 1px;*/
}

.p18-technology-occasions .tout-title {
  color: #ffffff;
  margin-bottom: 1.125em;
}

.p18-technology-occasions .t5.subtitle {
  color: #898989;
}

.p18-technology-occasions .tout-subtitle {
  color:#e3e3e3;
  margin-bottom: 5em;
}


.p18-technology-occasions a {
  display: block;
}

.p18-technology-occasions .tout-image {
  text-align: center;
  margin-bottom: -14px;
}

.p18-technology-occasions .tout-image .image-wrapper {
  border-radius: 50%;
  margin: 0 auto;
  max-width: 18.25em;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p18-technology-occasions a:hover .tout-image .image-module {
  border-radius: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.05);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

.p18-technology-occasions a .tout-image .image-module {
  position: relative;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border:0;
  margin: 2.5% auto;
  width: 95%;
  height: 95%;
  -webkit-transition: transform 2s ease-in-out;
  transition: transform 0.2s linear;

}

.p18-technology-occasions .four-up a .tout-image .image-module {
  width: 90%;
  height: 90%;
}

.lt-ie10 .p18-technology-occasions .tout-image .image-module {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  bottom: -1px;
}

.p18-technology-occasions .tout-image span {
  margin: -129px 0 0;
}

.p18-technology-occasions .four-up .tout-image span {
  margin: -139px 0 0;
}