/*Content Phrases*/
/*Color definintions*/
/*Navigation colors*/
/*Header in page*/
/*Content area*/
/*Footer*/
/*bs=boostrap*/
#section-blocks .block-iconbar {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #fdfdfd;
  padding: 25px;
  padding-bottom: 30px;
  border-radius: 10px;
  min-height: 135px;
}
#section-blocks .block-iconbar #phone-block {
  width: 85%;
  display: inline-block;
  text-align: center;
}
#section-blocks .block-iconbar #phone-block h2,
#section-blocks .block-iconbar #phone-block p {
  margin-top: 7px;
  color: white;
  font-size: 18pt;
}
#section-blocks .block-iconbar #phone-block a.icon-phone {
  border-radius: 5px;
  color: #ad327c;
  font-size: 24pt;
  display: inline-block;
  line-height: 25px;
  margin-top: 1em;
  transition: all 0.5s;
}
#section-blocks .block-iconbar #phone-block a.icon-phone .fa {
  display: block;
  position: relative;
  top: -2px;
  float: left;
  margin-right: 10pt;
  font-size: 26pt;
  color: #313f71;
  transition: all 1.5s;
}
#section-blocks .block-iconbar #phone-block a.icon-phone:hover {
  color: #091c57;
}
#section-blocks .block-iconbar #phone-block a.icon-phone:hover .fa {
  color: #7b004a;
}
#section-blocks .block-iconbar a.icon-button {
  border: 3px solid #7b004a;
  background-color: #091c57;
  color: White;
  border-radius: 5px;
  padding: 15px;
  font-size: 16pt;
  display: inline-block;
  width: 200px;
  transition: all .5s;
  line-height: 18pt;
}
#section-blocks .block-iconbar a.icon-button .half-line-spacer {
  position: relative;
  top: 0.5em;
}
#section-blocks .block-iconbar a.icon-button .fa {
  color: White;
  display: block;
  width: 60px;
  float: left;
  font-size: 35pt;
  transition: all 1.5s;
}
#section-blocks .block-iconbar a.icon-button:hover {
  border: 3px solid #091c57;
  color: white;
  background-color: #7b004a;
}
#section-blocks .block-iconbar a.icon-button:hover .fa {
  color: #091c57;
}
