.header .logo {
    width: 100px !important;
}


.header .logo {
    width: 100px !important;
}

.pageTitleSection h1  {
    padding: 1rem 0 !important;
}


/* Navigation */

.navbar .navbar-collapse .navbar-nav .nav-link {
    color: white;
    font-size: 1.1rem;
    text-align: center;
}
.navbar .navbar-collapse .navbar-nav .nav-link:hover {
    color: #ffa500;
}
.navbar-toggler {
    background-color: #ffa500;
}
.navbar-toggler:hover {
    background-color: #333333;
}



.BLOCK-simpleNavigation {
    background: #efefef !important;
}
.BLOCK-simpleNavigation ul.flex-column {
    flex-direction: row !important;
    padding: 0;
    margin: 0;
}
.BLOCK-simpleNavigation ul.flex-column li.h4 {
    font-size: 1.2rem !important;
    padding: 0;
    margin: 0;
}
.BLOCK-simpleNavigation ul.flex-column li.h4 a {
    display: block !important;
    height: 32px !important;
    padding-top: 12px;
}

.Link-Share-Deal .BLOCK-simpleNavigation {
    background: #efefef !important;
}

a   {
    color: #008db9;
    font-weight: 600;
    
}
a:hover   {
    color: #13294b;
    
}

/* Footer */

.footer li    {
    font-size: 0.9rem !important;
    padding-left: 0 !important;
}
.footer li a    {
    display: block;
}

.footer a   {
    color: #ffa500 !important;
    font-weight: 600 !important;
}
.footer a:hover {
    color: #f26729 !important;
}

.footer .navbar-nav {
    margin-top: -1.0rem !important;
}


/* FAQs */
td {
    background: #f7f7f7;
    border: 6px solid #fff;
    border-radius: 6px;
    padding: 10px;
    vertical-align: top;
}

.BLOCK-mediaListAll .bg-colour4.text-black
{  background-color: #f3f3f3 !important;
}

.BLOCK-mediaListAll .bg-colour4.text-black a
{  color: #008db9;
}
                  
                            
.BLOCK-carousel .carousel-item .carousel-caption {
    background: none !important;
    position: absolute;
    right: 50%;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 38px 46px;
    color: #fff;
    text-align: left;
    height: 100%;
    min-width: 500px;
}

.carousel-indicators {
    display: none;
}

thead th {
    border: 6px solid white;
}
        