.amiri {
  font-family: Amiri, serif;
}
.montserrat {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}
.montserrat-semi {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.montserrat-bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.gold-gradient {
  background: #f4ce76;
  background: -moz-linear-gradient(top, #f4ce76 0%, #dbb971 100%);
  background: -webkit-linear-gradient(top, #f4ce76 0%, #dbb971 100%);
  background: linear-gradient(to bottom, #f4ce76 0%, #dbb971 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4ce76', endColorstr='#dbb971', GradientType=0);
}
.gold-gradient-x {
  background: #ffda85;
  background: -moz-linear-gradient(left, #ffda85 0%, #ccac6e 100%);
  background: -webkit-linear-gradient(left, #ffda85 0%, #ccac6e 100%);
  background: linear-gradient(to right, #ffda85 0%, #ccac6e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda85', endColorstr='#ccac6e', GradientType=1);
}
* {
  box-sizing: border-box;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -ms-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
nav ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
nav ul li {
  margin-top: 0.75rem;
  border-left: transparent 2px solid;
  padding-left: 10px;
}
nav ul li a {
  text-transform: uppercase;
  color: #030d31;
  text-decoration: none;
}
nav ul li.active {
  color: #BA9642;
  border-left: 2px solid #BA9642;
}
nav ul li.active a {
  color: #BA9642;
}
nav ul li.active > .submenu {
  display: block;
}
nav ul li .submenu {
  display: none;
}
nav ul li .submenu a {
  display: block;
  margin-top: 0.5rem;
  padding-left: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-transform: none;
}
nav ul li .submenu a.active {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
html {
  font-size: 18px;
}
body {
  background: url("https://ec6212be82dc3dc4eff9-bce3155ca9088d4cf89eb1ac8990b4a4.ssl.cf2.rackcdn.com/bg-tarmac-image.jpg") no-repeat left center fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  color: #030d31;
  font-family: Amiri, serif;
}
a,
a:visited,
a:active {
  color: #030d31;
}
a.text-yellow-dark,
a:visited.text-yellow-dark,
a:active.text-yellow-dark {
  color: #BA9642;
}
a:hover {
  color: #BA9642;
}
.content-holder {
  width: 90%;
  max-width: 1350px;
  background: white;
}
.content-holder.home {
  width: 50%;
  max-width: 732px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#99ffffff', GradientType=1);
  margin-right: 0;
  min-width: 540px;
}
#home-logo {
  max-width: 24rem;
}
.bx-wrapper {
  box-shadow: none !important;
  border-left: none !important;
  border-right: none !important;
}
.carousel {
  visibility: hidden;
  bottom: 0;
}
.carousel li {
  height: 85px;
  display: flex;
  align-items: center;
}
.carousel li .carousel-logo {
  height: 50px;
  width: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.aircraft {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.aircraft .left {
  flex-basis: 48%;
  display: flex;
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 20px;
}
.aircraft .left .thumb {
  width: 150px;
  height: 100px;
  margin-right: 20px;
}
.aircraft .right {
  flex-basis: 48%;
  display: flex;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.aircraft .right .share-icons a,
.aircraft .right .share-icons a.visited,
.aircraft .right .share-icons a.active {
  color: #cccccc;
}
select {
  font-family: Montserrat, sans-serif;
  padding: 0.6em;
  font-size: 0.8em;
  border: 1px solid #BA9642;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  font-weight: 300;
  position: relative;
  background: rgba(186, 150, 66, 0.15) url(../img/angle-down-regular.png) no-repeat right center;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=file],
input[type=tel],
input[type=date],
input[type=url],
textarea {
  font-family: Montserrat, sans-serif;
  padding: 0.6em;
  font-size: 0.8em;
  border: 1px solid #BA9642;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  font-weight: 300;
  position: relative;
  background: rgba(186, 150, 66, 0.15);
}
.form-check {
  display: flex;
  align-items: baseline;
}
.form-check .form-check-input {
  margin-right: 12px;
}
input[type=submit],
button,
a.button {
  background: #f4ce76;
  background: -moz-linear-gradient(top, #f4ce76 0%, #dbb971 100%);
  background: -webkit-linear-gradient(top, #f4ce76 0%, #dbb971 100%);
  background: linear-gradient(to bottom, #f4ce76 0%, #dbb971 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4ce76', endColorstr='#dbb971', GradientType=0);
  border: 1px solid #BA9642;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0.25em 0.5em;
  text-decoration: none;
  display: inline-block;
  text-align: left;
}
input[type=submit]:hover,
button:hover,
a.button:hover {
  background: #BA9642;
  color: #030d31 !important;
}
input[type=submit].grey,
button.grey,
a.button.grey {
  background: #C3C3C3;
  border: 1px solid #707070;
}
input[type=submit].grey:hover,
button.grey:hover,
a.button.grey:hover {
  color: #C3C3C3 !important;
  background: #707070;
}
input[type=submit].outline,
button.outline,
a.button.outline {
  background: white;
}
input[type=submit].outline:hover,
button.outline:hover,
a.button.outline:hover {
  background: #BA9642;
  color: #030d31 !important;
}
input[type=submit].disabled,
button.disabled,
a.button.disabled {
  background: #707070;
  border: 1px solid #707070;
  cursor: default;
  pointer-events: none;
}
form .form-element {
  width: 100%;
  margin: 12px 0;
}
form .form-element label {
  width: 100%;
  display: block;
  margin-bottom: 4px;
}
.twitter-typeahead {
  width: 100%;
  font-family: Montserrat, sans-serif;
}
.twitter-typeahead .tt-input {
  border: 1px solid #BA9642;
  background-color: rgba(186, 150, 66, 0.15) !important;
  width: 100%;
  line-height: 24px;
  font-size: 0.8em;
}
.twitter-typeahead .tt-menu {
  background-color: white;
  width: 100%;
  max-height: 204px;
  overflow-y: auto;
}
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion {
  border-bottom: 1px solid #BA9642;
  font-size: 12px;
  padding: 12px;
  cursor: pointer;
}
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:hover {
  color: black;
  background-color: rgba(186, 150, 66, 0.15);
}
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:last-child {
  border-bottom: none !important;
}
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion.tt-cursor {
  color: white;
  background-color: rgba(186, 150, 66, 0.15);
}
.twitter-typeahead .tt-hint {
  display: none;
}
#scholarship-form fieldset {
  margin-top: 24px;
  border: 1px solid #BA9642;
  padding: 14px;
}
#scholarship-form fieldset legend {
  font-size: 24px;
  font-weight: bold;
}
#scholarship-form .form-group {
  width: 100%;
  margin: 1rem 0;
}
#scholarship-form .form-group label {
  width: 100%;
  display: block;
  margin-bottom: 0.25rem;
}
#scholarship-form .form-group .form-control {
  border: 1px solid #D1D3D5;
  width: 100%;
}
#scholarship-form .form-group .help-block {
  color: red;
  font-size: 12px;
  margin-top: 4px;
}
#scholarship-form .form-group.has-error .form-control {
  border-color: red;
}
#advanced-search-form .form-group {
  margin-bottom: 8px;
}
#advanced-search-form .form-group label {
  width: 30%;
  display: inline-block;
  margin-right: 14px;
}
#advanced-search-form .form-group input[type=text] {
  border: 1px solid #D1D3D5;
  width: 65%;
}
#advanced-search-form .form-group select {
  width: 65%;
}
#advanced-search-form .form-group .twitter-typeahead {
  width: 65% !important;
}
#advanced-search-form .form-group .twitter-typeahead .tt-input {
  width: 100% !important;
}
#advanced-search-form .form-group input[type=submit] {
  margin: 12px 0;
}
#advanced-search-form .form-group.slider {
  margin: 40px 0 40px 0;
  display: flex;
  align-items: center;
}
#advanced-search-form .form-group.slider label {
  width: 31%;
}
#advanced-search-form .form-group.slider .slider-holder {
  width: 64%;
}
#advanced-search-form .filter-box {
  width: 100%;
  display: inline-block;
}
#advanced-search-form .filter-box select {
  width: 38%;
}
#advanced-search-form .filter-box h4 {
  font-size: 12px;
  text-transform: uppercase;
  color: #797979;
}
#advanced-search-form .filter-box .clear-filters-link {
  position: relative;
  right: 0;
  display: block;
  float: right;
  font-size: 12px;
  color: #BA9642;
}
#advanced-search-form .filter-box #query {
  width: 163px;
}
.brokers .broker:nth-child(odd) {
  border-right: 1px solid #b8c2cc;
  padding-left: 0;
  padding-right: 0.5rem;
}
.brokers .broker:nth-child(even) {
  padding-left: 1rem;
  padding-right: 0;
}
.brokers .broker .image {
  width: 150px;
  height: 100px;
  background: no-repeat center;
  background-size: contain;
}
.pagination {
  position: relative;
  right: 0;
  margin-bottom: 16px;
}
.pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pagination ul li {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: rgba(186, 150, 66, 0.15);
  margin-right: 8px;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
}
.pagination ul li.active {
  background-color: #BA9642;
}
.pagination ul li a {
  text-decoration: none;
}
article p {
  margin-bottom: 1em;
}
.members-return-menu-link {
  font-size: 0.8em;
  margin-top: 20px;
}
#wash {
  display: block;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  z-index: 300;
  background-color: #030d31;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
#wash.active {
  opacity: 0.44;
}
#popup-holder {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 400;
  background-color: transparent;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
#popup-holder.active {
  display: flex;
}
#popup-holder-event {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 400;
  background-color: transparent;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
#popup-holder-event.active {
  display: flex;
}
.svg_pixel_fix {
  transform: scale(0.99);
}
.accreditation-step .number {
  background: #ba0726;
}
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid #BA9642;
  background-color: rgba(186, 150, 66, 0.15);
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  margin-bottom: 30px;
}
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
table.booths tr {
  border-top: 1px solid #BA9642;
}
table.booths tr td,
table.booths tr th {
  padding: 0.5rem;
}
table.booths tr th {
  text-align: left;
  text-transform: uppercase;
  background-color: #030d31;
  color: white;
}
table.booths tr td:nth-child(even) {
  background-color: rgba(186, 150, 66, 0.2);
}
#accreditation-application .form-group {
  margin-top: 1rem;
}
#accreditation-application .form-group label {
  display: block;
  width: 100%;
}
#accreditation-application .form-group input[type=text],
#accreditation-application .form-group input[type=email] {
  width: 100%;
}
#accreditation-application .form-group.has-error input {
  border-color: red;
}
#accreditation-application .form-group.has-error .help-block {
  font-size: 12px;
  color: red;
}
#payment-form .form-group {
  margin-top: 1rem;
}
#payment-form .form-group label {
  display: block;
  width: 100%;
}
#payment-form .form-group input[type=text],
#payment-form .form-group input[type=email],
#payment-form .form-group input[type=number],
#payment-form .form-group select {
  width: 100%;
}
#payment-form .form-group.has-error input {
  border-color: red;
}
#payment-form .form-group.has-error .help-block {
  font-size: 12px;
  color: red;
}
.bg-iada {
  background-color: #030d31;
  color: white !important;
}
.double-gold-lines {
  padding: 20px 0;
  border-top: 3px #BA9642 solid;
  border-bottom: 3px #BA9642 solid;
}
.double-black-lines {
  padding: 20px 0;
  border-top: 3px black solid;
  border-bottom: 3px black solid;
}
ol.gold-list {
  list-style: none;
  counter-reset: iada-counter;
}
ol.gold-list li {
  counter-increment: iada-counter;
}
ol.gold-list li::before {
  content: counter(iada-counter) " | ";
  color: #BA9642;
}
ol.gold-list li a:visited {
  color: white;
}
.border-t-24 {
  border-top-width: 24px;
}
.emblem-step .left {
  flex: 1;
  padding-right: 36px;
}
.emblem-step .left .white-lister {
  display: flex;
}
.emblem-step .left .white-lister .number {
  width: 30px;
}
.emblem-step .left .white-lister .divider {
  color: #BA9642;
  width: 30px;
}
.emblem-step .left .white-lister .question {
  text-transform: uppercase;
}
.emblem-step .left .answer {
  padding-left: 80px;
  margin-top: 32px;
}
.emblem-step .left .answer ul {
  padding-left: 0;
}
.emblem-step .left .answer ul li {
  margin-bottom: 20px;
}
.emblem-step .right {
  width: 200px;
}
.cards {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}
.cards .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  margin: 0 auto;
}
.cards .card img {
  width: 116px;
  height: auto;
}
.cards .card h4 {
  font-size: 1rem;
  font-weight: bold;
}
.cards .card h5,
.cards .card p {
  font-size: 0.9rem;
  font-weight: normal;
}
.cards .card.left {
  align-items: flex-start;
  margin-left: 0;
}
table.list {
  border: 1px solid #030d31;
  border-collapse: collapse;
  font-size: 16px;
  width: 100%;
  margin-top: 24px;
}
table.list th {
  font-weight: bold;
  padding: 4px;
  background-color: #030d31;
  color: white;
  text-align: left;
}
table.list td {
  border: 1px solid #030d31;
  padding: 4px;
}
#dashboard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  margin-top: 1rem;
}
#dashboard .card {
  border: 1px solid #BA9642;
  border-radius: 0.5rem;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  background-color: white;
}
#dashboard .card .card-header {
  background-color: #BA9642;
  color: white;
  padding: 0.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
#dashboard .card .card-header h4 {
  font-size: 20px;
  margin: 0;
}
#dashboard .card .card-body {
  padding: 1rem 0.5rem;
}
#dashboard .card .card-body dl dd {
  border-bottom: 1px solid #dae1e7;
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem;
}
#dashboard .card .card-body dl dd:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#dashboard .card .card-body table {
  width: 100%;
}
#dashboard .card .card-body table tr {
  border-bottom: 1px solid gray;
}
#dashboard .card .card-body table tr td,
#dashboard .card .card-body table tr th {
  padding: 6px;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
}
.tabs .tab {
  padding: 10px 15px;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-color: #797979;
  margin-right: 4px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  color: #BA9642;
  font-size: 15px;
}
.tabs .tab:hover {
  background: #797979;
  color: #030d31;
}
.tabs .tab.current {
  border-color: #030d31;
  background: #030d31;
  color: white;
}
.tabs .tab.current:hover {
  background: #030d31;
  color: white;
}
.tabbed-contents .tabbed-content {
  display: none;
  padding: 16px;
  border: 1px solid #030d31;
}
.tabbed-contents .tabbed-content.current {
  display: block;
}
.tabbed-contents .tabbed-content img {
  max-width: 100%;
}
.sponsors-remaining-banner {
  background-color: #BA9642;
  color: #030d31;
  font-size: 20px;
  padding: 8px;
  text-align: center;
  transform: rotate(-10deg);
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 50;
}
.is-sold-out {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
}
.is-sold-out .sponsors-sold-out-banner {
  background-color: #BA9642;
  color: #030d31;
  font-size: 20px;
  padding: 8px 30px;
  text-align: center;
  transform: rotate(-10deg);
  z-index: 50;
}
#new-design h1 {
  font-size: 32px;
}
#new-design h2 {
  font-size: 24px;
}
#new-design h4 {
  font-size: 16px;
}
#new-design figure {
  font-size: 40px;
}
#new-design ul.list-none {
  list-style-type: circle;
  padding-left: 18px;
}
#new-design aside {
  width: 100%;
}
#new-design aside img,
#new-design aside .aside-inset {
  width: 80%;
}
#new-design input[type=submit],
#new-design button,
#new-design a.button {
  background: #ffda85;
  background: -moz-linear-gradient(left, #ffda85 0%, #ccac6e 100%);
  background: -webkit-linear-gradient(left, #ffda85 0%, #ccac6e 100%);
  background: linear-gradient(to right, #ffda85 0%, #ccac6e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda85', endColorstr='#ccac6e', GradientType=1);
  border: 1px solid transparent;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0.75em 3em;
  text-decoration: none;
  display: inline-block;
  text-align: left;
  letter-spacing: 0.1em;
}
#new-design input[type=submit]:hover,
#new-design button:hover,
#new-design a.button:hover {
  background: white !important;
  border: 1px solid #BA9642;
}
#new-design input[type=submit].grey,
#new-design button.grey,
#new-design a.button.grey {
  background: #C3C3C3;
  border: 1px solid #707070;
}
#new-design input[type=submit].grey:hover,
#new-design button.grey:hover,
#new-design a.button.grey:hover {
  color: #C3C3C3 !important;
  background: #707070;
}
#new-design input[type=submit].outline,
#new-design button.outline,
#new-design a.button.outline {
  background: white;
  border-color: #BA9642;
}
#new-design input[type=submit].outline:hover,
#new-design button.outline:hover,
#new-design a.button.outline:hover {
  background: #BA9642;
  color: #030d31 !important;
}
#new-design input[type=submit].disabled,
#new-design button.disabled,
#new-design a.button.disabled {
  background: #707070;
  border: 1px solid #707070;
  cursor: default;
  pointer-events: none;
}
.committee-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 2rem;
}
.committee-grid .committee-member {
  display: flex;
  flex-direction: column;
}
.committee-grid .committee-member .member-photo {
  background-color: #eeeeee;
  width: 100%;
  aspect-ratio: 4 / 5;
  background-size: cover;
  background-position: top center;
}
.committee-grid .committee-member .member-details {
  margin-top: 12px;
  text-align: left;
}
ul.pagination {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-top: 20px;
}
li.page-item > .page-link {
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  padding: 10px 16px;
  border-right: 1px solid #BA9642;
  border-top: 1px solid #BA9642;
  border-bottom: 1px solid #BA9642;
  display: flex;
  justify-content: center;
  align-items: center;
}
li.page-item > .page-link:hover {
  background-color: rgba(186, 150, 66, 0.66);
  color: white;
}
li.page-item:first-child > .page-link {
  border-left: 1px solid #BA9642;
}
li.page-item.active {
  background-color: #BA9642;
  color: white;
}
.tooltip {
  position: absolute;
  background: white;
  padding: 8px;
  border: 1px solid black;
  margin-top: 20px;
  transform: translateX(-100px);
  width: 200px;
  font-size: 14px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
@media (min-width: 768px) {
  #new-design aside {
    width: 14rem;
  }
  #new-design aside img,
  #new-design aside .aside-inset {
    width: 11rem;
  }
}
/*# sourceMappingURL=app.css.map */