@font-face {
    font-family: 'Azo Sans';
    src: url('/font/AzoSans-Regular.eot');
    src: local('Azo Sans Regular'), local('AzoSans-Regular'), url('/font/AzoSans-Regular.eot?#iefix') format('embedded-opentype'), url('/font/AzoSans-Regular.woff2') format('woff2'), url('/font/AzoSans-Regular.woff') format('woff'), url('/font/AzoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'century_gothicbold';
    src: url('/font/gothicb-webfont.woff2') format('woff2'), url('/font/gothicb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Azo Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    color: #414042;
}


h1, h2, h3, h4, h5, h6, h7 {
    font-family: 'century_gothicbold';
    color: #414042;
}

h1 {
    font-size: 200%;
}

h3{
    font-size: 150%;
}

a {
    color: #414042;
    text-decoration: underline;
}

    a:hover {
        color: #26809f;
    }

.background-primary {
    background-color: #145c69;
}

.color-primary {
    color: #145c69 !important;
}

.btn-outline-primary
{
    border: solid 1px #FFF;
    color: #FFF !important;
}

    .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
        border: solid 1px #FFF;
        background-color: #61a3ab;
    }

.btn-primary {
    background-color: #145c69;
    border: 0;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background-color: #61a3ab;
    }

/*Nav*/
.navbar-toggler {
    color: #FFF !important;
}
.navbar-toggler-icon {
    color: #FFF !important;
}

.navbar {
    font-weight: bold;
    font-style: normal;
    font-size: 105%;
}

.nav-item a, .nav-item a:hover {
    color: #FFF !important;
}

    .nav-item a:hover {
        color: #CCC !important;
    }

.nav-shadow {
    box-shadow: 0 12px 18px -6px rgb(0 0 0 / 30%);
}

.dropdown-menu {
    border-radius: 0px;
    border-color: #fff;
    border-top: solid 3px #CCC;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
    font-size: 100%;
    margin-top: 0;
    
}

    .dropdown-menu li a {
        font-weight: bold;
        padding: 10px 20px;
        color: #000 !important;
    }

        .dropdown-menu li a:hover {
            background-color: #F9F9F9;
            color: #7a7a7b !important;
        }

.page-item.active .page-link {
    color: #fff !important;
    background: #145c69 !important;
    border-color: #145c69;
}

.page-item a {
    color: #145c69 !important;
}


/*Breadcrumb*/
.breadcrumb-container{
    padding-top: 12px;
    font-weight: bold;
}


/*Footer*/
.footer-top {
    border-top: solid 20px #26809f;
}

.footer-links{

}

.footer-links ul
{
    padding: 0px;
}

    .footer-links ul li {
        list-style-type: none;
        padding: 4px 0px;
    }

    .social-media-icons
    {
        font-size: 250%;
    }

.page-title-image {
    min-height: 350px;
    background-size: cover;
    background-position: 50%;
}

.page-title {
    border-radius: 10px;
    background-color: rgba(255,255,255,.68);
    padding: 20px;
    margin-top: 120px;
}

.hero-shadow {
    box-shadow: 0 12px 18px -6px rgb(0 0 0 / 50%);
}

.hero-title-image {
    min-height: 500px;
    background-size: cover;
    background-position: 50%;
}

.hero-title {
    border-radius: 10px;
    background-color: rgba(255,255,255,.78);
    padding: 30px;
    margin-top: 60px;
}

.hero-title h1
{
    font-size: 250%;
    margin-bottom: 20px;
}

.hero-divider {
    background-image: url("/images/hero.svg");
    background-size: 100% 55px;
    height: 55px;
    z-index: 10;
    display: block;
    position: absolute;
    margin-top: -55px;
    width: 100%;
    left: 0;
    right: 0;
}

.quote-shadow {
    box-shadow: 12px 0px 18px -5px rgb(0 0 0 / 50%);
}

.quote-title-image {
    padding: 100px 0px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quote-title {
    border-radius: 10px;
    background-color: rgba(255,255,255,.78);
    padding: 30px;
}

    .quote-title h5 {
        font-size: 180%;
    }

.quote-divider {
    background-image: url("/images/quote.svg");
    background-size: 100% 55px;
    height: 55px;
    z-index: 10;
    display: block;
    position: absolute;
    margin-top: 0px;
    width: 100%;
    left: 0;
    right: 0;
}

.accordion-button
{
    box-shadow: none !important;
}

    .accordion-button:not(.collapsed) {
        color: #414042 !important;
        background-color: #F4F4F4 !important;
    }

    .accordion-button:after {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    }

.card {

}

.card h5, .card p
{
    text-align: center;
}

.card-body-horizontal h5, .card-body-horizontal p {
    text-align: left;
}

.card-image {
    background-color: #82B6BD;
}

.card a{
    text-decoration: none;
}

.file-icon{
    font-size: 400% !important;
}

.latest-news ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.latest-news ul li {
  margin-bottom: 10px;
}

.search-row {
    padding: 20px 10px 20px 10px;
}

.search-row-alt {
    background-color: #f5f5f5;
}

.search-row a, .search-row-alt a{
    text-decoration: none;
}

.badge {
    font-size: 90%;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #145c69;
    color: #fff;
    border-color: #145c69;
}

@media all and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block !important;
    }
}

.hide
{
    display: none;
}

.list-group-bc .list-group-item{
    background-color: #f5f5f5;
}

.list-item-active {
    background-color: #145c69 !important;
    color: #FFF;
}

.form-check-input:checked + .form-checked-content {
    opacity: .5;
}

.form-check-input:checked {
    background-color: #145c69;
    border-color: #145c69;
}

.form-check-input-placeholder {
    border-style: dashed;
}

[contenteditable]:focus {
    outline: 0;
}

.list-group-checkable .list-group-item {
    cursor: pointer;
}

.list-group-item-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

    .list-group-item-check:hover + .list-group-item {
        background-color: #145c69;
    }

    .list-group-item-check:checked + .list-group-item {
        color: #fff;
        background-color: #145c69;
    }

    .list-group-item-check[disabled] + .list-group-item,
    .list-group-item-check:disabled + .list-group-item {
        pointer-events: none;
        filter: none;
        opacity: .5;
    }

.list-group-radio .list-group-item {
    cursor: pointer;
    border-radius: .5rem;
}

.list-group-radio .form-check-input {
    z-index: 2;
    margin-top: -.5em;
}

.list-group-radio .list-group-item:hover,
.list-group-radio .list-group-item:focus {
    background-color: var(--bs-light);
}

.list-group-radio .form-check-input:checked + .list-group-item {
    background-color: var(--bs-body);
    border-color: #145c69;
    box-shadow: 0 0 0 2px #145c69;
}

.list-group-radio .form-check-input[disabled] + .list-group-item,
.list-group-radio .form-check-input:disabled + .list-group-item {
    pointer-events: none;
    filter: none;
    opacity: .5;
}

.list-group-item i {
    font-size: 130%;
}

.list-group-item i.applicants{
    font-size: 380%;
    width: 100px;
    text-align: center;
}

.list-group-item i.applicants-small {
    font-size: 280%;
    width: 100px;
    text-align: center;
    padding-top: 10px;
}

    .list-group-item i.applicants-blue {
        color: blue;
    }

    .list-group-item i.applicants-pink {
        color: #ff0090;
    }

canvas {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.modal-body span
{
    font-weight: bold;
}

#canvas-overlay {
    position: absolute;
    background-color: #145c69;
    width: 300px;
    color: #FFF;
    padding: 15px;
}

    #canvas-overlay h5{
        color: #FFF;
    }

    .canvasWaitTime, .canvasNoOfLets {
        font-weight: bold;
    }

.nav-tabs {
   font-size: 90%;
}

.nav-link
{
    padding: 5px;
}

.nav-tabs li {
    background-color: #F5F5F5;
    color: #000 !important;
    margin: 0px;
}

    .nav-tabs li a {
        color: #000 !important;

    }

.step-container {
    border: solid 1px rgba(0, 0, 0, 0.125);
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
}

.table-allocations, .table-allocations-info {
    font-size: 83% !important;
}

.alert {
    margin-bottom: 0px;
    background-color: #26809f;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 8px 20px;
    box-shadow: 0 10px 18px -6px rgb(0 0 0 / 40%);
}

.alert p
{
    margin-bottom: 0px;
}

.alert a { 
    color: #fff;
}

    .alert a:hover {
        color: #CCC;
    }


#cookieConsent {
    position:fixed;
    bottom: 0;
    left: 0;
    z-index: 200;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    background-color: #009BA8;
    color: #FFF;
}

    #cookieConsent btn {
        position: fixed;
    }

.dropdown-menu li {
      position: relative;
    }

.dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    border-radius: 0px;
    border-color: #fff;
    border-top: solid 3px #CCC;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 5px 0px;
    font-size: 100%;
    margin-top: 0;
    padding: 0;
    margin: 0;
    background-color: #FFF;
}


.dropdown-submenu li {
    list-style-type: none;
    }
    
    
    .dropdown-menu>li:hover>.dropdown-submenu {
      display: block;
    }

.dropdown-mobile-submenu {
    
}

.dropdown-mobile-submenu li {
    list-style-type: none;
    padding: 0;
}

    .dropdown-mobile-submenu li a {
        padding: 5px 5px;
    }

