﻿.hideIcon {
    display: none;
}

.caption {
    position: absolute;    
    top: 10px;
    left: 10px;   
    color: #ffffff;
    text-align: center;
    font-family: Nunito;
    font-size: 28pt;
    font-weight: 700;
    opacity: 0.9;
}

.aboutus_menu {
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    line-height: 64px;
    font-family: Nunito;
    font-size: 18pt;
    font-weight: 700;
    color: #370E62;
    padding: 4px;
    border-bottom: 2px solid #E4E4E4;
}

    .aboutus_menu a {
        color: #370E62;
        text-decoration: none;
    }

.aboutus_menu:hover .hideIcon {
    display: inline;
}

.statement_content {
    font-family: Nunito;
    font-size: 18pt;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    padding: 0px;
}

.mgmt_header {
    font-family: Nunito;
    font-size: 32pt;    
    font-weight: 800;    
    color: #370E62;
}

.mgmt_row {
    padding-top: 36px;
    padding-bottom: 36px;          
    border-bottom: 1px solid #9e9e9e;
}

.mgmt_row_end {
    padding-top: 36px;
    padding-bottom: 36px;    
}

.mgmt_position {
    flex-grow: 0;
    flex-shrink: 0;
    height: 96px;
    line-height: 48px;
    text-align: center;
    font-family: Nunito;
    font-size: 20pt;
    font-weight: 800;
    color: #000000;
    text-align: center;
}

.mgmt_name {
    font-family: Nunito;
    font-size: 20pt;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

@media all and (min-width:0px) and (max-width: 992px) {
    .mgmt_position {
        flex-grow: 0;
        flex-shrink: 0;
        height: 96px;
        line-height: 48px;
        text-align: center;
        font-family: Nunito;
        font-size: 14pt;
        font-weight: 800;
        color: #000000;
        text-align:center;
    }

    .mgmt_name {
        font-family: Nunito;
        font-size: 14pt;
        font-weight: 400;
        color: #000000;
        text-align: center;
    }
}