@charset "utf-8";

/* CSS Document */
/* ==========================================
    GENERAL STYLE
  ========================================== */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

html {
	scroll-behavior: smooth;
}

.text-small {
	font-size: 0.9rem;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

p {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	transition: all 300ms ease-in-out;
}

main {
	position: relative;
	top: 50px;

}

/* ==========================================
    SCROLL CLASSES
  ========================================== */
.scroll-down header {
	transform: translate3d(0, -100%, 0);
}

.scroll-up header {
	filter: drop-shadow(0, -10px, 20px, rgb(50, 50, 50));
}

/* ==========================================
    NAVIGATION CLASSES
  ========================================== */
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:hover {
	/*border: 1px solid #fff;*/
	box-shadow: none;
	margin: 10px;
	padding: 5px 5px 0 5px;

}

.dropdown-toggle::after {
	border-top: 0;
}

.navbar,
.navbar-brand {
	/*box-shadow: 0 5px 10px rgba(0,0,0,0.3);*/
	padding: 0;
	margin: 0;
}

.nav-link {
	color: #fff;
	font-weight: bold;
	border-top: 2px solid #09090c;
	border-bottom: 2px solid #09090c;
	width: 100px;
	text-align: center;
	display: block;
	position: relative;
	padding: 0.2em 0;
}

.nav-link:hover {
	color: #fff;
}

.nav-link:focus,
.nav-link:active {
	color: #fff;
}

.nav-link::after {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 0.1em;
	background-color: #FDCF08;
	opacity: 0;
	transition: opacity 300ms, transform 300ms;
}

.nav-link:hover::after,
.nav-link:focus::after {
	opacity: 1;
	transform: translate3d(0, 0.2em, 0);
}

.nav-item,
.nav li {
	padding: 0px 10px;
}

.navbar-expand-sm .navbar-nav,
.nav {
	margin: 0 auto;
	font-size: 1.05rem;
}

/* Footer treatment ********************************************************************************************************************/
footer a.nav.menu {
  color: #337AB7;
}
footer a.nav.menu:hover {
  color: #FFFFFF;
}


footer.navbar-nav a,
footer.nav a {
/*	padding: 18px 0px; */
  padding-top: 18px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
}
/* Affects all li decendants of ul with classes nav, menu, and mod-list whose classes start with "item-" */
footer ul.nav.menu.mod-list li[class^="item-"] {
  line-height: 20px;
  padding-bottom: 20px;
  color: #337AB7;
}

footer ul.nav.menu.mod-list li[class^="item-"] a:hover {
  color: #FFFFFF;  
}

footer div.col-md-offset-6.col-md-6.col-sm-10 {
  margin-left: 950px;
  margin-top: 75px;
}
/*************************************************************************************************************************************/

div.custom h3 {
  text-decoration: underline;
}

.dropdown-menu {
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
	border-radius: 0px;
	padding: 0;
}

.show,
.dropdown {
	transition: all 0.2s ease-out;
}

.dropdown-menu[data-bs-popper] {
	margin-top: 0.150rem;

}

.dropdown-item {
	color: #000;
	border-bottom: .5px solid #dce3f0;
	padding: 5px 20px;
	margin: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #000;
	background-color: #f0f5ff;
	transition: all 0.2s ease-out;
}

.me-2 {
	margin-right: 0 !important;
}

.form-control {
	font-size: .9rem;
	background: #fff;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 2px solid #162e52;
	border-radius: 5px 0 0 5px;
	width: 145px;
	height: 40px;
	padding: 0 0 0 10px !important;
}

.form-control:focus {
	box-shadow: none;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 2px solid #162e52;
	border-radius: 5px 0 0 5px;
	padding: 0 0 0 10px !important;
}

.search-btn {
	/*background-color:#162E52;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;*/
	border: 0;
	text-decoration: none;
	background-color: #ffffff !important;
	border-bottom: 2px solid #162e52;
	height: 40px;
	border-radius: 0 5px 5px 0;

}

#search-icon,
.search-icon {
	color: #111418 !important;
	margin: -8px -2px -10px -10px !important;
	padding: 0 10px 0 0 !important;
}

/* 
==========================================
    CUSTOM BUTTONS
  ========================================== */
.hide {
	display: none;
}

.btn-icon {
	color: #162e52;
	height: 50px;
	width: 50px;
	margin: 0 5px 0 0;
}

.svg-inline--fa.fa-w-10,
.svg-inline--fa.fa-w-14,
.svg-inline--fa.fa-w-16,
.fa-youtube,
.fa-twitter,
.fa-facebook-f,
.fa-instagram,
.fa-linkedin-in,
.fa-rss {
	padding: 12px 12px 12px 15px;
	border-radius: 50%;
	font-size: 25px;
	height: 50px;
	width: 50px;
	color: #162e52;
	margin: 0 5px 0 0;
}

.fa-youtube {
	padding: 13px 13px 13px 11px;
}

.fa-facebook-f {
	padding: 13px 13px 13px 17px;
}

/*
.fa-youtube:hover,
.fa-twitter:hover, 
.fa-facebook-f:hover,
.fa-instagram:hover,
.fa-linkedin-in:hover,
.fa-rss:hover {
  color: #162e52;
  border: 1px solid #162e52;
  background: #F7F7F9;
  transition: 0.2s 0.1s;
  padding: 11px;
}

.btn-icon.hover-filled-opacity::before {
  border: 1px solid #D5DCEA;
  height: 100%; 
  width: 100%;
  opacity: 1;
}
.btn-icon.hover-filled-opacity:hover::before {
  opacity: 0;
}
*/
.dot {
	height: 40px;
	width: 40px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
}

.dot-bg-1 {
	background-image: url("/templates/dnidotgovassessments/img/vector/blue-dots-bg.png");
	height: 100px;
	background-repeat: no-repeat;
	text-align: left;
	padding: 25px 0 0 95px;
	margin: auto;
	position: relative;
	top: 137px;
	left: 50px;
}

.dot-bg-2 {
	background-image: url("/templates/dnidotgovassessments/img/vector/blue-dots-bg.png");
	height: 100px;
	background-repeat: no-repeat;
	text-align: left;
	padding: 25px 0 0 95px;
	margin: auto;
	position: relative;
	top: 30px;
	left: 0;
}

.dot-bg-3 {
	background-image: url("/templates/dnidotgovassessments/img/vector/yellow-dots-bg.png");
	height: 100px;
	background-repeat: no-repeat;
	text-align: left;
	padding: 25px 0 0 95px;
	margin: auto;
	position: relative;
	top: 137px;
	left: 50px;
}

.dot-bg-4 {
	background-image: url("/templates/dnidotgovassessments/img/vector/yellow-dots-bg.png");
	height: 100px;
	background-repeat: no-repeat;
	text-align: left;
	padding: 25px 0 0 95px;
	margin: auto;
	position: relative;
	top: 30px;
	left: 0;
}

.btn-passion:active,
.btn-passion:hover,
.btn-passion:focus {
	outline: 0 !important;
	outline-offset: 0;
}

.btn-passion::before,
.btn-passion::after {
	position: absolute;
	content: "";
}

.btn-passion {
	position: relative;
	top: 0;
	left: 60px;
	display: inline-block;
	width: auto;
	height: auto;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	min-width: 150px;
}

.btn-passion span {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	top: 0;
	left: 15px;
	width: 100%;
	padding: 15px 25px;
	transition: 0.3s;
	border-radius: 10px;
	background: #D5DCEA;
}

/*--- passion btn-1 ---*/
.passion-section-1 {
	position: relative;
	top: 60px;
	left: 150px;
}

.btn-1::before,
.btn-2::before {
	border-radius: 10px;
	background: #FDCF08;
	transition: 0.3s ease-out;
}

.btn-1 span,
.btn-2 span {
	color: #162e52;
	border: .5px solid #D5DCEA;
	transition: 0.2s 0.1s;
}

.btn-1 span:hover,
.btn-2 span:hover {
	color: #162e52;
	border: .5px solid #162e52;
	transition: 0.2s 0.1s;
}

.btn-1 span:hover {
	background: #ffffff;
}

/*--- passion btn-2 ---*/
.passion-section-2 {
	position: relative;
	top: -48px;
	left: 48px;
}

.btn-2 span:hover {
	background: #f6f6f7;
}

.btn-passiion.hover-filled-opacity::before {
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
}

.btn-passion.hover-filled-opacity:hover::before {
	opacity: 0;
}

/* ==========================================
    CUSTOM CLASSES
  ========================================== */
.nav-bg {
	background-color: #111418;
}

.bg-darkblue {
	background-color: #162E52;
}

.bg-white {
	background-color: #fff;
}

.bg-purple {
	background-color: #8398c3;
}

.bg-blue {
	background-color: #1c55ab;
}

.bg-gold {
	background-color: #ab8924;
}

.bg-red {
	background-color: #e33b3b;
}

.bg-yellow {
	background-color: #FDCF08;
}

.bb-none {
	border-bottom: none;
}

.yellow-text {
	color: #FDCF08 !important;
}

.usajobs-txt,
.usajobs-txt:hover,
.usajobs-txt:focus,
.usajobs-txt:active {
	color: firebrick;
	text-decoration: underline;
}

.mtb-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.mlr-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.m-tb-50 {
	margin: 50px auto 50px auto;
}

.m-tb80 {
	margin: 80px auto;
}

.ptb-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.plr-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.pt-55 {
	padding-top: 55px !important;
}

.pb-55 {
	padding-bottom: 55px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mb-55 {
	margin-bottom: 55px !important;
}

.p-20 {
	padding: 20px;
}

.b-700 {
	font-weight: 700;
}

.responsive {
	width: 100%;
	height: auto;
}

.yellow-bar-ctr {
	display: flex;
	border-top: 1px solid #FDCF08;
	width: 350px;
	margin: auto;
	/*margin:60px 90px 0 170px;*/

}

.yellow-box-ctr {
	width: 70px;
	height: 5px;
	background-color: #FDCF08;
	position: relative;

}

.yellow-bar-left {
	display: flex;
	border-top: 1px solid #FDCF08;
	width: 350px;
	margin-left: 0;
	/*margin:60px 90px 0 170px;*/

}

.yellow-box-left {
	width: 70px;
	height: 5px;
	background-color: #FDCF08;
	position: relative;

}

.rectangle {
	height: 5px;
	width: 70px;
	background-color: #fff;
}

.yellow-divider {
	padding: 30px 0;
}

.section-header {
	font-size: .9rem;
	font-weight: 800;
	text-transform: uppercase;
	color: #A8BBE2;
	letter-spacing: 0.08em;
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}

.section-title {
	font-size: 2.5rem;
	font-weight: 700;
}

.centered {
	margin: auto !important;
	text-align: center !important;
}

/* ==========================================
    FOOTER CLASSES
  ========================================== */
.contact {
	margin: 50px 0 0 0;
}

button.contact-btn {
	padding: 7px 20px;
	color: #ffffff;
	background-color: #0B2243;
	font-size: .9rem;
	font-weight: 200;
	border: 1px solid #4e5e76;
	border-radius: 7px;

}

button.contact-btn:hover {
	color: #ffffff;
	background-color: #0B2243;
	border: 1px solid #FACB08;
	transition: all 0.1s ease-in;
}

.footer-img-bg {
	display: none;
	background-position: 0% 9%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("/files/dnidotgovassessments/2022_Demographic_Report_57-2.jpg");
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.footer-img-bg2 {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("/files/dnidotgovassessments/footer-img-3.jpg");
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.footer-blue-bg,
footer {
	background-color: #0B2243;
	padding: 3rem;
}

.footer-title {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
}

.footer-link {
	color: #ffffff;
	font-size: .9rem;
	font-weight: 200;
	cursor: pointer;
	border-bottom: .5px solid #4e5e76;
	display: block;
	position: relative;
	padding: 0.2em 0;
	bottom: 0;
	left: 0;
}

/* Fade in */
.footer-link::after {
	color: #ffffff;
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 0.05em;
	background-color: #FDCF08;
	opacity: 0;
	transition: opacity 300ms, transform 300ms;
}

.footer-link:hover::after,
.footer-link:focus::after {
	opacity: 1;
	transform: translate3d(0, 0.2em, 0);
}

/* Slide in */
.footer-link {
	overflow: hidden;
}

.footer-link::after {
	opacity: 1;
	transform: translate3d(-100%, 0, 0);
}

.footer-link:hover::after,
.footer-link:focus::after {
	transform: translate3d(0, 0, 0);
}

.footer-link:hover {
	color: #ffffff;
	border-bottom: .5px solid #0B2243;
	opacity: 1;
	transition: all .1s ease-in-out;
}

.navbar-toggler-icon {
	color: #FFF !important;
}

.row .col-lg-3 {
	border: 1px solid rgba(168, 187, 226, 1.0);
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	min-width: 314px;
	max-width: 24%;
	width: auto;
}

/* ==========================================
    MEDIA QUERIES
  ========================================== */
@media (max-width:540px) {
	.footer-img-bg {
		background-position: 45% 0%;
	}
}

#latest {
	display: block;
	z-index: -1;
	padding-bottom: 80px;
	width: 100%;
}

.latest1 {
	background: transparent;
	font-weight: bold;
	font-size: 2rem;
	background-color: white;
	background-image: url('/templates/dnidotgovassessments/img/yellow-dots-bg.png');
	background-repeat: no-repeat;
	color: #162e52;
	z-index: 0;
	position: relative;
	padding: 40px 30px 60px 134px;
}

.latest2 {
	height: 2px;
	background-color: gold;
	width: 100%;
	margin-top: -80px;
	z-index: 1;
	position: relative;
	margin-left: 242px;
}

h2[itemprop="headline"] {
	visibility: hidden;
	display: none;
}

/* NEW STYLES*/

.regridart {
	margin: 0 !important;
	padding: 0;
	text-align: justify;
	overflow: visible;
	display: block;
	vertical-align: baseline;
	font-size: 0;
	line-height: 0;
}

.regridart:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.regridart .mix {
	display: none;
	width: 23%;
	max-width: 23%;
	vertical-align: top;
	margin: 0 0 3%;
	padding: 0;
	background: none;
	border: 0;
	list-style: none;
	overflow: hidden;
}

.regridart .upper-mix {
	position: relative;
	overflow: hidden;
	font-size: 14px;
}

.regridart .mix img {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0 !important;
}

.regridart.mix-list .mix {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.regridart.mix-list .upper-mix {
	max-width: 40%;
	float: left;
	width: auto;
	margin-right: 20px;
}

.regridart .inner-mix {
	padding: 10px;
	color: #777;
	text-align: left;
	font-size: 14px;
}

.mix-list .inner-mix {
	overflow: hidden;
}

.regridart .inner-mix h3 {
	margin: 10px 0;
	font-size: 20px;
	line-height: 1.5;
}

.regridart .gap {
	display: inline-block;
	list-style: none;
	margin: 0;
}

/* Sorting and Filters */

.mix-sorts {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.mix-filters {
	display: inline-block;
	vertical-align: top;
	text-align: right;
}

.mix-controls {
	margin: 15px 0;
}

.mix-controls .button.active,
.inner-mix .button.active {
	background: none repeat scroll 0 0 #E96D51;
}

.mix-controls .button,
.inner-mix .button {
	background: none repeat scroll 0 0 #C3BDB8 !important;
	border-radius: 3px;
	color: #F9F6F0;
	cursor: pointer;
	display: inline-block;
	height: 31px;
	line-height: 30px !important;
	margin: 0 4px 5px 0 !important;
	padding: 0 8px !important;
	text-transform: none;
	border: 0;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px !important;
}

.justify {
	text-align: justify;
}

.justify::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
}

.mix-sorts .button.active,
.inner-mix .button.active {
	background: #e96d51 !important;
}

.mix-sorts .button i.toggle_layout {
	position: relative;
	display: inline-block;
	background: #f9f6f0;
	width: 17px;
	height: 17px;
	margin: 0;
	top: 3px;
}

.mix-sorts .button span {
	padding: 0 0 0 7px;
	margin: 0;
}

.mix-sorts .button i.toggle_layout:before,
.mix-sorts .button i.toggle_layout:after {
	content: '';
	position: absolute;
	display: block;
	background: #c3bdb8;
}

.ToGrid i.toggle_layout:before,
.ToGrid i.toggle_layout:after {
	width: 100%;
	height: 3px;
	top: 7px;
}

.ToGrid i.toggle_layout:after {
	width: 3px;
	height: 100%;
	top: 0;
	left: 7px;
}

.ToList i.toggle_layout:before,
.ToList i.toggle_layout:after {
	width: 100%;
	height: 4px;
	top: 3px;
}

.ToList i.toggle_layout:after {
	top: 10px;
}

.mix-sorts .button.active i.toggle_layout:before,
.mix-sorts .button.active i.toggle_layout:after {
	background: #e96d51;
}

.mix-filters .drop_down {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
	-moz-user-select: none;
	height: 32px;
	position: relative;
	width: 170px;
	vertical-align: middle;
	text-align: left;
}

.drop_down .label {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #D7D7D7;
	border-radius: 3px;
	right: 0;
	max-height: 31px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: left;
}

.mix-filters .drop_down.expanded .label {
	border-radius: 3px 3px 0 0;
	background: #E96D51;
	border-color: #E96D51;
}

.drop_down .label div {
	padding: 8px 10px 8px;
	color: #666;
	text-shadow: none;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	cursor: pointer;
	display: inline-block;
}

.drop_down .label:hover div {
	color: #E96D51;
}

.mix-filters .drop_down ul {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #D7D7D7;
	border-radius: 0 0 3px 3px;
	right: 0;
	max-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 1;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.mix-filters .drop_down.expanded ul {
	border-top-color: #E96D51;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.mix-filters .drop_down li:first-of-type {
	border-radius: 2px;
	position: relative;
}

.mix-filters .drop_down li {
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 14px;
	padding: 8px 10px;
	margin: 0;
	list-style-type: none;
}

.mix-filters .drop_down li:hover {
	background: #f5f5f5;
}

.mix-filters .drop_down.expanded ul {
	max-height: 170px;
	opacity: 1;
	transition: all 0.3s ease 0s;
}

.drop_down li.active {
	color: #E96D51;
}

.mix-filters .drop_down.expanded .label div {
	color: #fff;
}

.drop_down i.fa {
	color: #666;
	line-height: 13px;
	font-size: 13px;
	padding: 8px 0 8px 8px;
	text-shadow: none;
}

.mix-filters .drop_down.expanded i.fa {
	color: #fff;
}

.drop_down .label:hover i.fa {
	color: #E96D51;
}

.mix-filters .drop_down.expanded .label:hover i.fa {
	color: #fff;
}

.btn.btn-reset {
	line-height: 14px;
	color: #666;
	border: 1px solid #d7d7d7;
	display: inline-block;
	margin: 0 0 5px 10px;
	padding: 8px 10px 7px;
	vertical-align: top;
}

.btn.btn-reset:hover {
	color: #E96D51;
	background: #f5f5f5;
	border: 1px solid #d7d7d7;
}

.btn.btn-reset:focus {
	background: #fff;
	border: 1px solid #d7d7d7;
	outline: none;
}

/* Mix Filters Buttons - Categories */

.mix_category_buttons {
	text-align: right;
}

.mix-filters .button,
.inner-mix .button {
	text-transform: none;
	margin: 0 0 5px 4px;
	font-size: 14px;
	line-height: 30px;
}

/* Sort buttons */

.mix-controls .mix-sorts .button span {
	padding: 0 7px 0 0;
}

/* General theme */
.mix-title {
	font-weight: 500;
}

.mix-date {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.2;
	margin: 0 0 5px;
}

.mix-introtext {
	font-weight: 300;
	color: #555;
	line-height: 1.4;
	margin: 0 0 8px;
}

.mix-extra {
	font-size: 13px;
	line-height: 1.2;
	margin: 0 0 10px;
}

.mix-category,
.mix-author {
	line-height: 1.2;
	margin: 0 0 5px;
}

.mix-hits {
	margin: 5px 0 10px;
}

/* Minimal Theme */

.theme_minimal.mix-list .mix {
	margin-top: 0;
	margin-bottom: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #e5e5e5;
}

.theme_minimal.mix-list .inner-mix {
	padding-top: 0;
	padding-bottom: 0;
}

.theme_minimal.mix-list .inner-mix h3 {
	margin-top: 0;
}

/* Elegant Theme */

.theme_elegant .mix {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	overflow: hidden;
	background: #fff;
}

.theme_elegant.mix-grid .inner-mix {
	background: none;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-radius: 0;
}

.theme_elegant.mix-list .inner-mix {
	background: none;
	border: 0;
	border-top: 0;
	border-radius: 0;
}

.theme_elegant.mix-list .mix {
	border: 1px solid #e5e5e5;
	margin-bottom: 2%;
}

/* Fancy Theme */

.theme_fancy.mix-grid .inner-mix {
	box-sizing: border-box;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
	bottom: 0;
	color: #bbb;
	overflow: hidden;
	padding: 0 15px;
	position: absolute;
	transition: all 0.2s ease-out 0s;
	width: 100%;
}

.theme_fancy.mix-grid .inner-mix h3 {
	text-align: left;
	line-height: 1.2;
}

.theme_fancy.mix-grid .inner-mix a {
	color: #eee;
}

.darkhover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.2s ease-out 0s;
	width: 100%;
}

.theme_fancy.mix-grid .mix {}

.theme_fancy.mix-grid .mix:hover .darkhover {
	background: rgba(0, 0, 0, 0.65);
}

.theme_fancy.mix-grid .mix .mix-introtext-outer {
	height: 0;
	transition: all 0.4s ease-out 0s;
	overflow: hidden;
	margin-bottom: 10px;
}

.theme_fancy.mix-list .mix {
	margin-bottom: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #e5e5e5;
}

.theme_fancy.mix-list .mix .mix-introtext-outer {
	height: auto !important;
}

.theme_fancy.mix-grid .mix .mix-introtext {
	color: #d5d5d5;
	font-size: 13px;
	text-align: left;
}

.theme_fancy.mix-grid .mix .mix-title {
	color: #eee;
	font-size: 16px;
}

.theme_fancy.mix-grid .right-mix,
.theme_fancy.mix-grid .upper-mix-hover {
	display: none;
}

.theme_fancy.mix-list .right-mix {
	padding: 0 10px;
}

.theme_fancy.mix-list .bottom-mix,
.theme_fancy.mix-list .darkhover {
	display: none;
}

/* Hover Div */

.upper-mix-hover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.upper-mix-hover:hover {
	-moz-opacity: 1;
	filter: alpha(opacity=1);
	opacity: 1;
}

.upper-mix-hover h3 {
	text-align: center;
	font-size: 14px;
	margin: 0;
	padding: 0 3%;
	position: absolute;
	bottom: 58%;
	width: 94%;
}

.upper-mix-hover h3 a {
	color: #fff;
	padding: 10px 0;
	display: block;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
	text-decoration: none;
	line-height: 20px;
	transition: all 0.3s ease 0s;
}

.upper-mix-hover h3 a:hover {
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}

.upper-mix-link-ico,
.upper-mix-fancy-ico {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin-top: -16px;
	margin-left: -15px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}

.upper-mix-link-ico.notalone {
	margin-left: 14px;
}

.upper-mix-fancy-ico.notalone {
	margin-left: -32px;
}

.upper-mix-hover .upper-mix-link-ico,
.upper-mix-hover .upper-mix-fancy-ico {
	top: 65%;
	-webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-ms-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 24px;
}

.upper-mix-hover:hover .upper-mix-link-ico,
.upper-mix-hover:hover .upper-mix-fancy-ico {
	top: 50%;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.upper-mix-hover:hover .upper-mix-fancy-ico {
	transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	/* Firefox 4 */
	-webkit-transition-delay: 0.1s;
	/* Safari and Chrome */
	-o-transition-delay: 0.1s;
	/* Opera */
}

.mix-sorts .button.active,
.inner-mix .button.active {
	background: #0b5ed7 !important;
}

.mix-grid li.mix {
	border: 1px solid #ccc !important;
}

.mix-grid li.mix .inner-mix {
	min-height: 130px;
}

.gap {
	border: 0px solid #fff !important;
}




a[href]:not(:where(.noExt,
		/* exclude hash only links */
		[href^="#"],
		/* exclude relative but not double slash only links */
		[href^="/"]:not([href^="//"]),
		/* domains to exclude */
		[href*=".mil"],
		[href*="mailto:"],
		[href*=".gov"]:not([href*="https://www.facebook.com/"]))):after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: ' '"\f08e";
}


/* Edited by Robert Nurse */
/****** Footer clean up ***************************************************************************************************************************/
footer div.row {
	color: #ffffff;
  }
}

footer ul li a {
  padding: 0px;
}
/**************************************************************************************************************************************************/