/* custom css */

@font-face {
    font-family: 'CTA-Gibson';
    src: url('fonts/GibsonVF/woff/GibsonVF-Regular.woff') format('woff'), url('fonts/GibsonVF/ttf/GibsonVF-Regular.ttf') format('ttf'), url('fonts/GibsonVF/woff2/GibsonVF-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    overflow-y: auto;
}

html body {
    font-family: CTA-Gibson;
}
carousel-item
.navbar-toggler:focus{
    box-shadow: none;
}

.carousel-inner.rounded-3 {
    overflow: visible;
}

.accordion .filterName{
    width: min-content;
}

.fromArticle{
    font-size: 18px;
}
.navbar.navbar-expand-lg {
    width: 100%
}
.carousel-inner.rounded-3 .shareButton {
    background: #7D9B3D;
    height: 200px;
    width: 200px;
    border-radius: 180px;
    z-index: 100000;
    position: absolute;
    bottom: -28%;
    right: 25%;
    color: #fff;
    padding: 30px;
    border: none;
}

.main.carousel .variable-width{
    padding-left: 82px;
}

.carousel-inner.rounded-3 .shareButton span {
    display: block;
}

.carousel-inner.rounded-3 .shareButton span:first-child {
    font-size: 20px;
    width: 90px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.carousel-inner.rounded-3 .shareButton span:nth-child(2) {
    font-size: 12px;
}
    /*body {
    margin-bottom: 60px;*/ /* Margin bottom by footer height */
    /*}*/
    main {
        z-index: 10;
        position: relative;
    }

.d-flex.justify-content-center.detail img{
    height: 119px;
    width: 100%;
}

.detail.article.backgroundPink .d-flex.justify-content-center.detail picture{
    width: 100%;
}

#accordionCategory .accordion-button:not(.collapsed)::after {
    content: "-" !important;
    background-image: none !important;
    transform: none;
    color: #000;
    font-size: 25px;
    position: relative;
    top: -5px;
}

#accordionCategory .accordion-button::after {
    content: "+" !important;
    background-image: none !important;
    transform: none;
    color: #000;
    font-size: 25px;
    position: relative;
    top: -5px;
}

.card.news_card.newsSmallTextCard p, .small_author_text.mt-5 {
    font-size: 16px;
}

footer, #accordionCategory .category-value, .header-href, .submitpage {
    font-size: 17px;
}

.collapse.navbar-collapse, .filter-head, .carousel .variable-width div:first-child, #main-carousel-description, .searchForm .accordion-header {
    font-size: 18px;
}

.collapse.navbar-collapse .nav-item, .filter-head  span{
    font-size: 19px;
}

.relatedArtifacts, .card-body .card-date, .card.news_card.newsSmallTextCard a {
    font-size: 20px;
}

.card.news_card.newsSmallTextCard h4, .card-body a {
    font-size: 21px;
}

.abEvent .container, .abEvent .container h3, #myAccordion, .article .accordion-body, .detail.article .accordion-item .accordion-header .accordion-button {
    font-size: 22px;
}

.carousel .variable-width h4, #Category, .container.mt-5 h4, .filter_title, #headingOne .accordion-button, .article .fw-bold, .article .form-row {
    font-size: 24px;
}

.paddingBottom40 .backgroundPink, .backgroundPink strong, .spotlight, .spotlight .mb-2.mt-2.fw-bolder {
    font-size: 34px;
}

.recommend h3, .bg-white .fw-bold {
    font-size: 36px;
}

.news .detail img{
    width: 50%;
}

#artifactData .accordion-button:not(.collapsed)::after {
    transform: none;
}

#artifactData .accordion-button::after{
    transform: rotate(-90deg)
}

#artifactData .accordion-button {
    background-color: #f5f2f2;
}

footer .text-secondary {
    font-size: 45px;
}

#PageTitle, .detail.article h1, .row.backgroundPink h1.text-center, .search_text {
    font-size: 48px;
}

.detail.article h1{
    text-align: center
}

.abEvent .container h3 {
    font-weight: bold
}

.submitpage{
    background: #fff;
}

.navbar-toggler-close:before {
    content: "\f00d";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.col-sm-12{
    padding-left: 0;
    padding-right: 0;
}

.row.backgroundPink{
    width: 100%;
}

.backgroundPink {
    background: #f5f2f2;
}

.searchForm{
    padding-right: 0;
}

.backgroundPink .accordion-item {
    background: #f5f2f2;
}

#accordionExample .accordion-item {
    border-top: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
}

.accordion-button {
    padding: 0;
}

.accordion-body {
    padding-left: 5px;
}

.header-href {
    padding-left: 15%;
}

.header-href.artifact a, .header-href.artifact span {
    margin-left: 5px;
    margin-right: 5px;
}

.article .header-href > div span:first-child {
    margin-left: 5px;
    margin-right: 5px;
}

/*footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 420px;*/ /* Set the fixed height of the footer here */
    /*line-height: 60px;*/ /* Vertically center the text there */
    /*background-color: #f5f2f2;
}

footer .container {
    background-color: #f5f2f2;
}*/

.container-fluid {
    padding: 0;
    }

.ps-200 {
    padding-left: 200px;
}

.pe-200{
    padding-right: 200px;
}

.arrow-custom-parent{
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    width: 190px;
    margin-left: auto;
    margin-right: auto;
}

.image-pagination-input{
    width: 25px;
}

.row.container.w-75 img{
    height: 202px;
    width: 100%;
}

.card.news_card.newsSmallTextCard{
    max-width: 300px;
}

.card.news_card.newsSmallTextCard a{
    font-weight: 900;
}

.row.container.w-75 .card-body {
    max-width: 100%;
}

.recommend .form-row.col-lg-4.col-md-12{
    max-width: 300px;
}

button.accordion-button.artifact:after {
    position: absolute;
    left: 4%;
}

.splide__arrows.main .arrow-custom{
    background: none;
    font-size: 100px;
}

.splide__arrows.main .arrow-custom i {
    -webkit-text-stroke: 12px white;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.splide__arrow.arrow-custom {
    position: unset;
    transform: unset;
}

#thumbnail-carousel {
    width: 450px;
    margin: 30px auto;
}

#main-carousel{
    width: 75%;
    margin: 0 auto;
}

#main-carousel .splide__track{
    max-width: 613px;
    margin: 0 auto;
}

#main-carousel img {
    max-width: 613px;
    height: 830px;
}

.carousel-description{
    width:650px;
    margin: 0 auto;
}

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.form-row.relatedArtifacts{
    display: flex;
    align-items: center;
}

.form-row.relatedArtifacts img{
    height: 100px !important;
    width: 100px !important;
}

.splide__slide {
    opacity: 0.6;
}

.splide__slide.is-active {
    opacity: 1;
}

img, svg {
    max-width: 100%;
}

.text-decoration-none.search{
    font-weight: 500;
}
/*scrollbars*/
* {
    scrollbar-width: thin;
    scrollbar-color: #0d6efd white;
}
    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 8px;
        height: 8px
    }

    *::-webkit-scrollbar-track {
        background: white;
        border-left: 1px solid #ccc;
        border-top: 0;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #0d6efd;
        border-radius: 0;
        border: 0px solid white;
    }

/*.row {
    --bs-gutter-x: 0px !important;

}*/


.spinner {
    text-align: center;
    height: 100%;
    position: Fixed;
    width: 100%;
    left: 50%;
    top: 0;
    transition:all 1s;
    pointer-events:none
}

.spinner-border {
    margin-top: auto;
    margin-bottom: auto;
}

.aboutusWrap.backgroundPink .center{
    width: 40%;
    margin: 0 auto;
    padding-top: 10%;
    padding-bottom: 5%;
}

.spinner {
    text-align: center;
    height: 100%;
    position: Fixed;
    width: 100%;
    left: 0 !important;
    top: 0;
    z-index: 999;
}

.blogCardListImage {
    width: 100%;
}

.blogListImage {
    height: 100%;
}

/* site sepecific */

.BGGray {
    background-color: #ededed
}

.colContent {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.dropdown-menu li label  {
    padding-left:10px
}

.weight-bold{
    font-weight: 700;
}

.carousel.spotlightwrap{
    margin-bottom: 0;
}

.carousel.spotlightwrap {
    padding-bottom: 30px !important;
}

.weight-bold a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

.container-xxl{
    max-width: unset;
    margin: 0;
    padding: 0;
}

.container-l {
    max-width: 75%;
    margin: auto;
    padding: 0;
}

.row.search_section {
    background: #f7f5f3;
    height: 250px;
}

.flex_center{
    display: flex;
    justify-content: center;
}

.flex_center_vertical{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.paddingTop20{
    padding-top: 20px;
}

.search_section .search_text {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 10px;
}

.row.search_section input {
    border-radius: 0;
    border-bottom: 1px solid #000;
    height: 50px;
}

.mb-3.recommend{
    font-size: 36px;
}

.artifacttHeader .border_bottom {
    height: 1px;
    background: grey;
    margin: 0 50px;
}

.border {
    border: solid #000 !important;
    position: relative;
}

.artifactListBody {
    display: flex;
    flex-direction: row;
    padding: 0 300px;
    margin-top: 50px;
}

.upcomingForm{
    padding-right: 30px;
}

.accordion .category-value.Selected {
    color: #fff;
    background: #154679;
}

.accordion-item {
    border: none;
}

.accordion-button {
    border: none;
}

.upcomingEvents .nav-item.list{
    margin: 0;
}

#myTab button.nav-link.active {
    background: #154679;
    color: #fff;
}

.data .accordion-button::after {
    margin-left: 0 !important;
    margin-right: auto;
    position: absolute;
    left: 0;
    color: #000 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath 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'/%3e%3c/svg%3e") !important;
}

.detail.article .form-row.mb-3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.detail.article .ps-2.text-dark {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.article .accordion-button {
    background: none;
}

.article .accordion-button::after {
    margin-left: 0 !important;
    margin-right: auto;
    position: absolute;
    left: 0;
    top: 3px;
    color: #000 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath 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'/%3e%3c/svg%3e") !important;
}

#headingOne .accordion-button::after{
    left: -5%;
    top: 10%;
}

.accordion-button {
    align-items: flex-end;
}

#ExpandAll, #CollapseAll {
    border-radius: 20px;
}

.accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
}

.accordion-item{
    border-left: none;
    border-right: none;
}

.accordion-item:first-of-type {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

.accordion-item .accordion-button {
    font-weight: 700;

}

.filter_title {
    font-weight: 700;
    font-size: 18px;
    padding: 0 0 35px 20px;
}

.filter-count {
    color: #000;
}

.accordion-button::after{
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}

.filter-pills{
    margin-bottom: 40px;
}

.filter-pills > div {
    display: inline-block;
    background: #f7f5f3;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 700;
}

.filter-pills .btn-close{
   margin-left: 10px;
   position: relative;
   top: 2px;
}

.card{
    border: none;
    margin-bottom: 20px;
}

.artifact-list{
    padding: 0 52px;
}

.artifact-list .view-selector{
    width: 30px;
    height: 15px;
    border: 1px solid #000;
    padding: 5px 20px;
    border-radius: 15px;
    margin-left: 10px;
}

.artifact-list .view-selector.selected {
    background-color: #000;
    color: #fff;
}

.filter-header{
    height: 70px;
    display: flex;
    justify-content: space-between;
}

.filter-header .filter-selected span{
    font-weight: 500;
}

.card-body {
    background: #E6E6E6ED;
}

.cardlist{
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

.cardlist .card-body {
    background: #f7f5f3;
    padding-left: 50px;
}

.card .news_thumb {
    height: 164px;
    width: 100%;
}

.cardlist .news_thumb{
    height: 164px;
    width: 240px;
}

.cardlist .news_thumb img {
    height: 164px;
    width: 240px;
}

.card img {
    height: 164px;
    width: 100%;
}

.card-body h4 a{
    text-decoration: none;
    color: #000;
    font-weight: 300;
    font-size: 20px;
}

.card-date{
    font-weight: 500;
}

.ui-widget{
    display: none
}

#filter-search-button {
    background: #000;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: relative;
    top: -50px;
    left: 97%;
}

#filter-search-button i{
    position: relative;
    top: 12px;
    left: 12px;
    font-size: 25px;
    color: #fff;
}

.list-href.text-dark{
    cursor: pointer;
}

.container .subtitle {
    font-weight: 700;
}

.relatedArtifacts img{
    height: 100px;
    width: 100px;
}

.filter-clear{
    border-radius: 20px;
}

.w_100{
    width: 100px;
}

.h_100{
    height: 100px;
}

.page-item {
    margin-left: 10px;
}

.pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #eaeaea;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.page-item.active .page-link {
    background: #000;
}

.page-item.active .page-link{
    color: #fff !important;
}

.paginationInput {
    max-width: 30px;
}

.carousel .variable-width {
    position: relative;
}

.carousel .variable-width .slick-nextbutton img {
    height: 60px !important;
    width: 30px !important;
}

.carousel .variable-width .slick-prevbutton img {
    height: 60px !important;
    width: 30px !important;
}

.carousel .variable-width .slick-nextbutton, .carousel .variable-width .slick-prevbutton {
    width: 80px;
    height: 220px;
    background: #f7f5f3;
    top: 0;
    -webkit-transform: none;
    transform: none;
    opacity: 80%;
    position: absolute;
    cursor: pointer;
}

.carousel .variable-width .slick-nextbutton i, .carousel .variable-width .slick-prevbutton i{
    font-size: 50px;
}

.carousel .variable-width .slick-nextbutton {
    right: -8px
}

.carousel .variable-width .slick-nextbutton i, .carousel .variable-width .slick-prevbutton i{
    -webkit-text-stroke: 0.5px black;
}

.carousel .slick-prevbutton {
    left: 0;
    z-index: 10000;
}

.carousel .slick-prev:hover, .carousel .slick-prev:focus, .carousel .slick-next:hover, .carousel .slick-next:focus {
    background: #f7f5f3;
    color: #f7f5f3;
}

.carousel.spotlightwrap {
    padding-left: 200px;
    padding-right: 200px;
    background: #e5e5e5;
}

.carousel .spotlight img {
    width: 346px;
    height: 200px;
}

.carousel .position-absolute.chevron{
    top: 50px;
    right: 10%;
}

.slick-prev:before, .slick-next:before {
    color: #000 !important;
    font-size: 45px !important;
}

.banner.carousel{
    max-height: 360px;
}

.banner.carousel img{
    max-height: 360px;
}

.artifactListBody .nav-item{
    width: unset;
}

.nav-item.list{
    width: unset;
}

.article .accordion-item button{
    padding-left: 25px !important;
}

.carousel.container-xxl {
    background: #e5e5e5;
    margin-bottom: 0;
}

.carousel-title {
    color: #852e1b;
}

.variable-width.slick-initialized.slick-slider img{
    height: 220px;
    width: 346px;
}

/*.upcomingEvents #artifact .card-body{
    height: 212px;
}*/

.navbar .container-fluid {
    width: 90% !important;
}

.upcomingEvents .upcomingForm button:after {
    display: none;
}

@media(max-width: 1350px){
    .navbar .container-fluid {
        width: 90% !important;
    }

    body {
        position: relative
    }
}

/*responsive design*/
@media(max-width: 1200px) {
    #main-carousel img {
        max-width: 600px;
        height: 300px;
    }

    .artifactListBody.row {
        padding: 0;
    }

    .accordion-item-category .accordion-header, .accordion-item-category .accordion-body {
        padding-left: 0 !important;
    }

    .d-flex.justify-content-center.detail {
        max-width: 100%;
        margin: 0 auto;
    }

    .header-href {
        padding-left: 3%;
    }

    .backgroundPink .col-xl-4.col-lg-12{
        margin-top: 30px;
    }

    footer .container{
        max-width: 100%;
    }
}

@media(max-width: 992px){
    .navbar-light.navbar{
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-light.navbar .nav-item{
        font-size: 25px;
    }

    .navbar-light.navbar .input-group{
        font-size: 25px;
    }

    .d-flex.justify-content-center.detail {
        max-width: 100%;
        margin: 0 auto;
    }

    .recommend .card-body{
        margin-bottom: 10px;
    }

    .ps-200 {
        padding-left: 20px;
    }

    .pe-200 {
        padding-right: 20px;
    }

    .carousel.spotlightwrap {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 40px !important;
        margin-bottom: 0 !important;
    }

    .carousel .spotlight img{
        height: 300px;
        width: 300px;
    }

    .aboutusWrap.backgroundPink .center {
        width: 80%;
        margin: 0 auto;
        padding-top: 10%;
        padding-bottom: 5%;
    }
}

@media(max-width: 768px) {
    .detail.article .ps-2.text-dark {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 300px;
    }

    .row.mb-5.recommend h3{
        position: relative;
        left: -20%;
    }

    .detail.article .bg-white .row.mb-5 {
        padding-bottom: 100px;
    }

    .navbar .container-fluid {
        width: 95% !important;
    }

    #myTabContent{
        margin-bottom: 20px;
    }

    .navbar-toggler.collapsed {
        border: none;
    }

    .navbar-toggler{
        border: none;
    }

    .header-link {
        max-width: 40%;
        display: inline-block;
    }

    .upcomingEvents .upcomingForm button:after {
        display: block;
    }

    #main-carousel {
        width: 80%;
    }

    #main-carousel img {
        max-width: 450px;
        max-height: 500px;
    }

    .carousel-inner.rounded-3 .shareButton{
        height: 150px;
        width: 150px;
        padding: 15px;
        bottom: -20%;
        right: 10%;
    }

    .carousel-inner.rounded-3 .shareButton span:first-child{
        font-size: 15px;
    }
    .carousel-inner.rounded-3 .shareButton span:nth-child(2){
        font-size: 9px;
    }

        #main-carousel .splide__arrow {
            display: none;
        }

    #main-carousel li {
        display: flex;
        justify-content: center;
    }

    .artifacttHeader input{
        width: 400px;
    }

    .carousel .variable-width img {
        max-width: 350px;
    }

    .carousel-description{
        width: 90%;
    }

    .detail .w-75 {
        width: 100% !important;
    }

    .detail .p-5 {
       padding: 10px !important;
    }

    .article .accordion-button::after {
        background-color: #000;
        border-radius: 10px;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath 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'/%3e%3c/svg%3e") !important;
        background-size: 10px;
        background-position: center;
    }

    .header-href a, .header-href div, .header-href span{
        display: none !important;
    }

    .header-href.artifact{
        display: none !important;
    }

    .container-l {
        max-width: 95%;
    }

}

@media(min-width: 577px) {
    .splide__slide img {
        width: 100%;
        height: 100% !important;
        max-width: 100% !important;
        object-fit: contain;
    }
}


    @media(max-width: 576px) {
        #thumbnail-carousel {
            width: 50%;
        }

        .splide__arrows.arrow-custom-parent.splide__arrows--ltr {
            position: absolute;
            top: -335px;
            left: 0;
            right: 0;
            margin: auto;
        }

        #main-carousel {
            margin-top: 70px !important;
        }

        .submitpage {
            margin-left: 0 !important;
        }

        .weight-bold.header-link {
            font-size: 16px;
            max-width: 50%;
        }

        .paddingBottom40 .backgroundPink, .backgroundPink strong {
            font-size: 20px;
        }

        .mb-3.recommend {
            font-size: 24px;
        }

        .navbar-light.navbar .input-group {
            font-size: 35px;
        }

        .navbar-light.navbar .nav-item {
            font-size: 35px;
        }

        #main-carousel img {
            max-width: 326px;
            height: 207px;
        }

        .detail.article .ps-2.text-dark {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 150px;
        }

        .header-link {
            max-width: 60%;
            display: inline-block;
        }

        .carousel.container-xxl {
            background: none;
        }

        .main.carousel .variable-width {
            padding-left: 0;
        }

        .text-decoration-none.text-start.pe-3.text-dark {
            max-width: 350px;
            margin: 0 auto;
            background: #e5e5e5;
            margin-bottom: 28px;
        }

            .text-decoration-none.text-start.pe-3.text-dark div:nth-child(2), .text-decoration-none.text-start.pe-3.text-dark div:nth-child(3) {
                padding-left: 10px;
            }

        .carousel-inner.rounded-3 .shareButton {
            height: 110px;
            width: 110px;
            padding-top: 24px;
            bottom: -15%;
            right: 10%;
        }

            .carousel-inner.rounded-3 .shareButton span:first-child {
                width: 80px;
                font-size: 12px;
            }

            .carousel-inner.rounded-3 .shareButton span:nth-child(2) {
                font-size: 7px;
            }

        .carousel .variable-width {
            width: 90%;
            margin: 0 auto;
        }

        .carousel .variable-width {
            width: 90%;
            margin: 0 auto;
        }

            .carousel .variable-width div {
                text-align: center;
            }

                .carousel .variable-width div:nth-child(2) {
                    text-align: left;
                    font-size: 24px;
                    color: #000;
                }

                .carousel .variable-width div:nth-child(3) {
                    text-align: left;
                    padding-bottom: 15px;
                }

        .artifacttHeader input {
            width: 250px;
        }

        .card.news_card.newsSmallTextCard {
            margin: 0 auto;
            margin-bottom: 10px;
        }

        .col-md-10.col-12.artifact-list {
            padding-left: 5px;
        }

        .artifactListBody.row .col-md-2.col-12 {
            padding-right: 5px;
        }

        .d-flex.justify-content-center.detail {
            max-width: 100%;
            margin: 0 auto;
        }

        .row {
            margin-right: 0;
        }

            .row > * {
                padding-right: 0;
            }

        .spotlight .d-flex.flex-row {
            flex-direction: column !important;
        }

        .spotlight .d-flex.justify-content-center.flex-shrink-0 {
            padding-top: 45px;
        }

        footer.home {
            bottom: 50px;
        }

        footer .border {
            background-color: #000;
            width: 100%;
            height: 3px;
            position: absolute;
            top: 0;
        }

        footer.home .border {
            background-color: #000;
            width: 100%;
            height: 1px;
            position: absolute;
            top: 50px;
        }

        footer.home .container .row {
            margin-top: 100px;
        }

        .spotlight .slick-track .mt-3 {
            margin-bottom: 0;
        }
    }


@media(max-width: 991px) {
    .preHeader {
        font-size: 12px;
        width: auto;
        text-align: center;
        margin: auto
    }

        .preHeader.px-5 {
            padding: 0 !important
        }

        .preHeader ul li {
            font-size: 12px;
        }



    .dropdown-menu {
        padding: 0
    }

    .fx-vc {
        display: flex;
        justify-content: center;
        align-items: center;
    }



    .carousel-control-next, .carousel-control-prev {
        opacity: 1
    }

    .carousel-control-next-icon, .carousel-control-prev-icon, .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black, .swiper-button-next, .swiper-button-prev {
        background-color: #506690;
        background-size: 60%;
        border-radius: 50%;
        padding: 20px;
    }


        .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
        }

        .carousel-control-next-icon, .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }

    .carousel-control-next, .carousel-control-prev {
        justify-content: end;
        max-width: 50px
    }

    input[type=submit], .btn, .btn.active, .button {
        padding: 8px 16px;
        background: #6C8AEC;
        box-shadow: 0px 4px 12px rgba(108, 138, 236, 0.2);
        border-radius: 8px;
        color: #fff;
        font-size: 14px;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
    }

    a.btn, a.btn.active, a.button {
        padding: 4px 16px;
    }

    .bannerText {
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(0,0,0,0.5);
        color: #fff !important;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        text-align: left;
        padding-left: 20px;
        padding-right: 60px
    }

    .carousel-inner .carousel-item {
        height: 100%
    }

    .carousel-inner.rounded-3 .shareButton {
        display: none
    }

    picture, img {
        height: auto
    }

    .container {
        max-width: 1350px
    }

    .btn.cta {
        margin-bottom: 25px
    }

        .btn.cta:hover {
            background: #fff;
            color: #6C8AEC;
            display: inline-block;
            border-color: #6C8AEC;
        }

            .btn.cta:hover svg {
                filter: brightness(0) !important
            }
    .sitelogo .logo {min-width:135px}

    .navbar-toggler {
        position: absolute;
        right: 0;
        top: -72px;
    }
    ul.navbar-nav {
        line-height: 30px
    }
    .header_main .col-sm-10.verticalAlignMiddle {
        width: 100%;
        display: block
    }
    .dropdown-menu.show {border:0}
    header .logo {
        margin: 30px 0;
        max-width: 135px;
    }
}



@media(max-width: 575px) {
    .navbar-toggler {
        top: -93px;
    }
   
   
}

#MainContent_ZoneContainer .button, #MainContent_ZoneContainer input[type=submit] {
    padding: 8px 16px
}

.content-tile.styled {
    box-shadow: 0px 24px 64px rgba(22, 27, 45, 0.1);
    border-top: 2px solid var(--primary)
}
.col-100.postGrid, .postGrid {
    padding: 15px;
    box-shadow: 0px 24px 64px rgba(22, 27, 45, 0.1);
    border-top: 2px solid var(--primary) !important
}

    .content-tile.styled figcaption, .content-tile.styled .bottom {
        padding: 15px
    }
.nav-tabs {
    border-color: #ccc;
    padding-left:0 !important
}s
.nav-tabs li {
    list-style: none
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: var(--primary)
}
    .nav-tabs .nav-link {
        border-color: #ccc;
        padding: 8px 46px !important;
        border-radius:0;
        border-top:3px solid #ccc
        
    }
        .nav-tabs .nav-link.active {
            border-top: 3px solid var(--primary)
        }
        .tileborder {
            box-shadow: 0px 24px 64px rgba(22, 27, 45, 0.1);
        }
.nav-tabs li {
  /*  border-top: 2px solid var(--primary);*/
}

.nav-tabs .nav-link.active h4 {
    color: #0c63e4;
    font-weight: 500
}
footer {
    line-height: normal
}
#loginform input[type='text'], #loginform input[type='password'] {
    padding: 28px 21px !important;
    box-shadow: none;
    border-radius: 0;
}


#registerform label {
    font-weight: normal;
    /*width: 30%;*/
}

#registrationFields input[type=text], #registerform input[type=password] {
    font-weight: normal;
    padding: 20px 16px;
    width: 55%;
}


#registerform select, #registerform textarea {
    width: 55%;
}
#registerform select {height:auto}



a.historyBack {
    padding: 8px 16px;
    background-color: var(--primary);
    color: #fff;
    font-size: 14px;
    border: 1px solid var(--primary);
    border-radius: 0.35rem;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

a.contentTileButton:hover, a.historyBack:hover {
    background-color: #fff;
    border: 1px solid var(--primary);
    color: #2d499d !important;
}