/* ---- Chicago Theme---- */
/* ---- Theme Variables ---- */
/* Colors */
/* Transitions */
/* Element radius */
:root {
  --color-primary: #24AEF2;
  --color-primary-highlight: #37b5f3;
  --color-secondary: #EA6D44;
}

body {
  font-family: Poppins, Helvetica Neue, Helvetica, Aria, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, Helvetica Neue, Helvetica, Aria, sans-serif;
}

a {
  color: #24AEF2;
}

/* .text-link--1 {
  color: #0080FF;
  text-decoration: none;
}

.text-link--1:hover {
  color: #384354;
}

.text-link--1.text-link--underline {
  border-bottom: 1px solid rgba(0, 128, 255, 0.35);
}

.text-link--1.text-link--underline:hover {
  border-bottom-color: transparent;
}

.text-link--2 {
  color: #FF8000;
  text-decoration: none;
}

.text-link--2:hover {
  color: #384354;
}

.text-link--2.text-link--underline {
  border-bottom: 1px solid rgba(255, 128, 0, 0.35);
}

.text-link--2.text-link--underline:hover {
  border-bottom-color: transparent;
}

.text-link--3 {
  color: #202631;
  text-decoration: none;
}

.text-link--3:hover {
  color: #384354;
}

.text-link--3.text-link--underline {
  border-bottom: 1px solid rgba(32, 38, 49, 0.35);
}

.text-link--3.text-link--underline:hover {
  border-bottom-color: transparent;
} */

.btn-primary {
  background-color: #24AEF2;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #37b5f3 !important;
}

.upwidget .btn-primary:not(.disabled) {
  background-color: var(--color-primary);
}

.upwidget .btn-primary:not(.disabled):hover {
  background-color: var(--color-primary-highlight) !important;
}

.upwidget .btn-primaryoutline {
  -webkit-box-shadow: inset 0 0 0 1px var(--color-primary);
          box-shadow: inset 0 0 0 1px var(--color-primary);
  color: var(--color-primary);
}

.upwidget .btn-primaryoutline:focus {
  -webkit-box-shadow: inset 0 0 0 1px var(--color-primary);
          box-shadow: inset 0 0 0 1px var(--color-primary);
}

.upwidget .btn-primaryoutline:hover, .upwidget .btn-primaryoutline:active {
  -webkit-box-shadow: inset 0 0 0 2px var(--color-primary);
          box-shadow: inset 0 0 0 2px var(--color-primary);
  color: var(--color-primary);
}

.btn-text {
  color: #384354;
  border-bottom: 1px solid rgba(56, 67, 84, 0.25);
}

.btn-text:hover {
  color: #065680;
  border-bottom-color: transparent;
}

.embed-responsive {
  margin: 35px 0;
}

.ch-page {
  height: 100%;
}

.ch-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50vh;
  background-image: url(../img/ch-background-hero.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.ch-bg::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.ch-hero {
  padding: 65px 0;
  color: #fff;
}

.ch-hero h1 {
  font-size: 2.5em;
}

.card--ch-content {
  padding: 35px;
}

.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: #24AEF2;
  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;
}

.ch-footer {
  margin-top: 50px;
  padding: 50px 0;
  border-top: 1px solid rgba(56, 67, 84, 0.1);
}

.ch-footer p {
  margin: 0;
  font-size: 14px;
}

.ch-footlinks {
  text-align: right;
}

.ch-footlinks .list-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  font-size: .9em;
}

.ch-footlinks .list-inline > li {
  margin-left: 20px;
}

.ch-footlinks a {
  color: #384354;
}

.ch-footlinks a:hover {
  color: #0CAEA4;
}

.linkshare-box {
  background-color: rgba(56, 67, 84, 0.08);
}

.linkshare-box .linkshare {
  margin: 0 !important;
}

.socshare-box .socshare {
  margin: 0;
}

.upleadlist__item--user {
  -webkit-box-shadow: inset 0 0 0 2px var(--color-secondary);
          box-shadow: inset 0 0 0 2px var(--color-secondary);
}

.upleadlist__picto.upicon-star {
  background-color: var(--color-secondary);
}

@media (max-width: 992px) {
  .card--ch-content {
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  .ch-hero {
    text-align: center;
  }
  .ch-hero h1 {
    font-size: 1.8em;
  }
  .ch-hero p {
    font-size: 1em;
  }
  .ch-subhead {
    text-align: center;
    font-size: 1.4em;
  }
  .ch-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    padding-bottom: 50px;
  }
  .ch-footlinks {
    text-align: center;
    min-height: inherit;
  }
  .ch-footlinks .list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ch-footlinks .list-inline > li {
    margin-left: 0;
    padding: 4px 12px;
  }
  .ch-copy {
    margin-top: 20px;
  }
}

.mobile-preview .ch-hero {
  text-align: center;
}

.mobile-preview .ch-hero h1 {
  font-size: 1.8em;
}

.mobile-preview .ch-hero p {
  font-size: 1em;
}

.mobile-preview .ch-subhead {
  text-align: center;
  font-size: 1.4em;
}

.mobile-preview .card--ch-content {
  padding: 1rem;
  margin-top: 1.5rem !important;
}

.mobile-preview .ch-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
  padding-bottom: 50px;
}

.mobile-preview .ch-footlinks {
  text-align: center;
  min-height: inherit;
}

.mobile-preview .ch-footlinks .list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-preview .ch-footlinks .list-inline > li {
  margin-left: 0;
  padding: 4px 12px;
}

.mobile-preview .ch-copy {
  margin-top: 20px;
}
/*# sourceMappingURL=style-ch.css.map */