/* The Modal (background) */
.n-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content/Box */
.n-modal-content {
    background-color: #e94364;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #e94364;
    width: 90%;
    max-width: 500px;
    color: white;
}

/* The Close Button */
.close-b {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-b:hover,
.close-b:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popup-input {
    font-size: 16px;
    padding: 5px 10px;
    margin-right: 10px;
    min-width: 200px;
}

.popup-button {
    color: white;
    background-color: #286069;
    border-color: #286069;
}

.popup-comment {
    margin-top: 5px;
}

#dynamicContent form {
    text-align: center;
    padding-bottom: 20px;
}

.field--name-field-media-credit {
    text-align: left !important;
}

.field--name-field-caption-long {
    margin-top:10px;
}

.field--name-field-media-credit,
.field--name-field-caption-long {
    margin-left:10px;
    margin-right:10px;
    font-size: 14px !important;
}

.close-bK:hover {
    cursor: pointer;
}

.site-navigation nav>ul>li.open>ul>li.expanded {
    width: 270px;
}

@media (min-width: 992px) {
    header.site-header>.container-full .page-header a.logo {
        width: 147px !important;
    }