﻿
a.darken {
    display: block;
    background: #000000;
  
}

a.darken img {
    display: block;
    
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

a.darken:hover img {
    opacity: 0.9;
            
}


.centered {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: White;
  font-weight: bold;
  text-align: center
}

.pd10 { margin-bottom: 7px; font-weight: bold;}
.M25 { margin-bottom: 25px;}
.btn-bold { font-weight: bold; font-size: 16px; padding-top: 15px; padding-bottom: 15px;
          /*  background-image: url("../../../SiteElements/LSBA113502.png"); */
            
            }

.wraptext { white-space: normal !important; word-wrap: break-word;}
.bigpad { padding-top:50px; padding-bottom: 50px; font-size: 28px;}
.btn-image {background-image: url("focusondiversitydark.jpg"); 
            background-size: 100px;
            background-repeat: no-repeat;
  background-size: auto;
            }
            
.titlewell {margin-top: 15px;}
.titlewell h3{margin: 0px 0px 0px 0px;}
.PLargeFont { font-size: 20px}