.modal li, .modal p, .modal a {
    font-size: 16px;
    margin-bottom: 3rem;
}



.modal-title {
    color:#34662E; 
}

.modal-content {
    padding: 20px;
}


/* CSS Reset */
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
    margin:0;
    padding: 0;
}

.row, .col, .container-fluid {
    padding:0;
    margin: 0;
}

/* .group {
    border: 1px solid red;
} */

main {
    min-height: 61vh;
}



/* Typography */
html {
    font-size: 10px; /* Defining REM */
}

/* body, h2, h3, h4, input, footer ul a, .body-text, label */
 *, h1, h2, h3, h4, h5, p, a, label, input, select, button {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h5, .focus-button {
    font-weight: 300;
}

.icon-h5 {
    font-weight:400;
}

.expertise h3 {
    font-weight:400;
}
/* .h1-container h1 {
    font-weight: 400;
} */



h1 {
    font-size: 4.5rem;
}

.subpage-h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3.5rem;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.5rem;
}


.focus-button,
.portal-button {
    font-size: 3rem;
}


.news h4,
.nav-item {
    text-transform: uppercase;
}

.fa-bars {
    font-size: 2.5rem;
}

.search-bar,
.social-media-container,
.nav-item,
h5 {
    font-size: 2rem;
}


p,
a,
label,
select.form-control,
.body-text,
.bodypage-container li,
.news-text, 
.bodypage-container .input-text,
.testimonial-a,
.footer-a {
    font-weight: 400;
    font-size: 1.5rem;
}

.location-text {
    font-size: 1.2rem;
}



.info-button, .portal-button {
    font-size: 2rem;
}



/* OUR TEAM */
.team h2 {
    font-size: 3.5rem;
    font-weight:400;
    text-align: center;
}

.team h3 {
    font-size: 2.5rem
}

.team p {
    font-size: 1.5rem;
}

.team2 h1 {
    font-size: 5.5rem;
}

.team2 h2 {
    font-size: 4rem;
}

.team2 .icon {
    font-size: 3.5rem;
}
.team2 img {
    margin-left: 15px;
    margin: 0 auto;
}
.team2 .img-icons {
    float: right;
    margin-left: 18px;
}
.doc-button .btn {
    background: #0099DA;
    font-size: 11px;
}

/* EXPERTISE */
.expertise h3 {
    font-size: 3rem;
}

.icon-h5 {
    font-size: 1.8rem;
}

.icon-text {
    font-size: 1.2rem;
}

/* NEWS */
.news-item-h1 {
    font-size: 3.5rem;
}


/* IMPORTANT DATES */
.events-page h2 {
    font-size: 4rem;
}

.events-page h3 {
    font-size: 3rem;
}

.events-page h4 {
   font-size: 2rem;
}


.events-page .day,
.events-page .month {
    font-size: 1.8rem;
}

/* SafeSend */

.office-button .btn-primary {
    background: #f3f4e9;
    font-size: 22px;
    border: 1px solid green;
    color: darkgreen;
    padding: 15px;
    margin: 0 15px;
    margin-bottom: 22px;
    margin-top: 22px;
}
.office-button .btn-primary:hover {
    color: #000;
}


/* HELPFUL LINKS */
.helpful-links h2 {
    font-size: 3.5rem;
}

/* CONTACT US */
.contact-us span {
    font-size: 2rem;
}

.contact-us2 .info p,
.contact-us2 .info a {
    font-size: 2rem;
}

/* PAY ONLINE  */
.circle {
    background: #f3f4e9;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
    position: relative;
    left: 28%;
    top: 0px;
    /* border: 2px solid #fff; */
}
.circle i:before {
    font-size: 73px;
    color: #000;
    margin-left: 1px;
    position: absolute;
    left: 31%;
    top: 45px;
}
.payonline-items {
    display: flex;
}
.payonline-items h2 {
    color: #000;
    text-align: center;
    font-size: 25px;
    margin-top: 10px;
}
.makepayment-btn {
    text-align:center;
}
.plus-minus:after,
.plus-minus.collapsed:after {
  display: inline-block;
  width: 1em;
  font-family: arial;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.plus-minus:after {
  content:"-";
  top: -1px;
}
.plus-minus.collapsed:after {
  content:"+";
  top: 0;
}
.makepayment-btn .btn-primary {
    padding: 4px 11px;
    font-size: 16px;
    background-color: #56af64;
    border: 1px solid #56af64;
	color: #fff;
    margin-top: 10px;
    white-space: normal;
}
.makepayment-btn .btn-primary:hover {
    background-color: #56af64;
    border: 1px solid #56af64;
    color: #fff;
}
.makepayment-btn .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #56af64;
    border: 1px solid #fff;
    color: #fff;
}
.makepayment-btn .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.makepayment-btn .btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
.disclaimer-text {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: bold;
}

/* SEARCH RESULTS */
.search-page h3 {
    font-size: 3rem;
}

@media only screen and (min-width: 375px) {
    h1 {
        font-size: 5rem;
    }

    .subpage-h1 {
        font-size: 4.5rem;
    }


    h2 {
        font-size: 3.5rem;
    }

    h3 {
        font-size: 3rem;
    }

}



@media only screen and (min-width: 768px) {
    h1 {
        font-size: 9rem;
    }

    .subpage-h1 {
        font-size: 8rem;
    }

    /* OUR TEAM */
    .team h2 {
        font-size: 3rem;
    }

    .team h3 {
        font-size: 2rem;
    }

    .team2 h1 {
        font-size: 6.5rem;
    }

    .team2 h2 {
        font-size: 3rem;
    }
   
    .team2 .icon {
        font-size: 5rem;
    }

    /* TESTIMONIALS */
    /* COMMUNITY */

    .testimonial-block h2 {
        font-size: 3rem;
    }

    .testimonial-block h3 {
        font-size: 2rem;
    }

    /* NEWS */
    .news-item-h1 {
        font-size: 4.5rem;
    }

    /* IMPORTANT DATES */
    .event-detail h1 {
        font-size: 7rem;
    }

    /* CONTACT US */
    .contact-us2 .info p,
    .contact-us2 .info a {
        font-size: 1.8rem;
    }

    /* SEARCH RESULTS */
    .search-page h3 {
        font-size: 3.5rem;
    }

   
    
}

/* Large Screen (992px) */
@media only screen and (min-width: 992px) {
    
    
    .nav-item {
        font-size: 1.8rem;
    }

    /* ABOUT US */
    .mission h2 {
        font-size: 5rem;
    }

    /* OUR TEAM */
    .team2 h1 {
        font-size: 7.5rem;
    }

    .team2 h2 {
        font-size: 2.5rem;
    }

    .team2 .icon {
        font-size: 3rem;
    }

    /* TESTIMONIALS */
    /* COMMUNITY */

    .testimonial-block h2 {
        font-size: 3rem;
    }

    .testimonial-block h3 {
        font-size: 2rem;
    }

    /* IMPORTANT DATES */
    .event-detail h1 {
        font-size: 6rem;
    }
   

    /* CONTACT US */
     .contact-us p, .contact-us a {
        font-size: 1.7rem;
    }

    .contact-us2 .info p,
    .contact-us2 .info a {
        font-size: 1.6rem;
    }
    
}


/* Extra Large Screen (1200px) */
@media only screen and (min-width: 1200px) {
    h1 {
        font-size: 9.5rem;
    }

    .subpage-h1 {
        font-size: 7.5rem;
    }
    
     h2 {
        font-size: 4.0rem;
    } 



  

    .welcome-h2 {
        font-size: 7.5rem;
    }

    p,
    a,
    label,
    select.form-control,
    .body-text, 
    .location-text,
    .testimonial-text,
    .testimonial-a,
    .news-text,
    .bodypage-container .input-text,
    .bodypage-container li,
    .body-text {
        font-size: 1.6rem;
    }

    .footer-a {
        font-size: 1.4rem;
    }
    

    .nav-item {
        font-size: 2rem;
    }

    h5 {
        font-size: 2.5rem;
    }

    .info-button, .portal-button {
        font-size: 2.5rem;
    }

    /* ABOUT US */
   


    /* OUR TEAM */
     .team h2 {
        font-size: 2rem;
    }

    .team h3 {
        font-size: 1.5rem;
        font-style: italic;
    }

    .team2 h1 {
        font-size: 7.5rem;
    }

    .team2 .icon {
        font-size: 4rem;
    }


    /* TESTIMONIALS */
    /* COMMUNITY */

    .testimonial-block h2 {
        font-size: 2.5rem;
    }

    .testimonial-block h3 {
        font-size: 2rem;
    }
    

    /* EXPERTISE */
    .expertise h3 {
        font-size: 1.8rem;
    }

   

    /* NEWS */
    .news-item-h1 {
        font-size: 6.5rem;
    }

    /* IMPORTANT DATES */
    .events-page h2 {
        font-size: 7rem;
    }

    .events-page h3 {
        font-size: 5rem;
    }

    .events-page h4 {
        font-size: 3.5rem;
     }

    /* CONTACT US */
    .contact-us p, .contact-us a {
        font-size: 1.4rem;
    }

    .location-title h2 {
        font-size: 4.5rem;
    }

}

/* Largest Screens: 1500px */
@media only screen and (min-width: 1500px) {

    p,
    a,
    label, 
    select.form-control, 
    .body-text,
    .location-text,
    .testimonial-text,
    .testimonial-a,
    .contact-us p,
    .contact-us a,
    .bodypage-container .input-text,
    .news-text,
    .footer-a {
        font-size: 1.8rem;
    }

    .subpage h1 {
        font-size: 8rem;
    }

    /* HOME */
    .news h4 {
        font-size: 2.5rem;
    }

    /* OUR TEAM */
    .team2 h1 {
        font-size: 8.5rem;
    }

    .team2 h1 {
        font-size: 9.5rem;
    }

    .team2 h2 {
        font-size: 5rem;
    }

    /* TESTIMONIALS */
    /* COMMUNITY */

    .testimonial-block h2 {
        font-size: 3.5rem;
    }

    .testimonial-block h3 {
        font-size: 2.5rem;
    }

    /* EXPERTISE */

    .expertise h3 {
        font-size: 2.5rem;
    }

    /* NEWS */
    .news-page h2 {
        font-size: 4rem;
    }

    .events-page p, .events-page a {
        font-size: 1.6rem;
    }

    .news-page .news-item  {
        border-left: 2px solid #45883D;
    }

    .news-page p, .news-page a {
        font-size: 1.6rem;
    }

     /* IMPORTANT DATES */
     .event-detail h1 {
        font-size: 8rem;
    }

    /* HELPFUL LINKS */
    .helpful-links h2 {
        font-size: 3.3rem;
       
    }

     /* CONTACT US */
     .contact-us span {
        font-size: 3rem;
    }

    .contact-us2 .info p,
    .contact-us2 .info a {
        font-size: 2.2rem;
    }

}

/* End Typography */





/* Layout */
/* Mobile Default (<576px) */

h1 {
    text-align: center;
    padding-bottom: 2.2rem;
    margin: 0;
}

.h1-container h1 {
    padding: 5rem 0;
}

h2 {
    text-align: center;
    padding-bottom: 2rem;
} 

p {
    text-align: left;
}

/* MULTI PAGE */

.bodypage-container {
    margin: 3rem auto;
}

.card-row .card {
    /* min-width: initial; */
    min-width: 0px;
}

 .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0, 0;
    -webkit-transform-origin: 0, 0;
    max-width:100%;
} 



/* Multi-item Layout & Formatting */
.focus-icons,
.location-container,
.strategy-icons
/* .media */ { 
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}



.logo,
.search-bar,
.social-media-container,
.request-h2,
.info-button {
    position: relative;
    z-index: 2;
}
/* END Multi-item */


/* Header */
header {  
    align-items: center;
    position: relative;
}

.logo {
    margin: auto;
}

.search-bar {
    height: 70%;
    width: 70%;
    margin: auto;
}

.search-input {
    padding: 0.1rem 1.5rem;
    display: inline;
    width: 90%;
}

.search-button {
    margin-left: auto;
    padding-right: 1rem;
    display:inline;
}

.social-media-container {
    margin: 1.5rem 0;
    text-align: center;
}

.social-media-circle {
    display: inline;
}
/* End Header */


/* Card Sections: Focus Areas, Locations, Strategic Advantage */
.focus-icons {
    padding-bottom:0;
}


.card {
    position: relative;
    min-width: 250px;
}

.card, .card p {
    text-align: center;
    margin: auto;
    margin-bottom: 5rem;
}

.locations .card-img-top {
    max-width: 400px;
}


/* .strategy-card {
    padding-bottom: 5rem;
} */

.strategy {
    padding-bottom: 0;
}

.strategy-card .card-img-top {
    padding: 2rem;
}
/* End Cards*/



/* News & Testimonial */ 
.flex {
    flex: 1;
}


.date, .month, .day {
    padding: 0;
    margin: 0;
    text-align: center;
}


.date {
    margin-top: 7px;
}


.news-text {
    margin-bottom: 4rem;
}

.testimonial {
    padding-top: 0;
    margin: 0;
}

.testimonial-logo {
    display: block;
    margin: auto;
}


/* END News & Testimonials */


/* Request Info */
.request-h2 {
    margin: auto;
}

.request-info {
    position: relative;
    margin: 0;
    padding-bottom: 5rem;
}


.info-button, .portal-button  {
    padding: 10px;
    text-align: center;
    margin-top: 2rem;
    cursor: pointer;
}


/* END Request Info*/

/* .footer {
    padding: 1rem 0;
} */

.footer .social-media-container {
    margin: 3rem 0;
}

.member-logos {
    flex-direction: column;
    align-items: center; 
}

.member-logo {
    width: 15%;
    margin-bottom: 1rem;
}

.delmarva-sig p {
    padding: 2rem 0;
}


/* ABOUT US */
.about .mission {
    padding: 2rem;
}

.about img {
    margin-bottom: 2rem;
}


/* OUR TEAM */
.team .card-row {
    justify-content: flex-start;
}

.team .card p {
    margin: 0;
    /* word-break: break-all; */
}

.team2 li div {
    display: inline;
}

.team .card {
    width: 100%;
}

/* .team .card-img-top {
    width: 100%;
} */

.team .card-img-top2 {
    width:150px;
	height:150px;
	margin-bottom:10px;
	overflow:hidden;
}

.team-thumbnail {
    margin: auto;
    width:165px;
    height: 165px;
    overflow: hidden;
}

.team-thumbnail img {
    min-width: 100%;
    min-height: 165px;
}

.team2 iframe {
    width: 100%;
}
.team2 video {
    width: 100%;
    border: 1px solid #000;
}

@media (min-width:768px) {
    .team2 iframe {
        width: 35%;
        height: 286px;
    } 
    .team2 video {
        width: 50%;
    }
}


.team2-gallery-overlay {
    width: 100%;
    height: 115px;
    overflow: hidden;
}

.team2-gallery-overlay img {
    min-width: 100%;
    min-height: 115px;
    margin-left: -50%;
    transform: translateX(50%);
}



/* TESTIMONIALS */
.testimonial-block {
    padding: 1rem;
    margin-bottom: 1rem;
}


/* WE BELONG TO AGN */
.agn img {
    max-width: 200px;
    display:block; 
    margin: auto;
}

/* WE BELONG TO AGN */
.wbenc img {
    max-width: 200px;
    display:block; 
    margin: auto;
    margin-top: 10px;
}

@media screen and (min-width:768px) {
    .wbenc img {
        margin-top: 0px;
    }
}
@media screen and (min-width:1200px) {
    .wbenc img {
        margin-top: 0px;
    }
}

/* EXPERTISE */

.icon-container {
    width: 100px;
    height: 100px;
}

.expertise-icon {
    max-width: 60px;
    max-height: 60px;
}




/* BENEFITS */
.benefits h2 {
    padding: 0;
    margin-top: 1rem;
}
.benefit-img img {
    width: 100%;
    margin-bottom: 10px;
}
@media screen and (min-width:1024px) {
    .benefit-img img {
        float: right;
        width: 39%;
        margin-left: 15px;
    }
}
@media screen and (min-width:1200px) {
    .benefit-img img {
        float: right;
        width: 39%;
        margin-left: 15px;
    }
}

/* Employment Opportunities Page */
.opport-img img {
    width: 100%;
    margin-bottom: 10px;
}
.opportunities h3 {
    font-size: 2.5rem;
}
@media screen and (min-width:1024px) {
    .opport-img img {
        float: right;
        width: 39%;
        margin-left: 15px;
    }
}
@media screen and (min-width:1200px) {
    .opport-img img {
        float: right;
        width: 39%;
        margin-left: 15px;
    }
}

/* NEWS */
/* .news2 .body-text {
    overflow: auto;
} */

.news2 .body-text table {
    width: 100%; 
    display: block;
    margin-bottom: 1.2rem;
    border:none;
    border-collapse: collapse;
}

.news2 tr {
    border: solid 1px #444;
}

/* EVENTS */

.events-page h3 {
    margin-top: 1rem;
}

.events-page form {
    width: 80%;
}

select.form-control {
    width: 220px;
}


/* CONTACT US */
.contact-us iframe {
    width: 100%;
    height: 100%;
    min-height: 225px;
    box-shadow: 0 0 12px rgba(0,0,0,.2);
}



.contact-us .cream-background {
    padding: 3rem 1rem;
}

.contact-us span {
    margin: 2rem 0 1rem;
}

.contact-us p {
    margin: 0;
    padding: 0;
}

.location-title h2 {
    padding: 2rem 0;
    margin-bottom: 4rem;
}


.contact-us2 iframe {
    width: 100%;
    height: 100%;
    min-height: 231px;
}



.place-card, .place-card-large {
    display: none;
}

.contact-us2 label {
    margin-top: 1.5rem;
}

.contact-us2 img {
    width: 100%;
}

/* Layout Media Queries */
/* Smaller Screens */
@media only screen and (min-width:320px) {
    /* PAY ONLINE */
    .payonline-items {
        display: block;
    }
    .circle {
        left: 7%;
    }
    .payonline-items .col-lg-4 {
        margin-bottom: 19px;
    }
}
@media only screen and (min-width:360px) {
    /* PAY ONLINE */
    .payonline-items {
        display: block;
    }
    .circle {
        left: 12%;
    }
    .payonline-items .col-lg-4 {
        margin-bottom: 19px;
    }
}
@media only screen and (min-width:375px) {
    /* PAY ONLINE */
    .payonline-items {
        display: block;
    }
    .circle {
        left: 16%;
    }
    .payonline-items .col-lg-4 {
        margin-bottom: 19px;
    }
     /* Payonline */
     .makepayment-btn .btn-primary {
        font-size: 15px;
    }
    
    /* .news-detail-page img {
        width: 100%;
        margin-bottom: 10px;
    } */
}
@media only screen and (min-width:414px) {
    /* PAY ONLINE */
    .payonline-items {
        display: block;
    }
    .circle {
        left: 20%;
    }
    .payonline-items .col-lg-4 {
        margin-bottom: 19px;
    }
    
}






/* Layout Media Queries */
/* Medium Screen (768px) */
@media only screen and (min-width: 768px) {


    /* MULTI PAGE */
    
        

    /* Multi-items */
        .focus-icons,
        .location-container,
        .strategy-icons {
            flex-direction: row;
        }

        .focus-icons,
        .location-container,
        .strategy-icons {
        justify-content: space-around;
        }


    /* Cards */
    .card {
        margin: 0;
    }

    /* Focus Areas */



    /* Strategic Advantage */
        .strategy-icons {
            padding: 0 0 5rem;
        }

        .strategy-card {
            padding:0;
            margin-bottom: 4rem;
            /* padding-top: 2rem; */
        }


    /* END Strategy */

    /* HEADER */
    .logo {
        width: 75%;
    }

    .member-logos {
        flex-direction: row;
        justify-content: center;
        align-items: flex-end; 
    }

    .agn img {
        float:left;
        margin-right: 2rem;
    }

    /* TEAM */
    .team .card {
        height: 100%;
    }

    .team-thumbnail {
        width:165px;
        height: 165px;
    }

    .team-thumbnail img {
        min-height: 165px;
    }

    .team2-gallery-overlay {
        height: 142px;
        
    }
    
    .team2-gallery-overlay img {
       min-height: 142px;
    }

    /* EXPERTISE */
    .expertise-img-container {
        max-height: 213px;
        overflow: hidden;
    }

    .icon-container {
        width: 100px;
        height: 100px;
    }

    .expertise-icon {
        max-width: 60px;
        max-height: 60px;
    }

    /* CONTACT US */
    .location-title {
        display: inline-block;
        position: absolute;
        left: 5px;
        right: 5px;
        top: 10px;
    }
    
    .location-title h2 {
        padding: 0 1rem .25rem;
        margin-bottom: 0;
    }
      /* PAY ONLINE */
      .payonline-items {
        display: block;
    }
    .circle {
        left: 34%;
    }
    .payonline-items .col-lg-4 {
        margin-bottom: 19px;
    }
    /* .news-detail-page img {
        width: 37%;
        margin-bottom: 10px;
        float: right;
    } */


    .news-detail-page iframe {
        width: 52%;
    }

}



/* Large Screen (992px) */
@media only screen and (min-width: 992px) {
    .navbar-nav {
        margin: auto;
    }


    .h1-container h1 {
        padding: 7rem 0;
    }

    section {
        padding: 5rem 0;
    }

    .focus-icons {
        padding: 7.5rem 0;
    }

    h2 {
        margin-bottom: 2rem;
    }

    .welcome-h2 {
        margin:0;
    }
    
    .welcome .body-text {
        padding: 0 2rem 2rem;
    }


    .card {
        min-width:180px;
    }

    .strategy .card-body {
        min-height: 156px;
    }

    .location-card {
        width: 275px;
    }

    
    .media {
        margin: 1rem 0;

    }

    .news {
        padding-top: 0;
        padding-right: 1.5rem;
    }

    
    .nav-item {
        padding:0;
        margin: .5rem 1rem;
    }

    .strategy-icons {
        align-items: flex-start;
    }

    .strategy-card {
        margin-bottom: 0;
    }

    /* .footer {
        padding: 1rem 4rem;
    } */
    


    /* OUR TEAM */
    .team-thumbnail {
        width:192px;
        height: 192px;
    }

    .team-thumbnail img {
        min-height: 192px;
    }

    .team .card-body {
        min-height: 295px;
    }
    .staff-team .card-body {
        min-height: auto;
    }


    .team2-gallery-overlay {
        height: 144px;
        
    }
    
    .team2-gallery-overlay img {
       min-height: 144px;
    }

    /* TESTIMONIALS */
    .testimonial-block {
        padding: 2rem;
        margin-bottom: 2rem;
    }

    /* EXPERTISE */
    .expertise-img-container {
        max-height: 283px;
        overflow: hidden;
    }

    .icon-container {
        width: 80px;
        height: 80px;
    }

    .expertise-icon {
        max-width: 45px;
        max-height: 45px;
    }
}
@media only screen and (min-width:1024px) {
         /* PAY ONLINE */
         .payonline-items {
            display: flex;
        }
        .circle {
            left: 15%;
        }
        .payonline-items .col-lg-4 {
            margin-bottom: 19px;
        }
       
        /* .news-detail-page img {
            display: none;        
        } */        
}

@media only screen and (min-width: 1024px) and (min-height:1200px)
{
    .bodypage-container {
        min-height: 500px;
    }
}

/* Extra Large Screen (1200px) */
@media only screen and (min-width: 1200px) {
    
    .news-detail-page img {
        width: 27%;
        margin-bottom: 10px;
    }
/* MUTLI PAGE */

    .bodypage-container {
        margin: 6rem auto;
        min-height: 375px;
    }



    h1, h2, p {
        text-align: left;
    }

    h2 {
        margin-bottom: 0rem;
        
    }

    /* Cards */

    .card {
        min-width: 250px;
    }


   
/* HEADER */
    .navbar {
            padding-left: 6rem;
        } 

        .navbar-nav {
            margin:0;
        }

    .logo {
        width: auto;
        height: 120px;  
        padding-left: 5rem; 
    }

    .search-bar {
    margin-right: 0;
       width: 100%;
    }

    .social-media-container {
        padding-right: 2rem;
    }


    /* HOME */ 

    /* Multi-item */
    .focus-icons,
    .location-container,
    .strategy-icons {
    justify-content: space-between;
    }
        

    /* Focus Areas */
    .focus-icons {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }


    /* Welcome Text */
    .welcome {
        padding: 10rem 0rem;
    }
    
    .welcome h2, .welcome p {
        padding: 1rem 1rem;
        margin:0;
    }

    .welcome p {
        padding-bottom: 2rem;
    }

    /* Locations */

    .location-container {
        padding:0;

    }

    .location-card {
        width: 325px;
    }

    /* Strategic Advantage */
    .strategy-card {
        min-width: 200px;
    }
    


    /* News & Testimonials */ 
    .media {
        /* justify-content: flex-start; */
        padding-top: 2rem;
    }

    

    .news {
        padding-right: 1.5rem;
    }
    
    .testimonial {
        padding-left: 1.5rem;
    }

    /* .testimonial-logo {
        height: 90px;
        width: auto;
    } */


/* Request Info */
    .info-button {
        margin-bottom: 3rem;
    }


    /* Footer */
    /* .footer { 
        padding: 5rem 2rem;
    } */

    .footer-sm {
        padding: 0 1.5rem;
    }

    .footer .social-media-container {
        margin:0;
    }

    .member-logos {
        justify-content: center;
        margin-top: 2rem;
    }

    .member-logo {
        width: 30%;
    }


/* OUR TEAM */
    .team-thumbnail {
        width:237px;
        height: 237px;
    }

    .team-thumbnail img {
        min-height: 237px;
    }

    .team .card-body {
        min-height: 187px;
    }

    .team2-gallery-overlay {
        height: 178px;
        
    }
    
    .team2-gallery-overlay img {
       min-height: 178px;
    }

/* EXPERTISE */
    .expertise-img-container {
        max-height: 164px;
        overflow: hidden;
    }

    .expertise .card-body  {
        min-height: 75px;
    }

    .icon-container {
        width: 90px;
        height: 90px;
    }

    .expertise-icon {
        max-width: 50px;
        max-height: 50px;
    }

/* SEARCH RESULTS */

/* PAY ONLINE */
    .payonline-items {
        display: flex;
    }
    .circle {
        left: 20%;
    }
    .payonline-items .col-lg-4 {
        margin-bottom: 19px;
    }
}

.focus-icons h2 {
    font-size: 3rem;
    text-align: center;
}

@media only screen and (min-width: 1300px) and (min-height:1024px)
{
    .bodypage-container {
        min-height: 500px;
    }
}


/* Extra Large Screens (1500px) */
@media only screen and (min-width: 1500px) {
    .navbar {
        padding-left: 12rem;
    } 

    .locations,
    .strategy {
        padding: 3rem 10rem;
    }


    .container {
        max-width: 1500px;
    }

    .logo {
        padding-left: 12rem;
    }

    .social-media-container {
        padding-right: 9rem;
    }

    .welcome {
        padding: 10rem 10rem;
    }

    .card {
        min-width: 300px;
    }

    .location-card {
        width: 400px;
    }

    .strategy-card {
        min-width: 250px;
    }

    .strategy .card-body {
        min-height: 155px;
    }

    .footer-sm {
        padding: 0 5rem;
    }

    .member-logos {
        justify-content: center;
    }
    


/* OUR TEAM */
    .team-thumbnail {
        width: 327px;
        height: 327px;
    }

    .team-thumbnail img {
        min-height: 327px;
    }

    .team .card-body {
        min-height: 148px;
    }

    .team2-gallery-overlay {
        height: 245px;
        
    }
    
    .team2-gallery-overlay img {
       min-height: 245px;
    }

/* EXPERTISE */
    .expertise-img-container {
        max-height: 221px;
        overflow: hidden;
    }

    .expertise .card-body  {
        min-height: 93px;
    }

    .icon-container {
        width: 100px;
        height: 100px;
    }

    .expertise-icon {
        max-width: 60px;
        max-height: 60px;
    }
    /* PAY ONLINE */
    .payonline-items {
        display: flex;
    }
    .circle {
        left: 28%;
    }
    .payonline-items .col-lg-4 {
        margin-bottom: 19px;
    }


}
/* End Layout */





/* Color & Detail Styling */
/* Key:

Light Green: #4BA640
White: #F9F9F9
Dark Brown: #130F0C
Black: #081207

*/

body {
    background-color: #fff;
}

/* Multi-item */

.h1-container {
    background-image: url(../../images/TreeTrunk_01.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: left;
 }

 .h1-container .h1-overlay {
     display: block;
     background-color: rgba(0,0,0,.55);
 }

.white-text, h1 {
    color: #f9f9f9;
}


.green-text {
color: #45883D; /* 4BA640 */
}
.social-media-circle .fa-podcast::before {
    font-size: 21px;
}

.gray-text {
    color: rgb(119, 119, 119) !important;
}

.green-background {
    background-color: #45883D /*4BA640*/;
}

.cream-background {
    background-color: #f3f4e9;
}

.tan-background {
    background-color: #d6d8c2;
}

.border-gray {
    border: 2px solid lightgray;
}


.strategy {
    background-color: #d6d8c2;
}


.navbar {
    background-color: #130F0C;
}
.footer-bg {
    background-color: #130F0C;
}

a, 
.focus-button {
    color: #0099DA;
}

.tel {
    text-decoration: underline;
}


ul {
   
    list-style: square;
    list-style-position: inside;
}

.footer-sm .fab {
    color: #130F0C;
    
}

    


/* General Text */
p {
color: #081207;
}


/* Header */
.search-bar {
    background-color: #F9F9F9;
    max-width: 600px;
    border: 1px solid #999999;

}

::placeholder {
    color: #999999;
}

.search-input,
.search-button {
    background: none;
    border: none;
}

.search-button {
    cursor:pointer;
}

.social-media-container {
   height: 100%;
   width: 40rem;
}

.social-media-circle {
    border: 1px solid #f9f9f9;
    border-radius: 50%;
    background-color: #F9F9F9;
    margin: 0 .3rem;
    padding: .8rem;
    
}

.social-icon {
   width: 2.5rem;
   height: 2.5rem;
}

.carousel-indicator {
    padding: .5rem;
    border: 2px solid green;
}
/* END Header */


/* Cards */
.card {
    /* background: none; */
    border: none;
}

.locations .card {
    background: none;
}

.locations {
    background: linear-gradient(12deg, #45883D 50%, rgba(0, 0, 0, 0) 0%), 
                linear-gradient(125deg, #34662E 66%, #52A249 66%);
}


.location img {
    box-shadow: 1px 1px 12px rgba(0,0,0,0.2);
    transition: 250ms;
}

.location img:hover {
    transition: 250ms;
    transition-timing-function: ease-in-out;
    transform: scale(1.01);
}

.strategy-card .card-img-top,
.media {
background-color: #fff;
}


/* News & Testimonials */

.news h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
}

.day {
    background-color: #0099DA;
}

.month {
    background-color: #E6E6E6;
}

.testimonial-body, .testimonial {
    position: relative;
}

/* Testimonial Quotation Marks */
.quote {
    opacity: 0.05;
}

.open-quote {
    position: absolute;
    top: 65px;
    left: 0px;
    transform: rotate(180deg);
}

.closed-quote {
    position: absolute;
    bottom: 0;
    right: 0;
}


.expertise-quote-container {
    position: relative;
}

.expertise-quote {
    top: -10px;
    width: 45px;
}

/* End Quotes */
/* END News & Testimonials */


/* Request Information */

.info-button {
    border: 2px solid #f9f9f9;
    border-radius: 5px;
}

/* End Request */


/* Footer & Development Signature */
footer ul {
    list-style: none;
}

footer ul a {
    color: rgb(125,125,125);

}

footer ul a:hover {
    color: #999;
}

.delmarva-sig p {
    color: #afafaf;
    background-color: #222;
    margin:0;
    font-size: 15px;
}
.delmarva-sig a {
    color: #afafaf;
    font-size: 15px;
}
/*END Footer */






/* OUR TEAM */

.team-thumbnail {
    border: 3px solid #45883D;
}

.team img {
   
    border-radius: 0;
}
.our-team-line hr {
    border-top: 2px solid #45883d;
}


/* TESTIMONIALS */
.testimonial-block img {
    border: 2px solid #45883D;
}

.testimonial-content {
    color: #444;
}


/* EXPERTISE */
.expertise-detail h2 {
    color: #999;
    font-size: 2.5rem;
}

.expertise h2 {
    border: 2px solid #45883D;
    border-bottom: none;
}

.icon-container {
    background-color: #45883D;
    border-radius: 50%;
}

.icon-text {
    color: #333;
}

.expertise-testimonial-border {
    height: 0px;
    width: 66%;
    border-bottom: 1px solid #cfcfcf;
    margin: 4rem auto;
}



.accordion-button {
    /* font-weight: 700; */
    color: #34662E;
    display: block;
    padding: 2px 5px;
    cursor: pointer;
}

/* IMPORTANT DATES */
.events-page .year {
    border-left: 2px solid #45883D;
}



/* HELPFUL LINKS */
 
.helpful-links ul {
    list-style-position: outside;
}

/* NEWS */

.team2 .portrait, .news2 img, .news-page-vid iframe {
    box-shadow: 0 0 15px rgba(0,0,0,.2)
}

.news2 img {
    /* max-width: 350px; */
    box-shadow: none;
}


.news-img-midway {
    float: none;
    margin: 2rem 2rem 2rem 0;
    /* display: none; */
}


.news-page-vid {
    width:100%;
    margin-bottom: 5rem;
    height: 250px;
}
.news-page-vid iframe {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    /* .news-page-vid {
        height: 350px;
    } */
    .news2 img {
        display: block;
        margin: 0 auto;
        margin-top: 0;
        margin-bottom: 10px;
        width:50%;
    }
}
@media screen and (min-width: 992px) {
    /* .news-page-vid {
        margin-left: 3rem;
        margin-bottom: 2rem;
        float: right;
        width:500px;
        height: 275px;
    } */
    .news2 img {
        float: right;
        margin-top: 0;
        width: 25%;
        margin-left: 10px;
    }
}
@media (min-width: 1200px) {
    .news2 img {
        float: right;
        margin-top: 0;
        width: 22%;
        margin-left: 10px;
    }
}


/* EMPLOYMENT OPPORTUNITIES */


.bodypage-container input:focus, .bodypage-container textarea:focus {
    border-color: #45883D;
    box-shadow: 0 0 15px rgba(82, 162, 73, 0.644);
}

/* INTERSHIP/SCHOLARSHIP */
.intership-scholar .btn-primary {
     background: #34662E;
     color: #fff;
     border: 1px solid #34662E;
     font-size: 14px;
     white-space: normal;
}
.intership-scholar .btn-primary:hover {
    background: #000;
    color: #fff;
    border: 1px solid #34662E;
    font-size: 14px;
}
.intership-scholar img {
    width: 20%;
}
.internship-scholar-video iframe {
    width: 100%;
    height: auto;
}
.inter-schol-gallery {
    overflow: hidden;
    height: auto;
}
.inter-schol-gallery img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

@media (min-width:768px) {
    .inter-schol-gallery {
        overflow: hidden;
        height: 110px;
    }
    .internship-scholar-video iframe {
        width: 40%;
        height: 190px;
        float: right;
        margin-left: 10px;
    }
}
@media (min-width:1024px) {
    .inter-schol-gallery {
        overflow: hidden;
        height: 110px;
    }
    .internship-scholar-video iframe {
        width: 30%;
        height: auto;
        float: right;
        margin-left: 10px;
    }
}
@media (min-width:1200px) {
    .inter-schol-gallery {
        overflow: hidden;
        height: 200px;
    }
    .internship-scholar-video iframe {
        width: 30%;
        height: 270px;
        float: right;
        margin-left: 10px;
    }
    
}

/* EMPLOYMENT BENEFITS */
.benefits h2 {
    color: #45883D;
}

/* PORTAL */
.portal-button, .accordion-button {
    background: none;
    border: 2px solid #45883D;
    border-radius: 5px;
}

/* CONTACT US */
 .contact-us2 .info a {
    color:#fff;
} 

.contact-us2 .info a:hover {
    color: #999;
} 

.contact-us2 .info {
    background-color: #45883D;
}

.location-title h2 {
    color: #fff;
    background-color: rgba(52, 102, 46, 0.9);
}





/* SEARCH RESULTS */
.search-result:nth-of-type(ODD) {
    background-color: #f3f4e9;
}


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

    /* EXPERTISE */
    .expertise-quote {
        top: -15px;
        width: 75px;
    }

    /*CONTACT US*/
    .contact-us2 .info {
        background: linear-gradient(12deg, #52A249 20%, rgba(0, 0, 0, 0) 20%), 
                    linear-gradient(150deg, #34662E 63%, #45883D 63%);
    }


    /* NEWS */
    .news-page-vid {
        height: 350px;
    }
    
}

/* Large Screen (992px) */
@media only screen and (min-width: 992px) {

 
.header-background,
.request-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}


.request-background {
    background-image: url(../../images/Treeline_horizontal.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;   
    opacity: 0.2; 
    }


/* Welcome Text */
.parallax {
    background-image: url(../../images/TreeTrunk_01.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.welcome-body {
    background-color: RGBA(249,249,249, 0.9);
}
/* End Welcome Text */

    /* News */
    .news {
        border-right: 1px solid lightgray;
    }

    .news2 img {
        max-width: 400px;
    }
    
    .news-img-midway {
        display: block
    }

    .news-page-vid {
        /* margin-left: 3rem; */
        margin-bottom: 2rem;
        /* float: right; */
        width:500px;
        height: 275px;
    }

 
}

/* Extra Large Screen (1200px) */
@media only screen and (min-width: 1200px) {
    header {
        background-image: url(../../images/HeaderTree_Edit01.jpg);
    }

    .header-background {
        background: linear-gradient(73deg, #f3f4e9 48%, rgba(0, 0, 0, 0) 100%);
    }

    /* ABOUT US */
    .mission {
        background:  linear-gradient(147deg,#34662E 4%, rgba(0,0,0,0) 4%),
                     linear-gradient(19deg, rgba(0,0,0,0) 97%, #52A249 97%), 
                     linear-gradient(142deg, rgba(0,0,0,0) 77%, #34662E 77%),
                     linear-gradient(19deg, #52A249 23%, #45883D 23%);
    }

    /* NEWS */
    .news2 img {
        max-width: 500px;
    }

}


@media only screen and (min-width: 1500px) {
    .header-background {
        background: linear-gradient(73deg, #f3f4e9 39%, rgba(0, 0, 0, 0) 140%);
    }
}





/* Interactivity */
a:hover {
    text-decoration: none;
}

.info-button:hover {
    text-decoration: none;
    color: #f9f9f9;
    transition: 250ms;
    background-color: #0099DA;
}

.info-button:active {
    background-color: #00557A;
} 

.portal-button:hover, .accordion-button:hover {
    text-decoration: none;
    color: #fff;
    transition: 250ms;
    background-color:#45883D
}

.portal-button:active, .accordion-button:active {
    color: #999;
    background-color:#45883D
}


.nav-link:hover, 
.nav-link:active {
    color: #999;;
}


/* Navbar Dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    white-space: nowrap;

    
    position: relative;
    background-color:#130F0C;
    min-width: 100%;
    z-index: 3;

    font-size: 1.6rem;
    text-align: left;
    padding: 0 3rem;
}


.dropdown-content a {
    color: #f9f9f9;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media only screen and (min-width: 992px) {
    .dropdown-content {
        display: none;
        position: absolute;
        padding: 0;
    }

    .dropdown-content a {
        margin: 0 1rem;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }
    
    
}



/* Carousel Overlay */
.carousel-overlay-container {
    position: relative;
}


.carousel-overlay {
 position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: none;
  padding: 0;
 }

 .carousel-overlay-bg {
    background-color: #000000; /*(08120780)*/
    opacity: .55;
    width: 100%;
    height: 100%;
 }

 .carousel-caption {
    color: #f9f9f9;
    font-size: 2rem;
    text-align: center;
 }

/* Static Site map page */
.sitemap-page .container {
    padding: 55px 0;
}
.sitemap-page a {
    color: #000;
}
.sitemap-page .site-map {
    column-count: 1;
}
.sitemap-page ul {
    list-style: none;
}

@media (min-width:768px) {
    .sitemap-page .container {
        padding: 65px 0;
    }
    .sitemap-page .site-map {
        column-count: 3;
    }
}

@media (min-width:1080px) {
    .sitemap-page .container {
        padding: 145px 0;
    }
    .sitemap-page .site-map {
        column-count: 3;
    }
}
@media (min-width:1200px) {
    .sitemap-page .container {
        padding: 145px 0;
    }
    .sitemap-page .site-map {
        column-count: 4;
    }
}


 

