.row {
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;}




/************************ IMAGE CARDS ************************/
 .lg-img-card-holder {
	 position: relative;
}
 @media print,screen and (min-width:48em) {
	 .lg-img-card {
		 background-color: #fff;
		 border-radius:4px;
		 -webkit-box-shadow:0 4px 4px rgba(17,19,23,.1);
		 box-shadow:4px 4px 4px rgba(17,19,23,.1);
		 max-width: 20.8125rem;
		 padding: 2.5rem 1.5rem 1rem;
		 position: absolute;
		 right: -2rem;
		 top: 10%;
	}
}
 @media print,screen and (min-width:48em) {
	 .lg-img-card-right {
		 right:1.875rem;
	}
}
 .image-card {
	 border-radius:4px;
	 -webkit-box-shadow:4px 4px 4px rgba(17,19,23,.1);
	 box-shadow:0 4px 4px rgba(17,19,23,.1);
	 height:100%;
	 position:relative;
	 background-color: #fafafa;
}
 .image-card-inner {
	 padding: 1.5em;
}
 .image-card-title {
	 line-height: 1.5em;
}
 .image-card-button {
	 bottom:1.375rem;
	 left:1.125rem;
	 max-width:calc(100% - 44px);
	 position:absolute 
}
 .image-card .image {
	 z-index:-1 
}
 .image-card h4 {
	 font-size: 1.1rem;
	 line-height: 1.2em;
}
 .card-primary {
	 background-color: #fafafa;
	 color: #424242;
	 padding: 1.5em;
	 margin-right: 2em;
	 box-shadow: 4px 4px 4px rgba(17,19,23,.1);
}
 .card p {
	 color: #424242;
}

img.circle {border-radius: 50%; border: none;}



/**** AFTERCONTENT BANDS ***/
 .primary-bg {
	background-color: #242424;
	 color: #fff;
	 padding: 4em 0;
	 width: 100%;
}
 .primary-bg h2 {
	color: #ffbb00 !important;
}

.contact-bg {
	background-color: #ececec;
	 color: #000;
	 padding: 4em 0;
	 width: 100%;
}

 .contact {
	padding: 0 2em;
}
 .contact li {
	list-style-type: none;
	 margin-bottom: .5em;
}
 .contact a {
	color: #c00030;
}
 .contact a:hover {
	color: #fff;
	 background-color: #c00030;
}
 .contact a.button {
	color: #fff;
}

 p.serif {
	 border-top: 1px solid #ffbb00;
	 padding-top: .5em;
	 margin: 0 2em 0 0;
}
 h2.serif {
	 border-top: 2px solid #ffbb00;
	 padding-top: .5em;
	 margin: 0 2em 0 0;
	 margin-bottom: 0px;
	 font-size: 1.7em !important;
}
 h3.serif {
	 border-top: 2px solid #ffbb00;
	 padding-top: .5em;
	 margin: 0 0 0 0;
	 margin-bottom: 0px;
	 font-size: 1.6em !important;
	 padding-left: .15em;
}

/************************ INFO CARDS ************************/
 .cell {
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 auto;
	 -ms-flex: 0 0 auto;
	 flex: 0 0 auto;
	 min-height: 0;
	 min-width: 0;
	 width: 100%;
	 margin-bottom: 2em;
}
 .cell.auto {
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 1 0px;
	 -ms-flex: 1 1 0px;
	 flex: 1 1 0px;
}
 .cell.shrink {
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 auto;
	 -ms-flex: 0 0 auto;
	 flex: 0 0 auto;
}
/************************ RESPONSIVE TABLE ************************/
 .responsive-card-table {
	 border-collapse: collapse;
}
 .responsive-card-table thead {
	 background-color: #525252;
	 color: #fff;
}
 .responsive-card-table tbody th, .responsive-card-table tbody td {
	 border: 3px solid #fff;
}
 @media screen and (max-width: 640px) {
	 .responsive-card-table {
	}
	 .responsive-card-table .empty {
		 display: none;
	}
	 .responsive-card-table tbody th, .responsive-card-table tbody td {
		 border:0;
	}
	 .responsive-card-table thead tr {
		 position: absolute;
		 top: -9999em;
		 left: -9999em;
	}
	 .responsive-card-table tr {
		 display: block;
	}
	 .responsive-card-table tr + tr {
		 margin-top: 1rem;
	}
	 .responsive-card-table td {
		 display: flex;
		 justify-content: flex-start;
		 align-items: center;
		 padding-left: 35%;
		 position: relative;
	}
	 .responsive-card-table td:before {
		 content: attr(data-label);
		 display: inline-block;
		 font-weight: bold;
		 line-height: 1.5;
		 margin-left: -95%;
		 width: 100%;
		 position: absolute;
		 z-index: 1;
		 padding-right: 50px;
		 top: 10px;
		 text-align: right;
	}
}
/************************ FONT AWESOME CONTACT ICONS ************************/
 .contact-icon ul {
	 margin-left: 1em;
}
 .contact-icon li {
	 font-size: .95em;
	 list-style: none;
	 margin-bottom: 1em;
	 padding-left: .45em;
}
 .contact-icon .fa, .contact-icon .fas, .contact-icon.fab, .contact-icon .far {
	 position: absolute;
	 margin-left: -1.5em;
	 line-height: 1.5em;
	 color: #e4002b;
}
 .contact-area {
	 background-color: #ececec;
	 color: #000;
}


