/* .content{
    max-width: 1004px;
    margin: 0 auto;
} */

.btn-light-blue{
    background: #00b5ce;
    color: #ffffff;
    padding: 0.8rem 2rem;
}


.btn-light-blue:hover{
    color: #fff;
}

[class*="section-"]{
    overflow: hidden;
    display: none;
}

.resource-nav {
    max-width: 680px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 0 22px;
    justify-content: center;

    display: flex;
    list-style: none;
}

.resource-nav li{
    cursor: pointer;
}

.resource-nav li:hover{
    color: #00b5ce;
    
}

.resource-nav .active{
    color:#00b5ce;
}

.resource-nav .active span{
    color:#000;
}


.resource-nav span:last-child {
    display: none;
}

#sub_content{
    /* border-top: 1px solid #00b5ce; */
    padding: 0px 22px;
}

#sub_content::before{
    content: "";
    display: block;
    margin-bottom: 50px;
    width: 100%;
    height: 1px;
    background:#00b5ce;
}

.outer {
    position: relative;
}

.outer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: calc((9 / 16) * 100%);
}
  
.outer > .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.page-resources img{
   max-width: 100%;
}


.text-blue{
    color: #00b5ce;
}

.section-1 h5{
    text-align: center;
    margin-bottom: 50px;
}

.bg-blue{
    background:#00b5ce;
    color: #fff;
    padding: 0.8rem 2rem;
}

.section-4 .pcs-logo{

}

#sub_content .section-6 ul li {
    padding-bottom: 5px;
}

.flyer{
    font-size: 24px;
}

#footer1 #footer_contact{
    width: auto;
}

#footer1 #footer_address{
    height: auto;
    padding-bottom: 0;
}

/* #sub_content .section-6 ul li:last-child{
    padding-bottom: 20px;
} */