@import url('https://fonts.googleapis.com/css?family=News+Cycle:400,700');
.text-white, a.text-white:visited, a.text-white:active, a.text-white:link{
    color: white;
}
.text-black, a.text-black:visited, a.text-black:active, a.text-black:link{
    color: black;
    text-decoration: none;
}
.news-caption{
    position: absolute;
    right: 60%;
    width: 40%;
    bottom: 0;
    z-index: 10;
    margin-top: 5%;
    color: #fff;
    text-align: center;
    background-color: rgba(255,0,0, 0.8);
    border-top-right-radius: 30px;
}
@media screen and (max-width: 992px) {
    .news-caption > h3 {
        font-size: .9rem;
    }
    .news-caption > p {
        font-size: .6rem;
    }
    .font-1-2x{
        font-size: 1rem;
        font-weight: 700;
    }
}
@media screen and (min-width: 992px) {
    .news-caption > h3 {
        font-size: 1.5rem;
    }
    .news-caption > p {
        font-size: 1rem;
    }
    .font-1-2x{
        font-size: 1.1rem;
        font-weight: 700;
    }
}
body {
    font-family: 'News Cycle', sans-serif;
}
.container{
    background-color: white;
}
footer{
    font-size: 1.1rem;
}
.hover-blue:hover {
    color: navy !important;
}
.fa, i {
  display: inline-block;
  vertical-align: middle;
}
.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    lightblue;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    lightblue;
   opacity:  1;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    lightblue;
   opacity:  1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    lightblue;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
   color:    lightblue;
}

.form-control::placeholder { /* Most modern browsers support this now. */
   color:    lightblue;
}
.ge-canvas.ge-editing .column {
    background-color: white;
}
.ge-canvas.ge-editing .column > .ge-tools-drawer{
    background-color: lightgray;
}
  @media (min-width: 0) {
    .card-deck .card {
        flex: 0 0 calc(100% - 30px);
    }
  }
  @media (min-width: 768px) {
    .card-deck .card {
        flex: 0 0 calc(50% - 30px);
    }
  }
  @media (min-width: 992px) {
    .card-deck .card {
        flex: 0 0 calc(33.3333333333% - 30px);
    }
  }
  .imageupload.imageupload-disabled {
    cursor: not-allowed;
    opacity: 0.60;
  }
  .imageupload.imageupload-disabled > * {
    pointer-events: none;
  }
  .imageupload .panel-title {
    margin-right: 15px;
    padding-top: 8px;
  }
  .imageupload .alert {
    margin-bottom: 10px;
  }
  .imageupload .btn-file {
    overflow: hidden;
    position: relative;
  }
  .imageupload .btn-file input[type="file"] {
    cursor: inherit;
    display: block;
    font-size: 100px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
  }
  .imageupload .file-tab button {
    display: none;
  }
  .imageupload .file-tab .thumbnail {
    margin-bottom: 10px;
  }
  .imageupload .url-tab {
    display: none;
  }
  .imageupload .url-tab .thumbnail {
    margin: 10px 0;
  }
  .carousel-indicators li{
      background-color: rgba(0,0,255, 0.5);
      height: 5px;
  }
  .carousel-indicators .active{
    background-color: rgba(0,0,255, 1);
}
.sponsor-card{
    border: 0;
}
.note-editable{
    font-size: 1rem;
}