		.inner .content-header-container .content-header {
		  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/learn/_media/zoom-prototype.jpg") !important;
		}
		.inner .content-header-container .content-header {
		  background: url("/learn/departments/engd/writing-center/_media/wc-banner.jpg") !important;
		}
		#header-page-title {
		  background-image: none;
		  width: fit-content;
		  height: fit-content;
		  padding: .5rem;
	/*	  color: #046a38; */
			background:rgba(0,0,0,.6)
		}
		.inner .content-header-container .content-header {
		  height: 226px;
		}
		.card h3, .card a, .card p {
		  text-align: center;
		}
		.card-block a {
		  text-decoration: none;
		}
		.card-block a:hover > h3 > i, .card-block a:hover > h3 {
		  transition: 1s;
		}
		.circle-icon {
		  height: 51px;
		  border-radius: 50%;
		  text-align: center;
		  vertical-align: middle;
		}
		.fa {
		  color: #046a38;
		  text-decoration: none;
		}
		.fa:hover {
		  text-decoration: none;
	      color: #046a38; 
		}
		a .fa, .card-block h3 {
		  color: #4a4a4a;
		  text-decoration: none;
		}
		a .fa:hover {
		  text-decoration: none;
		}
		.fa.circle-icon {
		  color: green;
		  font-size: 46px;
		}
		.inner.full-width #main-content .card-block h3 {
		  padding-left: 0 !important;
          margin-bottom: 0 !important;
		}
		.main-card .card img, .right-sidebar .card img {
		  max-width: 43px;
		  margin: 0 auto;
		  text-align: center;
		}
		.main-card .card .card-block, .right-sidebar .card .card-block {
		  background-image: linear-gradient(#fff, #fff, #eee);
		  border: solid #ccc 1px;
		  border-radius: 40px;
		  -moz-border-radius: 40px;
		  -webkit-border-radius: 40px;
		}
		.main-card .card, .right-sidebar .card {
		  border-radius: 40px;
		  -moz-border-radius: 40px;
		  -webkit-border-radius: 40px;
		}
		.main-card .card:hover {
		background-image: linear-gradient(#eee, #fff, #fff);
		}
		p.card-text, .card p {
		  padding-left: 0 !important;
		}
		.h4.card-title {
		margin-bottom: 11px;
		}
		h3.h4 {
        font-size: 1rem;
        line-height: 1.2rem;
        }
		.row .tiles {
		margin-bottom: -23px !important;
		}
		.show-on-mobile {
	    display: none;
        }
		@media (max-width:640px) {
		.card-block {
		min-height: auto;
		}
		.show-on-mobile {
	    display: block;
        }
		.hide-on-mobile {
        display: none;
        }
		}
