*, *::after, *::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-family: 'Montserrat', sans-serif;
}

body, main {
  width: 100vw;
  overflow-x: hidden;
}

nav {
  height: 150px;
  background-color: transparent;
  color: #fff;
  -webkit-transition: all 900ms;
  transition: all 900ms;
}

nav > a {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav li {
  padding-right: 12px;
  font-size: 15px;
  letter-spacing: 3.5px;
  color: #FFF;
  text-transform: uppercase;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  font-weight: 300;
}

nav .nav-link {
  color: #fff !important;
}

nav .navbar-brand {
  padding-left: 40px;
}

nav img {
  width: 350px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}

nav img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

nav .nav-item:hover {
  opacity: 0.6;
}

nav .navbar-toggler {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
}

nav .navbar-toggler-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.nav-fixedPos {
  position: fixed;
  top: 0;
  background-color: #111;
  width: 100vw;
  z-index: 99;
}

@media screen and (max-width: 1320px) and (min-width: 992px) {
  ul.navbar-nav {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    height: 150px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 320px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar-brand {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #collapsibleNavId {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 992px) {
  #nav-register {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 0 10px 0 10px;
    -webkit-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
  }
  #nav-register:hover {
    background-color: #FFF;
    opacity: 0.9;
  }
  #nav-register:hover > a {
    color: #111 !important;
  }
}

@media screen and (max-width: 991px) {
  nav > a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  nav .navbar-brand {
    padding-left: 20px;
  }
  nav img {
    width: 250px;
  }
  nav .collapse.show, nav .collapsing {
    background-color: #111111;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 30px;
    z-index: 99;
  }
}

@media screen and (max-width: 575px) {
  nav img {
    max-width: 180px;
  }
}

main {
  margin-top: -150px;
}

.section {
  margin-top: 100px;
}

.section--black {
  background-color: #111;
  color: #fff;
}

.section--mainTitle {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.95;
  letter-spacing: 3px;
}

.section--mainSubTitle {
  font-size: 28px;
  line-height: 1.53;
}

@media screen and (max-width: 575px) {
  .section--mainTitle {
    font-size: 32px;
    line-height: 1.5;
  }
}

.btn-cds {
  height: 60px;
  padding: 0 25px 4px;
  font-size: 24px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: .5px;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #202020;
}

.btn-cds:hover {
  color: #FFF;
  background-color: #202020;
}

#banner-hero {
  height: 67vh;
  background: url(core_img/homepage1-grad.jpg);
  background-position: center;
  background-size: cover;
}

#banner-hero > .container {
  height: 100%;
}

#banner-hero img {
  max-width: 250px;
}

.banner {
  color: #FFF;
  padding-bottom: 140px;
}

.sohc_something {max-width: 200px !important;}
.sohc_text {max-width: 500px !important;}
.cdss_outline {max-width: 140px !important; padding-top: 20px;}
.sohc_date {max-width: 500px !important;}
.sohc_location {max-width: 500px !important; padding-top: 10px;}

.banner--mainTitle {
  max-width: 800px;
  margin-bottom: 72px;
  font-size: 54px;
  line-height: 1.24;
  text-transform: uppercase;
  letter-spacing: 16.6px;
}

.banner--subTitle {
  margin-bottom: 20px;
  opacity: .6;
  font-size: 18px;
  letter-spacing: 4px;
  line-height: 1.3;
  font-weight: 300;
}

.banner--subInfo {
  letter-spacing: 4.8px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 300;
}

@media screen and (max-height: 1100px) {
  #banner-hero {
    height: 90vh;
  }
}

@media screen and (max-height: 750px) {
  #banner-hero {
    height: 675px;
  }
}

@media screen and (max-width: 800px), (max-height: 675px) and (max-width: 1100px) {
  .banner {
    padding-bottom: 160px;
  }
  .banner--mainTitle {
    font-size: 32px;
    margin-bottom: 0;
    letter-spacing: 10px;
  }
  .banner--subTitle {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 2.5px;
  }
  .banner--subInfo {
    font-size: 18px;
    letter-spacing: 2.5px;
  }
.sohc_something {max-width: 140px !important;}
.sohc_text {max-width: 400px !important; padding-top: 10px;}
.cdss_outline {max-width: 140px !important; padding-top: 20px;}
.sohc_date {max-width: 400px !important; padding-top: 20px;}
.sohc_location {max-width: 400px !important; padding-top: 10px;}
.contact--addresss {font-size: 30px !important;}
}

@media screen and (max-width: 575px) {
  .banner {
    padding-bottom: 35px;
  }
  .banner--mainTitle {
    font-size: 26px;
    letter-spacing: 6px;
  }
  .banner--subTitle {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .banner--subInfo {
    font-size: 18px;
    letter-spacing: 1px;
  }
.contact--address {font-size: 26px !important;}
.sohc_something {max-width: 140px !important;}
.sohc_text {max-width: 320px !important; padding-top: 10px;}
.cdss_outline {max-width: 140px !important; padding-top: 20px;}
.sohc_date {max-width: 320px !important; padding-top: 20px;}
.sohc_location {max-width: 320px !important; padding-top: 10px;}
}

.highlights--text {
  margin: 20px 0px 0px 40px;
}

.highlights--text1 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.53;
  margin: 0;
}

.highlights--text2 {
  font-size: 28px;
  line-height: 1.53;
  margin: 0;
}

.highlights img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .highlights--text {
    margin: 0;
  }
}

@media screen and (max-width: 575px) {
  #banner-hero img {
    max-width: 180px;
  }
  .highlights--image {
    padding: 0;
    margin: 0 -20px 0 -20px;
  }
  .highlights--image img {
    width: 110%;
  }
}

.speaker--card {
  min-height: 130px;
}

.speaker--card img {
  width: 100%;
}

.speaker--card-name {
  margin-bottom: 2px;
  font-size: 20px;
  line-height: 1.4;
}

.speaker--card-title {
  font-style: italic;
  font-size: 11px;
  padding-bottom: 5px;
  opacity: .7;
  line-height: 1.375;
  margin-bottom: 0;
}

.speaker--card-topic {
  font-weight: bold;
  padding-top: 5px;
  font-size: 14px;
  border-top: 1px solid #d2d2d2;
  opacity: .7;
  line-height: 1.375;
}

.schedule {
  padding: 100px 0 100px 0;
}

.schedule--red {
  color: #F54236;
}

.schedule--green {
  color: #4CAF4F;
}

.schedule--day {
  margin-top: 50px;
  border-bottom: 1px solid;
}

.schedule--day-text {
  padding-bottom: 18px;
  font-size: 34px;
  letter-spacing: 3.2px;
  margin-bottom: 0;
}

.schedule--item {
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.schedule--time {
  font-size: 24px;
  line-height: 1.16;
  font-weight: 300;
}

.schedule--title {
  font-size: 24px;
  line-height: 1.16;
  margin-bottom: 12px;
  font-weight: 400;
}

.schedule--text {
  opacity: .7;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 300;
}

.schedule--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.schedule--icon img {
  width: 55px;
  border-radius: 50%;
}

@media screen and (min-width: 768px) and (max-width: 868px) {
  .schedule--item .row {
    margin-left: 10px;
    margin-right: 10px;
  }
  .schedule--icon {
    padding: 0;
  }
}

@media screen and (max-width: 620px) {
  .schedule--item {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

.venue img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .venue--image {
    overflow: hidden;
    height: 300px;
    padding: 0;
  }
}

.sponsors--title {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 4.44px;
  margin-bottom: 85px;
}

.sponsors--item {
  border: 1px solid gray;
  padding: 50px 0 50px 0;
}

.sponsors img {
  width: 50%;
  margin: 60px 0 60px 0;
}

#google-map {
  height: 500px;
  background: url(core_img/cdss_map.jpg);
  background-position: center;
  background-size: cover;
}

.contact--address {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 300;
}

.contact--subTitle {
  margin-bottom: 8px;
  opacity: .6;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 300;
}

.contact--info {
  font-size: 30px;
  color: #202020;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .contact--info {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .contact--address {
    font-size: 26px;
  }
  .contact--subTitle {
    font-size: 16px;
    letter-spacing: 4px;
    margin-bottom: 0;
    margin-top: 8px;
  }
  .contact--info {
    font-size: 18px;
  }
}

.footer {
  min-height: 120px;
}

.footer--nav-text {
  opacity: .4;
  font-size: 18px;
  color: #fff;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  white-space: nowrap;
  padding-right: 24px;
  font-weight: 300;
  text-align: right;
}

.footer--copyright {
  opacity: .4;
  font-size: 18px;
  font-weight: 300;
}

@media screen and (max-width: 575px), (min-width: 768px) and (max-width: 798px) {
  .footer--nav-text {
    white-space: normal;
  }
}

.banner-interior {
  height: 520px;
  background-color: #6FCCD4;
}

.banner-interior h1 {
  font-size: 58px;
  line-height: 1.24;
  letter-spacing: 16.6px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 300;
}

.intro--title {
  font-size: 20px;
  color: #6FCCD4;
  text-transform: uppercase;
  letter-spacing: 4.44px;
  font-weight: 300;
}

.intro--text {
  font-size: 30px;
  line-height: 1.48;
  font-weight: 300;
  color: #202020;
  padding-left: 30px;
  padding-right: 30px;
}

.textBlock--text {
  font-size: 26px;
  line-height: 1.48;
  font-weight: 300;
  color: #202020;
  padding-left: 30px;
  padding-right: 30px;
}

.singleImage {
  padding: 0;
}

.singleImage > .container {
  padding: 0;
}

.singleImage img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .singleImage > .container {
    max-width: 767px !important;
  }
}

[data-scroll] {
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

[data-scroll="in"] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-scroll="out"] {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
/*# sourceMappingURL=styles.css.map */
