*::selection {
	background: #39d3a3;
}
*::-moz-selection {
        background: #39d3a3;
}

footer {
 
      text-align: center;
        position: static;
        margin-top:-15px;
}

body, html {
        height:100%
}
body {
        display:table!important;
        overflow-x: hidden;
}

div#content > ul {
	max-width: 700px;
}
div#cell > img, div.cell > img { /* While we're missing teacher bios */
	display: none;
}
div#cell > a#tbd, div.cell > a.tbd { /* While we're missing teacher bios */
        display: none;
}
div#cell a:not(#tbd) > img, div.cell a:not(.tbd) > img{
	border-radius: 10px;
}
#reset:hover, #result:hover {
	background-color: #1ecd97;
	color: white;
	border-color: #1ecd97;
}
#reset, #result {
	background-color: transparent;
	text-indent: 0px;
	width: 49.95%;
	height: 29px;
	border-radius: 14px;
	font-size: 18px;
	/*margin-left: 0px;*/
}
#result { margin-left:-2px; }
#reset { margin-right:-2px; }
#col1 > input, #col2 > input, .reg_ddl {
 height: 23.33px;
 width: 100%;
}
input {
	text-indent: 3px;
	margin-bottom: 3px;
}
#stipend, #mailinglist {
	vertical-align: middle;
	margin-top: 0px;
}
select, input {
 border-radius: 7px;
 border-style: solid;
 border-color: #abd9cb;
 background-color: #fdfffb;
}
.ui-datepicker-calendar {
         /* registration-specific (2016) */
  display: none;
}
.banner{
 text-decoration: none;
 position: absolute;
 text-shadow: 2px 0 0 black, -2px 0 0 black, 0 2px 0 black, 0 -2px 0 black;
}

#bannershade{
 /*right: 11.01%;
 right: 11.01vw;
 top: 38px;
 top: 2.5vw;
 font-size: 24px;
 font-size: 2.308vw;
 color: black;*/
 display:none;
}
#bannertitle{
 right: 11%;
 right: 11vw;
 top: 38px;
 top: 2.5vw;
 font-size: 24px;
 font-size: 2.3vw;
 color: #01cc7c;
}
#bannersub0 {
	right: 28%;
	right: 28vw;
	top: 0px;
	top: 0vw;
	font-size: 24px;
	font-size: 2vw;
	color: #8cff88;
}

#bannersub1{
 right: 11%;
 right: 11vw;
 top: 77px;
 top: 5vw;
 font-size: 24px;
 font-size: 2.0vw;
 color: #00a765;
}
#bannersub2{
 right: 12%;
 right: 12vw;
 top: 0px;
 top: 0vw;
 font-size: 24px;
 font-size: 2.0vw;
 color: #41d471;
}

.divider {
 height: 2px;
 background-color: #2b3f3d;
}
.sticky {
 top: 0px;
 position: -webkit-sticky;
 position: -moz-sticky;
 position: -ms-sticky;
 position: -o-sticky;
 position: sticky;
 background: #d0e0d9;
}
.nomargin {
 margin: 0;
}
a::-moz-selection {
 color: #f9f9f9;
}
a::selection {
 color: #f9f9f9;
}
a:visited {
 color: #348f73;
}
a {
 color: #47d5a9;
}
a.menu_link:hover {
 background-color: #1ECD97;
 color: #fff;
}
a.menu_link {
}
.menu_link.disabled {
 color: #CAD0CE;
 /*! border-color: #CAD0CE; */
}
.menu_link.disabled:hover {
 /*! background-color: #CCCFCE; */
}
button.menu_link:hover {
 /*! background-color: #1ECD97; */
 /*! color: #fff; */
 border-left-color: #CAD0CE;
 border-right-color: #CAD0CE;
 /*! border-radius: 10px; */
}
button.menu_link, a.menu_link {
 margin: 0 auto;
 width: 9.9%;
 height: 2vw;
 text-align: center;
 background: #eff3f1;
 color: #00A765;
 font-size: 1.6vw;
 text-decoration: none;
 transition: background-color 1s, color 1s, width 0s, border-width 1s, border-color 1s;
 border-bottom: #d0e0d9 1px solid;
 -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-15deg, 0deg);
 -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-15deg, 0deg);
 -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-15deg, 0deg);
 -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-15deg, 0deg);
 transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-15deg, 0deg);
}

#gmap {
 position: absolute;
 height: 66%;
 left: 0;
 top: 0;
 width: 55%;
 max-width: 666px;
 max-height: 500px;
}
#ericaimg {
 width: 45%;
 min-width: 106px;
 max-width: 666px;
 right: 0px;
 position: absolute;
}

@media screen and (min-width: 1080px) {
  p {
   font-size: 0.955vw;
   line-height: 1.303vw;
  }
  h1 {
   font-size:1.91vw;
   line-height: 2.19vw !important;
  }
  h2 {
   font-size:1.435vw;
   line-height: 2.173vw !important;
  }
  div#content {
   font-size: 0.955vw !important;
   line-height: 1.303vw !important;
  }
  li {
   line-height: 1.09vw !important;
  }
}

@media screen and (max-width: 400px) {
 a.menu_link {
  font-size:5vw !important;
  height: 6.5vw !important;
  width: 49.8% !important;
 }
 .sticky {
  top: initial;
 }
}

@media screen and (max-width: 750px) {
 .expandedCell {
  display: block !important;
 }
 div#menu {
  text-align: center;
 }
 .groupimg {
  width: 100% !important;
 }
 h1, h2 {
  text-align: center;
 }
 .flexwrap {
  display: flex !important;
  flex-wrap: wrap;
 }
 a.menu_link {
  font-size:3vw;
  height: 4.0vw;
  width: 19.8%
 }
 #col3 {
  min-width: unset !important;
 }
 div#programme {
  width: 100%;
  font-size:1.65vw
 }
 #feeTable {
  text-align: center;
 }
 div.progCol {
  width:100% !important;
  display:initial !important;
 }
}

@media handheld and (orientation: portrait) {
 .expandedCell {
  display: block !important;
 }
 div#menu {
  text-align: center;
 }
 .groupimg {
  width: 100% !important;
  padding: 0 !important;
 }
 h1, h2{
  text-align: center;
 }
 .flexwrap {
  display: flex !important;
  flex-wrap: wrap;
 }
 a.menu_link {
  font-size:3vw;
  height: 4.0vw;
  width: 19.8%
 }
 #col3 {
  min-width: unset !important;
 }
 div.progCol {
  width:100% !important;
  display:initial !important;
 }
}

.retract {
 display: none;
 margin-top: 7px;
}
.center {
 margin: 0 auto;
}
#col1 {
 margin: 0 auto;
 flex-grow: 0.9;
 flex-basis: 0;
 min-width: 150px;
 max-width: 250px;
}
#col2 {
 padding-left: 15px;
}
#col3 {
 min-width: 325px;
}
.flexible {
 flex: 0px;
}
.alwaysflex {
 display: flex;
 flex-wrap: wrap;
}
.wraplessflex {
 display:flex;
}
.grow {
 flex-grow: 0.9;
}
div.alwaysflex > div#cell:nth-child(1),
 div.alwaysflex > div#cell:nth-of-type(1) {
 flex: 0;
 margin: auto;
}
div.alwaysflex > div#cell:nth-child(2),
 div.alwaysflex > div#cell:nth-of-type(2) {
 min-width: 300px;
 flex: 0px;
}
.flexwrap {
 display:unset;
}
_::-webkit-full-page-media, _:future, :root .safari_only {

}
div#header {

}

body {
 background-color: #f9f9f9;
 margin: 0;
 font-family: 'Montserrat', sans-serif;
}
#regForm {
 max-width: 1107px;
}
p, .p {
 text-align: justify;
}

div#cell > p {
 margin-left: 10px;
 margin-bottom: auto;
}

div.cell > p {
 margin-left: 10px;
 margin-right: 10px;
}

div#centermargin {

}
#feeTable {
 display: table;
 width: 327px;
}

#schedTable, .schedTable {
 display: table;
 width: inherit;
}
#schedTable:hover > div, .schedTable:hover > div {
 background-color: #e8f5f9 !important;
 border-radius: unset;
}
.expandedCell {
 display: table-cell;
}
.cell {
 display: table-cell;
 vertical-align: middle;
}
.row {
 display: table-row;
}

div.btlr {
 border-top-left-radius: 20px;
}
div.btrr {
 border-top-right-radius: 20px;
}
div.bblr {
 border-bottom-left-radius: 20px;
}
div.bbrr {
 border-bottom-right-radius: 20px;
}
div.mild {
 background-color: #eff6f5;
 color: #02ab8e;
}

div#cell {
 display: table-cell;
 vertical-align: middle;
}

div#row {
 display: table-row;
}

div#programme {
 width: 100%;
}

div.progCol {
 width:50%;
 max-width: 556px;
 display:table-cell;
}
div.progColItem {
 width: 98%;
 padding: 1%;
}

.groupimg {
 vertical-align: middle;
}

.index_img {
 width: 100%;
}

div#menu {
 display: unset;
 width: 100%;
 position: relative;
 overflow: hidden;
 z-index:1;
}

div#rightcolumn {
 position: absolute;
 top: 120px;
 left: 132px;
 right: 0px;
 bottom: 0px;
 background-color: white;
}

div#content {
 padding-left: 30px;
 padding-right: 30px;
 padding-top: 1px;
 font-size: 11pt;
 line-height: 15pt;
 background-color: white;
 margin: 0 auto;
 width: 80%;
 height: 100%;
}
html, body {
 display: flex;
 flex-direction: column;
 height: 100%;
}
h1, h2 {
 color: rgb(43,63,61);
 line-height: 25pt;
}

.teacher {
 font-size: 1.5em;
 display: block;
 line-height: 25pt;
 color: rgb(43,63,61);
 font-weight: bold;
}
div.abst {
 background: #f9f9f9;
 border-radius: 10px;
 margin-top: 10px;
}
img.abst {
 width: 65px;
 margin: 0 9px 0 0;
 border-radius: 7.4px;
 object-fit: cover;
}
.abst + h3 > a {
 text-decoration: none;
 color: #247e62;
 font-size: 150%;
}

div.talk > span > a:hover, div.talk > a:hover, .abst + h3 > a:hover {
color: rgb(4, 199, 188);
}
div.talk > a {
 color: #247e62;
 text-decoration: none;
}
div.talk > span > a {
 color: rgb(43,63,61);
 text-decoration: none;
}

div.DynTalk > span > a {
 color: rgb(43,63,61);
 text-decoration: none;
}

ul {
 list-style-image: url("./2016/images/bullet.gif");
 line-height: 12pt;
 padding-left: 15px;
 margin-left: 15px;
}

div.head {
 background-color: rgb(43,63,61);
 font-weight: bold;
 color: white;
 font-style: italic;
}
.opt {
 font-size: 0;
 line-height: 0;
}
span.slot, div.slot {
 vertical-align: text-top;
 width: 45px;
}
span.dynSlot, div.dynSlot {
 vertical-align: text-top;
 width: 3.75%;
}

span.subtle, div.subtle {
 background-color: rgb(249, 249, 249);
}

span.bold {
 font-weight: bold;
}

span.talk, div.talk {

}
span.dynTalk, div.dynTalk {
 width: 18.5%;
}
span.emph, div.emph {
 font-weight: bold;
 color: #1ecd97;
}
span.session, div.session {
 background-color: rgb(227,243,236);
 font-weight: bold;
 color: #1ecd97;
}
div.center {
 text-align: center;
}
div.right {
 text-align: right;
}
div.left {
 text-align: left;
}
div.middle {
 vertical-align: middle;
}
span.author {

}

span.italic, div.italic {
 font-style: italic;
}
