/*------------------------------------ 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 
/* linear gradient linear-gradient(45deg, #233E56, #0098DB)
/*--------------------------------------------*/

/*######################################### CUSTOM OVERRIDES */
.uk-logo :where(img) { }

.tm-cookie-banner { }
.tm-cookie-banner .uk-button-secondary { }

.uk-nav-subtitle {b
    padding-top: 3px;
}
.uk-dropbar {
  background: #172938;
  background: linear-gradient(to bottom, #172938 50%, #1b3042);
}

.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a { }

.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li:not(.uk-active) > a:not(:hover) .uk-nav-subtitle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li:not(.uk-active) > a:not(:hover) .uk-nav-subtitle {
	color: rgba(255,255,255,0.75);
}
.uk-section-secondary .uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover,
.uk-tile-secondary .uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
	background-color: rgba(0, 152, 219, 0.05);
	/* box-shadow: 0 10px 50px 5px rgba(48, 71, 95, 0.1); */
}

.uk-panel-hover-menu .uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
	background-color: rgba(0,152,219,.15);
	color: #00547B;
	box-shadow: none;
}
.uk-card-muted > .uk-card-body {
	background: #f1f2f3;
}
.uk-button-danger {
	text-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}
.uk-card-xsmall > .uk-card-body {

}
.uk-tile-rounded > div,
.uk-tile-round > div {
	border-radius: 3px;
}
@media (max-width: 959px) 	{ 
	.uk-h3-small { font-size: 1.3rem; }
}

@media (max-width: 639px) 	{ 
	.uk-h3-small { font-size: 1.2rem; }
}
.uk-card-default.uk-card-translucent,
.fs-grid.uk-card-translucent .uk-card-default {
	background-color: rgba(255,255,255,0.08);
}
.uk-card-default.uk-card-translucent:hover,
.fs-grid.uk-card-translucent .uk-card-default:hover {
	background-color: rgba(255,255,255,0.15);
}
.uk-card-body.uk-card-xsmall,
.fs-grid.uk-card-xsmall .uk-card-body {
	padding: 10px;
}
.uk-marker {
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .25);
}

/*--------------------------- DECORATIVE EFFECTS */
.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);
}

/* 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); }
}

/*--------------------------- 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;
}

/*##################################### 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: 20px;
}
.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-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;} 

.uk-text-bg, .uk-text-bg-primary, .uk-text-bg-secondary, .uk-text-bg-muted,
.uk-text-bg-tint, .uk-text-bg-primary-tint, .uk-text-bg-secondary-tint, .uk-text-bg-muted-tint {
	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-bg-tint 			{ background: rgba(255, 255, 255, 0.5); color: #262223; }
.uk-text-bg-primary-tint 	{ background: rgba(239, 195, 26, 0.5); color: #262223; }
.uk-text-bg-secondary-tint 	{ background: rgba(57, 63, 77, 0.5); color: #fff; }
.uk-text-bg-muted-tint 		{ background: rgba(247, 247, 247, 0.5); 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;
}
.img-bw img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.img-primary img {
	filter: sepia(100%) brightness(97%) hue-rotate(161deg) saturate(120%);
	-webkit-filter: sepia(100%) brightness(97%) hue-rotate(161deg) saturate(120%);
	-moz-filter: sepia(100%) brightness(97%) hue-rotate(161deg) saturate(120%);
}
.img1 .tm-box-decoration-default::before {
    content: '';
    position: absolute;
    z-index: 2;
    pointer-events: none;
	width: 200px;
	transform: translate(-10%, -20%);
	background: url('https://go.guidewaycare.com/wp-content/uploads/2025/05/mini-wave-1.svg');
	background-position: bottom left;
  	background-repeat: no-repeat;
}
.img1 .tm-box-decoration-default::after {
	background: none; 
}

/*--------------------------- 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), 70%, rgba(0, 0, 0, 0));
	background: -o-linear-gradient(rgba(0, 0, 0, 0.7), 70%, rgba(0, 0, 0, 0));
	background: linear-gradient(rgba(0, 0, 0, 0.7), 70%, rgba(0, 0, 0, 0));
}
.gradient-top-light::before {
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9) 20%, 70%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(rgba(255, 255, 255, 0.9) 20%, 70%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(rgba(255, 255, 255, 0.9) 20%, 70%, rgba(255, 255, 255, 0) 100%);
	
	background-image: linear-gradient(
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0.15) 65%,
    rgba(255, 255, 255, 0.075) 75.5%,
    rgba(255, 255, 255, 0.037) 82.85%,
    rgba(255, 255, 255, 0.019) 88%,
    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) 1%, 70%, rgba(0, 0, 0, 0));
	background: -o-linear-gradient(bottom, rgba(38, 34, 35, 1) 1%, 70%, rgba(0, 0, 0, 0));
	background: linear-gradient(to top, rgba(38, 34, 35, 1) 1%, 70%, rgba(0, 0, 0, 0));
}
.gradient-bottom-light::after {
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 1%, 75%, rgba(255, 255, 255, 0) 99%);
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 1%, 75%, rgba(255, 255, 255, 0) 99%);
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 1%, 75%, rgba(255, 255, 255, 0) 99%);
}

/*--------------------------- 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;
}

/*--------------------------- 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) { }