.request-window-lightbox {
    /** Default lightbox to hidden */
    display: none;

    /** Position and style */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

.request-window-lightbox:target {
    /** Remove default browser outline */
    outline: none;

    /** Unhide lightbox **/
    display: block;
}

.request-window-lightbox-content {
    display: block;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 750px;
    padding: 0px;
    background-color: white;
    z-index:1002;
    min-height: 491px;

    border-radius: 15px;
    -webkit-box-shadow: inset 0 -2px 0 #838383;
    box-shadow: inset 0 -2px 0 #838383;
}

.request-window-lightbox-content .header {
    background-color: #eeeeee;
    text-align: left;
    padding-left: 15px;
    font-size: 21px;
    line-height: 60px;
    border-radius: 15px 15px 0px 0px;
}

.request-window-lightbox-content .header .close {
    float: right;
    border-radius: 0px 15px 0px 0px;
    position: relative;
    width: 65px;
    height: 60px;
    background: #abb1b6;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 2;
}
.request-window-lightbox-content .header .close:hover,
.request-window-lightbox-content .header .close:active,
.request-window-lightbox-content .header .close:focus {
    background: #c6cace;
    text-decoration: none;
}
.request-window-lightbox-content .header .close:after,
.request-window-lightbox-content .header .close:before {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    height: 4px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 25%;
    right: 25%;
}
.request-window-lightbox-content .header .close:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.request-window-lightbox-content .content {
    padding:15px 15px;
    text-align: left;
}

.request-window-lightbox-content .input-control {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    font: 17px/22px "Source Sans Pro", Arial, Helvetica, sans-serif;
    height: 40px;
    padding: 9px;
    background-color: #e4e4e4;
    -webkit-box-shadow: inset 0 -2px 0 #b4b9be;
    box-shadow: inset 0 -2px 0 #b4b9be;
    border-radius: 5px;
}

.request-window-lightbox-content  .btn-submit-active {
    outline: none;
    border: none;
    color: #fff;
    font: 22px/26px "Source Sans Pro", Arial, Helvetica, sans-serif;
    text-align: left;
    display: inline-block;
    -webkit-box-shadow: inset 0 -2px 0 #0b345b;
    box-shadow: inset 0 -2px 0 #0b345b;
    border-radius: 5px;
    background: #2f6393;
    margin: 40px 0 0 0;
    min-width: 210px;
    padding: 0;
}

.request-window-lightbox-content  .btn-submit-active:hover,
.request-window-lightbox-content .btn-submit-active:active,
.request-window-lightbox-content .btn-submit-active:focus {
    background: #3b7dba;
    text-decoration: none;
}

.request-window-lightbox-content  .btn-submit-active span {
    display: block;
    position: relative;
    padding: 12px 25px 12px 15px;
}

.request-window-lightbox-content .btn-submit-active span:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 11px;
    height: 15px;
    background: url(../images/sprite.png) no-repeat -63px -77px;
}

.request-window-lightbox-content label {
    font-size: 17px;
    line-height: 22px;
    display: inline-block;
    margin: 0 0 5px;
}

.request-window-lightbox-content .textarea-wrap .input-control {
    max-width: 100%;
    height: 120px;
}

.request-window-lightbox-content .main-row,
.request-window-lightbox-content .textarea-wrap {
    margin: 10px 0 0 0;
}


.request-window-lightbox-content .col-6 {
    padding-left: 0px;
    padding-right: 20px;
}

.request-window-lightbox-content .col-6-last {
    padding-right: 0px;
}

.request-window-lightbox-content .img-holder {
    float: left;
    width: 292px;
}

.request-window-lightbox-content .img-holder img {
    position:relative;
    bottom:2px;
}

.request-window-lightbox-content .text {
    position: relative;
    top:160px;
    font-size: 26px;
    font-weight: normal;
    color: #00a1fe;
}
