/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

.layout-sidebar .layout-col { min-width: 0; }

.ou-form { margin-bottom: 20px; }

.card-explore-wrapper-featured:nth-of-type(2) { background-color: #4798ca; }

/* .ldp.thumbnails { display: flex; flex-wrap: wrap; }
.ldp.thumbnails > li { display: block; float:none; } */

.card-container.card-explore-container > a.card-explore-wrapper:nth-of-type(3):not(:last-child) {
	display: none;
}

figure.card-explore-figure + .card-explore-content-wrapper.card-explore-content-wrapper {
	padding-left: 10px;
	padding-top: 10px;
}

@media (min-width: 992px) {
	.card-explore-social-icon {
		font-size: 24px;
	}
}

.form-group > input:last-child,
.row > div > input:last-child { margin-bottom: 1em; }

.section-wrapper-primary {
	color: white;
}

@media (min-width:992px) {
	.footer-wrapper-overlap {
		margin-top: -200px;
		padding-top: 200px;
	}
}

.footer-social-link-tiktok:before, .footer-social a-tiktok:before {
  content: "\74";
  font-family: icomoon !important;
  font-style: normal;
  font-weight: 400;
}



@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?jrb4i1');
  src:  url('../fonts/icomoon.eot?jrb4i1#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?jrb4i1') format('truetype'),
    url('../fonts/icomoon.woff?jrb4i1') format('woff'),
    url('../fonts/icomoon.svg?jrb4i1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tiktok:before {
  content: "\74";
}

/* added to control height of social media when no news is there DAP 1066046 */
	a.card-explore-wrapper {
    min-height: 400px;
}