/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.highlight {
  background-color: none;
  color: #F6871F;
}


.grey {
  background-color: none;
  color: #8A9FA7;
}


.teal {
  background-color: none;
  color: #4D8082;
}

.highline {
  background-color: none;
  color: #1A75BB;
}

.bluegrey {
  background-color: none;
  color: #6695AB;
}

.blue {
  background-color: none;
  color: #2C7596;
}

.white {
  background-color: none;
  color: #ffffff;
}


.thumbnail .feature-card__image {
  min-height: 167px; 
  max-height: 167px;
}

.feature-card__body:hover {
  color: #F6871F !important;
}
  
.footer__section--main {
  padding-top: 40px !important; }


.mnav__section {
  padding-top: 0 !important;}

.mnav--light .mnav__section {
  border-color: #FFFFFF !important; }

.icon--small .icon__glyph {