html {
    padding-bottom: 0;
    margin-bottom: 0
}

h5 {
    font-size: 16px;
}
a {
    color: var(--theme-blue);
}

    a:hover {
        color: var(--theme-blue-dark);
    }

body {
    background-image: url(../images/background2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: var(--theme-blue);
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    min-height: 65vh
}

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4
}

@media screen and (max-width:767px) {
    .carousel-caption {
        display: none
    }
}

.navbar-form input, .form-inline input {
    width: auto
}

.navbar {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important
}

.affix {
    width: 100%;
    z-index: 10;
    top: 0
}

@media(min-width:992px) {
    .affix + .container {
        padding-top: 70px !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .affix + .container {
        padding-top: 120px !important
    }
}

@media(max-width:767px) {
    .affix + .container {
        padding-top: 70px !important
    }
}

.responsive_screen_logo {
    height: 125px
}

@media(max-width:519px) {
    .responsive_screen_logo {
        width: 100%;
        height: auto
    }
}

footer {
    width: 100%;
    background-color: #222;
    color: #f7f7f7;
    min-height: 50px;
    margin-bottom: 0
}

.header-wrapper {
    background-color: var(--theme-blue);
    width: 100%;
    margin: auto;
    padding: 10px;
    color: #fff
}

.caseSearch input[type="text"] {
    width: 30%
}

.webSearch input[type="text"] {
    width: 60%
}

@media(max-width:400px) {
    .smallScreenTitleWidth {
        width: 100% !important
    }
}

form {
    display: inline-block
}

.form-control {
    display: inline-block
}

ol.tree {
    padding: 0 0 0 30px
}

li.tree {
    position: relative;
    margin-left: -15px;
    list-style: none
}

li.file {
    margin-left: -1px !important;
    background: #fff
}

    li.file:nth-child(odd) {
        background: #f6f6f6
    }

    li.file a {
        background: url(../images/document.png) 0 0 no-repeat;
        padding-left: 21px;
        text-decoration: none;
        display: inline-block
    }

        li.file a[href*='.pdf'] {
            background: url(../images/icon_PDF.png) 0 0 no-repeat
        }

        li.file a[href*='.xls'] {
            background: url(../images/excel_file.png) 0 0 no-repeat
        }

        li.file a[href*='.doc'] {
            background: url(../images/icon_DOC.png) 0 0 no-repeat
        }

        li.file a[href*='.docx'] {
            background: url(../images/icon_DOC.png) 0 0 no-repeat
        }

        li.file a[href*='.html'] {
            background: url(../images/document.png) 0 0 no-repeat
        }

        li.file a[href$='.css'] {
            background: url(../images/document.png) 0 0 no-repeat
        }

        li.file a[href$='.js'] {
            background: url(../images/document.png) 0 0 no-repeat
        }

li.tree input {
    position: absolute;
    left: 0;
    margin-left: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    height: 1em;
    width: 1em;
    top: 0;
    vertical-align: top
}

    li.tree input + ol {
        background: url(../images/toggle-small-expand.png) 40px 5px no-repeat;
        margin: -27px 0 0 -40px;
        padding: 1.563em 0 0 80px;
        vertical-align: middle
    }

        li.tree input + ol > li {
            display: none;
            margin-left: -14px !important;
            padding-left: 1px;
            vertical-align: middle
        }

li.tree label {
    background: url(../images/folder-horizontal.png) 15px 1px no-repeat;
    cursor: pointer;
    display: inline;
    padding-left: 37px;
    vertical-align: middle
}

li.tree input:checked + ol {
    background: url(../images/toggle-small.png) 40px 5px no-repeat;
    margin: -27px 0 0 -40px;
    padding: 1.563em 0 0 80px;
    vertical-align: middle
}

    li.tree input:checked + ol > li {
        display: block;
        margin: 0 0 .125em
    }

        li.tree input:checked + ol > li:last-child {
            margin: 0 0 .063em
        }

@media screen and (max-width:632px) {
    .rwd-break {
        display: none
    }
}

.smallLogoDiv {
    min-height: 140px;
    display: inline
}

.fullwidth {
    width: 100%
}

.disclaimerText {
    font-size: .8em
}

.inline-header, .inline-header h4 {
    display: inline-block;
    vertical-align: baseline
}

.navbar-custom .navbar-nav .open .dropdown-menu > li > a, .navbar-custom .navbar-nav .open .dropdown-menu {
    background-color: #fcfcfc;
    color: var(--theme-blue)
}

.navbar-custom .navbar-nav .dropdown-menu > li > a:hover, .navbar-custom .navbar-nav .dropdown-menu > li > a:focus {
    background-color: var(--theme-blue);
    color: #eee
}

.navbar-custom .navbar-nav .dropdown-menu > li.active > a {
    background-color: var(--theme-blue);
    color: #fff
}

.navbar-custom .icon-bar {
    background-color: var(--theme-blue)
}

span.glyphicon-question-sign {
    font-size: 1.9em
}

span.glyphicon-search {
    font-size: 1.3em
}

span.glyphicon-question-sign, span.glyphicon-search {
    vertical-align: middle
}

.JudgeContent {
    padding: 15px
}

.BioCitations {
    padding-left: 35px
}

.smallIndent {
    padding-left: 15px
}

@media(max-width:400px) {
    .smallIndent {
        padding-left: 5px
    }
}

.red {
    color: #f00
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.center-pills {
    display: inline-block
}

.navbar-custom .navbar-nav > li.active > a {
    color: var(--theme-blue)
}

    .navbar-custom .navbar-nav > li.active > a:hover, .navbar-custom .navbar-nav > li.active > a:focus {
        color: var(--theme-blue)
    }

.navbar-custom .navbar-nav > li.active > a, .navbar-custom .navbar-nav > li > a:hover {
    -moz-box-shadow: inset 0 -10px 10px -10px var(--theme-blue);
    -webkit-box-shadow: inset 0 -10px 10px -10px var(--theme-blue);
    box-shadow: inset 0 -3px 0 0 var(--theme-blue)
}

.panel-success .panel-title, .panel-success .panel-heading {
    background-color: #37a51f
}

.panel-success {
    border-color: #37a51f
}

.panel-warning .panel-title, .panel-warning .panel-heading {
    background-color: #eb8609
}

.panel-warning {
    border-color: #eb8609
}

.panel-default .panel-title, .panel-default .panel-heading {
    color: var(--theme-blue)
}

.text-warning {
    color: #844B06 !important
}

.text-danger {
    color: #c80039 !important
}

.text-darkDanger {
    color: #b00 !important
}

.text-success {
    color: #115740 !important
}

.bold {
    font-weight: bold
}

.modal-header, .modal-body {
    color: #222;
    text-align: left
}

.nav-tabs {
    border-bottom: 1px solid #dfd7ca
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #dfd7ca #dfd7ca #dfd7ca;
                color: #3399f3
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #3399f3;
            background-color: #fff;
            border: 1px solid #dfd7ca;
            border-bottom-color: transparent;
            cursor: default
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }


@media(min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dfd7ca
}

@media(min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dfd7ca;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.nav-tabs > li > a {
    background-color: #f4f4f4;
    border-color: #e5e5e5;
    color: var(--theme-blue)
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 0 !important
}

@media(min-width:768px) {
    .navbar-nav {
        margin-bottom: -1px
    }
}

.pagination > li.active > a, .pagination > li.active > a:hover, .pagination > li.active > a:focus {
    background-color: var(--theme-blue);
    color: white;
}

.pagination > li > a {
    color: var(--theme-blue);
}


@media(min-width:768px) {
    .navbar-form {
        display: none
    }
}

@media(max-width:767px) {
    .site-search {
        display: none
    }
}

.nav {
    width: 100%
}

.table {
    background-color: #fff;
    color: #000
}

.panel-info .panel-title, .panel-default .panel-info {
    color: var(--theme-blue)
}

.text-purple {
    color: #800080
}

.hoverCursor :hover {
    cursor: pointer
}

@media print {
    .ui-tooltip, .tooltip {
        visibility: hidden
    }

    body, h1, h2, h3, ol, ul, div {
        width: auto;
        border: 0;
        margin: 0;
        padding: 0;
        float: none;
        position: static;
        overflow: visible !important
    }

    .container {
        width: 100%;
        padding-top: 5px
    }

    footer {
        page-break-after: always
    }
}

.contactMenu {
    z-index: 10;
    position: fixed;
    top: 25%;
    left: 0
}

table.dataTable thead th {
    position: relative;
    background-image: none !important
}

    table.dataTable thead th.sorting:after, table.dataTable thead th.sorting_asc:after, table.dataTable thead th.sorting_desc:after {
        position: absolute;
        top: 12px;
        right: 8px;
        display: block;
        font-family: FontAwesome
    }

    table.dataTable thead th.sorting:after {
        content: "";
        color: var(--theme-grey);
        font-size: .8em;
        padding-top: .12em
    }

    table.dataTable thead th.sorting_asc:after {
        content: ""
    }

    table.dataTable thead th.sorting_desc:after {
        content: ""
    }

.googleCalendar {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

    .googleCalendar iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

@media print {
    .back-to-top {
        display: none !important
    }
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 75px;
    z-index: 10000;
    display: none
}

.panel-top-padding {
    padding-top: 5px
}

.columnWrapBuffer {
    margin-bottom: 10px
}

.picker__input {
    cursor: pointer !important
}

.headerNoTopMargin {
    margin-top: 0
}

.rightPadding {
    padding-right: 15px
}

.pinkBox, .whiteBox {
    width: 25px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border: solid 1px;
    border-color: var(--theme-grey);
    margin: 2px
}

.pinkBox {
    background: #f2dede !important
}

.whiteBox {
    background: #fff !important
}

.fullCalendar {
    background: #fcfcfc;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    padding: 5px
}

    .fullCalendar h2 {
        color: var(--theme-blue)
    }

    .fullCalendar .fc-day-header {
        background-image: -webkit-linear-gradient(#6d94bf,var(--theme-blue) 50%,#3e648d);
        background-image: -o-linear-gradient(#6d94bf,var(--theme-blue) 50%,#3e648d);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#6d94bf),color-stop(50%,var(--theme-blue)),to(#3e648d));
        background-image: linear-gradient(#6d94bf,var(--theme-blue) 50%,#3e648d);
        background-repeat: no-repeat;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf',endColorstr='#ff3e648d',GradientType=0);
        -webkit-filter: none;
        filter: none;
        border: 1px solid #345578;
        color: #fff;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .fullCalendar .fc-day-number {
        color: #000
    }

.g-recaptcha {
    display: inline-block
}

.loginForm {
    background: #f6f8f9;
    background: -moz-linear-gradient(top,rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
    background: -webkit-linear-gradient(top,rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
    background: linear-gradient(to bottom,rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9',endColorstr='#f5f7f9',GradientType=0);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -ms-box-shadow: 0 1px 0 #fff inset;
    -o-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}

.wrapLink {
    word-break: break-all
}

.scrollTable {
    overflow-x: auto
}

.smallScreenScrollNotice {
    display: none
}

@media(max-width:767px) {
    .smallScreenScrollNotice {
        display: inline-block
    }
}

.google-maps {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important
    }

.carousel_desc {
    color: #eb8609
}

.override-page-css {
    font-size: 16px;
    line-height: 1.70;
    color: #444444
}

    .override-page-css h1, .override-page-css h2 {
        border-bottom: 1px solid;
    }

    .override-page-css h2 {
        line-height: 2;
    }


        @media (max-width: 600px) {
            .override-page-css {
        font-size: 14px !important;
    }
}

.box {
    border: 1px solid var(--theme-grey);
    border-radius: 5px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.box-header {
    background: #F5F5F5;
    width: 100%;
    margin-top: 0px;
    padding: 20px 30px;
    border-bottom: 1px solid var(--theme-grey)
}

.box-content, .box > * {
    padding-left: 30px;
    padding-right: 30px;
}

.box > ul {
    padding-left: 62px;
    padding-right: 30px;
}

.box-contentImgJudges {
    width: 175px;
    box-shadow: 0 0 5px black;
    margin-bottom: 20px;
    display: block;
}

.btnExpand {
    outline: none;
    border: none;
    background: none;
}

.expandable {
    display: none;
}

.borderedItems {
    display: inline-block;
    border: 1px solid #3263A0;
    border-radius: 3px;
    padding: 10px;
    margin: 0 30px;
}

.borderedItemsAnchor {
    word-break: break-all;
    line-height: normal;
}

.removeBorders {
    border-left: 1px solid #3263A0;
    display: inline-block;
    padding: 0 30px;
}

.alertInfoExt {
    width: 100%;
    max-width: 300px;
    display: inline-table;
    padding: 15px 20px;
    margin-bottom: 10px;
}

.tableFix {
    margin: 0 30px 10px 30px;
    background: white;
}

    .tableFix tr th, .tableFix tr td {
        padding: 10px;
        border: 1px solid var(--theme-grey);
    }

.tableFirstSet {
    background-color: #e7ffe7;
}

.tableSecondSet {
    background-color: #eaf3ff;
}

.tableThirdSet {
    background-color: #fffbd6;
}

.tableAdminOrders {
    margin: 0 30px 10px 30px;
}

    .tableAdminOrders tr td {
        border: none;
        font-size: 14px;
    }

.tableDate {
    width: 150px;
}


td img {
    margin-right: 5px;
}



.left-padding {
    padding: 15px;
}

.blockPadding {
    padding: 20px;
}



.adjustTopNav {
}

    .adjustTopNav li {
        padding: 0 !important;
    }

    .adjustTopNav .active a {
        background: var(--theme-blue) !important;
        color: white !important;
        border: 1px 1px 0px 1px solid var(--theme-blue) !important;
    }

    .adjustTopNav li a {
        background: white !important;
        color: var(--theme-blue) !important;
        border-bottom: 1px var(--theme-blue) !important;
        height: 55px;
        padding: 10px;
    }

    .adjustTopNav form {
        width: 49%;
    }

    .adjustTopNav li input {
        background: white !important;
        color: var(--theme-blue) !important;
        border: 1px solid var(--theme-blue) !important;
        border-radius: 4px;
        width: 100%;
        padding: 10px 15px;
    }

    .adjustTopNav .active input {
        background: var(--theme-blue) !important;
        color: white !important;
    }

.btnCollapse {
    border: none;
    border-radius: 5px;
    background: #f5f5f5;
    text-align: left;
    width: 100%;
    margin-bottom: 25px;
    outline: none;
    padding: 5px 20px;
    box-shadow: 0px 5px 5px #00000033;
}

.containerList {
    display: none;
    border: none;
    padding: 20px;
    margin-bottom: 25px;
    margin-top: -20px;
    box-shadow: 0px 5px 5px #00000022;
}

.arrowCollapse {
    float: right;
    font-size: initial;
}

.tableBorder {
    border: 2px solid grey;
}

.large {
    font-size: 115%
}

.width {
    width: 100%;
    padding: 5px;
}

.btnFix {
    width: 100% !important;
    height: 50px;
    white-space: pre-wrap;
}

@media (min-width: 992px) {
    .container-center {
        margin: 0 25%
    }
}


@media (min-width: 992px) {
    .buttonPanel {
        display: none;
    }
}

.buttonPanel {
    background: var(--theme-blue);
    padding: 5px 5px 0 0;
    height: 50px;
    color: white;
    font-size: 20px;
}

    .buttonPanel button {
        float: right;
        border: none;
        text-decoration: none;
        background: transparent;
    }

    .buttonPanel span {
        padding: 5px;
        font-size: 25px;
        color: var(--theme-blue);
        border-radius: 5px;
        background: white;
        border: 1px solid var(--theme-blue);
    }

.noFloatLeft {
    float: none !important;
}

.sidenav_table {
    border-bottom: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    border: 2px solid var(--theme-blue);
}

    .sidenav_table .active {
        /*margin-bottom: 0 !important;
    border-radius: 5px 5px 0 0;*/
        background: var(--theme-blue);
        color: white !important;
    }

    .sidenav_table thead {
        background-color: var(--theme-blue);
        color: #fafafa;
        font-size: 24px;
    }

        .sidenav_table thead tr {
            display: inline-block
        }

    .sidenav_table tbody {
        color: var(--theme-blue);
        background-color: #ffffff;
        font-size: 16px;
    }

    .sidenav_table td {
        text-align: center;
        border: 1px solid var(--theme-blue);
    }

    .sidenav_table li {
        text-align: center;
        border: 1px solid var(--theme-blue);
        background: white;
        margin-bottom: 2px;
    }

        .sidenav_table tbody td:hover, .sidenav_table li:hover {
            background-color: #e6e6e6;
        }

    .sidenav_table ul {
        padding: 0 10px;
        list-style: none;
        border-top: none;
    }

    .sidenav_table tbody button, .btnFillNoDecor {
        width: 100%;
        min-height: 44px;
        border: none;
        background: none;
        padding: 1px;
    }

        .sidenav_table li .active, .btnFillNoDecor:hover {
            background-color: #e6e6e6 !important;
            color: black
        }

.activeBtn {
    background: var(--theme-blue);
    color: white;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .sideNavPanel {
        display: none;
        height: auto !important;
    }

    .sideNavPanelBodyFix {
        display: block; /* Standard syntax */
    }
}

@media (min-width: 992px) {
    .sideNavPanel {
        display: block !important;
    }

    .sideNavPanelBodyFix {
        display: -webkit-flex; /* Safari */
        display: flex; /* Standard syntax */
    }
}

.sideNavPanel {
    background: var(--theme-blue);
    color: white;
    padding: 0 10px 10px 10px;
}

    .sideNavPanel h2, .sideNavPanel h3 {
        color: var(--theme-blue);
        background: whitesmoke;
        margin: 0;
        border-radius: 5px 5px 0 0;
        padding: 5px 0;
    }

    .sideNavPanel h1 {
        color: white;
        font-family: Times, serif;
        font-size: 48px;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
    }

.sideNavPanelContent {
    border: 2px solid white;
    border-radius: 0 0 5px 5px;
    border-top: 2px solid black;
    padding: 15px 2px 10px 2px;
    overflow-wrap: break-word;
    line-height: 1.5em;
}

    .sideNavPanelContent a {
        background: #e6e6e6;
        padding: 0 4px;
        border-radius: 10px;
        
    }

.sideNavPanelBodyFix {
    padding: 0 !important;
}

.sideNavPanelBorder {
    border: 2px solid black;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 0 0 20px #00000050;
}

.sideNavPanelScroll {
    overflow-x: hidden;
    overflow-y: auto;
}


.sideNavPanel img {
    box-shadow: 0 0 10px 5px #00000080;
    margin-bottom: 15px;
}

.textOutline {
    text-shadow: 0 0 2px #000000, 0 0 4px #000000;
}

.text-success-light {
    color: #d7ffd7;
}

.text-danger-light {
    color: #ffadc4;
}

@keyframes up {
    0% {
        border: 2px solid white;
    }

    100% {
        border: 4px solid white;
    }
}


.iframeFix {
    position: relative;
    top: -85px;
    height: 1000px
}

.centerRowCol {
    margin: 0 auto !important;
    float: none !important;
}


.radioForm {
    border: 2px solid;
    display: inline-block;
    border-radius: 20px;
    background: white;
    margin: 6px 0 3px 0;
}

.radioBtn {
    display: none;
}

    .radioBtn:checked + .radioLabel {
        background-color: var(--theme-blue);
        color: white;
        font-weight: bold;
        width: 160px;
    }

.radioLabel {
    padding: 5px;
    color: #444;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    width: 150px;
}

.inlineBlock {
    width: 300px;
    display: inline-block;
}

@media (max-width: 991px) {
    .inlineBlock {
        width: 100%;
    }
}

/************************************* slideShow *************************************/
/************************************* slideShow *************************************/
/************************************* slideShow *************************************/
.slideshow-container {
    box-shadow: 0 10px 20px 5px var(--theme-grey);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    max-width: 750px;
    width: 100%;
    height: 100%;
    margin: auto;
    transition: .4s ease;
}

    .slideshow-container:hover {
        max-width: 755px;
    }

.slideShow {
    display: none;
}

.slides {
    display: block;
    margin: 0px auto;
    width: 100%;
    height: 100%;
}

.slidesCaption {
    color: #ffffff;
    padding: 10px 20px 30px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.8);
    left: 0;
    font-size: 1.5em;
}

    .slidesCaption a {
        color: #ffffff;
        text-decoration: underline;
    }

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    border: none;
}

    .dot:hover {
        background-color: #999;
    }

.activeDot {
    background-color: #555;
}

/* Fading animation */
.fadeTransition {
    -webkit-animation-name: fadeTransition;
    -webkit-animation-duration: 1.5s;
    animation-name: fadeTransition;
    animation-duration: 1.5s;
    opacity: 1;
}



@-webkit-keyframes fadeTransition {
    from {
        opacity: .3
    }

    to {
        opacity: 1
    }
}

@keyframes fadeTransition {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* Next & previous buttons */
.prevSlide, .nextSlide {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 0px 10px;
    color: white;
    font-size: 20px;
    transition: 0.5s ease;
    user-select: none;
    background-color: rgba(0,0,0,.2);
    border-radius: 5px;
}

/* Position the "next button" to the right */
.nextSlide {
    right: 0;
}

    /* On hover, add a black background color with a little bit see-through */
    .prevSlide:hover, .nextSlide:hover {
        background-color: rgb(0,0,0);
        color: white;
        text-decoration: none;
    }

table.dataTable span.highlight {
    background-color: #ffe500;
}

.imageShadow {
    box-shadow: 0px 0px 10px 0px grey;
    border: 1px solid darkgrey;
    margin: 10px;
}

.boxNoSideBorders {
    border-left: none;
    border-right: none;
}


/************************************* custom buttons *************************************/
/************************************* custom buttons *************************************/
/************************************* custom buttons *************************************/
.tile {
    background-color: var(--theme-blue);
    position: relative;
    overflow: hidden;
    min-width: 100px;
    max-width: 300px;
    box-sizing: border-box;
    margin: 0 auto;
    box-shadow: inset 0px 20px 20px 0px #ffffff40, 0px 20px 15px 0px rgba(0, 0, 0, 0.3), 0px 5px 5px 0px #00000090;
    min-height: 120px;
    margin-bottom: 30px;
}

.tile-anchor {
    width: 100%;
    color: white;
    font-size: 18px;
    text-decoration: none;
    display: block;
    padding: 20px 10px;
    font-style: normal !important;
    background-color: transparent !important;
}

.tile-hidden {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.8);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: all .75s ease;
    box-sizing: border-box;
    padding: 10px;
    display: block;
    font-size: 16px;
    color: white;
}

.tile:hover .tile-hidden {
    top: 0;
}

/* custom backgrounds*/
.background-triangle {
    background: linear-gradient(to bottom right, #fff 0%, #fff 50%, lavender 50%, lavender 100%);
}

/*statistics bubbles*/
@media (min-width: 1400px) {
    .counter-container {
        height: 205px !important;
    }
}

@media (min-width: 1200px) {
    .counter-container {
        height: 245px;
    }
}

@media (max-width: 768px) {
    .counter-container {
        height: 225px;
    }
}

.counter-container {
    margin-top: 30px;
    display: grid;
    align-content: space-between;
}

.counter {
    border: 1px solid gold;
    border-radius: 50%;
    font-size: 24px;
    width: 150px;
    height: 150px;
    display: flex;
    margin: auto;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
}

    .counter:hover {
        background: #f6f6f6;
        border-color: darkgoldenrod;
        color: black;
    }

section {
    margin-bottom: 30px;
}


.underline {
    text-decoration: underline;
}

/* ada */
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}



#mainContent {
    font-size: 16px;
    line-height: 1.70;
}

    #mainContent a {
        font-family: 'Times New Roman', Times, serif;    
        font-size: 1.1em;
    }
