/* CSS RESETS */

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,  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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
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;
}
a {
	text-decoration: none;
}


/* Site Styles */

h1, h2, h3 {
    font-family: 'Fjalla One', sans-serif;
}

h2 {
	font-size: 2rem;
	margin-bottom: 20px;
}

h3 {
    color: #b7960e;
    font-size: 1.5rem;
    margin: 15px;
}

p, li, td {
	font-family: 'Noto Sans', sans-serif;
	color: #2C3531;
    line-height: 1.5em;
}

a {
	color: #116466;
	font-family: 'Noto Sans', sans-serif;
}

a:hover, a:active, a:focus {
	color: #ffd36a;
}

section {
	width: 90%;
	margin: auto;
	max-width: 1200px;
	padding: 30px 0;
}


/* Navigation and Header*/

nav {
	background: #116466;
}

.menu-items {
	height: 60px;
	width: 90%;
	max-width: 1600px;
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.menu-items a {
	margin-right: 30px;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 1px;
}



nav p, nav li, nav a {
	color: #D1E8E2;
}

.mobile-menu, .mobile-items {
	display: none;
}

header {
	background: #2C3531;
	padding: 30px 0 80px 0;
	position: relative;
}

header .details {
	position: absolute;
    padding: 5px;
    bottom: -50px;
    background: #b8e4d9;
    line-height: 1.5em;
    width: 90%;
    text-align: right;
    font-size: 1.8rem;
    border-bottom: 5px solid #7198a0;
    border-radius: 0 25px 25px 0;
    font-weight: 700;
    box-sizing: border-box;
    padding-right: 100px;
}

h1 {
    width: 90%;
    max-width: 160000px;
    margin: auto;
    line-height: 1.4em;
    color: #D1E8E2;
    font-size: 3.5rem;
    text-align:center;
}


@media (max-width: 800px) {

	h1 {
		font-size: 2.5rem;
		width: 90%;
	}

	header {
		padding-bottom: 60px;
	}

	header .details {
		width: 90%;
		font-size: 1.3rem;
	}

	.menu-items a {
		font-size: 1rem;
	}

}

@media (max-width: 600px) {

	.mobile-menu {
		display: block;
		line-height: 60px;
		margin-left: 15px;
		font-size: 1.3rem;
	}

	.mobile-menu:hover {
		cursor: pointer;
		color: #ffd36a;
	}

	.mobile-items a {
		width: 100%;
		display: block;
		text-align: center;
		border-top: 1px solid #333;
	}

	.menu-items, .mobile-items {
		display: none;
	}

	header .details {
		width: 100%;
		text-align: center;
		border-radius: 0;
		padding-right: 0;
		font-size: 1rem;
	}


}

/* Registration */

.register {
	margin-top: 70px;
}

.register a {
	display: block;
    text-align: center;
    border: 7px solid #f1d97b;
    padding: 20px;
    width: 400px;
    margin: auto;
    border-radius: 25px;
    background: #f1c40d;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.register a:hover {
	background: #ffd36a;
	color: #2C3531;
}

@media (max-width: 600px) {

	.register a {
		font-size: 1.2rem;
		width: 80%;
	}

}


/* Speakers */

.speakers ul {
	column-count: 3;
    column-gap: 10px;
    width: 95%;
}

.speakers li, .contact li, .committee li {
	font-size: 1.2rem;
	padding: 5px 0;
    line-height: 23px;
}

.speakers a {
	
}

.speakers a:hover {
	color: #ffd36a;
}

.name {
	font-weight: bold;
}

.affiliation {
	font-style: italic;
	font-size: .9rem;
}


/* Schedule */


#schedule-small {
    display: none;
}

table {
    width: calc(100% - 15px);
    margin: 15px 0 30px 15px;
}

td {
    padding: 10px;
}

td.time {
    width:180px;
}

.speaker {
    font-weight: bold;
    width: 120px;
}

td a {
    font-weight: bold;
    text-decoration: none;
    color: #116466;
    line-height: 2em;
}

td a:hover {
     color: #ffd36a;
}

.closed a::after {
    content: '▶';
    display: inline-block;
    margin-left: 6px;
    font-size: 14px;
}

.open a::after {
    content: '▼';
    display: inline-block;
    margin-left: 6px;
    font-size: 14px;
}

.abstract p {
    display: none;
}

.abstract p {
    padding-bottom: 1em;
}

#schedule tr:nth-child(odd) {
    background: #f5f5f5;
}

#schedule-small {
    display: none;
}

@media (max-width: 1200px) {

	.speakers ul {
		column-count: 2;
	    column-gap: 10px;
	    width: 95%;
	}
}

@media (max-width: 900px) {

	.speakers ul {
		column-count: 1;
	    column-gap: 10px;
	    width: 95%;
	}
}

@media (max-width: 800px) {

	.speakers li {
		font-size: 1rem;
	}

    #schedule-small {
        display: block;
    }

    #schedule-small h3 {
        margin-top: 30px;
    }

    #schedule-small li:nth-child(odd) {
        background: #f5f5f5;
    }

    #schedule-small ul {
        margin-left: 15px;
    }

    #schedule-small li {
        margin-bottom: 10px;
        padding: 5px;
    }

    #schedule-small li a {
        font-weight: bold;
    }

    #schedule {
        display: none;
    }
}

/*
h1.subheading {
    color: #7ac5dd;
    font-size: 4vw;
    padding: 0 1% 0 45%;
}

h2 {
    color: #1cb089;
    font-size: 3.5vw;
}



nav {
    clear: both;
    background: #5db7d5;
    overflow:hidden;
    position: fixed;
    width: 100%;
    max-width: 1300px;
    height:60px;
}

nav a {
    color: #EEE;
    display: block;
    float: left;
    text-decoration: none;
    width: 13%;
    text-align: center;
    font-size: 1.3em;
    padding: 0 0 0 1%;
    line-height: 66px;
}

nav a:hover {
    color: #1f637a;
    cursor: pointer;
}

section {
    padding: 5px 0 20px 0;
    margin: 30px 3%;
    clear:both;
    overflow: hidden;
    border-bottom: 5px solid #CCC;
}


article.committee {
    float: left;
    width: 50%;
}

article p, ul, table {
    width: 90%;
    margin: 20px auto;
}

.speakers ul {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 95%;
}

.speakers p {
    width: 95%;
}


.dates {
    background: #333;
    color: #EEE;
    padding: 70px 0 1% 45%;
    font-size: 3.5vw;
    letter-spacing: 2px;
}

.banquet, .register {
    padding: 10px 10px 10px 45%;
    font-size: 22px;
    font-style:italic;
    line-height: 30px;
}

.register a {
    display: inline-block;
    padding: 10px 20px;
    background: #1cb089;
    letter-spacing: 2px;
    color: white;
    border: 1px solid #CCC;
    text-decoration: none;
    font-style:normal;
}

.register a:hover {
    background: #3ce0b4;
}

li {
    line-height: 1.6;
    list-style: none;
    margin-left: 1%;
}

.year {
    padding: 1% 0 1% 45%;
    font-size: 3.5vw;
    font-weight: 800;
}

.year a {
    text-decoration: none;
    color: #1cb089;
}

.year a:hover {
    color: #3ce0b4;
}

i {
    font-style: italic;
}

p, li, a, td {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 1em;
}



header img {
    width: 43%;
    float:left;
}

.affiliation {
    display:inline-block;
    padding-left: 6px;
}

.affiliation:before {
    content:'(';
}

.affiliation:after {
    content:')';
}

.name {
    font-family: helvetica, sans-serif;
    font-weight: bold;
}

.mobile-menu {
    display: none;
}

.sponsors h2, .sponsors img {
    float: left;
    margin-right: 20px;
}



.abstracts {
    width:100%;
    margin-left: 20px;
}

.abstracts a {
    font-size:22px;
    color: #61a4b9; 
    font-weight: bold;
}

.abstracts a:hover {
    color: #7ac5dd;
}




@media (min-width: 1300px) {
    body {
        width: 1300px;
        margin: auto;
    }

    h1, h1.subheading  {
        font-size: 3em;
    }

    h2, .dates, .year {
        font-size: 2.4em;
    }

    nav a {
        font-size: 1.5em;
    }
}

@media (max-width: 1200px) {

    .speakers ul {
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        column-count: 2;
        column-gap: 10px;
        width: 95%;
    }

    .speakers p {
        width: 95%;
    }

}

@media (max-width: 768px) {

    header img {
        width: 100%;
    }

    h1 {
        font-size: 3em;
        text-align:center;
    }

    h1.subheading {
        text-align: center;
        font-size: 3.2em;
        padding: 10px 20px;
    }

    .dates, .year, h2 {
        text-align:center;
        font-size: 2em;
        padding: 10px 0;
    }

    .banquet, .register {
        font-size: 1.5em;
        padding: 10px;
        text-align: center;
    }

    article.committee {
        width: 100%;
        padding-top: 20px;
    }

    ul {
        width: 80%;
    }

    nav a {
        font-size: 1.5em;
        width: 100%;
        border-top: 1px solid #1f637a;
    }

    a.mobile-menu {
        border: none;
        display: block;
        text-align: left;
        padding-left: 4%;
    }

    .menu-items {
        display:none;
    }

    .speakers ul {
        -moz-column-count: 1;
        -moz-column-gap: 10px;
        -webkit-column-count: 1;
        -webkit-column-gap: 10px;
        column-count: 1;
        column-gap: 10px;
        width: 90%;
    }

    .speakers p {
        width: 90%;
    }

    .sponsors img {
        display:block;
        clear:both;
    }

    #schedule {
        display: none;
    }

    #schedule-small {
        display: block;
    }

    tr:nth-child(odd) {
        background: #FFF;
    }

    tr:nth-child(6n-4), tr:nth-child(6n-5),  tr:nth-child(6n-3) {
        background: #f5f5f5;
    }

    td {
        padding: 5px 10px;
    }

    td.time {
        padding-top: 20px;
    }

    td.event {
        padding-bottom: 20px;
    }
}

@media (max-width: 500px) {


      h1, h1.subheading {
        font-size: 2.3em;
      }

      h2 {
        font-size: 2.3em;
      }

      .dates, .year, h3 {
        font-size: 1.9em;
      }

      ul {
        width: 90%;
      }

}
*/

