html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	overflow-x: hidden;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html, input, textarea {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

i, em {
	font-style: italic;
}

.hidden_label .gfield_label {
	display: none;
}

.elementor-text-editor .gform_wrapper ul {
	list-style: none;
	padding: 0;
}

.elementor-text-editor .gform_wrapper li {
	list-style: none;
	/*padding: 0;*/
	margin: 0;
}

.gform_fields {
	margin: -10px;
}

.gform_fields > .gfield {
	padding: 10px;
}

.gfield input[type="text"],
.gfield input[type="tel"],
.gfield input[type="email"],
textarea {
	width: 100%;
	border: 1px solid #111;
	height: 43px;
	padding: 5px 10px;
	font-weight: 500;
	font-size: 16px;
}

.gfield textarea {
	height: 85px;
	padding: 10px;
}

.gfield_label {
	margin-bottom: 5px;
}

.gfield label {
	font-weight: 500;
	font-size: 16px;
	display: block;
}

.gfield_checkbox,
.gfield_radio {
	margin: 0;
}

.gfield_checkbox > li,
.gfield_radio > li {
	display: inline-block;
	min-width: 100px;
	padding: 5px;
}

.gfield_checkbox input[type="checkbox"],
.gfield_radio input[type="radio"] {
	position: absolute;
	visibility: hidden;
}

.gfield_checkbox input[type="checkbox"] + label::before,
.gfield_radio input[type="radio"] + label::before {
	content: '';
	display: inline-block;
	height: 20px;
	width: 20px;
	top: 5px;
	left: 5px;
	margin: auto;
	background-color: #fff;
	border: 2px solid #111;
	vertical-align: -4px;
	margin: 0 5px 0 0;
}

.gfield_radio input[type="radio"] + label::before {
	border-radius: 100%;
}

.gfield_checkbox input[type="checkbox"]:checked + label::before,
.gfield_radio input[type="radio"]:checked + label::before {
	background-color: #111;
	box-shadow: 0 0 0 2px #111;
	border-color: #fff;
}

.gform_footer {
	margin-top: 20px;
	text-align: right;
}

.gform_footer input {
	appearance: none;
	/*border: 2px solid #111;*/
	height: 43px;
	padding: 5px 10px;
	font-weight: 400;
	font-size: 15px;
	/*text-transform: uppercase;*/
	/*letter-spacing: 2px;*/
	min-width: 190px;
	cursor: pointer;
	transition: 300ms ease;
	font-family: "Poppins", Sans-serif;
}

.gform_footer input:hover {
	/*background-color: #111;*/
}

.gform_wrapper .validation_message {
	font-size: 14px;
	color: red;
	font-weight: 500;
	margin-top: 5px;
}

.gform_wrapper .validation_error {
	font-size: 20px;
	line-height: 1.5;
	color: red;
	font-weight: 500;
	margin-bottom: 20px;
}

.elementor-text-editor ul {
	padding-left: 18px;
}

.elementor-text-editor li {
	list-style: disc;
	margin-bottom: 4px;
}

.gsection h2 {
	color: #111;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 20px;
}

@media (min-width: 1024px) {

	.ghalf {
		display: inline-block;
		width: 50%;
	}
}

.row {
	position: relative;
	font-size: 0 !important;
	letter-spacing: 0 !important;
}

@media (min-width: 768px) {
	.row.flex {
		display: flex;
		flex-direction: column;
		flex-flow: row wrap;
	}
}

.col {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}

.col.alignbottom {
	vertical-align: bottom;
}

.col.alignmiddle {
	vertical-align: middle;
}

.s1 {
	width: 8.33333%;
	flex-basis: 8.33333%;
}

.s2 {
	width: 16.66667%;
	flex-basis: 16.66667%;
}

.s3 {
	width: 25%;
	flex-basis: 25%;
}

.s4 {
	width: 33.33333%;
	flex-basis: 33.33333%;
}

.s5 {
	width: 41.66667%;
	flex-basis: 41.66667%;
}

.s6 {
	width: 50%;
	flex-basis: 50%;
}

.s7 {
	width: 58.33333%;
	flex-basis: 58.33333%;
}

.s8 {
	width: 66.66667%;
	flex-basis: 66.66667%;
}

.s9 {
	width: 75%;
	flex-basis: 75%;
}

.s10 {
	width: 83.33333%;
	flex-basis: 83.33333%;
}

.s11 {
	width: 91.66667%;
	flex-basis: 91.66667%;
}

.s12 {
	width: 100%;
	flex-basis: 100%;
}

.s0 {
	width: auto;
}

@media (min-width: 768px) {
	.m1 {
		width: 8.33333%;
		flex-basis: 8.33333%;
	}
}

@media (min-width: 768px) {
	.m2 {
		width: 16.66667%;
		flex-basis: 16.66667%;
	}
}

@media (min-width: 768px) {
	.m3 {
		width: 25%;
		flex-basis: 25%;
	}
}

@media (min-width: 768px) {
	.m4 {
		width: 33.33333%;
		flex-basis: 33.33333%;
	}
}

@media (min-width: 768px) {
	.m5 {
		width: 41.66667%;
		flex-basis: 41.66667%;
	}
}

@media (min-width: 768px) {
	.m6 {
		width: 50%;
		flex-basis: 50%;
	}
}

@media (min-width: 768px) {
	.m7 {
		width: 58.33333%;
		flex-basis: 58.33333%;
	}
}

@media (min-width: 768px) {
	.m8 {
		width: 66.66667%;
		flex-basis: 66.66667%;
	}
}

@media (min-width: 768px) {
	.m9 {
		width: 75%;
		flex-basis: 75%;
	}
}

@media (min-width: 768px) {
	.m10 {
		width: 83.33333%;
		flex-basis: 83.33333%;
	}
}

@media (min-width: 768px) {
	.m11 {
		width: 91.66667%;
		flex-basis: 91.66667%;
	}
}

@media (min-width: 768px) {
	.m12 {
		width: 100%;
		flex-basis: 100%;
	}
}

@media (min-width: 768px) {
	.m0 {
		width: auto;
	}
}

@media (min-width: 1028px) {
	.l1 {
		width: 8.33333%;
		flex-basis: 8.33333%;
	}
}

@media (min-width: 1028px) {
	.l2 {
		width: 16.66667%;
		flex-basis: 16.66667%;
	}
}

@media (min-width: 1028px) {
	.l3 {
		width: 25%;
		flex-basis: 25%;
	}
}

@media (min-width: 1028px) {
	.l4 {
		width: 33.33333%;
		flex-basis: 33.33333%;
	}
}

@media (min-width: 1028px) {
	.l5 {
		width: 41.66667%;
		flex-basis: 41.66667%;
	}
}

@media (min-width: 1028px) {
	.l6 {
		width: 50%;
		flex-basis: 50%;
	}
}

@media (min-width: 1028px) {
	.l7 {
		width: 58.33333%;
		flex-basis: 58.33333%;
	}
}

@media (min-width: 1028px) {
	.l8 {
		width: 66.66667%;
		flex-basis: 66.66667%;
	}
}

@media (min-width: 1028px) {
	.l9 {
		width: 75%;
		flex-basis: 75%;
	}
}

@media (min-width: 1028px) {
	.l10 {
		width: 83.33333%;
		flex-basis: 83.33333%;
	}
}

@media (min-width: 1028px) {
	.l11 {
		width: 91.66667%;
		flex-basis: 91.66667%;
	}
}

@media (min-width: 1028px) {
	.l12 {
		width: 100%;
		flex-basis: 100%;
	}
}

@media (min-width: 1028px) {
	.l0 {
		width: auto;
	}
}

strong, b {
	font-weight: 700;
}

.elementor-text-editor li,
.elementor-text-editor p {

}

.elementor-text-editor strong {
	color: #072142;
}

.elementor-text-editor h3 {
	color: #072142;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 18px;
}

.elementor-text-editor p:not(:last-child) {
	margin-bottom: 20px;
}

.card-papers {
	height: 100%;
}

.card-papers a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	padding: 30px;
	line-height: 1.4;
	height: 100%;
}

.card-papers p {
	margin: 0;
}

.card-papers ._title {
	font-size: 15px;
	font-weight: 700;
	color: #AD9445;
	text-transform: uppercase;
}

.card-papers ._content {
	font-size: 14px;
	color: #000;
}

.card-papers ._link {
	font-size: 12px;
	font-weight: 500;
	color: #87A984;
}

.card-papers:hover a {
	background: #87A984;
}

.card-papers:hover * {
	color: #fff;
}

.card-workshops {
	height: 100%;
}

.card-workshops a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	padding: 20px;
	line-height: 1.4;
	height: 100%;
}

.card-workshops p {
	margin: 0 !important;
}

.card-workshops ._title {
	font-size: 15px;
	font-weight: 700;
	color: #AD9445;
	text-transform: uppercase;
	max-width: 410px;
	margin-bottom: 10px;
}

.card-workshops ._image {
	padding-top: 60%;
	background-size: cover;
	background-position: 50%;
	margin: -20px -20px 20px;
}

.card-workshops ._main {
	position: relative;
}

.card-workshops ._content {
	font-size: 14px;
	color: #000;
}

.card-workshops ._link {
	font-size: 16px;
	font-weight: 500;
	color: #87A984;
	position: absolute;
	top: 0;
	right: 0;
}

.card-workshops:hover a {
	background: #87A984;
}

.card-workshops:hover * {
	color: #fff;
}

.staff-email i {
	color: #AD9445;
}

.card-staff {
	height: 100%;
}

.card-staff a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	padding: 15px 5px 15px 15px;
	line-height: 1.4;
	height: 100%;
}

.card-staff p {
	margin: 0 !important;
}

.card-staff ._title {
	font-size: 15px;
	font-weight: 700;
	color: #AD9445;
	text-transform: uppercase;
	max-width: 410px;
	margin-bottom: 2px;
}

.card-staff ._image {
	padding-top: 90%;
	background-size: cover;
	background-position: 50%;
	margin: -15px -5px 15px -15px;
}

.card-staff ._main {
	position: relative;
}

.card-staff ._content {
	font-size: 14px;
	color: #000;
}

.card-staff ._link {
	font-size: 12px;
	font-weight: 500;
	color: #87A984;
	margin-top: 10px;
}

.card-staff:hover a {
	background: #87A984;
}

.card-staff:hover * {
	color: #fff;
}

.aligncenter,
.alignleft,
.alignright {
	display: block;
	margin: 20px auto;
}

@media (min-width: 1024px) {
	.alignright {
		float: right;
	    margin: 0 0 20px 20px;
	}

	.alignleft {
		float: left;
	    margin: 0 20px 20px 0;
	}
}

.elementor-widget-theme-post-content table {
	text-align: left;
	margin-bottom: 20px;
}

.elementor-widget-theme-post-content table th {
	font-weight: 700;
}

.elementor-widget-theme-post-content ul {
	margin-bottom: 20px;
}

.elementor-widget-theme-post-content ul li {
	list-style: disc;
	margin-left: 20px;
}

.elementor-widget-theme-post-content h1,
.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content h4 {
	margin: 0 0 20px;
}

.elementor-widget-theme-post-content h1 {
	font-size: 29px;
}

.elementor-widget-theme-post-content h2 {
	font-size: 26px;
}

.elementor-widget-theme-post-content h3 {
	font-size: 23px;
}

.elementor-widget-theme-post-content h4 {
	font-size: 20px;
}

.elementor-pagination {
	margin-top: 40px !important;
}
