.nav-wrap {
    width: 100%;
    background-color: #003C80;
}

.main-banner {
    width: 100%;
    height: 960px;
    margin-top: -80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile-main-banner {
    display: none;
}

.event .container {
    padding: 60px 15px;
}

.event #section-20 {
    padding: 60px 15px 120px;
}

.event .nav-wrap .container {
    padding: 0;
}

.event .container a {
    color: #fff;
    padding: 20px 0;
}

.event a:hover {
    color: #fff;
}

.event a:focus {
    background-color: #062756;
}

.event #section-2 .dropdown-menu a:focus {
    background-color: #003c80;
}

.event .inner-text {
    padding-top: 20px;
}

.event .container-flex {
    display: flex;
    align-items: center;
}

.event .container-inner {
    width: 100%;
}

.event .container-inner .container-inner-r{
    padding-left: 20px;
}

.event .container-inner .container-inner-l{
    padding-right: 20px;
}

.event .container-inner-g {
    padding-left: 20px;
}

.event .container-inner-g:first-child {
    padding-left: 0px;
}

.event .container-inner-g p {
    padding-top: 20px;
}

.event .container-inner-h {
    padding-left: 40px;
}

.event .container-inner-h:first-child {
    padding-left: 0px;
}

.event .inner-title {
    padding-bottom: 30px;
}

.event thead {
    background-color: #F7F7F7;
    color: #003C80;
}
 
.event .table th, .event .table td {
    padding: 20 0;
    vertical-align: middle;
    border-top: none;
    width: 16.7%;
    font-weight: 300;
}

.event #section-17 .table th, .event .table td {
    width: auto;
    padding-right: 0px;
}

.event #section-17 tbody th {
    text-align: start;
    padding-left: 10px;
}

.event #section-17 thead th:first-child {
    text-align: start;
    padding-left: 10px;
}

.event .table thead th {
    border-bottom: none;
}

.event tbody tr:nth-child(even){
	background-color: #F7F7F7;
}

.event tbody th {
    color: #003C80;
}

.event #section-18 tbody th {
    font-size: 1.125rem;
    color: #000;
    padding-left: 10px;
    font-weight: 300;
    width: 20%;
    min-width: 200px;
}

.event #section-18 tbody td {
    font-size: 1.125rem;
    color: #000;
    font-weight: 400;
}

.event #section-18 tbody {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.event #section-18 tbody tr:nth-child(odd) {
    background-color: #F7F7F7;
}

.event #section-18 tbody tr:nth-child(even) {
    background-color: #fff;
}

.event tbody p, .event .touch-table p {
    margin-bottom: 5px;
}

.event .touch-table {
    background-color: #fff;
}

.event .touch-table p {
    font-weight: 400;
}

.event tbody .table-text {
    color: #4a4a4a
}

.event .chart {
    width: 100%;
}

.event .chart:last-child{
    margin-left: 15px;
}

.event .pie-chart-title {
    border-top: 1px solid #707070;
    padding: 15px;
}

.event .pie-chart-inner {
    padding: 15px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    background-color: #F6F7F8;
}

.event .ts-controls {
    width: 88%;
    margin: 0px auto;
    top: -96px;
}

.event .global-funds-tbl thead tr th, .event .global-funds-tbl tbody tr td {
    font-size: 0.875rem;
}

.event .touch-table-inner {
    padding-top: 25px;
    background-color: #F7F7F7;
}


.event .touch-table-title p {
    font-size: 1rem;
    color: #003C80;
    padding-left: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.event .touch-table-title .touch-table-sub-title {
    font-size: 0.875rem;
    color: #4a4a4a;
    font-weight: 400;
}

.event #section-17 .touchSlider4 thead th:first-child {
    text-align: center;
}

.event #section-17 .ts-controls {
    width: 88%;
    margin: 0px auto;
    top: -52px;
}

.event #section-17 .touch-table-inner {
    padding-top: 25px;
    background-color: #F7F7F7;
    margin-top: 25px;
}

.event #section-9 .ts-controls {
    width: 98%;
    top: -280px;
}

.event #section-9 .ts-controls button {
    color: #fff;
    border-radius: 45px;
    width: 50px;
    height: 50px;
    background-color: #003c80;
}

.event .nav-dropdown {
    width: 100%;
    margin-bottom: 0px;
}

.event #section-2 .dropdown-menu a {
    width: 100%;
    background-color: #003c80;
}

.event #section-2 .dropdown-menu.show {
    width: 100%;
    padding: 0px;
    text-align: center;
    margin: 0px;
    border: none;
}

/* flexslider */
.event #section-9 a {
    padding: 0px;
}

/* 46rem = 768px, use rem for accessibility */
@media (max-width:48rem) {
    .event .container {
        padding: 25px 15px 40px;
    }
    .event .container-flex {
        flex-wrap: wrap;
    }

    .main-banner {
        display: none;
    }
    .mobile-main-banner {
        display: block;
        width: 100%;
        height: 140vw;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .event .container-inner img {
        width: 100%;
    }
    .event .container-inner .container-inner-r{
        padding-left: 0px;
        padding-top: 20px;
    }
    .event .container-inner .container-inner-l{
        padding-right: 0px;
        padding-top: 20px;
    }
    .event .container-inner-g {
        width: 100%;
        margin-top: 25px;
        padding-left: 0px;
    }
    .event .container-inner-g:first-child {
        margin-top: 0px;
        width: 100%;
    }
    .event .container-inner-g img {
        width: 100%;
    }
    .event .container-inner-h img {
        width: 100%;
    }
    .event .container-inner-h {
        padding-left: 0px;
    }
    .event .chart {
        margin-top: 25px;
    }
    .event .chart:first-child {
        margin-top: 0px;
    }
    .mobile-none {
        display: none;
    }
    .event .pie-chart-inner img {
        margin: 0 auto;
    }
    .event .chart:last-child{
        margin-left: 0px;
    }
    .event #section-18 tbody tr {
        display: flex;
        flex-direction: column;
    }
    .event #section-18 tbody th {
        padding-top: 25px;
        padding-bottom: 10px;
    }
    .event #section-18 tbody td {
        padding-left: 10px;
        padding-top: 0px;
        padding-bottom: 25px;
    }
    .event #section-9 .ts-controls {
        width: 88%;
    }
}
