/* SWPG Lightbox */
.swpg_lightbox_container {
/*    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #003C70;
    background-color: #003C70;
    color: #FFCB78;
    padding: 0px 24px 10px 24px;
    width: min-content;
    margin: 24px auto;
    text-align: center;*/
}

.swpg_lightbox_container img {
    border: 1px solid #fff;
    width: 100%
}

.swpg_lightbox_container:hover {
    cursor: pointer;
}

.swpg_lightbox_container p {
    margin-bottom: 26px;
}

.swpg_lightbox_container > p:nth-child(2) {
    margin-bottom: 10px;
}

/* SWPG Modal */
.swpg_modal {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
}

.swpg_modal_h1 {
    padding: 4px 0px;
    font-weight: 500;
}

.swpg_modal .swpg_modal_contents_large {
    max-height: 90%;
    overflow: scroll;
    width: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    padding: 24px;
    /*border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
    background: rgb(237,237,237);
    background: -moz-linear-gradient(45deg, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
    background: linear-gradient(45deg, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 );*/
    text-align: center;
}

.close_modal_button {
    right: 6%;
    top: 8%;
    position: fixed;
    background-color: #2f9ed2;
}