a.stylizedButton.buttonStyle002 {background-color: #39A6CE;}
a.stylizedButton.buttonStyle002:hover {background-color: #A6CE39;}
a.stylizedButton.buttonStyle001 {background-color: #39A6CE;}
a.stylizedButton.buttonStyle001:hover {background-color: #A6CE39;}

/* Page: Mission, Vision & Values */

table.SimpleTableStyle {
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-collapse: collapse !important; 
    border: none !important;
    width: 100% !important;
    border-left: 15px #000000 solid !important;
}

table.SimpleTableStyle1 {
    border-left: 15px #a5ce3a solid !important;
}

table.SimpleTableStyle2 {
    border-left: 15px #39a6cd  solid !important;
}

table.SimpleTableStyle td {
    border: none !important; 
    border-bottom: 1px solid #ccc !important; 
    padding: 10px !important;
}

/* Page: Awards */

.section-title {
    /* border:1px red solid; */
    letter-spacing: 1.5px;
}

.h2-heading-title {
    /* border:1px red solid; */
}

.h3-heading-sub {
    /* border:1px red solid; */
}

.h3-heading-sub strong {
    /* border:1px red solid; */
    font-weight: normal;
}

.lime-border-left {
    /* border:1px red solid; */
    border-left: 6px #a5ce3a solid;
    padding-left: 20px;
}

.info-panel {
    border-left: 6px #a5ce3a solid;
    padding: 20px;
    background: #f2f2f7;
}

h4.info-panel__title {

    
}

.step-number {
    background: #000;
    color: #ffffff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display:flex;
    justify-content: center;
    align-items: center;
    border: 5px #a5ce3a  solid;
    margin: 0 auto;
    
}

.button-primary {
    display: table;
    padding: 8px 16px;
    background: #206699;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 30px;
}

.button-primary:hover {
    background: #000000;
    color: #ffffff;
}