.icon {
border-radius: 8px 8px 0 0;
padding-top:30px;
padding-left:107px;
}

.icon-4-col {
padding-top:30px;
padding-left:65px;
border-radius: 8px 8px 0 0;
}

.tint-box {
width: 31%;
margin-right:40px;
}

.tint-box:last-child {
margin-right: 0px;
}

.highlight-box {
border-radius: 8px;
width: 30%;
}

.equal.layout .row  [class*=col],
.equal.layout .row  [class*=col] > div {
display: flex;
}

.box-bdr-thick-white-12px {
    border-style: solid;
    border: 12px solid #fff;
}

.file, .file--mime-application-pdf, .file--application-pdf {
margin-right: 10px;
}

.column-height {
	height: 100%;
}

.column-height-nm {
	height: 100%;
}

@media only screen and (max-width: 991px) {

	.order-1 img {
		margin-bottom: 30px;
	}

}


@media only screen and (max-width: 767px) {
	.column-height {
	height: auto;
	margin-bottom: 20px;
}

	.column-height-nm {
	height: auto;
	}
	
	.row.equal.reports-and-pub [class*=col] {
	display: block;
}
}

@media only screen and (max-width: 575px) {
.row.equal.other-pub [class*=col] {
	display: block;
}
}

.shadow-light {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, .08);
}


.card-item-wrapper {
	  position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    transition: all 200ms ease-in-out;
}    

.card-item-wrapper:hover {
    border-radius: 10px;
    transition: all 400ms ease-in-out;
}

.card-item-wrapper::after {
    transition: all 200ms ease-in-out;
}

.card-item-wrapper:hover::after {
    opacity: 1;
    transition: all 400ms ease-in-out;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.card-item-wrapper:hover .text-overlay {
	animation: none;
}

.card-item-wrapper img {
    transition: all 200ms ease-in-out;
}

.card-item-wrapper img:hover {
    transition: all 200ms ease-in-out;
}


@media only screen and (min-width: 768px) {

.card {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, .08);
    border-radius: 5px;
}


.card img {
	transition: all 200ms ease-in-out;
	border-radius: 5px 5px 0px 0px;
}
	
}

@media only screen and (min-width: 320px) and (max-width: 767px) {


.card {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, .08);
    border-radius: 5px;
}

.card:hover {
  transform: none;
  transition: none;
}

.card img {
	border-radius: 5px 5px 0px 0px;
}

.card:hover img {
	transition: none;
}

.responsive-mt {
	margin-top: 20px;
}
}

.box-radius {
	border-radius: 6px;
}

.icon-circle {
	position: relative;
  width: 150px;
  height: 150px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  padding: 1.5em;
}

.icon-circle-tint {
	position: relative;
  width: 150px;
  height: 150px;
  background: #F5EDDE;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  padding: 1.5em;
}

.quick-links ul {
	margin-bottom: 0;
}

.quick-links li:last-child {
	padding-bottom: 0;
}