/* Legacy.css
   ========================================================================== 
   This is where legacy code for the WYSIWYG fields from the NNU site will appear */

.page-node-type-campaign .region-content p.red-button {
  max-width: 100%;
}

/* Carousel styles */
#ncha-vids {
    width: 100%;
    height: 315px;
    padding: 0;
}

#cal-nurses-video-current iframe {
    float: left;
    display: block;
    height: 300px;
    width: 100%;
    margin: 0;
    padding: 0;
    frameborder: 0;
}

@media (min-width: 55em) {
  #cal-nurses-video-current iframe {
    width: 66%;
  }
}

#cal-nurses-video-r {
    width: 100%;
    height: 304px;
    float: right;
    background: #EEE;
    margin: 0;
    padding: 0;
}

@media (min-width: 55em) {
  #cal-nurses-video-r {
    width: 33%;
  }
}

#cal-nurses-video-txt {
    margin: 18px 18px 0 18px;
}

p.ncha-text-tell1 {
    font: 140% gotham,sans-serif;
    font-weight: 900;
    color: #900 !important;
}

p.ncha-text-tell2 {
    font: 120% gotham,sans-serif;
    color: #8f8774 !important;
    margin-top: -10px;
}

p.ncha-text-tell3 {
    font: 105% helvetica,sans-serif;
    color: #000;
    line-height: 160%;
}

p.ncha-text-tell4 {
    font: 120% gotham,sans-serif;
    color: #000;
    font-weight: 800;
    margin: auto;
    text-align: center;
}

p.ncha-text-tell5 {
    font: 105% helvetica,sans-serif;
    color: #000;
    margin-top: 5px;
    font-weight: 300;
    text-align: center;
}


#cal-nurses-video-list {
  width: 130px;
  margin: 0 auto;
}

@media (min-width: 55em) {
  #cal-nurses-video-list {

  }
}

#cal-nurses-video-scroll {
    overflow: hidden;
}

#cal-nurses-video-scroll .image {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #00728f;
}

#cal-nurses-video-items {
    position: relative;
}

#cal-nurses-video-list ul, 
#cal-nurses-video-list li {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0;
    width: 100%;
}

#cal-nurses-video-list li {
    width: 33%;
}

#cal-nurses-video-items {
    position: relative;
}

/* Styles for the top section. */
#intro {
  width: 100%;
  padding: 20px 0px;
  margin: 20px 0px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

#intro-l {
  width: 66%;
  float: left;
  padding: 0px 10px;
}

#intro-r {
  width: 33%;
  float: right;
  padding: 0px 10px;
}

/* Styles for the three-column section. */
#threecol {
  width: 100%;
  height: 480px;
}

@media (min-width: 55em) {
  #threecol {
    border-bottom: 1px solid #666666;
  }
}

#rht {
  width: 100%;
  float: left;
  padding: 10px;
  margin-bottom: 2em;
  border-top: 1px solid #666666;
}

#econ {
  width: 100%;
  float: left;
  padding: 10px;
  margin-bottom: 2em;
  border-top: 1px solid #666666;
}

#mfa {
  width: 100%;
  float: right;
  padding: 10px;
  margin-bottom: 2em;
  border-top: 1px solid #666666;
}

@media (min-width: 55em) {
  #rht,
  #econ,
  #mfa {
    width: 33%;
    margin-bottom: 0;
    border-top: 0;
  } 
}

@media (min-width: 55em) {
  #econ {
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
  }
}

#threecol .button {
  display: block;
  text-align: center;
}

#threecol .button:hover {
  color: white;
}

.smallbox {
  margin-bottom: 1em;
}

@media (min-width: 55em) {
  .smallbox {
    height: 200px;
  } 
}
