/*
	A lightweight set of rules to set baseline styling.
*/

/* Fonts */
@font-face{
  font-family: "TUI-Regular";
  src: local(''),
       url('/assets/fonts/TUIType_W_V2-101/WOFF2/TUITypeLt_LATN_W_Rg.woff2') format('woff2'),
       url('/assets/fonts/TUIType_W_V2-101/WOFF/TUITypeLt_LATN_W_Rg.woff') format('woff');
  font-style: "normal";
  font-weight: "normal"
}
@font-face{
  font-family: "TUI-Bold";
  src: local(''),
       url('/assets/fonts/TUIType_W_V2-101/WOFF2/TUITypeLt_LATN_W_Bd.woff2') format('woff2'),
       url('/assets/fonts/TUIType_W_V2-101/WOFF/TUITypeLt_LATN_W_Bd.woff') format('woff');
  font-style: "normal";
  font-weight: "bold"
}

@font-face {
	font-family: "Ambit";
	src: local(''),
	url('/assets/fonts/Ambit/Ambit-Regular.woff2') format('woff2'),
	url('/assets/fonts/Ambit/Ambit-Regular.woff') format('woff');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "Ambit-Bold";
	src: local(''),
	url('/assets/fonts/Ambit/Ambit-Bold.woff2') format('woff2'),
	url('/assets/fonts/Ambit/Ambit-Bold.woff') format('woff');
	font-style: normal;
	font-weight: normal;
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
  font-size: 62.5%;
}
*, *:before, *:after {
	box-sizing: inherit;
}
* {
	margin: 0;
	padding: 0;
}
body {
  font-family: "TUI-Regular", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.5;
	background: #fff;
  color: #0a2a5e;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "TUI-Bold", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
	font-weight: normal;
  line-height: 1;
}
picture,
main,
canvas {
	display: block;
}
table {
	width: 100%;
	border-collapse: collapse;
}
th, td {
	vertical-align: top;
}
abbr {
	text-decoration: none !important;
}
textarea, select, input, button {
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'><path d='M10.5 15l7.5 7.5 7.5-7.5z' fill='%23aaa'/><path d='M0 0h36v36h-36z' fill='none'/></svg>");
	background-size: 20px;
	background-position: right 10px center;
	background-repeat: no-repeat;
}
input[type="submit"] {
	border: none;
}
fieldset {
	border: none;
	min-inline-size: 0;
}
strong {
	font-weight: bold;
}
a, button {
	-webkit-transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease, opacity 150ms ease;
	-moz-transition: 	  border-color 150ms ease, background-color 150ms ease, color 150ms ease, opacity 150ms ease;
	-o-transition: 		  border-color 150ms ease, background-color 150ms ease, color 150ms ease, opacity 150ms ease;
	transition: 		    border-color 150ms ease, background-color 150ms ease, color 150ms ease, opacity 150ms ease;
	color: inherit;
}
a[href], button, input[type="button"], input[type="submit"] {
	cursor: pointer;
}
a {
	color: inherit;
	text-decoration: none;
}
a[href^="tel"] {
	text-decoration: none;
	white-space: nowrap;
}
a, button {
	outline: none;
}

form a {
	color: inherit;
	text-decoration: underline;
}

.limit-hit-msg a {
	color: inherit;
	text-decoration: underline;
}

button,
input,
optgroup,
select,
textarea {
	border: none;
	color: inherit;
	font: inherit;
	margin: 0;
  outline: none;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
optgroup:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -2px;
}
a:focus-visible,
button:focus-visible {
  outline-offset: 1px;
}
button,
select {
	text-transform: none;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
textarea {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: no-drop;
}
label {
  cursor: pointer;
}
svg {
	display: block;
	fill: currentColor;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
}
address {
	font-style: normal;
}
button {
	background: none;
	border: none;
}
sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}
sub { 
	top: 0.4em; 
}
ul, ol {
	list-style-type: none;
}
iframe {
	border: none;
}

/* Pseudo selectors */
::-moz-selection,
::selection {
	text-shadow: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  body {
    scroll-behavior: initial;
  }  
}

/* Styling for address lookup */
.pca .pcalist, .pca .pcatext.pcanotification {
	font-family: "TUI-Regular", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
	font-size: 1.6rem;
}
#progress {
	position: relative;
	width: 100%;
	height: 300px;
	margin-top: 20px;
}

	#progress svg {
		margin: 0 auto;
	}

	#progress .progress-circle {
		stroke: #70cbf4;
		transition: stroke-dashoffset 0.3s ease;
		stroke-width: 10;
		fill: none;
		transform: rotate(-90deg); /* Rotate the circle to start at 12 o'clock */
		transform-origin: center; /* Ensure the rotation is around the center of the circle */
	}

	#progress .progress-empty {
		stroke: #e0f2fa;
	}

	#progress .percentage {
		font-family: "TUI-Bold", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
		fill: #70cbf4;
		font-size: 31px;
		text-anchor: middle;
	}


.hidden {
	display: none !important;
}
