.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    justify-content: center;
}

.modal {
    padding: 25px 25px 35px;
    background-color: white;
    box-shadow: 0px 0px 15px rgba(204, 204, 204, .3);
    border-radius: 2px;
    max-width: 680px;
}

.modal .logo {
    width: 89px;
    height: 89px;
    background: url(../images/logo-icon3.png) center / 62px no-repeat white;
    margin-right: 25px;
}

.modal p {
    font-size: 18px;
    line-height: 32px;
    margin-top: 12px;
    color: #0a2441;
}

.modal button {
    display: inline-block;
    color: #666;
    font-size: 18px;
    line-height: 19px;
    padding: 10px 29px;
    border-radius: 2px;
    border: 1px solid #ececec;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 50px;
}

.modal button:hover {
    background-color: #39abf1;
    border-color: transparent;
    color: white;
}

@media (min-width:768px) {
    .cookieAcceptBar {
        bottom: -60px;
    }
    .modal p {
        font-size: 20px;
    }
    .modal {
        padding-left: 76px;
        padding-right: 76px;
        display: flex;
        justify-content: center;
    }
}
@media (max-width:767px) {
    .cookieAcceptBar {
        bottom: -70px;
    }
    .modal .logo {
        margin: 10px auto;
    }
    .modal p {
        font-size: 15px;
    }
}
.cookieAcceptBar {
    display:none;
    position: fixed;
    left:0;
    right: 0;
    text-align: center;
    border-radius: 5px;
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    z-index: 99999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cookieAcceptBar a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: red;
}

.cookieAcceptBar button {
    cursor: pointer;
    border: none;
    background-color: #2387c0;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px;
}

.ph .meta a {
    cursor: pointer;
}
.dash-line{
    margin-top: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #ececec;
    height: 5px;
}
form .container-inline input{
    font-size: 14px;
}
form .container-inline input[type="submit"] {
    background-color: #d40000;
}
.modal .policy-info {
    margin-top: 10px;
}
.modal .policy-info p{
    font-size: 16px;
    margin-bottom: 50px;
}
.modal .policy-info a{
    text-decoration:underline;
}

.modal .close {
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.modal .close:hover {
    color: orange;
}

@media (min-width: 768px){
    .modal .close {
        position: relative;
        top: -20px;
        right: -60px;
    }
}



@media (max-width: 767px){
    .modal .close {
        position: relative;
        top: -131px;
        right: -14px;
    }
}
.result-loading{
    display: none;
    justify-content: center;
}
.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #FFC107;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}
.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}
.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}
.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}
.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}
.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}
.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}
.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}
.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}
.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}
.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}
.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}
@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

.background-block {
    position: fixed;
    z-index: 100;
    top: -10px;
    left: -10px;
    display: block;
    background: white;
    height: 120%;
    width: 120%;
}
.newsletter-overlay {
    position: fixed;
    z-index: 110;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width:767px) {
    .newsletter-overlay {
      width: 90%;
    }
}

@media (min-width:768px) {
    .newsletter-overlay {
        width: 680px;
    }
}

form input {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #002d5f;
    font-size: 13px;
    height: 34px;
    border: 1px solid #ececec;
    text-indent: 8px;
    width: 100%;
}

form input[type="submit"] {
    border-width: 0;
    text-indent: 0;
    width: auto;
    background-color: #d40000;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

form input[type="submit"]:hover {
    background-color: #000000;
}

form .container-inline {
    display: -webkit-flex;
    display: flex;
    position: relative;
}

form .container-inline input[type="submit"] {
    -webkit-flex: none;
    flex: none;
    margin-left: 9px;
    text-transform: uppercase;
    font-size: 14px;
}

.container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

