/*
ba5a31 brown
735d78 purple
d8d8f6 lavender

font-family: "poppins", sans-serif;
font-weight: 300;
font-weight: 400;
font-weight: 600;
font-weight: 700;
font-weight: 800;
*/






/* STRUCTURE *****************************************/

html {
	overflow-x: hidden;
}
#page-container {
	padding-top: 18vw !important;
}
.container {
	width: 94%;
	max-width: 1100px;
}
#left-area {
	float: none !important;
	width: 100% !important;
	padding-right: 0 !important;
}
#left-area .full-width {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	/* 10 px adjustment for scroll bar
	margin-right: calc(50% - 50vw + 10px);
	margin-left: calc(50% - 50vw + 10px); */
}
#left-area .full-width > .inner,
.soliloquy-viewport > .inner {
	position: relative;
	margin: 0 3%;
	width: 94%;
	max-width: 1100px;
}
#left-area .full-width > .inner {
	padding: 9vw 0;
}
#content-area > div {
	padding-bottom: 70px;
}
#left-area article .entry-content {
	position: relative;
}


/* clearfix */
.clearfix {
zoom: 1;
}
.clearfix:before,
.clearfix:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
.clearfix:after {
clear: both;
}

.wp-block-group.fullwidth,
.wp-block-columns.fullwidth {
	margin-right: calc(50% - 50vw + 8px);
	margin-left: calc(50% - 50vw);
}





/* GLOBAL STYLES *****************************************/

body {
	color: #222;
	font-family: "acumin-pro", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
  opacity: 0;
	-webkit-animation: fadeIn .5s;
	-moz-animation: fadeIn .5s;
	-ms-animation: fadeIn .5s;
	-o-animation: fadeIn .5s;
	animation: fadeIn .5s;
  animation-fill-mode: forwards;
}
/* fade in page */
@keyframes fadeIn {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadeIn {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}

p {
	margin: 20px 0 0;
	padding: 0;
}

/* links */
a {
	color: #4f002a;
  text-decoration:underline;
}
a:hover,
a:active {
	color: #525b76;
	outline: none;
}
#left-area h1,
#left-area h2,
#left-area h3,
#left-area h4,
#left-area h5,
#left-area h6 {
	font-weight: 700;
	line-height: 1.2;
}
#left-area section h1 {
	font-size: 36px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	text-decoration:none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration:underline;
}

#left-area h1.entry-title {
	color: #4f002a;
	text-shadow: none;
}
.page-template-default #left-area h1.entry-title {
	margin-bottom: 20px;
}
#left-area h2,
#left-area h3 {
	padding: 0;
	color: #735d78;
}
#left-area h2 {
	margin-top: 50px;
	text-transform: uppercase;
	letter-spacing: -.5px;
}
#left-area .wp-block-group > h2:first-child {
	margin-top: 0;
}
#left-area h3 {
	font-size: 18px;
	margin-top: 40px;
}
#left-area h4 {
	margin-top: 30px;
}
#left-area h5 {
	margin-top: 20px;
}
#left-area p a,
#left-area li a {
  text-decoration:underline;
}
#left-area p a:hover,
#left-area li a:hover {
	text-decoration:none;
}
#left-area a.more,
#sidebar a.more,
#sidebar h1 a,
#sidebar li a,
#sidebar article a {
	text-decoration:none;
}
#left-area a.more:hover,
#sidebar a.more:hover,
#sidebar h1 a:hover,
#sidebar li a:hover,
#sidebar article a:hover {
	text-decoration:underline;
}
.more-link a::after,
a.more::after {
	/* content:"\f054"; */
	content:"\f061";
	display:inline-block;  /* no underline on hover */
	position:relative;
	left: 4px;
	top: -1px;
	margin-right: -10px; /* prevent wrap */
	color: #871d57;
	font-family: FontAwesome;
	font-size: .7em;
	line-height: .8em;
}
a.back::before {
	content:"\f053";
	display:inline-block;  /* no underline on hover */
	position:relative;
	top: -1px;
	margin-right: 2px;
	color: #871d57;
	font-family: FontAwesome;
	font-size: .7em;
	line-height: .8em;
}
a.external::after {
	content:"\f08e";
	display:inline-block;  /* no underline on hover */
	display: none; /* no icon? */
	position:relative;
	left:6px;
	top:1px;
	margin-right: -10px; /* prevent wrap */
	font-family:FontAwesome !important;
	font-size:.7em;
	line-height: .8em;
}
.see-all a.more::after {
	content: "\f061";
	top: 0;
	font-size: 1em;
}
a.back::before {
  content:"\2039";
	display:inline-block;  /* no underline on hover */
	position:relative;
	margin-right:4px;
	top:1px;
	font-size:1.3em;
	line-height: .8em;
}
#left-area a.more,
#left-area a.back,
#left-area a.inherit {
	text-decoration: none;
}
#left-area a.more:hover,
#left-area a.back:hover,
#left-area a.inherit:hover {
	text-decoration: underline;
}
p.all a {
	font-size: .92em;
	text-transform: uppercase;
}
#left-area a.inherit {
	color: inherit;
}
#left-area a.inherit:hover {
	color: #c45327;
}

#left-area p.see-all a {
	text-decoration:none;
}
#left-area p.see-all a:hover {
	text-decoration:none;
}


/* headings */
section h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4f002a;
}




/* lists */
ul {
	list-style:none;
}
#left-area ul {
	margin: 0;
	padding: 0;
}
#left-area li {
	margin-left: 20px;
}
#left-area .entry-content ul,
#left-area .entry-content ul li {
	list-style: square outside none;
}
#left-area .entry-content ul li {
	margin: 15px 0 0 20px;
	line-height: 1.6em;
}
#left-area .entry-content ul li::marker {
	color: #525b76;
}
#left-area .entry-content ul.justified li {
	margin-left:0;
}
#left-area .entry-content ol {
	list-style:decimal outside none;
	margin:10px 0 0 22px;
}
#left-area .entry-content ol li {
	margin:7px 0 0 35px;
	padding-left:20px;
}
#left-area .entry-content ol.justified li {
	margin-left:0;
	padding-left:0;
}
#left-area .entry-content h2+ ul,
#left-area .entry-content h3+ ul,
#left-area .entry-content h2+ ol,
#left-area .entry-content h3+ ol {
	margin-top:15px;
}
#left-area .entry-content p + ul,
#left-area .entry-content p + ol {
	margin-top:15px;
}


#left-area p {
  margin: 20px 0 0;
}
#left-area p.more {
  margin-top: 10px;
	font-size: 16px;
}
.top-level #left-area section p.more {
	font-size: inherit;
}
#left-area .entry-content ul + p {
	margin-top: 20px;
}
em,
cite,
i,
i[lang] {
	font-style:italic;
}
acronym {
	border-bottom:1px dotted #999;
	cursor:help;
}
strong {
	/* font-family:'Brandon Text Bold', sans-serif; */
	font-weight: 600;
}


/* screen reader only */
.screen-reader-text {
	display: none;
}
.hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}


/* image replacement */
.replace {
	text-indent:-9999px;
	font-size:1px;
	line-height:1px;
}
a.replace {
	display:block;
}


/* images */
.wp-block-image {
	position: relative;
}
.hero {
	margin: 6px 0 20px;
}
figcaption,
.wp-block-image figcaption,
.figcaption,
#left-area p.hero-caption,
.page-template-page-newsletters #left-area .newsletters .hero .caption,
.single-newsletter #left-area .hero .caption {
	position: absolute;
	bottom: 1px;
	right: 0;
	margin-top: 0;
	padding: 0 5px;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	font-size: 10px;
	line-height: 1.2;
}
.wp-block-image figcaption {
	margin-bottom: 0;
	text-align: left;
}
.wp-block-quote.alignleft,
.wp-block-quote.alignright,
figure.alignleft,
figure.alignright {
	margin: 28px 0 15px;
}
.wp-block-quote.alignleft,
.wp-block-quote.alignright {
	width: 48%;
}
.wp-block-quote.alignleft.medium,
.wp-block-quote.alignright.medium,
figure.alignleft.medium img,
figure.alignright.medium img {
	max-width: 350px;
}
.wp-block-quote.alignleft.small,
.wp-block-quote.alignright.small,
figure.alignleft.small img,
figure.alignright.small img {
	max-width: 200px;
}
.wp-block-quote.alignleft,
figure.alignleft {
	margin-right: 4%;
}
.wp-block-quote.alignright,
figure.alignright {
	margin-left: 4%;
}
.wp-block-column figure.alignfull {
	margin-top: 28px;
}
figure img {
	width: 100%;
	display: block;
}
.wp-caption,
.wp-caption.alignright,
.wp-caption.alignleft {
	clear: both;
	margin: 27px 20px 0 0;
	padding: 0 0 10px;
	text-align: left;
	border: none;
	background: none;
}
.wp-caption.alignright img,
.wp-caption.alignleft img {
	display: block;
	width: 100%;
}
#left-area .wp-caption p.wp-caption-text {
	margin: 10px 0;
	padding: 0;
	line-height: 1.3;
}


/* buttons */
#left-area button,
.wp-block-button a {
	display: inline-block;
	width: auto;
	padding: 3px 5px 2px;
	color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #c45327;
}
#left-area button:hover {
	background-color: #0b654f;
}
button a {
	color: #fff !important;
	text-decoration: none !important;
}



/* sections */
#left-area section:not(.hero) {
	margin-top: 40px;
	margin-bottom: 30px;
}
#left-area section.intro,
#left-area section.full-width {
	margin-bottom: 0;
}
#left-area section.intro + .full-width,
#left-area section.full-width + .full-width {
	margin-top: 0;
}


/* sliders */
/* #left-area .wp-block-soliloquy-soliloquywp {
	margin: 50px 0;
} */
#left-area .soliloquy-outer-container ul {
	margin: 0;
	padding: 0
}
#left-area .soliloquy-outer-container ul li {
	margin: 0;
	padding: 0;
	background: none;
}
#left-area .soliloquy-container .soliloquy-image {
	width: 100%;
}
#left-area .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	/* background: rgba(0,0,0,.65); */
}


/* lightbox */
.soliloquybox-overlay {
	z-index: 9999999 !important;
}


/* gravity forms */
.gform_wrapper {
	position:relative;
	margin:1.5em 0;
	padding:.25em 1em .5em;
	background:#f7f7f7;
}
#left-area .entry-content .gform_fields > li {
	padding-left:0;
	background:none;  /* no bullet */
}
.gform_wrapper .gfield_required {
	color:#c4161c !important;
}
.gform_wrapper p.required-note {
	position:absolute;
	right:4.5%;
	top:5px;
	font-size:11px;
}
.gform_wrapper p.required-note span {
	display:inline-block;
	position:relative;
	top:2px;
	left:-2px;
	font-size:17.6px;
	color:#c4161c;
}
.gform_wrapper .gform_footer {
	margin-top:.5em;
}


/* buttons */
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color:#ffd400;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color:#525b76;
}

/* remove sidebar vertical */
.et_right_sidebar #main-content .container:before {
	display: none;
}








/* HEADER *****************************************/

#main-header {
	height: 90px;
	box-shadow: none;
}
#main-header > .container {
	max-width: 1100px;
	padding: 1vw 0;
}
#page-container {
	padding-top: 90px !important;
}
#logo {
	max-width: none !important;
	max-height: none !important;
	height: 70px;
	margin-top: 5px;
	transition: height .5s ease-out;
}
.et_header_style_left #et-top-navigation {
	padding-top: 7vw;
	padding-right: 0;
	transition: all .2s;
}
#top-menu a {
	color: #ba5a31;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5 !important;
}
#top-menu a:hover,
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a {
	color: #525b76 !important;
	opacity: 1 !important;
}
.et_header_style_left #et-top-navigation nav > ul ul {
	background: rgba(255,255,255,.92);
}
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a {
	padding-bottom: 5px !important;
	border-bottom: 3px solid #0b654f;
	color: #0b654f;
	/* border-bottom: 3px solid #f5ae06; */
	border-bottom: none;
}
#top-menu .menu-item-has-children > a:first-child {
	padding-right: 16px;
}


/* dropdowns */
#top-menu li ul {
	padding: 10px 0;
	border-top: none;
}
#top-menu li li a {
	padding: 4px 0;
  font-weight: 600;
  font-size: 14px;
}
#top-menu li li a:hover {
	background: none !important;
}


/* search */
#et_top_search {
	display: none;
}
#et_search_icon::before {
	top: 0;
	left: 0;
	color: #4f002a !important;
}
.et_search_form_container {
	right: 53px;
}
#main-header .et_search_outer {
	display: none;
	background: #fff !important;
}


/* mobile menu */
#et_mobile_nav_menu { /* Divi button */
	display: none;
}
.rmp-container {
	max-width: none !important;
}
.rmp_menu_trigger {
	transition: top .25s !important;
}
.rmp-container {
	top: 90px !important;
}
.rmp-menu-wrap .rmp-topmenu-active > .rmp-menu-item-link {
	color: #fff !important;
}
.rmp-menu-wrap .rmp-submenu .rmp-menu-item-link {
	font-weight: 400 !important;
}
.rmp-menu-wrap .rmp-menu-item-link:focus {
	border-color: rgba(255,255,255,.2) !important;
}



/* sticky header */
#main-header.et-fixed-header,
#main-header.et-fixed-header .logo_container a {
	position: fixed;
}
#main-header.et-fixed-header,
#main-header.et-fixed-header > .container {
	height: 60px;
}
#main-header.et-fixed-header > .container {
	max-width: 1100px;
	padding: 0;
}
.sticky-header #page-container {
	padding-top: 60px;
}
#main-header.et-fixed-header .logo_container {
	margin-top: 0;
}
#main-header.et-fixed-header .logo_container #logo {
	height: 30px;
	margin-top: 15px;
}
#main-header.et-fixed-header #top-menu a {
	font-size: 14px;
}
.sticky-header #top-menu .menu-item-has-children > a:first-child:after {
	top: -2px;
}
.sticky-header #et_top_search {
	margin-top: 22px;
}
.sticky-header .rmp_menu_trigger {
	position: fixed !important;
	top: 5px !important;
}
.sticky-header .rmp-container {
	top: 40px !important;
}









/* FOOTER *****************************************/

#main-footer {
	/* height: 200px; */
	background: #735d78;
}
#main-footer > .container {
	padding: 10vw 0 2vw;
}
#et-footer-nav,
#footer-bottom {
	display: none;
}
#footer-widgets {
	padding: 0;
}
#footer-widgets .footer-widget {
	margin-bottom: 20px !important;
}

#footer-widgets .footer-widget .widget_media_image {
	width: 100% !important;
}
#footer-widgets .footer-widget .widget_media_image {
	display: block;
	position: relative;
	width: 250px !important;
  margin: 0 auto;
}
#footer-widgets .footer-widget:nth-child(2) * {
	font-size: 13px;
	line-height: 1.5;
}

#main-footer #footer-widgets .footer-widget:first-child *,
#main-footer #footer-widgets .footer-widget:last-child * {
	width: 100% !important;
}
#footer-widgets .footer-widget:first-child img {
	max-width: 300px;
}
#footer-widgets .footer-widget:last-child img {
	float: right;
	max-width: 90px;
}





/* MAIN CONTENT *****************************************/


/* pagination */
.pagination,
.wp-pagenavi {
	margin:30px 0 0;
	text-align:center
}
.wp-pagenavi {
	border-top: none !important;
}
.pagination .page-numbers,
.facetwp-page,
.wp-pagenavi a,
.wp-pagenavi span.current {
	display: inline-block;
	margin:0 1px;
	height: 32px;
	padding: 2px 10px 0 !important;
	border: 1px solid #d3d3d3 !important;
	background: #fcfcfc;
	font-size: 12px !important;
}
.pagination .page-numbers.current,
.facetwp-page.active,
.wp-pagenavi span.current {
	color:#fff !important;
  background-color:#c45327;
}
#left-area .pagination a {
	text-decoration: none !important;
}


.post-navigation {
	margin:35px 0 0;
	max-width:none;
}
.post-navigation::before {
	content:"More";
	display:block;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #d3d3d3;
	color:#999;
	font-size:12px;
	line-height:1em;
	letter-spacing:.1em;
	text-transform:uppercase;
}
.post-navigation .nav-links {
	border:none;  /* override */
}
.post-navigation .nav-previous {
	float:left;
	width:50%;
}
.post-navigation .nav-next {
	float:right;
	width:50%;
	text-align:right;
}
#left-area .post-navigation a {
	display:inline;
	margin:0;
	padding:0;
	border-bottom:none;  /* override */
	color:#c4161c;
	font-size:.92em;
	font-weight:normal;
	text-decoration:none;
}
#left-area .post-navigation a:hover {
	color:#000;
	text-decoration:underline;
}
.post-navigation a[rel="next"]::after {
	content:"\203a";
	display:inline-block;  /* no underline on hover */
	position:relative;
	left:4px;
	top:1px;
	font-size:1.3em;
}
.post-navigation a[rel="prev"]::before {
  content:"\2039";
	display:inline-block;  /* no underline on hover */
	position:relative;
	margin-right:4px;
	top:1px;
	font-size:1.3em;
}




/* HOMEPAGE *****************************************/

.home #content-area > div {
	padding-bottom: 0;
}

/* sliders */
.home .soliloquy-container .soliloquy-image {
	min-width: 100% !important;
	height: 50vw !important;
	max-width: none !important;
}
.home .soliloquy-container .soliloquy-caption-inside {
	padding: 4vw 12vw !important;
	font-size: 5vw !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-transform: uppercase;
}
.home #left-area .soliloquy-fc-caption h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
}
.home #et-main-area #main-content > .container {
	padding-top: 0;
}

.home .wp-block-group.has-background {
	padding: 0 !important;
}
.home #left-area .intro-text {
	padding: 9vw 0;
	font-size: 6.2vw;
	line-height: 1.5;
}
.home #left-area .section-hdg-container {
	position: relative;
}

.home #left-area .projects h2,
.home #left-area .publications h2,
.home #left-area .presentations h2 {
	margin-top: 0;
	font-size: 40px;
	line-height: 1.4;
}
.home #left-area .projects h2.past {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 5px solid #fff;
}
.home #left-area .projects .project {
	margin: 2vw 0 0;
}
.home #left-area .projects .project-text h3 {
	font-size: 28px;
	color: #000;
}
.home #left-area .projects .project-text h3 a {
	color: #000;
	text-decoration: none;
}
.home #left-area .projects .project-text h3 a::after {
	content: "\f061";
	display: inline-block;
	position: relative;
	top: -3px;
	color: #ba5a31;
	margin-left: 7px;
	font-family: FontAwesome;
	font-size: 18px;
	line-height: inherit;
}
.home #left-area .projects .project-text h3 a:hover {
	text-decoration: underline;
}
.home #left-area .projects .project-text p {
	font-weight: 600;
	line-height: 1.4;
}
.home #left-area .publications h3,
.home #left-area .presentations h3 {
	margin-top: 0;
	line-height: 1.4;
}
.home #left-area .publications h3 a::after {
	content: "\f061";
	display: inline-block;
	position: relative;
	top: -1px;
	color: #ba5a31;
	margin-left: 5px;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: inherit;
}
.home #left-area .presentations h3 {
	color: #000;
}
.home #left-area .publications p,
.home #left-area .presentations p {
	margin-top: 5px;
}
