/* base */

html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
	color: #006;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

html {
	background: #EEE;
	background-color: #3f0d12;
	background-image: url(../img/x23+back+3.jpg);
	background-size: contain;
	}

body {
	padding: 1.5rem 5vw;
	width: 90vw;
	}
	
h1, h2, h3 {
	/* letter-spacing: .05rem; */
	text-transform: none;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.25;

	color: #f09;
	margin: 1rem 0;
}

section h2, section h3 {
	margin: 2rem 0;
	font-weight: 700;
}

section h3 {
	color: #00f;
	font-size: 1.5rem;
}

/* ---------------
header 
---------------- */

/* header p {
	float: left;
} */

header img {
	width: 6rem;
	margin: 1rem 0;
}

header h1, header h2, header h3 {
	display: block;
	margin: 0;
}

header h1:after, header h2:after {
	content: " ";
}

header h1 {
	color: #00f;
}

header h2 {
	color: #f09;
}

header h3 {
	color: #00f;
	font-size: 2rem;
}

header h3 strong {
	color: #f09;
	text-decoration: underline;
}

header p {
	margin: 1rem 0;
}

header mark {
	color: #fff;
	background-color: #f09;
}

header mark a, header mark a:link, header mark a:visited {
	text-decoration: underline;
	text-decoration-color: #fff;
}

/* ---------------
nav 
---------------- */

nav {
	padding: 1.25rem 0;
}

nav ul {
	font-size: 0;
	margin: 0;
}

nav ul {
	display: none;
}

nav li {
	font-size: .75rem;
	text-transform: uppercase;
	display: inline;
	background-color: #fff;
}

nav li {
	margin-right: 5px;
	padding: 0 5px;
}

nav a, nav a:link, nav a:visited, nav a:active, nav a:hover {
	color: #00F;
	text-decoration:none;
}

/* ---------------
page
--------------- */

section {
	border-top: 1px solid #ff0093;
}

#program {
	font-size: 1.25rem;
}

#program article {
	font-size: 1rem;
}

#about {
	padding-top: 2rem;
}

#about ul {
	margin-left: 1.5em;
}

#submit ul, #registration ul, #schoolofx ul {
	margin-left: 2.5em;
	list-style: disc;
}

p, ul {
	margin-bottom: 1.5rem;
}

strong {
	font-weight: 700;
}

em, cite {
	font-style: italic;
}

/* footer */

#footer {
	padding: 0 1rem;
}

/* #footer {
	background-color: #FFF;
} */

#footer h3 {
	font-size: 15px;
	padding-bottom: 0;
}

a, a:link, a:visited {
	color: #107;
	text-decoration: underline;
	-webkit-text-decoration-color: #f09;
	text-decoration-color: #f09;
}

a:active {
	color: #f09;
}

mark a, mark a:link, mark a:visited {
	color: #fff;
	text-decoration: none;
}

ul {
	list-style:none;
	margin-left: 0;
	padding: 0;
}

ul.inline, #submit ul.inline {
	padding-left: 0;
	text-indent: 0;
	font-weight: 600;
	margin-left: 0;
}

ul.inline li {
	display: inline;
}

ul.inline li:after {
	content:", ";
}

ul.inline li:last-child:after {
	content:".";
}

li.strong {
	font-weight: 600;
}

#program article img, #submit article img {
	display: block;
	width: 100%;
	height: auto;
}

#travel img, #save img {
	width: 100%;
}

#submit article {
	margin-top: 1.65rem;	
}

.highlight {
	display: block;
	background: none;
	padding: 0;
	margin-bottom: 0;
}

.highlight a, h3.highlight a {
	background-color: #b10066;
	background-image: linear-gradient(95deg, #b10066 0%, #b10066 60%, #ee482a 95%, #FF0 100%);
	padding: .25em;
	margin: 1rem 0;
	font-weight: 700;
	color: #FFF;
	text-decoration: underline;	
	-webkit-text-decoration-color: #FFF;
	text-decoration-color: #FFF;
}

p.highlight {
	margin-bottom: 1.5rem;
} 

/* logos */

#footer, #mailing {
	border-top:5px solid #FFF;
}

#mailing {
	margin-top: 3.3rem;
	padding: 0 0 3.3rem;
	padding-bottom: 3.3rem;
	margin-top: 0;
	color: #fff;
	background-color: #f09;
	background-image: url(../img/x23+back+180.jpg);
	background-size: contain;
	padding: 1rem;
}

#mailing {
	display: none;
}

#mailing p {
	margin-top: 1em;
	font-weight: 600;
	color: #00f;
}

#mailing label {
	display: inline-block;
	text-align: center;
	height: 1rem;
	margin-top: 1rem;
	background: #00f;
	font-size: .75em;
}

#mailing input[type=text], #mailing input[type=email] {
	display: inline-block;
	width: calc(80% - 4px);
	height: 1.65rem;
}

#mailing .clear {
	margin-top: 1.65rem;
}

#mailing input[type=submit] {
	font-size:.75rem;
	text-transform: uppercase;
	color: #F09;
	width: 15%;
	background-color: #FFF;
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 400;
}

#mailing input[type=submit]:hover {
	color: #FFF;
	background-color: #f545bb;
}

#footer ul {
	padding-left: 0;
	text-indent: 0;
	overflow: auto;
	padding-top: 24px;
}

#footer ul.xcoax {
	padding-top: 0;
}

#footer a, #footer a:link, #footer a:visited {
	color: rgb(50,50,50);
	text-decoration: underline;
}

#footer a:active, #footer a:hover {
		color: #000; //end color
}

ul.logos li {
	display: inline-block;
	margin-bottom: 15px;
	vertical-align: middle;
}

ul.logos img {
	max-width: 100%;
	height: auto;
	width: auto;
	max-height: 40px;
}

ul.xcoax img {
	max-height: 80px;
}

ul.logos img.s {
	max-height: 25px;
}

ul.logos li.media {
	opacity: 0.5;
}

/* #committees ul strong, #aboutus ul strong, #proceedings ul strong {
	display: block;
} */

#committees li, #program li, #aboutus li, #proceedings li {
	padding-left: 1em;
	text-indent: -1em;
}

li.strike {
	text-decoration: line-through;
	text-decoration-thickness: 2px;
	text-decoration-color: #F09;
}

/* forms */

.mc_field_group {
	height: 3em;
}

label {
	display: inline-block;
	width: 15%;
	margin: 0;
}

input {
/* 	height: 2em; */
	font-size: 1rem;
	padding: 0;
}

input[type='submit'] {
	width: 100%;
	margin-top: 1.5em;
	-webkit-appearance: button;
	height: 2em;
	font-weight: 600;
}

/* slider */

.slider {
  width: 100%;
  height: 300px;
  position: relative;
}
.wrapper {
  overflow: hidden;
  position: relative;
  background: #222;
  z-index: 1;
}
#items {
  width: 30000px;
  position: relative;
  top: 0;
  left: -300px;
}
#items.shifting {
  transition: left .2s ease-out;
}
.slide {
  width: 300px;
  height: 300px;
  cursor: pointer;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1s;
  position: relative;
  background: #FFCF47;
}

.slide img {
	width: 100%;
}

.control {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #F09;
  border-radius: 20px;
  margin-top: -20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.prev,
.next {
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.prev {
  background-image: url(../img/xlt.png);
  left: -20px;
}
.next {
  background-image: url(../img/xgt.png);
  right: -20px;
}
.prev:active,
.next:active {
  transform: scale(0.8);
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
	nav ul {
		display: block;
	}

	/* #program article img {
		width: 350px;
	}
 */	
	#submit article img, #program article img {
		width: auto;
		height: 300px;
	}
	
	#dates ul li strong {
		display: inline;
	}

	ul.logos li {
		margin-bottom: 30px;
	}
	
	#footer ul {
		padding-top: 34px;
	}
	
	#mailing {
		padding-left: 1rem;
		padding-right: 1rem;		
	}
	
	label {
		display: inline-block;
		margin-right: 1em;
	}

	
	input[type='submit'] {
		width: auto;
		padding: 0 1em;
		margin-top: 1.25em;
		-webkit-appearance: button;
		height: 2em;
		font-weight: 600;
	}

	ul.logos li {
		margin-right: 20px;
	}
	
	#travel img, #save img {
		width: 50%;
	}
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	html, body {
		font-size: 19px;
	}

	header, section {
		max-width: 900px;
		margin: 0 auto;
	}
	
	header h1, header h2, header h3 {
		display: inline;
	}

	header::before {
		top: -402px;
		left: -200px;
   	}
	   
	article {
		width: 48%;
		display: inline-block;
		margin-bottom: 1rem;
		vertical-align: top;
	}
	
	#contacts li {
		display: inline;
		margin-right: 1em;
	}

	#committees ul, #aboutus ul, #proceedings ul {
		column-count: 2;
		column-gap: 3rem;
	}

	#committees ul.single {
		column-count: 1;
	}
	
	#proceedings ul.single li {
		font-size: 1rem;
	}

	#committees li, #aboutus li, #proceedings li {
		display: inline-block;
		width: 95%;
		padding-right: 1em;
		font-size: .75rem;
	}

	#committees li strong, #aboutus li strong, #proceedings li strong {
		font-size: 1rem;
	}

	#program ul + article, #dates ul + article {
		padding-right: 1%;
	}

	#program article + article, #submit article + article, #submit article + article {
		padding-left: 1%;
	}
	
	#program article img, #submit article img {
	width: 100%;
	height: auto;
	}
	
	.venues {
		font-size: 0;		
	}
	
	.venues li {
		font-size: 1rem;
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}
	
	.venues img {
		margin-right: 1em;
	}

	section#registration, section#dates, h3 {
		clear:both;
	}

}