/* CSS Document */

/* Colour variables */
:root {
    --colour1: #007ac0;
    --colour1-50: #007ac040;
    --colour2: #00b0f0;
    --colour2-50: #00b0f040;
    --colour3: #6f30a0;
    --colour3-50: #6f30a040;
    --colour4: #136F63;
    --colour4-50: #136F6340;
    --pagebg: #f1f1f1;
    --bs-nav-link-font-size: 1.3rem;
}

body {
    background-color: var(--pagebg);
    font-size: 1.2rem; /* Toby requires a larger font - was 1rem. */
}

.navbar-nav {
    font-size: .9rem;
}

.container {
    max-width: 1300px;
}

/* Override */
h1 {
    font-size: 4rem;
}



.colour1 {
    color: var(--colour1);
}

.colour2 {
    color: var(--colour2);
}

.colour3 {
    color: var(--colour3);
}

.colour4 {
    color: var(--colour4);
}


/*New Top */
.goog-te-gadget img {
    display: none !important;
}

.goog-te-gadget {
    color: #fff !important;
    margin-top: 20px;
}

.goog-logo-link {
    color: #fff !important;
}

.goog-te-gadget .goog-te-combo {
    padding: 10px !important;
    margin-top: 0px !important;
}




/*End New Top*/


.showOnMobile {
    display: none;
}

.topbar .form-inline {
    padding-top: 20px;
}

.topbar .pagetitle {
    font-size: 4em;
    line-height: 1em;
    color: navy
}

.topbar .pagetitlelogo {
    text-align: center;
    padding: 0;
}

@media (max-width: 900px) {
    .topbar .pagetitle {
        font-size: 3em;
    }
}

@media (max-width: 600px) {
    .topbar .pagetitle {
        font-size: 2em;
    }
}


iframe {
    height: 380px;
    margin-top: 40px;
}

.umb-grid .row {
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.themeheader h1 {
    font-size: 2.4rem;
}







.showOnMobile {
    display: none !important;
}

.topPadding {
    padding: 100px 15px 100px 15px;
}

    .topPadding h3 {
        padding-bottom: 30px;
    }

.searchResult h3 {
    padding-bottom: 10px;
}

.searchResult h4 {
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 16px;
}

.searchResult {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
    display: block;
}

    .searchResult > a {
        font-size: 12px;
    }

    .searchResult p {
        display: none;
    }

    .searchResult h3 {
        font-size: 18px;
        padding-bottom: 10px;
        font-weight: normal;
    }

.btn-light {
    background-color: #fff;
}

.desription {
    padding-bottom: 25px !important;
}

    .desription h4 {
        padding-bottom: 0px !important;
        padding-top: 20px !important;
    }

.tablet {
    display: none !important;
}



label.error {
    display: block;
    float: left;
    width: 100%;
    color: #FB3640;
    position: relative;
    top: -20px;
    padding-left: 10px;
}

.column img {
    max-width: 100%;
}

.accordion {
    position: relative !important;
    padding: 18px 2px !important;
    font-weight: 600;
}


.theme4 .umb-grid .accordion {
    font-weight: 600;
    color: #FFF;
    background-color: rgb(0, 122, 192);
    margin-top: 20px;
}

.theme1 .umb-grid .accordion {
    font-weight: 600;
    color: #FFF;
    background-color: #00b0f0;
    margin-top: 20px;
}

.theme2 .umb-grid .accordion {
    font-weight: 600;
    color: #FFF;
    background-color: rgb(111, 48, 160);
    margin-top: 20px;
}

.theme3 .umb-grid .accordion {
    font-weight: 600;
    color: #FFF;
    background-color: #136F63;
    margin-top: 20px;
}


.umb-grid .panel {
    padding-top: 10px;
}



.video-wrapper iframe {
    width: 100% !important;
}

.umb-grid h1 {
    margin-bottom: 40px;
}

.umb-grid h2 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.umb-grid h3 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.pagination ul li {
    display: inline;
}

    .pagination ul li a {
        padding: 10px;
        border: solid 1px #ccc;
        margin: 5px;
        border: solid 1px #ccc;
    }

.pagination ul {
    list-style: none;
    width: 100%;
    text-align: center;
    display: block;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0rem 0rem;
    margin-bottom: 0rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0rem;
    padding-left: 0px;
}

    .breadcrumb li {
        padding: 5px;
    }

        .breadcrumb li a {
            padding: 5px;
            color: grey;
        }

/* .breadcrumb li.active {
            text-decoration: underline;
        }*/

.margintop60 {
    margin-top: 60px;
}

.fifty {
    width: 50%;
    float: left;
}

.fifty {
    text-align: left;
    position: relative;
}


/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}





.btn-sm {
    font-weight: 300 !important;
}




.theme1 .btn-primary {
    color: #fff !important;
    background-color: #373F51;
    border-color: #373F51;
}

.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    position: absolute;
    top: 18px;
    right: 15px;
}
/*
.active:after {
  content: "\fff";
}
*/

.umb-grid .active:after {
    content: "\2212";
}

.umb-grid .accordion {
    margin-bottom: 0px;
}

.quicksearch:after {
    content: '\002B';
    font-size: 13px;
    color: #ccc;
    float: right;
    margin-left: 5px;
}


.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.isotope .isotope-item {
    min-height: 0px !important;
    position: static !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.isotope-hidden {
    display: none;
}

.panel.expand {
    /* John 12 1 22 - Changed max height as requested by Miss Dibble */
    /*  max-height: 2500px!important;  */
    max-height: 4000px !important;
    padding: 30px 15px 30px 15px;
}


.searchbox {
    position: relative;
}

    .searchbox .fa {
        position: absolute;
        right: 0px;
        top: 0px;
        padding: 15px !important;
    }

.quicksearch {
    background: #fff;
    width: 100%;
    text-align: left;
    border-radius: 5px;
    padding-top: 15px;
    display: block;
    padding-bottom: 15px;
    padding-left: 15px;
}

.theme1 .quicksearch {
    font-weight: 600;
    color: #00b0f0 !important;
}

.theme1 input {
    font-weight: 600;
    color: #00b0f0 !important;
}

.button-group .btn {
    background: rgb(0, 122, 192);
    width: 100%;
    text-align: left;
    border-radius: 5px;
    padding-top: 15px;
    display: block;
    color: #fff;
}



/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */


.isotope .accordion:after {
    content: '\0002B'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #000;
    float: right;
    margin-left: 5px;
}

.isotope .active:after {
    content: "\2212"; /* Unicode character for "minus" sign (-) */
}

.isotope a:after {
    content: none !important;
}


/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}


.isotope-item {
    margin-bottom: 15px;
    border: solid 1px #ccc;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

.isotope_wrapper {
    margin-top: 30px;
}

.themeheader .vertical-center {
    z-index: 9998;
}

.themeheader .col-md-6 {
    height: 45vh;
}

.themeheader .col-md-12 {
    height: 45vh;
}

.themeheader {
    margin-bottom: 100px !important;
}

.grey {
    color: #D9DCD6;
}

.greyblue {
    color: #9EB3C2;
}

.darkblue {
    color: #16425B;
}

.brightblue {
    color: #81C3D7;
}

.mediumblue {
    color: #3A7CA5;
}


.bootstrap-select .dropdown-menu {
    min-width: 100%;
    position: relative;
    width: 300px !important;
    z-index: 9999;
}

    .bootstrap-select .dropdown-menu li {
        min-width: 100%;
    }



.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.themeheader {
    background: #00b0f0;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.bright {
    background: #fff;
    color: #00b0f0;
}


.themeheader .vertical-center {
    padding: 0px 50px 0px 50px;
}

.themeheader h3 {
    font-weight: 300;
    font-size: 1.4rem;
}

.slideTextInner span {
    font-weight: 600;
}


.sideNav .active {
    background-color: #00b0f0;
    color: #fff;
}

.sideNav {
    background-color: #fff;
    border-radius: 5px;
    padding-bottom: 30px;
}

#showFullNav {
    height: 50px;
    background-color: #fff;
    color: #444;
}

.colour1bg {
    background-color: #007ac0 !important;
    color: #fff;
}

.colour2bg {
    background-color: #00b0f0 !important;
    color: #fff;
}

.colour3bg {
    background-color: #6f30a0 !important;
    color: #fff;
}

.colour4bg {
    background-color: #136F63 !important;
    color: #fff;
}


.sideNav.colour2 h3 {
    color: #00b0f0;
    padding: 30px;
}

    .sideNav.colour2 h3 span {
        display: block;
        margin-top: 5px;
        border-bottom: solid 1px #ededed;
        padding-bottom: 15px;
    }

.sideNav ul {
    padding-left: 0px;
    list-style: none;
}

    .sideNav ul li a {
        padding: 4px 0px 6px 0px;
        display: block;
        font-weight: 600;
        font-size: 14px;
        padding: 10px 30px 10px 30px;
    }







.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.slideTextInner span {
    font-size: 1.2rem;
}

.sectionTitle {
    margin-bottom: 30px;
    border-bottom: solid 1px #ededed;
    color: #007ac0;
}

.menumenu {
    position: relative;
    top: -1px;
    padding-left: 10px;
    font-size: .7rem;
    font-weight: 600;
    color: #007ac0 !important;
}

.btn {
    font-weight: 600;
}

.fullWidthButton {
    font-weight: 600;
}

.small-dropdown {
    width: 100%;
}

    .small-dropdown .btn {
        width: 100%;
    }

.small-dropdown-menu.show li {
    display: block;
    width: 100%;
    float: left;
}

.btn-light {
    color: #444 !important;
    font-weight: 600;
}




.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}





/*.navbar-light .navbar-nav .nav-link {
    color: #444 !important;
    font-weight: 600;
}*/

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 15px 0px 15px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border-radius: 0px !important;
    left: 0px;
}

.navbar-nav .active:after {
    content: "";
}


.form-inline .form-control {
    border-radius: 0px !important;
}

.form-control {
    height: auto !important;
}

.navbar a {
    padding: 15px 30px 15px 30px !important;
}

navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    background-color: #444;
    color: #fff !important;
}

.dropdown-menu ul {
    list-style: none;
    padding-left: 10px;
}

    .dropdown-menu ul li a {
        padding: 15px;
        font-size: .9rem;
        color: #444;
    }

.dropdown-menu {
    padding: 0rem !important;
    margin: 0rem !important;
    border: none;
    border-bottom: 1px solid #ededed !important;
}

footer img {
    margin-bottom: 40px;
}

.dropdown-menu.show {
    position: relative;
    width: 100%;
}

    .dropdown-menu.show a {
        float: left;
    }

    .dropdown-menu.show li {
        float: left;
    }

.navbar-fixed-top {
    position: fixed;
    width: 100%;
    z-index: 4;
}

.reduceSpaceBottom {
    padding-bottom: 0px !important;
}

footer {
    position: relative;
    bottom: -110px;
    background-color: #696773;
    color: #f1f1f1;
    padding: 10px 0px;
}

.owl-nav {
    /*  margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;*/
}



.owl-prev span {
    padding: 10px 15px;
    color: #fff;
    display: inline-block;
    background-color: #007ac0 !important;
    position: relative;
}

.owl-next span {
    padding: 10px 15px;
    color: #fff;
    display: inline-block;
    background-color: #007ac0 !important;
}

.owl-next {
    float: right;
}

.owl-dot {
    height: 15px;
    width: 15px;
    display: inline-block;
    background-color: #ccc !important;
    margin: 5px;
    border: solid 2px #fff !important;
}

    .owl-dot.active {
        background-color: #007ac0 !important;
    }

.owl1 .owl-dots {
    text-align: center !important;
    width: 100%;
    z-index: 9999;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.news-item {
    background-color: #fff;
    padding: 20px;
}

    .news-item h4 {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }

footer ul {
    padding-left: 0px;
    margin-left: 0px;
    list-style-position: inside;
    padding: 20px 0px 20px 0px;
}

footer a {
    color: #ddd;
}

    footer a:hover {
        color: #fff;
    }

.news-item {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; */ /*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
}


.slideTextInner img {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #6f30a0 !important;
}

.bigHeading {
    margin-bottom: 45px;
}

.partners img {
    width: 100%;
}

footer .logo2 {
    width: 100%;
    max-width: 200px;
}

.topbar {
    background-color: #007ac0;
    padding: 20px;
    border-radius: 20px;
}

    .topbar .btn {
        margin-top: 20px;
        float: right;
        margin-left: 10px;
    }




.fullWidthButton {
    display: block;
    padding: 20px;
    font-size: 1rem;
    background-color: #136F63;
    color: #fff;
    text-align: center;
}

.greyPadding {
    padding: 60px 0px 0px 0px;
    background-color: #f1f1f1;
    margin-bottom: 75px;
}

.greyBox {
    padding: 20px;
    background-color: #f1f1f1;
}

.whiteBox {
    padding: 20px 20px 60px 20px;
    background-color: #fff;
    margin-bottom: 0px;
}

.space {
    height: 120px;
}

.fullWidthButton {
    margin-bottom: 30px;
}


.paddedbox {
    padding: 40px;
}

    .paddedbox a {
        background-color: #fff;
        color: #444;
        padding: .375rem .75rem;
        font-size: 1rem;
        margin-top: 20px;
        display: inline-block;
    }

.icon img {
    width: 30px;
    margin-right: 10px;
}

.colourHeading {
    background-color: #007ac0;
    font-size: 1rem;
    border-color: #007ac0;
    width: 100%;
    margin-bottom: 0px;
    color: #fff;
    padding: 20px;
}

.fullScreenNav {
    background-color: #fff;
    height: 100vh;
    position: fixed;
    z-index: 999;
    width: 100%;
    display: none;
    top: 117px;
}

.moveUp65 {
    position: relative;
    top: -65px;
}

.zabove {
    z-index: 3;
}

.topNavBar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

.centerButtons {
    margin-top: 45px;
}

.slideTextInner h2 {
    color: #007ac0;
    text-transform: uppercase;
    padding: 10px 0px 0px 0px;
    font-size: 1.4rem;
}

.slideTextInner p {
    margin-bottom: 30px;
}

.btn {
    border-radius: 0px;
}


.mainButton a {
    padding: 20px;
    display: block;
    text-align: left;
    font-size: 1.2rem;
    border-radius: 5px;
    margin: 5px;
    font-weight: 600;
}

    .mainButton a:hover {
        color: #fff;
    }



.makehalf {
    height: 40vh !important;
}

    .makehalf .slideTextInner {
        margin: 0;
        left: 0%;
        width: 100%;
    }

    .makehalf .slideText {
        height: 40vh !important;
        min-height: 40vh !important;
    }

    .makehalf .slideTextInner h2 {
        font-size: 1.5rem;
    }

.leftPart {
    background-color: #fff;
    min-height: 100%;
}

.navbar-toggler .fa {
    padding: 0px 0px;
    width: auto;
    color: #444 !important;
}

.navbar-toggler {
    color: #444 !important;
}

.slideText {
    min-height: 100%;
    position: relative;
    width: 100%;
}

.slideTextInner {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*Overlays*/
.newContainer {
    position: relative;
    width: 100%;
    border-radius: 5px;
}

    .newContainer .image {
        display: block;
        width: 100% !important;
        height: auto;
        border-radius: 5px 5px 0px 0px;
    }

.theme1 .topbar {
    background-color: rgba(0, 176, 240, 1);
    padding: 20px;
}

.theme1 .themebox {
    background-color: rgba(0, 176, 240, 1);
}


.theme1 .themeheader {
    background-color: rgba(0, 176, 240, 1);
}

.theme1 .overlay {
    background-color: rgba(0, 176, 240, 1);
}


.theme1 .dropdown-menu.show a {
    float: left;
    color: rgba(0,0,0,.7) !important;
}

.theme1 .btn-light {
    color: #444;
}


.theme2 .topbar {
    background-color: rgb(111, 48, 160);
    padding: 20px;
}

.theme2 .themebox {
    background-color: rgb(111, 48, 160);
}


.theme2 .themeheader {
    background-color: rgb(111, 48, 160);
}

.theme2 .overlay {
    background-color: rgba(111, 48, 160, 1);
}

.theme1 .btn-light {
    color: #444;
}


.theme2 .dropdown-menu.show a {
    float: left;
    color: rgba(0,0,0,.7) !important;
}

.theme1 .listingBox {
    background-color: #fff;
    margin-bottom: 30px;
    border-bottom: solid 3px #00b0f0;
}

.theme2 .listingBox {
    background-color: #fff;
    margin-bottom: 30px;
    border-bottom: solid 3px rgb(111, 48, 160);
}

.theme3 .listingBox {
    background-color: #fff;
    margin-bottom: 30px;
    border-bottom: solid 3px #136F63;
}

.theme4 .listingBox {
    background-color: #fff;
    margin-bottom: 30px;
  /*  border-bottom: solid 3px rgb(0, 122, 192);*/
}

.theme3 .listingBox .img {
    background-color: #136F63;
}

.theme1 .listingBox .img {
    background-color: #00b0f0;
}

.theme2 .listingBox .img {
    background-color: #6f30a0;
}

.theme4 .listingBox .img {
    background-color: rgb(0, 122, 192);
}

.listingBox img {
    opacity: 0.8;
    max-width: 100%;
}

.listingBox:hover img {
    opacity: 0.5;
}

.listingBox h4 {
    padding: 15px;
}

.listingBox p {
    padding: 15px;
}

.theme3 .topbar {
    background-color: #136F63;
    padding: 20px;
}


.form-style-5 {
    max-width: 800px;
    padding: 10px 20px;
    background: #fff;
    margin: 10px auto;
    padding: 20px;
    border-radius: 8px;
}

input.error {
    border: solid 1px #FB3640 !important;
}

textarea.error {
    border: solid 1px #FB3640 !important;
}

.form-style-5 fieldset {
    border: none;
}

.form-style-5 legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.form-style-5 label {
    display: block;
    margin-bottom: 8px;
}

.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
    background: #eee;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    margin: 0;
    outline: 0;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #eee;
    color: #8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 30px;
}

    .form-style-5 input[type="text"]:focus,
    .form-style-5 input[type="date"]:focus,
    .form-style-5 input[type="datetime"]:focus,
    .form-style-5 input[type="email"]:focus,
    .form-style-5 input[type="number"]:focus,
    .form-style-5 input[type="search"]:focus,
    .form-style-5 input[type="time"]:focus,
    .form-style-5 input[type="url"]:focus,
    .form-style-5 textarea:focus,
    .form-style-5 select:focus {
        background: #d2d9dd;
    }

.form-style-5 select {
    -webkit-appearance: menulist-button;
    height: 35px;
}

.form-style-5 .number {
    background: #1abc9c;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"] {
    position: relative;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #696773;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100% !important;
    border: 1px solid #fff;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}

    .form-style-5 input[type="submit"]:hover,
    .form-style-5 input[type="button"]:hover {
        background: #136F63;
    }




/* Create a simple white box, and add the shadow for the initial state */
.listingBox {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: all 0.3s ease-in-out;
}

    /* Create the hidden pseudo-element */
    /* include the shadow for the end state */
    .listingBox::after {
        content: '';
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0;
        border-radius: 5px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        transition: opacity 0.3s ease-in-out;
    }

    .listingBox:hover {
        transform: scale(1.02, 1.02);
    }

        /* Fade in the pseudo-element with the bigger shadow */
        .listingBox:hover::after {
            opacity: 1;
        }



.theme3 .isotope-item {
    margin-bottom: 15px;
    border: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .theme3 .isotope-item .img {
        margin-botom: 10px;
        border-bottom: solid 3px #136F63
    }

.theme1 .isotope-item .img {
    margin-botom: 10px;
    border-bottom: solid 3px #136F63
}

.theme2 .isotope-item .img {
    margin-botom: 10px;
    border-bottom: solid 3px #136F63
}

.theme3 .themebox {
    background-color: rgb(146, 208, 80);
}

.theme3 .themeheader {
    background-color: #136F63;
}

.theme3 .overlay {
    background-color: rgba(146, 208, 80, 1);
}

.theme4 .topbar {
    background-color: rgb(0, 122, 192);
    padding: 20px;
}



.theme4 .themeheader {
    background-color: rgb(0, 122, 192);
}

.theme4 .themebox {
    background-color: rgb(0, 122, 192);
}


.theme4 .overlay {
    background-color: rgba(0, 122, 192, 1);
}


input[type=text] {
    width: 100%;
    border: 2px solid #ccc;
    box-sizing: border-box;
}


.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 176, 240, 0.5);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-radius: 5px;
}




.newContainer:hover .overlay {
    height: 100%;
    border-radius: 5px;
}

.newContainer .text {
    color: white;
    font-size: 20px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.themebox {
    background-color: #00b0f0;
    margin-bottom: 30px;
    bourder-radius: 5px;
    border-radius: 5px;
}

    .themebox .textBox {
        padding: 15px;
        bourder-radius: 5px;
    }

    .themebox h3 {
        font-size: .8rem;
        color: #fff;
    }

/* overlays */


/*RESPONSIVE SUFF*/


@media (max-width: 400px) {



    .topbar .btn {
    }
}



@media (max-width: 575.98px) {


    .slideTextInner .btn {
        border: solid 1px #fff;
    }

    .themeheader .col-md-6 {
        height: 50vh;
        float: left;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .topbar .col-lg-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .themeheader .vertical-center {
        width: 100% !important;
    }

    .filter-button-group .col-sm-4 {
        width: 33% !important;
    }


    .filter-button-group .btn {
        text-align: center !important;
    }

        .filter-button-group .btn label {
            text-align: center;
            display: block !important;
        }

    .themeheader h1 {
        font-size: 2.2rem;
    }

    .themeheader h3 {
        font-size: 1.1rem;
    }

    .breadcrumb {
        font-size: 0.6rem;
    }

        .breadcrumb li {
            padding: 5px;
            padding-left: 0px;
        }




    .news .themeheader .col-md-6 {
        width: 100% !important;
        flaot: left;
        max-width: 100% !important;
    }
}


@media (max-width: 768px) {

    .topbar .col-lg-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .topbar .col-md-4 {
        padding-left: 0px;
        padding-right: 0px;
    }



    #__ba_launchpad {
        position: fixed;
        bottom: 15px;
        left: 15px;
        z-index: 9999;
    }

    .fontsSize {
        position: absolute;
        top: -60px;
        right: 0px;
    }

    .showOnMobile {
        display: block;
    }


    .hideOnMobile {
        display: none !important;
    }


    .theme1 .searchbox {
        margin-bottom: 0px;
    }

    .theme2 .searchbox {
        margin-bottom: 0px;
    }

    .theme3 .searchbox {
        margin-bottom: 0px;
    }

    .bigMobile {
        height: 70vh;
    }

    .filter-button-group label {
        position: relative;
        top: -3px;
    }

    .vertical-center {
        padding: 0px 0px 0px 0px !important;
        width: 80% !important;
    }

    .text-left {
        padding: 30px;
    }


    .bigMobile .vertical-center {
        width: 80%;
    }

    .themeheader {
        margin-bottom: 35px !important;
    }

    .filter-button-group .btn {
        font-size: .6rem;
    }

    .filter-button-group .col-sm-4 {
    }

    .slideText {
        min-height: 50vh !important;
        background-color: #007ac0;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: bottom;
    }

    .searchbox {
        margin-bottom: 35px;
    }

    .slideTextInner span {
        font-size: 1rem;
    }

    .topbar .btn {
        font-size: .8rem;
    }

    .showOnMobile {
        display: block;
    }

    .slideTextInner h2 {
        text-transform: uppercase;
        padding: 40px 0px 0px 0px;
    }







    .page-content {
        width: 100% !important;
        margin-left: 0rem !important;
        transition: all 0.4s;
    }


    .makehalf .slideTextInner h2 {
        padding-top: 15px;
    }

    .makehalf .slideTextInner p {
    }

    .owl-next span {
        border: solid 1px #fff;
    }

    .owl-prev span {
        border: solid 1px #fff;
    }

    .topbar img {
        width: 100px;
        height: auto;
    }

    .box {
        display: inline-block;
    }



    .rightPart {
        height: auto !important;
        position: relative !important;
        float: leff !important;
        width: 100% !important;
    }

    .leftPart {
        height: auto !important;
        position: relative !important;
        float: leff !important;
        width: 100% !important;
    }
}


@media (max-width: 992px) {


    .topbar .form-inline button {
        width: 60px;
        position: absolute;
        right: 15px;
    }


    .form-inline {
        margin: 0px;
    }

        .form-inline input {
            width: 100% !important;
        }



    .hideOnMobile {
        display: none !important;
    }

    .showOnMobile {
        display: block !important;
    }

    .bigMobile {
        height: 90vh;
    }

    .dropdown-toggle::after {
        float: right;
    }

    .navbar-light .navbar-toggler {
        background-color: #fff !important;
        border-radius: 0px;
        float: right;
        margin-left: 20px;
    }

    .navbar-collapse {
        background-color: #fff !important;
    }


    .tablet {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .navbar {
        background-color: #fff !important;
        padding: 15px 0px;
    }

    .slideText {
        min-height: 50vh !important;
        background-color: #007ac0;
        position: relative;
    }

    .slideTextInner {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .slideTextInner h2 {
            text-transform: uppercase;
            padding: 10px 0px 0px 0px;
            font-size: 1.6rem;
        }



    .logo {
        position: absolute;
        top: 0px;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .slideTextInner span {
        text-align: center;
        display: block;
    }

    .slideTextInner h2 {
        text-align: center;
    }

    .slideTextInner p {
        text-align: center;
    }



    .dropdown-menu a {
        float: left;
        width: 100% !important;
        display: block !important;
    }

    .dropdown-menu li {
        width: 100% !important;
        display: block !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: unset;
    }

    footer .logo2 {
        width: 100%;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .center-mobile {
        text-align: center;
    }

    .slide {
        height: 80vh;
        position: relative;
    }

    .slideText {
        background-color: transparent;
    }

    .slideTextInner {
        margin: 0 !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        padding: 15px;
        width: 80%;
        border-radius: 15px;
    }



    .owl1 {
        position: relative !important;
        height: 80vh !important;
    }

        .owl1 .owl-dots {
            position: absolute !important;
            bottom: 50px !important;
        }

    .slideTextInner h2 {
        font-size: 1.6rem;
    }
}


@media (max-width: 1199.98px) {
    .tablet {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .moveUp65 {
        top: 0px;
    }



    .centerButtons {
        margin-top: 30px;
    }
}




@media (min-width: 576px) {
}


@media (min-width: 768px) {
    .mainButton {
        display: inline-block;
        width: 300px;
    }

    .box {
        display: none;
    }

    .showOnMobile {
        display: none;
    }

    .topbar .form-inline {
        padding-top: 20px;
        text-align: right;
        position: relative;
        right: 15px;
    }
}


@media (min-width: 992px) {

    .leftPart {
        width: 50%;
        float: left;
        text-align: left;
    }

    .rightPart {
        width: 50%;
        float: right;
    }

    .slideTextInner {
        width: 80%;
    }



    #showFullNav {
        margin-left: 100px;
    }

    .dropdown, .dropleft, .dropright, .dropup {
        position: unset !important;
    }

    .slideTextInner h2 {
        font-size: 1.2rem;
    }
}


@media (min-width: 1200px) {
    .slideTextSkew {
        background-color: white;
        transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        position: relative;
        left: 150px;
    }

    .themebox h3 {
        font-size: 1rem;
        color: #fff;
    }

    .topbar .form-inline {
        padding-top: 20px;
        text-align: right;
        position: relative;
        right: 15px;
        float: right;
    }

    .slideText {
        transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        -webkit-transform: skewX(20deg);
        position: relative;
        left: -150px;
    }


    .slideTextInner {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        padding-left: 150px;
    }

        .slideTextInner h2 {
            font-size: 1.6rem;
        }

    .leftPart {
        width: 35%;
        float: left;
        text-align: left;
    }

    .rightPart {
        width: 65%;
        float: right;
    }

    .slideTextInner {
        width: 100%;
    }
}

@media (min-width: 1500px) {

    .themeheader h1 {
        font-size: 3rem;
    }

    .slideTextInner h2 {
        font-size: 2.2rem;
    }
}



/*social media */

.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

    .fa:hover {
        opacity: 0.7;
    }

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}

.fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
    background: #00aff0;
    color: white;
}

.fa-android {
    background: #a4c639;
    color: white;
}

.fa-dribbble {
    background: #ea4c89;
    color: white;
}

.fa-vimeo {
    background: #45bbff;
    color: white;
}

.fa-tumblr {
    background: #2c4762;
    color: white;
}

.fa-vine {
    background: #00b489;
    color: white;
}

.fa-foursquare {
    background: #45bbff;
    color: white;
}

.fa-stumbleupon {
    background: #eb4924;
    color: white;
}

.fa-flickr {
    background: #f40083;
    color: white;
}

.fa-yahoo {
    background: #430297;
    color: white;
}

.fa-soundcloud {
    background: #ff5500;
    color: white;
}

.fa-reddit {
    background: #ff5700;
    color: white;
}

.fa-rss {
    background: #ff6600;
    color: white;
}


/* John's Speechbubble */
.speechbubble {
    display: inline-block;
    background-image: url( '/img/speechbubble.svg' );
    background-size: 100% 100%; /* This forces the background image to stretch */
    padding: 60px;
    /* fill: lime;*/
    color: navy;
    /*  height: 100px;*/
}

    .speechbubble svg {
        /*    fill: lime;*/
    }


.custom-tooltip {
    --bs-tooltip-bg: lightblue;
    --bs-tooltip-color: black;
}

/* Block styles */

.pageHeading {
    background: var(--colour1);
    color: var(--pagebg);
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 3.5rem;
}

    .pageHeading .headingtext {
        padding: 20px;
    }
    .pageHeading .headingimage {
        text-align: right;
        padding: 0;
    }

.sectionHeading {
    color: white;
}

.sectionBody {
    color: white;
}

/*For thead policies page table*/
.table.results {
}

    .table.results tr {
        background-color: var(--pagebg)
    }

    .table.results th {
        background: transparent;
    }

    .table.results td {
        background: transparent;
    }


/* Training Page   */
.accordion-header .accordion-button {
    background: #0070C0;
    color: white;
    font-weight: bold;
}

.btnLink {
    width: 100%;
    margin: 10px;
    padding: 10px;
    text-align: left;
    color: white;
    background-color: gray;
    font-size: large;
    transition: all 0.2s ease-in;
}

    .btnLink:hover {
        transform: scale(1.02);
    }

    .btnLink.smallbtn:hover {
        transform: scale(1.1);
    }