/*GlobalPass-Popup-01062021*/
#globalpass-popup .modal-content {
    padding: 30px 45px 42px;
    background: #fff url(../../../img/Locations-Map.png) center bottom no-repeat;
}
#globalpass-popup .modal-dialog {
    max-width:95%;
    width: 850px;
}
#globalpass-popup h5.modal-title {
    font-size: 27px;
    line-height: 29px;
    color: #464D4B;
    font-weight: 700;
    margin-bottom: 8px;
}
#globalpass-popup p
{
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #464D4B;
}
#globalpass-popup h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin: 20px 0 20px 0;
    color: #00927C;
}
#globalpass-popup .modal-content .modal-body {
    padding: 0;
}
#globalpass-popup p a {
    color: #464D4B;
    text-decoration: underline;
}
#globalpass-popup p a:hover {
    text-decoration: none;
}
.iwg-coworker-img {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}
.iwg-coworker-left {
    width: 56%;
    float: left;
}
.iwg-coworker-logos {
    width: 44%;
    float: left;
    padding: 0 0 0 65px;
}
.iwg-coworker-img img
{
    max-width: 100%;
}
.iwg-logo-multiple h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #464D4B;
    margin-bottom: 8px;
}
.iwg-logo-multiple {
    margin: 15px 0 0 0;
}
.iwg-logo-multiple li {
    width: 50%;
    float: left;
    padding: 0 6px 10px;
}
.iwg-logo-multiple li span
{
    height: 58px;
    background-color: #ffffff;
    border: 1px solid #D7E4DF;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;

}
.iwg-logo-multiple ul {
    margin: 0 -6px;
}
.iwg-logo-first img
{
    mix-blend-mode: darken;
}
div#globalpass-popup button.close span {
    font-family: initial;
    font-weight: 100;
    font-size: 38px;
    color: #eee;
}
/*GlobalPass-Popup-End-01062021*/


@media only screen and (max-width:992px){

/*GlobalPass-Popup-01062021*/
#globalpass-popup p {
    font-size: 14px;
    line-height: 21px;
}
#globalpass-popup h3 {
    font-size: 20px;
}
.iwg-coworker-logos {
    padding: 0 0 0 30px;
}
#globalpass-popup .modal-content {
    padding: 26px 28px;
}
/*GlobalPass-Popup-End-01062021*/
}

@media only screen and (max-width:768px){

/*GlobalPass-Popup-01062021*/
#globalpass-popup h5.modal-title {
    font-size: 24px;
}
#globalpass-popup p {
    font-size: 13px;
    line-height: 20px;
}
#globalpass-popup h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}
div#globalpass-popup button.close span {
    font-weight: 600;
    font-size: 34px;
    color: #00927C;
}
/*GlobalPass-Popup-End-01062021*/
}


@media only screen and (max-width:640px){

/*GlobalPass-Popup-01062021*/
.iwg-coworker-img {
    display: block;
}
#globalpass-popup h5.modal-title {
    font-size: 22px;
    line-height: 25px;
}
.iwg-coworker-left {
    width: 100%;
    float: left;
    margin: 12px 0 30px;
    text-align: center;
}
.iwg-coworker-logos {
    padding: 0;
    width: 100%;
    text-align: center;
}
.iwg-coworker-left img {
    width: 100%;
}
#globalpass-popup .modal-content {
    padding: 22px 16px;
}
/*GlobalPass-Popup-End-01062021*/
}