/*
 * colors
 */

 .bg-pws-blue {
    background-color: #465466 !important;
}

.bg-pws-green {
    background-color: #74BE54 !important;
}

.bg-pws-grey {
    background-color: #f8f8f8 !important;
}

.bg-pws-green-overlay {
    background-color: rgba(116, 190, 84, 0.90) !important;
}

.bg-pws-blue-overlay {
    background-color: rgba(70, 84, 102, 0.85) !important;
}

.text-pws-blue {
    color: #465466 !important;
}

.text-pws-green {
    color: #74BE54 !important;
}

.btn-outline-pws-blue {
    color: #465466 !important;
    background-color: #ffffff !important;
    border: solid 2px #465466 !important;
}

.btn-pws-green {
    color: #ffffff !important;
    background-color: #74BE54 !important;
}

.btn-pws-blue {
    color: #ffffff !important;
    background-color: #465466 !important;
}

.btn-twitter {
    color: #ffffff !important;
    background-color: #1DA1F2 !important;
}

.btn-facebook {
    color: #ffffff !important;
    background-color: #3B5998 !important;
}

.btn-linkedin {
    color: #ffffff !important;
    background-color: #4875B4 !important;
}

.btn-email {
    color: #ffffff !important;
    background-color: #97908F !important;
}

.btn-rss {
    color: #ffffff !important;
    background-color: #DD7346 !important;
}

.hr-pws-blue {
    border-top: 1px solid #465466 !important;
}

/*
 * Navigation and footer
 */

#header, #testimonial {
    background-color: #f8f8f8;
}

.nav-link {
    color: white !important;
}

.nav-text {
    font-weight: 400 !important;
    font-variant: small-caps;
    font-size: 1.2rem;
}

.nav-link:hover {
    color: #dddddd !important;
}

.active {
    color: #74BE54 !important;
}

.page-footer {
    background-color: #465466;
}

.footer-bottom {
    background-color: #2e3744;
}

/*
 * Overview blocks main page
 */

#overview-resources {
    background-image: url("/img/overview_resources.png") !important;
}

#overview-publicevents {
    background-image: url("/img/overview_publicevents.png") !important;
}

#overview-services {
    background-image: url("/img/overview_services.png") !important;
}

#overview-training {
    background-image: url("/img/overview_training.png") !important;
}

/*
 * Training ribbon blocks
 */

#training-ribbon-lectures {
    background-image: url("/img/trainings/lectures.png") !important;
}

#training-ribbon-quiz {
    background-image: url("/img/trainings/quiz.png") !important;
}

#training-ribbon-demo {
    background-image: url("/img/trainings/demos.png") !important;
}

#training-ribbon-discussion {
    background-image: url("/img/trainings/philippe_lecturing.png") !important;
}

#training-ribbon-lab {
    background-image: url("/img/trainings/labs.png") !important;
}

#training-ribbon-qa {
    background-image: url("/img/trainings/philippe_speaking.png") !important;
}

/*
 * Text items
 */

.text-bolder {
    font-weight: 450 !important;
}

a.no-text-style {
    color: inherit !important;
}

a.text-white {
    color: white !important;
    text-decoration: underline !important;
}

blockquote {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 1px;
    font-style: italic;
    border-left: solid 5px #74BE54;
    color: #666666;
}

/* List classes */

.reverse-list { 
    display: flex !important;
    flex-direction: column-reverse !important;
}

.reverse-list > li {
    flex: 0 0 auto !important;
}


/*
 * Embedded tweets
 */

.embedded-tweet {
    border: none;
}