/*=======================
=    Section Highlight
=========================*/

.section-highlight .container {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.section-highlight .row {
  margin-left: -33px;
  margin-right: -33px;
  }
.s-h-box.first .inner-s-h-box{
  margin-left: 3px;
  margin-top: 20px; margin-bottom: 20px;
}
.s-h-box.last .inner-s-h-box{
  margin-right: 3px;
  margin-top: 20px; margin-bottom: 20px;
}
.s-h-box.middle .inner-s-h-box{ margin-top: 20px; margin-bottom: 20px;}
.inner-s-h-box{border: 2px solid #557ea9;  padding: 10px;}
.s-h-box.middle .inner-s-h-box{margin-left: 3px; margin-right: 3px;}
.s-h-box *{
  color: #012b57;
}

.s-h-box p{min-height: 60px;}
.s-h-box-link:hover{
  text-decoration: none;
  color: #e6f2ff;
}
.s-h-box-learn-more{
  text-decoration: underline;
  padding: 10px;
  font-size: 18px;
}

.s-h-box-learn-more:hover{
  cursor: pointer;
  text-decoration: none;
}

.s-h-box-icons{
  fill:  #668bb2;
}
.s-h-box-icons img{
  width: 100px;
  height: 100px;
  margin: 10px;
  fill:  #668bb2;
}




/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
 
}


/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {


.s-h-box .inner-s-h-box{margin: 20px 0px 20px 0px !important;}


}


/* Large devices (large desktops, 1200px and up) */

