@font-face {
    font-family: "Roobert";
    src: url(var(--vertex-popup-font-path, "fonts/")Roobert-SemiBold.woff2) format("woff2"),
    url(var(--vertex-popup-font-path, "fonts/")Roobert-SemiBold.woff) format("woff");
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: "Roobert";
    src: url(var(--vertex-popup-font-path, "fonts/")Roobert-Regular.woff2) format("woff2"),
    url(var(--vertex-popup-font-path, "fonts/")Roobert-Regular.woff) format("woff");
    font-style: normal;
    font-weight: 400;
}

#vertex-popup {
    display: none;
}

#simple-popup .simple-popup-content {
    position: relative;
    max-height: none;
    padding: 1rem;
    overflow: visible;
    background: none !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: calc(100vw - 2rem);
    max-width: 720px;
    box-sizing: border-box;
}

@media (min-width: 600px) {
    #simple-popup .simple-popup-content {
        padding: 2rem;
    }
}

#simple-popup .simple-popup-content span {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.25);
}

#simple-popup .simple-popup-content span:nth-of-type(odd) {
    width: 1px;
    height: 2rem;
}

#simple-popup .simple-popup-content span:nth-of-type(even) {
    width: 2rem;
    height: 1px;
}

#simple-popup .simple-popup-content span:nth-of-type(1) {
    top: -2rem;
    left: -1px;
}

#simple-popup .simple-popup-content span:nth-of-type(2) {
    top: -1px;
    left: -2rem;
}

#simple-popup .simple-popup-content span:nth-of-type(3) {
    top: -2rem;
    right: -1px;
}

#simple-popup .simple-popup-content span:nth-of-type(4) {
    top: -1px;
    right: -2rem;
}

#simple-popup .simple-popup-content span:nth-of-type(5) {
    bottom: -2rem;
    left: -1px;
}

#simple-popup .simple-popup-content span:nth-of-type(6) {
    bottom: -1px;
    left: -2rem;
}

#simple-popup .simple-popup-content span:nth-of-type(7) {
    bottom: -2rem;
    right: -1px;
}

#simple-popup .simple-popup-content span:nth-of-type(8) {
    bottom: -1px;
    right: -2rem;
}

#simple-popup .simple-popup-content .simple-popup-container-internal {
    position: relative;
    padding: 4rem;
    text-align: center;
    background-color: #ffffff;
}

#simple-popup .simple-popup-content .simple-popup-container-internal h1,
#simple-popup .simple-popup-content .simple-popup-container-internal h2,
#simple-popup .simple-popup-content .simple-popup-container-internal h3,
#simple-popup .simple-popup-content .simple-popup-container-internal h4,
#simple-popup .simple-popup-content .simple-popup-container-internal h5,
#simple-popup .simple-popup-content .simple-popup-container-internal h6 {
    font-family: "Roobert", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-variant-ligatures: no-contextual;
    text-transform: uppercase;
}

#simple-popup .simple-popup-content .simple-popup-container-internal h2 {
    position: relative;
    display: block;
    margin: 0 auto 1rem;
    padding-bottom: 1rem;
    font-size: 1.4rem;
}

@media (min-width: 600px) {
    #simple-popup .simple-popup-content .simple-popup-container-internal h2 {
        font-size: 2.4rem;
    }
}

#simple-popup .simple-popup-content .simple-popup-container-internal h2:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 30%;
    height: 4px;
    background-color: #A7B939;
    transform: translateX(-50%);
}

#simple-popup .simple-popup-content .simple-popup-container-internal img {
    max-width: 220px;
    margin: 0 auto 1rem;
}

#simple-popup .simple-popup-content .simple-popup-container-internal p,
#simple-popup .simple-popup-content .simple-popup-container-internal li {
    font-family: "Roobert", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-variant-ligatures: no-contextual;
    line-height: 150%;
}

#simple-popup .simple-popup-content .simple-popup-container-internal .close-popup-link {
    display: inline-block;
    margin: 0 0 1rem;
    padding: 0.7rem 0.8rem;
    font-family: "Roobert", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-variant-ligatures: no-contextual;
    font-size: 1rem;
    color: #2C3C4F;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: 2px solid #A7B939;
    box-shadow: none;
    transition: border-color 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    border-radius: 0;
    outline: none;
}

#simple-popup .simple-popup-content .simple-popup-container-internal .close-popup-link:hover, 
#simple-popup .simple-popup-content .simple-popup-container-internal .close-popup-link:focus {
    background: none;
    border-color: #2C3C4F;
    outline: 2px solid #A7B939;
    outline-offset: 2px;
}

#simple-popup .simple-popup-content .simple-popup-container-internal p {
    margin-bottom: 1.6rem;
    font-size: 1.1rem;
}

#simple-popup .simple-popup-content .simple-popup-container-internal p:last-of-type {
    margin-bottom: 0;
}

#simple-popup .simple-popup-content .simple-popup-container-internal p a:not(.button) {
    padding-right: 1.8rem;
    padding-bottom: 0.2rem;
    font-family: "Roobert", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-variant-ligatures: no-contextual;
    font-size: 0.9rem;
    color: #778596;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    background-image: url(var(--vertex-popup-image-path, "images/")icon-link-arrow-right.svg);
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
    transition: color 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

#simple-popup .simple-popup-content .simple-popup-container-internal p a:not(.button):hover, #simple-popup .simple-popup-content .simple-popup-container-internal p a:not(.button):focus {
    color: #2C3C4F;
}

#simple-popup .simple-popup-content .close {
    top: 3rem;
    right: 3rem;
    width: 2rem;
    height: 2rem;
}

#simple-popup .simple-popup-content .close:hover:before,
#simple-popup .simple-popup-content .close:focus:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224 222.1L407 39.03C416.4 29.66 431.6 29.66 440.1 39.03C450.3 48.4 450.3 63.6 440.1 72.97L257.9 256L440.1 439C450.3 448.4 450.3 463.6 440.1 472.1C431.6 482.3 416.4 482.3 407 472.1L224 289.9L40.97 472.1C31.6 482.3 16.4 482.3 7.029 472.1C-2.343 463.6-2.343 448.4 7.029 439L190.1 256L7.029 72.97C-2.343 63.6-2.343 48.4 7.029 39.03C16.4 29.66 31.6 29.66 40.97 39.03L224 222.1z' fill='%232C3C4F'/%3E%3C/svg%3E");
}

#simple-popup .simple-popup-content .close:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224 222.1L407 39.03C416.4 29.66 431.6 29.66 440.1 39.03C450.3 48.4 450.3 63.6 440.1 72.97L257.9 256L440.1 439C450.3 448.4 450.3 463.6 440.1 472.1C431.6 482.3 416.4 482.3 407 472.1L224 289.9L40.97 472.1C31.6 482.3 16.4 482.3 7.029 472.1C-2.343 463.6-2.343 448.4 7.029 439L190.1 256L7.029 72.97C-2.343 63.6-2.343 48.4 7.029 39.03C16.4 29.66 31.6 29.66 40.97 39.03L224 222.1z' fill='%23A7B939'/%3E%3C/svg%3E") center / contain no-repeat;
    transition: color 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

#simple-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100001;
}

.simple-popup-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 80%;
    max-width: 100%;
    z-index: 100002;
    padding: 30px 40px;
    overflow: auto;
}

.simple-popup-content .close {
    position: absolute;
    right: 0;
    top: 0;
}

.simple-popup-content .close:hover {
    cursor: hand;
    cursor: pointer;
}

#simple-popup-backdrop,
.simple-popup-backdrop-content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000;
}

/* Backdrop visual (was previously injected inline by jQuery plugin) */
.simple-popup-backdrop-content {
    background: rgba(27, 37, 49, 0.95);
}

#simple-popup,
#simple-popup-backdrop,
#simple-popup.hide-it,
#simple-popup-backdrop.hide-it {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

#simple-popup.hide-it,
#simple-popup-backdrop.hide-it {
    opacity: 0;
}

#simple-popup,
#simple-popup-backdrop {
    opacity: 1;
}
