﻿
#t-menu-01 {
/*    padding: 0px 0px 8px 0px;
    color: #0066CC;
    font-size: 1.6rem;
    border-bottom: solid 2px #0066CC;*/
}

#t-menu-01
{
    padding: 0px;

    background-color: #fafafa;
}


#t-menu-01 .menu-item {
    width: auto;
    min-width: 100px;

    text-align: center;
}

#t-menu-01 .nav-item {
    width: auto;

    padding-top: 4px;
    padding-bottom: 4px;

    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #fafafa;

    text-align: center;
}

#t-menu-01 .nav-item.active {
    border-bottom: solid 4px #ce2b37;
}
#t-menu-01 .nav-item.active:hover {
    border-bottom: solid 4px #ce2b37;
}

#t-menu-01 .nav-item:hover {
    border-bottom: solid 4px #0066CC;
}


.bold-blu {
    color: #00264d;
    font-weight: bold;
}

#PageContent .section-title {

    color: #0066CC;
    font-size: 1.2rem;
}

#PageContent .section-title.dark-blu {
    color: #00264d !important;
}

/*#PageContent .p-link {
    padding: 4px 4px 4px 4px !important;
    color: #00264d;
    background-color: transparent;
    border-radius: 3px 3px 3px 3px !important;
    text-decoration: none;
    cursor: pointer;
}
#PageContent .p-link:hover 
{
    color: #ffffff !important;
    background-color: #00264d;
}*/


.go-to-top {
    padding: 4px 4px 4px 4px !important;
    color: #00264d;
    background-color: transparent;
    border-radius: 3px 3px 3px 3px !important;
    cursor: pointer;
}
.go-to-top:hover 
{
    color: #ffffff !important;
    background-color: #00264d;
}

/*PARTNERS*/
.partners-name
{
    padding: 4px 4px 4px 4px !important;
    color: #00264d;
    background-color: transparent;
    border-radius: 3px 3px 3px 3px !important;

    text-decoration: none;

    display: block;
    cursor: pointer;
}
.partners-name:hover {
    color: #ffffff !important;
    background-color: #00264d;
    text-decoration: none;
}

/*PARTNERS*/