/* School of Music: Naming Opportunities Styles */

.buildingNames {
    color: #000;
    font-size: 1.5rem;
    margin: 25px;
    flex: 1;
}

.buildingThumbs {
    width: 286px;
    height: 214px !important;
    flex: 1;
}

.namingOp {
    border: 1px solid #E1E1E1;
    display: flex;
    margin-bottom: 45px;
    overflow: hidden;
}


/* School of Music Form */

.topBlock--right {
    float: right;
    width: 48%;
}

.topBlock__p {
    clear: both;
}

.namingOp {
    border: 1px solid #E1E1E1;
    display: flex;
    margin-bottom: 45px;
    overflow: hidden;
}

body.g-lu-responsive #content_main img.namingOp__img,
.namingOp__img {
    width: 286px;
    height: 214px !important;
}

.namingOp__content {
    width: calc(100% - 287px);
    vertical-align: top;
    padding: 30px 40px;
    position: relative;
}

.namingOp__block {
    width: 65%;
    position: relative;
    clear: both;
}

.namingOp__details {
    width: 35%;
    float: right;
    text-align: right;
    vertical-align: top;
}

.namingOp__desc {
    transition: height 0.2s ease-in-out;
    overflow: hidden;
}

.namingOp__desc ul {
    list-style-type: disc !important;
}

.namingOp__title {
    color: #202020;
    font-family: "PT Serif";
    font-size: 20px;
    line-height: 32px;
    width: 65%;
    float: left;
}

.namingOp__price {
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
}

.price__USD {
    color: #DADADA;
    font-weight: normal;
}

.namingOp__quantity {
    color: #222222;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 16px;
}

.namingOp__info {
    color: #256EC1;
    font-family: "Roboto", sans-serif;
}

.namingOp__info:hover {
    text-decoration: underline;
    cursor: pointer;
}

.namingOp__info--more {
    position: absolute;
    bottom: 30px;
    left: 40px;
    z-index: 99;
}

.namingOp__button {
    border-radius: 2px;
    background-color: #2773CB;
    padding: 15px 15px;
    border: none;
    color: #FFFFFF;
    text-decoration: none;
}

.namingOp__button--inquire {
    position: absolute;
    bottom: 30px;
    right: 40px;
}

.namingOp__button--send {
    padding: 15px 55px;
    float: right;
    margin-left: 20px;
}

.namingOp__button:hover {
    cursor: pointer;
    text-decoration: underline;
}

#formContainer {
    display: none;
}

.namingOpForm__label {
    font-family: "Roboto", sans-serif;
    width: 100%;
    display: block;
    line-height: 2em;
    margin-top: .5rem;
}

.namingOpForm__input {
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
    height: 45px;
    width: 100%;
    display: block;
}

.namingOpForm__input--textarea {
    font-family: "Roboto", sans-serif;
    height: 95px;
    margin-bottom: 20px;
}

@media (max-width: 1250px) {
    .namingOp {
        flex-direction: column;
        width: 75%;
        min-width: 550px;
        margin: 0 auto;
        margin-bottom: 45px;
    }
    body.g-lu-responsive #content_main img.namingOp__img,
    .namingOp__img {
        width: 100%;
        height: auto !important;
    }
    .namingOp__content {
        width: 100%;
    }
    .namingOp__info--more {
        position: static;
        bottom: 0;
        left: 0;
    }
    .namingOp__button--inquire {
        max-width: 28%;
    }
}

@media (max-width: 1024px) {
    .namingOp {
        width: 95%;
        min-width: 95%;
    }
    .namingOp__info--more {
        float: right;
    }
    .namingOp__button--inquire {
        position: static;
        display: block;
        width: 100%;
        margin-top: 20px;
        max-width: 100%;
        float: right;
    }
    .namingOp__block {
        width: 100%;
        margin-bottom: 10px;
    }
    .topBlock--left {
        float: none;
        width: 100%;
    }
    .topBlock--right {
        float: none;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .namingOp {
        width: 100%;
        min-width: 100%;
    }
}

@media(max-width: 550px) {
    .namingOp__content {
        padding: 30px 20px;
    }
}


/* Marching Band Form Page Styles */

button.marchingButton {
    cursor: pointer;
}

#MiddleInitial {
    width: 25px;
}

.band-form-block label {
    display: block;
}

#postForm #section {
    background-color: #FAFAFA;
    padding: 25px 25px 25px 25px;
    border: solid 1px #EFEFEF;
    border-radius: 5px;
}

.band-form-block {
    display: inline-block;
}

.band-fifty {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
}

#postForm div {
    clear: both;
}

#postForm input,
select {
    height: 25px;
    margin-bottom: 10px;
    margin-right: 15px;
}

#postForm span {
    height: 25px;
    margin-bottom: 10px;
    margin-right: 25px;
}

select {
    height: 30px;
}

.attendee {
    display: block;
    float: left;
    width: 95%;
}

.attendee input {
    width: 95%;
}

.btn_small {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    padding: 2px 6px 3px;
    border: 1px solid #999;
    background-color: buttonface;
    cursor: pointer;
}

.btn_small:hover {
    background: #eee;
}

#postForm #section input {
    border: 1px solid #aaa;
    padding-left: 5px;
}

#main #postForm #section label.error {
    display: none!important;
}

#postForm #section input.error {
    border: 1px solid #900;
    background: rgba(255, 100, 100, .05);
}

#postForm #section .package_error {
    font-size: .8em;
    color: #900;
    float: left;
}

.thankyouMessage {
    display: none;
}

.thankyouMessage.active {
    display: block;
}

.sr-only {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.namingOp__desc {
    display: none;
}

.namingOp__block.active .namingOp__desc {
    display: block;
}

.namingOp__block.active .namingOp__excerpt {
    display: none;
}

.namingOpForm {
    display: none;
}

.namingOpForm.active {
    display: block;
}

.namingOpForm__required {
    color: red;
}

.form__errorMessage {
    color: #E4002B;
    font-size: 0.95rem;
    margin-top: 5px;
    display: none;
}

.form__label--haserror .form__errorMessage {
    display: block;
}

.namingOpForm__label.form__label--haserror {
    border-left: solid red 2px;
    padding-left: 5px;
}

.form__label--haserror .namingOpForm__input {
    border: solid red 2px;
}