@charset "utf-8";
body {
  position: relative; /* we need this for the scrollspy */
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
html {
  width: auto !important;
  overflow-x: hidden !important
}
.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
.container > div {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 350px;
  padding: 0em 2.1em 0em .8em;
  margin-bottom: 3%;
}
.container > div.twothirds {
  flex-basis: 60%;
  padding: 0em 2.5em 0em .8em;
  margin-bottom: 3%;
}
.container > div.onethird {
  padding: 0em 2.5em 0em .8em;
  margin-bottom: 3%;
}
.container > div.mtmug {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 350px;
  padding: 0em 2.1em 0em .8em;
  margin-bottom: 0%;
}
img.sevenstates {
  display: block;
  float: right;
  margin: 0 0 2% 2%;
  max-width: 40%;
}
img.sevenstates2 {
  display: none;
}
.cardbottom ul.fa-ul .fa-li {
  color: #71604c;
}
p {
  font-size: 18px;
  color: #333;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 3.5% 0;
  font-weight: 500;
}
a, a:link, a:visited {
  color: #5e503f;
  font-weight: 500;
  text-decoration: underline;
}
a:hover {
  color: #5e503f;
  text-decoration: underline;
}
h1 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.1em;
}
h2 {
  text-transform: uppercase;
  font-size: 2.2rem;
  color: #263e49;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.1em;
}
h3 {
  text-transform: uppercase;
  color: #5e503f;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2em;
}
h4 {
  text-transform: uppercase;
  color: #333;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.1em;
  margin-top: 1rem;
}
h4.mudates {
  text-align: left;
}
.meeting-month {
	 text-align: left;
	 text-transform: uppercase;
	font-weight: bold;
  margin: 0 0 2% 3%;
}
.primary-button-top a {
  display: block;
  background-color: #0062b0;
  opacity: .7;
  padding: 15px 15px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.primary-button-top a:hover {
  background-color: #0062b0;
  opacity: 1;
  transition-timing-function: ease;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 3px;
}
.bg-dark {
  background-color: #22333b !important;
}
.bg-body-tertiary {
  background-color: #22333b !important;
  padding: 0 1rem;
}
.text-body-secondary {
  color: var(--bs-white) !important;
}
.border-bottom {
  max-width: 50%;
}
.rec {
  max-width: 100%;
	margin-bottom:3%;
}
body {
  background-color: #f4f5f6;
}
.navbar {
  --bs-navbar-padding-x: 1.4rem;
  --bs-navbar-padding-y: 1.25rem;
}
.navbar-nav {
  --bs-nav-link-padding-x: .6rem;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 /*var(--bs-navbar-toggler-focus-width)*/ ;
  margin-bottom: 1rem;
}
.container-fluid .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 1.1rem;
  font-weight: var(--bs-nav-link-font-weight);
  text-transform: uppercase;
  color: #d2bfaa;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.container-fluid a.nav-link i {
  vertical-align: middle;
  font-size: 1rem;
  color: #c6ac8f;
  padding: .5rem 1rem .3rem .5rem;
  position: relative;
  bottom: .2rem;
}
#homepage {
  background-image: url(images/banner-home.jpg);
}
.hero {
  margin-top: -1vh;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 4vh;
}
.hero-overlay img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 30%;
  left: 10%;
}
img.sponsors {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.copyright {
  font-size: .8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.1rem;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
}
.card {
  width: 100%;
  height: 100%;
  margin-bottom: 1em;
}
.cardtop {
	background-image: linear-gradient(to top, #164b64, #22333b);
  /*background-color: #22333b;*/
  width: 100%;
  height: auto;
  max-height: none;
  padding: .8rem 0 .6rem 1rem;
  margin-bottom: 0px;
  border-radius: 3px 3px 0 0;
}
.cardbottom {
  background-color: #fff;
  padding: 1rem 1.5rem .5rem 1rem;
  width: 100%;
  text-align: left;
  border-radius: 0px 0px 5px 5px;
}
.card h3 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #fff;
}
.meeting-presenter {
  font-size: .9rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.1rem;
  color: #5e503f;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-ul li {
  font-family: 'Montserrat', sans-serif;
  margin: .5rem 0;
}
/* /////MOBILE BEGINS //////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 989px) {
  .nav-item .nav-link i {
    display: none;
  }
}
@media (max-width: 989px) {
  .copyright {
    font-size: .7rem;
    line-height: 1.1rem;
  }
}
@media (max-width: 1100px) {
  .hero {
    margin-top: -1vh;
    height: 200px;
    background-position: 90%;
  }
  .hero-overlay img {
    max-width: 28%;
    height: auto;
    position: absolute;
    top: 33%;
    left: 8%;
  }
}
@media (max-width: 768px) {
  img.sponsors {
    max-width: 60%;
  }
  .hero {
    background-position: 55%;
  }
  h3 {
    font-size: 1.2rem;
    line-height: 1.2em;
  }
  h4 {
    font-size: .9rem;
    line-height: 1.1em;
  }
  .container > div.mtmug {
    margin-bottom: 1rem;
  }
  p {
    font-size: 16px;
    margin: 0 0 5% 0;
  }
  h2 {
    font-size: 1.8rem;
    line-height: 1.1em;
  }
  .border-bottom {
    max-width: 100%;
  }
  .hero-overlay img {
    top: 36%;
    max-width: 40%;
  }
  .sevenstates {
    max-width: 70%;
  }
  img.sevenstates {
    display: none;
  }
  img.sevenstates2 {
    max-width: 70%;
    display: block;
    margin: 0 0 1.5rem 3.5rem;
  }
}
@media (min-width:250px) {
  .container {
    width: 100%;
    margin-bottom: 2%;
  }
}
@media (min-width:359px) {
  .container {
    width: 100%;
    margin-bottom: 2%;
  }
}
@media (min-width:768px) {
  .container {
    width: 89%;
    margin-bottom: 2%;
  }
}
@media (min-width:1370px) {
  .container {
    width: 88%;
    margin-bottom: 2%;
  }
}
@media (min-width:1600px) {
  .container {
    width: 88%;
    margin-bottom: 2%;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1670px;
    margin-bottom: 2%;
  }
}