:root {
    --blue-theme: #25408f;
    --blue-light-theme: #364676;
    --blue-dark-theme: #000b2b;
    --text-white: #ffffff;
}

body {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    margin: auto;
    background-color: #ffffff;
}


header {
    width: auto;
    background-color: #ffffff;
}

.henryNav a {
    color: var(--blue-theme) !important;
    transition: 0.5s ease-in-out;
}

    .henryNav a:hover {
        transition: 0.5s ease-in-out;
        color: #444444 !important;
        font-style: italic;
    }

header img {
    text-align: center;
}

.navbar {
    margin-bottom: 0px;
}

.logo-brand {
    padding-top: 4px;
    padding-bottom: 4px;
}

    .logo-brand img {
        /*width: 60px;
	height: 60px;*/
        float: left;
    }

    .logo-brand a:hover {
        text-decoration: none;
    }

    .logo-brand span {
        font-size: 20px;
    }

header .nav {
    padding-top: 8px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}


.logo-brand h3 {
    margin-top: 0px;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0px;
}

.logo-brand h5 {
    font-size: 17px;
    margin-top: 0px;
}

.logo-brand a {
    color: #06ba63;
}


.contain-layout {
    height: 75rem;
    /*background-image: url("../img/gh-trans.png");
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: left 80px top 15px;*/
    background-color: #ffffff;
    padding-top: 30px;
    margin-bottom: 60px;
}

    .contain-layout::before {
        content: "";
        background-image: url('../img/gh-trans.png');
        background-repeat: no-repeat;
        background-size: 500px;
        position: absolute;
        top: 10rem;
        right: 0px;
        bottom: 0px;
        left: 10rem;
        opacity: 0.25;
    }

.layout-box {
    background-repeat: no-repeat;
    width: 100%;
    background-color: transparent;
    margin-top: 115px;
}

.contain-menu {
    background-color: transparent;
    margin-top: -91px;
}



.menu-icon {
    /* width: 225px; */
    height: auto;
    background-color: transparent;
    border-radius: 1px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}

    .menu-icon img {
        width: auto;
        height: auto;
        text-align: center;
    }

    .menu-icon:hover {
        transition: box-shadow 0.2s ease;
    }

.note {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: -15px;*/
    color: var(--blue-dark-theme);
    font-weight: 900 !important;
}

    .note h2 {
        margin-top: 0px;
        border: solid 1px var(--blue-dark-theme);
        padding: 11px;
        font-weight: 700 !important;
    }

    .note p {
        font-size: 28px;
    }


    .note img {
        max-width: 100%;
    }

    .note h5 {
        font-style: italic;
        font-weight: 500 !important;
    }


.description {
    text-align: center;
    margin-top: 20px;
}

.menu-item {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05), 0px 2px 7px 0px rgba(0, 0, 0, 0.07);
    padding: 15px;
}

.menu-title {
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 500;
    color: var(--blue-dark-theme)
}


@media (min-width:1200px) {
    .note {
        width: 92%;
        font-size: 30px;
    }
}

@media (max-width:1200px) {
    .note {
        width: 87%;
        margin-bottom: 40px;
        margin-top: 30px;
    }

    .menu-item {
        margin-bottom: 35px;
    }

    .centre-numbers img {
        width: 100px;
        height: auto;
    }
}

@media (max-width:767px) {
    .note {
        margin-bottom: 23px;
    }

        .note p {
            font-size: 17px;
        }

    .logo-brand h3 {
        font-size: 23px;
        margin-top: 8px;
    }

    .logo-brand h5 {
        font-size: 13px;
    }

    .logo-brand {
        width: 330px;
        float: left;
    }

    .contain-layout .container {
        width: 100% !important;
    }

    .centre-numbers {
        text-align: center;
    }

    .contain-layout {
        background-position: 0 0,30px 0,0 0;
        padding-top: 0px;
    }

    .menu-icon {
        width: 20%;
        float: left;
    }

        .menu-icon img {
            max-width: 100%;
        }

    .menu-title {
        margin-top: 0px;
        font-size: 18px;
        width: 80%;
        float: right;
    }

    .menu-icon a {
        width: 80%;
        float: right;
    }

    .buttonContainer {
        width: 147px !important;
    }
}

@media (min-width:769px) {
    header .navbar-nav {
        float: right;
    }
}

@media (max-width:769px) {
    .centre-numbers h3 {
        font-size: 33px !important;
    }
}

.centre-numbers h3 a {
    color: var(--blue-dark-theme) !important;
}

@media (max-width:1600px) {
    .contain-layout .container {
        width: 96%;
    }
}


@media (min-width: 992px) {

    header .container {
        width: 100%;
    }


    .logo-brand {
        width: 380px;
        margin: auto;
    }

    .contain-layout .note-box {
        border-right: solid 1px var(--blue-dark-theme);
    }

    .menu-item {
        width: 90%;
    }

    .sp-programmes {
        margin-top: -91px;
    }

    /*.contain-layout .layout-box .container{
		width: 65%;
	}*/

}

@media (min-width: 1610px) {
    .contain-layout .container {
        width: 80%;
    }
}


.menu-link {
    font-size: 19px;
    color: #428bca;
}

    .menu-link:hover {
        text-decoration: none;
        color: #ffffff;
    }

    .menu-link i {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .menu-link:hover i {
        margin-left: 10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

.buttonContainer {
    /* width: 200px; */
    height: 40px;
    margin: 0 auto;
    padding-top: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    color: var(--blue-theme);
    background-color: #ffffff;
    border-radius: 4px;
    margin-bottom: 16px;
    border: solid 1.4px var(--blue-theme);
}

.buttonContainerSm {
    /* width: 200px; */
    height: 40px;
    margin: 0 auto;
    padding-top: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    color: #428bca;
    border: solid 2px #428bca;
    border-radius: 4px;
    margin-bottom: 16px;
}


.icon {
    width: auto;
    height: auto;
    background: transparent;
    margin: 0 auto;
}

.bubble {
    background: #06ba63;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    position: absolute;
    top: -4px;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


.buttonContainer:hover .bubble {
    opacity: 0.7;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    color: #ffffff;
    background-color: var(--blue-theme)
}

.buttonContainer:hover {
    color: #ffffff;
}


.contain-layout .col-sm-7, .contain-layout .col-sm-5 {
    margin-bottom: 20px;
    margin-top: 18px;
}

.navbar-toggle {
    margin-right: 28px !important;
}


.centre-numbers {
    text-align: center;
}

    .centre-numbers p {
        color: #ffffff;
        font-size: 22px;
    }

    .centre-numbers h3 {
        color: #ffffff;
        font-size: 40px;
        font-weight: 600;
        margin-top: 0px;
    }

nav ul {
    -webkit-font-smoothing: antialiased;
    list-style: none;
}

nav a {
    text-align: left;
    text-decoration: none;
    color: #444444;
}


nav li ul {
    visibility: hidden;
    z-index: 1;
    top: 40px;
    position: absolute;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}


nav li:hover ul {
    visibility: visible;
    top: 40px;
    z-index: 99999 !important;
}

nav li ul li {
    float: left;
    text-align: left;
    margin-left: -40px;
    display: block;
    height: 30px;
    min-width: 160px;
    line-height: 1.3;
}


nav .dropdown:after {
    content: '';
}

nav .dropdown:hover:after {
    content: ''
}

.custom-dropdown-menu {
    width: 200px;
    font-size: 15px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    border-radius: 1px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    overflow: hidden;
    padding-bottom: 10px;
}

    .custom-dropdown-menu > li {
        height: auto;
        display: block;
        line-height: 1.2;
        width: 200px;
    }

        .custom-dropdown-menu > li > a {
            line-height: 1.2;
            color: #444444;
            display: block;
            width: 200px;
            padding-top: 8px;
            padding-bottom: 8px;
            padding-left: 10px;
            padding-right: 10px
        }

            .custom-dropdown-menu > li > a:hover {
                color: #ffffff;
                background-color: #444444;
                text-decoration: none;
                padding-top: 8px;
                padding-bottom: 8px;
            }


.sp-programmes {
    text-align: center;
    background-color: #f1f1f1;
}

    .sp-programmes h3 {
        margin-top: 12px;
        color: var(--blue-dark-theme)
    }

    .sp-programmes ul {
        list-style: none;
        text-align: left;
        margin-left: -39px;
        font-size: 17.4px;
    }

        .sp-programmes ul li {
            border-bottom: solid 1px #dddddd;
            padding-bottom: 3px;
            margin-bottom: 1px;
            color: #06ba63;
        }

            .sp-programmes ul li a {
                color: var(--blue-dark-theme);
                font-size: 1.5rem;
                font-style: italic;
            }

                .sp-programmes ul li a:hover {
                    text-decoration: none;
                    color: #444444;
                }

.footer-copyright {
    color: #717171;
    text-align: center;
}
