/*------------------------------------ CUSTOM */
/* primary      #           					
/* secondary    #           					
/* tertiary     #                 				
/* light        #fff
/* dark         #303030 (emphasis text, headings)
/* muted (medium)   #989B9F light text, meta text, disabled links and buttons 
/* muted            #f9f9f9 light backgrounds 
/*--------------------------------------------*/

/*######################################### CUSTOM OVERRIDES */
.uk-section-primary .uk-grid-divider>:not(.uk-first-column)::before {
    border-left-color: rgba(0,0,0,.25);
}
.pg-width-l .tm-main > .uk-container { max-width: 1200px}
.pg-width-md .tm-main > .uk-container { max-width: 960px}
.uk-navbar-transparent.uk-light {
    -webkit-box-shadow: inset 0 75px 50px -50px rgba(0,0,0,.35);
	-moz-box-shadow: inset 0 75px 50px -50px rgba(0,0,0,.35);
    box-shadow: inset 0 75px 50px -50px rgba(0,0,0,.35);
}
.uk-gradient-dark {
    -webkit-box-shadow: inset 0 75px 50px -50px rgba(0,0,0,.35);
	-moz-box-shadow: inset 0 75px 50px -50px rgba(0,0,0,.35);
    box-shadow: inset 0 75px 50px -50px rgba(0,0,0,.35);
}

.no-menu .tm-header-mobile,
.nomenu .tm-header-mobile{
    display: none !important;
}
@media (min-width: 480px) and (max-width: 1199px) {
    .no-menu .tm-header,
	.nomenu .tm-header { display: block !important; }
}
.no-footer .tm-footer,
.nofooter .tm-footer {
    display: none;
}
/* is regular page */
.page-template-default {
	
}
/* is landing page */
.landing_pages-template-default,
.single-landing_pages {

}
.svg-heading-light > svg {
    fill: #fff;
}
.svg-heading-light svg > g {
    opacity: 0.35;
}

/*--------------------------- CUSTOM COLOR BLOCKS */
/*----- dark */
.uk-section-dark,
.uk-tile-dark .uk-tile,
.uk-card-dark { 
    background: #303030; 
}
.uk-text-dark {
    color: #303030; 
}
.uk-text-bg-dark {
    background: #303030;
    box-shadow: 10px 0 0 #383838, -10px 0 0 #383838;
}
/*----- light */
.uk-section-light,
.uk-tile-light .uk-tile,
.uk-card-light { 
    background: #fff; 
}
.uk-text-light {
    color: #fff;
}
.uk-text-bg-light {
    background: #fff;
    box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
}

/*--------------------------- NAVIGATION, MENUS */
.tm-cookie-banner { }
.tm-cookie-banner .uk-button-secondary { }
.tm-toolbar-default .uk-nav-default .uk-nav-sub a {
    color: rgba(255,255,255,.5);
}
li.uk-active.uk-parent > a {
	padding-bottom: 3px;
}
ul.uk-nav-sub {
    padding-top: 0px;
	padding-bottom: 10px;
}

span.uk-text-lead, p span.uk-text-lead,
span.uk-text-large, p span.uk-text-large { 
	line-height: 1.5rem; 
}
.uk-heading-bullet::before {
	border-left: 0 none;
	margin-right: 0;
	content: none;
	display: inline;
}
.uk-heading-bullet {
    border-left: 5px solid #f5ca1c;
    padding-left: 15px;
}
.uk-text-shadow {
    text-shadow: 0 1px 15px rgba(0,0,0,0.5);
}
.results-productivity .uk-width-small { width: 125px; text-align: right; }
.results-eph .uk-width-small 		  { width: 125px; text-align: right; }
.results-inputs .uk-width-small 	  { width: 100px; text-align: right; }
@media (min-width: 640px) {
	.results-productivity .uk-width-small { width: 125px; }
	.results-eph .uk-width-small 		  { width: 125px; }
	.results-inputs .uk-width-small\@s 	  { width: 90px; }
}
@media (min-width: 960px) {
	.results-productivity .uk-width-small { width: 145px; }
	.results-eph .uk-width-small 	  	  { width: 130px; }
	.results-inputs .uk-width-small 	  { width: 90px; }
}
@media (min-width: 1200px) {
	.results-productivity .uk-width-small { width: 145px; }
	.results-eph .uk-width-small 		  { width: 130px; }
	.results-inputs .uk-width-small 	  { width: 90px; }
}
/*--------------------------------------------- backgrounds */
.uk-section-tertiary {
    background-color: #f5ca1c;
}
.uk-card-tertiary {}
.uk-tile-transparent > .uk-tile {
    background: transparent;
}
.uk-section-muted .uk-card-default {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.075);
}

/*--------------------------- DECORATIVE */
.border-frame {
	border: 2px solid currentColor;
}
.border-frame-gold {
	border: 2px solid #efc31a;
}
.border-top-gold > .uk-card {
	border-top: 2px solid #efc31a;
}
.border-top-blue > .uk-card {
	border-top: 2px solid #0062a5;
}

/* blur */
.svg-blur-2 {
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}
.svg-blur-5 {
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.svg-blur-10 {
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.blur-5 {
	filter: blur(5px);
}
.blur-10 {
	filter: blur(10px);
}

/* opacity */
.opacity1 { opacity: 0.1; }
.opacity2 { opacity: 0.2; }
.opacity3 { opacity: 0.3; }
.opacity4 { opacity: 0.4; }
.opacity5 { opacity: 0.5; }
.opacity6 { opacity: 0.6; }
.opacity7 { opacity: 0.7; }
.opacity8 { opacity: 0.8; }
.opacity9 { opacity: 0.9; }

/* SVG fill color */
.fill-light	  	{ fill: #ffffff; }
.fill-dark		{ fill: #231f20; }
.fill-primary	{ fill: #efc31a; }
.fill-secondary { fill: #0062a5; }

/* SVG stroke color */
.stroke-light { stroke: #ffffff; }
.stroke-dark  { stroke: #231f20; }
.stroke-primary { stroke: #efc31a; }
.stroke-secondary { stroke: #0062a5; }

/* SVG stroke width */
.stroke-width-3 {stroke-width: 3;}
.stroke-width-4 {stroke-width: 4;}

/* floating */
.floating-50 {
  animation: floatUpDown 50s ease-in-out infinite;
}
@keyframes floatUpDown {
  0%, 100% { transform: translateY(-15px); }
  50%      { transform: translateY(35px); }
}
.floating-vh {
  animation: floatUpDown 25s ease-in-out infinite;
}
@keyframes floatUpDown {
  0%, 100% { transform: translateY(15vh); }
  50%      { transform: translateY(75vh); }
}

/*--------------------------- BUTTONS */
.btn /*,
.uk-button:not(.uk-button-text)*/ {
	color: #1c1d21;
    border: 1px solid transparent;
	padding-left: 25px;
	padding-right: 25px;
}
.btn,
.uk-button {
    padding-top: 15px;
    padding-bottom: 15px;
}
.btn-large,
.uk-button-large {
    padding-top: 18px;
    padding-bottom: 18px;
}
.btn-small,
.uk-button-small {
    padding-top: 10px;
    padding-bottom: 10px;
}
.uk-button-text {
	text-align: left;
}

.btn:hover, 
.btn:focus,
.menu-uk-button > a {
    color: #1c1d21;
    border-color: transparent;
    background-color: #f5ca1c;
    background-image: linear-gradient(90deg,#f5ca1c 50%,#f7f9fb 50%);
	background-size: 200%;
	background-position-x: 100%;
    box-shadow: 1px 10px 10px 0 rgba(0,0,0,.25);
    -webkit-filter: brightness(100%) !important;
    filter: brightness(100%) !important;
}

/* button default */
.uk-overlay-muted .uk-button-default, 
.uk-section-muted:not(.uk-preserve-color) .uk-button-default, 
.uk-tile-muted:not(.uk-preserve-color) .uk-button-default, 
.uk-overlay-primary .uk-button-default, 
.uk-section-primary:not(.uk-preserve-color) .uk-button-default, 
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default, 
.uk-overlay-secondary .uk-button-default, 
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default, 
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.menu-uk-button > a {
    color: #1c1d21;
    background-color: #fff;
    background-image: linear-gradient(90deg,#f7f9fb 50%,#fff 50%);
    background-position-x: 100%;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.25);
}
.uk-overlay-muted .uk-button-default:focus, 
.uk-overlay-muted .uk-button-default:hover, 
.uk-section-muted:not(.uk-preserve-color) .uk-button-default:focus, 
.uk-section-muted:not(.uk-preserve-color) .uk-button-default:hover, 
.uk-tile-muted:not(.uk-preserve-color) .uk-button-default:focus, 
.uk-tile-muted:not(.uk-preserve-color) .uk-button-default:hover,
.uk-overlay-secondary .uk-button-default:focus, 
.uk-overlay-secondary .uk-button-default:hover, 
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus, 
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover, 
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus, 
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.menu-uk-button-default:hover > a {
	color: #fff;
    background-color: #f5ca1c;
    background-image: linear-gradient(90deg,#f5ca1c 50%,#f7f9fb 50%);
    background-position-x: 0;
	box-shadow: 1px 10px 10px 0 rgba(0,0,0,.25);
}

.uk-overlay-primary .uk-button-default:focus, 
.uk-overlay-primary .uk-button-default:hover, 
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus, 
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover, 
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus, 
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover {
	color: #1c1d21;
	background-color: #fff;
    background-image: linear-gradient(90deg,#f7f9fb 50%,#fff 50%);
	box-shadow: 1px 10px 10px 0 rgba(0,0,0,.25);
}

/* button primary */
.uk-overlay-primary .uk-button-primary, 
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary, 
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary {
	color: #1c1d21;
	background-color: #fff;
    background-image: linear-gradient(90deg,#f7f9fb 50%,#fff 50%);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.25);
}
.uk-overlay-primary .uk-button-primary:focus, 
.uk-overlay-primary .uk-button-primary:hover, 
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus, 
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover, 
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus, 
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover {
	box-shadow: 1px 10px 10px 0 rgba(0,0,0,.25);
}
button.el-button,
.menu-uk-button > a {
	padding: 15px 25px;
	border-radius: 2px;
	font-weight: 600;
	border: 1px solid transparent;
	transition: .3s ease-in-out;
    transition-property: color,background-color,background-position,background-size,border-color,box-shadow;
}
button.el-button,
.uk-overlay-secondary .uk-button-primary, 
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary, 
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.menu-uk-button-primary > a {
	background-color: #f5ca1c;
    background-image: linear-gradient(90deg,#edc00a 50%,#f5ca1c 50%);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.25);
	background-size: 200%;
	background-position-x: 100%;
}
button.el-button:focus,
button.el-button:hover,
.uk-overlay-secondary .uk-button-primary:focus, 
.uk-overlay-secondary .uk-button-primary:hover, 
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus, 
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover, 
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus, 
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.menu-uk-button-primary:hover > a {
	box-shadow: 1px 10px 10px 0 rgba(0,0,0,.25);
	background-position-x: 0;
}

/* button secondary */
.uk-overlay-primary .uk-button-secondary, 
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary, 
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.menu-uk-button-secondary > a {
	color: #fff;
	background-color: #393f4d;
    background-image: linear-gradient(90deg,#1c1d21 50%,#393f4d 50%);	
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.25);
}
.uk-overlay-primary .uk-button-secondary:focus, 
.uk-overlay-primary .uk-button-secondary:hover, 
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus, 
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover, 
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus, 
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.menu-uk-button-secondary:hover > a {
	box-shadow: 1px 10px 10px 0 rgba(0,0,0,.25);
}
.uk-overlay-secondary .uk-button-secondary, 
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary, 
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary {
	color: #1c1d21;
    background-color: #fff;
    background-image: linear-gradient(90deg,#f7f9fb 50%,#fff 50%);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.25);
}
.uk-overlay-secondary .uk-button-secondary:focus, 
.uk-overlay-secondary .uk-button-secondary:hover, 
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus, 
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, 
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus, 
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover {
	box-shadow: 1px 10px 10px 0 rgba(0,0,0,.25);	
}

/* button danger */
.uk-overlay-primary .uk-button-danger:focus, 
.uk-overlay-primary .uk-button-danger:hover, 
.uk-section-primary:not(.uk-preserve-color) .uk-button-danger:focus, 
.uk-section-primary:not(.uk-preserve-color) .uk-button-danger:hover, 
.uk-tile-primary:not(.uk-preserve-color) .uk-button-danger:focus, 
.uk-tile-primary:not(.uk-preserve-color) .uk-button-danger:hover,
.uk-overlay-secondary .uk-button-danger:focus, 
.uk-overlay-secondary .uk-button-danger:hover, 
.uk-section-secondary:not(.uk-preserve-color) .uk-button-danger:focus, 
.uk-section-secondary:not(.uk-preserve-color) .uk-button-danger:hover, 
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-danger:focus, 
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-danger:hover {
	color: #fff;	
}

/*--------------------------- ANIMATION */
.floating-px {
  animation: floatUpDown 50s ease-in-out infinite;
}
@keyframes floatUpDown {
  0%, 100% { transform: translateY(-15px); }
  50%      { transform: translateY(35px); }
}
.floating-vh {
  animation: floatUpDown 25s ease-in-out infinite;
}
@keyframes floatUpDown {
  0%, 100% { transform: translateY(15vh); }
  50%      { transform: translateY(75vh); }
}
.uk-animation-slow {
	animation-duration: 2s;
	animation-delay: 1s;
	transition-timing-function: ease-out;
}
.uk-animation-xslow {
	animation-duration: 3s;
	animation-delay: 1s;
	transition-timing-function: ease-out;
}
.slow {
	transition: .7s ease-in-out;
    transition-property: position;
}
.slower {
	transition: 1s ease-in-out;
    transition-property: position;
}
.slowest {
	transition: 1.5s ease-in-out;
    transition-property: position;
}

/*--------------------------- OTHER */
.offset-border-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    right: 0;
    z-index: 2;
    height: 4px;
    background: #efc31a;
}
.border-frame {
	border: 2px solid currentColor;
}
.border-frame-gold {
	border: 2px solid #efc31a;
}
.border-top-gold > .uk-card {
	border-top: 2px solid #efc31a;
}
.border-top-blue > .uk-card {
	border-top: 2px solid #0062a5;
}

/* blur */
.svg-blur-2 {
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}
.svg-blur-5 {
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.svg-blur-10 {
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.blur-5 {
	filter: blur(5px);
}
.blur-10 {
	filter: blur(10px);
}

/* opacity */
.opacity1 { opacity: 0.1; }
.opacity2 { opacity: 0.2; }
.opacity3 { opacity: 0.3; }
.opacity4 { opacity: 0.4; }
.opacity5 { opacity: 0.5; }
.opacity6 { opacity: 0.6; }
.opacity7 { opacity: 0.7; }
.opacity8 { opacity: 0.8; }
.opacity9 { opacity: 0.9; }

/* SVG fill color */
.fill-light	  	{ fill: #ffffff; }
.fill-dark		{ fill: #231f20; }
.fill-primary	{ fill: #efc31a; }
.fill-secondary { fill: #0062a5; }

/* SVG stroke color */
.stroke-light { stroke: #ffffff; }
.stroke-dark  { stroke: #231f20; }
.stroke-primary { stroke: #efc31a; }
.stroke-secondary { stroke: #0062a5; }

/* SVG stroke width */
.stroke-width-3 {stroke-width: 3;}
.stroke-width-4 {stroke-width: 4;}

/*##################################### STANDARD OVERRIDES */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------- POSITIONING RESET */
@media (max-width: 640px) {
    .reset-relative-small { 
        position: static !important;
    }
}
@media (max-width: 960px) {
    .reset-relative-medium { 
        position: static !important;
    }
}

/*--------------------------- NAVIGATION */
.uk-navbar-center:only-child, 
.uk-navbar-left, 
.uk-navbar-right {
    flex-wrap: nowrap;
}
.uk-navbar-nav>li>a {
	text-align: center;
	line-height: 1.2;
}
.uk-navbar-dropdown-nav {
	line-height: 1.2;
	font-size: 1rem;
}
.uk-navbar-dropdown-nav .uk-nav-subtitle {
	margin-top: 3px;
	opacity: 0.6;
}

/*--------------------------- 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-tighten4 	{ 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-text-quote 		{ font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif"; font-style: italic;}

.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 { }
.uk-font-tertiary { }

.uk-text-larger {
    font-size: 105%;
    /* line-height: 1.35; */
	letter-spacing: -0.015em;
}
.uk-text-largest {
    font-size: 115%;
	letter-spacing: -0.025em; 
}
.uk-text-smaller {
    font-size: 85%;
}
.uk-text-smallest {
    font-size: 60%; 
}
.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);
}
.uk-text-glow {
	text-shadow: 1px 1px 5px rgba(255,255,255,0.75);
}

.uk-text-bg,
.uk-text-bg-primary,
.uk-text-bg-secondary,
.uk-text-bg-muted {
	display: inline-block;
    padding: 5px 10px;
}
.uk-text-bg 			{ background: #fff; color: #262223; }
.uk-text-bg-primary 	{ background: #efc31a; color: #262223; }
.uk-text-bg-secondary 	{ background: #262223; color: #fff; }
.uk-text-bg-muted 		{ background: #F7F7F7; color: #262223; }

.uk-text-frame,
.uk-text-frame-primary,
.uk-text-frame-secondary,
.uk-text-frame-muted {
	display: inline-block;
    padding: 5px 10px;
	border-width: 2px;
	border-style: solid;
}
.uk-text-frame 			{ border-color: #fff; color: #fff; }
.uk-text-frame-primary 	{ border-color: #efc31a; color: #efc31a; }
.uk-text-frame-secondary{ border-color: #262223; color: #262223;}
.uk-text-frame-muted 	{ border-color: #F7F7F7; color: #262223;} 

/*--------------------------- BUTTONS */
.btn {
	color: #1c1d21;
    border: 1px solid transparent;
	padding-left: 25px;
	padding-right: 25px;
}
.btn,
.uk-button {
    padding-top: 15px;
    padding-bottom: 15px;
}
.btn-large,
.uk-button-large {
    padding-top: 18px;
    padding-bottom: 18px;
}
.btn-small,
.uk-button-small {
    padding-top: 10px;
    padding-bottom: 10px;
}
.uk-button-text {
	text-align: left;
}

/*--------------------------- 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;
}

/*--------------------------- LIST */
.uk-list-small > :nth-child(n+2) {
	margin-top: 7px;
	line-height: 1.3;
}

/*--------------------------- GRID */
.uk-grid-column-xsmall > *, 
.uk-grid-xsmall > * {
    padding-left: 10px;
}
.uk-grid-xsmall > .uk-grid-margin {
    margin-top: 10px;
}

/*--------------------------- TRANSFORM */
.rotate180 {
 	-webkit-transform: rotate(-90deg); /* Safari */
 	-moz-transform: rotate(-90deg); /* Firefox */
 	-ms-transform: rotate(-90deg); /* IE */
 	-o-transform: rotate(-90deg); /* Opera */
	transform: rotate(-180deg);
}

/*--------------------------- SPECIAL EFFECTS */
.opacity1 { opacity: 0.1; }
.opacity2 { opacity: 0.2; }
.opacity3 { opacity: 0.3; }
.opacity4 { opacity: 0.4; }
.opacity5 { opacity: 0.5; }
.opacity6 { opacity: 0.6; }
.opacity7 { opacity: 0.7; }
.opacity8 { opacity: 0.8; }
.opacity9 { opacity: 0.9; }

/*--------------------------- GRADIENTS */
.gradient-top-dark, .gradient-bottom-dark,
.gradient-top-light, .gradient-bottom-light,
.uk-logo {
    position: relative;
    overflow: hidden;
}
.gradient-top-dark::before,
.gradient-top-light::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
	z-index: 1;
    pointer-events: none;
}
.gradient-top-dark::before {
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.gradient-top-light::before {
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 100%);
}
.gradient-bottom-dark::after,
.gradient-bottom-light::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
	z-index: 1;
    pointer-events: none;
}
.gradient-bottom-dark::after {
	background: -webkit-linear-gradient(bottom, rgba(38, 34, 35, 1), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(bottom, rgba(38, 34, 35, 1), rgba(0, 0, 0, 0));
	background: linear-gradient(to top, rgba(38, 34, 35, 1), rgba(0, 0, 0, 0));
}
.gradient-bottom-light::after {
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));	
}

/*--------------------------- 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;
}

/*--------------------------- COGNITO FORMS */
/*.cognito {
    margin: 0;
    padding: 0;
}
.cognito > br {
	display: none;
}
.cognito .c-span-24 {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.cognito .c-label {
    padding: 0 0 2px 0 !important;
}
.cognito .c-forms-form select:hover, 
.cognito .c-forms-form input[type=text]:hover, 
.cognito .c-forms-form input[type=password]:hover, 
.cognito .c-forms-form textarea:hover {
	border-color: #2d2e33 !important;
}
.cognito .c-forms-form select:focus, 
.cognito .c-forms-form input[type=text]:focus, 
.cognito .c-forms-form input[type=password]:focus, 
.cognito .c-forms-form textarea:focus,
.cognito .c-forms-form select:active, 
.cognito .c-forms-form input[type=text]:active, 
.cognito .c-forms-form input[type=password]:active, 
.cognito .c-forms-form textarea:active {
	border-color: #199ad6 !important;
}
.cognito .c-editor .c-choice-fillin div,
.cognito .c-editor .c-choice-fillin div:not(.printHelper) {
	width: 90% !important;
}
.cognito .c-forms-form .c-editor {
    padding-right: 10px;
    padding-left: 0px;
}
.cognito .uk-checkbox, 
.cognito .uk-radio, 
.cognito input[type=checkbox]:not([class*=uk-]), 
.cognito input[type=radio]:not([class*=uk-]) {
	margin-right: 5px;
}
.cognito .c-forms-confirmation-message {
    padding: 25px 0px 20px 0px;
} */

/*--------------------------- COGNITO OLD SITE */
.cognito {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.cognito :focus-visible {
    outline: none;
}
.cognito .cog-label,
.cognito .cog-input .el-input,
.cognito .cog-input .el-input input {
	color: #393f4d !important;
}
.cognito .cog-input .el-input select, 
.cognito .cog-input .el-input input[type=text], 
.cognito .cog-input .el-textarea textarea {
	border: 1px solid #ddd;
	min-height: 35px;
	font-size: 1rem;
}
.cognito .cog-input .el-input select:hover, 
.cognito .cog-input .el-input input:hover,
.cognito .cog-input .el-input input[type=text]:hover, 
.cognito .cog-input .el-textarea textarea:hover {
	border-color: #747474 !important;
}
.cognito .cog-input .el-input select:focus, 
.cognito .cog-input .el-input input[type=text]:focus, 
.cognito .cog-input .el-input input textarea:focus {
	border-color: #1c1d21 !important;
}

.cognito.uk-light,
.cognito.uk-light .c-forms-form .c-label,
.cognito.uk-light .c-forms-form .c-helptext {
	color: rgba(255,255,255,.8) !important;
}
.cognito.uk-light ::placeholder,
.cognito.uk-light :-ms-input-placeholder,
.cognito.uk-light ::-ms-input-placeholder {
	opacity: 1;
	color: rgba(255,255,255,.5);
}
.cognito.uk-light .c-forms-form .c-editor-date-icon, 
.cognito.uk-light .c-forms-form .c-editor-time-icon, 
.cognito.uk-light .c-forms-form .c-remove-item, 
.cognito.uk-light .c-forms-form .c-save-resume-close {
	color: rgba(255,255,255,.6);
}

.cognito h1, 
.cognito h2, 
.cognito h3 {
	font-weight: normal !important;
}
.cognito .c-forms-form h3 {
	font-size: 1.25rem !important;
}
.cognito.uk-light .c-forms-form h1, 
.cognito.uk-light .c-forms-form h2, 
.cognito.uk-light .c-forms-form h3, 
.cognito.uk-light .c-forms-form h4, 
.cognito.uk-light .c-forms-form h5, 
.cognito.uk-light .c-forms-form h6 {
	color: rgba(255,255,255,.8);
}
.cognito.uk-light .c-forms-confirmation-message {
	border: 3px solid rgba(255,255,255,.5);
    border-radius: 2px;
	background: rgba(255,255,255,.75);
	padding: 20px;
}
.cognito.uk-light .c-forms-confirmation-message > span > p:last-child {
	margin-bottom: 0 !important;
}

.cognito .uk-checkbox, 
.cognito .uk-radio, 
.cognito input[type=checkbox]:not([class*=uk-]), 
.cognito input[type=radio]:not([class*=uk-]) {
	margin-right: 5px;
}
.cognito input[type=checkbox], 
.cognito input[type=radio] {
	width: 1em !important;
	height: 1em !important;
}
.cognito.solutions .cog-field--8,
.cognito.solutions .cog-field--9 {
    font-weight: bolder;
    font-size: 1.25rem;
    background: #f9f9f9;
    padding: 10px 20px;
}
.cognito .cog-page__navigation {
	padding-top: 0;
}

/*--------------------------- RESPONSIVE */
/* XL - All except very large screens */
@media (max-width: 1599px) 	{ }

/* LG - Desktop and smaller */
@media (max-width: 1199px) 	{ }

/* MD - Tablet portrait and smaller */
@media (max-width: 959px) 	{ }

/* SM - Phone landscape and smaller */
@media (max-width: 639px) 	{ }

/* XS - Phone portrait and smaller */
@media (max-width: 479px) 	{ }

/* XS - Phone landscape and bigger */
@media (min-width: 480px) 	{ }

/* SM - Tablet and bigger */
@media (min-width: 640px) 	{ }

/* MD - Desktop and bigger */
@media (min-width: 960px) 	{ }

/* LG - Large screen and bigger */
@media (min-width: 1200px) 	{ }

/* XL - XL screen and bigger */
@media (min-width: 1600px) 	{ }

/* Only tablets portrait */
@media (min-width: 767px) and (max-width: 959px) { }

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) { }