/*------------------------------------ IFS */
.tm-toolbar-default {
	border-bottom: 1px solid rgba(255,255,255,.08);
}
#footer,
.clip-top {
	-webkit-clip-path: ellipse(109% 100% at 50% 100%);
	clip-path: ellipse(109% 100% at 50% 100%);
}
.clip-bottom {
	-webkit-clip-path: ellipse(123% 100% at 50% 0%);
	clip-path: ellipse(123% 100% at 50% 0%);
}

/*--------------------------- NAVIGATION, MENUS */
.uk-navbar-nav>li>a {
	text-align: center;
}
.uk-navbar-nav .uk-icon {
	max-width: 30px;
	max-height: 30px;
}
.uk-navbar-right {
    flex-wrap: nowrap;
}
.uk-nav-secondary>li>a {
    transition: .05s ease-in-out;
}
.uk-nav-secondary .uk-nav-subtitle {
    padding-top: 5px;
}
.uk-dropbar {
	box-shadow: 0 3px 10px rgba(0,0,0,0.5);
}
.uk-navbar-nav > li > a {
	line-height: 1.25;
}
.tm-cookie-banner {
	color: #fff;
}
.tm-cookie-banner .uk-button-secondary {
	padding: 10px 25px;
}

/*--------------------------- UTILITY DECORATIVE EFFECTS */
.tm-gradient-top-dark {
	box-shadow: 25px 200px 200px -100px #041019 inset;
}
.vidgrad-bottom-dark div.uk-position-cover,
.gradient-bottom-dark {
	background: rgba(4,16,25,0);
	background: -moz-linear-gradient(0deg, rgba(4,16,25,1) 2%, rgba(4,16,25,0.5) 15%, rgba(4,16,25,0) 35%);
	background: -webkit-linear-gradient(0deg, rgba(4,16,25,1) 2%, rgba(4,16,25,0.5) 15%, rgba(4,16,25,0) 35%);
	background: linear-gradient(0deg, rgba(4,16,25,1) 2%, rgba(4,16,25,0.5) 15%, rgba(4,16,25,0) 35%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#041019",endColorstr="#041019",GradientType=1);
}
.vidgrad-light div.uk-position-cover {
	background: rgba(255,255,255,0);
}
.vidgrad-blue div.uk-position-cover {
	background: rgba(4,16,25,0);
}
.vidgrad-bottom-navy div.uk-position-cover,
.gradient-bottom-navy {
	background: rgba(0,41,75,0);
	background: -moz-linear-gradient(0deg, rgba(0,41,75,1) 2%, rgba(0,41,75,0.5) 15%, rgba(0,41,75,0) 35%);
	background: -webkit-linear-gradient(0deg, rgba(0,41,75,1) 2%, rgba(0,41,75,0.5) 15%, rgba(0,41,75,0) 35%);
	background: linear-gradient(0deg, rgba(0,41,75,1) 2%, rgba(0,41,75,0.5) 15%, rgba(0,41,75,0) 35%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00294B",endColorstr="#00294B",GradientType=1);
}
.vidgrad-gold div.uk-position-cover {
	background: rgba(4,16,25,0);
}
.uk-text-box-light, 
.uk-text-box-dark,
.uk-text-box-muted,
.uk-text-box-blue,
.uk-text-box-gold,
.uk-text-box-navy {
	padding: 1px 4px;
	color: #fff;
}
.uk-text-box-light {
	background-color: #fff;
	color: #00294B;
}
.uk-text-box-dark {
	background-color: rgba(255,255,255,0.9);
}
.uk-text-box-muted {
	background-color: #8427E2;	
}
.uk-text-box-blue {
	background-color: rgba(0,168,226,0.35);
}
.uk-text-box-gold {
	background-color: rgba(216,176,4,0.6);
}
.uk-text-box-navy {
	background-color: #00294B;	
}
.uk-heading-bullet {
	background-color: rgba(255,255,255,0.15);
	padding: 3px 10px;
}
.uk-heading-bullet::before {
	display: none;
}

/*--------------------------- UTILITY MISC */
.tm-grid-center > div > div > .el-item {
    display: flex !important;
    align-items: center ;
    justify-content: center;
}
img.tm-image-light,
.tm-image-light > img,
.tm-grid-image-light .el-item img {
	background-color: #fff;
}
img.tm-image-navy,
.tm-image-navy > img,
.tm-grid-image-navy .el-item img {
	background-color: #00294B;
}
.tm-box-decoration-rounded.tm-box-decoration-primary::before,
.tm-box-decoration-rounded .tm-box-decoration-primary::before,
.tm-box-decoration-rounded.tm-box-decoration-secondary::before,
.tm-box-decoration-rounded .tm-box-decoration-secondary::before {
    border-radius: 500px;
}
.tm-image-divider::before {
    content: "";
	position: absolute;
    left: 50%;
    transform: translate(60%, 50%);
    width: 75px;
    max-width: 100%;
    border-top: 2px solid #CE93FF;
    border-width: 2px 0 0 0;
	z-index: -2;
	height: 80px;
}
.tm-image-divider::after {
    content: "";
	position: absolute;
    right: 50%;
    transform: translate(-60%, 50%);
    width: 75px;
    max-width: 100%;
    border-top: 2px solid #CE93FF;
    border-width: 2px 0 0 0;
	z-index: -2;
	height: 80px;
}
img.tm-image-padded,
.tm-image-padded > img,
.tm-grid-image-padded .el-item {
	padding: 10px 15px;
}
img.tm-image-padded-large,
.tm-image-padded-large > img,
.tm-grid-image-padded-large .el-item {
	padding: 20px 30px;
}
img.tm-image-padded-xlarge,
.tm-image-padded-xlarge > img,
.tm-grid-image-padded-xlarge .el-item {
	padding: 30px 50px; 
}

/*--------------------------- TILE */
.uk-tile-decoration-primary > div {
    border-radius: 5px;
}
.uk-tile-decoration-primary > div::before {
    backdrop-filter: none;
	z-index: -1;
	border: 1px solid rgba(255,255,255,.1);
	transform: translate(0,0);
    background-color: rgba(255,255,255,.1);
	border-radius: 10px;
	content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    pointer-events: none;
}
.uk-tile-decoration-primary > div::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    height: 100%;
    opacity: .7;
    background-image: none;
    filter: blur(85px);
}
.uk-tile-tab-top > div.uk-tile {
	border-radius: 0 0 50px 50px;
}
.uk-tile-tab-top.uk-tile-blue > div.uk-tile {
    background-color: rgba(0,168,226,.75);
    color: rgba(255,255,255,.85);
    backdrop-filter: none;
    -webkit-backdrop-filter: 0;
    border: 1px solid rgba(255,255,255,.3);
	border-top: none;
    background-image: none;
}
.uk-tile-rounded > div,
.uk-tile-round > div {
	border-radius: 3px;
}

/*--------------------------- CARD */
.uk-section-primary .uk-card-secondary,
.uk-section-primary .uk-card-secondary.uk-card-body, 
.uk-section-primary .uk-card-secondary > :not([class*='uk-card-media']),
.uk-section-primary:not(.uk-preserve-color) .uk-card-secondary.uk-card-body, 
.uk-section-primary:not(.uk-preserve-color) .uk-card-secondary > :not([class*='uk-card-media']) {
/*	color: rgba(255,255,255,0.85) ; */
}
.uk-section-primary .uk-card-secondary h3,
.uk-section-primary .uk-card-secondary.uk-card-body h3,
.uk-section-primary:not(.uk-preserve-color) .uk-card-secondary h3, 
.uk-section-primary:not(.uk-preserve-color) .uk-card-secondary.uk-card-body h3,
.uk-section-secondary .uk-card-secondary h3,
.uk-section-secondary .uk-card-secondary.uk-card-body h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-card-secondary h3, 
.uk-section-secondary:not(.uk-preserve-color) .uk-card-secondary.uk-card-body h3 {
/*	color: #fff ; */
}

/*--------------------------- LINKS */
a.nounderline,
.nounderline a {
	text-decoration: none !important;
}
.uk-hover-zoom a img {
    transition: all .3s ease-out;
}
.uk-hover-zoom a:hover img {
    transform: scale(1.05);
	transition: all .3s ease-in;
}

/*--------------------------- UTILITY TYPOGRAPHY */
.uk-text-lighter 	{}
.uk-text-bolder 	{}
.uk-text-nonitalic 	{ font-style: normal; }
.uk-text-capitalize {}
.uk-text-uppercase 	{}
.uk-text-lowercase 	{}
.uk-text-tighten1 	{ line-height: 1.1;  }
.uk-text-tighten2 	{ line-height: 1.2;  }
.uk-text-tighten3 	{ line-height: 1.3;  }
.uk-text-spread5 	{ line-height: 1.5; } 
.uk-text-spread6 	{ line-height: 1.6; } 
.uk-text-spread7 	{ line-height: 1.7; } 

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, 
.uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, 
h1, h2, h3, h4, h5, h6 { 
	hyphens: manual; 
}
em {
	color: inherit !important;
}
li, p {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}
.uk-text-tertiary {
	color: #263372 !important;
}
.uk-font-tertiary { 
}
.uk-text-larger {
    font-size: 115%;
    line-height: 1.35;
}
.uk-text-largest {
    font-size: 150%;
	letter-spacing: -0.025em; 
}
.uk-text-smaller {
    font-size: 95%;
}
.uk-text-smallest {
    font-size: 75%; 
}
.registered50 {
    font-size: 50%;
    display: inline-block;
    position: relative;
    bottom: 25px;
}
.registered75 {
    font-size: 75%;
    display: inline-block;
    position: relative;
    bottom: 15px;
}
.uk-text-shadow {
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

/*--------------------------- LIST OVERRIDES */
.uk-list-small > :nth-child(n+2) {
	margin-top: 7px;
	line-height: 1.3;
}

/*--------------------------- TABLE */
.uk-table-small th,
.uk-table-small td { 
	line-height: 1.2; 
}
tr.uk-row-muted td,
tr.uk-row-muted th {
    background: #f4f4f2;
}
.uk-row-middle th,
.uk-row-middle td,
.uk-cell-middle {
    vertical-align: middle;
}
.uk-table-xsmall td {
    padding: 5px 7px;
}
td.border-all,
table.border-all td,
table.border-all th,
table.border-all {
    border: 1px solid #e5e5e7;
}
td.border-left {
    border-left: 1px solid #e5e5e7;
}
td.border-right {
    border-right: 1px solid #e5e5e7;
}
td.border-top {
    border-top: 1px solid #e5e5e7;
}
td.border-bottom {
    border-top: 1px solid #e5e5e7;
}

.noborder-left {
    border-left-color: transparent !important;
}
.noborder-right {
    border-right-color: transparent !important;
}
.noborder-top {
    border-top-color: transparent !important;
}
.noborder-bottom {
    border-top-color: transparent !important;
}

/*--------------------------- USER REGISTRATION OVERRIDES */
#user-registration,
.user-registration,
.user-registration.ur-frontend-form,
.ur-frontend-form {
	margin: 0;
	padding: 0;
	box-shadow: none;
	background: none;
	border: 0 none;
}
#user-registration > div,
#user-registration .ur-frontend-form.ur-frontend-form--flat {
	background: transparent;
	padding: 0; 
}
.user-registration-LostPassword.lost_password {
	padding-top: 40px;
	padding-bottom: 0;
}
.ur-frontend-form button, 
.ur-frontend-form input[type="submit"], 
.ur-frontend-form button[type="submit"] {
	
}