.newsletter-mess {
  text-align: center;
  color: #27343c;
}

.kid-button.purple {
    background-color: #11434A;

}

.kid-button.purple:hover {
  background-color: #0f3a40;
}

.kid-button.cyan {
    background-color: #04a4ff;
}
.kid-button.cyan:hover {
  background-color: #0595e8;
}

.location-button.cyan {
    background-color: #04a4ff;
}

@media (max-width: 1023px) {
.nav {

    background-color: #04a4ff;
}
}

.newsletter-mess em {
  display: block;
  font-family: "museo-slab-i7", "museo-slab", serif;
  font-weight: 700;
  line-height: 1;
  font-size: 38px;
}
.newsletter-mess span {
  font-family: "museo-slab-n3", "museo-slab", serif;
  font-weight: 300;
  font-size: 23px;
}

@media (min-width: 1200px) {
  .location-title {
    font-size: 30px;
  }

}

.team-quote footer {
  font-weight: 300;
}

.team-member:hover {
  cursor: pointer;
}

.team-member.popup {
  margin-top: 25px;
}
.team-member.popup:hover {
  cursor: default;
  -webkit-animation: none;
  animation: none;
}

.modal-header a.email {
  position: absolute;
  left: 30px;
}

.feature-group {
  margin-bottom: 55px;
}

@media (min-width: 1200px) {
  .title h2 {
    font-size: 55px;
  }
}

.banner-quote p {
  
  font-family: "museo-slab-n7", "museo-slab", serif;
  line-height: 1.1;
  font-weight: 500;
  font-style: italic;

}
.banner-quote cite {
  display: inline-block;
  font-family: "museo-sans-n7", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  border: 2px solid white;
  text-transform: uppercase;
  padding: 6px 25px 5px;
  border-radius: 50px;
  text-shadow: none;
  background-color: #2C3841;
  background-color: rgba(44, 56, 65, .65);
}

.kid-button {
  line-height: 67px;
}

.kid-button:hover{
  box-shadow: none;
}

.support-button a {
  line-height: 73px; 
}

.support-button a:hover {
 box-shadow: none;
}

.featherlight-close-icon {
  line-height: 25px;
}

.modal-footer .close {
  padding: 9px 15px 7px;
}

.kid-description {
  color:#5A6166;
}

a.hand {
  cursor: default;
}

@media (min-width: 992px) and (max-width: 1024px) {
h2.kid-title {
  font-size: 28px
}
}

@media (min-width: 1024px) {
  .header {
    padding: 25px 10px;
  }
  .kid-description {
    line-height: 29px;

  }
  .toolbar-social a, .toolbar-newsletter a {
    line-height: 36px;
  }

  .social-links a {
    line-height: 36px;
    
  }
}

/* xs - sm */
@media (max-width: 991px) {

  .newsletter-mess em {
    font-size: 28px;
  }
  .newsletter-mess span {
   
    font-size: 18px;
  }
  .team-quote blockquote br {
    display: none;
  }
  .feature-group {
    margin-bottom: 0;
  }
  .media-button img {
    padding-left: 7px;
    padding-top: 5px;
  }
  .nav > ul {
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    box-sizing: content-box;
  }

  .toolbar-social a, .toolbar-newsletter a {
    line-height: 31px;
  }

  .banner-quote br {
    display: none;
  }

}

@media (max-width: 767px) {

  .banner-quote cite {
    display: none;
  }
  .team-description {
    padding-bottom: 30px
  }
  .modal-header a.email {
    position: absolute;
    left: 15px;
  }
  .modal-header .close {
    right: 15px;
  }
  .toolbar {  
  right: 5px;
  left: 5px;
}
}


/* md - lg */
@media (min-width: 992px) {
  .media-button img {
    padding-left: 13px;
    padding-top: 10px;
  }
}

.location-body p  {
 padding-top: 25px;
}
.location-body p:first-child {
 padding-top: 0;
}

@media (max-width: 1199px) and (min-width: 1024px) {
.nav > ul > li > a {
    font-size: 17px;
}
}

.support {
  text-align: left;
}
.support ul {
  margin-bottom: 0;
}
.support-info p {
    padding-top: 30px;
}

.support .support-button {
    text-align: center;
}

.step-info p:nth-child(2) {
    padding-top: 20px;
}

      div.response {
        color: white;
        padding: 50px;
        text-align: center;
        font-size: 20px;
      }

/*COLOR UPDATES*/

.header {
    border-top-color: #1a424a;
}

.kid-title em {
    color: #04a4ff;
}
.partner-title em {
    color: #04a4ff;
}

.social-links a {
    background-color: #b6ce0b;
    color: #112D35;
}

.back-to-top a {
    border: #b6ce0b solid 2px;
    color: #b6ce0b;
}

.newsletter.at-bottom {
    background-color: #1a424a;
}

.footer {
    background-color: #173B43;
    color: #fff;
}

.copyright a, .author a{
    color: #fff;
}

.media-button {

    background-color: #b6ce0b;
    background-color: rgba(182, 206, 11, .85); 
}

.media-button:before {

  background-color: rgba(182, 206, 11, 0);
}
.media-button:hover:before {
  background-color: rgba(182, 206, 11, 0.85);
}

.at-bottom .newsletter-button {
    background-color: #b6ce0b;
}

.at-top .newsletter-button {
    background-color: #b6ce0b;
}

.newsletter.at-top {
    background-color: #1b424a;
}

.team-quote em {
 color: #04a4ff;
}

.team-member img {
  height: auto;
  background-color: #04a4ff;
  border: #04a4ff solid 4px;
  border-radius: 50%;
}
.team-member-info h2,
.team-member-info h5 {
  color: #c71e4d;
}
.step-title {
  margin: 0;
  padding: 0;
  font-family: "museo-sans-n5", "museo-sans", sans-serif;
  font-weight: 500;
  color: #04a4ff;
}
.feature-button {
  background-color: #04a4ff;

}
 .feature-list a:hover, .feature-list a.active {
    border-right-color: #04a4ff;
    color: #04a4ff;
  }
  .support-info em {
  font-family: "museo-slab-i7", "museo-slab", serif;
  font-weight: 700;
  color: #04a4ff;
}
.form-icon {
  font-size: 40px;
  color: #04a4ff;
}
.form-button:hover {
  background-color: #04a4ff;
}
a {
  text-decoration: none !important;
  color: #04a4ff;
}

 .gallery .control {
  position: absolute;
  top: 50%;
  text-align: center;
  opacity: 0.85;
  background-color: #04a4ff;
  color: #fff;
} 

.back-to-top a:hover {
  border-color: #fce700;
  color: #fce700;
}

.social-links a:hover {
  background-color: #fce700;
}

.title:before {
  background-color: rgba(26, 66, 74, .75)
   /* background-color: rgba(27, 120, 234, .75);*/
}

.modal-backdrop {
    background-color: #b6ce36;
}

.cd-timeline-img {
    box-shadow: 0 0 0 3px #1b424a, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-content {
    border: solid 3px #1b424a;

}

img.fitme {
  width: 100%;
}

/*ORANGE CHANGE*/

.location-title:after, .location-title:before {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #e87523;
    content: "";
}

.nav-toggle.is-closed:hover {
    color: #e87523;
  }
#cd-timeline::before {
    background: #e87523;
}

.cd-timeline-content::before {
    border-left-color: #11434A;
}

.team-group-title:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 3px;
    background-color: #e87523;
    content: "";
}
a:hover {
  color: #e87523;
}

.nav a:hover, .nav a.active {
  color: #e87523;
}

.result {
  text-align: center;
  background-color: #e87523;
  background-image: none;
  background-position: center center;
  color: #fff;
}

@media (min-width: 1200px) {
.nav > ul > li > a {
    font-size: 18px;
}
}

@media (min-width: 1024px) {
.toolbar-newsletter a {
    background-color: #04a4ff;
}
.toolbar-social a {
    margin-right: 12px;
    background-color: #b6ce0b;
}


}