/* xl - DESKTOP STYLES */ 
.elementor-kit-12 {
    --color-primary: var(--e-global-color-primary);
    --color-secondary: var(--e-global-color-secondary);
    --color-text: var(--e-global-color-text);
    --color-accent: var(--e-global-color-accent);
    --color-blue-lt: var(--e-global-color-799db1c);
    --color-blue-lt-50: var(--e-global-color-67d550c);
    --color-blue-lt-25: var(    --e-global-color-3fd4317);
	--color-blue-lt-o20: rgba(157,214,219,.20);
	--color-blue-lt-o15: rgba(157,214,219,.15);
	--color-blue-lt-o10: rgba(157,214,219,.1);
    --color-orange: var(--e-global-color-908eddd);
    --color-orange-50: var(--e-global-color-84126aa);
    --color-orange-25: var(--e-global-color-4c5977c);
	--color-orange-o20: rgba(249,162,94,.2);
	--color-orange-o10: rgba(249,162,94,.1);
    --color-magenta: var(--e-global-color-07af116);
    --color-magenta-50: var(--e-global-color-e12ac60);
    --color-magenta-25: var(--e-global-color-9b72b3d);
	--color-magenta-o20: rgba(236,0,140,.2);
	--color-magenta-o10: rgba(236,0,140,.1);
    --color-purple: var(--e-global-color-b547449);
    --color-purple-50: var(--e-global-color-92c7959);
    --color-purple-25: var(--e-global-color-bc3b18d);
	--color-purple-o20: rgba(96,110,178,.2);
	--color-purple-o10: rgba(96,110,178,.1);
	
    --color-grey-dk: var(--e-global-color-8b29500);
    --color-grey-dk-50: var(--e-global-color-b4dc6b2);
    --color-grey-dk-25: var(--e-global-color-816c5e6);
	--color-grey-dk-15: rgba(227,230,232,1);
	--color-grey-dk-dk: #27343d;
	
	--color-grey-dk-o5: rgba(66,89,104,.05);
	--color-grey-dk-o10: rgba(66,89,104,.10);
	--color-grey-dk-o20: rgba(66,89,104,.20);
	--color-grey-dk-o25: rgba(66,89,104,.25);
	--color-grey-dk-o45: rgba(66,89,104,.45);
}

.elementor-5109 .elementor-element.elementor-element-6344e83 .elementor-nav-menu--main .elementor-item:hover, .elementor-5109 .elementor-element.elementor-element-6344e83 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-5109 .elementor-element.elementor-element-6344e83 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-5109 .elementor-element.elementor-element-6344e83 .elementor-nav-menu--main .elementor-item:focus {
    color: inherit;
    fill: inherit;
}

.elementor-widget-heading .elementor-heading-title {
    color: inherit;
}

::-moz-selection { /* Code for Firefox */
  color: #000000 !important;
  background: #F9F8C1; /* needs to be a grey or highlight, but not a theme color - and apparently cannot be CSS-grouped */
}

::selection {
  color: #000000 !important;
  background: #F9F8C1; /* needs to be a grey or highlight, but not a theme color - and apparently cannot be CSS-grouped */
}

/*
body #wpadminbar {
	display: none;
}

body.role__administrator #wpadminbar {
	display: block;
}
*/





.to-remove {
	opacity: .5 !important;
	background: #DFDFDF !important;
}





p {
	color: var(--color-text);
}
a {
	color: var(--color-magenta);
}

a.elementor-button-link.elementor-button,
.btn-type-1 a.elementor-button-link.elementor-button {
	background: var(--color-grey-dk-o10);
	color: var(--color-magenta);
	border: 1px solid var(--color-grey-dk-o20);
	font-weight: 400;
}
a.elementor-button-link.elementor-button:hover,
.btn-type-1 a.elementor-button-link.elementor-button:hover {
	background: var(--color-grey-dk-o25);
	color: var(--color-magenta);
	border: 1px solid var(--color-magenta);
}

body section .elementor-button.elementor-size-sm,
body section .elementor-button.elementor-size-xs,
body section .elementor-button.elementor-size-md,
body section .elementor-button.elementor-size-lg,
body section .elementor-button.elementor-size-xl,
body section .elementor-button {
    /*border-radius: 2px;
	padding-right: 30px;
	padding-left: 30px;
	*/
    padding-top: 18px;
    
    padding-bottom: 14px;
    
}

.btn-type-2 a.elementor-button-link.elementor-button {
	background: var(--color-blue-lt-o10);
	color: var(--color-grey-dk);
	border: 1px solid var(--color-blue-lt-o20);
	font-weight: 400;
}
.btn-type-2 a.elementor-button-link.elementor-button:hover {
	background: var(--color-blue-lt-50);
	color: #000000;
	border: 1px solid var(--color-blue-lt-o20);
}

.box-type-purple-border .btn-type-2 a.elementor-button-link.elementor-button {
	background: var(--color-purple-o10);
	color: var(--color-grey-dk);
	border: 1px solid var(--color-purple-o20);
}
.box-type-purple-border .btn-type-2 a.elementor-button-link.elementor-button:hover {
	background: var(--color-purple-50);
	color: #000000;
	border: 1px solid var(--color-purple-o20);
}

.box-type-magenta-border .btn-type-2 a.elementor-button-link.elementor-button {
	background: var(--color-magenta-o10);
	color: var(--color-grey-dk);
	border: 1px solid var(--color-magenta-o20);
}
.box-type-magenta-border .btn-type-2 a.elementor-button-link.elementor-button:hover {
	background: var(--color-magenta-50);
	color: #000000;
	border: 1px solid var(--color-magenta-o20);
}

.box-type-orange-border .btn-type-2 a.elementor-button-link.elementor-button {
	background: var(--color-orange-o10);
	color: var(--color-grey-dk);
	border: 1px solid var(--color-orange-o20);
}
.box-type-orange-border .btn-type-2 a.elementor-button-link.elementor-button:hover {
	background: var(--color-orange-50);
	color: #000000;
	border: 1px solid var(--color-orange-o20);
}

.btn-type-3 a.elementor-button-link.elementor-button {
	background: var(--color-orange);
	color: #ffffff;
	border: 0px solid var(--color-orange-o20);
	font-weight: 400;
}

.btn-type-grey-dk-o10 a.elementor-button-link.elementor-button {
	background: var(--color-grey-dk-o10);
	color: var(--color-grey-dk);
	border: 1px solid var(--color-grey-dk-25);
	font-weight: 400;
}

.text-only a.elementor-button-link.elementor-button {
	background: none;
	color: #000000;
	border: 0px;
	/*border-bottom: 1px solid var(--color-grey-dk-50);*/
    padding: 4px 4px;
	font-size: 16px;
}
.text-only a.elementor-button-link.elementor-button:hover i {
	color: var(--color-magenta);
}
.purple .text-only a.elementor-button-link.elementor-button:hover i {
	color: var(--color-purple) !important;
}
.orange .text-only a.elementor-button-link.elementor-button:hover i {
	color: var(--color-orange) !important;
}
.magenta .text-only a.elementor-button-link.elementor-button:hover i {
	color: var(--color-magenta) !important;
}
.blue-lt .text-only a.elementor-button-link.elementor-button:hover i {
	color: var(--color-blue-lt) !important;
}

.text-only.lg a.elementor-button-link.elementor-button {
	background: none;
	color: #000000;
	border: 0px;
	/*border-bottom: 1px solid var(--color-grey-dk-50);*/
    padding: 6px 8px 6px 8px;
    font-size: 22px;
    /*display: inline-block;*/
}
.text-only.lg a.elementor-button-link.elementor-button:hover {
	/*background: var(--color-grey-dk-o10);*/
}
.text-only.lg a.elementor-button-link.elementor-button i {
	font-size: 14px;
}
.text-only.lg a.elementor-button-link.elementor-button:hover i {
	color: var(--color-magenta);
}


section.section-members .make-column-clickable-elementor {
	transition: all .5s;
}
section.section-members .make-column-clickable-elementor:hover {
	background: var(--color-grey-dk-o10);
}


h1 {
	display: table; /* allows to work with elementor text block headers OR header blocks*/
	margin-left: auto !important;
    margin-right: auto !important;
	
	border-bottom: 1px solid #000000;
	text-align: center;
    
    /*padding-left: 20px !important;
    padding-right: 20px !important;*/
	font-weight: 700;
	letter-spacing: 14px;
	color: #000000;
	
	margin-bottom: 0px !important; 
	
}
h1:before { /* adds blank space before element to counterbalance its letter-spacing extends past, making its bottom border extend past element's actual text */
	content:"\00a0";
	font-size: 0;
}



.url__focafellowships h1 {
	text-transform: none;
}

h2 {
	
	display: table; /* allows to work with elementor text block headers OR header blocks*/
	margin-left: auto !important;
    margin-right: auto !important;
	text-align: center;
	
	color: #000000;
}

h2.type-2 {
	color: var(--color-grey-dk);
    font-size: 24px;
    font-weight: 600;
}


h3 {
	
	display: table; /* allows to work with elementor text block headers OR header blocks*/
	margin-left: auto !important;
    margin-right: auto !important;
	text-align: center;
	
	color: #000000;
}

h4 {
	color: #000000;
}

h5 {
	color: #000000;
}



#header-container,
#header-container * {
	z-index: 100;
}

#menumain-container {
	z-index: 10;
}




.margin-bottom-adjust {
	margin-bottom: -10px !important;
}

ul.addedlispace li {
	margin-bottom: 16px;
}


nav,
nav * {
	z-index: 1001 !important;
}

#menumain-container {
	background-color: var(--color-grey-dk-25);
	
}
body.type__single-post section#menumain-container #menumain>div {
	padding: 10px !important;
}




#menumain li,
#menufooter li {
	
}
#menumain li a,
#menufooter li a {
	font-weight: 400;
}
#menumain>div>nav>ul>li:before,
#menufooter>div>nav>ul>li:before {
	content: "\A";
    border-style: solid;
    border-width: 0 6px 10.4px 6px;
    border-color: transparent transparent #007bff transparent;
    position: absolute;
    left: 16px;
    bottom: 16px;
}
#menufooter li:before {
	bottom: 17px;
}

#menumain li.menu-item-6275:before,
#menufooter li.menu-item-6274:before { /* home */
	border-color: transparent transparent var(--color-magenta) transparent;
}
#menumain li.menu-item-6275 a:hover,
#menufooter li.menu-item-6274 a:hover { /* home */
	color: var(--color-magenta);
}

#menumain li.menu-item-5993:before,
#menufooter li.menu-item-6016:before { /* about */
	border-color: transparent transparent var(--color-orange) transparent;
}
#menumain li.menu-item-5993 a:hover,
#menufooter li.menu-item-6016 a:hover { /* about */
	color: var(--color-orange);
}

#menumain li.menu-item-6001:before,
#menufooter li.menu-item-6018:before,
#menumain li.menu-item-9059:before{ /* membership */
	border-color: transparent transparent var(--color-blue-lt) transparent;
}
#menumain li.menu-item-6001 a:hover,
#menufooter li.menu-item-6018 a:hover,
#menumain li.menu-item-9059 a:hover{ /* membership */
	color: var(--color-blue-lt);
}

#menumain li.menu-item-6008:before,
#menufooter li.menu-item-6017:before { /* award programs */
	border-color: transparent transparent var(--color-purple) transparent;
}
#menumain li.menu-item-6008 a:hover,
#menufooter li.menu-item-6017 a:hover { /* award programs */
	color: var(--color-purple);
}

#menumain li.menu-item-6012:before { /* store */
	border-color: transparent transparent var(--color-magenta) transparent;
}
#menumain li.menu-item-6012 a:hover { /* store */
	color: var(--color-magenta);
}

#menumain li.menu-item-6013:before,
#menufooter li.menu-item-6045:before{ /* contact */
	border-color: transparent transparent var(--color-orange) transparent;
}
#menumain li.menu-item-6013 a:hover,
#menufooter li.menu-item-6045 a:hover{ /* contact */
	color: var(--color-orange);
}
#menumain li.menu-item-9019 a:hover { /* donate */
	color: #007bff;
}

.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.elementor-nav-menu--main .elementor-nav-menu a:focus,
.elementor-nav-menu--main .elementor-nav-menu a:hover {
	padding: 13px 7px 10px 33px !important;
}

/* logout, login buttons (show only on mobile in this main menu) */
#menumain li.menu-item-9389,
#menumain li.menu-item-9388 {
	display: none;
}


#menumain li a {
	/*display: block;*/
}



#menumain>div>nav>ul>li ul {
	border-top: 0px solid var(--color-grey-dk-25);
	margin: 8px 0px 0px 0px !important;
	padding: 0px !important;
	/*min-width: 100% !important;*/
	position: absolute !important;
	right: 0% !important;
    left: 0% !important;
}
#menumain>div>nav>ul>li.menu-item-5993 ul {
	left: -10px !important;
}
#menumain>div>nav>ul>li li:first-of-type {
	border-top: 2px solid var(--color-grey-dk);
}
#menumain>div>nav>ul>li li {
	background-color: var(--color-grey-dk-25);
	font-size: 13px;
	font-weight: 500;
	border-bottom: 1px solid var(--color-grey-dk-50);
	margin: 0px 0px 0px 0px !important;
	padding: 0px !important;
}
#menumain>div>nav>ul>li li:hover {
	background-color: var(--color-grey-dk-15);
}

#menumain>div>nav>ul>li li a {
	background: none;
	color: var(--color-grey-dk) !important;
	justify-content: center !important;
}
#menumain>div>nav>ul>li li a:hover {
	background: none;
	color: var(--color-grey-dk) !important;
}

.elementor-nav-menu--main .elementor-nav-menu ul a,
.elementor-nav-menu--main .elementor-nav-menu ul a.highlighted,
.elementor-nav-menu--main .elementor-nav-menu ul a:focus,
.elementor-nav-menu--main .elementor-nav-menu ul a:hover {
	padding: 10px 12px 10px 12px !important;
	margin: 0px 0px 0px 0px !important;
    font-weight: 500 !important;
    border-left: 0px !important;
}


.logo-container {
    
}
.logo {
    margin-bottom: -40px;
    z-index: 1000;
	clip-path: polygon(26% 0, 91% 0, 95% 52%, 37% 97%, 1% 11%);
}







.section-banner {
	padding: 0;
	margin: 0;
}

.box-banner>div {
	position: relative;
	padding: 0px !important;
}
.box-banner {
	margin-bottom: 0px !important;
	border-top: 1px solid #7D8EA0;
	border-bottom: 1px solid #7D8EA0;
}
.box-banner img {
	width: 100% !important;
}


.section-h1-title {
	margin-top: 40px;
    margin-bottom: 25px;
}

.table-display {
	
}
table.table-display.noborder,
table.table-display.noborder td,
table.table-display.noborder th {
    border: none;
}
td.table-title {
	text-transform: uppercase;
}

.table-staff {
	
}
.table-staff tr {
	
}
.table-staff tr td:nth-child(1) {
	width: 35%;
	font-weight: 500;
	text-align: right;
	padding-right: 10px;
}
.table-staff tr td:nth-child(2) {
	width: 65%;
	text-align: left;
}


.elementor-slides .swiper-slide-inner .elementor-slide-button {
	text-shadow: 0 0 4px #000000;
}


.section-footer-1 {
	
}

body.url__ .section-footer-1 {
	margin-top: 0px !important;
}

#footer-container {
	background-color: var(--color-grey-dk-25);
	border-top: 3px solid #7E7E7E;
}

#menufooter a {
	text-transform: uppercase;
}




.iframe-widget iframe {
	position: relative;
    left: 50%;
    /*transform: translate(-80px, 0px);*/
	transform: translate(-35px, 45px) scale(1.6);
    
}







#main h2  {
	
}


.banner .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 0px;
}
.banner .elementor-slides .swiper-slide-inner .elementor-slide-description {
	font-weight: 700;
	font-size: 22px;
}

/*
.section-memberinfo {
	border: 1px solid grey;
}
*/

.public-only {
	/*display: none;*/
}

.members-only {
	/*display: none;*/
}

.section-members {
	/*background: var(--color-blue-lt-o15);*/
	
} 
.section-members h1,
.section-members h2,
.section-members h3 {
	/*color: var(--color-purple);*/
}
.section-members h2 {
	/*text-transform: uppercase;
	font-size: 28px;
    font-weight: 700;
	*/
}
.section-members h3 {
	
}
.section-members .box-type-1>.elementor-widget-wrap {
	border: none;
}
.section-members .box-type-2>.elementor-widget-wrap {
	border: none;
}
.section-members .box-type-3>.elementor-widget-wrap {
	border: none;
}
.section-members.dividers .box {
	border-left: 1px solid var(--color-grey-dk-50);
}
.section-members.dividers .box:first-of-type {
	border-left: none;
}
.section-members.dividers .box:last-of-type {
	
}

.section-members .elementor-icon {
	/*color: var(--color-orange) !important;*/
}


.section-members.type-2 {
	background: var(--color-blue-lt-25);
}



body.url__about h1 {
	color: var(--color-orange) !important;
}

body.url__award-programs h1 {
	color: var(--color-purple) !important;
}

body.url__curators-award h1 {
	color: var(--color-purple) !important;
}

body.url__curators-lab-exhibitions h1 {
	color: var(--color-purple) !important;
}

body.url__focafellowships h1 {
	color: var(--color-purple) !important;
	letter-spacing: 4px;
}

body.url__publications h1 {
	color: var(--color-purple) !important;
}

body.url__membership-information h1 {
	color: var(--color-blue-lt) !important;
}

body.url__contact h1 {
	color: var(--color-orange) !important;
}

body.url__store h1 {
	color: var(--color-magenta) !important;
}



h2 .header-first {
	display: block;
	font-family: 'Josefin Sans',sans-serif;
	text-transform: capitalize;
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	line-height: 25px;
}
h2 .header-last {
	display: block;
	font-family: 'Open Sans',sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	font-size: 30px;
	line-height: 25px;
}

h2 .header-first.reverse {
	display: block;
	font-family: 'Open Sans',sans-serif;
	
	text-transform: uppercase;
	font-weight: 800;
}
h2 .header-last.reverse {
	display: block;
	font-family: 'Josefin Sans',sans-serif;
	text-transform: capitalize;
	font-weight: 600;
}



.box {
	margin-left: 15px;
	margin-right: 15px;
	
	background: #ffffff;
}
.section-memberinfo .box {
	background: none;
}

.box:first-of-type {
	margin-left: 0px;
}
.box:last-of-type {
	margin-right: 0px;
}

.box-type-0 {
	
}

.box-type-0.style-purple h2 {
	color: var(--color-purple) !important;
}
.box-type-0.style-orange h2 {
	color: var(--color-orange) !important;
}
.box-type-0.style-magenta h2 {
	color: var(--color-magenta) !important;
}
.box-type-0.style-blue-lt h2 {
	color: var(--color-blue-lt) !important;
}


.box-type-purple-border h2 {
	color: var(--color-purple) !important;
}
.box-type-purple-border>.elementor-widget-wrap {
	/*padding: 15px !important;*/
	border: 1px solid var(--color-purple) !important;
	/*border-bottom: 5px solid var(--color-purple) !important;
	-webkit-border-radius: 0px 0 15px 0;
    border-radius: 0px 0 15px 0;*/
}
.box-type-purple-border .elementor-widget-text-editor>.elementor-widget-container {
	padding-left: 25px;
	padding-right: 25px;
}

.box-type-orange-border h2 {
	color: var(--color-orange) !important;
}
.box-type-orange-border>.elementor-widget-wrap {
	/*padding: 15px !important;*/
	border: 1px solid var(--color-orange) !important;
	/*border-bottom: 5px solid var(--color-orange) !important;
	-webkit-border-radius: 0px 0 15px 0;
    border-radius: 0px 0 15px 0;*/
}
.box-type-orange-border .elementor-widget-text-editor>.elementor-widget-container {
	padding-left: 25px;
	padding-right: 25px;
}

.box-type-magenta-border h2 {
	color: var(--color-magenta) !important;
}
.box-type-magenta-border>.elementor-widget-wrap {
	/*padding: 15px !important;*/
	border: 1px solid var(--color-magenta) !important;
	/*border-bottom: 5px solid var(--color-magenta) !important;
	-webkit-border-radius: 0px 0 15px 0;
    border-radius: 0px 0 15px 0;*/
}
.box-type-magenta-border .elementor-widget-text-editor>.elementor-widget-container {
	padding-left: 25px;
	padding-right: 25px;
}

.box-type-blue-lt-border h2 {
	color: var(--color-blue-lt) !important;
}
.box-type-blue-lt-border>.elementor-widget-wrap {
	/*padding: 15px !important;*/
	border: 1px solid var(--color-blue-lt) !important;
	/*border-bottom: 5px solid var(--color-blue-lt) !important;
	-webkit-border-radius: 0px 0 15px 0;
    border-radius: 0px 0 15px 0;*/
}
.box-type-blue-lt-border .elementor-widget-text-editor>.elementor-widget-container {
	padding-left: 25px;
	padding-right: 25px;
}





.box-type-purple-border .btn-type-2 a.elementor-button-link.elementor-button,
.box-type-orange-border .btn-type-2 a.elementor-button-link.elementor-button,
.box-type-magenta-border .btn-type-2 a.elementor-button-link.elementor-button,
.box-type-blue-lt-border .btn-type-2 a.elementor-button-link.elementor-button {
    color: #ffffff;
    font-weight: 400;
	position: relative;
    border-radius: 0;
    padding-bottom: 10px;
	
	/*left: 1px;
    top: 1px;
	-webkit-border-radius: 13px 0 13px 0;
    border-radius: 13px 0 13px 0;
	
	-webkit-box-shadow: inset -5px -5px 10px 0px rgb(0 0 0  / 10%);
    box-shadow: inset -5px -5px 10px 0px rgb(0 0 0  / 10%);*/
}

.box-type-purple-border .btn-type-2 a.elementor-button-link.elementor-button {
	/*background: var(--color-purple);
    border: 1px solid var(--color-purple);*/
	color: var(--color-grey-dk);
}
.box-type-purple-border .btn-type-2 a.elementor-button-link.elementor-button:hover {
    /*background: var(--color-purple-25);
    color: var(--color-grey-dk);
    border: 1px solid var(--color-purple);*/
}

.box-type-orange-border .btn-type-2 a.elementor-button-link.elementor-button {
	/*background: var(--color-orange);
    border: 1px solid var(--color-orange);*/
	color: var(--color-grey-dk);
}
.box-type-orange-border .btn-type-2 a.elementor-button-link.elementor-button:hover {
    /*background: var(--color-orange-25);
    color: var(--color-grey-dk);
    border: 1px solid var(--color-orange);*/
}

.box-type-magenta-border .btn-type-2 a.elementor-button-link.elementor-button {
	/*background: var(--color-magenta);
    border: 1px solid var(--color-magenta);*/
	color: var(--color-grey-dk);
}
.box-type-magenta-border .btn-type-2 a.elementor-button-link.elementor-button:hover {
    /*background: var(--color-magenta-25);
    color: var(--color-grey-dk);
    border: 1px solid var(--color-magenta);*/
}

.box-type-blue-lt-border .btn-type-2 a.elementor-button-link.elementor-button {
	/*background: var(--color-blue-lt);
    border: 1px solid var(--color-blue-lt);*/
	color: var(--color-grey-dk);
}
.box-type-blue-lt-border .btn-type-2 a.elementor-button-link.elementor-button:hover {
    /*background: var(--color-blue-lt-25);
    color: var(--color-grey-dk);
    border: 1px solid var(--color-blue-lt);*/
}





body.url__ .ast-container {
	
}
.home-awards {
	background: #F4F9FB;
}

.max-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


.elementor-widget-image .widget-image-caption {
    
    font-size: 10px;
    font-weight: 400;
    background: rgba(255,255,255,.6);
    position: absolute;
    bottom: 0px;
    width: 100%;
	color: var(--color-grey-dk-dk);
}



body.url__ .ecs-posts.elementor-posts-container.elementor-posts.elementor-grid {
	display: flex;
    justify-content: center;
	
}
body.url__ .ecs-posts.elementor-posts-container.elementor-posts.elementor-grid article {
	/*max-width: 33%;*/
}


/* some kind of elementor bug here - it's not setting the Query for the Search Results page to 3 columns */
body.search .ecs-posts.elementor-posts-container.elementor-posts.elementor-grid {
	display: grid !important; 
	grid-template-columns: repeat(3,1fr);
}



.elementor-widget-post-info ul.elementor-icon-list-items {
	justify-content: center;
}
.elementor-widget-post-info ul.elementor-icon-list-items .elementor-icon-list-icon {
	display: none;
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 4px;
    margin-left: 4px;
}
.elementor-widget-post-info ul.elementor-icon-list-items a.elementor-post-info__terms-list-item {
	font-size: 12px;
    color: var(--color-grey-dk);
    text-decoration: none;
    background: var(--color-grey-dk-15);
	padding: 0px 6px 0px 6px;
    display: inline-block;
	box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 20%);
}



.section-memberinfo .box .elementor-widget-text-editor {
	line-height: 1.3;
}



.box-type-1>.elementor-widget-wrap {
	padding: 15px;
	border: 1px solid var(--color-purple);
}
.box-type-1 h1,
.box-type-1 h2,
.box-type-1 h3 {
	color: var(--color-purple);
}


.box-type-2>.elementor-widget-wrap {
	padding: 15px;
	border: 1px solid var(--color-orange);
	
}
.box-type-2 h1,
.box-type-2 h2,
.box-type-2 h3 {
	color: var(--color-orange);
}


.box-type-3>.elementor-widget-wrap {
	padding: 15px;
	border: 1px solid var(--color-magenta);
}
.box-type-3 h1,
.box-type-3 h2,
.box-type-3 h3 {
	color: var(--color-magenta);
}




.copyright {
	font-size: 85%;
	color: var(--color-grey-dk)
}


section.section-members .box>.elementor-widget-wrap {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%) !important;
}





.widget-members-upcoming .elementor-post__thumbnail,
.widget-members-updates .elementor-post__thumbnail{
	max-width: 180px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 0px !important;
	max-height: 180px !important;
}




div.linebreak {
	width: 100%;
	display: block;
}


section.section-archive-posts div[class^='elementor-grid-'] {
	--grid-column-gap: 0px;
    --grid-row-gap: 0px;
}

article.elementor-grid-item.ecs-post-loop {
	padding: 30px;
}
article.elementor-grid-item.ecs-post-loop:hover {
	background: var(--color-grey-dk-o5);
}

.section-fields .elementor-widget-container {
	  /* display: flex;
    align-items: flex-start;
	*/
}





body.archive h1 {
	margin-top: 40px;
    margin-bottom: 25px;
}
body.archive p {
	text-align: center;
}


.ecs-post-loop {
	margin-bottom: 60px;
}


body.archive .section-archive-posts h1,
.ecs-post-loop h1 {
	display: table;
    margin-left: auto !important;
    margin-right: auto !important;
    /*border-bottom: 1px solid #000000;*/
	border-bottom: none !important;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.2;
	margin-top: 0;
    margin-bottom: 0;
}
body.archive .section-archive-posts h1 a,
.ecs-post-loop h1 a {
	text-decoration: none !important;
}

body.archive.url__focafellowships .section-archive-posts h1,
body.archive.url__focafellowships .ecs-post-loop h1 {
	margin-bottom: -20px !important;
}



body.url__ .ecs-post-loop .elementor-shortcode {
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
}



.ecs-post-loop .elementor-widget-image {
	
}
.ecs-post-loop .elementor-widget-image .elementor-widget-container {
	width: 250px;
    height: 250px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
	/*-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
	border: 1px solid rgba(0,0,0,.25);*/
}

.ecs-post-loop section:nth-child(2) {
	/*display: none;*/
}

.loop-post-primary-image {
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-size: cover;
}

.section-terms>div>div>div:empty {
  height: 0px !important;
}
















.fieldblock-container {
	margin-left: auto;
    margin-right: auto;
	display: inline-block;
	width: 100%;
	
	vertical-align: top;
	
	text-align: center;
}

.fieldblock-empty {
	display: none;
}

.fieldblock-container.w-25 {
	/*width: 25%; */
}


.fieldblock-container.w-33 {
	/*width: 33%;*/
}


.fieldblock-container.w-50 {
	/*width: 50%;*/
}

.fieldblock-container.w-100 {
	width: 100%;
}






.fieldblock-container p {
	margin-bottom: 0;
}

.fieldblock {
    text-align: center;
}

 table.fieldblock {
	display: table;
    text-align: center;
}
table.fieldblock tr {
	display: table-row;
    text-align: center;
}
table.fieldblock td {
	display: table-cell;
    text-align: center;
}




div.fieldblock-container {
	/*background: #9DD6DB;*/
	text-align: center;
}

div.field-format {
	/*background: #929FE2;*/
	text-align: center;
}







body.url__ .field-format.post-curators-award-exhibition-subtitle,
body.post-type-archive .field-format.post-curators-award-exhibition-subtitle {
	margin-top: -24px;
    margin-bottom: 18px;
}

body.url__ .post-focafellowships-exhibition-title,
body.post-type-archive .post-focafellowships-exhibition-title {
	
}

body.url__ .field-format.post-whenwhere-date,
body.post-type-archive .field-format.post-whenwhere-date {
	margin-top: -14px;
}

body.url__ .field-format.post-whenwhere-location,
body.post-type-archive .field-format.post-whenwhere-location {
	line-height: 1.2;
	margin-top: 8px;
}

body.url__ .fieldblock-container.fieldblock-person-Artist,
body.url__ .fieldblock-container.fieldblock-person-Curator,
body.url__ .fieldblock-container.fieldblock-person-Author,
body.url__ .fieldblock-container.fieldblock-person-Performer,
body.post-type-archive .fieldblock-container.fieldblock-person-Artist,
body.post-type-archive .fieldblock-container.fieldblock-person-Curator,
body.post-type-archive .fieldblock-container.fieldblock-person-Author,
body.post-type-archive .fieldblock-container.fieldblock-person-Performer {
	   margin-bottom: 4px;
}

body.url__ .fieldblock-container.fieldblock-person-Artist p,
body.url__ .fieldblock-container.fieldblock-person-Curator p,
body.url__ .fieldblock-container.fieldblock-person-Author p,
body.url__ .fieldblock-container.fieldblock-person-Performer p,
body.post-type-archive .fieldblock-container.fieldblock-person-Artist p,
body.post-type-archive .fieldblock-container.fieldblock-person-Curator p,
body.post-type-archive .fieldblock-container.fieldblock-person-Author p,
body.post-type-archive .fieldblock-container.fieldblock-person-Performer p {
	margin-top: -4px;
}

body.url__ .post-publication-date-of-publication,
body.post-type-archive .post-publication-date-of-publication {
	margin-top: -16px;
}



body.url__ div[class*=' mini-item-'],
body.url__ div[class^='mini-item-'],
body.post-type-archive div[class*=' mini-item-'],
body.post-type-archive div[class^='mini-item-'] {
	padding: 10px;
	margin: 10px;
	/*background: #F9A25E;*/
	text-align: center;
    width: 33%;
    display: inline-block;
	
	text-align: center;
}

body.url__ div[class*=' mini-item-'] h3,
body.url__ div[class^='mini-item-'] h3,
body.url__ div.fieldblock-container h3,
body.url__ div.field-format h3,
body.post-type-archive div[class*=' mini-item-'] h3,
body.post-type-archive div[class^='mini-item-'] h3,
body.post-type-archive div.fieldblock-container h3,
body.post-type-archive div.field-format h3 {
	font-size: 12px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0;
}

body.url__ div[class*=' mini-item-'] h4,
body.url__ div[class^='mini-item-'] h4,
body.url__ div.fieldblock-container h4,
body.url__ div.field-format h4,
body.post-type-archive div[class*=' mini-item-'] h4,
body.post-type-archive div[class^='mini-item-'] h4,
body.post-type-archive div.fieldblock-container h4,
body.post-type-archive div.field-format h4 {
	font-size: 14px !important;
}

body.url__ div[class*=' mini-item-'] h5,
body.url__ div[class^='mini-item-'] h5,
body.url__ div.fieldblock-container h5,
body.url__ div.field-format h5,
body.url__ div.field-format,
body.post-type-archive div[class*=' mini-item-'] h5,
body.post-type-archive div[class^='mini-item-'] h5,
body.post-type-archive div.fieldblock-container h5,
body.post-type-archive div.field-format h5,
body.post-type-archive div.field-format {
	font-size: 14px !important;
}

body.url__ div[class*=' mini-item-'] h5,
body.url__ div[class^='mini-item-'] h5,
body.url__ div.fieldblock-container h5,
body.url__ div.field-format h5,
body.url__ div[class*=' mini-item-'] p,
body.url__ div[class^='mini-item-'] p,
body.url__ div.fieldblock-container p,
body.url__ div.field-format p,
body.post-type-archive div[class*=' mini-item-'] h5,
body.post-type-archive div[class^='mini-item-'] h5,
body.post-type-archive div.fieldblock-container h5,
body.post-type-archive div.field-format h5,
body.post-type-archive div[class*=' mini-item-'] p,
body.post-type-archive div[class^='mini-item-'] p,
body.post-type-archive div.fieldblock-container p,
body.post-type-archive div.field-format p {
	font-size: 12px !important;
}

body.url__ div[class*=' mini-item-'] span,
body.url__ div[class^='mini-item-'] span,
body.url__ div.fieldblock-container span,
body.url__ div.field-format span,
body.post-type-archive div[class*=' mini-item-'] span,
body.post-type-archive div[class^='mini-item-'] span,
body.post-type-archive div.fieldblock-container span,
body.post-type-archive div.field-format span {
	font-weight: 600 !important;
	font-size: 12px !important;
}


body.post-type-archive section.section-terms {
	margin-top: -25px !important;
    margin-bottom: -4px !important;
	min-height: 30px;
}





.newline {
	display: none;
}








body.type__single-post.url__focafellowship section.section-content>div,
body.type__single-post.url__focafellowship section.section-fields>div {
	max-width: 800px;
}


body.type__single-post section.section-featured {
	margin-top: 30px;
	margin-bottom: 30px;
}

body.type__single-post section.section-featured img {
	max-width: 400px;
}

body.type__single-post h1 {
	margin-bottom: 30px !important;
}

body.type__single-post .field-format.post-curators-award-exhibition-subtitle {
	/*margin-top: -24px;
    margin-bottom: 18px;*/
}

body.type__single-post section.section-terms {
	margin-top: -10px;
	margin-bottom: 16px;
}

body.type__single-post section.section-terms .elementor-widget-post-info ul.elementor-icon-list-items a.elementor-post-info__terms-list-item {
    font-size: 16px;
    color: var(--color-grey-dk);
    text-decoration: none;
    background: var(--color-grey-dk-15);
    padding: 0px 10px 0px 10px;
    display: inline-block;
}

body.type__single-post .post-focafellowships-exhibition-title {
	font-size: 125%;
    margin-top: -20px;
    margin-bottom: 20px;
    font-weight: 500;
    font-style: italic;
}

body.type__single-post .field-format.post-whenwhere-date {
	margin-top: 0px;
	
	font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 16px !important;
}

body.type__single-post .field-format.post-whenwhere-time {
	margin-top: -12px !important;
	margin-bottom: 0px;
	
	font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 16px !important;
}

body.type__single-post .field-format.post-whenwhere-specific-days {
	margin-top: -12px !important;
	margin-bottom: 0px;
	
	font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 16px !important;
}

body.type__single-post .field-format.post-whenwhere-location-name {
	font-size: 18px !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
	
	line-height: 1.2;
}
body.type__single-post .field-format.post-whenwhere-location-address {
	font-size: 14px !important;
    line-height: 1.2 !important;
    margin-top: -10px !important;
    margin-bottom: 20px !important;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}


body.type__single-post .post-curators-award-exhibition-note {
	margin-top: 0px;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
}


body.type__single-post table[class*='fieldblock-person-'] p {
	margin-top: 0px;
}

body.type__single-post .post-publication-date-of-publication {
	margin-top: 0px;
}


body.type__single-post .fieldblock-container.collapsed {
	margin-bottom: 30px;
}

body.type__single-post .mini-item-public-event {
	width: 49%;
    margin: 0 !important;
	vertical-align: top;
}


body.type__single-post .mini-item-file-attachment-vimeo,
body.type__single-post .mini-item-file-attachment-youtube {
	
}
body.type__single-post .mini-item-file-attachment-vimeo h3,
body.type__single-post .mini-item-file-attachment-youtube h3 {
	display: none  !important;
}
body.type__single-post .mini-item-file-attachment-vimeo iframe,
body.type__single-post .mini-item-file-attachment-youtube iframe {
	width: 720px;
	height: 400px;
}

body.type__single-post .mini-item-file-attachment-catalog {
	padding: 0 !important;
}



body.type__single-post div[class*=' mini-item-'],
body.type__single-post div[class^='mini-item-'] {
	padding: 10px;
	margin: 10px;
	/*background: #F9A25E;*/
	text-align: center;
    /*width: 33%;*/
    display: inline-block;
	
	text-align: center;
}

body.type__single-post div.mini-item-link {
	padding: 0;
	margin: 0;
}


body.type__single-post section div[class*=' mini-item-'] h3,
body.type__single-post section div[class^='mini-item-'] h3,
body.type__single-post section div.fieldblock-container h3,
body.type__single-post section div.field-format h3 {
	font-size: 18px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 8px;
}
body.type__single-post section div.fieldblock-container.fieldblock-file_attachment-vimeo h3,
body.type__single-post section div.fieldblock-container.fieldblock-file_attachment-vimeo h3{
	display: none !important;
}

body.type__single-post section div[class*=' mini-item-'] h4,
body.type__single-post section div[class^='mini-item-'] h4,
body.type__single-post section div.fieldblock-container h4,
body.type__single-post section div.field-format h4 {
	font-size: 24px !important;
	line-height: 1.6 !important;
	margin-bottom: 10px !important;
}

body.type__single-post section div[class*=' mini-item-'] h5,
body.type__single-post section div[class^='mini-item-'] h5,
body.type__single-post section div.fieldblock-container h5,
body.type__single-post section div.field-format h5 {
	font-size: 22px !important;
	font-weight: 700 !important;
	line-height: 1.6 !important;
	margin-bottom: 10px !important;
}

body.type__single-post section div.mini-item-public-event h5.public-event-times {
	margin-top: -10px !important;
	font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.6 !important;
}

body.type__single-post section div.mini-item-public-event h5.public-event-location-name {
	font-size: 18px !important;
    margin-bottom: 20px !important;
    line-height: 1.6 !important;
	font-weight: 400 !important;
}

body.type__single-post section div[class*=' mini-item-'] h6,
body.type__single-post section div[class^='mini-item-'] h6,
body.type__single-post section div.fieldblock-container h6,
body.type__single-post section div.field-format h6 {
	font-size: 18px !important;
	line-height: 1.6 !important;
	margin-bottom: 6px !important;
}

body.type__single-post section div[class*=' mini-item-'] p,
body.type__single-post section div[class^='mini-item-'] p,
body.type__single-post section div.fieldblock-container p,
body.type__single-post section div.field-format p {
	font-size: 16px !important;
	line-height: 1.6 !important;
}

body.type__single-post section div.fieldblock-container.collapsed p {
	font-weight: 700;
}


body.type__single-post section.section-curators-lab-exhibition {
	margin-bottom: 30px !important;
}
body.type__single-post section.section-curators-lab-exhibition .post-curators-lab-exhibition-foca-information.field-format {
	text-align: justified !important;
}
    

body.type__single-post section div[class*=' mini-item-'] div[class*=' post-publication-'],
body.type__single-post section div[class*=' mini-item-'] div[class^='post-publication-'],

body.type__single-post section div.post-publication-publication-description.field-format,
body.type__single-post section div.post-publication-physical-description.field-format{
	
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    display: block !important;
}
body.type__single-post section div.post-publication-publication-date.field-format,
body.type__single-post section div.post-publication-isbn.field-format {
	margin-top: 0px !important;
    margin-bottom: 20px !important;
    display: block !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
    font-weight: 300 !important;
}
body.type__single-post section div.post-publication-status.field-format {
	display: none !important;
}
body.type__single-post section div[class*=' mini-item-'] div[class*=' post-publication-'] span,
body.type__single-post section div[class*=' mini-item-'] div[class^='post-publication-'] span,

body.type__single-post section div.post-publication-description.field-format span,
body.type__single-post section div.post-publication-physical-description.field-format span{
	font-size: 18px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    display: block !important;
	font-style: normal !important;
}
body.type__single-post section div.post-publication-publication-date.field-format span,
body.type__single-post section div.post-publication-isbn.field-format span {
	font-size: 12px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    display: block !important;
	font-style: normal !important;
}
body.type__single-post section div.post-publication-status.field-format span {
	display: none !important;
}
body.type__single-post section.section-publication {
	margin-bottom: 30px !important;
}


body.type__single-post section div[class*=' mini-item-'] span,
body.type__single-post section div[class^='mini-item-'] span,
body.type__single-post section div.fieldblock-container span,
body.type__single-post section div.field-format span {
	font-weight: 400 !important;
	font-size: 11px !important;
	/*font-style: italic !important;*/
}

body.type__single-post section div[class*=' mini-item-'] a,
body.type__single-post section div[class^='mini-item-'] a,
body.type__single-post section div.fieldblock-container a,
body.type__single-post section div.field-format a {
	font-size: 16px !important;
	line-height: 1.6 !important;
	font-weight: 400 !important;
}

body.type__single-post section table[class*=' fieldblock-person-'],
body.type__single-post section table[class^='fieldblock-person-'] {
	border: none;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	
	display: block;
	text-align: center;
	line-height: 1.6;
}

body.type__single-post section table[class*=' fieldblock-person-'] tbody,
body.type__single-post section table[class^='fieldblock-person-'] tbody {
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	display: block;
}

body.type__single-post section table[class*=' fieldblock-person-'] tr,
body.type__single-post section table[class^='fieldblock-person-'] tr {
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	
	display: block;
	text-align: center;
}
body.type__single-post section table[class*=' fieldblock-person-'] tr:last-of-type,
body.type__single-post section table[class^='fieldblock-person-'] tr:last-of-type {
	margin-bottom: 0px;
}

body.type__single-post section table[class*=' fieldblock-person-'] td,
body.type__single-post section table[class^='fieldblock-person-'] td {
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*text-align: left;*/
	
	display: block;
	text-align: center;
}

body.type__single-post section table[class*=' fieldblock-person-'] .col-name,
body.type__single-post section table[class^='fieldblock-person-'] .col-name {
	font-weight: 700;
	/*text-align: right;
	width: 30%;*/
}

body.type__single-post section table[class*=' fieldblock-person-'] .col-title,
body.type__single-post section table[class^='fieldblock-person-'] .col-title {
	font-weight: 500;
	font-style: italic;
	margin-bottom: 12px;
	/*text-align: right;
	width: 30%;*/
}

body.type__single-post section table[class*=' fieldblock-person-'] .col-email,
body.type__single-post section table[class^='fieldblock-person-'] .col-email {
	
	/*text-align: right;
	width: 30%;*/
	margin-bottom: 12px;
}

body.type__single-post section table[class*=' fieldblock-person-'] .col-title + .col-email,
body.type__single-post section table[class^='fieldblock-person-'] .col-title + .col-email {
	margin-top: -14px;
}

body.type__single-post section table[class*=' fieldblock-person-'] .col-description,
body.type__single-post section table[class^='fieldblock-person-'] .col-description {
	
	text-align: justify;
}

body.type__single-post section table[class*=' fieldblock-person-'] .col-image,
body.type__single-post section table[class^='fieldblock-person-'] .col-image {
	
	
}

body.type__single-post section table[class*=' fieldblock-person-'] .col-image img,
body.type__single-post section table[class^='fieldblock-person-'] .col-image img {
	
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 8px;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
body.type__single-post.url__focafellowship section table[class*=' fieldblock-person-'] .col-image img,
body.type__single-post.url__focafellowship section table[class^='fieldblock-person-'] .col-image img {
	margin-top: 60px;
	margin-bottom: 20px;
}

body.type__single-post.url__focafellowship section .fieldblock-container.field-repeater.fieldblock-person-artist .fieldblock.fieldblock-person-artist tr:first-of-type {
	margin-top: -20px;
}


body.type__single-post section .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px 10px;
}
body.type__single-post section.elementor-top-section .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px 0px;
}


body.type__single-post section.section-content {
	
}

body.type__single-post section div[class*=' mini-item-'] img,
body.type__single-post section div[class^='mini-item-'] img {
	margin-bottom: 14px !important;
}


.wp-caption .wp-caption-text,
.caption,
body.type__single-post section.section-content p:has(a>img) {
	text-align: center;
    display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

body.type__single-post section.section-content p:has(a>img)>a {
	text-align: center;
    display: block;
}

body.type__single-post section.section-content p:has(a>img)>a>img {
	text-align: center;
	margin-bottom: 8px;
}


body.type__single-post.url__focafellowship section.section-content p:has(img) {
	text-align: center;
    display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	
}

body.type__single-post.url__focafellowship section.section-content p:has(img)>img {
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 8px;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

@-moz-document url-prefix() { 
  .selector {
     
  }
}


body.type__single-post section.section-content p {
	text-align: justify;
}


section.section-forum h2.type-2 {
	color: #000000;
}

section.section-forum,
#bbpress-forums,
.bbpress-wrapper {
	font-weight: 400;
}


.elementor-kit-12 button,
.elementor-kit-12 input[type="button"],
.elementor-kit-12 input[type="submit"],
.elementor-kit-12 .elementor-button,
.menu-toggle,
button,
.ast-button,
.ast-custom-button,
.button,
input#submit,
input[type="button"],
input[type="submit"],
input[type="reset"],
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
body .wp-block-file .wp-block-file__button {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
    
    border-radius: 0px 0px 0px 0px;
	

    
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    line-height: 1;
	
	background-color: var(--color-grey-dk-o10);
    color: var(--color-magenta);
    border: 1px solid var(--color-grey-dk-o20);
    font-weight: 400;
	
}

.elementor-kit-12 button:hover,
.elementor-kit-12 input[type="button"]:hover,
.elementor-kit-12 input[type="submit"]:hover,
.elementor-kit-12 .elementor-button:hover,
.menu-toggle:hover,
button:hover,
.ast-button:hover,
.ast-custom-button:hover,
.button:hover,
input#submit:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,
body .wp-block-file .wp-block-file__button:hover {
	background: var(--color-grey-dk-o25);
    color: var(--color-magenta);
    border: 1px solid var(--color-magenta);
}


input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea,
#bbpress-forums #bbp-search-form #bbp_search,
input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea{
    color: #666;
    height: auto;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
	display: inline-block;
    width: auto;
	
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
    border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    line-height: 1;
	background-color: var(--color-grey-dk-o10);
    color: var(--color-magenta);
    border: 1px solid var(--color-grey-dk-o20);
    font-weight: 400;
}



/* user pages need tlc even with Theme My Login since they don't have any container limits set otherwise */
.url__login #content,
.url__register #content,
.url__lostpassword #content,
.url__resetpass #content,
.url__dashboard #content{
	max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.credits p {
	font-size: 70% !important;
	opacity: .75 !important;
	color: var(--color-grey-dk-dk);
}


/* center the captchas */
.c4wp_captcha_field_div>div {
	margin-left: auto;
    margin-right: auto;
}

ul.tml-links {
	list-style: none;
}

input:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="reset"]:focus, input[type="search"]:focus, textarea:focus, .wp-block-search__input:focus, [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus, .ast-mobile-popup-drawer.active .menu-toggle-close:focus, .woocommerce-ordering select.orderby:focus, #ast-scroll-top:focus, .woocommerce a.add_to_cart_button:focus, .woocommerce .button.single_add_to_cart_button:focus {
    border-style: dotted;
    border-color: inherit;
    border-width: thin;
    outline-color: transparent;
    background: var(--ast-comment-inputs-background);
}


li.tml-lostpassword-link {
	list-style: none;
}




/* md - TABLET PORTRAIT STYLES */ 
@media (max-width: 1023px) {
  /* logout, login buttons (show only on mobile in this main menu) */
  #menumain li.menu-item-9389,
  #menumain li.menu-item-9388 {
  	display: block;
  }
  
  .elementor-slides .swiper-slide-inner {
  	padding: 0px !important;
  }
  
  .elementor-menu-toggle {
  	border: 1px solid var(--color-grey-dk-o25);
  }
  
  .header-login {
  	
  }
  
  .header-logged-in {
  	
  }
  
  .header-social-icons {
  	margin-right: -8px;
  }
  
  
  .box {
  	margin-left: 0px;
  	margin-right: 1%;
  	
  }
  
  .box:first-of-type {
  	margin-left: 1%;
  }
  .box:last-of-type {
  	margin-right: 1%;
  }
  
  .section-memberinfo .box {
  	margin-left: 5%;
  	margin-right: 5%;
  }
  
  .section-memberinfo .box:first-of-type {
  	margin-left: 5%;
  }
  .section-memberinfo .box:last-of-type {
  	margin-right: 5%;
  }
  
  
  
  .section-award-programs .box {
  	margin-left: 5%;
  	margin-right: 5%;
  }
  
  .section-award-programs .box:first-of-type {
  	margin-left: 5%;
  }
  .section-award-programs .box:last-of-type {
  	margin-right: 5%;
  }
  
  
  
  .elementor-nav-menu--dropdown.elementor-nav-menu__container {
  	max-width: 500px;
  	margin-left: auto;
  	margin-right: auto;
  	
  	margin-bottom: 0px;
  }
  
  
  #menumain>div>nav>ul>li {
  	border-top: 1px solid var(--color-grey-dk-25);
  }
  
  #menumain > div > nav > ul > li::before, #menufooter > div > nav > ul > li::before {
  
    left: 16px;
    top: 14px;
  }
  
  #menumain>div>nav>ul>li>a {
  	padding-left: 35px;
  }
  
  
  
  #menumain>div>nav>ul>li ul {
  	border-top: 0px solid var(--color-grey-dk-25);
  	margin-top: 0px !important;
  	position: relative !important;
  	right: 0% !important;
  	display: block !important;
  }
  
  
  
  #menumain>div>nav>ul>li li {
  	background-color: #ffffff !important;
  
  	border-bottom: 0px solid var(--color-grey-dk-50) !important;
  	margin: 0px 0px 0px 0px !important;
  	padding: 0px !important;
  }
  #menumain>div>nav>ul>li li:hover,
  #menumain>div>nav>ul>li li: active {
  	background-color: #ffffff;
  }
  
  #menumain > div > nav > ul > li li:first-of-type {
    border-top: 0px solid var(--color-grey-dk);
  }
  
  #menumain>div>nav>ul>li li a {
  	padding-top: 5px;
  	justify-content: initial !important;
  	padding-left: 45px;
  }
  
  
  
  .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
  	background-color: transparent !important;
  	color: #494c4f !important;
  }
  
  
  
  
  .section-h1,
  .section-terms,
  .section-whenwhere,
  .section-curators-award,
  .section-publication,
  .section-curators-lab-exhibition,
  .section-focafellowships,
  .section-video,
  .section-content,
  .section-fields {
  	padding-left: 15px;
  	padding-right: 15px;
  }
  
  
  
  .iframe-widget iframe {
  	position: relative;
      left: 50%;
      /*transform: translate(-80px, 0px);*/
  	transform: translate(-80px, 0px) scale(1);
      
  }
  
  
}

/* sm - SMARTPHONE LANDSCAPE STYLES */ 
@media (max-width: 767px) {
  .logo {
      margin-bottom: -20px;
      z-index: 1000;
  	clip-path: none;
  }
  
  
  .header-login {
  	margin-left: 15px;
  	margin-bottom: 10px !important;
  }
  
  .header-logged-in {
  	margin-left: 15px;
  	margin-bottom: 10px !important;
  }
  
  .header-social-icons {
  	position: absolute;
  	right: 15px;
  	margin-bottom: 5px;
  }
  
  
  .box {
  	margin-left: 2%;
  	margin-right: 2%;
  	
  	margin-bottom: 2%;
  }
  
  .box:first-of-type {
  	margin-left: 2%;
  }
  .box:last-of-type {
  	margin-right: 2%;
  }
  
  
  .section-memberinfo .box {
  	margin-left: 10%;
  	margin-right: 10%;
  	
  	margin-bottom: 2%;
  }
  
  .section-memberinfo .box:first-of-type {
  	margin-left: 10%;
  }
  .section-memberinfo .box:last-of-type {
  	margin-right: 10%;
  }
  
  
  
  .section-award-programs .box {
  	margin-left: 10%;
  	margin-right: 10%;
  	
  	margin-bottom: 2%;
  }
  
  .section-award-programs .box:first-of-type {
  	margin-left: 10%;
  }
  .section-award-programs .box:last-of-type {
  	margin-right: 10%;
  }
  
  
  
  
  
  
}

