﻿.accordion {
    width: 690px;
    margin-left: auto;
    margin-right: auto;
}
h3.ui-accordion-header-active {
    background-color: #003B5C !important;
    color: #FFF !important;
}
h3.ui-accordion-header:hover {
    background-color: #003B5C !important;
    color: #FFF !important;
}
h3.accordion-header {
    background-color: #003B5C !important;
    color: #FFF !important;

    min-height: 50px;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-bottom: solid 1px #ffffff;
    -webkit-tap-highlight-color: transparent;
    font-size: 16px;
    line-height: 24px;
    padding: 11px 46px 0px 22px;
}
.grid-container-element-full {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.grid-container-element {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    width: 50%;
}

    .grid-container-element div {
        margin: 10px;
    }
#HeaderSection {
    position: relative;
    background-color: #efeff0;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    margin-top:80px;
}
.HeaderText {
    font-family: 'Proxima Nova';
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: left;
    color: #25282A;
    margin-bottom:10px;
    
}
.HeaderCompanyName {
    font-family: TradeGothic;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 1px;
    text-align: left;
    color: #25282A;
}
.HeaderSubText {
    font-family: Proxima Nova;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.1599999964237213px;
    text-align: left;
    color: #25282A;
}

figure, figure img {
    width: 720px;
    height: 480px;
    border-radius: 64px 8px 64px 8px;
    overflow: hidden;
}


#about {
    padding-top: 60px !important;
    padding-bottom: 0px !important;
}

#about-welcome {
    padding-bottom: 20px !important;
    font-family: Proxima Nova;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.3199999928474426px;
    color: #25282A;
}
#about-what {
    font-family: Proxima Nova;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.05999999865889549px;
    text-align: left;
}
#about-download {
    font-family: Proxima Nova;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.3199999928474426px;
    color: #25282A;
}
.title-resources {
    font-family: Proxima Nova;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.3199999928474426px;
    color: #25282A;
}    
    #about p {
        text-align: left;
    }
