/* ---- NY Theme---- */
:root {
  --color-primary: #f24974;
  --color-primary-highlight: #f35c83;
  --color-secondary: #38c3ef;
}

a {
  color: #38c3ef;
}

.upwidget .btn-primary:not(.disabled) {
  background-color: var(--color-primary);
}

.upwidget .btn-primary:not(.disabled):hover, .upwidget .btn-primary:not(.disabled):active, .upwidget .btn-primary:not(.disabled):focus {
  background-color: var(--color-primary-highlight) !important;
}

.btn-primaryoutline {
  -webkit-box-shadow: inset 0 0 0 1px #f24974;
          box-shadow: inset 0 0 0 1px #f24974;
  color: #f24974;
}

.btn-primaryoutline:focus {
  -webkit-box-shadow: inset 0 0 0 1px #f24974;
          box-shadow: inset 0 0 0 1px #f24974;
}

.btn-primaryoutline:hover, .btn-primaryoutline:active {
  -webkit-box-shadow: inset 0 0 0 2px #f24974;
          box-shadow: inset 0 0 0 2px #f24974;
  color: #f24974;
}

.btn-text {
  color: #384354;
  border-bottom: 1px solid rgba(56, 67, 84, 0.25);
}

.btn-text:hover {
  color: #f24974;
  border-bottom-color: transparent;
}

.embed-responsive {
  margin: 35px 0;
}

.white-bg {
  background-color: #ffffff;
}

.ny-hero {
  background-color: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 400px;
  color: #fff;
  background-image: url(../img/ny-hero.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 35px;
  position: relative;
}

.ny-hero::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  opacity: .65;
}

.ny-hero-inner {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.ny-hero-inner h2 {
  font-size: 38px;
  margin: 0;
}

.ny-hero-inner p {
  font-size: 20px;
  margin-top: 20px;
}

.ny-timebar {
  background-image: #F3F4F8;
  padding: 15px;
}

.ny-timebar ul {
  margin: 0;
}

.ny-timebar-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.ny-body {
  max-width: 1000px;
  margin: 0 auto;
}

.ny-body h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.ny-body h2 {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 16px;
}

.ny-body h3 {
  font-size: 26px;
  margin-top: 34px;
  margin-bottom: 12px;
}

.ny-body h4 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 12px;
}

.ny-body p {
  line-height: 1.65em;
}

.ny-body ul > li, .ny-body ol > li {
  line-height: 1.55em;
  margin: 3px 0;
}

.ny-speakers {
  margin: 30px 0;
}

.ny-speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 18px 0;
}

.ny-speaker h5 {
  margin-bottom: 6px;
}

.ny-speaker-img {
  width: 100px;
  border-radius: 25%;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(100, 100, 100, 0.2);
          box-shadow: 0 4px 20px rgba(100, 100, 100, 0.2);
  margin-right: 20px;
}

.ny-speaker-img img {
  width: 100%;
  height: auto;
}

.up-col-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 40px;
}

.list-checks > li {
  margin: 8px 0;
  position: relative;
  padding-left: 30px;
}

.list-checks > li::before {
  content: "\e905";
  font-family: "upicon";
  position: absolute;
  left: 0;
  color: var(--color-secondary);
  font-size: 10px;
  margin-top: 2px;
}

.ny-signup {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 35px rgba(150, 150, 150, 0.35);
          box-shadow: 0 8px 35px rgba(150, 150, 150, 0.35);
  padding: 25px 40px;
  margin-top: -100px;
}

.ny-signup h3 {
  text-align: center;
  font-size: 24px;
  margin: 0;
  margin-bottom: 8px;
}

.ny-signup p {
  font-size: 14px;
  text-align: center;
  line-height: 1.45em;
}

.ny-signup .form .form-group {
  margin-bottom: 4px;
}

.ny-signup .form .form-control {
  height: 46px;
}

.ny-signup .form .btn-primary {
  height: 46px;
  line-height: 46px;
}

.ny-footer {
  background-color: #384354;
  margin-top: 50px;
  padding: 35px 20px;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}

.ny-footer p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 992px) {
  .ny-signup {
    margin-top: 15px;
  }
  .list-nytime {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .ny-hero-inner h2 {
    font-size: 1.6em;
  }
  .ny-hero-inner p {
    font-size: 1.1em;
  }
  .ny-body h1 {
    font-size: 1.6em;
  }
  .ny-body h2 {
    font-size: 1.45em;
  }
  .ny-body h3 {
    font-size: 1.25em;
  }
  .ny-speaker-img {
    width: 60px;
  }
}

.mobile-preview .ny-signup {
  margin-top: 15px;
}

.mobile-preview .list-nytime {
  text-align: center;
}

.mobile-preview .ny-hero-inner h2 {
  font-size: 1.6em;
}

.mobile-preview .ny-hero-inner p {
  font-size: 1.1em;
}

.mobile-preview .ny-body h1 {
  font-size: 1.6em;
}

.mobile-preview .ny-body h2 {
  font-size: 1.45em;
}

.mobile-preview .ny-body h3 {
  font-size: 1.25em;
}

.mobile-preview .ny-speaker-img {
  width: 60px;
}
.image-plcholder img {
    height: auto !important;
}
/*# sourceMappingURL=style-ny.css.map */
