.header_area {
    box-shadow: 0px 0px 10px -2px #999;
}
.meet_partners_wrapper {
    padding: 60px 0 0;
}
.meetpartner_heading {
    margin: 0 0 40px;
}
.meetpartner_heading h1 {
    font-size: 44px;
    font-family: "Sentinel-Semibold";
    margin: 0;
}
.meetpartner_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.single_partner {
    width: 25%;
    position: relative;
    padding: 0px 10px 20px;
}
.single_partner_content {
    position: relative;
}
.insta_username {
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 16px;
    font-family: "GothamMedium";
    background: rgba(255, 255, 255, .70);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .2s;
    transition: .2s
}
.single_partner:hover .insta_username {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: .2s;
    transition: .2s
}
.jointhepacks_wrapper {
    padding: 120px 0 50px;
    margin-bottom: -25px;
    background-size: cover;
    background-position: top center;
    margin-top: -85px;
}
.jointhepacks_btn a.cta_btn {
    max-width: 290px;
    width: 100%;
}
.more_member_btn {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #0070ba;
    font-family: "Gotham-Book";
    font-size: 18px;
    margin: 0 auto;
    padding: 0;
    text-decoration: underline;
}
.more_member_btn span {
  text-decoration: underline;
}
.more_member_btn[aria-expanded="false"] .see_less_txt {
    display: none
}
.more_member_btn[aria-expanded="true"] .see_less_txt {
    display: inline-block;
}
.more_member_btn[aria-expanded="false"] .see_more_txt {
    display: inline-block;
}
.more_member_btn[aria-expanded="true"] .see_more_txt {
    display: none;
}

/*==============================================
Responsive CSS
================================================*/
/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
    .insta_username {font-size: 15px;}  
    
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
    .meetpartner_heading h1 {font-size: 36px;}
    .single_partner {width: 33.33%;}
    .insta_username {font-size: 14px;}
    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
    .meet_partners_wrapper {padding: 130px 0 0;}
    .single_partner {width: 100%;padding: 0 0 40px}
    .insta_username {display: block;height: auto;opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";padding: 10px 0 0;position: relative;width: 100%;}
    .partner_photo img {width: 100%;}
    .meetpartner_heading h1 {font-size: 36px;}
    .meetpartner_heading {margin: 0 0 25px;}
    .jointhepacks_wrapper {margin-top: 0;padding: 100px 0 50px;}
    
    
    
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 

}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 600px) and (max-width: 767px) { 
    .single_partner {padding: 0 10px 30px;width: 50%;}
}
