﻿/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .image-boxes .card {
    display: block; } }

/* - - styles for user-defined promo boxes - - */
.promo-boxes {
  margin-bottom: 1rem; }
  .promo-boxes .card {
    border: 0; }
    .promo-boxes .card:hover {
      background-color: #e9ecef; }
  .promo-boxes .card-body {
    padding: 1rem .5rem;
    text-align: center; }
  .promo-boxes .card-title {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 0; }
  .promo-boxes .featured-image {
    opacity: 1;
    border-bottom: 10px solid transparent;
    margin-bottom: -10px; }
    .promo-boxes .featured-image:hover {
      opacity: .8;
      border-bottom: 10px solid #59C3C3;
      transition: opacity .25s ease-in-out;
      -moz-transition: opacity .25s ease-in-out;
      -webkit-transition: opacity .25s ease-in-out;
      transition: border-color .25s ease-in-out;
      -moz-transition: border-color .25s ease-in-out;
      -webkit-transition: border-color .25s ease-in-out; }

/* - - no-border utility class to remove borders  - -*/
.no-border .card {
  border: 0; }

/* - - theming for Cornerstone 2.0 pages - - */
@media screen and (min-width: 1700px) {
  #smu-main .image-boxes {
    padding-bottom: 180px; } }

@media screen and (min-width: 1200px) and (max-width: 1699.98px) {
  #smu-main .image-boxes {
    padding-bottom: 120px; } }

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  #smu-main .image-boxes {
    padding-bottom: 90px; } }

@media screen and (max-width: 767.98px) {
  #smu-main .image-boxes {
    padding-bottom: 45px; } }
