﻿/*blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 40px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

    blockquote:before {
        color: #ccc;
        content: open-quote;
        font-size: 4em;
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
    }

    blockquote p {
        display: inline;
    }*/

.footnote {
    vertical-align: super;
    font-size: 0.7em !important;
    font-weight: 800;
    color: #d83f28;
    cursor: pointer;
}

.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 350px;
}

@supports (-webkit-text-stroke: 1px black) {
    .slide .title, .slide .subtitle {
        text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000 !important;
        font-weight: bolder;
    }
}

.fleuron {
    background: transparent url(../images/fleuron.png) 50% 50% no-repeat;
    height: 20px;
    display: block;
    margin: 10px auto;
    margin-bottom: 30px;
}

.additional-navigation .navigation-list li a {
    font-size: 15px;
}

.wrapper .section-default {
    padding: 20px 0;
}

.articles .summary, .introduction .summary, .articles .publication, .articles .action, .introduction .action, .articles .category, .articles .author,
.article, .article .header .category {
    font-size: 14px !important;
}

.headline .title {
    font-weight: bold;
}

.article .header .title {
    font-size: 24px !important;
}
/*.wrapper .section-default .article .header {
        margin: 10px 0;
    }*/
.articles .author {
    margin: 7px 0 0 !important;
    font-weight: bold;
}


.wrapper .section-default .articles .item .category {
    margin: 0 0 7px !important;
}

body {
    font-size: 14px !important;
}

.wrapper .section-default .content .item .headline .title,
.wrapper .section-default .content .item .headline .subtitle {
    font-size: 14px !important;
}

.text li {
    font-family: "Merriweather",sans-serif;
}

.bulleted li {
    padding-left: 32px;
    font-family: "Merriweather",sans-serif;
}

    .bulleted li:before {
        content: "-";
        margin-left: -16px;
        margin-right: 8px;
    }

.font-size {
    margin-left: 25px;

    color: #0b245b;
    /*font-size: 14px;
    font-weight: 700;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 0 8px*/
}

 
.search-control {
    min-width: 160px;
}

.img-link{
display: block;
}

.aligncenter {
    text-align: center !important
}

.img-link img {
    width: auto;
    /*min-width:100%;
    min-height:100%*/
    max-width: 100%;
    max-height: 100%
}


blockquote {
    position: relative;
    padding: 8px 65px;
    margin:  0px 20px 5px 20px;
    border-left: 1px solid #efeff0;
    border-right: 1px solid #efeff0;
    border-top: 0px;
    border-bottom: 0px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
}

blockquote:before {
  content: ""
}

.text h3{
    margin-top: 2em
}