@charset "UTF-8";
@import url("brand.css");

@import url("splash.css");
@import url("header.css");
@import url("footer.css");

@import url("menus.css");

@import url("news.css");
@import url("sections.css");
@import url("sidebar.css");
/*[class*="col-"] {
    background-color: red;
}*/

body {
    color: #000000;
	/*color: var(--dark-color);*/
	font-size: 19px;
	font-family: 'Outfit', Helvetica Neue, Helvetica, Arial, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	font-weight: 300;
	font-style: normal;
	background: #FFFFFF;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}
body,html{margin:0;padding:0}
:root {--dark-color:#333333;--night-color:#111111;--light-color:#00c896;--dark-light-color:#007d69;--highlight-color:#00dca5;--light-grey-color:#F2F2F2;--grey-color:#F2F2F2;--dark-grey-color:#252525;--uoenight-color:#022020;--uoedark-color:#003c3c;--deep-color:#007d69;--bright-color:#00c896;--uoehighlight-color:#00dca5;}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

hr {
	border-top-color: var(--dark-color);
}
.dark hr {
    border-top-color: var(--light-color);
}
.overlay {
	background-color: #000000D5;
}

h1, .title {
	font-size: 3.5em;
	font-weight: 400;
	padding:0;
	margin: 20px 0;
	color: var(--light-color);
	  font-family: "Crimson Text", serif;
  font-style: normal;
}
.highlight strong, .highlight b {
		color: var(--light-color);
}

h1 {
    transform: scale(0); /* Start small */
    opacity: 0; /* Start hidden */
    animation: scaleIn 1s forwards; /* Animation */
}

@keyframes scaleIn {
    to {
        transform: scale(1); /* Scale to normal size */
        opacity: 1; /* Fade in */
    }
}


h2, .home h1 {
	color: var(--light-color);
	font-size: 35px;
	padding:0;
	margin: 10px 0;
	font-weight: 700;
	text-transform: uppercase;
}
h3 {
	color: var(--light-color);
	font-size: 27px;
	padding:0;
	margin: 10px 0;
	font-weight: 400;
}
h4 {
	font-size: 27px;
	margin: 10px 0;
	padding:0;
	font-weight: 400;
}
h5 {
	font-size: 22px;
	margin: 10px 0;
	padding:0;
	font-weight: 600;
}
h6 {
	font-size: 22px;
	margin: 10px 0;
	padding:0;
	font-weight: 400;
}
.content p, .content li {
	line-height: 25px
}
b, strong, .bold {
	font-weight: 700;
}
.italic {
	  font-style: italic;
}
.uppercase {
	  text-transform: uppercase;
}
.linetext h2 {
color: #000000;
	font-size: 22px !important;
  font-weight: 600;
			}
.linetext h2::after {
  left: 0.5em;
  margin-right: -50%;
			  text-align: center
}
  .linetext h2::before, .linetext h2::after {
    background-color: var(--red-color);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
	  text-align: center
  }
  .linetext h2::before, .linetext h2::after {
    width: 40%;
	  	  text-align: center
  }
	
.linetext h2::before {
  right: 0.5em;
  margin-left: -50%;
		  text-align: center
}

.position {font-size: 17px; width: 80%; display: block;
  margin: 0 auto;}
			

input, optgroup, select,textarea {
	border-radius: 37px;
	border: 1px solid #999;
}


.intro {
	font-size: 24px;
	opacity:0.9;
	margin-top: 20px
}
.larger-text {
	font-size: 28px;
}
.large-text {
	font-size: 24px;
}
.small-text {
	font-size: 16px;
}
.smaller-text {
	font-size: 14px;
}
.intro p {
    margin: 0;
}

.site-title {
	font-size: 24px;
	margin-bottom: 5px;
}

.text-over-image {
    color: #FFF;
    font-size: 55px;
    line-height: 100%;
    position: absolute;
	bottom: 20%;
    left: 50%;
    right: 50%;
    margin: auto;
    width: 70%;
    z-index: 3;
}	




@media (min-width: 992px) {
		.flex {display: flex;}
		.flexed {margin: auto;}
}
		





.goog-te-gadget {
	font-size: 18px !important
}


/* Bullet points */

.content li {
}
.content ol {
    padding: 0;
}
.content ol li {
	line-height: 24px;
	list-style: auto
}
.content .sidebar h2 {
	margin-bottom: 0;
}
.content ul {
  list-style: none;
}
.content li:last-child {
  margin-bottom: 20px;
}
.content ul li::before {
  content: "\25A0";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}




/* Images */

.content img {
    max-width: 100%;
    height: auto;
}




.logos img {
	max-height: 80px;
}

.circle-image{
    display: inline-block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    position: relative;
}
.circle-image img{
  width:100%;
  height:100%;
  position: absolute;
  border-radius: 50%;
  object-fit: cover;
}

.sub .feature-boxed img {
	object-fit: cover;
	width: 100%;
	max-height: 400px;
	height: 400px;
	margin-bottom: 0;
	clear: both;
}
.sub .feature-wide img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	max-height: 500px;
	border-radius: 0;
	height: 45vh;
	clear: both;
}

.gallery-item {
	border: 5px solid transparent !important;
	margin: 0 !important;
}
.gallery-caption {
    display: none;
}
.gallery img { border: none !important; }

.black-and-white img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.wp-caption p, .vc_figure-caption {
	background: transparent;
	color: var(--dark-color);
	padding: 10px 0;
	font-size: 16px;
	line-height: normal;
	border-top: solid #FFF 1px;
	margin-top: 0;
	text-align: left
}
.vc_message_box p {
  margin: 0;
}

/* Alternative - block

.wp-caption p, .vc_figure-caption {
	background: var(--light-color);
	color: var(--dark-color);
	padding: 10px 20px;
	font-size: 16px;
	line-height: normal;
	border-top: solid #FFF 1px;
	margin-top: 0;
	text-align: left
}


*/

.content input {
	padding: 12px 24px;
}


/* Colours */


.dark, .btn, button, #top {
	background-color: var(--dark-color);
	color: #FFFFFF;
}
.dark a:link, .dark a:visited, .dark p a:link, .dark p a:visited, .dark li a:link, .dark li a:visited, .dark li p a:link, .dark li p a:visited {
	color: #FFFFFF
}
.night {
	background-color: var(--night-color) !important;
	color: #FFFFFF;
}
.white, .dark .btn.white, .light .btn.white  {
	background-color: #FFFFFF;
}
.light-text, .light-text a {
	color: #FFFFFF !important
}
.light {
	background-color: var(--light-color);
}
.light-grey, .dark .btn.light-grey, .light .btn.light-grey  {
	background-color: var(--light-grey-color);
}
.grey, .dark .btn.grey, .light .btn.grey {
	background-color: var(--grey-color);
}
.dark-grey, .dark .btn.dark-grey, .light .btn.dark-grey {
	background-color: var(--dark-grey-color);
	color: #FFFFFF;
}
.black, .dark .btn.black, .light .btn.black {
	background-color: #000000;
	color: #FFFFFF;
}
.dark button, .dark .btn {
  background-color: var(--dark-light-color);
}
.dark-light {
	background-color: #007d69
}
.white input[type=text] {
	background-color: var(--light-grey-color);
}
.dark-text .menu-1 a {
  color: #000000
}
.glass {
    background-color: #33333355;
}
footer {
	font-size: 16px
}
.dark h2,
.dark .intro p {
	color: #FFFFFF !important
}
.dark-text,
.grey h2,
.grey-grad h2 {
	color: #00c896;
}



.gradient,
.white,
.white p,
.white a,
.white a:visited {
	color: #003c3c
}
.gradient {
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 8%, rgba(201,211,212,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 8%, rgba(201,211,212,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 8%, rgba(201,211,212,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#c9d3d4",GradientType=1);
}
.grey-gradient {
	background: rgb(217, 217, 217);
	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(217, 217, 217, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(217, 217, 217, 1) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(217, 217, 217, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d9d9d9", GradientType=1);
}



/* UOE */
#uoe body {
    color: #003c3c;
	font-size: 19px;
	font-family: 'Outfit', Helvetica Neue, Helvetica, Arial, sans-serif;
}
#uoe .night {
	background-color: var(--night-color) !important;
}
#uoe .dark {
	background-color: var(--uoedark-color);
	color: #FFFFFF;
}
.deep {
	background-color: var(--deep-color) !important;
	color: #FFFFFF;
}
#uoe .light {
	background-color: var(--bright-color) !important;
	color: var(--dark-color);
}
.highlight {
	background-color: var(--hightlight-color) !important;
	color: var(--dark-color);
}
#uoe h2 {
	color: #00c896 !important
}
#uoe h3 {
	color: #00c896;
}



/* SPACING */


.line {
	border-top: #000000 solid 1px
}

.padding {
	padding: 4px 0 6px 0
}
.gap1{margin-bottom:1px}.gap2{margin-bottom:2px}.gap3{margin-bottom:3px}.gap4{margin-bottom:4px}.gap5{margin-bottom:5px}.gap6{margin-bottom:6px}.gap7{margin-bottom:7px}.gap8{margin-bottom:8px}.gap9{margin-bottom:9px}.gap10{margin-bottom:10px}
.padding1{padding:10px}.padding2{padding:20px}.padding3{padding:30px}.padding4{padding:40px}.padding5{padding:50px}.padding6{padding:60px}.padding7{padding:70px}.padding8,.padding9{padding:90px}.padding10{padding:100px}.padding-1{padding:1%}.padding-2{padding:2%}.padding-3{padding:3%}.padding-4{padding:4%}.padding-5{padding:5%}.padding-6{padding:6%}.padding-7{padding:7%}.padding-8,.padding-9{padding:9%}.padding-10{padding:10%}.paddingt1{padding-top:10px}.paddingt2{padding-top:20px}.paddingt3{padding-top:30px}.paddingt4{padding-top:40px}.paddingt5{padding-top:50px}.paddingt6{padding-top:60px}.paddingt7{padding-top:70px}.paddingt8{padding-top:80px}.paddingt9{padding-top:90px}.paddingt10{padding-top:100px}.padding-t1{padding-top:1%}.padding-t2{padding-top:2%}.padding-t3{padding-top:3%}.padding-t4{padding-top:4%}.padding-t5{padding-top:5%}.padding-t6{padding-top:6%}.padding-t7{padding-top:7%}.padding-t8{padding-top:8%}.padding-t9{padding-top:9%}.padding-t10{padding-top:10%}.paddingr1{padding-right:10px}.paddingr2{padding-right:20px}.paddingr3{padding-right:30px}.paddingr4{padding-right:40px}.paddingr5{padding-right:50px}.paddingr6{padding-right:60px}.paddingr7{padding-right:70px}.paddingr8{padding-right:80px}.paddingr9{padding-right:90px}.paddingr10{padding-right:100px}.padding-r1{padding-right:1%}.padding-r2{padding-right:2%}.padding-r3{padding-right:3%}.padding-r4{padding-right:4%}.padding-r5{padding-right:5%}.padding-r6{padding-right:6%}.padding-r7{padding-right:7%}.padding-r8{padding-right:8%}.padding-r9{padding-right:9%}.padding-r10{padding-right:10%}.paddingl1{padding-left:10px}.paddingl2{padding-left:20px}.paddingl3{padding-left:30px}.paddingl4{padding-left:40px}.paddingl5{padding-left:50px}.paddingl6{padding-left:60px}.paddingl7{padding-left:70px}.paddingl8{padding-left:80px}.paddingl9{padding-left:90px}.paddingl10{padding-left:100px}.padding-l1{padding-left:1%}.padding-l2{padding-left:2%}.padding-l3{padding-left:3%}.padding-l4{padding-left:4%}.padding-l5{padding-left:5%}.padding-l6{padding-left:6%}.padding-l7{padding-left:7%}.padding-l8{padding-left:8%}.padding-l9{padding-left:9%}.padding-l10{padding-left:10%}.paddingb1{padding-bottom:10px}.paddingb2{padding-bottom:20px}.paddingb3{padding-bottom:30px}.paddingb4{padding-bottom:40px}.paddingb5{padding-bottom:50px}.paddingb6{padding-bottom:60px}.paddingb7{padding-bottom:70px}.paddingb8{padding-bottom:80px}.paddingb9{padding-bottom:90px}.paddingb10{padding-bottom:100px}.padding-b1{padding-bottom:1%}.padding-b2{padding-bottom:2%}.padding-b3{padding-bottom:3%}.padding-b4{padding-bottom:4%}.padding-b5{padding-bottom:5%}.padding-b6{padding-bottom:6%}.padding-b7{padding-bottom:7%}.padding-b8{padding-bottom:8%}.padding-b9{padding-bottom:9%}.padding-b10{padding-bottom:10%}
.no-padding {padding:0}
.margin1{margin:10px}.margin2{margin:20px}.margin3{margin:30px}.margin4{margin:40px}.margin5{margin:50px}.margin6{margin:60px}.margin7{margin:70px}.margin8,.margin9{margin:90px}.margin10{margin:100px}.margin-1{margin:1%}.margin-2{margin:2%}.margin-3{margin:3%}.margin-4{margin:4%}.margin-5{margin:5%}.margin-6{margin:6%}.margin-7{margin:7%}.margin-8,.margin-9{margin:9%}.margin-10{margin:10%}.margint1{margin-top:10px}.margint2{margin-top:20px}.margint3{margin-top:30px}.margint4{margin-top:40px}.margint5{margin-top:50px}.margint6{margin-top:60px}.margint7{margin-top:70px}.margint8{margin-top:80px}.margint9{margin-top:90px}.margint10{margin-top:100px}.margin-t1{margin-top:1%}.margin-t2{margin-top:2%}.margin-t3{margin-top:3%}.margin-t4{margin-top:4%}.margin-t5{margin-top:5%}.margin-t6{margin-top:6%}.margin-t7{margin-top:7%}.margin-t8{margin-top:8%}.margin-t9{margin-top:9%}.margin-t10{margin-top:10%}.marginr1{margin-right:10px}.marginr2{margin-right:20px}.marginr3{margin-right:30px}.marginr4{margin-right:40px}.marginr5{margin-right:50px}.marginr6{margin-right:60px}.marginr7{margin-right:70px}.marginr8{margin-right:80px}.marginr9{margin-right:90px}.marginr10{margin-right:100px}.margin-r1{margin-right:1%}.margin-r2{margin-right:2%}.margin-r3{margin-right:3%}.margin-r4{margin-right:4%}.margin-r5{margin-right:5%}.margin-r6{margin-right:6%}.margin-r7{margin-right:7%}.margin-r8{margin-right:8%}.margin-r9{margin-right:9%}.margin-r10{margin-right:10%}.marginl1{margin-left:10px}.marginl2{margin-left:20px}.marginl3{margin-left:30px}.marginl4{margin-left:40px}.marginl5{margin-left:50px}.marginl6{margin-left:60px}.marginl7{margin-left:70px}.marginl8{margin-left:80px}.marginl9{margin-left:90px}.marginl10{margin-left:100px}.margin-l1{margin-left:1%}.margin-l2{margin-left:2%}.margin-l3{margin-left:3%}.margin-l4{margin-left:4%}.margin-l5{margin-left:5%}.margin-l6{margin-left:6%}.margin-l7{margin-left:7%}.margin-l8{margin-left:8%}.margin-l9{margin-left:9%}.margin-l10{margin-left:10%}.marginb1{margin-bottom:10px}.marginb2{margin-bottom:20px}.marginb3{margin-bottom:30px}.marginb4{margin-bottom:40px}.marginb5{margin-bottom:50px}.marginb6{margin-bottom:60px}.marginb7{margin-bottom:70px}.marginb8{margin-bottom:80px}.marginb9{margin-bottom:90px}.marginb10{margin-bottom:100px}.margin-b1{margin-bottom:1%}.margin-b2{margin-bottom:2%}.margin-b3{margin-bottom:3%}.margin-b4{margin-bottom:4%}.margin-b5{margin-bottom:5%}.margin-b6{margin-bottom:6%}.margin-b7{margin-bottom:7%}.margin-b8{margin-bottom:8%}.margin-b9{margin-bottom:9%}.margin-b10{margin-bottom:10%}




@media (min-width: 992px) {
    .pinch50,.pinch55,.pinch60,.pinch65,.pinch70,.pinch75,.pinch80,.pinch85,.pinch90,.pinch95 {margin: 0 auto;}.pinch50 {width: 50% }.pinch55 {width: 55% }.pinch60 {width: 60% }.pinch65 {width: 65% }.pinch70 {width: 70% }.pinch75 {width: 75% }.pinch80 {width: 80% }.pinch85 {width: 85% }.pinch90 {width: 90% }.pinch95 {width: 95% }
		.pinch-right p {
		width: 85%;
		margin-right: 0 auto
	}
	.pinch-right img {
	    width: 85%;
	    height: auto
	}
}






.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.sticky {
	position: sticky;
	position: -webkit-sticky;
    top: 0;
	z-index: 5;
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 5000;
}
.text-shadow {
	/*	text-shadow: 10px 1px 14px #000000, 0 0 69px #000000;*/
	text-shadow: 10px 1px 14px #000000
}
.image-shadow {
	 filter: drop-shadow(10px 1px 14px #000000);
}



.dark hr,
.gradient hr {
	border-top-color: #FFFFFF
}
hr {
	border: 0;
	border-top: 1px solid;
	margin: 25px 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}





/* OVERLAY */

.overlay a:visited {
    color: #FFFFFF;
}

.overlay a:hover {
    text-decoration: none;
}

.overlay .closebtn:hover {
    color: #FFFFFF;
}

.overlay p {
    color: #FFFFFF;
    margin-top: 20px;
    font-size: 25px;
}

.openSearch img {
    width: 30px;
    height: 30px;
    margin-right: 30px;
    margin-left: 20px;
    margin-top: 0;
    cursor: pointer;
}

.overlay input[type=text] {
 padding: 20px 40px;
    font-size: 30px;
    border: none;
    width: 70%;
    border-radius: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

.overlay .closebtn {
    position: absolute;
    z-index: 100001;
    top: 14px;
    right: 40px;
    font-size: 80px;
    cursor: pointer;
    color: #FFFFFF;
}

.overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin: auto;
    transform: translateY(-50%);
    top: 50%;
}


.overlay a:link {
    color: #ffffff;
    font-size: 20px;
}





/* Tags */

tags a {
    color: #000;
	/* color: var(--dark-color); */
	background-color: var(--light-color);
	padding: 7px 14px;
	display: inline-block;
	margin-right: 4px;
	text-transform: capitalize;
	border-radius: 4px;
}
.tag-cloud-link {
    color: #000;
    text-decoration: underline;
    margin-right: 10px;
}

/* Categories */

.cards category a {
	color: #FFFFFF;
    background-color: var(--light-color);
	color: #FFFFFF;
	padding: 3px 10px;
	font-weight: 700;
    position: absolute;
    z-index:2;
}







/* Blockquotes */

blockquote {
	    font-size: inherit;
    width: 100%;
    margin: 30px auto;
color: #555555;
    padding: 15px 30px 15px 30px;
    border-left: 8px solid #00c896;
    line-height: normal;
    position: relative;
    background: transparent;
    border-radius: 15px;
	
}
blockquote p {
    margin: 0;
    padding: 0;
}

blockquote strong {
    font-weight: 600;
	color: #000;
}

/*
blockquote::before{
font-family: inherit;
content: "\201C";
color: #00c896;
font-size: 5em;
position: absolute;
left: 10px;
top: -45px;
font-weight: bold;
}
blockquote::after{
  content: '';
}*/
blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}





.dark blockquote {
font-size: inherit;
width: 100%;
margin: 30px auto;
color: #FFFFFF;
padding: 15px 30px 15px 30px;
border-left: 8px solid #00c896;
line-height: normal;
position: relative;
background: transparent;
border-radius: 15px;
}
.dark blockquote p {
	margin: 0;
	padding: 0
}
.dark blockquote strong {
    font-weight: 600;
	color: inherit;
}
/*.dark blockquote::before{
font-family: inherit;
content: "\201C";
color: #00c896;
font-size: 5em;
position: absolute;
left: 10px;
top: -45px;
font-weight: bold;
}
.dark blockquote::after{
  content: '';
}*/
.dark blockquote span{
  display:block;
  color:#FFFFFF;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}




/* Accordions */

.vc_tta.vc_tta-style-classic .vc_tta-panel-body, .vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
  border-width: 0;
}
.vc_tta.vc_tta-style-classic .vc_tta-panel-body, .vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
  border-width: 0 !important;
}

.vc_tta-panel-heading {
  background-color: var(--dark-color) !important;
  padding: 7px;
 
}
.vc_tta-container li {
  list-style: inherit !important
}
.vc_tta-container {
	margin-top:0
}
.vc_tta-container h4 {
	font-size:20px;
	font-weight: 600;
	padding: 0;
}
.vc_tta-controls-icon-chevron::before {
	border-color: #FFFFFF !important;
}
.vc_tta-controls-icon-chevron {
	height:15px !important;
	width:15px !important;
}
.vc_tta-title-text, .vc_tta-controls-icon-chevron, .vc_tta-panel-body table td {
	color: #FFFFFF !important;
}
.vc_tta-controls-icon::before, .vc_tta-controls-icon::after {
border-color: #df3926 !important;
}
.wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel-heading {
	background-image: none !important;
}
.vc_tta-panel-body p {
  margin-bottom: 20px !important;
}





/* TOP */

#top {
	display: none;
	position: fixed;
	bottom: 14px;
	right: 20px;
	z-index: 99;
	border: none;
	outline: none;
	color: white;
	cursor: pointer;
	padding: 12px;
	border-radius: 12px;
	font-size: 17px;
	opacity: 0.5;
	-webkit-animation: fadein 2.2s;
	-moz-animation: fadein 2.2s;
	-ms-animation: fadein 2.2s;
	-o-animation: fadein 2.2s;
	animation: fadein 2.2s;
}
#top:hover {
	opacity: 1
}




/* FORMS */

#nf-field-4 {
	padding: 7px 40px;
	display: inline-block;
	color: #FFFFFF;
	background-color: var(--dark-color);
	border-radius: 25px;
}
#nf-field-4:hover,
.forms button:hover {
	text-decoration: none;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	opacity: 0.5;
	cursor: pointer;
}
.nf-form-content {
	padding: 0 !important;
	max-width: 100% !important;
	margin: 0 auto;
	padding-top: 35px;
}



/* LINKS */
a {
	opacity: 1;
	transition: opacity 235ms ease-in-out;
	-moz-transition: opacity 235ms ease-in-out;
	-webkit-transition: opacity 235ms ease-in-out;
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
	cursor: pointer;
	outline: 0
}
nav a:active, .content p a:active {
	top: 2px;
	position: relative;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: underline;
}
.dark a {
  color: #FFF;
}

.content p a:link,
.content p a:visited,
.content li a:link,
.content li a:visited {
    color: initial;
    font-weight: 600;
	border-bottom: solid 1px;
}

.content p .btn a:link, .content p .btn:link,
.content p .btn a:visited, .content p .btn:visited {
	border-bottom: 0;
}
.content p a:hover {
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: solid 2px transparent;
	transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}



/* BUTTONS */


.btn, button {
	border-radius: 50px;
	padding: 7px 20px;
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	-webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
.small-btn {
	padding: 4px 15px;
	font-size: 90%
}
/* For hover match the below with the above */
.content .btn:hover, .content .button:hover, .content p .btn:hover, .content .outline:hover {
    padding-bottom: 7px;
}
.btn, button {
    color: #FFFFFF;
	border: none
}
.menu button {
appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
}
.outline {
	background-color: inherit;
	border: 1px solid #00C896 !important;
	color: inherit;
}
.btn .outline a, .btn .white a, .btn.white, .content p .btn.outline, .content p .btn.white {
    color: #000000;
}
.dark .btn.outline {
    background-color: inherit;
	border: 1px solid #00C896 !important;
	color: inherit;
}
.light .btn.outline, .dark .btn.light, .dark button.light {
    color:#FFFFFF;
    background-color: var(--light-color);
}
.light .btn.outline, .light .content p .outline:link, .light .content p .outline:visited {
    border-color: #FFFFFF !important;
    color:#FFFFFF !important;
}

.btn.grey, .btn.light-grey, .btn.grey-gradient, .content p .btn.grey, .content p .btn.grey-gradient, .content p .btn.light-grey, .content .dark p .btn-grey-gradient {
	color: #333333;
}
.content .dark p a.outline, .content p .btn:link, .content p .btn:visited, .content p button:link, .content p button:visited, .content .dark .btn.arrow, .content .light .btn.arrow {
    font-weight: initial;
    color: #FFF;
}




.arrow:hover, .open:hover {
 -webkit-filter: none;
 filter: none;
}
.arrow {
    background-image: url(../img/arrow-dark.svg);
    padding: 7px 60px 7px 20px;
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: 10px;
    background-color: transparent;
    color: #000000;
}
.dark .arrow, .light .arrow {
    background-image: url(../img/arrow-light.svg);
    background-color: transparent;
    color: #FFF;
}
.open {
    background-image: url(../img/open-light.svg);
    padding: 7px 45px 7px 20px;
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: 20px;

}

/*
.open {
    background-image: url(../img/open-light.svg);
    padding: 10px 20px 10px 45px;
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 20px;

}
*/
.dark .open, .light .open {
    background-image: url(../img/open2-light.svg);
    background-color: transparent;
    color: #FFF;
}

.tab {
    border-radius: 25px;
}

.content p .outline:link, .content p .outline:visited, .content p .white:link, .content p .white:visited, .content p .grey:link, .content p .grey:visited, .content p .light-grey:link, .content p .light-grey:visited, .content p .grey-gradient:link, .content p .grey-gradient:visited, .content p .arrow:link, .content p .arrow:visited {
    color: #000000;
}
.content p .btn .outline:link, .content p .btn .outline:visited {
  color: #000;
}
.content p .outline a {
    border-bottom: initial;
}
.content p .btn:hover, .content p .btn:active, .content .btn:active {
	top: 0;
	position: inherit;
}

.btn:hover, button:hover {
  transition: all 235ms ease-in-out;
  transform: scale(1.05);
  opacity: 1;
  -webkit-filter: drop-shadow(1px 10px 10px rgba(0,0,0,0.3));
  filter: drop-shadow(1px 10px 10px rgba(0,0,0,0.3));
}
.zoom {
    transition: transform 0.9s;
    margin: 0 auto;
}
.zoom:hover {
    transform: scale(1.05);
    opacity: 1;
}

@media (max-width: 768px) {
	.overlay a:link {
		line-height: 50px;
		font-size: 20px;
	}
	.btn {
	
	}
}

.special {
}
.special:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
}
.special:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}









/* ICONS AND LOGOS */

.social img {
	width: 35px;
	height: 35px;
	margin: 0 2%;
}
.icons img {
	width: 111px;
	height: auto;
	margin: 0 2%;
}
.partners {
    text-align: center;
}
.partners img {
height: 60px;
max-height: 60px;
margin: 22px 35px;
float: none;
display: inline-block;
}

@media (max-width: 768px) {
.partners img {
/*float: none;
display: block;*/
margin: 5%;
width: 35%;
height: auto;
max-height: inherit;
}
}





@media (max-width: 768px) {
	.padding2, .padding3, .padding4, .padding5, .padding6, .padding7, .padding8, .padding9, .padding10,
    .paddingt2, .paddingt3, .paddingt4, .paddingt5,.paddingt6, .paddingt7, .paddingt8, .paddingt9, .paddingt10
    .paddingb2,	.paddingb3, .paddingb4, .paddingb5, .paddingb6, .paddingb7, .paddingb8, .paddingb9, .paddingb10 {
		padding: 20px 20px;
	}
	/*
    .paddingt2, .paddingt3, .paddingt4, .paddingt5,.paddingt6, .paddingt7, .paddingt8, .paddingt9, .paddingt10 {
		padding-top: 20px;
	}

    .paddingb2,	.paddingb3, .paddingb4, .paddingb5, .paddingb6, .paddingb7, .paddingb8, .paddingb9, .paddingb10 {
		padding-bottom:20px;
	}*/
	h2 {
		font-size: 28px;
	}
	.logos img {
		max-height: 55px;
		text-align: center;
		width: 20%;
	}
}
@media (max-width: 992px) {
	blockquote {
		padding: 10px 20px;
		margin: 0 0 20px;
		font-size: 17.5px;
		border-left: 5px solid #eee;
	}
	blockquote2 {
		padding: 10px 20px;
		margin: 0 0 20px;
		font-size: 17.5px;
		border-left: 5px solid #FF0000;
	}
	.social img {
		width: 32px;
		height: 32px;
		float: none;
		margin-bottom: 20px;
	}
	.feature-boxed img, .feature img, .feature-wide img {
		height: 100%;
	}
}



/* Tables */

.content table tbody tr:first-of-type {
    border-bottom: 2px solid #7FA2D4;
    /*background-color: #22272F;
    color: #FFFFFF;*/
}
.content table p {
  margin: 0;
  padding: 0;
}
.content table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.content table thead tr {
  background-color: #649cd4;
  color: #ffffff;
  text-align: left;
}
.content table th,
.content table td {
    padding: 12px 15px;
}
.content table tbody tr {
    border-bottom: 1px solid #dddddd;
}

table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.content table tbody tr:last-of-type {
    border-bottom: 2px solid #7FA2D4;
}
.content table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
.content table{width:100% !important}






/* Framework */


.border-radius {
    border-radius: 7px
}
.border-radius-top {
    border-radius: 7px 7px 0 0
}
.border-radius-bottom {
    border-radius: 0 0 7px 7px
}


.no-border {
	border: none;
}
.border-bottom {
    border-bottom: 1px solid #00dca5;
}
.border-top {
    border-top: 1px solid #00dca5;
}
.block {display: block}
.transparent {
	background-color: transparent;
}

.image-credit {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  color: #FFF;
  font-size: 12px;
  padding: 3px 10px;
}

.video-container {
  position: relative;    
  padding-bottom: 56.25%; 
  height: 0;             
  overflow: hidden;      
 border-radius: 7px; 
}

.video-container iframe {
  position: absolute;    
  top: 0;
  left: 0;
  width: 100%;            
  height: 100%;           
}


video {
    max-width: 100%;
}

.load {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}



.alignleft {
float: left;
margin-right: 25px;
margin-top: 25px;
margin-bottom: 15px;
max-width: 100%;
height: auto;
}
.alignnone {
float: none;
margin-top: 25px;
margin-bottom: 15px;
max-width: 100%;
height: auto;
}
.alignright {
float: right;
margin-left: 25px;
margin-top: 5px;
margin-bottom: 15px;
max-width: 100%;
height: auto;
}
.aligncenter {
display: block;
margin: 25px auto;
max-width: 100%;
height: auto;
}
@media (max-width: 768px) {
.alignleft img, .aligncenter img, .alignright img, .alignnone img, .alignleft, .aligncenter, .alignright, .alignnone {
float: none;
margin: auto;
display: block;
clear: both
}
}

.text-left {
	text-align: left;
}
.left {
    float: left
}
.text-center {
	text-align: center;
}

.float, .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.valign {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
	z-index: 20000;
}


.text-right {
	text-align: right
}
@media (max-width: 768px) {
	.text-right, .top {
		text-align: center;
		float: none;
	}
	h1 {
	    font-size: 35px;
	}
}

.right {
    float: right
}


/* BOXES */

.boxes [class*="col-"] div {
  height: 200px;
  padding: 10%;
  position: relative;
}
.boxed {
  background-image: url("../img/ph.png");
}
.boxes [class*="col-"] {
  padding-right: 4px;
  padding-left: 4px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.boxed img {
    position: absolute;
    bottom: 5%;
    right: 5%;
}




section {
	margin-right: auto;
	margin-left: auto;
    /*padding-right: 20px;
    padding-left: 20px;*/
}
.container {
	margin-right: auto;
	margin-left: auto
}
/*@media (min-width: 768px) {
	.container {
		width: 768px
	}
}*/
@media (min-width: 992px) {
	.container {
		width: 100%
	}
}
@media (min-width: 1250px) {
	.container {
		width: 1250px
	}
}
/*
@media (min-width: 1500px) {
.container {
  width: 1500px;
}
}*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { position: relative; min-height: 1px; } .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { float: left } .col-xs-12 { width: 100% } .col-xs-11 { width: 91.66666667% } .col-xs-10 { width: 83.33333333% } .col-xs-9 { width: 75% } .col-xs-8 { width: 66.66666667% } .col-xs-7 { width: 58.33333333% } .col-xs-6 { width: 50% } .col-xs-5 { width: 41.66666667% } .col-xs-4 { width: 33.33333333% } .col-xs-3 { width: 25% } .col-xs-2 { width: 16.66666667% } .col-xs-1 { width: 8.33333333% } @media (min-width: 768px) { .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 { float: left } .col-sm-12 { width: 100% } .col-sm-11 { width: 91.66666667% } .col-sm-10 { width: 83.33333333% } .col-sm-9 { width: 75% } .col-sm-8 { width: 66.66666667% } .col-sm-7 { width: 58.33333333% } .col-sm-6 { width: 50% } .col-sm-5 { width: 41.66666667% } .col-sm-4 { width: 33.33333333% } .col-sm-3 { width: 25% } .col-sm-2 { width: 16.66666667% } .col-sm-1 { width: 8.33333333% } } @media (min-width: 992px) { .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 { float: left } .col-md-12 { width: 100% } .col-md-11 { width: 91.66666667% } .col-md-10 { width: 83.33333333% } .col-md-9 { width: 75% } .col-md-8 { width: 66.66666667% } .col-md-7 { width: 58.33333333% } .col-md-6 { width: 50% } .col-md-5 { width: 41.66666667% } .col-md-4 { width: 33.33333333% } .col-md-3 { width: 25% } .col-md-2 { width: 16.66666667% } .col-md-1 { width: 8.33333333% } } @media (min-width: 1200px) { .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 { float: left } .col-lg-12 { width: 100% } .col-lg-11 { width: 91.66666667% } .col-lg-10 { width: 83.33333333% } .col-lg-9 { width: 75% } .col-lg-8 { width: 66.66666667% } .col-lg-7 { width: 58.33333333% } .col-lg-6 { width: 50% } .col-lg-5 { width: 41.66666667% } .col-lg-4 { width: 33.33333333% } .col-lg-3 { width: 25% } .col-lg-2 { width: 16.66666667% } .col-lg-1 { width: 8.33333333% } }
.col-lg-5ths,.col-md-5ths,.col-sm-5ths,.col-xs-5ths{position:relative;min-height:1px}.col-xs-5ths{width:20%;float:left}@media (min-width:768px){.col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.col-lg-5ths{width:20%;float:left}}
section:after,section:before,.container:after,.container:before,.row:after,.row:before,footer:after, footer:before, header:after, header:before {
	display: table;
	content: " "
}
section::after, .container::after, .row::after, .clear, footer::before, footer::after {
	clear: both
}
footer,header,menu,nav{display:block;clear:both}

.hide {display: none}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}
input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none
}
input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	line-height: normal
}
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed
}
input[type=file] {
	display: block
}
input[type=range] {
	display: block;
	width: 100%
}
select[multiple],
select[size] {
	height: auto
}
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}
textarea.form-control {
	height: auto
}
tr.collapse.in {
	display: table-row
}
tbody.collapse.in {
	display: table-row-group
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

mark {
	background: #ff0;
	color: #000
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
.nav-link.text-decoration-none.uwp-account-notifications {
	display: none;
}
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
select {
	text-transform: none
}
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
input::-moz-focus-inner {
	border: 0;
	padding: 0
}
input {
	line-height: normal
}
input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
a {
	text-decoration: none
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
figure {
	margin: 0
}
code {
  text-align: center;
  margin: auto;
  display: block;
  font-size: 15px;
  color: #F00;
}
img {
	vertical-align: middle
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
[role=button] {
	cursor: pointer
}
.wp-block-latest-posts.wp-block-latest-posts__list, .wp-block-latest-posts.wp-block-latest-posts__list li {
list-style: disc;
padding-left: 0;
margin-left: 20px;
margin-bottom: 10px;
}

.delay {
animation-delay: 5s; }

.fade-in {
  animation: fadein 5s;
  -webkit-animation: fadein 5s;
  -moz-animation: fadein 5s;
  -o-animation: fadein 5s;
  -ms-animation: fadein 5s;
	
}
/* Accessibility Menu Styles */
#accessibility-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    display: none; /* Initially hidden */
    justify-content: center;
    gap: 10px;
    z-index: 100000; /* Ensures menu is always above other elements */
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    background: #003c3cdd;
    backface-visibility: hidden;
    isolation: isolate;	
    display: none !important;
    visibility: hidden; /* Ensures no initial flash */
}
	
	
/* Accessibility Menu Open State */
#accessibility-menu.active {
    display: flex !important;
    visibility: visible;
}



/* Buttons inside Accessibility Menu */
#accessibility-menu button {
    background: var(--dark-color);
    border: 2px solid transparent; /* Adds better focus visibility */
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px; /* Rounded edges */
    transition: background 0.3s ease, border 0.3s ease;
    color: white;
}
	
	
#accessibility-menu button {
    position: relative;
    
    &[aria-pressed="true"] {
        background: #00AB7E;
        font-weight: bold;
    }
    
    &:focus-visible {
        outline: 3px solid #00AB7E;
        outline-offset: 2px;
    }
}
	

#accessibility-menu button:focus-visible {
    outline: 3px solid #00AB7E; 
    outline-offset: 2px;
}
	
#accessibility-menu button:hover {
    background: #00AB7Edd;
}
	
#accessibility-menu button[aria-pressed="true"] {
    background: #00AB7E;
    font-weight: bold;
}
	
.accessibility-button {
    display: inline-block;
    background: #00AB7E;
    color: white;
    text-decoration: none;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 5px;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
}

.accessibility-button:hover {
    background: #1B2A3Bdd;
}
	
.accessibility-bar #close-accessibility-menu {
		background-color: #00AB7E
	}


	 /* Style the dropdowns */
    #colorBlindnessSelect, #contrastSelect, #imageVisibilitySelect {
        background: white;  /* Light background */
        border: 2px solid #003c3c; /* Dark border */
        padding: 8px 12px;
        font-size: 14px;
        border-radius: 5px; /* Match button corners */
        transition: background 0.3s ease, border 0.3s ease;
        color: black;
        cursor: pointer;
        height: 36px; /* Ensure same height as buttons */
        outline: none;
    }

    #colorBlindnessSelect:hover, 
    #colorBlindnessSelect:focus,
    #contrastSelect:hover, 
    #contrastSelect:focus,
	#imageVisibilitySelect:hover, 
    #imageVisibilitySelect:focus
	{
        border-color: #00AB7E; /* Matches button hover effect */
    }
	
/* Grayscale Mode */
.grayscale {
    filter: grayscale(100%);
}

/* High Contrast Mode */
/* High Contrast Mode */
.high-contrast {
    background: black !important;
    color: white !important;
}

.high-contrast a {
    color: yellow !important;
}

.high-contrast button a { /* Ensure links inside buttons are readable */
    color: inherit !important;
}

.high-contrast input,
.high-contrast textarea,
.high-contrast select {
    background-color: white !important;
    color: black !important;
    border: 2px solid black !important;
}

.high-contrast .btn {
    background-color: yellow !important;
    color: black !important;
    border: 2px solid yellow !important;
}


/* Invert SVGs and PNGs */
.high-contrast header img[src$=".svg"],
.high-contrast header img[src$=".png"] {
    filter: invert(1) hue-rotate(180deg) !important;
}
	.high-contrast main img[src$=".svg"],
.high-contrast main img[src$=".png"] {
    filter: invert(1) hue-rotate(180deg) !important;
}

/* Ensures all buttons remain readable in high contrast mode */
.high-contrast main button,
.high-contrast footer button {
    background: yellow !important;
    color: black !important;
    border: 2px solid black !important;
}


	

/* Alt Text Styling */
.alt-text {
    position: absolute;
    font-size: 17px;
    color: white;
    background-color: black;
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
    z-index: 1001;
    white-space: nowrap; /* Prevents text from breaking into multiple lines */
    pointer-events: none; /* Ensures it doesn't interfere with interactions */
}


/* Reduce Motion */
.reduce-motion * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
}

/* Underline Links */
.underline-links a {
    text-decoration: underline !important;
}

/* Dyslexia-Friendly Font */
.dyslexia-font {
    font-family: 'OpenDyslexic', Arial, sans-serif !important;
}

	
/* Apply hover highlight to relevant elements */
.highlight-focus a:hover,
.highlight-focus button:hover,
.highlight-focus input:hover,
.highlight-focus textarea:hover,
.highlight-focus select:hover,
.highlight-focus img:hover,
.highlight-focus p:hover,
.highlight-focus h1:hover,
.highlight-focus h2:hover,
.highlight-focus h3:hover,
.highlight-focus h4:hover,
.highlight-focus h5:hover,
.highlight-focus h6:hover,
.highlight-focus summary:hover,
.hover-highlight {
    outline: 3px solid #FF1493 !important;
    box-shadow: 0 0 10px #FF1493, 0 0 20px #FF1493;
    transition: outline 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

/* Prevent highlight focus from being removed */
body:not(.highlight-focus) *:focus,
body:not(.highlight-focus) *:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* Pulsating animation for focused elements */
@keyframes focusGlow {
    0% { box-shadow: 0 0 5px #FF1493; }
    50% { box-shadow: 0 0 35px #FF1493; }
    100% { box-shadow: 0 0 5px #FF1493; }
}

.highlight-focus *:focus-visible {
    animation: focusGlow 1.5s infinite ease-in-out;
}

/* Large Cursor */
.highlight-focus {
    cursor: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><circle cx="32" cy="32" r="16" fill="%23FF1493"/></svg>') 32 32, auto;
}
	
	@media (hover: none) {
    .highlight-focus {
        cursor: auto !important;
    }
}
	

.keep-visible-accessibility {
    display: inline !important;
    visibility: visible !important;
}

/* Increase Line Spacing */
.increase-line-spacing * {
    line-height: 1.8 !important;
}

/* Invert Colours */
.invert-colors {
    filter: invert(1) hue-rotate(180deg);
}

/* Pause Animations */
.pause-animations * {
    animation: none !important;
    transition: none !important;
}

/* Protanopia (Red-Green) */
.protanopia {
    filter: contrast(1.1) sepia(0.6) saturate(0.8) hue-rotate(-20deg);
}

/* Deuteranopia (Green-Red) */
.deuteranopia {
    filter: contrast(1.1) sepia(0.5) saturate(0.75) hue-rotate(-15deg);
}

/* Tritanopia (Blue-Yellow) */
.tritanopia {
    filter: contrast(1.1) sepia(0.7) saturate(0.9) hue-rotate(50deg);
}

@media screen and (max-width: 992px) {
    .accessibility-bar a,
    .accessibility-bar button,
    .accessibility-bar select {
        margin: 1% auto;
        width: 100%;
    }
}
		

.cookie-consent-banner {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  width: 100%;
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 13px;
  left: 0;
  right: 0;
}
@media (max-width: 700px) {
  .cookie-consent-banner {
    font-size: 12px;
  }
}

.cookie-consent-banner a {
  color: #FFFFFF;
  text-decoration: underline;
}
.cookie-consent-banner p {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 13px;
}
.cookie-consent-banner button {
  margin-left: 15px;
  padding: 5px 8px;
  border: none;
  cursor: pointer;
	margin-top: 10px;
		font-size: 14px;
}
#accept-cookies {
  background-color: #4CAF50;
  color: white;
}
#reject-cookies {
  background-color: #f44336;
  color: white;
}

@keyframes fadein{from{opacity:0}to{opacity:1}}@-moz-keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@-o-keyframes fadein{from{opacity:0}to{opacity:1}}

.spin {
    -webkit-animation:spin 220s linear infinite;
    -moz-animation:spin 220s linear infinite;
    animation:spin 220s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); }}@-webkit-keyframes spin {100% { -webkit-transform: rotate(360deg); }}@keyframes spin {100% {-webkit-transform: rotate(360deg); transform:rotate(360deg); }}

.clear {
clear: both;
}

