/*fast copy from eMuseum 5 skin */
@font-face {
    font-family: "Calibre";
    src: url("https://chrysler.emuseum.com/assets/meta/z607795fd/fonts/CalibreWeb-LightItalic.woff2") format("woff2"), url("https://chrysler.emuseum.com/assets/meta/e63797b8/fonts/CalibreWeb-LightItalic.woff") format("woff"), url("/assets/meta/z147e0f8/fonts/CalibreWeb-LightItalic.otf") format("opentype");
    font-style: italic;
    font-weight: normal
}

@font-face {
    font-family: "Calibre";
    src: url("https://chrysler.emuseum.com/assets/meta/ze27b4b99/fonts/CalibreWeb-Light.woff2") format("woff2"), url("https://chrysler.emuseum.com/assets/meta/bb0ce12/fonts/CalibreWeb-Light.woff") format("woff"), url("/assets/meta/z5096750a/fonts/CalibreWeb-Light.otf") format("opentype");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "Calibre";
    src: url("https://chrysler.emuseum.com/assets/meta/z49a7d565/fonts/CalibreWeb-MediumItalic.woff2") format("woff2"), url("https://chrysler.emuseum.com/assets/meta/2b75d97b/fonts/CalibreWeb-MediumItalic.woff") format("woff"), url("/assets/meta/z8f39fe79/fonts/CalibreWeb-MediumItalic.otf") format("opentype");
    font-style: italic;
    font-weight: bold
}

@font-face {
    font-family: "Calibre";
    src: url("https://chrysler.emuseum.com/assets/meta/z57fd1b99/fonts/CalibreWeb-Medium.woff2") format("woff2"), url("https://chrysler.emuseum.com/assets/meta/d83e1e94/fonts/CalibreWeb-Medium.woff") format("woff"), url("/assets/meta/z15721bc0/fonts/CalibreWeb-Medium.otf") format("opentype");
    font-style: normal;
    font-weight: bold
}

@font-face {
    font-family: "Schnyder M Web";
    src: url("https://chrysler.emuseum.com/assets/meta/a18054e1/fonts/SchnyderWideM-Demi-Web.eot");
    src: url("https://chrysler.emuseum.com/assets/meta/a18054e1/fonts/SchnyderWideM-Demi-Web.eot?#iefix") format("embedded-opentype"), url("https://chrysler.emuseum.com/assets/meta/z677a0f10/fonts/SchnyderWideM-Demi-Web.woff2") format("woff2"), url("https://chrysler.emuseum.com/assets/meta/fe513a6c/fonts/SchnyderWideM-Demi-Web.woff") format("woff");
    font-style: normal;
    font-weight: 400
}

/* ===== Resets ===== */
.emuseum .emuseum-wrapper {
	padding-top: 14vmax;
}

.emuseum h1 {
	font-size: 32px;
}

.emuseum-content .large-button,
.emuseum-content .emuseum-button,
.advancedsearch-submit-wrap input[type="submit"] {
	padding: .75rem 2rem;
    color: white;
    text-decoration: none;
    display: inline-block;
    font-size: 90%;
    position: relative;
    backface-visibility: hidden;
    overflow: hidden;
    background: #000;
}

.emuseum-content .large-button:hover {
	text-decoration: none;
}

.emuseum-content .large-button:before {
    content: '';
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .25s ease, transform .25s ease;
    backface-visibility: hidden;
    z-index: 5;
}

.emuseum-content .large-button:after {
    content: '';
    background: #4e8fcc;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: 0 0;
    opacity: 1;
    transition: opacity .3s ease,transform 0.25s ease,border-radius 0.25s ease;
    backface-visibility: hidden;
    z-index: 10;
}

.emuseum-content .large-button:hover:after {
    border-radius: 0;
    opacity: 1;
    transform: scaleX(1);
}

.emuseum-content .large-button span {
    position: relative;
    z-index: 11;
    color: white;
}

#emuseum-collection-header .collection-header-allLink a,
.emuseum-detail-category ul li a {
	font-size: 20px;
}

.slick-prev, .slick-next {
    font-size: 0 !important;
}

.emuseum-content input[type=checkbox], .emuseum-content input[type=radio] {
    margin: 0;
    margin-right: 8px;
}

.select-dropdown-wrap:after {
    height: 44px;
    line-height: 48px;
}

#thesTreePanel #thesTreeWrap:after {
	display: none;
}

#thesResultsViewer #thesResultsViewerInner .thes-button,
#emuseum-related-components .related-component .related-inner .related-records-link,
.small-outlined-button {
    font-size: 20px;
}

body.emuseum .emuseum-content .form-control {
	height: 48px;
}

#emuseum-collection-header .header-text p {
    max-width: 80%;
    margin: 0 auto;
}

/* ===== Global ===== */

#emuseum-menu {
    text-align: center;
}

#emuseum-menu li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
}

#quicksearch {
    font-family: "Schnyder M Web",serif;
    font-size: 150%;
    padding: 50px;
    border: 1px solid #000;
    margin: 2vmax auto 1vmax;
    text-indent: 20px;
}

#quicksearch::-webkit-input-placeholder {
  color: #000;
}
#quicksearch::-moz-placeholder {
  color: #000;
}
#quicksearch:-ms-input-placeholder {
  color: #000;
}
#quicksearch:-moz-placeholder {
  color: #000;
}

#emuseum-quicksearch-wrap #emuseum-quicksearch i, #emuseum-quicksearch-wrap #emuseum-quicksearch input[type=submit] {
    font-size: 27px;
   	line-height: 96px;
    width: 80px;
}

#advancedsearch-link {
    float: right;
}

.emuseum-title {
	margin-bottom: 28px;
	text-align: center;
}

#letterForm .selectWrapper:before, #sortByForm .selectWrapper:before, #viewSwitchForm .selectWrapper:before {
    font-size: 14px;
    top: 8px;
}

.maxPages {
	padding-top: 0;
}

.emuseum-pager {
    position: relative;
    margin-top: 10px;
}

#appDetailView .emuseum-pager {
    left: 0;
    margin-right: -10px;
}

.emuseum-pager-button:hover {
    background-color: transparent;
    color: #000;
}

.emuseum-pager-button i {
    transition: .2s ease-in-out;
    position: relative;
    left: 0;
}

.emuseum-pager-button.prev-page-link:hover i {
    left: -2px;
}

.emuseum-pager-button.next-page-link:hover i {
    left: 2px;
}

#collection-header-wrapper {
    margin-bottom: 30px;
}

#secondary-media #secondary-media-tabs li a {
    font-size: 18px;
}

#emuseum-filters h4 {
    font-family: "Calibre",sans-serif;
    font-size: 20px;
}

#emuseum-menu {
    margin-bottom: 30px;
}

#content-header .emuseum-header-tabs {
	text-align: center;
}

#content-header .emuseum-header-tabs li {
	float: none;
	display: inline-block;
}

.center-column {
    margin: 0 auto;
    width: 100% !important;
    max-width: 800px;
    float: none !important;
}

.emuseum .emuseum-wrapper {
	padding-left: calc(4vw * 3);
    padding-right: calc(4vw * 3);
}

/* ===== Grid ===== */

.emuseum-img-grid .emuseum-defaultmedia .defaultmedia-text, .emuseum-list-grid .emuseum-defaultmedia .defaultmedia-text {
    font-size: 20px;
}

.grid-item h3 {
    font-size: 28px;
}

.emuseum-img-grid .grid-item .grid-item-inner .text-wrap {
	overflow-wrap: normal;
}

.bottom-pager {
	text-align: center;
}

.col-xs-7 .emuseum-pager {
    display: none;
}

/* ===== Detail ===== */

@media (min-width: 992px) {
.emuseum-detail-item.primary-detail-item .detail-item-img {
	    padding-left: 0;
	}
}

#navigationBackForm input {
    line-height: 11px;
}

/* mycollections modal */

.modal {
    display: none;
}

#mycollections-chooser-modal .modal-content {
    position: relative;
}

#mycollections-chooser-modal .close {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    font-size: 33px;
    cursor: pointer;
    top: 10px;
    padding: 2px 10px;
}

#mycollections-chooser-modal .modal-body {
    padding: 19px;
}

#mycollections-chooser-modal hr {
    margin: 20px 0;
}

#mycollections-chooser-modal .emuseum-button {
    margin-top: 8px;
}

#mycollections-chooser-modal select {
	width: 100%;
    height: 46px;
    text-indent: 10px;
}

#mycollections-chooser-modal input[type="text"] {
    text-indent: 10px;
    display: block;
    width: 100%;
    height: 46px;
}

#mycollections-chooser-modal .modal-content {
    width: 50vw;
    padding: 5px;
}

/* ===== Filters ===== */

#context-panel #emuseum-filters .filter-group .filter-items .filter-item a {
    font-size: 18px;
}

#emuseum-result-details #emuseum-filter-bar li a {
	font-size: 18px;
	/*
	font-weight: bold;
	background: #5191cd;
	color: #fff;
	*/
}



/* ===== Misc ===== */

.detailFieldValue .a2a_kit .a2a_svg {
    position: relative;
    top: 4px;
    margin-right: 8px;
}

.emuseum .a2a_kit a:hover {
    text-decoration: none;
}

.emuseum-detail-item .shareToolbarField .a2a_kit {
    margin: 10px 0px!important;
}

#media-overlay .overlayTitle {
    top: 10px;
}

.indexing p {
    margin: 0;
}

.emuseum-detail-item .shareToolbarField .emuseum-button {
    float: none;
	margin: 15px 0;
}

.emuseum-pager-button {
    font-size: 30px;
}

#media-overlay #overlayMediaZone img {
    vertical-align: middle;
}

.emuseum-detail-resultcount {
    position: relative;
    top: -3px;
}

/* Fix filter panel z-index */

.emuseum-contextpanel-active #wrapper .emuseum-wrapper {
    z-index: 20000;
}


/* Eliminate round corner inputs on Safari iOS */

#emuseum-quicksearch-wrap #emuseum-quicksearch input[type=text],
body.emuseum .emuseum-content .form-control {
    border-radius: 0;
}

/* Improve mobile layout spacing */

@media (max-width: 550px) {
	.emuseum .emuseum-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* Address flash of transition content when paging */

@media (min-width: 1025px) {
	.mobile-drawer {
		display: none;
	}
}

section:not(#random) {
    transition: opacity 1s;
}

header.global .drop {
    transition: opacity 0.3s;
	transform: none;
}

#search-form-drop {
    transition: opacity 0.4s;
}

header.global #logo a,
header.global nav ul li a {
	transition: none;
}

.drop {
	display: none;
}

.em-page-loaded .drop {
	display: block;
}

/*MORE 4-11-2024 */
.result-title,.modal-dialog .modal-title,.grid-item .texts-wrap>div:first-of-type,.list-item .texts-wrap>div:first-of-type,.emuseum-highlight-section .highlight-text .highlight-title {
    font-family: unset !important;
}
.title a,
.emuseum h1,
.emuseum h2,
.emuseum h3,
.emuseum h4,
#detailView > div > div.tombstone-wrapper.grid-child > div > div > div.detailField.titleField{
  font-family: "Schnyder M Web", serif !important;
}

#emuseum-collection-header h1 {
    margin: 0 0 10px;
    font-size: 32px
}

#emuseum-collection-header img {
    display: block;
    margin: 0 auto
}

#emuseum-collection-header .header-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 100;
    text-align: center;
    color: #1a1a1a
}

#collection-header-wrapper .header-text p {
    line-height: 1.8
}

#collection-header-wrapper.collection-header-allLink {
    margin: 15px 0 0;
    display: block;
    clear: both
}

##collection-header-wrapper .hero-all-link a {
    text-decoration: none;
    cursor: pointer;
    transition: .2s ease-in-out;
    display: inline-block;
    border-radius: 0;
    line-height: initial;
    font-size: 14px;
    padding: 10px 14px;
    background-color: transparent;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
}

##collection-header-wrapper .hero-all-link a i {
    font-size: 14px
}

#collection-header-wrapper .hero-all-link a:focus, #collection-header-wrapper .hero-all-link a:hover {
    text-decoration: none;
    background-color: #1a1a1a;
    color: #fff
}

@media (min-width: 992px) {
    #collection-header-wrapper h1 {
        font-size:47px
    }
}

@media (min-width: 1200px) {
    #collection-header-wrapper h1 {
        font-size:58px
    }
}
