﻿
.supportForm {
    margin:0 4em 4em 4em;
}
.guestSupportForm {
    max-width: 60vw;
}
.supportHeader {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.supportHeaderDiv1 {
    width: 100%;
    padding-right: 130px;
    display: grid;
    grid-template-columns: 130px 1fr;
}
    .supportHeaderDiv1 > div {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
.supportHeaderDiv2 {
    width: 40vw;
}
.supportHeaderDiv3 {
    width: 25vw;
}
.supportSearch {
    display: flex;
    align-items: center;
    justify-content: center;
}
    .supportSearch > div:first-child {
        width: 100%;
        max-width: 400px;
    }
    .supportSearch button {
        margin-left: 11px;
        margin-top: -1px;
    }
.supportItems {
    background-size: cover;
    padding: 4rem 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%/1, max(240px, 100%/3)), 1fr));
    grid-gap: 2vw;
}
.supportGroup {
    flex: 0 1;
}
.supportGroupItems {
    margin-top: 0.25rem;
}
.supportGroupCategory {
    font-weight: bold;
    font-size: 16pt;
    cursor: pointer;
    border-bottom: solid 2px #0696A1;
}
.supportGroupQuestion {
    margin-top: 0.25em;
}

.supportViewHeader {
    margin-top: 1em;
    font-weight: bold;
    font-size: 1.2em;
}
.supportViewHeaderText {
    font-weight: bold;
    font-size: 16pt;
}
a.supportGoBack {
    color: #0696A1;
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
}
.supportForm.openQuestion {
    display: flex;
    flex-direction:column;
    align-items:center;
}
.supportForm.openQuestion .supportView {
    max-width: 50vw;
}
@media only screen and (max-width : 1199px) {
    .supportHeaderDiv2 {
        width: 90vw;
    }
    .supportHeaderDiv3 {
        width: 80vw;
    }
    .supportForm.openQuestion > div {
        max-width: 70vw;
    }
}
.supportView {
}
.supportViewResults {
    padding-top: 1em;
    overflow: hidden;
}
