.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.socialmedialink {
  padding: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}

.nav-link-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.nav-link-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, .15);
  background-color: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
}

.text-block {
  width: 100%;
  font-size: 64px;
  line-height: 68px;
  text-align: center;
}

.text-block-2 {
  margin-left: 0px;
  font-size: 58px;
  line-height: 60px;
  text-align: center;
}

.navlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navllinktext {
  margin-right: 10px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.navllinktext:hover {
  text-decoration: underline;
}

.navllinktext:active {
  font-weight: 700;
}

.navllinktext:focus {
  text-decoration: underline;
}

.link-block {
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
}

.link-block-7 {
  text-decoration: none;
}

.link-block-8 {
  text-decoration: none;
}

.link-block-9 {
  margin-right: 0px;
  margin-left: 0px;
  text-decoration: none;
}

.registration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  color: #141469;
  font-size: 52px;
  line-height: 54px;
  text-align: center;
}

.programhighlights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  text-align: center;
}

.text-block-4 {
  margin-bottom: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Signatra, sans-serif;
  color: #333;
  font-size: 150px;
  line-height: 152px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.sponsors {
  display: block;
  padding: 50px 0px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid none none;
  border-width: 3px 1px 1px;
  border-color: gold #000 #000;
  background-color: #fff;
}

.awards {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #d8edfc;
}

.sponsortype {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 52px;
  line-height: 54px;
  text-align: left;
}

.image {
  margin-right: 100px;
}

.silversponsors {
  margin-top: 50px;
  margin-bottom: 50px;
}

.bronzesponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-top: 0px;
  margin-bottom: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-2 {
  width: 35%;
  margin-top: 0px;
  margin-right: 2%;
  margin-bottom: 1vw;
}

.image-3 {
  width: 20%;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  width: 16.6%;
  margin-top: 0px;
  margin-right: 1%;
}

.image-5 {
  width: 16.6%;
  margin-right: 1%;
}

.image-6 {
  width: 100px;
}

.image-7 {
  width: 16.6%;
  margin-right: 1%;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  width: 100px;
}

.image-9 {
  width: 16.6%;
}

.image-10 {
  width: 16.6%;
  margin-right: 0%;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.awardsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  margin-right: 0%;
  margin-left: 0%;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-11 {
  width: 16.6%;
  margin-right: 1%;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0%;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-5 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 52px;
  line-height: 54px;
  text-align: left;
  text-decoration: none;
}

.text-block-6 {
  width: 400px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  text-align: justify;
}

.awardlink {
  margin-bottom: 10px;
  color: #fff;
  text-decoration: underline;
}

.awardlinktext {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.unordered-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  list-style-type: none;
}

.list-item {
  text-align: left;
}

.list-item-2 {
  background-color: transparent;
  text-align: left;
}

.list-item-3 {
  text-align: left;
}

.list-item-4 {
  text-align: left;
}

.list-item-5 {
  text-align: left;
}

.highlight {
  width: 300px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.list-item-7 {
  text-align: left;
}

.list-item-8 {
  text-align: left;
}

.list-item-9 {
  text-align: left;
}

.list-item-10 {
  text-align: left;
}

.list-item-11 {
  text-align: left;
}

.list-item-12 {
  text-align: left;
}

.list-item-13 {
  text-align: left;
}

.unordered-list-2 {
  width: 80%;
  padding-left: 25px;
  text-align: left;
}

.registrationheader {
  margin-top: 50px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #922a2a;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}

.registration-header {
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: center;
}

.registrationtext {
  display: block;
  margin-top: 15px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  color: #333;
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.button {
  display: block;
  margin-top: 25px;
  margin-bottom: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .32);
  border-radius: 7px;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
}

.button:hover {
  background-color: rgba(0, 0, 0, .75);
  color: gold;
}

.button:active {
  border-color: #000;
  background-color: gold;
  color: #000;
}

.button-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #922a2a;
}

.text-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-23 {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  background-color: #141469;
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-block-12 {
  position: static;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0%;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 5px solid gold;
  background-color: #333;
}

.text-block-8 {
  width: 300px;
  margin-left: 15%;
  font-family: Montserrat, sans-serif;
  color: #fbfdff;
  text-align: justify;
}

.link {
  color: #fff;
  font-weight: 700;
}

.link-2 {
  color: #fff;
  font-weight: 700;
}

.text-block-9 {
  width: 225px;
  margin-right: 15%;
  font-family: Montserrat, sans-serif;
  color: #666;
}

.slide {
  background-image: url('../images/31913889_841166582752993_402835535426486272_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-13 {
  padding: 0px;
  background-color: #fff;
}

.column-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.column-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-2 {
  background-image: url('../images/31960867_841802919356026_4107831795637026816_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-10 {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 44px;
  text-align: left;
}

.abstractdates {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.abstractdate {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: gold;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.text-block-11 {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.text-block-12 {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.text-block-13 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.div-block-14 {
  text-align: left;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-12 {
  width: 600px;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
}

.dropdown-toggle {
  display: inline-block;
  padding: 0px;
}

.dropdown-list {
  color: #fff;
}

.dropdown-list.w--open {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .5);
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.navdropdown {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}

.navdropdown:hover {
  background-color: #000;
}

.navdropdown:active {
  font-weight: 700;
}

.dropdown-link-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.dropdown-link-2:hover {
  background-color: #922a2a;
}

.dropdown-link-2:active {
  font-weight: 700;
}

.dropdown-link-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.dropdown-link-3:hover {
  background-color: #922a2a;
}

.dropdown-link-3:active {
  font-weight: 700;
}

.dropdown-2 {
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-toggle-2 {
  padding: 0px;
}

.menudropdown.w--open {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .5);
}

.stafftitle {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
}

.staffrow {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px none #000;
}

.column-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.staffimage {
  width: 200px;
  height: 200px;
  margin-bottom: 15px;
  border-radius: 180px;
}

.staffname {
  font-family: Montserrat, sans-serif;
}

.text-block-14 {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 38px;
  font-weight: 100;
}

.text-block-15 {
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 92px;
  font-weight: 300;
  text-align: center;
}

.text-block-16 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: gold;
  font-size: 110px;
  line-height: 112px;
  font-weight: 400;
  text-align: center;
}

.text-block-17 {
  margin-top: 0px;
  font-family: Signatra, sans-serif;
  color: #fff;
  font-size: 175px;
  line-height: 178px;
  font-weight: 100;
  text-align: center;
}

.text-block-18 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: gold;
  font-size: 36px;
  line-height: 38px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.headerbutton {
  margin-right: 25px;
  margin-left: 25px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, .25);
  text-decoration: none;
}

.headerbutton:hover {
  background-color: hsla(0, 0%, 100%, .25);
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-19 {
  font-family: Lato, sans-serif;
  color: #fff;
  text-decoration: none;
}

.text-block-19:active {
  font-weight: 700;
}

.text-block-20 {
  font-family: Lato, sans-serif;
  color: #fff;
  text-decoration: none;
}

.text-block-20:active {
  font-weight: 700;
  text-decoration: none;
}

.text-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: gold;
  font-size: 100px;
  line-height: 102px;
  font-weight: 300;
  text-align: center;
}

.text-block-22 {
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 28px;
  font-style: italic;
  font-weight: 100;
  text-align: center;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))), url('../images/31913889_841166582752993_402835535426486272_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/31913889_841166582752993_402835535426486272_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-block-23 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}

.link-block-10 {
  margin-top: 50px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 20px;
  text-decoration: none;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Lato, sans-serif;
}

.bold-text {
  border: 1px none #000;
  color: gold;
}

.announcements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))), url('../images/administration-architecture-building-129112.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/administration-architecture-building-129112.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-block-24 {
  margin-top: 50px;
  color: gold;
  font-size: 42px;
  line-height: 44px;
  font-weight: 300;
}

.text-block-25 {
  margin-top: 25px;
  color: #fff;
  font-size: 72px;
  line-height: 74px;
  text-shadow: 1px 1px 6px #83700d;
}

.highlightnumber {
  width: 300px;
  margin-bottom: 0px;
  color: gold;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.column-44 {
  width: 75%;
  margin-bottom: 50px;
}

.column-45 {
  width: 75%;
  margin-bottom: 50px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.text-block-26 {
  font-family: Signatra, sans-serif;
  font-size: 125px;
  line-height: 127px;
  text-align: center;
}

.column-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.committeestaff {
  margin-bottom: 5px;
  color: gold;
  font-size: 18px;
  font-weight: 700;
}

.image-13 {
  margin-bottom: 15px;
}

.image-14 {
  margin-bottom: 15px;
}

.image-15 {
  margin-bottom: 15px;
}

.image-16 {
  margin-bottom: 15px;
}

.speakerimage {
  width: 200px;
  margin-bottom: 15px;
  border-radius: 180px;
}

.column-50 {
  width: 75%;
  margin-top: 100px;
  margin-bottom: 25px;
}

.speakertitle {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px 50px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-27 {
  padding: 25px;
  border-style: none;
  border-width: 5px;
  border-color: rgba(0, 0, 0, .63);
  border-radius: 25px;
  background-color: transparent;
  color: #fff;
  font-size: 72px;
  line-height: 74px;
  text-align: center;
}

.link-block-11 {
  text-decoration: none;
}

.text-block-28 {
  margin-bottom: 25px;
  color: #fff;
  font-size: 36px;
  line-height: 38px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.conferanceapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: gold;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/HiltonHotel.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/HiltonHotel.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-4 {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/arch-architecture-art-332208.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/arch-architecture-art-332208.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-5 {
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.slide-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/accomplishment-agreement-business-1249158.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/accomplishment-agreement-business-1249158.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-29 {
  font-family: Signatra, sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 152px;
}

.text-block-30 {
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: gold;
  font-size: 84px;
  line-height: 86px;
}

.text-block-31 {
  margin-bottom: 25px;
  color: #fff;
  font-size: 36px;
  line-height: 38px;
  font-weight: 300;
}

.text-block-32 {
  margin-bottom: 50px;
  color: #fff;
  font-size: 36px;
  line-height: 38px;
  font-weight: 100;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-33 {
  font-family: Signatra, sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 152px;
}

.text-block-34 {
  margin-bottom: 50px;
  color: gold;
  font-size: 100px;
  line-height: 102px;
}

.text-block-35 {
  padding: 25px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, .25);
  color: #fff;
  font-size: 36px;
  line-height: 38px;
  font-weight: 300;
}

.text-block-35:hover {
  border-color: gold;
  background-color: rgba(0, 0, 0, .5);
}

.text-block-35:active {
  font-weight: 400;
}

.link-block-12 {
  text-decoration: none;
}

.icon {
  color: hsla(0, 0%, 100%, .5);
}

.icon-2 {
  color: hsla(0, 0%, 100%, .5);
}

.text-block-36 {
  padding: 25px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, .25);
  color: #fff;
  font-size: 36px;
  line-height: 38px;
  font-weight: 300;
}

.text-block-36:hover {
  background-color: rgba(0, 0, 0, .5);
}

.text-block-36:active {
  font-weight: 400;
}

.link-block-13 {
  text-decoration: none;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-bottom-width: 10px;
  border-bottom-color: gold;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, #333), to(hsla(0, 0%, 100%, 0))), url('../images/architecture-attractions-building-208702.jpg');
  background-image: linear-gradient(180deg, #333 27%, hsla(0, 0%, 100%, 0)), url('../images/architecture-attractions-building-208702.jpg');
  background-position: 0px 0px, 50% 50%;
}

.text-block-37 {
  font-family: Signatra, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 102px;
}

.viewbutton {
  width: 200px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 10px;
  background-color: gold;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}

.viewbutton._2 {
  display: none;
}

.viewbutton._2.w--current {
  display: none;
}

.seemoreprogramcommittee {
  display: none;
  width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/National-Air-and-Space-Museum-Washington-DC.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/National-Air-and-Space-Museum-Washington-DC.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-24:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/National-Air-and-Space-Museum-Washington-DC.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/National-Air-and-Space-Museum-Washington-DC.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.text-block-38 {
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
  color: gold;
  font-size: 100px;
  line-height: 102px;
  font-weight: 400;
  text-align: center;
}

.blackscreen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 5px none #fff;
  border-left: 2.5px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  font-family: Signatra, sans-serif;
  color: #fff;
  font-size: 72px;
}

.blackscreen:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
}

.text-block-39 {
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
  color: gold;
  font-size: 52px;
  line-height: 54px;
  text-align: center;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  font-family: Signatra, sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 152px;
}

.div-block-26:hover {
  background-image: none;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.div-block-27:hover {
  background-image: none;
}

.text-block-40 {
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
  color: gold;
  font-size: 100px;
  line-height: 102px;
  text-align: center;
}

.text-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: gold;
  font-size: 52px;
  line-height: 54px;
  text-align: center;
}

.text-block-42 {
  margin-top: 50px;
  font-family: Lato, sans-serif;
  color: gold;
  font-size: 72px;
  line-height: 74px;
  text-align: center;
}

.text-block-43 {
  font-family: Signatra, sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 152px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 2.5px solid #fff;
  background-image: url('../images/AAHistory.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-decoration: none;
}

.link-block-15 {
  width: 50%;
  border-right: 2.5px solid #fff;
  background-image: url('../images/Smithsonian.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-decoration: none;
}

.link-block-16 {
  width: 100%;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  background-image: url('../images/National-Air-and-Space-Museum-Washington-DC.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-decoration: none;
}

.link-block-17 {
  width: 100%;
  border-bottom: 5px solid #fff;
  background-image: url('../images/world-war-ii-memorial-1627186_1920.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-decoration: none;
}

.todotext {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 38px;
}

.text-block-44 {
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 38px;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.link-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  height: 500px;
  background-image: url('../images/Lincolncottage.jpg');
  background-position: 100% 100%;
  background-size: 1200px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-decoration: none;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2.5px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.div-block-30:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.div-block-31:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.div-block-32:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
}

.link-block-19 {
  width: 33.33%;
  border-right: 2.5px solid #fff;
  background-image: url('../images/1200px-National_Museum_of_Women_in_the_Arts.JPG');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-decoration: none;
}

.link-block-20 {
  width: 33.333%;
  border-right: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  background-image: url('../images/escape.jpg');
  background-position: 50% 100%;
  background-size: 800px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-decoration: none;
}

.text-block-45 {
  font-family: Lato, sans-serif;
  color: gold;
  font-size: 46px;
  line-height: 48px;
  text-align: center;
}

.text-block-46 {
  font-family: Lato, sans-serif;
  color: gold;
  font-size: 44px;
  line-height: 46px;
  text-align: center;
}

.text-block-47 {
  font-family: Lato, sans-serif;
  color: gold;
  font-size: 44px;
  line-height: 46px;
  text-align: center;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-bottom-width: 10px;
  border-bottom-color: gold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 62, 131, .64)), to(rgba(0, 0, 0, .65))), url('../images/abstract-ai-art-373543.jpg');
  background-image: linear-gradient(180deg, rgba(44, 62, 131, .64), rgba(0, 0, 0, .65)), url('../images/abstract-ai-art-373543.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-block-48 {
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: gold;
  font-size: 72px;
  line-height: 74px;
  text-align: center;
  text-transform: capitalize;
}

.text-block-49 {
  font-family: Signatra, sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 152px;
}

.question {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #0b028f;
  font-size: 22px;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.div-block-34 {
  padding: 100px 10% 50px;
  background-color: #fff;
  background-image: url('../images/translucent-fibres.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.answer {
  margin-bottom: 50px;
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: justify;
}

.link-3 {
  color: #0c00b2;
}

.link-4 {
  color: #0c00b2;
}

.link-5 {
  color: #0c00b2;
}

.link-6 {
  color: #0c00b2;
}

.text-block-50 {
  margin-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  color: #0b028f;
  font-size: 26px;
  line-height: 28px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none none solid;
  border-width: 1px 1px 1px 10px;
  border-color: #000 #000 #000 #0b028f;
  background-color: #ddd;
}

.text-block-51 {
  font-family: 'Fontawesome webfont', sans-serif;
  color: #0b028f;
  font-size: 26px;
  line-height: 28px;
}

.list-item-14 {
  margin-bottom: 5px;
  color: #333;
  font-weight: 300;
  text-decoration: none;
}

.unordered-list-3 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  list-style-type: square;
}

.list-item-15 {
  margin-bottom: 5px;
}

.list-item-16 {
  margin-bottom: 5px;
}

.div-block-36 {
  margin-bottom: 100px;
}

.dropdown-toggle-3 {
  padding: 0px;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(0, 0, 0, .75)), color-stop(84%, hsla(0, 0%, 100%, 0))), url('../images/HiltonHotelcropped.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75) 35%, hsla(0, 0%, 100%, 0) 84%), url('../images/HiltonHotelcropped.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-block-52 {
  margin-top: 50px;
  font-family: Lato, sans-serif;
  color: gold;
  font-size: 84px;
  line-height: 86px;
}

.text-block-53 {
  font-family: Signatra, sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 152px;
}

.link-7 {
  color: #333;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.link-7:hover {
  font-weight: 400;
}

.link-7:active {
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
}

.link-7:visited {
  color: #333;
}

.text-block-54 {
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
  font-size: 54px;
  line-height: 56px;
  text-align: center;
}

.div-block-38 {
  position: static;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-55 {
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: gold;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}

.button-3:hover {
  border: 2px solid #92853f;
}

.body-2 {
  display: block;
  height: 100%;
  max-height: 100%;
}

.dropdown-toggle-4 {
  padding: 0px;
}

.div-block-39 {
  height: 300px;
}

.div-block-40 {
  width: 300px;
}

.highlightdiv {
  width: 300px;
}

.div-block-41 {
  width: 300px;
}

.column-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-7 {
  height: 800px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), color-stop(99%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(2%, transparent), color-stop(30%, #000), color-stop(70%, #000), to(transparent)), url('../images/POMSbgfotobanner2312312018.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent 99%), linear-gradient(180deg, transparent 2%, #000 30%, #000 70%, transparent), url('../images/POMSbgfotobanner2312312018.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.image-17 {
  margin-bottom: 25px;
}

.text-block-56 {
  margin-bottom: 15px;
  color: gold;
  font-size: 150px;
  line-height: 152px;
  font-weight: 400;
}

.text-block-57 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 74px;
  font-weight: 300;
  text-align: center;
  text-transform: lowercase;
}

.text-block-58 {
  color: gold;
  font-size: 64px;
  line-height: 66px;
  font-weight: 100;
}

.text-block-59 {
  font-family: Signatra, sans-serif;
  color: gold;
  font-size: 200px;
  line-height: 200px;
}

.text-block-60 {
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
}

.link-block-21 {
  text-decoration: none;
}

.column-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/architecture-building-capitol-616852-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/architecture-building-capitol-616852-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 2592px;
}

.text-block-61 {
  width: 100%;
  margin-bottom: 100px;
  padding: 10px 15px;
  background-color: #ddd;
  border-style: none none none solid;
  border-width: 1px 1px 1px 10px;
  border-color: #000 #000 #000 #0b028f;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}

.div-block-45 {
  padding: 100px 10%;
  background-image: url('../images/translucent-fibres.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.contacttitle {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #0b028f;
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
}

.contactperson {
  width: 100%;
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
}

.bold-text-2 {
  text-decoration: underline;
}

.text-block-62 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 151px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-8 {
  color:#0b028f;
}

.bold-text-3 {
  color: #0b028f;
  text-decoration: underline;
}

.bold-text-4 {
  color: #0b028f;
}

.bold-text-5 {
  color: #0b028f;
}

.link-block-22 {
  text-decoration: none;
}

.link-9 {
  color: #0b028f;
  font-weight: 400;
}

.link-10 {
  color: #0b028f;
  font-weight: 400;
}

.link-11 {
  color: #0b028f;
  font-weight: 400;
}

.link-12 {
  color: #0b028f;
  font-weight: 400;
}

.link-13 {
  color: #0b028f;
  font-weight: 400;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/accomplishment-agreement-business-1249158.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/accomplishment-agreement-business-1249158.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-block-63 {
  font-family: Signatra, sans-serif;
  color: #fff;
  font-size: 200px;
  line-height: 202px;
}

.text-block-64 {
  font-family: Signatra, sans-serif;
  color: #fff;
  font-size: 200px;
  line-height: 202px;
}

.text-block-65 {
  font-family: Lato, sans-serif;
  color: gold;
  font-size: 100px;
  line-height: 102px;
}

.body-3 {
  height: 100%;
}

.link-14 {
  color: #0b028f;
  font-weight: 400;
}

.link-15 {
  color: #0b028f;
  font-weight: 400;
}

.link-16 {
  color: #0b028f;
  font-weight: 400;
}

.link-17 {
  color: #0b028f;
  font-weight: 400;
}

.link-18 {
  color: #0b028f;
  font-weight: 400;
}

.link-19 {
  color: #0b028f;
  font-weight: 400;
}

.column-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/accomplishment-agreement-business-1249158.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/accomplishment-agreement-business-1249158.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.body-4 {
  height: 100%;
}

.text-block-66 {
  font-family: Signatra, sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 152px;
}

.text-block-67 {
  font-family: Lato, sans-serif;
  color: gold;
  font-size: 100px;
  line-height: 102px;
}

.link-20 {
  color: #0b028f;
  font-weight: 400;
}

.link-21 {
  color: #0b028f;
  font-weight: 400;
}

.link-22 {
  color: #0b028f;
  font-weight: 400;
}

.link-23 {
  color: #0b028f;
  font-weight: 400;
}

.link-24 {
  color: #0b028f;
  font-weight: 400;
}

.link-25 {
  color: #0b028f;
  font-weight: 400;
}

.link-26 {
  color: #0b028f;
  font-weight: 400;
}

.link-27 {
  color: #0b028f;
  font-weight: 400;
}

.link-28 {
  color: #0b028f;
  font-weight: 400;
}

.link-29 {
  color: #0b028f;
  font-weight: 400;
}

.link-30 {
  color: #0b028f;
  font-weight: 400;
}

.link-31 {
  color: #0b028f;
  font-weight: 400;
}

.link-32 {
  color: #0b028f;
  font-weight: 400;
}

.link-33 {
  color: #0b028f;
  font-weight: 400;
}

.div-block-48 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-18 {
  width: 35%;
  margin-right: 2%;
  margin-bottom: 1vw;
}

.image-19 {
  width: 35%;
  margin-right: 2%;
}

.platinumsponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.confsponsors {
  margin-bottom: 0vw;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #333;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Montserrat, sans-serif;
  color: gold;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.sponsorsdiv {
  padding: 2vw;
}

.sponsorrow {
  display: block;
  margin-bottom: 1.5vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sponsorrowsilver {
  display: block;
  margin-bottom: 1.5vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sponsorcolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-20 {
  width: 30%;
}

.image-21 {
  width: 30%;
}

.silver-sponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bronze-sponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0vw;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-bottom: 4vw;
  font-family: Signatra, sans-serif;
  font-size: 175px;
  line-height: 175px;
  font-weight: 400;
  text-align: center;
}

.image-22 {
  width: 33%;
}

.image-23 {
  width: 16.6%;
}

.image-24 {
  width: 10%;
}

.image-25 {
  width: 16.6%;
}

.image-26 {
  width: 16.6%;
  margin-right: 1%;
}

.image-27 {
  width: 40%;
  margin-top: 1px;
}

.goldsponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vw;
  margin-bottom: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

html.w-mod-js *[data-ix="new-interaction"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media (max-width: 991px) {
  .nav-menu {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, .75);
  }
  .navbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .container {
    position: absolute;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navllinktext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 28px;
    text-align: left;
  }
  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .link-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .link-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .link-block-6.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .link-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .registration {
    padding-right: 25px;
    padding-left: 25px;
  }
  .sponsors {
    padding-bottom: 50px;
  }
  .sponsortype {
    font-size: 26px;
  }
  .bronzesponsors {
    width: 300px;
  }
  .image-2 {
    width: 25%;
  }
  .image-3 {
    width: 30%;
  }
  .image-4 {
    width: 16.6%;
  }
  .image-5 {
    width: 16.6%;
  }
  .image-6 {
    width: 90px;
  }
  .image-8 {
    width: 90px;
  }
  .image-9 {
    width: 16.6%;
  }
  .image-10 {
    width: 16.6%;
  }
  .image-11 {
    width: 16.6%;
  }
  .highlight {
    width: 175px;
  }
  .row-5 {
    margin-top: 50px;
    padding: 25px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .div-block-15 {
    width: 300px;
  }
  .image-12 {
    width: 300px;
  }
  .dropdown-list.w--open {
    background-color: transparent;
  }
  .navdropdown {
    color: gold;
    font-size: 22px;
    line-height: 24px;
  }
  .navdropdown:hover {
    background-color: transparent;
    color: #fff;
  }
  .menudropdown.w--open {
    background-color: transparent;
  }
  .staffimage {
    width: 150px;
    height: 150px;
  }
  .text-block-21 {
    font-size: 72px;
    line-height: 74px;
  }
  .text-block-25 {
    font-size: 56px;
    line-height: 58px;
  }
  .highlightnumber {
    width: 175px;
    font-size: 18px;
    text-align: left;
  }
  .column-44 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-45 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-block-26 {
    font-size: 100px;
    line-height: 102px;
  }
  .column-50 {
    width: 100%;
    margin-top: 50px;
  }
  .text-block-27 {
    padding: 15px;
    font-size: 56px;
    line-height: 58px;
  }
  .text-block-30 {
    font-size: 72px;
  }
  .text-block-31 {
    font-size: 26px;
    line-height: 28px;
  }
  .text-block-33 {
    font-size: 125px;
  }
  .text-block-34 {
    font-size: 75px;
  }
  .text-block-36 {
    padding-bottom: 25px;
  }
  .seemoreprogramcommittee {
    width: 100%;
  }
  .text-block-38 {
    font-size: 72px;
    line-height: 74px;
  }
  .blackscreen {
    height: 350px;
    padding: 25px;
  }
  .text-block-39 {
    margin-bottom: 0px;
    font-size: 42px;
    line-height: 44px;
  }
  .text-block-40 {
    margin-bottom: 0px;
    font-size: 72px;
    line-height: 74px;
  }
  .text-block-41 {
    margin-bottom: 0px;
    font-size: 42px;
    line-height: 44px;
  }
  .div-block-29 {
    height: 300px;
  }
  .link-block-18 {
    height: 300px;
  }
  .div-block-31 {
    height: 300px;
  }
  .div-block-32 {
    height: 300px;
  }
  .text-block-45 {
    font-size: 36px;
    line-height: 38px;
  }
  .text-block-46 {
    font-size: 36px;
    line-height: 38px;
  }
  .text-block-47 {
    font-size: 36px;
    line-height: 38px;
  }
  .text-block-52 {
    margin-top: 0px;
  }
  .text-block-54 {
    font-size: 42px;
  }
  .text-block-55 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .highlightdiv {
    width: 175px;
  }
  .column-54 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .link-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-2 {
    background-color: transparent;
  }
  .icon-3 {
    color: #fff;
  }
  .menu-button {
    position: static;
    left: 0px;
    top: 0px;
    clear: none;
  }
  .menu-button.w--open {
    background-color: rgba(0, 0, 0, .75);
  }
  .text-block-61 {
    padding-right: 2%;
    padding-left: 2%;
  }
  .text-block-62 {
    font-size: 100px;
    line-height: 102px;
  }
  .link-block-22 {
    width: auto;
    text-align: left;
  }
  .text-block-64 {
    font-size: 115px;
    line-height: 117px;
  }
  .text-block-65 {
    font-size: 72px;
    line-height: 74px;
    text-align: center;
  }
  .text-block-66 {
    font-size: 72px;
    line-height: 74px;
  }
  .text-block-67 {
    font-size: 58px;
    line-height: 60px;
  }
  .platinumsponsors {
    padding-right: 1%;
    padding-left: 1%;
  }
  .silver-sponsors {
    padding-right: 1%;
    padding-left: 1%;
  }
  .bronze-sponsors {
    padding-right: 1%;
    padding-left: 1%;
  }
}

@media (max-width: 767px) {
  .div-block {
    height: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navllinktext {
    font-size: 22px;
    line-height: 24px;
  }
  .link-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .registration {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .text-block-4 {
    margin-bottom: 25px;
    font-size: 100px;
    line-height: 102px;
  }
  .sponsortype {
    font-size: 20px;
    line-height: 22px;
  }
  .image-2 {
    width: auto;
    margin-right: 0%;
    margin-bottom: 5vw;
  }
  .image-3 {
    width: 60%;
    margin-bottom: 2vw;
  }
  .image-4 {
    width: 60%;
    margin-right: 0%;
    margin-bottom: 2vw;
  }
  .image-5 {
    width: 60%;
    margin-right: 0%;
    margin-bottom: 2vw;
  }
  .image-7 {
    width: 60%;
    margin-right: 0%;
    margin-bottom: 2vw;
  }
  .image-9 {
    width: 60%;
    margin-bottom: 2vw;
  }
  .image-10 {
    width: 60%;
    margin-right: 0%;
    margin-bottom: 2vw;
  }
  .image-11 {
    width: 60%;
    margin-right: 0%;
    margin-bottom: 2vw;
  }
  .highlight {
    width: 150px;
    font-size: 12px;
    line-height: 14px;
  }
  .registrationtext {
    font-size: 20px;
    line-height: 22px;
  }
  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-8 {
    margin-left: 0%;
  }
  .column-24 {
    margin-bottom: 25px;
  }
  .row-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-10 {
    font-size: 26px;
    line-height: 28px;
    text-align: center;
  }
  .abstractdate {
    font-size: 16px;
    line-height: 18px;
  }
  .text-block-13 {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
  .div-block-15 {
    width: 500px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .navdropdown {
    font-size: 18px;
    line-height: 20px;
  }
  .column-27 {
    margin-bottom: 50px;
  }
  .column-28 {
    margin-bottom: 50px;
  }
  .column-29 {
    margin-bottom: 50px;
  }
  .column-31 {
    margin-bottom: 50px;
  }
  .column-32 {
    margin-bottom: 50px;
  }
  .column-33 {
    margin-bottom: 50px;
  }
  .column-38 {
    margin-bottom: 50px;
  }
  .column-39 {
    margin-bottom: 50px;
  }
  .column-40 {
    margin-bottom: 50px;
  }
  .column-42 {
    margin-bottom: 50px;
  }
  .column-43 {
    margin-bottom: 50px;
  }
  .text-block-14 {
    font-size: 26px;
    line-height: 28px;
  }
  .text-block-15 {
    margin-top: 25px;
    font-size: 72px;
    line-height: 74px;
  }
  .text-block-16 {
    font-size: 72px;
    line-height: 74px;
  }
  .text-block-17 {
    font-size: 125px;
    line-height: 127px;
  }
  .text-block-18 {
    font-size: 26px;
    line-height: 28px;
  }
  .container-2 {
    margin-top: 15px;
  }
  .text-block-21 {
    font-size: 64px;
    line-height: 66px;
  }
  .div-block-17 {
    height: 400px;
  }
  .text-block-25 {
    font-size: 42px;
    line-height: 44px;
  }
  .highlightnumber {
    width: 150px;
    font-size: 14px;
    line-height: 16px;
  }
  .column-44 {
    margin-bottom: 25px;
  }
  .column-45 {
    margin-bottom: 25px;
  }
  .column-47 {
    margin-bottom: 50px;
  }
  .column-48 {
    margin-bottom: 50px;
  }
  .column-49 {
    margin-bottom: 50px;
  }
  .text-block-27 {
    padding: 10px;
    font-size: 36px;
    line-height: 38px;
  }
  .text-block-28 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .conferanceapp {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .div-block-21 {
    height: 500px;
  }
  .text-block-29 {
    font-size: 100px;
    line-height: 102px;
  }
  .text-block-30 {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 52px;
  }
  .text-block-31 {
    font-size: 20px;
    line-height: 22px;
  }
  .div-block-22 {
    height: 500px;
  }
  .text-block-33 {
    font-size: 100px;
    line-height: 102px;
  }
  .text-block-34 {
    font-size: 56px;
    line-height: 58px;
  }
  .text-block-35 {
    padding: 15px;
    font-size: 26px;
    line-height: 28px;
  }
  .div-block-23 {
    height: 400px;
  }
  .text-block-38 {
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 38px;
  }
  .blackscreen {
    height: 200px;
    padding: 15px;
    border-style: none;
  }
  .text-block-39 {
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 28px;
  }
  .text-block-40 {
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 38px;
  }
  .text-block-41 {
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 28px;
  }
  .text-block-42 {
    font-size: 50px;
    line-height: 52px;
  }
  .text-block-43 {
    font-size: 100px;
    line-height: 102px;
  }
  .link-block-14 {
    border-style: none;
    background-size: cover;
  }
  .link-block-15 {
    border-style: none;
    background-size: cover;
  }
  .link-block-16 {
    border-style: none;
  }
  .link-block-17 {
    border-style: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .div-block-29 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block-18 {
    width: 100%;
    height: 200px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-30 {
    height: 200px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: none;
  }
  .div-block-31 {
    height: 200px;
  }
  .div-block-32 {
    height: 200px;
  }
  .link-block-19 {
    width: 100%;
    border-style: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .link-block-20 {
    width: 100%;
    border-style: none;
    background-position: 50% 100%;
  }
  .text-block-48 {
    font-size: 56px;
    line-height: 58px;
  }
  .answer {
    text-align: justify;
  }
  .text-block-52 {
    margin-top: 0px;
    font-size: 58px;
    line-height: 60px;
  }
  .text-block-53 {
    font-size: 125px;
    line-height: 127px;
  }
  .text-block-54 {
    font-size: 30px;
    line-height: 32px;
  }
  .text-block-55 {
    font-size: 20px;
    line-height: 22px;
  }
  .highlightdiv {
    width: 150px;
  }
  .mask {
    height: 500px;
  }
  .menu-button {
    position: static;
    left: 0px;
    top: 0px;
  }
  .div-block-44 {
    height: 500px;
  }
  .text-block-61 {
    font-size: 18px;
    line-height: 20px;
  }
  .div-block-45 {
    padding: 15px 15px;
  }
  .contactperson {
    text-align: left;
  }
  .bold-text-2 {
    text-decoration: underline;
  }
  .text-block-64 {
    font-size: 90px;
    line-height: 92px;
    text-align: center;
  }
  .text-block-65 {
    font-size: 56px;
    line-height: 58px;
  }
  .text-block-66 {
    font-size: 58px;
    line-height: 60px;
  }
  .text-block-67 {
    font-size: 48px;
    line-height: 50px;
  }
  .image-18 {
    width: auto;
    margin-right: 0%;
    margin-bottom: 5vw;
  }
  .image-19 {
    width: auto;
    margin-right: 0%;
    margin-bottom: 5vw;
  }
  .platinumsponsors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-20 {
    width: 70%;
    margin-bottom: 5vw;
  }
  .image-21 {
    width: 70%;
  }
  .silver-sponsors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bronze-sponsors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-22 {
    width: auto;
    margin-bottom: 2vw;
  }
  .image-23 {
    width: 60%;
    margin-bottom: 2vw;
  }
  .image-24 {
    width: 50%;
    margin-bottom: 2vw;
  }
  .image-25 {
    width: 60%;
  }
  .image-27 {
    width: 80%;
  }
}

@media (max-width: 479px) {
  .nav-menu {
    width: 60%;
  }
  .navllinktext {
    margin-bottom: 7px;
    font-size: 20px;
  }
  .sponsors {
    padding: 25px 10px;
  }
  .sponsortype {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
  }
  .image-2 {
    width: auto;
    margin-right: 0%;
    margin-bottom: 5vw;
  }
  .row-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-20 {
    margin-bottom: 25px;
    padding-right: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-21 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .highlight {
    width: 300px;
    font-size: 14px;
    line-height: 16px;
  }
  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-8 {
    margin-left: 0%;
    font-size: 12px;
    line-height: 14px;
  }
  .div-block-15 {
    width: 300px;
  }
  .navdropdown {
    font-size: 17px;
    line-height: 19px;
  }
  .staffrow {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .staffimage {
    margin-bottom: 5px;
  }
  .text-block-14 {
    font-size: 20px;
    line-height: 22px;
  }
  .text-block-15 {
    font-size: 54px;
    line-height: 56px;
  }
  .text-block-16 {
    font-size: 48px;
    line-height: 50px;
  }
  .text-block-17 {
    font-size: 90px;
    line-height: 92px;
  }
  .text-block-18 {
    font-size: 20px;
    line-height: 22px;
  }
  .headerbutton {
    margin-right: 10px;
    margin-left: 10px;
  }
  .text-block-21 {
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 38px;
  }
  .text-block-24 {
    margin-top: 25px;
    font-size: 36px;
    line-height: 38px;
  }
  .text-block-25 {
    margin-top: 10px;
    font-size: 26px;
  }
  .highlightnumber {
    width: 300px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
  }
  .column-44 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-45 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-26 {
    font-size: 54px;
    line-height: 56px;
  }
  .column-49 {
    margin-bottom: 50px;
  }
  .column-50 {
    margin-bottom: 25px;
  }
  .div-block-20 {
    padding: 25px 10px;
  }
  .text-block-29 {
    font-size: 86px;
    line-height: 88px;
  }
  .text-block-30 {
    font-size: 36px;
    line-height: 36px;
  }
  .text-block-31 {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 18px;
    text-align: center;
  }
  .text-block-32 {
    font-size: 26px;
    line-height: 28px;
  }
  .text-block-33 {
    font-size: 64px;
    line-height: 66px;
    text-align: center;
  }
  .text-block-34 {
    font-size: 42px;
    line-height: 44px;
  }
  .icon-2 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .text-block-36 {
    padding: 10px;
    font-size: 26px;
    line-height: 28px;
  }
  .text-block-38 {
    font-size: 22px;
    line-height: 24px;
  }
  .blackscreen {
    width: 100%;
    height: 250px;
    border-style: none;
  }
  .text-block-39 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 24px;
  }
  .text-block-40 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 24px;
  }
  .text-block-41 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 24px;
  }
  .text-block-42 {
    margin-bottom: 5px;
    font-size: 36px;
    line-height: 38px;
  }
  .text-block-43 {
    font-size: 64px;
    line-height: 66px;
  }
  .div-block-28 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block-14 {
    width: 100%;
    border-style: none;
  }
  .link-block-15 {
    width: 100%;
    border-style: none;
  }
  .link-block-16 {
    border-style: none;
  }
  .link-block-17 {
    border-style: none;
  }
  .div-block-29 {
    height: auto;
  }
  .link-block-18 {
    border-style: none;
  }
  .div-block-30 {
    height: 250px;
    border-style: none;
  }
  .div-block-31 {
    height: 250px;
  }
  .div-block-32 {
    height: 250px;
    border-style: none;
  }
  .link-block-19 {
    border-style: none;
  }
  .link-block-20 {
    border-style: none;
  }
  .text-block-45 {
    font-size: 22px;
    line-height: 24px;
  }
  .text-block-46 {
    font-size: 22px;
    line-height: 24px;
  }
  .text-block-47 {
    font-size: 22px;
    line-height: 24px;
  }
  .div-block-33 {
    height: 300px;
  }
  .text-block-48 {
    margin-top: 0px;
    font-size: 32px;
  }
  .text-block-49 {
    font-size: 118px;
    line-height: 120px;
  }
  .div-block-34 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .answer {
    text-align: left;
  }
  .text-block-50 {
    font-size: 22px;
    line-height: 24px;
  }
  .div-block-35 {
    padding-left: 15px;
  }
  .unordered-list-3 {
    padding-left: 25px;
  }
  .div-block-37 {
    height: 300px;
  }
  .text-block-52 {
    margin-top: 0px;
    font-size: 38px;
    line-height: 40px;
  }
  .text-block-53 {
    font-size: 90px;
    line-height: 92px;
  }
  .text-block-54 {
    overflow: visible;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 20px;
  }
  .div-block-38 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-block-55 {
    font-size: 18px;
    line-height: 20px;
  }
  .button-3 {
    font-size: 18px;
    line-height: 20px;
  }
  .highlightdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-55 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-57 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .div-block-44 {
    height: 300px;
  }
  .text-block-61 {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
  .div-block-45 {
    padding: 25px 15px;
  }
  .text-block-62 {
    font-size: 50px;
    line-height: 52px;
  }
  .text-block-64 {
    font-size: 52px;
    line-height: 54px;
  }
  .text-block-65 {
    font-size: 32px;
    line-height: 36px;
  }
  .text-block-66 {
    font-size: 32px;
    line-height: 34px;
  }
  .text-block-67 {
    font-size: 30px;
    line-height: 32px;
  }
  .image-18 {
    margin-right: 0%;
    margin-bottom: 5vw;
  }
  .image-19 {
    margin-right: 0%;
    margin-bottom: 5vw;
  }
  .confsponsors {
    font-size: 28px;
    line-height: 28px;
  }
  .image-20 {
    margin-bottom: 5vw;
  }
  .heading {
    font-size: 100px;
    line-height: 100px;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Signatra';
  src: url('../fonts/Signatra.ttf') format('truetype'), url('../fonts/Signatra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}