/* HOME */

.sust-header .header-search{
    width: 250px;
    padding-top: 5px;
    margin-left: 10px;
}

.sust-header-slogan h1{
    font-family: 'Lato', sans-serif;
    font-weight: lighter;
    color: #49555A;
    font-size: 35px;
}

.sust-header-slogan h1 span{
    color: #62af35;
}

.delta-logo{
    width: 180px;
}

.sust-call-to-action-wrapper{
    margin-top: 5px;
}

.sust-home-col{
    background-color: #E6E6E6;
    padding: 20px;
    margin-top: 20px;
    min-height: 670px;
}

.sust-home-col h1{
    font-weight: 300;
    font-size: 26px;
    color: #434f55;
    margin-top: 0;
}

/*.sust-home-col h1:before{
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 10px;
}*/

/* QUOTE */

.sust-quote{
    text-align: center;
    background-image: url('/typo3conf/ext/indaver/Resources/Public/Images/bg-circle.png');
    min-height: 220px;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 45px 60px 0 60px;
    font-family: 'Lato', sans-serif;
    max-width: 300px;
}

.sust-quote p.quote-text{
    font-weight: bold;
    font-style: italic;
}

.sust-quote p.quote-author{
    font-style: italic;
}

@media (max-width: 991px) {
    .sust-home-col{
        min-height: initial;
    }

    .sust-header-slogan h1{
        font-size: 29px;
    }
}

/* INTERACTIVE MAP */

.map-image .interactive-tooltip {
    display: none;
}

.qtip-default {
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0 10px;
    font-size: 12px;
    line-height: 14px;
    -moz-box-shadow: inset 0 0 3px #888;
    -webkit-box-shadow: inset 0 0 3px #888;
    box-shadow: inner 0 0 3px #888;
}

.qtip-default .interactive-tooltip ul{
    list-style: square;
    padding: 0 15px;
}

.qtip-default .interactive-tooltip ul li{
    margin-top: 10px;
}

.qtip-default .interactive-tooltip ul li ul{
    list-style: disc;
}

.qtip-default .interactive-tooltip ul li ul li{

}

.qtip-default .interactive-tooltip a {
    margin-top: 10px;
    font-size: 12px;
    color: #5e9f32;
}