body{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
#container{
    height: 1570px;
}
#contactcontainer {
    width: 100%;
}

#contactcontainer .inputlg {
    width: 220px;
}
.selectlg {
    width: 223px;
}
#contactcontainer p {
    font-size: 12px;
    margin-top: 15px;
}

#contactcontainer a, #contactcontainer a:hover {
    text-decoration: underline;
}
#contactcontainer label {
    text-align: right;
    margin-right: 15px;
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
}
#contactcontainer .buttons input {
    font-weight: bold;
    font-size: 14px;
}
#contactcontainer .valimage {
    width: 250px;
}
#contactcontainer .inputsm {
    margin-right: 150px;
    width: 70px;
}
#content {
    background-image: linear-gradient(to bottom, #B347A3, #7B58B4, #1976D2, #1976D2, #7B58B4, #B347A3);
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.light-blue-background {
    background-image: none !important;
    background-color: #e7f1fa;
}

.hentry{
    background-color: transparent;
}

.directory-pages {
    background-color: transparent;
}

.contact-title{
    font-size: 80px;
    font-weight: bold;
    color: white;
    display: block;

}

.white-svg-fill {
    fill: white;
}

.tech-support-notification{
    border-radius: 37px;
    background: #FCFCFC;
    padding: 10px;
    display: block;

    text-align: center;
    margin: auto;
    margin-top: 25px;
    font-weight: bold;
    font-size: 130%;
}
@media only screen {
    .main-box {

        border-radius: 30px;
        background: #FCFCFC;
        width: 100%;
        height: 400px;
        text-align: center;
        padding: 0;
        margin: auto;
        margin-top: 25px;
        transition-timing-function: ease;
        transition: 0.5s;

    }
}
.contact-box{
    border-radius: 30px;
    background: #FCFCFC;
    display: block;
    text-align: center;
    margin-top: 25px;

}
.contact-box-content{
    display: inline-block;
    margin-top: 20px;
}
.no-padding{
    padding-right: 0;
    padding-left: 0;
}
.no-margin{
    margin-left: 0;
    margin-right: 0;
}
.page-selection-title{
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: lighter;
}
.hline{
    height:2px;
    background:#000000;
    margin-top: 30px;
    margin-bottom: 20px;
}
.button-images {
    font-size: 74px;
}
.button-container{
    height: 150px;
    margin-bottom: 10px;
}
.collapsible-button {
    width: 100%;
    height: 100%;
    border-radius: 13px;
    background:#EEEEEE;
    display: inline;
    border: none;
    outline: none;
}
/* Tooltip container */
.type-description {
    position: relative;
    display: inline-block;
}
.type-description .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #FFFFFF;
    color: black;
    text-align: center;
    padding: 10px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    border-width: 1px;
    border-style: solid;
    border-color: gray;
}
.tooltiptext p{
    padding: 10px;
}
.type-description .tooltiptext::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -11px;
    border-width: 15px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}
.type-description .tooltiptext::before {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -12px;
    border-width: 16.25px;
    border-style: solid;
    border-color: gray transparent transparent transparent;
}
.type-description:hover .tooltiptext {
    visibility: visible;
}

.selection-icons-mobile{
    height: 130px;
    width: 130px;
}
@media only screen and (max-width: 992px) {
    .collapsible-button {
        height: 80px;
    }
    .button-images {
        font-size: 40px;
    }
    .button-container{
        height: 110px;
    }
}
@media only screen and (max-width: 769px) {
    .collapsible-button {
        height: 80px;
    }
    .button-images {
        font-size: 40px;
    }
    .button-container{
        height: 110px;
    }
    .button-container {
        margin-bottom: 15px;
    }

}
@media only screen and (max-width: 577px) {
    .collapsible-button {
        height: 100px;
    }
    .button-images {
        font-size: 50px;
    }

    .page-selection-title{
        font-size: 24px;
    }
    .main-box{
        height: 650px;
        border-radius: 30px;
    }
    .contact-box{
        border-radius: 30px;
    }
    .tech-support-notification{
        border-radius: 30px;
    }
    .contact-title{
        font-size: 60px;
    }
    .button-container{
        height: 130px;
        margin-bottom: 35px;
    }
    .contact-info-box{
        padding: 0px;
    }
    #contact-main-container{
        padding: 0px;
    }
    #support-main-container{
        padding: 0px;
    }
    .selection-help-mobile{
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
    }
    .selection-icons-mobile{
        margin-top: -12px;
        height: 100px;
        width: 100px;
    }
}
@media only screen and (max-width: 376px) {
    .collapsible-button {
        height: 100px;
    }
    .button-images {
        font-size: 40px;
    }
    .page-selection-title {
        font-size: 20px;
    }
    .button-container{
        height: 100px;
    }
    .contact-title{
        font-size: 50px;
    }
    .main-box{
        height: 600px;
    }
}
.contact-form {
    padding: 0 18px;
    overflow: hidden;
    width: 100%;
    margin: auto;
    transition-timing-function: ease;
    transition: 0.5s;
    max-height: 0;
}
.active, .collapsible-button:hover {
    background-color: #C2DEF8;
}

#recaptcha{
    margin-left:20%;
    margin-right:20%;
    margin-top: 15px;
}
.contact-type-icon{
    width: 100%;
    height: auto;
}

.support-form{
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.input-boxes{
    margin-top: 10px;
}
.sendbutton{
    border-radius:3rem;
    margin-bottom: 20px;
}
.sendbutton:hover, .sendbutton:focus, .sendbutton:active, .sendbutton:visited {
    color: white;
}
.create-account-button{
    background-color: white;
    border: 1px solid #1976D2;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    color: #1976D2;
    text-align: center;
    display: inline-block;
    border-radius: 10rem;
    font-size: 1.4rem;
    width: 100%;
}
.blue-background-button{
    background-color: #1976D2;
    border: 1px solid #1976D2;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    color: white;
    text-align: center;
    display: inline-block;
    border-radius: 10rem;
    font-size: 1.4rem;
    width: 100%;
}
.submission-overlay{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1976D2;
    z-index: 2;
    cursor: pointer;
}
.cast-feed-link{
    background-color: #1976D2;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    color: white;
    text-align: center;
    border-radius: 10rem;
    font-size: 1.4rem;
    width: 100%;
    display: none;
}
.cast-feed-link:hover, .cast-feed-link:focus, .cast-feed-link:active, .cast-feed-link:visited {
    color: white;
}


