/*
Color Scheme
fff500 Yellow
ffd600 Light Orange
ffa200 Orange
398eb6 Light Blue
226888 Dark blue
*/


.light-blue {
  color:#398eb6;
}
.light-orange {
  color:#ffd600;
}
.dark-blue {
  color:#226888;
}
.orange {
  color:#ffa200;
}
.yellow {
  color:#fff500;
}
.img-logo, .img-logo-flat {
  background-size:85% 85%;
  background-position:left center;
  background-repeat:no-repeat;
}
.glyph-img{
  margin: 41px 0 42px 0;
  font-size:200px;
}
.clear {
  clear:both;
}

/* smarty overriders */
h3 > span {
  color:#ffd600;
}

.btn-light-blue {
    background-color: #3a8eb6;
    color: #FFF !important;
}

.btn-orange {
    background-color: #ffa200;
    color: #FFF !important;
}

.btn-dark-blue {
  background-color: #226888;
  color: #FFF !important;
}
.box-teal>div:nth-child(1) {
    background-color: #226888;
}
.box-teal>div:nth-child(2) {
    background-color: #297497;
}
.box-teal>div:nth-child(3) {
    background-color: #2F80A5;
}
.box-teal>div:nth-child(4) {
    background-color: #368cb4;
}
