/*contact card slider homepage*/
.c-content-person-1.c-option-2 .c-body {
    padding: 30px 30px 20px 30px !important;
    background: #fff;
}
.c-content-person-1 .c-body .c-head .c-name {
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: 400!important;
    color: #3f444a;
}
.c-content-person-1 .c-head{
    padding-bottom: 25px;
}
.c-content-person-1 .c-position{
    margin-bottom: 10px;
}
.c-font-bold {
    font-weight: 600 !important;
}
.c-content-person-1 .c-body .c-head .c-socials {
    display: inline-block;
    float: right;
    list-style: none;
    padding: 0;
    margin: 0px 0 0 0;
}
.c-content-person-1 .c-body .c-head .c-socials > li {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.c-content a{
color: #3f444a;
}
.c-content-person-1 .c-body .c-head .c-socials > li > a > i {
    color: #a3aeb9;
    padding: 4px 1px;
    font-size: 20px;
}
.c-content-person-1 .c-body .c-position {
    clear: both;
    margin-top: 0px;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #E51C20;
    line-height: 15px;
}
.c-content-person-1.c-option-2 .c-body p {
    padding-bottom: 0;
}
.c-content-person-1 .c-body p {
    display: block;
    clear: both;
    padding: 10px 0 0 0;
    color: #5c6873;
}
.c-content-person-1 > p{
    font-size: 17px !important;
    font-weight: 300;
}

/*
Footer menu
*/

#menu-geme-footer-menu li{
    display: inline-block;
    padding: 4px 0;
    
}
#menu-geme-footer-menu li a{
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 18px;
    margin: 0 1px;
    line-height: 20px;
    transition: all 0s;    
}
#menu-geme-footer-menu li:not(.current-menu-item) a:hover{
    color: #edf0f3;
    border: 1px solid #ffffff;
    margin: 0;
}
#menu-geme-footer-menu .current-menu-item a{
    border: 1px solid;
    margin: 0;
    border-color: #E51C20;
    color: #E51C20;
    font-weight: normal!important;
}
.home-image-subtext{

    animation: avia-btt 0.8s 1 cubic-bezier(0.165,0.840,0.440,1.000);
    /*transform: translateY(-100%);*/
    background-color: #2f353b;
    text-align: center;
    margin: auto;
    margin-top: -10px;
    max-width: 960px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.home-image-subtext p{
    max-width: 960px;
    width: 100%;
}

.full-width .header-text{
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 0!important;
    margin-bottom: 0px;
    width: 100%;
    padding: 20px 50px;
    
}
.full-width .container{
    width: 100% !important;
    max-width: none !important;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.full-width h1{
    max-width: 1215px;
    margin: auto;
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600 !important;
}
