/*color-profile SETTINGS
LaGuardia RED = #c62730*/

/*Style form underlined red*/
/*border: 0;
border-bottom: 1px solid #C62730;
border-radius: 0;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}*/


* {
    margin: 0px;
    border: 0px;
}

*, :after, :before {
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

body i {
    font-family: 'FontAwesome';
}

#page {
    height: auto;
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

#header, #page, #footer {
    max-width: 1750px;
    width: 100%;
    zoom: 1;
}

#header, #page, #footer {
    margin: 0 auto;
}




@media only screen and (min-width: 1024px) {
    #page {
        box-shadow: 0 0 115px -65px rgba(0, 0, 0, .15);
    }
}

#main-row {
    width: 100%;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

.EPcontainer {
    max-height: 650px;
    overflow: hidden;
}

.share-icons {
    background: black;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
}


.share-btn {
    font-size: 1.3em;
    padding: 0 5%;
    display: inline-flex;
}

.btn-lg {
    font-size: 1.5em !important;
}

.header-wrap {
    background: white;
}

ul {
    padding-inline-start: 0px;
}

a {
    color: #c62730;
    transition: 0.3s;
}

    a:hover {
        color: #aaa !important;
        opacity: 0.9;
    }

img {
    max-width: 100%;
    -webkit-user-drag: none;
}

.fw-100 {
    font-weight: 100;
}

.fw-500 {
    font-weight: 500;
}

.fw-900 {
    font-weight: 900;
}

.fs-small {
    font-size: 14px;
}

.fs-big {
    font-size: 2em;
}

em:hover {
    color: #c62730;
    cursor: default;
}

b, strong {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 1.0625rem;
}

#top-links {
    float: right;
    font-size: 1.2vw;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*ARCHIVE LOGO(JUST THE TEXT)*/
.archive-logo h4 {
    text-align: center;
    font-family: 'Gilda Display', serif;
    font-weight: bold;
    float: left;
    padding: 1px;
    margin-bottom: 0%;
    padding-bottom: 0%;
    font-size: 33px;
    color: #000000;
}

.letter-hover {
    opacity: 1;
    transition: 0.3s;
}

    .letter-hover:hover {
        color: #aaa;
        opacity: 0.9;
    }

.logo-img img {
    max-width: 15%;
    height: auto;
    float: left;
}

div#navogation > ul > li > a {
    padding-top: 1em !important;
}

#logo:hover {
    opacity: 0.9;
}

address, dl, ol, p, pre, ul {
    margin-bottom: 0.1rem;
}

/*Jumbotron*/
.jumbotron {
    position: relative;
    padding-top: 0px;
    margin-top: 0px;
    max-height: 550px;
    padding-bottom: 0px;
    margin-bottom: 1%;
}

.jumbotron-image {
    opacity: 0.7;
    max-height: 550px;
    max-width: 100%;
    transition: 0.3s;
}

    .jumbotron-image:hover {
        opacity: 0.9;
    }



.overlay {
    background-color: black;
}

.ooverlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.container-dark {
    background-color: black;
    width: 100%;
}

.card-footer, .card-header {
    background-color: white;
}

/*Breadcrumbs*/
.breadcrumb {
    border-radius: 2px !important;
    padding-left: 5.7% !important;
    /*margin-top: 1rem;*/
    background-color: white !important;
    /*box-shadow: 0px 0px 3px 0px #960000;*/
    font-family: 'Noto Serif KR', serif!important;
    letter-spacing: 1px!important;
    margin-bottom: 0%!important;
    border-bottom: 1px solid #ddd!important;
    /*border-top: 1px solid #ddd;*/
}

ol.breadcrumb a {
    color: #404040c7!important;
}

.breadcrumb-item.active {
    color: #ccc!important;
}



/* Float Shadow */
.hvr-float-shadow {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-float-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        /* W3C */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        /* move the element up by 5px */
    }

        .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
            /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
        }

.megamnu {
    width: 1150px;
}

.megamnu-links {
    font-size: 18px !important;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: left !important;
    line-height: 22px !important;
    padding: 9px !important;
    font-weight: 500;
}

/*MASTER PAGE NAV BAR*/
#home-nav {
    display: table;
    width: 100%;
    height: 350px;
    position: relative;
}

    #home-nav ul {
        display: table-row;
    }

    #home-nav li {
        display: table-cell;
        width: 25%;
        border-radius: 5px;
    }

    #home-nav a {
        display: block;
        padding: 2%;
        text-decoration: none;
        font-size: 1vw;
        border-color: rgba(255, 255, 255, 0.5);
    }

    #home-nav span {
        font-family: 'Noto Sans KR', sans-serif;
        letter-spacing: 1px;
        color: transparent;
        text-align: left;
    }

    #home-nav li:hover {
        cursor: pointer;
        filter: brightness(110%);
        transition-duration: 0.7s;
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
    }


h4.nav-title {
    color: white;
    font-size: 2rem;
    font-family: 'Gilda Display', serif;
    text-align: center;
    position: absolute;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.homepage-feature-container {
    width: 99%;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}


.group h2 {
    margin: 10px;
}

a.navbar-top-link {
    font-size: 18px !important;
    color: black !important;
    padding: 0px 15px !important;
}

    a.navbar-top-link:hover {
        color: #aaa !important;
        opacity: 0.9;
    }

/*.bottomCard {
    border: 1px solid red;
    height: 170px;
}

.fas fa-arrow-right {
 position:fixed;
}*/

.label-top {
    font-family: 'Noto Serif KR', serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1%;
    padding-top: 9px;
    padding-bottom: 2.6%;
}

.highlight-image-container {
    overflow: hidden;
    position: relative;
    height: auto;
    width: auto;
}

.pic-container {
    overflow: hidden;
    position: relative;
}

.center {
    /*position: absolute;
    top: 35%;
    width: 85%;
    left: 12%;*/
    /* transform: translate(-50%, -50%); */
    border: 1px solid white;
    background-color: #ffffffcc;
}


/*NYCHA*/

/*.NYCHA {
    padding-top: 1%;
    padding-bottom: 3%;
}

.list-aside {
    background-color: gray;
}

.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
}*/


/*div.ImageDisplay {
    padding: 6%;
}*/


.display-5 {
    font-weight: 200;
    line-height: auto;
    margin-bottom: 0.4rem;
    font-family: 'Gilda Display', serif;
}

.display-7 {
    font-weight: 400;
    line-height: auto;
    margin-bottom: 0.4rem;
    font-family: 'Noto Sans KR', sans-serif;
}

p.indent {
    text-indent: 0.3em;
}

/* The share email Modal (background) */

.modal {
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    background-color: #f4f4f4;
    margin: auto;
}

.modal-title-agreement {
    text-transform: uppercase;
    color: #c62730;
    font-size: 2.5em;
}

.Agriment {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.agrimentRecord {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.share-modal {
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 50rem;
    max-width: calc(100vw - 2rem);
    max-height: calc(100vh - 2rem);
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.24);
    overflow-y: auto;
    position: relative;
}
/* The Close Button */
.close {
    font-size: 5.5rem;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }


/*external link pop up modal*/
div#speedbump {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}
/*#speedbump > div > div {
    background-color: #f4f4f4;
}*/

#speedbump h4.modal-title {
    text-align: center;
    text-transform: uppercase;
    color: #c62730;
    font-size: 2.5em;
}

.modal-body p {
    text-align: center;
    font-size: 1em;
}

button.btn-modal:hover {
    cursor: pointer;
}

button.btn-modal.btn-continue {
    background-color: #c62730;
    border: 0px;
    margin: 1% 0;
}

button.btn-modal.btn-close {
    background-color: inherit;
    font-weight: 400;
}

.modal-header .close {
    font-size: 3.5em;
    color: black;
}

/*.modal-backdrop.fade {
    display: none;
}*/
/**/


/**/

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 30%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 50px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(167,167,167,.7);
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

.modal-pic {
    height: 200px;
    width: 200px;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
    height: 150px;
}


    .active,
    .demo:hover {
        opacity: 1;
    }

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/**/

.dropdown-item {
    cursor: pointer;
}
/**/
img.card-img {
    height: 200px;
    width: 200px;
    background-position: center;
    transition: all 7s ease;
}

.m-adjust {
    margin-right:-15px;
}

#card-featured {
    border: none;
    /* margin: 1.5%; */
    /*border-radius: 0.5rem;*/
    background: transparent;
    /*box-shadow: 0 0px 15px rgba(0,0,0,.05);*/
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    cursor: pointer;
    margin-top: 5%;
}

    #card-featured:hover {
        transform: scale(1.025);
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
        -webkit-transition: transform 2s ease-in;
    }

        #card-featured:hover img.card-img {
            transform: scale(1.01);
            filter: opacity(0.9);
        }

#main-card-footer {
    border-top: none;
}



.container-video {
    padding: 3%;
}

img.newspaper-svg, img.readme-svg {
    width: 6%;
    padding: 0 1% 3% 0;
    opacity: 0.7;
}


a.link-3 {
    font-size: 24px;
    color: #c62730;
    font-weight: 500;
}

a.link-4 {
    font-size: 18px;
    color: #c62730;
    font-weight: 500;
}



/*forms*/
/*#rightDiv {
    border: 2px solid #ccc;
    border-radius: 2px;
}*/

/*make table responsive*/
@media only screen and (max-width: 426px) {
    table, thead, th, td, tr {
        display: block;
    }

        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #ccc;
    }

    td.table-active {
        display: none;
    }

    td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 200px;
        margin-left: 150px;
    }

        td:before {
            position: absolute;
            top: 3px;
            /* left: 6px; */
            width: 200px;
            padding-right: 40px;
            white-space: nowrap;
            margin-left: -145px;
        }

    .restd:nth-of-type(1):before {
        content: "Action Date";
        font-weight: 600;
        color: #33383c;
        font-weight: bold;
    }

    .restd:nth-of-type(2):before {
        content: "Acting Body";
        font-weight: 600;
        color: #33383c;
        font-weight: bold;
    }

    .restd:nth-of-type(3):before {
        content: "Action Taken";
        font-weight: 600;
        color: #33383c;
        font-weight: bold;
    }

    .restd:nth-of-type(4):before {
        content: "Sent To";
        font-weight: 600;
        color: #33383c;
        font-weight: bold;
    }

    .restd:nth-of-type(5):before {
        content: "Due Date";
        font-weight: 600;
        color: #33383c;
        font-weight: bold;
    }

    .restd:nth-of-type(6):before {
        content: "Return Date";
        font-weight: 600;
        color: #33383c;
        font-weight: bold;
    }

    .restd:nth-of-type(7):before {
        content: "Result";
        font-weight: 600;
        color: #33383c;
        font-weight: bold;
    }

    .restd:nth-of-type(8):before {
        content: "Action Note";
        font-weight: 600;
        color: #33383c;
        font-weight: bold;
    }

    .restd2:nth-of-type(1):before {
        content: "Member Name";
        font-weight: 600;
        color: #33383c;
        font-weight: bold;
    }

    .restd2:nth-of-type(2):before {
        content: "Vote";
        font-weight: 600;
        color: #33383c;
        font-weight: bold;
    }
}

caption {
    caption-side: top;
    padding: 0.5rem;
}

.table thead th {
    font-size: larger;
    border-top: none;
    border-right: 2px solid #ccc;
    border-bottom: 5px solid #ccc;
}

td.table-active {
    border-bottom: 3px solid #999;
    border-top: 2px solid #ccc;
}

.table-row {
    border-bottom: 2px solid #ccc;
}

#ResercherMenu {
    text-align: right;
}

/*/////////////////////////*/




.carousel-item-container:hover img.card-img {
    transform: scale(1.2);
    filter: brightness(120%);
}

.carousel-item-container:hover h4.card-title {
    color: #c62730;
    font-size: 1.8em;
}

#divUrlForSearchResults {
    width: 100%;
    height: auto;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}

#popularResultsDiv {
    display: none;
    background: #dfdfdf;
    border: 1px solid #c0c0c0;
    border-radius: 1%;
    color: black;
    width: 100%;
}

.search-controllers {
    width: 100%;
}

.c2a {
    font-size: 1em;
}

/*home banner*/

@media (max-width: 991px) {
    .download-button {
        -webkit-box-direction: normal !important;
        -webkit-box-orient: vertical !important;
        -webkit-flex-direction: column !important;
        -moz-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
}

.buttons {
    padding: 20px 24px 8px;
    max-width: 225px;
    margin-right: 10px;
    border: 1px solid #dddddd;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    color: #000 !important;
}

@media (max-width: 991px) {
    .buttons:first-child {
        margin-bottom: 16px;
    }
}

.buttons i {
    font-size: 44px;
    padding-right: 20px;
    color: #eeeeee;
    margin-top: -8px;
}

.buttons:hover {
    cursor: pointer;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #c62730;
    color: #fff !important;
    border: 1px solid transparent;
}

    .buttons:hover a {
        color: #fff;
    }

.buttons a {
    color: #000;
}

.buttons p {
    margin-bottom: 8px !important;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

    .buttons p span {
        font-size: 24px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
    }

.buttons.dark {
    background-color: #000;
    color: #fff !important;
    border: 1px solid #000;
}

    .buttons.dark i {
        color: #fff;
    }

    .buttons.dark a {
        color: #fff;
    }

    .buttons.dark:hover {
        background-color: #c62730;
        border: 1px solid transparent;
    }

.buttons.gray {
    background-color: #393939;
    color: #fff !important;
    border: 1px solid #393939;
}

    .buttons.gray i {
        color: #fff;
    }

    .buttons.gray a {
        color: #fff;
    }

    .buttons.gray:hover {
        border: 1px solid transparent;
    }

.home-banner-area {
    background: url(../img/home-banner-bg.jpg) center;
    background-size: cover;
}

    .home-banner-area .banner-img {
        text-align: right;
    }

@media (max-width: 1440px) {
    .home-banner-area .banner-img {
        text-align: left;
    }

        .home-banner-area .banner-img img {
            width: 90%;
        }
}

@media (max-width: 991px) {
    .home-banner-area .banner-img {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .home-banner-area .banner-img {
        display: none;
    }
}

@media (max-width: 991px) {
    .home-banner-area .fullscreen {
        height: 700px !important;
    }
}

/*.banner-area {
    background: url(../images/home-banner-bg.png) center;
    background-size: cover;
}*/

.banner-area .banner-content {
    padding: 162px 0;
}

@media (max-width: 767px) {
    .banner-area .banner-content {
        padding: 150px 0 50px;
    }
}

@media (max-width: 767px) {
    .banner-area .banner-content > .col-lg-12.d-flex {
        display: block !important;
    }
}

.banner-area .banner-content .left-part h1 {
    margin-bottom: 15px;
}

.banner-area .banner-content .left-part p {
    max-width: 510px;
}

@media (max-width: 767px) {
    .banner-area .banner-content .right-part {
        margin-top: 100px;
    }
}

.banner-area .banner-content .right-part a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

@media (max-width: 767px) {
    .banner-area .banner-content .right-part a {
        color: #222222;
    }
}

.banner-area .banner-content .right-part span {
    margin: 0 10px;
    color: #fff;
    font-size: 14px;
}

@media (max-width: 767px) {
    .banner-area .banner-content .right-part span {
        color: #222222;
    }
}

.home-banner-content h1 {
    font-size: 60px;
    margin-bottom: 25px;
}

@media (max-width: 991.98px) {
    .home-banner-content h1 {
        font-size: 36px;
    }
}

@media (max-width: 1199.98px) {
    .home-banner-content h1 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .home-banner-content h1 {
        margin-top: 50px;
    }
}

.home-banner-content p {
    margin-bottom: 45px;
}

.fact-area .fact-box {
    box-shadow: 0px 20px 40px rgba(153, 153, 153, 0.2);
    position: relative;
    z-index: 1;
}

.single-fact {
    text-align: center;
    margin: 45px 0;
    padding: 8px 16px;
    border-right: 1px solid #ddd;
}

@media (max-width: 991px) {
    .single-fact {
        margin: 10px 0;
        padding: 8px 32px;
    }
}

.single-fact:last-child {
    border-right: 0;
}

.single-fact h2 {
    font-size: 36px;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .single-fact h2 {
        font-size: 25px;
    }
}

.single-fact p {
    margin: 0;
    font-size: 14px;
}


/*end of CSS for mobiledownload*/


.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #c62730;
}

.dropdown-item:hover {
    background-color: #ececec;
}

/**/





.program-img-container {
    overflow: hidden;
    max-height: 565px;
}

.mission-img-container {
    position: relative;
}

.mission-img {
    width: 99%;
    margin-left: 10%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
}


.aside-content {
    margin-top: 9px;
    /*border-top: 9px solid RGBA(255, 255, 255, 0.1);*/
    height: 380px;
    /*border-bottom: 9px solid RGBA(255, 255, 255, 0.2);*/
    /*background-attachment: fixed;
    background-size: cover;
    background-image: url("../images/888.jpg");*/
}

.con-rws {
    height: 350px;
    /*padding-top: 1%;*/
    /*padding-left: 5%;*/
    /*padding-right: 5%;*/
    /*padding-bottom: 1%;*/
    /*background-color: rgba(20, 20, 20, 0.7);*/
}

img.banner-img {
    height: 370px;
}

#con-rws {
    padding-top: 0.5%;
    padding-bottom: 1.5%;
}

.margin-l {
    margin-left: 8.2%;
}

p.h5-overlay {
    width: 800px;
    text-indent: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 100;
    font-family: 'Noto Serif KR', serif;
    line-height: 1.9;
    font-size: 22px;
    color: #212529;
}

p.description-P {
    letter-spacing: 0.8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    font-size: 18px;
    margin-left: 1em;
    color: #aaa;
}

p.h5-over {
    letter-spacing: 0.5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #343a40;
    font-size: 18px;
}

h2.h5-overlay {
    font-size: 3em;
    color: black;
    margin-bottom: 0px;
    font-family: 'Noto Serif KR', serif;
    text-align: left;
}

h1.h5-overlay {
    font-family: "Noto Sans KR", sans-serif;
    color: #c62730;
    font-size: 3em;
    font-weight: 600;
    margin-top: 0px;
    padding-bottom: 8px;
    text-align: center;
}

.pic-container1 {
    height: 600px;
    width: 500px;
}

h5#titleh4 {
    padding-left: 8%;
}


.aside-pic {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.card-title-light {
    color: white;
    font-weight: 600;
    text-align: center;
}


.icon-large {
    font-size: 3.25rem;
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%, 75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes hvr-icon-down {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%, 75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}
/* Icon Down */
.hvr-icon-down {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .hvr-icon-down .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-down:hover .hvr-icon, .hvr-icon-down:focus .hvr-icon, .hvr-icon-down:active .hvr-icon {
        -webkit-animation-name: hvr-icon-down;
        animation-name: hvr-icon-down;
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%, 75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-up {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%, 75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
/* Icon Up */
.hvr-icon-up {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .hvr-icon-up .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-up:hover .hvr-icon, .hvr-icon-up:focus .hvr-icon, .hvr-icon-up:active .hvr-icon {
        -webkit-animation-name: hvr-icon-up;
        animation-name: hvr-icon-up;
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

.hvr-fade {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

    .hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
    }


a.a-card-title {
    color: black;
    font-weight: 700;
}

    a.a-card-title:hover {
        color: #c62730;
    }

.mission-content {
    padding: 5%;
    padding-top: 1%;
    letter-spacing: 0.5px;
}

.con-discover {
    padding-left: 5.5%;
}

.con-discover2 {
    display: none;
    text-align: right;
    /*padding-top: 5.3%;*/
    /*padding-right: 5%;*/
    align-self: flex-end;
}


.mission-p {
    padding-top: 2%;
    font-size: 20px;
}

.fa-archive:before {
    content: "\f187";
    color: #c62730;
    font-size: 13em;
}

.fa-info-circle:before {
    font-size:25px;
}

a.learn {
    font-size: 21px;
}

.mobile-icon {
    font-size: 4em;
    color: white;
}

input.width-85 {
    width: 95%;
    border: 1px solid #ccc;
    border-bottom: 1px solid black;
}


.card-text {
    margin: 1%;
    /*line-height: 1.6;*/
}
/**/

/**/
/* Underline From Left */
.hvr-underline-from-left {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

    .hvr-underline-from-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 0;
        background: #b1232b;
        height: 1px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
        right: 0;
    }

/* Icon Back */
.hvr-icon-back {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

    .hvr-icon-back .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-back:hover .hvr-icon, .hvr-icon-back:focus .hvr-icon, .hvr-icon-back:active .hvr-icon {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }


/*Icon forward hover*/
.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

    .hvr-icon-forward .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

/* Icon Back */
.hvr-icon-back {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

    .hvr-icon-back .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-back:hover .hvr-icon, .hvr-icon-back:focus .hvr-icon, .hvr-icon-back:active .hvr-icon {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }

/**/
select:required:invalid {
    color: gray;
}

option[value=""][disabled] {
    display: none;
}

option {
    color: black;
}
/**/

.card-body-main {
    height: 250px;
}

.card-title-main {
    color: #343a40;
}

#block-nasm-utility-notification {
    background: #c62730;
    margin: 1%;
}

    #block-nasm-utility-notification .notification {
        padding: 10px 0;
        text-align: center;
    }

        #block-nasm-utility-notification .notification .more, #block-nasm-utility-notification .notification .text-not {
            padding: 10px 0;
            display: inline-block;
            color: #FFF;
        }

/* Icon Fade */
.hvr-icon-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .hvr-icon-fade .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-property: color;
        transition-property: color;
    }

    .hvr-icon-fade:hover .hvr-icon, .hvr-icon-fade:focus .hvr-icon, .hvr-icon-fade:active .hvr-icon {
        color: #c62730;
    }

/* HOME NAV TABS*/
.gray-tab {
    background: linear-gradient(rgba(108, 95, 90, 0.9),rgba(0, 0, 0, 0.9));
}

.blue-tab {
    background: linear-gradient( rgba(94, 129, 128, 0.9),rgba(0, 0, 0, 0.9));
}

.gold-tab {
    background: linear-gradient(rgba(195, 161, 110, 0.9),rgba(0, 0, 0, 0.9));
}

.red-tab {
    background: linear-gradient(rgba(131, 25, 05, 0.9),rgba(0, 0, 0, 0.9));
}

/*CAROUSEL HIGHLIGHTS*/

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33.333%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}


/**/
/*SEARCH TAB*/
#search-nav {
    background: url(../images/search-nav8.jpg);
}

#search-holder {
    background: linear-gradient(rgba(108, 95, 90, 1),rgba(0, 0, 0, 0.2));
    /*background: linear-gradient(rgba(108, 95, 91, 0.8),rgba(0, 0, 0, 0.6));*/
    /*linear-gradient(rgba(141, 35, 15, 1),rgba(167, 164, 164, 0.7));*/
    height: 100%;
    border-radius: .25rem;
}

#search-text {
    margin-top: 30px;
    float: left;
}

/*COLLECTIONS TAB*/
#collection-nav {
    background: url(../images/collections.png) no-repeat;
}

#collection-holder {
    background: linear-gradient( rgba(94, 129, 128, 1),rgba(0, 0, 0, 0.2));
    /*background: linear-gradient( rgba(104, 139, 138, 0.8),rgba(0, 0, 0, 0.6));*/
    /*linear-gradient(rgba(30, 67, 76, 1),rgba(167, 164, 164, 0.7));*/
    height: 100%;
    border-radius: .25rem;
}

#collection-text {
    margin-top: 30px;
    float: left;
}

.p-curr {
    margin-bottom: 2%;
}

/*Curricula TAB*/
#curricula-nav {
    background: url(../images/curricula-nav1.jpg) no-repeat;
}

#curricula-holder {
    border-radius: .25rem;
    background: linear-gradient(rgba(131, 25, 05, 1),rgba(0, 0, 0, 0.2));
    /*background: linear-gradient(rgba(141, 35, 15, 0.8),rgba(0, 0, 0, 0.6));*/
    /*linear-gradient(rgba(201, 158, 16, 1),rgba(167, 164, 164, 0.7));*/
    height: 100%;
}

#curricula-text {
    margin-top: 30px;
    float: left;
}
/*CALENDAR TAB*/
#calendar-nav {
    background: url(../images/calendar-nav.png) no-repeat;
}

#calendar-holder {
    border-radius: .25rem;
    background: linear-gradient(rgba(195, 161, 110, 1),rgba(0, 0, 0, 0.2));
    /*background: linear-gradient(rgba(205, 171, 129, 0.8),rgba(0, 0, 0, 0.6));*/
    /*linear-gradient(rgba(155, 79, 15, 1),rgba(167, 164, 164, 0.7));*/
    height: 100%;
}

#calendar-text {
    margin-top: 30px;
    float: left;
    /*font-size:                  16px;*/
}

/*NAVIGATION BAR FOR THE REST OF THE PAGES*/

#divNavigation {
    margin: 0% 1%;
}

a.nav-link {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-family: "Gilda Display", serif;
}

.nav a:hover {
}


/*BODY*/

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    background: rgba(167, 164, 164, 0.3);
    border-radius: 0px;
    margin-top: 5px;
    clear: both;
    *zoom: 1;
}

section,
aside {
    padding: 1%;
    margin: 10px 1.5% 24px 1.5%;
    font-size: 1vw;
    background-color: lightgray;
}

section {
    float: left;
    width: 63%;
}

aside {
    float: right;
    width: 30%;
}

.scrollable {
    /*background-color: rgba(167, 164, 164, 0.1);*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);*/
    /*height: 700px;
    overflow-y: scroll;*/
}


.fullWidthDropdown {
    width: 90%;
    height: auto;
}

.smallDropdown {
    width: auto;
    height: auto;
}


/* Style inputs with type="text", select elements and textareas */
input [type=text], select, textarea {
    width: 100%; /* Full width */
    /*padding:                    12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

    select:focus {
        border: 1px solid #c62730;
        outline: none !important;
        padding: 2px 14px 7px;
        transition: 0.4s;
        filter: drop-shadow(1px 1px 15px rgb(254, 231, 213));
    }

s
/* Style the submit button with a specific background color etc */
/*input[type=submit] {
    background-color: #c62730;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}*/
/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: rgb(167, 0, 0);
}

/* Add a background color and some padding around the form */
.feedback-form {
    margin-top: 6%;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
/*BACK TO TOP BUTTON*/
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 30px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(167,164,164,0.7); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 1%; /* Some padding */
    border-radius: 47%;
}

h2 {
    margin-top: 0px;
}


.footer-h5 {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
}


#footer > div > div.row {
    padding-bottom: 0px;
}


.list-inline-item i:hover {
    color: darkred;
}

.row ul li i {
    color: black;
}


.cunyLogo:hover {
    cursor: pointer;
}

@viewport {
    width: device-width;
    zoom: 1.0;
}

@-ms-viewport {
    width: device-width;
}


/*======================COLLECTIONS TAB STYLES*/

.collection-button {
    margin: 0 5px 2% 5px;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid black;
    border-radius: 2px;
    background-color: whitesmoke;
}

    .collection-button a {
        color: black;
        font-weight: 500;
        text-decoration: none;
    }

    .collection-button:hover {
        background-color: darkgray !important;
    }


#tblCollectionsList {
    width: 96%;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.019);
    /*margin: 0px;*/
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
    margin: 1rem;
}

    #tblCollectionsList:hover {
        width: 98%;
        box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.19);
    }


#class-text-collections {
    color: #212529;
    font-size: 25px;
}


.input-group-btn {
    font-size: 0.2em;
}

.main-font {
    font-family: 'Cormorant SC', serif;
    font-weight: bold;
}

.collection-form {
    font-size: 1.1em;
    height: 50px;
}

#ContentPlaceHolder1_txtCollectionsSearch {
    width: 685px;
}


#form1 > div:nth-child(3) > div > div.small-module > div > div > div > div:nth-child(1) > div > button {
    height: 50px;
    margin-top: 2%;
}

.btn {
    height: 50px;
}

.btnRequestRep {
    float: right;
    margin: 10px 5px 5px 5px;
    border-radius: 2px;
}

    .btnRequestRep:hover {
        cursor: pointer;
        border: solid 1px dimgrey;
    }

#divColList {
    width: 100%;
}

.btn {
    margin: 1%;
}

.btn-goback {
    padding: 3%;
}

.small-module {
    background-color: white;
}
/*Search Results*/
.searchResult {
    padding: 1%;
}

.searchResultTitle {
    display: block;
    font-size: 1.2rem;
}

.loadingText {
    font-size: 21px;
    color: crimson;
    font-weight: 600;
    text-align: center;
}

#scrollToTop {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: #C62730; 
    color: white; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 10px; 
    font-size: 18px; 
}

    #scrollToTop:hover {
        background-color: #555; 
    }

/*#formatsAndDropdownsDiv {
    display: none;
}*/

/**/
/*DETAIL COLLECTION VIEW*/



/*======================DETAIL PHOTO COLLECTION VIEW*/
.hero-classic {
    position: relative;
}

.lh-2 {
    line-height: 1.8em;
}


.l-container, .l-container-xl, .l-container-lg, .l-container-sm, .l-container-xsm {
    width: 92%;
    margin: 0 auto;
    height: auto;
}

.l-container-sm {
    max-width: 920px;
}

.l-container {
    max-width: 1150px;
}

.l-container-lg {
    max-width: 1430px;
}

.l-container-xl {
    max-width: 1600px;
}

.p-tb-md {
    padding: 40px 0;
}

.p-tb-sm {
    padding: 35px 0;
}


.p-tb-lg {
    padding: 60px 0;
}

.p-tb-xl {
    padding: 75px 0;
}


.p-tb-xs {
    padding: 25px 0;
}

.light-scheme, .bg-lightGray {
    background-color: #f4f4f4;
    border-radius: .25rem;
}

.collection-item-body-container {
    max-width: 900px;
    margin: 0 auto;
}

.collection-info-contain {
    flex-wrap: nowrap;
    padding: 75px 0 10px 0;
}


.collection-info-contain {
    flex: 1 0 calc(100% - (380px + 25px));
}

.collection-info-jawns-contain {
    columns: 3 300px;
    column-gap: 0;
    column-rule: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.collection-info-jawn {
    padding: 15px 15px 20px;
    border-top: 1px solid #e9e9e9;
    break-inside: avoid-column;
    page-break-inside: avoid;
}

.collection-info-jawn-display {
    padding: 0px 9px;
    break-inside: avoid-column;
    page-break-inside: avoid;
}

.page-title {
    padding-left: 2%;
    font-size: 27px;
}

.item-collection-top {
    background-color: white;
    padding: 3%;
    position: relative;
}

.item-collection-title {
    text-align: center;
    font-size: 35px;
}

.collection-image-slide {
    padding: 0;
    margin: 0 auto;
}

.collection-item-gallery-image {
    max-height: 600px;
    height: auto !important;
}

img.collection-item-gallery-image {
    width: auto;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
}


.item-collection-data {
    font-family: "Noto serif KR", serif;
    font-weight: 100;
    color: #404040;
    padding-bottom: 0.3em;
    font-size: 16px;
    /*text-transform: lowercase;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

    .item-collection-data:focus, .item-collection-data:hover, .item-collection-data:active {
        overflow: visible;
        display: block;
        -webkit-line-clamp: initial;
        border: 1px solid #c62730;
        outline: none !important;
        padding: 2px 14px 7px;
        transition: 0.4s;
        filter: drop-shadow(1px 1px 15px rgb(254, 231, 213));
        -webkit-box-orient: vertical;
        /*cursor: pointer;*/
    }
/*======================== 2/8/2023 ========================================================*/

.item-coll-data {
    font-family: "Noto serif KR", serif;
    font-weight: 100;
    color: #404040;
    padding-bottom: 0.3em;
    font-size: 16px;
    /*text-transform: lowercase;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

    .item-coll-data:focus, .item-coll-data:hover, .item-coll-data:active {
        /*overflow: visible;
        display: block;
        -webkit-line-clamp: initial;*/
        border: 1px solid #c62730;
        /*outline: none !important;
        padding: 2px 14px 7px;*/
        /*transition: 0.4s;*/
        filter: drop-shadow(1px 1px 15px rgb(254, 231, 213));
        -webkit-box-orient: vertical;
        /*cursor: pointer;*/
    }





.featured-brief-des {
    color:black!important;
}
/*.display-full {
    font-family: "Noto serif KR", serif;
    font-weight: 100;
    color: #404040;
    padding-bottom: 0.3em;
    font-size: 16px;
    text-transform: lowercase;
    -webkit-line-clamp: inherit !important;
}*/
.ccimgh {
    display: none;
}

#fld-descriptions {
    /*text-transform: lowercase;*/
    text-align: center;
    font-size: 17px;
    color: #404040;
    margin: 0 auto;
    padding: 30px 0 50px;
    font-weight: 400;
}

.share-buttons-container {
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: -webkit-fill-available;
}

.data-detail-container {
    border-top: solid 2px #eee;
    border-bottom: solid 2px #eee;
    padding: 1.065rem 0;
}

.marked-top {
    /*position: relative;
    left: 44%;*/
    text-align: right;
}

/*city council details page*/
.CcViewDetail {
    position: relative;
    left: 25%;
}

.CcViewDetailbtn {
    position: relative;
    top: 32px;
    width: inherit;
    left: 50%;
    transform: translate(-50%, -50%);
}

/**/

.CollectionTable {
    width: 100%;
}

#highlight-table {
}

.home-banner-area {
    background-size: cover;
}

.collection-overview-title {
    font-size: 20px;
    font-weight: 600;
}

#HighlightList {
    box-sizing: border-box;
}

.carousel-item-container {
    background-color: white;
}

#carouselExampleIndicators {
    width: 50%;
    margin: auto;
}

.try-card:hover {
    box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.19);
}

.try-card:first-of-type {
    /*border:1px solid gray;*/
    /*width:50em;*/
    /*height: 30em;*/
    max-height: 100%;
    max-width: 100%;
}

.invalid-feedback {
    color: #c62730;
}

.invalid-feedback, .valid-feedback {
    margin-top: 0;
    margin-bottom: .75rem;
}

.error {
    border: 1px solid #dc3545 !important;
}

.success {
    border: 1px solid #28a745 !important;
    filter: drop-shadow(1px 1px 15px rgb(254, 331, 213));
}

input[type=text], select, textarea {
    border: 1px solid #ccc;
    border-bottom: 1px solid black;
}

/*add styling to input group, make sure its centered*/

.input-group {
    text-align: left;
    width: 100%;
    border-radius: .25rem;
}



.collection-brief-des {
    letter-spacing: 0.1px;
    color: #33383cfa;
    font-size: 20px;
}

#card-featured:hover {
    color: black !important;
}



.Highlights-title {
    display: block;
    font-weight: bold;
    font-style: italic;
}

.collection-highlight-caption {
    float: left;
    width: 70%;
}


.hr-hide {
    display: none;
}

.sidebar-sticky {
    border: 1px solid #eee;
    border-radius: 0.25rem;
}

.sidebar-heading {
    border-bottom: 1px solid #eee;
}
/*Pagination*/
.pag-container {
    text-align: center;
    margin-bottom: 2%;
    margin-top: 2%;
}

.pagination {
    font-size: 18px;
}
/*========================CURRICULA PAGE*/
#CurriculaTabs {
    width: 100%;
    list-style: none;
    display: block;
    text-align: center;
    letter-spacing: 0.6px;
}

    #CurriculaTabs a {
        font-weight: bold;
        color: #444;
        font-size: 1.1rem;
    }

    #CurriculaTabs li {
        border: none;
        border: 0;
        border-radius: 0.25rem;
    }

        #CurriculaTabs li a:hover {
            cursor: pointer;
        }

        #CurriculaTabs li:hover {
            outline: 0;
            box-shadow: none;
            border-color: black;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        }

.img-curr {
    width: 200px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #e0e0e0;
}

/*bubblee top*/
.hvr-bubble-top {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .hvr-bubble-top:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        border-style: solid;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        left: calc(50% - 10px);
        top: 0;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent black transparent;
    }

    .hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

/* Bubble Bottom */
.hvr-bubble-bottom {
    /*display: inline-block;
    vertical-align: middle;*/
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

    .hvr-bubble-bottom:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        border-style: solid;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        left: calc(50% - 10px);
        bottom: 0;
        border-width: 10px 10px 0 10px;
        border-color: #e1e1e1 transparent transparent transparent;
    }

    .hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

.curr-overview-title {
    color: black;
    padding: 2.5% 0 0 0;
}

p.curr-p {
    font-size: 1.3em;
    color: black;
    padding-top: 5px;
    padding-bottom: 9px;
}

h3.card-title {
    letter-spacing: -1.5px;
    margin: 5%;
}


.curr-container {
    border-radius: 2px;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    z-index: 99;
}

    .curr-container:hover {
        background-color: #ccc;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    }

.hidden {
    display: none;
    opacity: 0;
    transition: 0.3s;
}

.learn-div {
    background-color: transparent;
    padding-bottom: 9px;
}

/*Mobile app PAGE*/
.mobileAppDiv {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    /*border-radius: 10px;*/
    width: 20%;
    height: 160px;
    /*border-top: 1px solid #000;*/
    background: transparent;
    z-index: 1;
}

.mobile-con {
    border-radius: 10px;
    border-top: 1px solid #000;
    background-color: black;
}

.mobile-hide {
    position: absolute;
    bottom: 100%;
    width: 100%;
    text-align: center;
}

.close-btn:focus .mobileAppDiv {
    display: none;
}

.mobileAppDiv:hover > .hidden {
    display: block;
    opacity: 1;
}


.app-download-icon {
    margin: 0 3%;
}

.carousel-control-prev-icon {
    background-image: url('../images/icons/chevron-circle-left-solid.svg');
}

.carousel-control-next-icon {
    background-image: url('../images/icons/chevron-circle-right-solid.svg');
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 2.25rem;
    height: 13%;
}

/*pop up*/

#darkBack {
    width: 100%;
    height: 100vh;
    background: rgba(76, 56, 75, .15);
}

#popUp {
    border-radius: 5px;
    position: fixed;
    max-width: 350px;
    height: 240px;
    background: rgba(0, 0, 0, 0.9);
    bottom: 30px;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#new span {
    background: #fff;
    position: absolute;
    color: #c62730;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: -5px;
    border: 3px solid black;
}

#popUp .close {
    color: white;
    right: 8px;
    top: 3px;
    position: absolute;
    font-size: 20px;
    cursor: pointer;
}

#popUp h2 {
    font-family: sans-serif;
    font-size: 17px;
    color: white;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 40px;
    padding: 0 20px;
}


a.button {
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    position: absolute;
    width: 120px;
    font-size: 15px;
    color: #fff;
    border-bottom: 2px solid #861a21;
    background: #c62730;
    border-radius: 4px;
    padding: 8px 0;
}

#plus {
    position: fixed;
    color: #fff;
    bottom: 15%;
    font-size: 15px;
    margin-left: -425px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
}

    #plus span {
        position: absolute;
        margin-top: 38px;
        left: 4px;
    }

    #plus::after {
        content: '';
        display: block;
        display: relative;
        border-top: 55px solid transparent;
        border-bottom: 55px solid transparent;
        border-left: 55px solid #9b1f26;
    }

@media all and (max-width: 900px) {
    #popUp {
        margin-left: -425px;
    }

    #plus {
        margin-left: 0px;
    }
}
/**/

.curr-container:hover ~ .hidden {
    display: block;
    opacity: 1;
}

.ERPLinkDescription {
    list-style: none;
}

    .ERPLinkDescription h3 {
        font-size: 28px;
    }


.ERPDescription {
    padding: 1%;
}

    .ERPDescription:hover {
        opacity: 0.9;
    }

        .ERPDescription:hover img.card-img {
            transform: scale(1.05);
            filter: brightness(110%);
        }

img.card-img.img-curr {
    height: 100%;
    width: 100%;
}

#ListLinksContent {
    cursor: pointer;
}

/*========================FEATURED WINDOW IN LAG_ARC_MAIN PAGE*/
.row1 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
/*right panel main page*/
.right-panel {
    background-color: #f4f4f4;
}

/* Create four equal columns that sits next to each other */
.column1 {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

    .column1 card {
        margin-top: 8px;
        vertical-align: middle;
        width: 100%;
    }

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column1 {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column1 {
        flex: 100%;
        max-width: 100%;
    }
}


.container-show {
    background-color: #F3F3F4;
    height: 100%;
}


/**/
#featLink {
    margin-left: auto;
    margin-right: auto;
}


#card-featured > div.card-header > img {
    height: 200px;
}

div.card.feat-page#card-featured {
    margin: 2%;
}


.collection-title {
    font-size: 16px;
    font-weight: bold;
    position: static;
    color: #000;
    margin-top: 0px;
    margin-left: 0px;
}

.carousel-main-item {
    height: 819px;
    overflow: hidden;
}

img.carousel-main {
    position: absolute;
    width: 100%;
}

.carousel-caption {
    background-color: #0000007d;
    border-radius: 0.25rem;
}

.control-red {
    font-size: 60px;
    color: #c62730;
}

#slide-1 {
    top: 0;
}

#slide-2 {
    top: 0;
}

#slide-3 {
    top: 0;
}


/*Slideshow*/
/* Slideshow container */
.slideshow-container {
    max-width: 1200px;
    position: relative;
    margin: auto;
}

/* Caption text */
.centered {
    color: white;
    font-size: 3vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

li.indicator {
    background-color: #ccc;
}

    li.indicator.active {
        background-color: #6c757d;
    }

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: grey;
    filter: drop-shadow(2px 2px 14px white);
}

li.nav-item {
    font-family: 'Noto Serif KR',serif;
    letter-spacing: 0.7px;
}

.active {
    color: #C62730;
}

/* Fading animation */

/*.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3.0s;
    animation-name: fade;
    animation-duration: 3.0s;
}

@-webkit-keyframes fade {
    from {
        opacity: .6
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .6
    }

    to {
        opacity: 1
    }
}*/

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}
/**/


.hideme {
    opacity: 0;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100px, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}


.m-scene {
    /** Reverse "exit" animations */
}

    .m-scene .scene_element {
        animation-duration: 0.38s;
        transition-timing-function: ease-in;
        animation-fill-mode: both;
    }

    .m-scene .scene_element--fadein {
        animation-name: fadeIn;
    }

    .m-scene .scene_element--fadeinup {
        animation-name: fadeInUp;
    }

    .m-scene .scene_element--fadeinright {
        animation-name: fadeInRight;
    }

    .m-scene .scene_element--fadeinleft {
        animation-name: fadeInLeft;
    }

    .m-scene.is-exiting .scene_element {
        animation-direction: alternate-reverse;
    }


/*the feat cards in Front Page*/

.item-image {
    height: 125px;
    width: 125px;
    overflow: hidden;
    margin-right: 0px;
    float: left;
    text-align: center;
}



#featimg {
    position: relative;
    height: 255px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
    padding-bottom: 0px;
}

.collection-detail-image {
    overflow: hidden;
    height: 25vw;
    width: 35vw;
    margin: auto;
}

div.card:hover {
    /*opacity: 0.8;*/
    /*cursor: pointer;
    border: 0;*/
    /*border-bottom: 1px solid #C62730;
    border-radius: 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
}



/*this is where the featured posts are going to appear*/

a.card {
    display: flex;
    justify-content: space-between;
}

/*h5.card-title {
    position: absolute;
    right: 1%;
    line-height: 1.2em;
    bottom: 40%;
    font-size: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'Gilda Display', serif;
    color: white;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.7);
    padding-top: 3%;
    padding-left: 3%;
    padding-bottom: 0.3%;
    margin-bottom: 2%;
    letter-spacing: -0.1px;
    border: 3px solid #f1f1f1;
}*/


.card-icon {
    width: 25px;
    margin: 1% 0.5%;
    height: 25px;
    transition: all .3s ease-in-out;
}

    .card-icon:hover {
        transform: scale(1.3);
        color: #c62730;
        /*padding: 0.2%;*/
    }

b.b-small {
    font-size: 0.8em;
    color: #666;
}

img.docID {
    height: 100px;
    /*background-image: linear-gradient(0deg, #fdfcfb 0%, #e2d1c3 100%);*/
    padding: 3%;
}

h4.card-title {
    font-family: 'Noto Serif KR', serif;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 28px;
    margin-top: 9px;
    margin-bottom: 7px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*h5.card-title {
    font-family: 'Noto sans KR', sans-serif;
    font-weight: 600;
    font-size: 19px;
    margin-top: 9px;
    margin-bottom: -1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 25px;
}*/

h5.card-title {
    font-family: 'Noto sans KR', sans-serif;
    font-size: 19px;
    margin-top: 4px;
    margin-bottom: 0px;
}

h6.card-title {
    font-family: 'Noto sans KR', sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*.highlight-card {
    cursor:pointer;
}*/

.col-high {
    background-color: #404040c2;
    height: 650px;
    overflow: hidden;
}

.keep-it-center {
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}



.light-box {
    background-color: rgb(255,255,255); /* Fallback color */
    background-color: #ffffffe8; /* white w/opacity/see-through */
    position: absolute;
}

.container-caption {
    position: relative;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    height: 100%;
    width: 100%;
}


#jumbotron-info {
    color: white;
    font-size: 3vw;
    width: 200px;
}

.read-more {
    font-size: 15px;
}

.featuring {
    /* width: 24em; */
    /* padding: 1%; */
    box-shadow: 3px 3px 3px 2px rgba(20, 20, 20, 0.1);
    /* border: none; */
    /* background-color: #f8f8f8; */
    margin: 0.7%;
    border-radius: 2px;
}


.card-feat {
    padding-left: 2%;
    padding-bottom: 2%;
    display: inline-block;
}

.vl {
    display: block;
    border-left: 2px solid #efefef;
    margin: 1%;
}

.card-img-top:hover {
    filter: brightness(110%);
}


.zooming {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.parent:hover .zooming,
.parent:focus .zooming {
    transform: scale(1.0);
}

a.dark-hover {
    color: #404040d4 !important;
}


p.card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

a.no-change:hover {
    color: rgb(33, 37, 41) !important;
}


div.card-footer:hover .fa-chevron-circle-right {
    color: #c62730;
}

#card-featured > div > a.hvr-icon-forward.btn {
    background-color: transparent;
    width: 100%;
    font-size: 16px;
}

#card-text-collections {
    color: rgba(67, 67, 67, 0.9 );
}

h5.card-text {
    line-height: 1.2em;
    letter-spacing: 0.3px;
}


.card-icon-bottom {
    width: 37%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(2px 2px 9px #fff);
}

.white-bk {
    background-color: #f8f9fab3;
    border-radius: 2%;
}


.gigantic {
    height: auto;
    font-family: "Noto Sans KR", sans-serif;
    margin: 3%;
    display: -webkit-box;
    font-size: 1.3em;
    line-height: 1.5em;
}

q:before {
    content: '\201C';
    font-size: 280%;
    font-family: Times New Roman;
    /*padding-right: 10px;*/
    float: left;
}

q:after {
    content: '\201D';
    font-size: 280%;
    float: right;
    /*padding-left: 20px;*/
    font-family: Times New Roman;
}

#featuredDiv {
    text-align: end;
}

#featuredLabel {
    margin: 0 0 0 0;
    text-align: left;
    color: #212529b3;
}


.featuring:hover #featimg {
    transform: scale(1.05);
    filter: brightness(120%);
}

#yearToGet {
    width: 30%;
}

.date {
    font-size: 12px;
    color: #666;
    margin-left: 10px;
}

#featured-posts {
    margin-top: 1%;
}

div.controls1 {
    width: 100%;
    position: absolute;
    top: 33%;
    height: 100px;
}

#nextPage1 {
    display: inline;
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 50%;
}

#previousPage1 {
    display: inline;
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    width: 50%;
}

.ccrs {
    position: absolute;
    transform: translate(50%,50%);
    right: 41.5%;
    top: 50%;
}

.ccls {
    position: absolute;
    transform: translate(50%,50%);
    left: 34%;
    top: 50%;
}

/*
    ====COPPIED CSS FROM THE OLD WEBSITE BELLOW======================================
*/
/*Not everything is use.... use ctrl+f to search for stuff*/
@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */


/* Layout Rules
----------------------------------------------- */
.FileBrowser {
    background-color: #f8f8f8;
    padding: 1.5%;
}

/*canvas#the-canvas {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 9px;
}*/

div.btn-div {
    display: block;
    margin-bottom: 9px;
    margin-left: auto;
    margin-right: auto;
}

    div.btn-div.btn {
        font-size: 10px;
    }




/*============AdvancedSearch CSS*/
#collectionsDiv {
    background-color: white;
    padding-bottom: 1.5%;
}

.con-adv {
    margin-top: 2%;
    margin-bottom: 2%;
}

.mm {
    margin-left: 30%;
}

div.card.listViewV {
    margin-bottom: 3%;
    /*transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);*/
}

/* Create two equal column-views that floats next to each other */
.columnView {
    float: left;
    width: 31%;
    margin: 10px;
    margin-bottom: 1.2em;
    box-shadow: 0 6px 10px rgba(0,0,0,.02), 0 0 6px rgba(0,0,0,.03);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    /*padding: 14px 80px 18px 36px;*/
    cursor: pointer;
    /*text-transform: lowercase;*/
}

.listView {
    position: relative;
    width: 100%;
    border-radius: 0.25rem;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    cursor: pointer;
    /*text-transform: lowercase;*/
}

    .listView:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    }


.columnView:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.08), 0 4px 8px rgba(0,0,0,.06);
    z-index: 999;
}

.columnViewBig {
    float: left;
    width: 48%;
}

/*Search Result Grid or List View*/
/* Clear floats after the column-views */
.rowView {
    padding-top: 2%;
}

    .rowView:after {
        content: "";
        display: table;
        clear: both;
    }
/* Style the buttons */
.btnView {
    border: 1px solid #6c757d;
    outline: none;
    padding: 7px 10px;
    background-color: white;
    color: #6c757d;
    cursor: pointer;
    border-radius: 5px;
}

    .btnView:hover {
        background-color: #6c757d;
        color: white;
    }

    .btnView.active {
        background-color: #6c757d;
        color: white;
    }

.checkbox {
    position: relative;
    top: -0.375rem;
    margin: 0 0.5rem 0 0;
    cursor: pointer;
}

    .checkbox:before {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        content: "";
        position: absolute;
        left: 0;
        z-index: 1;
        width: 1rem;
        height: 1rem;
        border: 2px solid black;
    }

    .checkbox:checked:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: .5rem;
        border-color: #c62730;
        border-top-style: none;
        border-right-style: none;
    }

    .checkbox:after {
        content: "";
        position: absolute;
        top: -0.125rem;
        left: 0;
        width: 1.1rem;
        height: 1.1rem;
        background: #fff;
        cursor: pointer;
    }

.columnView:hover .card-img-top, card-img-small {
    filter: brightness(110%);
}

div.card-grid-footer {
    position: absolute;
    bottom: 0;
    left: 0;
}

a.nav-item.nav-link {
    color: dimgray;
    border-radius: 2px;
    background-color: white;
    border: 1px solid rgba(167, 164, 164, 0.7);
    letter-spacing: 0.7px;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

    a.nav-item.nav-link:hover {
        background-color: #d0d0d0;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white;
    background-color: #c62730;
    border-color: #c62730;
}

.container-header {
    position: relative;
    background-color: black;
    height: 150px;
}

h4.container-header {
    text-align: center;
    color: white;
    padding: 3%;
    font-family: "Noto Serif KR",serif;
    font-size: 2.5em;
}

#collectionsDiv span select {
    background-color: white;
    height: 50px;
    margin-left: 0;
}

.highlight-red {
    border: 2px solid #c62730 !important;
    outline: none !important;
    padding: 2px 14px 7px !important;
}

#PerformSearch {
    margin: auto 0px;
}

.CollectionTitle {
    padding-top: 0px;
    margin-top: 0px;
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: .5px;
    font-size: 18px;
    padding-left: 0.5%;
    margin-bottom: 0.5%;
}


.collection-form {
    /*height: 40px;
    width: 90%;*/
    margin-top: 2.5%;
    margin-left: 2%;
    border: 0;
    padding: 5px 0 7px;
    border: 1px solid transparent;
    border-bottom-color: #c62730;
    border-top-color: #ddd;
    transition: 0.4s;
}

    .collection-form:focus {
        border: 2px solid #c62730;
        border-color: #c62730 !important;
        outline: none !important;
        padding: 2px 14px 7px;
        transition: 0.4s;
        /*-webkit-filter: drop-shadow(8px 8px 10px green);*/
        filter: drop-shadow(1px 1px 15px rgb(254, 231, 213));
    }

#keywordsInput {
    height: 50px;
    width: 100%;
    margin-top: 1%;
    border: 0;
    padding: 5px 0 7px;
    border: 1px solid #ccc;
    border-radius: .25rem;
    border-bottom-color: black;
    border-top-color: #ccc;
    transition: 0.4s;
}

    #keywordsInput:focus {
        border: 2px solid #c62730;
        outline: none !important;
        padding: 2px 14px 7px;
        transition: 0.4s;
        /*-webkit-filter: drop-shadow(8px 8px 10px green);*/
        filter: drop-shadow(1px 1px 15px rgb(254, 231, 213));
    }


#collectionsDropdown {
}

.label-search {
    padding: 2%;
}

.btn-search {
    margin-top: 10%;
}

.fa-question-circle:before {
    content: "\f059";
    font-size: 30px;
}

.btn-filter {
    text-align: left;
}



.search-options {
    padding: 3%;
    padding-top: 2%;
    padding-bottom: 1.4%;
    background-color: #eee;
}

    .search-options#filters {
        background-color: white;
        margin-bottom: 1%;
    }


.dropdownsSubSpanTopLabel {
    color: #635e5e;
}

.popup-lbl {
    margin-top: 1.5%;
    margin-bottom: 1%;
}

label.querierFieldLabel {
    font-size: 16px;
    color: rgb(96, 96, 96);
}


.buttonsDiv {
    text-align: center;
    padding-bottom: 5%;
}

.year-container {
    margin: 0px;
}


.dropdown-s {
    border-radius: 3px;
}

.card-collections-gray {
    background-color: #eee;
    text-align: center;
}

.centeredOverlay {
    position: absolute;
    background-color: #1d1d1dc4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: black;
    text-align: center;
}

    .centeredOverlay span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 42px;
        color: white;
        font-family: "Noto Serif KR",serif;
    }

.parallax-window {
    min-height: 200px;
    background: transparent;
}


.wrapper {
    position: relative;
    height: 200px;
}

#recordsList {
    width: -webkit-fill-available;
}

.card-body-view {
    background-color: white;
    position: relative;
    max-height: fit-content;
    padding: inherit;
    padding-top: 0;
    /*padding-bottom: 0;*/
    margin-top: 12px;
    border-top: 1px solid #e9e9e9;
}

div.node {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #dadada;
    width: 50px;
    height: 50px;
}

img.icon-node {
    width: 30px;
    height: 30px;
    margin-left: 17%;
    margin-top: 15%;
    opacity: 0.4;
}

.checkbox-span {
    padding-left: 1em;
}



.card-img-holder, .card-img-holder-sm {
    position: relative;
    height: 375px;
    overflow: hidden;
}

.card-img-holder-sm {
    height: 311px;
}

.contact-card {
    width: 18em;
    padding-left: 0.5px;
    padding-right: 0.5px;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

    .contact-card:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
        -webkit-transition: transform 2s ease-in;
    }

.no-img {
    position: relative;
    top: -40%;
}

/*.card-img-big {
    position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    max-height: 300px;
    cursor: pointer;
}*/
.card-img-big {
    width: 100%;
    height: 275px;
    object-fit: cover;
    object-position: top;
}

/*.card-img-grid {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: 0% 50%;
}*/

label.qFL {
    display: block;
    letter-spacing: 0.4px;
    font-size: 16px;
    color: rgb(96, 96, 96);
}


/**/
#errorItem {
    background-color: white;
    border: 2px solid red;
    box-shadow: 0px 5px 10px 7px rgba(0, 0, 0, 0.3);
    z-index: 1;
    width: 300px;
    border-radius: 5%;
}

#errorDiv {
    position: absolute;
    top: 25%;
    left: 45%;
    z-index: 2;
}

#closeErr {
    margin-left: 45%;
    margin-top: 2%;
    font-size: 2em;
    padding: 3%;
    border-radius: 50%;
    background-color: red;
}

#closeE {
    right: 18px;
    position: absolute;
    margin-top: 0%;
    font-size: 1em;
    padding: 1%;
    border-radius: 50%;
    background-color: red;
}

.error-text {
    padding-left: 4%;
}

.fa-times:before {
    content: "\f00d";
    color: white;
}

/* Bubble Float Top */
.hvr-bubble-float-top {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-bubble-float-top:before {
        position: absolute;
        z-index: -1;
        content: '';
        left: calc(50% - 10px);
        top: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #e1e1e1 transparent;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
    }

    .hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

        .hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }

.tabs {
    width: 100%;
}

.hideByDefault {
    display: none;
}

#formatTabsSpan {
    display: flex;
    justify-content: space-around;
}

.formatButton {
    width: 17%;
    background-color: white;
}

#filters > label:hover {
    filter: drop-shadow(1px 1px 15px rgb(254, 231, 213));
}

#filters {
    text-align: left;
}

.formatButton:hover {
    filter: drop-shadow(1px 1px 15px rgb(254, 231, 213));
}

.highlightedFormatButton {
    border: 1px solid #ccc;
    border: 2px solid #c62730 !important;
    filter: drop-shadow(1px 1px 15px rgb(254, 231, 213));
    color: Black;
    font-weight: bold;
    height: 50px;
    width: 100%;
}

    .highlightedFormatButton:active, .highlightedFormatButton:focus {
        filter: drop-shadow(1px 1px 15px rgb(254, 231, 213));
    }

.inline-flex-swap {
    display: flex;
}

/* Form Elements
----------------------------------------------- */
/*label, select {
    font-size: 80%;
}*/

select {
    border: 1px solid #ccc;
    border-bottom: 1px solid black;
    border-radius: .25rem;
    /*border-left: none;
    border-right: 0;*/
    width: 20%;
    height: 50px;
    margin: 1%;
    background-color: White;
    color: #828282;
    letter-spacing: 0.5px;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 16px;
    /*font-weight: bold;
    text-transform: uppercase;*/
    padding: .375rem 1.75rem .375rem .75rem;
}

label.querierFieldLabel {
    display: block;
    letter-spacing: 0.4px;
}

select.fullWidthDropdown {
    width: 100%;
    background-color: White;
    color: Black;
}

select.querierFieldDropdown {
    background-color: White;
    color: #33383c;
    min-width: 77%;
    margin-top: 1px;
    margin-bottom: 9px;
}

.adv-sl {
    height: 50px;
    display: inline;
    width: 25%;
    font-size: 16px;
    text-transform: none;
    font-weight: lighter;
    margin: 0 0 9px 0;
    padding: .375rem 1.75rem .375rem .75rem;
    border-radius: .25rem;
}

label.adv-lbl {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 6px;
    font-weight: 600;
}

label.dropdownsSubSpanTopLabel {
    font-size: large;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 1rem;
}

input.querierFieldCheckbox { /* This exists for the action handler */
}

input.idTextbox {
    width: 100%;
    margin-top: 5px;
}

input.dateTextbox { /* This exists for the action handler */
}

/**/

#toggle {
    color: #c62730;
    font-weight: 400;
}


#wrap {
    padding-top: 20px;
    margin: 0 20px;
}

#codesample #wrap {
    width: auto;
}

#LeftColumn {
    margin: 0 10px 0 0;
    padding: 0;
    width: 200px;
    float: left;
}

#LeftColumn, #articles {
    border-left: solid 1px #404040;
    border-right: solid 1px #404040;
    border-bottom: solid 1px #404040;
}

#articles {
    margin-bottom: 10px;
}

#RightColumn {
    margin: 0;
    padding: 0;
    height: 600px;
    float: left;
    width: 750px;
}

#content, #sidebar {
    float: left;
    text-align: left;
}

#content {
    width: 600px;
    margin-right: 15px;
    padding-top: 5px;
}

#sidebar {
    width: 240px;
    margin-top: 0;
}

.SpryHiddenRegion {
    visibility: hidden;
}



/* Table Rules
----------------------------------------------- */

#products {
    border-collapse: collapse;
    empty-cells: show;
    width: 100%;
    margin: 0;
}

    #products caption {
        color: #fff;
        text-transform: uppercase;
        text-align: left;
        font-weight: bold;
        letter-spacing: 0.1em;
        background-color: #FD2800;
        padding: 0.375em;
        border-top: solid 1px #999;
        border-bottom: solid 1px #3a3a3a;
    }

    #products th {
        background: url('../demos/images/bg_grad_gray2.gif') repeat-x;
        padding: 6px 0.25em;
        color: #333333;
        font-weight: bold;
        margin: 0;
        cursor: pointer;
    }

        #products th.infocus {
            background-color: #E6E6E6;
        }

        #products th.selected {
            color: #EAEAEA;
        }

    #products td, #products th {
        margin: 0;
        padding: 0.25em 0.375em 0.45em 0.375em;
        text-align: left;
    }

    #products tr {
        border-bottom: solid 1px #202020;
        -moz-user-select: none;
        -khtml-user-select: none;
    }

        #products tr.infocus {
            background-color: #dfdfdf;
            cursor: pointer;
        }

        #products tr.notinfocus {
            background-color: #fff;
        }

        #products tr.selected {
            color: #b47d25;
        }

    #products tbody {
        margin-top: 0;
    }

.even {
    background-color: #CCC;
}

.rowHover {
    color: #000;
    background-color: #777;
    cursor: pointer;
}

.rowSelected {
    color: #b47d25;
}

.productinfo {
    width: 700px;
    margin-left: 250px;
}

.category {
    float: right;
    margin-top: 18px;
}

.boximage {
    float: left;
    background-color: white;
}

.jsEnabled #productListing {
    display: none;
}

.marked-options {
    padding-left: 15%;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect {
    width: 180px;
}

#controls {
    margin: 0 auto 10px auto;
}

#galleries {
    margin: 0 auto 20px auto;
}

    #galleries label {
        padding-bottom: 2px;
    }

#galleryLinks a {
    color: white;
    text-decoration: none;
}

#transport {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #transport li {
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    #transport a {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 85%;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin: 0 1px 0 0;
        padding: 4px 8px;
        width: 64px;
        float: left;
        display: block;
        -moz-user-select: none;
        -khtml-user-select: none;
    }

        #transport a:link {
            background: #666 url('../demos/images/bg_grad_gray1.gif') repeat-x;
            color: #fff;
            border-top: solid 1px #999;
            border-right: solid 1px #404040;
            border-bottom: solid 1px #3a3a3a;
            border-left: solid 1px #404040;
        }

        #transport a:visited {
            background: #666 url('../demos/images/bg_grad_gray1.gif') repeat-x;
            color: #fff;
            border-top: solid 1px #999;
            border-right: solid 1px #404040;
            border-bottom: solid 1px #3a3a3a;
            border-left: solid 1px #404040;
        }

        #transport a:hover {
            background: #666 url('../demos/images/bg_grad_gray2.gif') repeat-x;
            color: #000;
            border-top: solid 1px #999;
            border-right: solid 1px #404040;
            border-bottom: solid 1px #3a3a3a;
            border-left: solid 1px #404040;
        }

        #transport a:focus {
            -moz-user-select: none;
            -khtml-user-select: none;
        }

    #transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
        display: none;
    }

#previews {
    border-top: solid 1px #404040;
    border-right: solid 1px #404040;
    border-bottom: solid 1px #3a3a3a;
    border-left: solid 1px #404040;
    padding: 10px 10px 20px 10px;
    margin-bottom: 5px;
    background-image: url('../demos/images/bg.gif');
    width: 250px;
    float: left;
    margin-right: 10px;
}

#search-title {
    font-family: 'Noto Serif KR',serif;
}

#thumbnails {
    clear: both;
    margin: 10px auto;
}

    #thumbnails div {
        position: relative;
        width: 24px;
        height: 24px;
        float: left;
        margin: 8px;
        padding: 0;
        float: left;
        display: inline;
    }

    #thumbnails img {
        width: 24px;
        height: 24px;
        position: absolute;
        border-top: solid 1px #999;
        border-right: solid 1px #404040;
        border-bottom: solid 1px #333;
        border-left: solid 1px #404040;
    }

#picture {
    padding: 0px;
    width: 500px;
    float: left;
}

#mainImageOutline {
    margin: 0 auto;
    padding: 0;
    background-color: #eee;
    border-top: solid 1px #999;
    border-right: solid 1px #404040;
    border-bottom: solid 1px #333;
    border-left: solid 1px #404040;
    padding: 1em;
    overflow: hidden;
    width: 0px;
    height: 0px;
}

/*loader*/
.ResultsNotify {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #c62730;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: auto;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




#mainImage {
    width: 100%;
    height: 100%;
}

#picture img {
    border: 1px solid #999;
}

.selectedThumbnail {
    border: solid 2px #fc0 !important;
}

li.detail-thumbnail {
    display: inline;
    margin: 25px;
    width: 64px;
    height: 64px;
}

.inFocus {
    border: solid 1px #fc0 !important;
}

.jsEnabled #gallery {
    display: none;
}

/* Spry Validation Widgets Demo*/
#MovieList {
    height: 600px;
    overflow: auto;
}
/* RSS Reader Rules
----------------------------------------------- */
#RSSFeedsList {
    height: 570px;
    overflow: auto;
}

#MovieTitle h2, #RSSFeedsTitle h2, #RSSChannelTitle h2 {
    color: #fff;
    font-size: 110%;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.1em;
    background-color: #ff2700;
    border-top: solid 1px #999;
    border-bottom: solid 1px #3a3a3a;
    margin: 0;
    height: 20px;
    padding-left: 3px;
}

#columnHeadings {
    background: url('../demos/images/bg_grad_gray1.gif') repeat-x;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    width: 100%;
    height: 24px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    border-top: solid 1px #999;
    border-bottom: solid 1px #3a3a3a;
    cursor: pointer;
}

#SubjectTitle, .SubjectColumn {
    width: 500px;
    margin: 0;
}

#PubDateTitle, .PubDateColumn {
    width: auto;
    margin: 0;
}

.ListBoxItemGroup .ListBoxItem {
    padding: 3px 0 5px 0.25em;
}

#SubjectTitle, #PubDateTitle, .SubjectColumn, .PubDateColumn {
    padding: 3px 0 5px 0.25em;
    float: left;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    -moz-user-select: none;
    -khtml-user-select: none;
}

#RSSItemsList {
    width: 100%;
    height: 195px;
    overflow: auto;
    clear: both;
}

#RSSItemContent {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.RSSItemListRow {
    float: left;
    border-bottom: solid 1px #202020;
    background-color: #000;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.ListBoxItemTitle {
    background: url('../demos/images/bg_grad_gray1.gif') repeat-x;
    border-top: solid 1px #999;
    border-bottom: solid 1px #3a3a3a;
    padding: 3px 0 5px 0.25em;
    color: #fff;
    font-weight: bold;
    margin: 0;
    cursor: pointer;
}

.ListBoxCategTitle {
    background: url('../demos/images/bg_grad_gray1.gif') repeat-x;
    border-top: solid 1px #999;
    border-bottom: solid 1px #3a3a3a;
    padding: 3px 0 5px 0.25em;
    color: #fff;
    font-weight: bold;
    margin: 0;
}

.ListBoxItem {
    border-bottom: solid 1px #202020;
    cursor: pointer;
    clear: both;
    background-color: #000;
    white-space: nowrap;
    overflow: hidden;
    -moz-user-select: none;
    -khtml-user-select: none;
}

.EvenRow {
    background-color: #CCC;
}

.ListBoxItemHover {
    background-color: #777;
    color: #000;
}

.SelectedListBoxItem {
    color: #fc0;
}

.RSSItemListFeedback {
    height: 32px;
    margin: 75px auto auto auto;
    background-color: #151515;
    border: solid 1px #202020;
}

    .RSSItemListFeedback td {
        padding: 10px;
    }

td.RSSItemListLoading {
    height: 32px;
    background-image: url(../demos/images/throbber.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 36px;
}

/* iFrame Stuff
----------------------------------------------- */
iframe {
    border: 0px solid #404040;
    background: #3a3a3a;
    width: 98%;
    height: 1000px;
}


    .IframeRecordDetailVideo {
       /* border: 0px solid #404040;
        background: #3a3a3a;*/
        /*width: 98%;*/
        height: 560px;
    }

/*google map in contact*/
    iframe#gmap {
        height: 470px;
    }

.address {
    font-size: 25px;
    font-weight: 300;
    color: #495057;
    font-family: 'Noto sans KR', sans-serif;
}


/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
    border-top: 0px solid #999;
    border-bottom: 0px solid #3a3a3a;
    border-left: 0px solid #3a3a3a;
    border-right: 0px solid #3a3a3a;
    text-align: center;
}

.clear {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0px;
    margin: 0;
    padding: 0;
}



.ClearAll {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

code {
    color: #000;
}

pre {
    font-size: small;
    color: #000;
}

.highlightedcode {
    background-color: #ff9;
}

.sample {
    background: #eee;
    padding: 20px;
    border: 2px solid #666;
    margin-top: 20px;
    overflow: scroll;
}

/* Accordion Classes
----------------------------------------------- */
.Accordion {
    border-left: solid 1px #404040;
    border-right: solid 1px #404040;
    border-bottom: solid 1px #404040;
    /*overflow: hidden;*/
}

.AccordionPanelTab {
    color: #ccc;
    border-top: solid 1px #999;
    border-bottom: solid 1px #3a3a3a;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    background: #080808 url('elements/bg_grad_gray1.gif') repeat-x;
}

    .AccordionPanelTab h3 {
        margin: 0;
        padding: 2px 2px 4px 36px;
        font-size: 110%;
        background: url('elements/blt_panel_exp.gif') no-repeat left 50%;
    }

.AccordionPanelContent {
    overflow: auto;
    height: 200px;
    font-size: 90%;
    line-height: 140%;
}

    .AccordionPanelContent ul {
        margin: 0;
        padding: 1.375em;
    }

.AccordionPanelTabHover {
    color: #fff;
}

.AccordionPanelClosed .AccordionPanelTab h3 {
    background: url('elements/blt_panel_clps.gif') no-repeat left 50%;
}

.AccordionPanelContent div {
    margin: 5px 8px;
}

/* Home Page Classes
----------------------------------------------- */
.screen {
    background-color: #bbb;
    border-top: solid 1px #999;
    border-bottom: solid 1px #3a3a3a;
    border-left: solid 1px #3a3a3a;
    border-right: solid 1px #3a3a3a;
    margin: 5px 5px 5px 0;
    padding: 1em 1em 0.5em 1em;
    float: left;
    display: block;
    text-decoration: none;
}

    .screen:hover {
        background-color: #fff;
        color: #000;
        border-top: solid 1px #999;
        border-right: solid 1px #404040;
        border-bottom: solid 1px #3a3a3a;
        border-left: solid 1px #404040;
        text-decoration: none;
    }

.imgcaption {
    font-size: 90%;
    font-weight: bold;
    margin: 0em 0 1em 0;
    line-height: 1.1em;
    color: #333333;
    border: none;
    text-decoration: none;
}
/* Navigation Classes
----------------------------------------------- */
.demo a, .return a, .demo a, .source a {
    text-decoration: none;
    font-size: small;
    font-weight: normal;
    margin-left: 24px;
    padding-left: 16px;
}

    .return a:link {
        color: #fff;
        background: url('../demos/images/btn_return_link.gif') no-repeat left 50%;
    }

    .return a:visited {
        color: #fff;
        background: url('../demos/images/btn_return_link.gif') no-repeat left 50%;
    }

    .return a:hover {
        color: #fc0;
        border-bottom: dotted 1px #fc0;
        background: url('../demos/images/btn_return_hover.gif') no-repeat left 50%;
    }

    .return a:active {
        color: #fff;
        border-bottom: dotted 1px #fff;
        background: url('../demos/images/btn_return_link.gif') no-repeat left 50%;
    }

    .demo a:link {
        color: #fff;
        background: url('../demos/images/btn_demo_link.gif') no-repeat left 50%;
    }

    .demo a:visited {
        color: #fff;
        background: url('../demos/images/btn_demo_link.gif') no-repeat left 50%;
    }

    .demo a:hover {
        color: #fc0;
        border-bottom: dotted 1px #fc0;
        background: url('../demos/images/btn_demo_hover.gif') no-repeat left 50%;
    }

    .demo a:active {
        color: #fff;
        border-bottom: dotted 1px #fff;
        background: url('../demos/images/btn_demo_link.gif') no-repeat left 50%;
    }

    .source a:link {
        color: #fff;
        background: url('../demos/images/btn_source_link.gif') no-repeat left 50%;
    }

    .source a:visited {
        color: #fff;
        background: url('../demos/images/btn_source_link.gif') no-repeat left 50%;
    }

    .source a:hover {
        color: #fc0;
        border-bottom: dotted 1px #fc0;
        background: url('../demos/images/btn_source_hover.gif') no-repeat left 50%;
    }

    .source a:active {
        color: #fff;
        border-bottom: dotted 1px #fff;
        background: url('../demos/images/btn_source_link.gif') no-repeat left 50%;
    }


/*Tag*/
.tag {
    display: inline-block;
    margin-right: 2.2em;
    border-left: 2px solid #C62730;
    height: 36px;
    padding: 0;
    margin-top: 2em;
}

.tag-blue {
    display: inline-block;
    margin-right: 2.2em;
    border-left: 2px solid #2677b9;
    height: 33px;
    padding: 0;
    margin-top: 2em;
}

.tag-yellow {
    display: inline-block;
    margin-right: 2.2em;
    border-left: 2px solid #ffc107;
    height: 33px;
    padding: 0;
    margin-top: 2em;
}


/**/
/*=======================Different screen sizes(MOBILE DEVICES)*/
/*
*/
/*// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
    ...
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
    ...
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {
    ...
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
    ...
}*/

/*Largest Screen 1440px till 2500px*/
/*@media screen and (min-width:1440px) {
    #myBtn {
        font-size: 5vw;
    }

    #collection-info {
        top: 35%;
    }

    .centered {
        top: 80%;
    }
}*/

/*Larger Screens from  1440px and down*/
@media screen and (max-width:1400px) {
    #myBtn {
        font-size: 5vw;
    }

    /*.con-rws {
        padding-top: 1.5%;
        height: -webkit-fill-available;
        padding-bottom: 1%;
    }*/

    h1.letter-hover {
        font-size: 2.5em;
    }

    h2.h5-overlay {
        font-size: 1.8em;
    }

    h1.h5-overlay {
        font-size: 2.5em;
    }


    h4.card-title {
        padding: 1%;
        letter-spacing: -0.5px;
        padding-left: 5%;
        overflow: hidden;
        display: -webkit-box;
        /*font-family: 'Noto Sans KR', sans-serif;*/
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .label-search {
        padding: 5%;
    }

    .mobileAppDiv {
        right: 30px;
        bottom: 40px;
        width: 27%;
        height: 170px;
    }

    .con-discover {
        padding-left: 2%;
    }

    .con-discover2 {
        text-align: right;
        padding-top: 5%;
    }

    .margin-l {
        margin-left: 8%;
    }

    .archive-logo h4 {
        font-size: 28px;
    }

    .tag {
        margin-left: 1.2em;
    }

    a.link-4 {
        font-size: 17px;
    }

    .main-collection-detail-image {
        position: relative;
        top: 0;
    }

    .collection-detail-image {
        height: 50vw;
        width: 60vw;
    }

    .collection-detail-title {
        font-size: 28px;
    }

    .collection-brief-des {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 16px;
    }

    #nextPage1 {
        font-size: 40px;
    }

    #previousPage1 {
        font-size: 40px;
    }

    .ccrs {
        right: 19%;
    }

    .ccls {
        left: 12%;
    }

    .megamnu {
        width: 788px;
    }

    .carousel-main-item {
        height: 567px;
    }
}


@media only screen and (max-width: 1024px) {
    .centeredOverlay span {
        font-size: 37px;
    }

    .carousel-main-item {
        height: 475px;
    }

    .card-img-big {
        height: 220px;
    }
}


@media only screen and (min-width: 1024px) {
    .l-container, .l-container-xl, .l-container-lg, .l-container-sm, .l-container-xsm {
        width: 94%;
    }

    .collection-item-body {
        margin: 0 auto 75px;
    }

   
}

/*Medium Screens*/
@media screen and (max-width: 860px) {
    body {
        /*BODY MARGINS FOR MOBILE*/
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .centeredOverlay span {
        font-size: 30px;
    }

    #ContentPlaceHolder1_txtCollectionsSearch {
        width: 480px;
    }

    #errorDiv {
        top: 85%;
    }

    .collection-info-jawn {
        padding: 9px 10px 15px;
    }

    .aside-content {
        height: initial;
    }

    .con-rws {
        height: initial;
    }

    img.banner-img {
        height: initial;
    }


    #top-links {
        display: none !important;
        float: right;
    }
    /*ARCHIVE LOGO FOR MOBILE*/
    .archive-logo h4 {
        font-size: 6vw;
    }

    .logo-img img {
        display: block;
        margin-left: 40%;
        margin-right: auto;
        max-width: 50%;
        /*display:none;*/
    }

    div.row#featuredItemsList {
        margin-left: 5%;
    }

    /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/
    /*MOBILE*/
    /*MASTER PAGE NAVIGATION FOR MOBILE*/

    #home-nav {
        width: 100%;
    }

    nav#home-nav {
        height: auto;
    }

    #home-nav i {
        color: #c4c4c4;
    }

    #home-nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #home-nav li {
        display: block;
        width: 100%;
        border: 0 !important;
    }

    #home-nav a {
        height: 30px;
    }

    h4.nav-title {
        font-size: 1rem;
    }

    #home-nav span {
        font-family: 'Noto Sans KR', sans-serif;
        color: black;
    }

    .aside-content {
        border-top: 5px solid rgba(255, 255, 255, 0.1);
        border-bottom: 5px solid rgba(255, 255, 255, 0.4);
    }

    h5#titleh4 {
        margin-top: 2%;
        padding-left: 10%;
        font-size: 12px;
    }

    span.tag-blue.titleh4 {
        font-size: 1.3em;
        height: 24px;
    }

    .gigantic {
        font-size: 0.6em;
    }

    .con-rws {
        padding-left: 0px;
        padding-right: 0px;
    }

    #card-featured {
        margin: 0px;
        margin-bottom: 2%;
    }



    .tag {
        height: 40px;
    }

    /*SEARCH TAB*/
    #search-nav {
        background: rgba(255, 255, 255, 0.9);
    }

    #search-holder {
        height: auto;
    }

    #search-text {
        display: none;
    }
    /*COLLECTIONS TAB*/
    #collection-nav {
        background: linear-gradient( rgba(125, 125, 125, 0.3), rgba(154, 189, 188, 1), rgba(125, 125, 125, 0.3));
    }

    #collection-holder {
        height: auto;
    }

    #collection-text {
        display: none;
    }
    /*Curricula TAB*/
    #curricula-nav {
        background: linear-gradient(rgba(125, 125, 125, 0.3), rgba(141, 35, 15, 1),rgba(125, 125, 125, 0.3));
    }

    #curricula-holder {
        height: auto;
    }

    #curricula-text {
        display: none;
    }
    /*CALENDAR*/
    #calendar-nav {
        background: linear-gradient(rgba(125, 125, 125, 0.3), rgba(205, 171, 129, 1),rgba(125, 125, 125, 0.3));
    }

    #calendar-holder {
        height: auto;
    }

    #calendar-text {
        display: none;
    }
    /*COURTAIN NAVIGATION FOR REST OF THE PAGES*/

    .adv-sl {
        width: 40%;
    }

    #mobile-menu {
        display: initial !important;
    }

    .overlay ul {
        margin: 0;
        padding: 0;
    }

    .overlay {
        height: 0;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.9);
        overflow-y: hidden;
        transition: 0.5s;
    }

    .overlay-content {
        position: relative;
        top: 20%;
        width: 100%;
        text-align: center;
        margin-top: 3%;
    }

        .overlay-content ul {
            list-style-type: none;
        }

    .overlay a {
        color: #818181;
        display: block;
        transition: 0.3s;
        margin-bottom: 6%;
    }

        .overlay a:hover, .overlay a:focus {
            font-size: 1.2em;
        }

        .overlay a:active {
            background-color: #a7a4a4;
            color: black;
        }

    .overlay .closebtn {
        position: absolute;
        top: 2%;
        right: 5%;
        font-size: 20vw;
    }
    /*BODY FOR MOBILE DEVICES*/
    .group {
        padding: 0;
    }

        .group h2 {
            float: left !important;
            font-size: 8vw !important;
        }

        .group label {
            font-size: 4vw !important;
        }



    section,
    aside {
        padding: 0%;
        margin: 0;
        margin-bottom: 2%;
        font-size: 16px;
        overflow: hidden;
    }

    section {
        float: none;
        width: 100%;
    }

    aside {
        float: none;
        width: 100%;
    }

    .formatButton {
        width: 100%;
    }

    p.h5-overlay {
        margin: 5%;
        width: auto;
    }

    p.mission-p {
        margin: 3%;
        font-size: 16px;
    }

    #resultList > div.row.search-controllers.mb-1 > div:nth-child(1) {
        display: none;
    }

    /*Collection Search*/
    .btn-group-toggle {
        /* width: 50%; */
        display: block;
        /* margin: auto; */
        width: 50%;
        text-align: left;
    }

    /*========================FEATUREDFEATURED WINDOW IN LAG_ARC_MAIN PAGE MOBILE*/

    #featuredDiv {
        float: none;
        /*padding-left: none;
        width: none;
        padding-top:20px;*/
    }

    #featuredLabel {
        font-size: 14px;
    }

    #yearToGet {
        width: 60%;
    }

    .year-span {
        padding-left: 9%;
        display: block;
    }

    .tag-blue {
        margin-right: 0px;
    }

    #featLink {
        display: block;
        float: left;
        border-bottom: 2px solid black;
        overflow-x: hidden;
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }

        #featLink:hover {
            opacity: 1;
        }

    .collection-title {
        font-size: 16px;
        font-weight: bold;
        position: static;
        color: #000;
        margin-top: 0px;
        margin-left: 0px;
    }

    .item-image {
        height: 125px;
        width: 125px;
        overflow: hidden;
        margin: 0px;
        padding: 0;
        /*float: left;*/
        float: none;
        /*text-align: center;*/
    }

    .date {
        font-size: 14px;
        color: #666;
        margin-left: 10px;
    }

    .featured-brief-des {
        font-size: 16px;
        margin-left: 0px !important;
        margin-top: 1% !important;
        padding-top: 1% !important;
        -webkit-line-clamp: 30 !important;
        color:black!important;
    }

    div.container.card-header > div > div.col-8.col-sm-9.col-md-10 > h5 {
        -webkit-line-clamp: 30;
    }

    #ContentPlaceHolder1_lblCollectionName {
        font-size: 25px;
    }

    /*===========================CURRICULA PAGE FOR MOBILE*/
    #CurriculaTabs li {
        display: inline;
        width: 100%;
    }

    #CurriculaTabs {
        display: inline-flex;
    }

    h2.titleh2 {
        font-size: 2em;
    }

    .ERPDescription h3 {
        font-size: 2.1em;
    }

    .ERPDescription:hover {
        opacity: 1;
        cursor: none;
    }

    .ERPLinkDescription h3 {
        font-size: 26px;
    }

    .p-curr {
        margin-top: 2%;
    }


    /**/

    /**/
    /*===========================COLLECTION PAGE FOR MOBILE*/
    #mobile-menuDiv {
        width: 100%;
        display: inline-block;
    }

        #mobile-menuDiv i {
            font-size: 12vw !important;
            margin-right: 4%;
            margin-top: 0;
            /*position:absolute;*/
            float: right;
        }

    /*#mobile-menu {
        font-size: 5vw !important;
        background-color: rgb(248, 244, 243);
        padding: 2px;
        border-radius: 3px;
        font-size: 10vw;
        cursor: pointer;
        float: left;
        margin-left: 10px;
    }*/
    .collection-button {
        margin: 0 5px 0 5px;
        float: right !important;
        padding-left: 5px;
        padding-right: 5px;
        border: 1px solid black;
        : 2px;
        background-color: whitesmoke;
        display: none;
    }

        .collection-button a {
            color: black;
            font-weight: 500;
            text-decoration: none;
        }

    .btnRequestRep {
        float: left;
        margin: 0 5px 10px 5px;
        border-radius: 2px;
        font-size: 5vw;
    }

    #divColList {
        width: 100%;
        overflow-y: auto;
    }

    .dark-module {
        background-color: #21212a;
    }


    /******************DETAIL VIEW*********************/
    #tdVideo {
        float: left;
    }

    .CollectionTable {
        padding: 0;
        margin: 0;
        width: 100%;
        display: inline-block;
        overflow: hidden;
        /*border: 1px solid;*/
    }

        .CollectionTable td {
            width: 100%;
            height: auto;
            margin: 0;
            float: left;
        }

            .CollectionTable td img {
                padding: 0 !important;
                margin: 0 !important;
                float: left;
                width: 100%;
                height: auto;
            }

    .page-title {
        margin-left: 5%;
        font-size: 27px;
        width: 200px;
    }


    .col-high {
        height: 400px;
    }

    .collection-brief-des {
        letter-spacing: 1px;
        font-size: 16px;
    }




    #HighlightList {
        list-style: none;
        width: 100%;
    }

    .try-card {
    }

        .try-card:not(:first-child) {
            width: auto;
            box-sizing: border-box;
            overflow: hidden;
        }

        .try-card:nth-of-type(even) {
            width: auto;
            box-sizing: border-box;
        }

    .pic-container {
        overflow: hidden;
        height: 120px;
    }

    #featimg {
        height: auto;
    }

    .card-icon-bottom {
        width: 46%;
        bottom: 29%;
        left: 14px;
    }

    .white-bk {
        width: 44px;
        height: 31px;
        top: 75%;
        left: 60%;
    }



    .card-body-main {
        padding-top: 0px;
    }

    .card-title-main {
        width: 115%;
    }

    .centered {
        font-size: 6vw;
    }


    div.card-body.card-inside {
        padding-bottom: 0px;
    }

    h4.card-title {
        padding: 1%;
        /*margin-left: 8%;*/
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        font-size: 23px;
    }

    p.card-text {
        margin-left: 3%;
        padding-top: 4%;
        letter-spacing: 0.4px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
    }

    .btn {
        margin: 0.5%;
    }

    div.row#featuredItemsList {
        margin-left: 5%;
    }

    h5.card-title {
        bottom: 50%;
        font-size: 18px;
        letter-spacing: -0.5px;
    }

    .footer-h5 {
        font-size: 1.1em;
    }

    #carouselExampleIndicators {
        width: 60%;
        margin: auto;
    }


    a.nav-link {
        font-size: 0.9em;
    }

    .nav-title {
        font-size: 0.4em;
        text-transform: capitalize;
        padding-top: 1%;
        padding-bottom: 1%;
        font-weight: 200;
    }

    a.learn {
        font-size: 12px;
    }

    .nav {
        display: block !important;
    }

    .gray-tab {
        background: linear-gradient(rgba(108, 95, 90, 0.9),rgba(0, 0, 0, 0.5)) !important;
        background: rgba(108, 95, 90, 0.9) !important;
    }

    .blue-tab {
        background: linear-gradient( rgba(94, 129, 128, 0.9),rgba(0, 0, 0, 0.5)) !important;
        background: rgba(94, 129, 128, 0.9) !important;
    }

    .gold-tab {
        background: linear-gradient(rgba(195, 161, 110, 0.9),rgba(0, 0, 0, 0.5)) !important;
        background: rgba(195, 161, 110, 0.9) !important;
    }

    .red-tab {
        /*background: linear-gradient(rgba(131, 25, 05, 0.9),rgba(0, 0, 0, 0.5));*/
        background: linear-gradient(rgba(131, 25, 05, 0.9),rgba(67, 0, 0, 0.9)) !important;
        background: rgba(131, 25, 05, 0.9) !important;
    }

    #b-fact-area {
        padding-top: 10vw;
        padding-bottom: 1em;
    }

    .app-download-icon {
        margin: 2% 0;
    }

    .mobileAppDiv {
        right: 30px;
        bottom: 40px;
        width: 35%;
        height: 170px;
    }

    div.node {
        width: 40px;
        height: 40px;
    }

    img.icon-node {
        width: 20px;
        height: 20px;
        margin-left: 24%;
    }

    .l-container, .l-container-xl, .l-container-lg, .l-container-sm, .l-container-xsm {
        width: 87%;
    }

    #ContentPlaceHolder1_txtCollectionsSearch {
        margin-top: 0 !important;
    }

    .card-img-big {
        height: 250px;
    }


    a.link-4 {
        font-size: 16px;
    }

    .inline-flex-swap {
        display: inline;
    }

    .megamnu {
        width: 320px;
    }


    img.carousel-main {
        position: relative;
        width: 768px;
    }

    .modal-content {
        padding: 3%;
        width: 93%;
    }
    /*End of mobile for Medium Screens*/
    /*===============================*/
}



/*Small Devices Screen */
@media screen and (max-width: 700.98px) {


    #logo {
        width: 107px;
    }

    .archive-logo h4 {
        font-size: 8vw;
    }

    #home-nav a {
        height: 42px;
    }



    .tag-blue {
        margin-left: 4%;
    }

    .vl {
        display: none;
    }

    #errorDiv {
        top: 10%;
        left: 20%;
    }

    .error-text {
        font-size: 2.5em;
    }

    s
    input.width-85 {
        width: 100%;
    }

    #page > div > div.container-header > div > span {
        font-size: 1.3em;
    }

    #keywordsInput {
        padding-left: 0;
    }

    #collectionsDiv span select {
        padding-left: 0;
    }


    #buttonsDiv {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #con-rws {
        display: none;
    }

    .margin-l {
        margin-left: 1.5%;
    }

    p.description-P {
        margin-left: 0.5em;
    }

    .CollectionTable {
        padding: 0;
        margin: 0;
        width: 100%;
        display: inline-block;
        overflow: auto;
        overflow: hidden;
        /*border: 1px solid;*/
    }

        .CollectionTable td {
            width: 100%;
            overflow: hidden;
            margin: 0;
            float: left;
        }

    .pic-container {
        overflow: hidden;
        height: 200px;
    }


    div.row#featuredItemsList {
        margin-left: 0px;
        margin-right: 1px;
    }

    #featimg {
        padding-left: 0%;
    }

    .card-body-main {
        padding-left: 2%;
    }

    .card-icon-bottom {
        bottom: 30%;
    }

    .white-bk {
        left: 84%;
    }

    .card-title-main {
        padding-left: 1%;
        width: 100%;
    }


    .featuring {
        width: auto;
        box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.1);
    }

    .titleh2 {
        font-size: 29px;
    }

    .centered {
        font-size: 10vw;
    }

    #CurriculaTabs li {
        display: inline-flex;
        width: 100%;
    }

    #CurriculaTabs {
        display: inline-flex;
    }

    #carouselExampleIndicators {
        width: 80%;
        margin: auto;
    }

    div.dropdown-menu.show {
        left: -160px;
    }

    .feat-date {
        margin-left: 1%;
    }

    .ERPLinkDescription h3 {
        font-size: 20px;
    }

    h3.card-title {
        text-align: center;
    }

    p.curr-p {
        font-size: 16px;
    }

    #b-fact-area {
        padding-top: 13vw;
    }

    .download-button {
        text-align: center;
    }

    .mobileAppDiv {
        width: 45%;
        bottom: 10px;
        height: 170px;
    }

    .mobile-icon {
        font-size: 2em;
    }

    .center {
        top: 50%;
    }

    #formatTabsSpan {
        display: block;
        justify-content: space-around;
    }

    .nav-title {
        padding-left: 8px;
        font-size: 0.6em;
    }

    .con-discover {
        padding-left: 5%;
    }

    .con-discover2 {
        text-align: right;
        padding-top: 0%;
        padding-left: 6%;
        padding-right: 10%;
        margin-bottom: 1px !important;
    }

    h5#titleh4 {
        margin-top: 0px;
        padding-left: 2%;
        font-size: 11px;
    }

    span.tag.titleh2, span.tag-blue.titleh2 {
        font-size: 1.5em;
        margin-left: 0;
    }

    h4, .h4 {
        font-size: 19px!important;
    }

    .tag {
        height: 26px;
    }


    #page-container > header > nav {
        padding-bottom: 0;
        padding-top: 5px;
    }

    #featuredLabel {
        float: none;
    }



    h4.container-header {
        padding: 9%;
    }

    .mission-img {
        width: 98%;
        margin-left: 1%;
        border-bottom-right-radius: 50%;
        border-top-left-radius: 50%;
    }

    p.h5-over {
        margin: 2%;
    }

    .twitter-timeline {
        width: 100vw !important;
    }

    .twitter-row {
        margin: 2%;
        border-top: 2px solid #33383c26;
    }

    .hr-hide {
        display: block;
        border-top: 4px solid #33383c26;
    }

    span.tag-blue.titleh4 {
        margin-top: 3%;
    }

    img.card-img {
        height: 126px;
        background-position: center;
        transition: all 7s ease;
    }

    div.node {
        width: 30px;
        height: 30px;
    }

    img.icon-node {
        width: 17px;
        height: 17px;
        margin-left: 6px;
    }



    .columnView {
        width: 86% !important;
        margin: 8%;
    }

        .columnView:hover {
            transform: scale(1.02);
        }

    #fld-descriptions {
        padding: 20px 0 35px;
        font-size: 1rem;
    }

    .collection-item-body {
        margin: 0 auto 50px;
    }


    .p-tb-lg, .p-tb-md, .p-tb-sm, .p-tb-xl {
        padding: 30px 3px;
    }

    .l-container, .l-container-xl, .l-container-lg, .l-container-sm, .l-container-xsm {
        width: 89%;
    }

    /*#page > div > div.carousel > div > div {
        height: 250px;
    }*/

    .collection-info-contain {
        flex-wrap: wrap;
        display: flex;
        padding: 50px 0;
    }

    .collection-detail-image {
        height: auto;
        width: auto;
    }

    .collection-info-contain {
        flex: 1 0 100%;
        margin: 25px 0 0;
    }

    .collection-info-jawn {
        padding: 10px 6px 14px;
    }

    .card-img-holder {
        height: 300px;
    }

    .marked-top {
        left: 22%;
    }

    div.controls1 {
        height: 290px;
        width: 90%;
        top: 360px;
    }

    #previousPage1, #nextPage1 {
        font-size: 34px;
    }

    .ccls {
        left: 0;
    }

    .ccrs {
        right: 0;
    }

    p.h5-overlay {
        font-size: 16px;
    }

    #divPageTitle > span {
        font-size: 32px;
    }

    #page > div > div.container-header.scene_element.scene_element--fadeinRight > h4 {
        font-size: 32px;
    }

    img.carousel-main {
        width: 440px;
    }

    object {
        width: 380px;
    }

    #ContentPlaceHolder1_txtCollectionsSearch {
        width: 235px;
    }


    /*End of mobile for Small Screens*/
    /*===============================*/
}




/*XS MOBILE SCREENS*/
@media screen and (max-width: 405.98px) {


    .col-high {
        height: 380px;
    }

    .nav-title {
        padding-left: 8px;
    }

    #ContentPlaceHolder1_txtCollectionsSearch {
        width: 190px;
    }

    img.carousel-main {
        width: auto;
    }

    #errorDiv {
        top: 95%;
        left: 10%;
    }

    span.tag.titleh2 {
        font-size: 1.4em;
    }

    h4.nav-title {
        font-size: 4em;
        font-weight: 100;
        color: #ffffff;
        text-align: center;
        text-transform: inherit;
        margin-bottom: 5px;
    }


    .titleh2 {
        font-size: 29px;
    }

    .centered {
    }


    #carouselExampleIndicators {
        width: 100%;
    }

    p.card-text {
        /*padding: 5%;*/
        margin-bottom: 2%;
    }

    div.dropdown-menu.show {
        left: -150px;
    }

    .ERPDescription h3 {
        font-size: 1.7em;
    }

    #b-fact-area {
        padding-top: 30vw;
    }

    .columnView {
        margin: 7%;
    }

    .breadcrumb {
        display: none !important;
    }

    #ContentPlaceHolder1_lblCollectionName {
        font-size: 22px;
    }

    object {
        width: 100%;
    }

    .btn-lg {
        font-size: 1rem !important;
    }

    .btn {
        font-size: 11px!important;
    }
}


/*XS Screens*/
@media screen and (max-width: 320px) {


    h5#titleh4 {
        padding-left: 3%;
    }

    .archive-logo h4 {
        font-size: 11vw;
    }

    #errorDiv {
        left: 3%;
    }

    #collection-info {
        padding: 4%;
        height: auto;
    }


    a.nav-link {
        font-size: 1em;
    }

    b {
        font-size: 0.9em;
    }

    .input-group {
        display: inline-flex;
    }

    div.dropdown-menu.show {
        left: -160px;
    }

    .ERPDescription {
        border: 1px solid #f8f8f8;
        margin-top: 0px;
    }

    div.btn-div {
        display: inline-flex;
        margin: 10%;
        margin-bottom: 4px;
    }

    canvas#the-canvas {
        height: 350px;
        width: 100%;
    }

    p.p-curr {
        font-size: 16px;
    }

    h2.h5-overlay {
        font-size: 2.5em;
    }

    h1.h5-overlay {
        font-size: 2.5em;
    }

    p.h5-overlay {
        font-size: 16px;
    }

    .mission-p {
        font-size: 16px;
    }

    #b-fact-area {
        padding-top: 63vw;
    }

    .mobileAppDiv {
        bottom: 70px;
        height: 160px;
        right: 60px;
    }

    #ContentPlaceHolder1_lblCollectionName {
        font-size: 20px;
    }

    #ContentPlaceHolder1_txtCollectionsSearch {
        width: 144px;
    }
}

/*IPHONE X*/
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {
}

/*IPAD PRO*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .try-card:not(:first-child) {
        width: 460px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .try-card:nth-of-type(even) {
        width: 430px;
        box-sizing: border-box;
    }
}
