
.off_screen {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: .5em;
    margin: .5em;
}

#footer-global {
    color: #9D7AFF;
    padding: 0 6rem;
    text-align: left;
    background-color: black;
}

#footer-global p, #main #footer-global p {
    color: #9D7AFF;
}

#footer-global .col-md-12, #footer-global .col-sm-9 {
	padding: 0;
}

hr.footer {
	border-top: 1px solid #9D7AFF;
}

.twentyfifth_international hr.footer.hr1, .twentyfifth_regional hr.footer.hr1, .page-template-organizers-2022 hr.footer.hr1 {
    border-color: transparent;
}

#footer-global h4, #footer-global h5 {
    font-family: "David Medium", Arial, sans-serif;
    font-size: 3.7rem;
    -webkit-font-smoothing: antialiased;
}

#footer-global h5 {
    font-size: 1.7rem;
}

#footer-global h4 {
    padding-bottom: 1rem;
}

#footer-global p, #main #footer-global p {
    font-family: "David Medium", Arial, sans-serif;
    font-size: 1.7rem;
    -webkit-font-smoothing: antialiased;
}

.footer-about p {
	width: 90%;
	padding-bottom: 15em;
}

#footer-global .site-info-links {
    font-size: 1.7rem;
}

#footer-global a {
	font-family: "David Medium", Arial, sans-serif;
    color: #9D7AFF;
    font-weight: normal !important;
    font-size: 1.7rem;
    -webkit-font-smoothing: antialiased;
}

#footer-global a:hover {
	cursor:pointer;
}


#footer-global .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin: 0;
	width: 100%;
	padding: 0 0 4rem 0;
}

.right {
	text-align: right;
}

.bottom {
	position: absolute;
	bottom: .65rem;
	left: 0;
}

.row .site-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    flex-direction: row;
    padding-inline-start: 0;
	margin: 0;
    flex-wrap: wrap;
    height: 15.5rem;
    margin-bottom: 0;
    width: 100%;
}

#footer-global .row .site-info-links {
    margin: 0;
    padding: 0;
	width: 18%;
    flex-grow: 1;
}

#footer-global .row .site-info-links-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-global .row ul.site-info {
	padding-bottom: 6rem;
}

.funders-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    flex-direction: row;
}


.funders-logos, .sponsor-logos {
	padding: 2rem 0 14rem 0;
}

.funder-logo {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 1.5rem 2rem 0;
    height: 9rem;
}

#footer-global .row ul li.funder-logo {
    list-style: none;
    width: calc(16% - 1.5rem);
    max-width: calc(17% - 1.5rem);
}

.funder-logo img {
    width: auto;
    max-width: 80%;
    height: 100%;
    object-fit: contain;
}

#footer-global .row ul.sponsor-logos li.logos {
	list-style: none;
	width: 20%;
/*
    display: flex;
    flex-direction: column;
*/
}

#footer-global .row ul li.funder-logo {
    flex-grow: 1;
}

#footer-global .row ul li.funder-logo:first-child {
    align-self: flex-start;
}

#footer-global .row ul li.funder-logo:nth-child(2) {
    align-self: center;
    text-align: center;
}

#footer-global .row ul li.funder-logo:nth-child(3) {
    align-self: center;
    text-align: center;
}

#footer-global .row ul li.funder-logo:nth-child(4) {
    align-self: center;
    text-align: center;
}

#footer-global .row ul li.funder-logo:nth-child(5) {
    align-self: center;
    text-align: center;
}

#footer-global .row ul li.funder-logo:nth-child(6) {
    align-self: center;
    text-align: center;
}

#footer-global .row ul.sponsors-logos li {
	margin-left: 0;
}



.cd-top {
  	display: inline-block;
  	height: auto;
  	text-decoration: none;
  	width: auto;
  	position: fixed;
  	top: 1em;
    right: 1em;
    text-decoration: none;
    font-family: 'David Medium', Arial, sans-serif;
    font-size: 1.7rem;
    text-align: left;
  /* image replacement properties */

/*
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
*/
/*  sbackground: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%; */
    background: white;
	visibility: hidden;
	padding: .125em;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
 	 /* the button becomes visible */
  	visibility: visible;
  	opacity: 1;
}
.cd-top.cd-fade-out {
 	 /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
 	 /*   opacity: .5; */
    opacity: 1;
}
.no-touch .cd-top:hover {
  	background-color: white;
  	text-decoration: underline;
  	opacity: 1;
}



/* ----------------- Newsletter Sign Up ---------*/

.newsletter {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-top: 2rem;
	-webkit-transition: all 0.1s ease-out, bottom 0.1s ease-out;
    -moz-transition: all 0.1s ease-out, bottom 0.1s ease-out;
    -o-transition: all 0.1s ease-out, bottom 0.1s ease-out;
    transition: all 0.1s ease-out, bottom 0.1s ease-out;
}


.newsletter {
	display: flex;
	border-bottom: .125rem solid #9D7AFF;
	margin-left: 30%;
}

.newsletter.active {
	display: flex;
}

#email-form {
	z-index: 10500;
	width: 250%;
	background: rgba(255,255,255,.9);
	border: none;
	color: transparent;
}

.email-form-modal {
	position: relative;
	bottom: -8vh;
	margin: 89vh auto 0;
	padding: 1rem 1rem 2rem;
	max-width: 100%;
	height: 8vh;
	background-color: rgb(0, 0, 0);
	border: none;
	opacity: 0;
	-webkit-transition: all 0.1s ease-out, bottom 0.1s ease-out;
	-moz-transition: all 0.1s ease-out, bottom 0.1s ease-out;
	-o-transition: all 0.1s ease-out, bottom 0.1s ease-out;
	transition: all 0.1s ease-out, bottom 0.1s ease-out;
}

.newsletter-modal {
	text-transform: none;
}

.email-form-modal .form-button {
	background: transparent;
	color: white;
}

.form-button:focus {
    color: #9D7AFF;
    background-color: black;
    outline-color: black;
    border-radius: 0;
}

#mc-embedded-subscribe-form input[type=email]:focus {
    outline: none !important;
}

.modal.fade.in .email-form-modal {
	bottom: 0;
	opacity: 1;
}

#mc_embed_signup {
	flex: 1
}

#mc-embedded-subscribe-form {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: .5rem -.5rem 0;
    width: 100%;
    height: 100%;
}

#mc-embedded-subscribe-form .email_wrapper {
	position: relative;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.mc-field-group {
	line-height: 1;
	overflow: hidden;
}

.mc-field-group input {
    color: #9D7AFF;
    font-family: "David Medium", Arial, sans-serif;
    font-size: 1.7rem;
    -webkit-font-smoothing: antialiased;
}

#mc-embedded-subscribe-form input[type=email] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: .25em 0;
    color: #9D7AFF;
    font-family: "David Medium", Arial, sans-serif;
    font-size: 1.7rem;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
}

#mc-embedded-subscribe-form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #9D7AFF;
	font-size: 1.7rem;
	height: 100%;
}

#mc-embedded-subscribe-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #9D7AFF;
	opacity: 1;
	font-size: 1.7rem;
	height: 100%;
}

#mc-embedded-subscribe-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #9D7AFF;
	opacity: 1;
	font-size: 1.7rem;
	height: 100%;
}

#mc-embedded-subscribe-form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #9D7AFF;
	font-size: 1.7rem;
	height: 100%;
}


#mc_embed_signup div.mce_inline_error {
    color: #9D7AFF;
    width: 100%;
    height: 100%;
    font-size: 1.7rem;
    padding: .5rem .5rem 0 1rem;
 }

.footer_module__col #mc-embedded-subscribe-form input[type=submit] {
    margin: 0;
    color: #9D7AFF;
    -webkit-flex: 0 0;
    -ms-flex: 0 0;
    flex: 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
	font-size: 1.15rem;
    line-height: 1.3;
    display: inline-block;
    cursor: pointer;
    color: #000;
}

.no-mobile {
	display: none;
}


.mc-field-group {
    position: relative;
 }


 #mc_embed_signup div.mce_inline_error {
    text-align: left;
    font-weight: normal !important;
 }

 #mc_embed_signup .form-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.7rem;
    display: inline-block;
    padding: .5rem 0;
    cursor: pointer;
    color: #9D7AFF;
    white-space: inherit;
    height: 100%;
    border: none;
    background-color: black;
 }

 #mc-embedded-subscribe-form:focus-within .button {
	background: transparent;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
	color: #9D7AFF;
	width: 2rem;
}

 #mc-embedded-subscribe-form .button:focus {
	outline-color: #9D7AFF;
}

.site-footer-global label {
  width: 20px;
  background: url("data:images/svg+xml, xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 21 13' path class='st0' d='M14.1,7.3c1.9,0,2.9-0.5,4.5-0.5v0.1c-3.2,1.5-4.4,3.1-5.5,4.8l1.6,1.4c1.6-3,3.3-4.6,6.3-6V6
	c-3-1.4-4.7-3-6.3-6l-1.6,1.4c1.1,1.7,2.3,3.3,5.5,4.8v0.1c-1.6,0-2.6-0.5-4.5-0.5H0v1.6H14.1z'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
}


 .subscribe {
    font-family: "David Medium", Arial, sans-serif;
    font-size: 1.7rem;
    -webkit-font-smoothing: antialiased;
    color: #9D7AFF;
	margin: 0 3rem 0 0;
}
