@charset "UTF-8";
.about-box {
  background-color: #444444;
  border-radius: 1rem;
  cursor: pointer;
  padding: 0 1rem;
  position: relative;
}
.about-img-on-top {
    border-radius: 50%;
    border: 5px solid #444444;
    top: 0;
    transform: translate3d(5%, -50%, 0) !important;
    position: absolute;
    left: 0;
    width: 120px;
    height: 120px;
}
.about-img-on-top-modal {
    border-radius: 50%;
    border: 5px solid #444444;
    top: 0;
    transform: translate3d(302px, -70%, 0) !important;
    position: absolute;
    left: 0;
    width: 200px;
    height: 200px;
}
.about-headshot-name {
    color: #87af50;
    font-size: 0.9rem !important;
    font-weight: 600;
    padding: 4rem 0 0 0;
    text-align: left !important;
    text-transform: uppercase !important;
}
.about-headshot-name-modal {
    color: #87af50;
    font-size: 2rem !important;
    font-weight: 600;
    text-align: left !important;
    text-transform: uppercase !important;
}
.about-headshot-title {
    font-size: 0.6rem !important;
    padding: 0 0 1rem 0;
    text-align: left !important;
    text-transform: uppercase !important;
}
.about-headshot-title-modal {
    font-size: 1rem !important;
    text-transform: uppercase !important;
}
.about-team li {
    margin-bottom: 20px;
}
.about-team ul {
    margin-bottom: 0 !important;
}
.about-modal {
            display: none;
            position: fixed;
            z-index: 2;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.7);
        }
        .about-modal-content {
            background-color: #444444;
            border-radius: 1rem;
            margin: 15% auto;
            padding: 2rem;
            width: 1000px;
        }
        .about-modal-close {
            color: #ffffff;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }
        .about-modal-close:hover,
        .about-modal-close:focus {
            color: #87af50;
            text-decoration: none;
            cursor: pointer;
        }
        .about-modal-p-padding {
            margin: 0;
            padding: 0 1rem;
        }
@media only screen and (max-width: 1200px) {
    .about-img-on-top-modal {
   transform: translate3d(102px, -70%, 0) !important;
    }
    .about-modal-content {
           width: 600px;
           padding: 2rem 1rem !important;
        }
    .about-headshot-name-modal {
    font-size: 1.5rem !important;
}
.about-headshot-title-modal {
    font-size: 0.9rem !important;
}
    .about-headshot-title br {
        display: none !important;
    }
}    
@media only screen and (max-width: 800px) {
        .about-headshot-name-modal {
    font-size: 1.2rem !important;
    padding: 0 4rem 0 0;
}
    .about-img-on-top {
    width: 110px;
    height: 110px;
}
    .about-img-on-top-modal {
   transform: translate3d(55px, -70%, 0) !important;
    width: 110px;
    height: 110px;
}
.about-modal-content {
           width: 330px;
        }
    .blank-modal-trigger {
        display: none !important;
    }
}