﻿.faqtopContainer {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    overflow: hidden;
    /*height: 300px;*/
}

#faqTopContainerContent {
    position: absolute;
    left: 15%;
    color: white;
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#faqBackgroundImage {
    width: 100%;
    margin-left: 70%;
    transform: translateX(-70%);
}

button.btn {
    color: black;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
}

button.btn:hover, button.btn:focus {
    color: black;
    text-decoration: none;
}

div.card-header {
    background-color: rgba(0, 0, 0, 0.0);
    border-bottom: none;
}

div.card {
    border: none;
}

div.card-body {
    margin-left: 5%;
    margin-right: 5%;
}

.faqExpand {
    color: grey;
}

.collapsed .faqExpand{
    color: black;
}

/*ul li a, ul li a:hover, p a, p a:hover {
    color: blue;
    text-decoration: underline;
}

ul li a:visited, p a:visited {
    color: purple;
    text-decoration: underline;
}*/

@media only screen and (max-width: 1400px) {
    #faqBackgroundImage {
        height: 300px;
        width: unset;
        min-width: 100%;
    }
}