  @charset "UTF-8";
/* CSS Document */


/** Custom Overlay styles **/
.overlay-bg .image a {
    transition:1s;
    background-color:#fff; /** weird twitching glitch **/
}

.overlay-bg .image a:hover{
    opacity:0.85;
}

/*** Overlay for banners ***/



.cq-colctrl-lt2 .overlay-bg .text p {
    font-family: "DINWebMedium",sans-serif;
    font-size: 1.19318em;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1em;
    text-transform:uppercase;
}

/** PWRC HOME PAGE 1 **/
.blue1 .text p {
    background-color:#02e1ff; 
    text-shadow: 1px 1px 1px #999999;
}

.blue1 .image{
    border-top:0.7em solid #02e1ff;
}

.blue1 .text p a{
    color:white;
}

/** PWRC HOME PAGE 2 **/
.blue2 .text p {
    background-color:#1767ff; 
    text-shadow: 1px 1px 1px #999999;
}

.blue2 .image{
    border-top:0.7em solid #1767ff;
}

.blue2 .text p a{
    color:white;
}

/** PWRC HOME PAGE 3 **/
.blue3 .text p {
    background-color:#2610ff; 
    text-shadow: 1px 1px 1px #999999;
}

.blue3 .image{
    border-top:0.7em solid #2610ff;
}

.blue3 .text p a{
    color:white;
}