html, body {
  width: 100%;
  margin: 0;
  padding: 0;
}

html {
  background: #1a1a1a;
}

body {
  height: fit-content;
  box-sizing: border-box;
  font-size: 12pt;
}

.main {
  background: #ffffff;
  color: #1a1a1a;
  padding: 0 1rem 1rem 1rem;
}

body, p, li, input, textarea {
  font-family: "Muli", "Palatino", sans-serif;
}

h1, h2, h3, p {
  font-weight: normal;
  margin: 1rem 0 0 0;
}

h1:first-child, h2:first-child {
  margin-top: 0;
}

span.sub {
  font-style: italic;
  font-size: 80%;
}

li {
  line-height: 150%;
}

a {
  color: #0088ff;
}

th, td {
  vertical-align: top;
  text-align: left;
  padding: 0.25rem 0.5rem;
  border: 1px solid #eeeee2;
}
th p:first-child, td p:first-child {
  margin-top: 0;
}
th p:last-child, td p:last-child {
  margin-bottom: 0;
}

span.u {
  border-bottom: 1px solid #1a1a1a;
}

div.right {
  text-align: right;
}

img.full {
  width: 100%;
}

.header, .container, .simple {
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
}

.header, .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header div, .container div {
  flex: 1;
}

.header {
  padding-top: 1rem;
}

.cont {
  width: 100%;
}

div.cont-l {
  flex: 1 1 auto;
  margin-right: 3rem;
}

div.cont-r, div.concise {
  flex: 0 1 auto;
}

.fl-left {
  float: left;
  margin: 0 2rem 1rem 0;
}

.fl-right {
  float: right;
  margin: 0 0 1rem 2rem;
}

.clr {
  clear: both;
}

.no-over {
  overflow: hidden;
}

.logo > a {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../img/home.png");
}

.menu {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.menu .menu-top {
  color: white;
  box-sizing: border-box;
}
.menu .menu-top a, .menu .menu-top span {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.menu .menu-top span {
  cursor: default;
}
.menu .menu-top a {
  color: white;
  text-decoration: none;
}
.menu .menu-top a.sel {
  color: #ffff00;
}
.menu .menu-top > a, .menu .menu-top > span {
  padding: 0.5rem 1rem;
}
.menu .menu-top {
  position: relative;
  width: 8rem;
  background: #1a1a1a;
}
.menu .menu-top .menu-sub {
  position: absolute;
  z-index: 999;
  width: 13rem;
  background: #ff883b;
  display: none;
}
.menu .menu-top .menu-sub a {
  border-bottom: 1px solid #ff6600;
  padding: 0.25rem 0.5rem;
}
.menu .menu-top:hover {
  background: #ff6600;
}
.menu .menu-top:hover .menu-sub {
  display: block;
}
.menu .menu-top:hover .menu-sub a:hover {
  background: #ff9900;
}

.highlight {
  padding: 2rem 0 1rem 0;
}

.highlight > .container {
  justify-content: flex-end;
}

.concise {
  font-size: 3rem;
}

.concise.benefits {
  font-size: 2rem;
}

div.people {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.people div.person {
  padding: 0.5rem;
  display: flex;
  flex-direction: row;
  position: relative;
  flex-basis: 11rem;
  cursor: pointer;
}
div.people div.person .thumb {
  width: 100%;
  text-align: center;
}
div.people div.person img {
  display: block;
  width: 160px;
  height: 200px;
  margin: 0 auto;
}
div.people div.person h2 {
  margin-top: 4px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
div.people div.person .role {
  margin-top: 4px;
  font-style: italic;
  text-align: center;
}
div.people div.person .det {
  position: absolute;
  width: 30rem;
  z-index: 999;
  background: #fffff6;
  border: 1px solid #eeeee2;
  display: none;
  padding: 1rem;
  box-shadow: 2px 2px 4px black;
}
div.people div.person p {
  margin: 0;
}
div.people div.person:hover .det {
  display: block;
}

div.flipper {
  float: right;
  position: relative;
  width: 480px;
  height: 270px;
  overflow: hidden;
  margin: 0 0 1rem 1rem;
}
div.flipper img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
div.flipper img:first-child {
  display: block;
}

.content {
  padding-top: 2em;
}
.content p {
  line-height: 1.3;
}

.more > .container {
  flex-wrap: wrap;
}
.more > .container > div {
  width: 48%;
}

.fouc {
  visibility: hidden;
}

.footer {
  background: #1a1a1a;
  color: white;
  box-sizing: border-box;
  min-height: 100vh;
}
.footer .container > div {
  padding: 1rem 0 1rem 25%;
}
.footer a {
  color: #ff6600;
  text-decoration: none;
  padding: 0.125rem 0.25rem;
}
.footer a:hover {
  background: #222222;
}

#contact {
  display: flex;
  justify-content: space-between;
}

.in-touch {
  position: relative;
  font-size: 125%;
  margin-bottom: 1rem;
}

.go-top {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1rem;
}
.go-top > span:hover {
  color: #ff6600;
}

.contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.em > p, .ph > p, .msg > form {
  margin: 1.25rem;
}

.email-form {
  padding: 0.125rem 0.5rem;
}

.success, .error {
  padding: 1rem 0;
  display: none;
}

.success {
  color: #55ff00;
}

.error {
  color: red;
}

.contact div {
  flex: auto;
  margin-right: 1rem;
}
.contact div:last-child {
  margin-right: 0;
}
.contact .msg {
  min-width: 25rem;
}
.contact .msg label {
  display: block;
  margin-bottom: 0.5rem;
}
.contact .msg input, .contact .msg textarea, .contact .msg input:focus, .contact .msg textarea:focus {
  width: 100%;
  font-size: 1rem;
  padding: 0.5rem;
  background: transparent;
  color: #eeeeee;
  outline: 0;
  border-style: none;
  border-bottom: 1px solid #666666;
  margin-bottom: 1rem;
}
.contact .msg textarea {
  min-height: 7.5rem;
}
.contact .msg button {
  font-size: 1rem;
  padding: 0.5rem;
  background: transparent;
  color: #ff6600;
  outline: 0;
  border-style: none;
  cursor: pointer;
}
.contact .msg button:hover {
  background: #222222;
}
.contact h2 {
  font-size: 1rem;
  color: #cccccc;
}

.ft-menu {
  border-top: 1px solid #666666;
}
.ft-menu a {
  color: #eeeeee;
  display: inline-block;
  padding: 0.75rem 1rem;
  margin-right: 0.25rem;
  text-decoration: none;
}
.ft-menu a:hover {
  border-bottom: 1px solid #eeeeee;
}

h2 img {
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.defs {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
}
.defs > div {
  display: flex;
  padding-bottom: 1rem;
}
.defs > div > div:first-child {
  flex: 0 0 8rem;
  font-weight: bold;
}

.signoff {
  font-style: italic;
  font-size: 120%;
}

div.gallery {
  flex: 0 0 520px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
}
div.gallery img {
  margin: 0 4px 8px 4px;
  cursor: pointer;
}

.pages {
  height: 32rem;
  position: relative;
  background: #fffff6;
  border: 1px solid #eeeee2;
  margin-top: 1rem;
  overflow: auto;
}
.pages .page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1rem;
  display: none;
}
.pages .page p:first-child {
  margin-top: 0;
}

.wks {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.wk {
  box-sizing: border-box;
  width: 36.5rem;
  background: #fffff6;
  border: 1px solid #eeeee2;
  padding: 0 1rem 1rem 1rem;
  margin-top: 1rem;
}
.wk a.pdf {
  display: inline-block;
  height: 24px;
  padding-left: 30px;
  background-image: url("../img/pdf.png");
  background-repeat: no-repeat;
}
.wk p {
  margin-left: 2.5rem;
  position: relative;
}
.wk p img {
  position: absolute;
  left: -2rem;
}
.wk .tags {
  float: right;
  font-size: 0.8rem;
  font-style: italic;
  padding: 0.4rem 0;
  color: grey;
  border-bottom: 1px solid grey;
}

.load {
  font-size: 80%;
  color: gray;
  font-style: italic;
}

.cal-scroll {
  height: 20rem;
  overflow-y: scroll;
}
.cal-scroll p {
  margin: 0;
  font-size: 0.8rem;
  font-style: italic;
}

.readmore {
  font-size: 90%;
  font-style: italic;
  margin-bottom: 1rem;
}

.workshops-prev {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.workshops-prev .workshop {
  flex-basis: 48%;
}

.workshop {
  clear: both;
  overflow: hidden;
}
.workshop img.feat {
  margin-top: 1rem;
}
.workshop.preview {
  border-bottom: 1px solid #eeeee2;
}

.quote {
  margin-left: 2rem;
}

.footnote {
  font-size: 8pt;
}

.cal-table {
  font-size: 0.8rem;
  border-collapse: collapse;
  margin-top: 1rem;
}
.cal-table tr {
  border: solid #ddeeee;
  border-width: 1px 0;
}
.cal-table tr.cal-class {
  background: #eeffaa;
}
.cal-table tr.cal-show {
  background: #aaeeff;
}
.cal-table tr.cal-workshop {
  background: #ffccff;
}
.cal-table td {
  padding: 0.2rem;
}
.cal-table td.cal-date, .cal-table td.cal-time {
  white-space: nowrap;
}

.cont iframe {
  margin-top: 1rem;
}

.ws-table {
  margin-top: 1rem;
  border-collapse: collapse;
}

.venue-map {
  border: none;
  outline: none;
}

form.book {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 25rem;
  padding: 0.5rem;
  margin-top: 1rem;
  background: #fffff6;
  border: 1px solid #eeeee2;
}
form.book > div {
  display: flex;
  padding: 0.5rem;
}
form.book > div label {
  flex: 0 0 8rem;
}
form.book > div input, form.book > div select {
  width: 15rem;
}
form.book > div button {
  margin-left: 8rem;
}

@media screen and (max-width: 991px) {
  .menu {
    flex-direction: column;
    align-items: flex-end;
  }

  .menu a {
    padding: 0.5rem 0;
    margin-right: 0;
  }

  .concise {
    width: 100%;
  }

  .content > .container {
    overflow: hidden;
  }

  .cont-l {
    width: 75%;
    z-index: 1;
  }

  .cont-r {
    min-width: 25%;
    max-width: 25%;
  }

  .more > .container > div {
    width: 100%;
  }

  .footer > .container > div {
    padding-left: 0;
  }

  .in-touch {
    width: 75%;
  }
}

/*# sourceMappingURL=main.css.map */
