﻿.bg-pheader {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/program.png) center center no-repeat;
    background-size: cover;
}
.bg-wheader {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/workshop.png) center center no-repeat;
    background-size: cover;
}
.bg-theader {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/training.png) center center no-repeat;
    background-size: cover;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
 blockquote.default {
    border-color: #001153;
    color:#fff;/*#091E3E;#666;*/
    background:#088dba; /*#f2f2f2;*/
    /*font-size:13px;*/
}
a.menu:link {color:#091E3E;text-decoration: none; }
a.menu:visited {color:#091E3E;text-decoration: none; }
a.menu:hover {color:#091E3E;text-decoration: none; }
a.menu:active {color:#091E3E;text-decoration:none; }
