/*======Header Stuff=====*/

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

header>nav {
	visibility: hidden;
	height: 0;li.item.resource>h4
}

header {
	border: none;
	margin-bottom: 10px;
}


/*=====card displays=====*/

.card-img-top {
	width: 100%!important;
	height: 15vw!important;
	object-fit: cover;
}

.card-container {
	padding: 0 3.38983% 30px;
}


/*========Banner Resize=====*/

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*======NavBar=====*/

.navigation {
	position: absolute;
	left: 0px;
	height: 40px;
	width: 100%;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	font-size: 1.5em;
	padding-left: 0;
}

.spacing {
	display: flex;
	list-style: none;
}

nav ul.navigation>li:not(:last-child) {
	margin-right: 90px;
}

.navigation {
	position: absolute;
	left: 0px;
	height: 40px;
	width: 100%;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	font-size: 1.5em;
}

nav>ul>li>a {
	margin: 7.5px;
	height: 30px;
}

.active {
	font-weight: bold;
}

ul.resource-list .resource .description:after {
	content: "";
	position: absolute;
	top: 52.5px;
	left: 0;
	right: 0;
	height: 37.5px;
	background: linear-gradient(to top, #f8f8f8, rgba(248, 248, 248, 0));
}

@media screen and (max-width: 700px) {
	ul.navigation a {
		font-size: 2.5vw;
	}
}

@media screen and (max-width: 475px) {
	.sub-menu li {
		font-size: 2vw!important;
	}
}

.sub-menu {
	border: none!important;
}

.sub-menu li {
	border: none!important;
}

.sub-menu ul {
	border: none;
}


/* Dropdown Button */

.dropbtn {
	color: #046A38;
	padding: 0!important;
	background: transparent;
	text-transform: uppercase!important;
}


/* The container <div> - needed to position the dropdown content */

.dropdown {
	position: relative;
	display: inline-block;
}


/* Dropdown Content (Hidden by Default) */

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}


/* Links inside the dropdown */

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}


/* Change color of dropdown links on hover */

.dropdown-content a:hover {
	background-color: #ddd;
}


/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
	display: block;
}


/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
	text-decoration: underline;
}


/*======Search Bar=====*/

#search form input[type="text"],
#search form button[type="submit"] {
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	border-radius: 25px;
}


/*======button=====*/

button,
a.button,
[type="submit"] {
	background-color: white;
	border-radius: 2px;
	padding: 7.5px;
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	cursor: pointer;
}


/*bootstrap buttons as links*/

.my-hvr-class {
	-webkit-appearance: none!important;
	color: white!important;
	opacity: 1!important;
}

.my-hvr-class:hover {
	background-color: #2936c4!important;
}

.btn-primary {
	color: #fff;
	background-color: rgb(0,7,87)!important;
	border-color: rgb(0,7,87)!important;
}


/*======Font From EMU Website=====*/

body.page {
	font-family: 'Poppins', sans-serif;
}


/*======card shadow=====*/

.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
}


/*====body container====*/

#content {
	padding-left: 15px;
	padding-right: 15px;
}


/*================Card Stack Gap====================*/

@media screen and (max-width: 991px) {
	div.card {
		height: auto!important;
	}
}

@media screen and (max-width: 991px) {
	div.col-lg-3 {
		height: auto!important;
		margin-bottom: 1rem;
	}
}


/*=========================== Branded box on bottom ================ */

.frame-bottom {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
}

.frame-bottom .col-lg-12 p {
	font-family: system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #717171;
	padding: 0;
}

footer {
	padding-bottom: 0;
}

div#content>h3 {
	visibility: hidden;
}


/*======For hiding labels, not in use yet======*/

.hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.breadcrumbs {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


/*======Browse controls and advanced search spacing=====*/

.title {
	display: block;
	margin-top: 100px;
}

div#content>h2 {
	padding-top: 100px;
}

h2+h3 {
	visibility: hidden;
}


/*=======Item Page Tingz=====*/

.media-render embed[src$="focus"] {
	margin-bottom: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.media-render img[src$=".jpg"] {
	margin-bottom: 30px;
	width: 30vw;
	display: block;
	margin-left: auto!important;
	margin-right: auto !important;
}

span.title {
	margin-top: 1px;
}


/*====== Item Page Tingz=====*/


/*title spacing*/

span.title {
	margin-top: 1px;
}


/*Link Placement and bold*/

.media-render a[href^="https"] {
	margin-left: 0px;
	font-weight: bold;
}

.media-render img[src$=".jpg"] {
	margin-left: auto!important;
	margin-right: auto !important;
}


/*Headings bold*/

div.property>h4 {
	font-weight: bold;
}

.media-render:first-child {
	margin-bottom: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*This is for spacing of titles on search result pages*/

h1>span.title {
	padding-bottom: 50px;
}


/*for centering page titles*/

.page-title {
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
}


/*for spacing of browse preview results*/

ul.resource-list .resource {
	margin: 20px 0;
}


/*same, spacing of browse preview results*/

.preview-block {
	margin-top: 0px;
}

.page-header {
	text-align: center;
	margin-top: 10px;
	paddig-top: 10px;
}

.page-sub-header {
	text-align: center;
	font-size: 1.5em;
}


/*For arrows by the dropdowns*/

i {
	border: solid green;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

h2.page-header+h3 {
	visibility: visible!important;
}

.small-arrow {
	color: #046A38;
	font-size: small;
	vertical-align: middle;
}

.small-arrow:hover {
	text-decoration: none!important;
}

@media screen and (max-width: 744px) {
	.small-arrow {
		visibility: hidden!important;
	}
}


/*nav+h2{text-align:center; margin-top: 20px!important; padding-top: 20px;}*/

nav+h2~p {
	text-align: center;
	font-size: 1.5em;
}

ul.resource-list .resource img {
	float: left;
	margin-right: 15px;
	margin-left: 0px!important;
}

.blocks>nav.closed {
	padding-bottom: 40px!important;
}

#search {
	padding-top: 10px;
}

img[src$="thumbnail.jpg"] {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

ul.resource-list .resource img {
	float: left;
	margin-right: 15px;
	margin-left: 0px!important;
}

.blocks>nav.closed {
	padding-bottom: 40px!important;
}

.media-render a[href*="aspace"] {
	margin-left: 0px;
	font-weight: bold;
}

.media-render img[src$=".jpg"] {
	margin-bottom: 30px;
	width: 30vw;
	display: block;
	margin-left: auto!important;
	margin-right: auto !important;
}

li.item.resource {
	padding-bottom: 0px;
	margin: 35px 0
}

li.item.resource>div.description {
	border-radius: 3px
}

ul.resource-list .resource .description:after {
	border-radius: 3px;
	top: 2rem;
}

li.item.resource>h4 {
	line-height: initial;
}

li.item.resource img[src$=".jpg"] {
	border-radius: 7px;
	height: 5.6rem
}

ul.resource-list .resource {
	border-bottom: none
}

li.item.resource>div.description {
	border-bottom: 1px #dedede solid;
	height: 3.2em;
}

ul.preview.resource-list li:first-of-type {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}


/*styling for the search page*/

ul.resource-list .resource {
	border-bottom: none
}

li.item.resource>div.description {
	border-bottom: 1px #dedede solid;
	
}

ul.preview.resource-list li:first-of-type {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

input.page-input-top {
	border: none
}

h2>span.title {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

div.browse-controls+ul.resource-list .resource:first-child {
	padding-top: 10px;
	border-top: none;
}

select {
	border-radius: 7px;
}

.filter {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.pagination .button,
.pagination .resource-list.preview+a {
	border: none;
	background-color: white;
}


/*Fixing vertical spacing in dropdown menus*/

.dropdown-content a {
	padding: 5px 10px;
}


/*suppress the header*/


/*new spacing for menu top*/

nav ul.navigation>li:not(:last-child) {
	margin-right: 2rem;
}


/*new font size*/

.navigation {
	font-size: 1.25rem;
	position: static;
}


/*closed element, must be overriding some defaults*/

.closed {
	border-top-width: 15px;
	margin-top: 0px;
	padding-top: 2px;
	POSITION: sticky;
	top: 0;
	z-index: 1;
	background: white;
	height: 2.5em;
}

.search-container {
	position: relative;
	display: inline-block;
	margin: 4px 2px;
	height: 50px;
	width: 50px;
	vertical-align: bottom;
}

.mglass {
	display: inline-block;
	pointer-events: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.searchbutton {
	position: absolute;
	font-size: 22px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.search:focus+.searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;
}

.search {
	position: absolute;
	
	/* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
	background-color: white;
	outline: none;
	border: none;
	padding: 0;
	width: 0;
	height: 100%;
	z-index: 10;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.search:focus {
	width: 40rem;
	/* Bar width+1px */
	padding: 0 16px 0 0;
	border-radius: 25px;
	border: 1px lightblue solid;
	height: 1.5rem;
	padding-bottom: 100px;
}

.expandright {
	left: auto;
	right: 49px;
	/* Button width-1px */
}

.expandright:focus {
	padding: 0 0 0 16px;
}

span.mglass {
	padding-left: .5em;
}


/*suppress the header banner*/

header>h1 {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


/*bring header to the top of the page*/

header {
	height: 0;
	padding: 0;
	margin: 0;
	position: sticky;
	top: 0;
	z-index: 5;
}


/*Attempt to center the new nav bar*/

.menu-section {
	margin-right: 27em;
}


/*placement of the stupid omeka search bar*/

#search {
	position: absolute;
	z-index: 4;
	left: auto;
	right: 0;
	background-color: #fff;
	padding-top: .2em;
	border-style: none;
	width: 25em
}

img[alt="Emu Green Box Logo"] {
	width: 100%;
	height: auto;
	margin-left: 0;
}
a[href="/s/emuarchives/page/home"]{
	max-width: 13%;
	height: 18%;
	z-index:4;
}

ul.navigation.spacing {
	position: absolute;
}


/*mobile logo*/

#mobilelogo {
	visibility: hidden;
}

#hamnav {
	width: 100%;
}

@media screen and (min-width: 1023px) {
	#mobilemenu {
		display: none;
	}
}

#hamnav label,
#hamburger {
	display: none;
}


/* dictates when the hamburger menu shows or hides */

@media screen and (max-width: 1023px) {
	/* Show Hamburger Icon */
	#hamnav label {
		display: inline-block;
		color: white;
		background: white;
		font-style: normal;
		font-size: 1.2em;
		background-color: none;
		z-index: 3;
		background: none;
	}
	/* Break down menu items into vertical */
	#hamitems a {
		box-sizing: border-box;
		display: block;
		width: 100%;
		border-top: 1px solid #333;
	}
	/* Toggle Show/Hide Menu */
	#computermenu {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
#search form button[type="submit"]{
	margin-left:2%;
}
	#search {
		LEFT: 0;
		padding-top: .45em
	}
	div#softtarget>a {
		visibility: hidden;
		width: 0
	}
	#mobilelogo {
		visibility: visible;
		width: 100%
	}
	label[for="hamburger"] {
		font-size: 4em;
	}
	img[alt=mobilelogo] {
		width: 4%;
		margin-right: 0;
		position: absolute;
		right: 0;
		padding-top: .2em;
	}
	#mobilemenu {
		position: absolute;
		width: 80%px;
		margin: 2.5em 0 0 -50px;
		padding: 50px;
		padding-top: 175px;
		background: #ededed;
		list-style-type: none;
		-webkit-font-smoothing: antialiased;
		/* to stop flickering of text in safari */
		min-height: 100em;
                height:100%;
		transform-origin: 0% 0%;
		transform: translate(-100%, 0);
		z-index: 2;
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	}
	#mobilemenu li {
		padding: 10px 0;
		font-size: 5vw;
	}
	#softtarget input:checked~ul {
		transform: none;
	}
}

/*really small screens*/
@media screen and (max-width: 320px){
	#search{width:50%;height: 1.8em;}
	img[alt=mobilelogo]{ width:8%}
	#content{padding-left:2%;
	padding-right:2%;}
	#search form input[type="text"]{
		height:1.8em
	}
	
		#search form button[type="submit"]:before {line-height:1.875em;
	}
	#mobilemenu li {
		font-size:10vw
	}
	#mobilemenu{
		padding-top:5%;
	}
	.col-lg-8.left.frame-bottom{
		max-width:100%;
		text-align:center;
	}
	footer>div.row{
		margin-left:0;
		margin-right:0;
	}
#mctriple{
		line-height:110%;

	}
	label#mctriple{
		font-size:2.2rem;
	}
} 
/*Mediumish screens*/
@media screen and (max-width: 375px){
	#search{width:50%;height: 1.8em;}
	img[alt=mobilelogo]{ width:8%}
	#content{padding-left:2%;
	padding-right:2%;}
	#search form input[type="text"]{
		height:1.8em
	}
	
		#search form button[type="submit"]:before {line-height:1.875em;
	}
	#mobilemenu li {
		font-size:10vw
	}
	#mobilemenu{
		padding-top:5%;
	}
	.col-lg-8.left.frame-bottom{
		max-width:100%;
		text-align:center;
	}
	footer>div.row{
		margin-left:0;
		margin-right:0;
	}
#mctriple{
		line-height:110%;

	}
	label#mctriple{
		font-size:2.2rem;
	}
} 
/*Mediumish screens*/
@media screen and (max-width: 425px){
	#search{width:50%;height: 1.8em;}
	img[alt=mobilelogo]{ width:6%}
	#content{padding-left:2%;
	padding-right:2%;}
	#search form input[type="text"]{
		height:1.8em
	}
	
		#search form button[type="submit"]:before {line-height:1.875em;
	}
	#mobilemenu li {
		font-size:10vw
	}
	#mobilemenu{
		padding-top:5%;
	}
	.col-lg-8.left.frame-bottom{
		max-width:100%;
		text-align:center;
	}
	footer>div.row{
		margin-left:0;
		margin-right:0;
	}
#mctriple{
		line-height:110%;

	}
	label#mctriple{
		font-size:2.2rem;
	}
} 
@media screen and (min-width: 425px) and (max-width:500px){
	#search{width:50%;height: 1em;}
	img[alt=mobilelogo]{ width:6%}
	#content{padding-left:2%;
	padding-right:2%;}
	#search form input[type="text"]{
		height:1.8em
	}
	
		#search form button[type="submit"]:before {line-height:1.875em;
	}
	#mobilemenu li {
		font-size:10vw
	}
	#mobilemenu{
		padding-top:5%;
	}
	.col-lg-8.left.frame-bottom{
		max-width:100%;
		text-align:center;
	}
	footer>div.row{
		margin-left:0;
		margin-right:0;
	}
#mctriple{
		line-height:110%;

	}
	label#mctriple{
		font-size:2.2rem;
	}
} 
@media screen and (min-width: 500px) and (max-width:768px){
	#search{width:50%;height: 1em;}
	img[alt=mobilelogo]{ width:4%}
	#content{padding-left:2%;
	padding-right:2%;}
	#search form input[type="text"]{
		height:1.8em
	}
	
		#search form button[type="submit"]:before {line-height:1.875em;
	}
	#mobilemenu li {
		font-size:10vw
	}
	#mobilemenu{
		padding-top:5%;
	}
	.col-lg-8.left.frame-bottom{
		max-width:100%;
		text-align:center;
	}
	footer>div.row{
		margin-left:0;
		margin-right:0;
	}
#mctriple{
		line-height:110%;

	}
	label#mctriple{
		font-size:2.2rem;
	}
} 

@media screen and (min-width: 768px) and (max-width:1023px){
	#search{width:50%;height: 1em;}
	img[alt=mobilelogo]{ width:3%}
	#content{padding-left:2%;
	padding-right:2%;}
	#search form input[type="text"]{
		height:1.8em
	}
	
		#search form button[type="submit"]:before {line-height:1.875em;
	}
	#mobilemenu li {
		font-size:10vw
	}
	#mobilemenu{
		padding-top:5%;
	}
	.col-lg-8.left.frame-bottom{
		max-width:100%;
		text-align:center;
	}
	footer>div.row{
		margin-left:0;
		margin-right:0;
	}
#mctriple{
		line-height:110%;

	}
	label#mctriple{
		font-size:2.2rem;
	}
} 


@media screen and (min-width: 1024px){
	#search{    
	width:25%}
}

@media screen and (min-width: 668px) and (max-width:950px){

	#mobilemenu li {
		font-size:7vw
	}
}
@media screen and (min-width: 950px) and (max-width:1023px){
	#mobilemenu li { 
	font-size: 6vw;}
}

input[type="text"]{
padding: 0 1.62492% 1% 1.62492%
}
/*********Advanced Search Page Rules**********/
body.items.search{
	width:100%
}
body.items.search>header{
position:relative
}

@media screen and (min-width: 320px) and (max-width:430px){
	div#content>h2{
		margin-top:11%;
		padding-top:20%;
		text-align:center;
		
	}
}
@media screen and (min-width: 430px) and (max-width:500px){
	div#content>h2{
		margin-top:8%;
		padding-top:20%;
		text-align:center;
		
	}
}
@media screen and (min-width: 500px) and (max-width:600px){
	div#content>h2{
		margin-top:5%;
		padding-top:20%;
		text-align:center;
		
	}
}

@media screen and (min-width: 600px) and (max-width:800px){
	div#content>h2{
		margin-top:5%;
		padding-top:20%;
		text-align:center;
		
	}
}
@media screen and (min-width: 800px) and (max-width:1024px){
	div#content>h2{
		margin-top:4%;
		padding-top:20%;
		text-align:center;
		
	}
}
div#content>h2{
	padding-top:2%;
	text-align:center
}
input.query-has-media{
	vertical-align:baseline;
}
div.value>label{
	padding: 0 2% 0 2%
}








@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}



* {
  -ms-overflow-style: none;
}

ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}




div.jumbotron>div.container {
    max-width: 90%;
}
div.jumbotron>div.container {
    max-width: 90%;
}
.item-col-display {
	list-style-type: none;
	margin: 0;
	padding: 0;	
	display: flex;
	flex-direction: row;
    align-items: flex-start;	
    flex-wrap: wrap;
}
.item-col-display li {
	width: 20%;
}
@media (max-width: 900px) {
	.item-col-display li {
		width: 25%;
	}
}
@media (max-width: 740px) {
	.item-col-display li {
		width: 33.3%;
	}
}
@media (max-width: 500px) {
	.item-col-display li {
		width: 100%;
	}
}	
.item-col-display li a {
	padding: 10px 10px 20px 10px;
	display: block;
	border-bottom: #fff !important;
}
.item-col-display .fit {
   position: relative;
   width:100%; /*make image streatch*/
   height: 180px;
   margin-bottom: 5px;
   display: block;
   overflow: hidden;
   border-radius: 50px;
}
.item-col-display .fit img {
    position:absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}


#custommap{
	height:30em!important;
border-radius:7px;
border:0;
}

#floorplan{
	padding: 1% 0  1% 0
}

.dc-contains{
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1.69492%;
}

.round-top {
    border-radius: 50%!important;
    height: 100%!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.round-a {
    height: 100%!important;
    margin-bottom: 2%;
}

.round-card {
    background-color: transparent!important;
    box-shadow: none!important;
    border: none!important;
}

.round-center {
    text-align: center;
}
.tri-column{
columns:3;
}

.secondary-head{
	font-weight: 400;
font-style:italic;
text-align:center;
}

.secondary-sub{
	font-weight:300;
font-size:1.5em;
text-align:center;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 2% 1%!important;
    }
}

.bi-column{
columns:2;
}

.right-side{
text-align:right;

}
.left-side{
text-align:left;

}
.img-description{
border-radius:7px;
}
.desc-row{
margin-bottom:8%;
}



.bi-column{
columns:2;
}

.my-container{
	width:80%!important;
	max-width:80%!important;
}

.jumbotron{
	padding: 2rem 2rem!important;
}


.media{
display:block!important;
}

.item-showcase .resource.item:not(:only-child) img{

	margin-right:auto;

}

.item-showcase{
	border:none;
}

.resource-list{
display:block!important;}

.resource-list .resource{
display:block!important;}

.ytmv{

	display:block;
	margin:0 auto;

}

.item-showcase .resource.item:not(:only-child) img {
    margin-right: auto;
    margin-bottom: 2%;
}

.card-txt{
text-align:center;
}

.slick-list.draggable{
height:100%!important;
}
.slick-slide.slide-text{
width:100%!important;
}


.slide-text>.title{
	margin-top:2%
}

.slick-prev {
    left: 2%;
    z-index: 4;
}
.slick-next {
    right: 2%;
}

.slick-prev .slick-next{
	font-size:3vw!important;
}

.custom-top{
margin-top:4%;
}

.jcarousel-wrapper{
box-shadow:none!important;
}

blockquote{
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

@media only screen and (max-width: 1500px) {
  .j-text {
    line-height:1.5!important;
    font-weight:300;
  }
}
.j-text{
text-align:justify;}


.j-img{
	margin-right:auto;
	margin-left:auto!important;
	max-width:100%;
}
.j-caption{
	text-align:center;
}

header nav.closed ul,header nav ul ul li {
        height: auto;
        overflow: hidden;
    }
