/* Typography */
* {
  font-family: 'Signika', Arial, sans-serif;
  color: #606060;
  font-size: 18px;
  line-height: 27px;
  font-weight: 100;
}

h1, .h1 {
  	font-family: 'PT Serif', serif;
    font-size: 36px;
    color: #000000;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 32px;
}

h2, .h2, .reg-page h2, .reg-page .h2 {
	font-family: 'PT Serif', serif;
    font-size: 28px;
    color: #000000;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 32px;
}

h3, .h3 {
  font-family: 'PT Serif', serif;
    font-size: 2rem;
    color: #000000;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 32px;
}


h4, .h4 {
  font-family: 'PT Serif', serif;
    font-size: 1.5rem;
    color: #000000;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 32px;
}


h5, .h5 {
  font-family: 'PT Serif', serif;
    font-size: 1.3rem;
    color: #000000;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 32px;
}

h6, .h6 {
  font-family: 'PT Serif', serif;
    font-size: 1.1rem;
    color: #000000;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 32px;
}


.primary-text, p.primary-text, .image-bg p.primary-text {
  color: #606060;
}

h1.primary-text, h2.primary-text, h3.primary-text, h4.primary-text, h5.primary-text, h6.primary-text {
  color: #000000;
}

.image-bg h1.primary-text, .image-bg h2.primary-text, .image-bg h3.primary-text, .image-bg h4.primary-text, .image-bg h5.primary-text, .image-bg h6.primary-text {
  color: #000000;
}

a {
  color: #5991b2;
}

a:hover {
  color: #5991b2!important;
}

.bg-secondary {
  background: #F1F5F8;
}

ul { 
	list-style: disc;
  	margin-left: 1em;
}

header ul, nav ul, footer ul {
  	list-style: none;
  	margin-left: 0; 
}

/* Buttons */

.btn, a.btn, button, button.btn-filled, input[type="submit"], button[type="submit"] {
  font-family: 'Signika', sans-serif;
  background: #004225;
  color: #fff!important;
  font-size: 18px;
  border: solid 1px #004225!important;
  min-height: 40px;
}

.btn:hover, .image-bg .btn.btn-filled:hover, a.btn:hover, .image-bg a.btn.btn-filled:hover, button:hover, button.btn-filled:hover, input[type="submit"]:hover, button[type="submit"]:hover {
  background: #fff;
  color: #004225 !important;
  opacity: 1;
}

.btn:visited, a.btn:visited, button:visited, input[type="submit"]:visited, button[type="submit"]:visited {
  color: initial;
}

.btn-outline, a.btn-outline, button.btn-outline, input[type="submit"].btn-outline, button[type="submit"].btn-outline {
  background: #ffffff;
  border: solid 1px #004225;
  color: #000 !important;
}

.btn-outline:hover, a.btn-outline:hover, button.btn-outline:hover, input[type="submit"].btn-outline:hover, button[type="submit"].btn-outline:hover {
  background: #004225;
  border: solid 1px #004225;
  color: #ffffff !important;
}

.container {
  width: 94%;
}

.hidden {
  display: none;
}

.full-width {
  width: 100%;
}
/* NAV BAR */

.nav-bar {
  height: auto;
  max-height: 60px;
}


#nav-bar .logo {
  min-width: 108px;
  max-width: 250px;
  max-height: none;
  padding-top: 15px;
}

.sticky.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  background: #ffffff;
}

.sticky.fixed nav {
}

#nav {
  width: 100%;
}

#nav-bar .pt-10 {
  margin-top: 15px;
  margin-bottom: 10px!important;
}

.nav-link {
  color: #606060;
  font-weight: 100;
  margin-top: 15px !important;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  
}

/* Banner */

.image-bg {
  min-height: 70vh;
  color: #ffffff;
}

.image-bg h2 {
	color: #ffffff;
}

.image-bg * {
	color: #ffffff;
}

#top.image-bg h3 {
  text-transform: none;
}

@media only screen and (min-width: 75em) {
  #top.image-bg {
      height: 500px;
  }
}
  
  
/* Main Container */

section {
  padding: 48px 0;
}

#position-container {
  background: #ffffff;
  padding: 0;
}

#invitation, #listing-filters {
	width: 100%;
	margin-left: auto;
  	margin-right: auto;
  	margin-top: -20vh;
  	z-index: 2;
  	background: #ffffff;
  	padding: 5%;
  	min-height: 200px;
}

.row.reg-page { 
  
  	display: flex; height: 100%}

#listing-filters{
  width: 94%;
}

#listing-filters input, #listing-filters select {
	font-size: 11px;
  	text-transform: uppercase;
  	font-weight: 600!important;
}

#position-container section:nth-of-type(2) {
  padding-top: 10vh;
}

.simple-section {
  padding-bottom: 6rem !important;
}
/* VENUE */

#venue {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#venue .h3, #venue .h1, #venue .h2, #venue .h4, #venue .h5 {
  position: relative;
  z-index: 2;
  text-align: center;
}

#venue .map-holder {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

#venue iframe {
  	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.image-square.right .image {
  top: 0;
}

#venue.image-square.right.reduced-height {
  min-height: 250px;
  height: 250px;
}

#venue.image-square.right.reduced-height .content { 
	top: 0;
  	position: relative;
  	margin-top: 6rem;
}

/* DROP SHADOW */

.drop-shadow{
   -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
   box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
}

.gradient-overlay{
  position: absolute;
    height: 100%;
    width: 100%;
    /*background-image: radial-gradient(circle, transparent, rgb(241, 245, 248));          */
  	background-position: 50% 50%;
  	background-size: cover;
    z-index: 1;
  	top: 0;
  	left: 0;
}


/* REGISTRATION */

.pricing-table.boxed {
  	-webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
   	box-shadow: 0 2px 8px rgb(0 0 0 / 15%); 
  	background: #ffffff;
}

.pricing-table select {
  background: transparent;
  border: solid 1px #000000;
  color: #606060;
  font-size: 12px;
}

.pricing-table select option{
  color: #606060;
}

.pricing-table .price {
  font-family: "Signika", "Arial", sans-serif;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0;
}

.pricing-table .lead {
  text-transform: lowercase;
}

.parallax > .background-image-holder, .parallax .slides li > .background-image-holder {
    height: 120vh;
}

#invitation.registration-page {
  padding-left: 0;
  padding-right: 0;
}


#invitation.registration-page .panel-footer a {
  text-transform: lowercase;
  color: #606060;
  font-size: 12px;
      text-transform: uppercase;
    margin: 0 auto;
    display: block;
    width: 200px;
    text-align: center;
}


#invitation.registration-page .panel-footer input[type="submit"] {
	margin-top: 24px;
}

#invitation.registration-page label {
  font-weight: normal;
}


#invitation.registration-page input[type="text"], #invitation.registration-page input[type="email"], #invitation.registration-page input[type="password"], #invitation.registration-page select {
  background: #ffffff;
  border: solid 1px #000000;
}

#invitation.registration-page .panel-body {
	border: 0 !important;
  	background: #f1f1f1!important;
}

#invitation.registration-page .panel-footer {
  	border: 0;
    background: #f1f1f1!important;
    border-top: solid 0px #ddd;
}

input[name="waitlist_gdpr"], .waitlist-join-list * {
  color: #606060;
}
/* LISTINGS */
.listing-row {
  font-size: 18px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
}

.listing-row h1, .listing-row h2, .listing-row h3, .listing-row h4, .listing-row h5, .listing-row h6 {
  margin-bottom: auto;
}

.listing-col {
  margin-bottom: 1em;
}

.listing-row h1 {
	font-size: 2.5rem;
}

.listing-row h2 {
  font-size: 2rem;
}

.listing-row h3 {
  font-size: 1.5rem;
}

.listing-row h4 {
  font-size: 1.3rem;
}

.listing-row h5, .listing-row h6 {
  font-size: 1rem;
}

.card.listing-col {
  border:solid 1px #000000;
  margin-left: 1%;
    margin-right: 1%;
    width: 31.33%;
  padding: 0;
}

.card.listing-col .card-body{
  padding: 10px;
}

.thumbnail {
  padding: 0;
  width: 31.33%;
  margin-left: 1%;
  margin-right: 1%;
 	margin-bottom: 1em;
}

.listing-row .panel {
  padding: 0;
  width: 31.33%;
  margin-left: 1%;
  margin-right: 1%;
  border-radius: 0;
  padding-bottom: 70px;
}

.listing-row .panel img {
  display: block;
}

.listing-row .panel .panel-body{
  padding: 10px;
  border: 0 !important;
}

.listing-row .panel .panel-footer {
  background: transparent;
  border: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.listing-row .panel .panel-footer .btn {
  margin-bottom: 10px;
}


section#event-list {
  padding-top: 0;
}


/* SPEAKERS */

button.close {
  border: 0 !important;
}

.speaker-col .img-area, .modal-img-area {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; 
}

.speaker-col .img-area {
  margin: auto;
}

.speaker-item, .modal-img-area { 
	margin: 0 auto;
}

.modal-header .close {
    margin-top: -2px;
    width: 40px;
    height: 40px;
    margin: 0;
  	float: none;
}

/* FOOTER */

footer {
  background: #000000;
  color: #ffffff;
  font-family: "GT America", "open-sans", "Helvetica Neue", sans-serif;

}

footer .container {
  padding-right: 7rem;
  padding-left: 7rem;
}

.responsive-footer__heading {
    font-size: 11px;
    font-size: 11px;
    font-family: "GT America", "Helvetica Neue", sans-serif;
    color: #000000;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 13px;
    text-transform: uppercase;
    color: #858585;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    position: relative;
}

.responsive-footer__list-item {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
      font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
  color: #ffffff;

}

.responsive-footer__list-item a {
  font-size: 12px;
  line-height: 16px;
    font-family: "GT America", "Helvetica Neue", sans-serif;
}
.responsive-footer__list-item a, footer:not(.bg--primary):not(.bg--dark) a {
  color: #ffffff;
}

footer ul:not(.list-inline):not(.slides) > li {
  line-height: 16px !important;
}

.responsive-footer__icon-container {
  display: none;
}
.responsive-footer__list {
  display: block;
}
.footer-logo {
  fill: #ffffff;
    height: auto;
    margin-top: 2rem;
    width: 74px;
}

footer .col-sm-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.sub-footer__container {
  	margin-top: 3rem;
    padding: 2rem 0;
    border-top: 1px solid rgba(197, 197, 197, 0.3);
}

.sub-footer__container p a {
  font-size: 11px;
  color: #5991b2 !important;
}
footer .paragraph {
  color: rgb(96, 96, 96);
    font-family: "GT America", "Helvetica Neue", sans-serif;
    font-size: 11px !important;
    line-height: 14px;
}
footer .social-icons {
  	display: flex;
  	flex-direction: row;
  
}

footer .social-icons div a {
  	font-size: 20px;
  	margin: 0;
  	padding: 0 0 0 0.5rem;
}

.footer-logo-icon {
  width: 137px;
}

footer .fab {
  color: #ffffff;
}

/* REGISTRATION FORM */
select {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #606060;
}

input, button, select, textarea {
    font-family: 'Signika', Arial, sans-serif;
  	font-size: 16px;
  	font-weight: 500;
}

textarea {
    background: #ffffff;
}

.form-control {
  font-size: 16px;
  padding-left: 20px;
}

#registration {
    min-height: auto;
  }

#venue .content.address-box {
  padding-left: 15%;
  z-index: 1;
}



#multi-ticket-table {
	background-color: #fff;
    width: 80%;
    margin: 0 auto;
  	padding: 1em 0;
}

#multi-ticket-table table {
  width: 90%;
  min-width: 300px;
  margin: 0 auto;
  background-color: #ffffff;
  margin-bottom: 2em;
}

#multi-ticket-table * {
  color: #606060;
}

#multi-ticket-table .table > thead > tr > th {
  border-bottom: 1px solid #ddd;
}

#multi-ticket-table hr {
  display: none;
}

#multi-ticket-table h4 {
  font-size: 1em;
  margin-bottom: 0;
}



#multi-ticket-table .row.waitlist-join-list button {
  	font-size: 1rem !important;
    height: auto;
    min-height: 0;
    padding: 0;
    line-height: 40px;
}

#multi-ticket-table td.text-left {
    font-size: 1.8rem;
}

#multi-ticket-table td.pad-right-mobile {
    width: 40%;
}

#multi-ticket-table td.pad-right-mobile *, #multi-ticket-table td.pad-right-mobile button { 
  font-size: 14px !important;
}

#registration .book-button-container {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
	text-align: center;  
}

#registration .book-button-container button {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  display: block;
  padding-bottom: 1em;

}

.panel-heading { 
  
  padding: 0 15px; 

}

.attendee-price {
  display: none;
}

.ticket-type-class {
  display: none;
}

#order-details {
  padding-left: 15px!important;
}

#order-total {
  padding-left: 15px!important;
}

#summary_questions {
  list-style: none!important;
  margin-left: 0em;
}

@media screen and (max-width: 700px) {
#invitation { width: 100%; }
.row.reg-page { flex-direction: column; }
.row.reg-page .col-sm-10 { margin-bottom: 4rem; }
} 



@media only screen and (max-width: 600px) {

  #multi-ticket-table {
      width: 100%;
    	padding: 1rem;
    }
  
    #multi-ticket-table table {
      min-width: 200px;
      margin-top: 2rem;
    }
  #multi-ticket-table thead {
 	display: none;   
  }
  
  #multi-ticket-table td {
    display: block;
    width: 100%;
    white-space: unset;
  }
  
    #multi-ticket-table td:first-of-type {
      border-top: 0;
    } 

  #multi-ticket-table td.pad-right-mobile, #multi-ticket-table .mt-donation, #multi-ticket-table .mt-pass-on-fees, #multi-ticket-table .mt-tax {
    display: block;
    width: 100%;
  }
  
}

@media only screen and (max-width: 768px) {
  	#venue .content.address-box {
  		padding-left: 5%;
	}

  footer .container {
    padding-left: 15px;
    padding-right: 0;
  }
	.responsive-footer__list {
      display:none;
    }
  
  	.responsive-footer div, footer .col-sm-6 {
      width: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  
  .responsive-footer__heading {
    border-top: 1px solid rgba(197, 197, 197, 0.3);
    cursor: pointer; 
  }
  
  .footer-middle-logo {
    display: none;
  }
  
  .sub-footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
    .sub-footer__container div {
      width: 100%;
    }
  
  .sub-footer__container div:nth-child(1) {
    order: 2;
    width: 66.66%;
    
    margin: 0 auto;
  }
  
  .social-icons {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  
    .social-icons div {
      order: initial !important;
      text-align: center;
    }
  
  .sub-footer__container div:nth-child(2) {
    order: 3;
  }
  
  .sub-footer__container div:nth-child(3) {
    order: 1;
    text-align: center;
  }
  
    .sub-footer__container div:nth-child(3) img {
    	max-width: 100%;
    }
  
  .responsive-footer__icon-container {
    display: block;
    float: right;
    width: 40px !important;
}
  
   .footer-menu-row {
     padding-left: 15px;
   }
}

/* MOBILE */
@media all and (max-width: 990px) {
  #venue.image-square .image {
      height: 100%;
      margin-bottom: 0;
      position: absolute;
      max-height: 500px;
      right: 0;
      top: 0;
      width: 50% !important;
  }
}
@media only screen and (max-width: 768px){
p {
    font-size: 15px!important;
}
}

@media only screen and (max-width: 768px){
li {
    font-size: 15px!important;
}
}

@media only screen and (max-width: 768px){
b, strong {
  	font-size: 15px!important;
    font-weight: bold;
}
}


@media only screen and (max-width: 768px) {
  .image-bg {
    min-height: 70vh;
  }
  
  #registration {
    min-height: auto;
  }
  
  #invitation {
    width: 90%;
  }
  
  .sticky.fixed {
    position: relative;
  }
  
  #nav-bar .btn {
    display: none;
  }
  
  #nav-bar .btn.nav-link {
    display: inline-block;
    margin-bottom: 5%;
  }
  
  #venue {
    padding-bottom: 3rem;
  }
  
  section {
    padding: 5vw 0;
  }
}

@media only screen and (max-width: 600px) {
  .listing-row {
    flex-direction: column;
  }
	.listing-row .panel {
      display: block;
      
      width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    }
  
  .speaker-col .img-area, .modal-img-area {
    width: 250px;
    height: 250px;
  }
  
  #venue .image {
    width: 100%;
    position: relative;
    height: 100%;
    max-height: 300px;
  }
  
  #venue .content {
    text-align: center;
  }
  
  #venue .image {
	display: none;
  }
}






