@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,400italic,900);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(http://fonts.googleapis.com/css?family=Bree+Serif);

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*	Risingline.com Stylesheet */

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/* --------------------------------------------------------	*/

/*	CSS Base */

/* --------------------------------------------------------	*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}
test.div {
	background-image: url(imgs/sub3.jpg);
	background-color: #2e71a9;
	color: #0d6c8a;
}
.roboto {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.robotoC {
	font-weight: 400;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
.robotoCB {
	font-weight: 700;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
.bree {
	font-family: 'Bree Serif', Helvetica, Arial, sans-serif;
		font-weight: normal !important;
}

div.test {
	background-color: #241f1c;
	color: #ededed;
}

html, body 

/*	This fixes iPhone rending issues */ {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

.preload, .preload img, .hidden {
	display: none;
	visibility: hidden;
	height: 0;
	width: 0;
}

:link,:visited {
	text-decoration: none;
}

table {
	margin: 0 auto;
}

td,th {
	text-align: left;
	vertical-align: top;
	display: table-cell;
}

div {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: none;
	text-align: left;
	height: auto;
	width: auto;
}

section, nav {
	margin-left: auto;
	margin-right: auto;
}

img,a img,:link img,:visited img {
	border: none;
}

img {
	vertical-align: middle;
}

strong, b {
	font-weight: 700;
}

/* --------------------------------------------------------	*/

/*	Global Styling */

/* --------------------------------------------------------	*/

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	margin: 0 0 .25em 0;
	line-height: normal;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 112%;
}

p {
	margin: 0em 0em 1em 0em;
}

ol,ul,dd {
	margin: 0 0 1em 20px;
	padding: 0;
}

ol li {
	margin-left: 12px;
}

ul {
	list-style-type: none;
}

ul li {

	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	line-height: 125%;
}

ul.inline {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

ul.inline li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 20px 40px;
}

blockquote p {
	margin-bottom: 5px;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/* --------------------------------------------------------	*/

/*	Inline Elements */

/* --------------------------------------------------------	*/

.lastchild {
	margin: 0 !important;
}

.bul {
	margin: 0;
	background: url(assets/images/01/arrow-grey-8h.png) no-repeat left 8px;
	padding: 0 0 0 10px;
	line-height: 125%;
	width: auto;
}

.bulGright {
	margin: 0;
	background: url(imgs/arrow-green.png) no-repeat right 11px;
	padding: 0 11px 0 0;
}

.bulGright2 {
	margin: 0;
	background: url(imgs/arrow-green.png) no-repeat right 5px;
	padding: 0 11px 0 0;
}

.bulGrightS {
	margin: 0;
	background: url(imgs/arrow-green-small.png) no-repeat right 2px;
	padding: 0 8px 0 0;
}

.bulup {
	margin: 0;
	background: url(assets/images/01/arrow-grey-8h-up.png) no-repeat left 6px;
	padding: 0 0 0 10px;
	line-height: 125%;
	width: auto;
}

a:link,a:visited,a:active {
	color: #2a72a9;
}

a:hover {
	color: #55c5ef;
}

a:link.a,a:visited.a,a:active.a {
	padding: 0 0 0 10px;
	background: url(assets/images/01/arrow-grey-8h.png) no-repeat left 6px;
}

a:link.aw,a:visited.aw,a:active.aw {
	color: white;
	padding: 0 0 0 10px;
	background: url(assets/images/01/arrow-white.png) no-repeat left 4px;
}

a.awhite {
	color: #fff;
}

a.awhite:hover {
	color: #d6ca3d;
}

.s80 {
	font-size: 80%;
}

.photo {
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
	border: 1px solid silver;
}

.photob {
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
	padding: 5px;
	border: 1px solid silver;
	background-color: white;
}

.photoR {
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, .7);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, .7);
	padding: 5px;
	border: 1px solid silver;
	background-color: white;
	float: right;
	margin: 5px 0 10px 20px;
}

.shadow {
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
}

.noshadow {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.rounded {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.right {
	float: right;
	margin: 0 0 10px 20px;
}

.left {
	float: left;
	margin: 0 20px 10px 0;
}
.pagetitle {
	margin-bottom: 20px;
}

#cntnt01moduleform_1 {
	width: 175px;
	float: right;
	margin: 0;
	padding: 0;
	height: 25px;
	vertical-align: top;
	position: relative;
	top: 10px;
	background: url(assets/images/bg-search.png) no-repeat;
}

#cntnt01searchinput {
	position: relative;
	z-index: 11;
	left: 0px;
	top: -1px;
	padding: 0;
	height: 20px;
	width: 140px;
	font-size: 10px;
	color: #848484;
	border: none;
	background-color: transparent;
}

.search-button {
	background-color: transparent;
	border: none;
	color: transparent;
	height: 20px;
	width: 20px;
	cursor: pointer;
	float: right;
}

#pagecontent {
	background: white none;
	text-align: left;
	width: 910px;
}

#googleR2 {
	float: right;
	width: 350px;
	margin: 0 20px 5px 0;
	position: relative;
}

#contactinfo {
	margin: 0 0 0 20px;
}

#contactinfo, #contactinfo p, #contactinfo a {
	font-size: 10pt;
}

#googlemap {
	border: 1px solid #b5b5b5;
}

legend {
	color: #333333;
}

table.tables {
	border: 1px solid silver;
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, .7);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, .7);
}

table.tables tr:nth-of-type(even) {
	background-color: #f5f5f5;
}

table.tables tr:nth-of-type(odd) {
	background-color: #fff;
}



/* --------------------------------------------------------	*/

/*	Site Structure */

/* --------------------------------------------------------	*/

body {
	color: #231f20;
	font-weight: 400;
	text-align: center;
	font-size: 15px;
	background-color: #fff;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

.wrap {
	width: 960px;
}

#top {
	width: 100%;
	height: 20px;
	background-color: #2389c6;
	color: white;
	border-bottom: 3px solid #91c4e3;
	position: relative;
	z-index: 1;
}

#top a {
	color: white;
}

#top a:hover {
	color: #d1d1d1;
}

#top #t0 {
	float: left;
	margin: 0 0 0 75px;
	width: 175px;
	text-align: left;
	line-height: 17px;
}

#top #t0 img {
	margin: 0 2px 0 0;
}

#top #t1 {
	font-weight: 700;
	float: right;
	width: 250px;
	text-align: right;
	line-height: 18px;
	margin: 0 19px 0 0;
}

#head {
	width: 100%;
	height: 84px;
	background: white url(imgs/head-border.png) repeat-x center bottom;
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
}

#logo {
	margin: 11px 0 0 13px;
}

#nav {
	width: 600px;
	height: 20px;
	line-height: 20px;
	float: right;
	margin: 28px 22px 0 0;
	font-weight: 900;
	white-space: nowrap;
	text-align: right;
}

#nav a {
	font-weight: 700;
	color: #2a72a9;
	margin: 0 0 0 50px;
}

#nav a:hover {
	font-weight: 700;
	color: #54c4ee;
}

a.green {
	color: #82a700 !important;
}

a.green:hover {
	color: #acce4d !important;
}

#bannerF {
	height: 389px;
	width: 100%;
	background: #c1c3c8 url(imgs/bg-banner.jpg) repeat-x left top;
	position: relative;
	z-index: -1;
}

#bannerF #b0 {
	height: 389px;
	width: 100%;
	background: url(imgs/bg-bannerF.jpg) no-repeat center top;
}

#bannerF #b1 {
	height: 389px;
	width: 960px;
	background: url(imgs/frontslices/tdgfront_02.jpg) no-repeat center top;
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
}

#bannerF #b1 img {
	float: right;
	margin: 207px 2px 0 0;
}

#wrapB {
	width: 100%;
	background: url(imgs/bg-bottom-grad.png) repeat-x left top;
	height: 459px;
	position: relative;
	z-index: 2;
	top: -1px;
}

#action {
	width: 1047px;
	height: 82px;
	position: relative;
	z-index: 3;
	top: -82px;
}

#action #aa {
	width: 1047px;
	height: 82px;
	position: relative;
	z-index: 4;
	left: 12px;
	top: 48px;
	background: url(imgs/front-arrow.png) no-repeat center top;
	color: white;
	font-size: 22px;
	overflow: hidden;
}

#action #aa p {
	position: relative;
	top: 14px;
	left: 80px;
}

#action #aa #start {
	margin: 0 0 0 98px;
	opacity: 1;
}


#action #aa #start:hover {
opacity: 1.8;
	background: url(imgs/but-start-mo.png) no-repeat center center;
}
#contentF {
		-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
	height: 459px;
	background-color: white;
		position: relative;
	z-index: 2;
	top: -82px;
}
#ads {
	padding: 50px 0 0 0;
	width: 960px;
	height: 206px;
}
#ads div {
	float: left;
	width: 320px;
	height: 206px;
	color: #3d6891;
	text-align: center;
	background: url(imgs/element.png) no-repeat center 185px; 
}
#ads div:hover {
	background: url(imgs/element-hov2.png) no-repeat center 185px;
}
#ads div h2{
	font-family: 'Bree Serif', Helvetica, Arial, sans-serif;
	font-weight: 400 !important;
	font-size: 26px;
	text-align: center;
	/*margin: 13px 0 0px 0;*/
	padding: 17px 0 0 0;
}
/*-moz-box-shadow: 0px 10px 13px -3px rgba(0, 0, 0, .9);
	-webkit-box-shadow: 0px 10px 13px -3px rgba(0, 0, 0, .9);
		box-shadow: 0px 10px 13px -3px rgba(0, 0, 0, .9);*/

.bs {
	/*-moz-box-shadow: 0px 12px 6px -6px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0px 12px 6px -6px rgba(0, 0, 0, .6);
		box-shadow: 0px 12px 6px -6px rgba(0, 0, 0, .6);*/
	-moz-box-shadow: 0px 9px 15px -6px rgba(0, 0, 0, .9);
	-webkit-box-shadow: 0px 9px 15px -6px rgba(0, 0, 0, .9);
		box-shadow: 0px 9px 15px -6px rgba(0, 0, 0, .9);
}
.shadowBBC {
	-moz-box-shadow: 0px 9px 15px -6px rgba(0, 0, 0, .9);
	-webkit-box-shadow: 0px 9px 15px -6px rgba(0, 0, 0, .9);
		box-shadow: 0px 9px 15px -6px rgba(0, 0, 0, .9);
}
.hrshadow {
	width: 100%;
	background: url(imgs/hr-shadow.png) no-repeat center bottom;
	height: 75px;
}
.partners {
	width: 100%;
	text-align: center;
	height: 200px;
	padding: 55px 0 0 0;
	background: url(imgs/hr-shadow.png) no-repeat center 27px;
}
.partnersF {
	width: 100%;
	text-align: center;
	height: 200px;
	padding: 45px 0 0 0;
	background: url(imgs/hr-shadow.png) no-repeat center 27px;
}
.partners img, .partnersF img {
	margin-right: 70px;
}
#bot {
	width: 100%;
	height: 18px;
	background: #4f4c4d url(imgs/line-bot.png) repeat-x left top;
	position: relative;
	z-index: 5;
}

#footer {
	width: 960px;
	height: 192px;
	padding: 19px 0 0 0;
	color: white;

}
#footer a {
	color:  #55c5ef;
}
#footer a:hover {
	color: #48abd1;
}
#footer .col {
	width: 240px;
	height: 192px;
	padding: 0;
	float: left;
}
#footer .c1 {
	padding-left: 18px;
	width: 242px;
}
#footer .c2 {
	padding-left: 0;
	width: 480px;
}
#footer .c3 {
	padding: 10px 0 0 10px;
	width: 210px;
}
#footer .c3 p {
	text-align: center;	
	margin-bottom: 12px;
}
#footer #sm img {
	margin-right: 4px;
}
#footer #sm img:hover {
	margin-right: 4px;
	opacity: .8;
}
.hover:hover {
	opacity: .8;
}
.hover2:hover {
	opacity: .85;
}
#footer h3 {
	color: white;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
#footer p {
	margin: 0 0 18px 0;
}
#footer iframe {
	width: 480px;
	height: 192px;
	border: none;
max-width: 100%; max-height: 100%; overflow: hidden; position: relative;
}
.phone {
	font-size: 32px;
	white-space: nowrap;
	margin-top: 0px;
	line-height: 29px;
}
.email a {
	font-size: 20px;
	color: white !important;
	font-weight: 700;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
.email a:hover {
	font-size: 20px;
	color: #55c5ef !important;
	font-weight: 700;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
.inset_shadow
{
-moz-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, .5);
-webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, .5);
box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, .5);
}

#credits {
	width: 960px;
	margin-bottom: 100px;
	color: #808080;
	font-size: 12px;
	background: url(imgs/hr-shadow.png) no-repeat center 7px;
	height: 50px;
	padding: 30px 0 0 40px;
}
#credits a {
	color: #808080;
	font-size: 12px;
}
#credits a:hover {
	color: #a7a7a7;
	}

#credits #c0 {
	width: 358px;
	float: right;
	margin: 0 24px 0 0;
	text-align: right;
}



/* --------------------------------------------------------	*/

/*	Sub Page Structure */

/* --------------------------------------------------------	*/



#bannerS {
	height: 309px;
	width: 100%;
	background: #c1c3c8 url(imgs/bg-banner.jpg) repeat left top;
	position: relative;
	z-index: -1;
}

#bannerS #b0 {
	height: 309px;
	width: 100%;
	background: url(imgs/sub1.jpg) no-repeat center top;
}
#bannerS #b0 {
	height: 309px;
	width: 100%;
	background: url(imgs/sub1.jpg) no-repeat center 0px;
}

#bannerS #b1 {
	width: 960px;
}
#bannerS #b1 img {
	float: right;
	margin: 220px 22px 0 0;
}
#bannerS #b1 h1 {
	float: right;
	margin: 220px 42px 0 0;
	font-family: 'Bree Serif', Helvetica, Arial, sans-serif;
		font-weight: normal !important;
		color: white;
		font-size: 30px;
}
	

#bannerS-Plans {
	height: 359px;
	width: 100%;
	background: #c1c3c8 url(imgs/bg-banner.jpg) repeat left top;
	position: relative;
	z-index: -1;
}

#bannerS-Plans #b0 {
	height: 359px;
	width: 100%;
	background: url(imgs/sub1.jpg) no-repeat center top;
}
#bannerS-Plans #b0 {
	height: 359px;
	width: 100%;
	background: url(imgs/sub1.jpg) no-repeat center -60px;
}

#bannerS-Plans #b1 {
	width: 960px;
}
#bannerS-Plans #b1 img {
	float: right;
	margin: 220px 22px 0 0;
}
#bannerS-Plans #b1 h1 {
	float: right;
	margin: 290px 42px 0 0 !important;
	font-family: 'Bree Serif', Helvetica, Arial, sans-serif;
		font-weight: normal !important;
		color: white;
		font-size: 30px;
}
#bannerS-Plans #b1 h1.bg {
	float: right;
	margin: 285px 42px 0 0 !important;
	font-family: 'Bree Serif', Helvetica, Arial, sans-serif;
		font-weight: normal !important;
		color: white;
		font-size: 30px;
	background-color: rgba(0,0,0,0.5);
	padding: 0 5px 5px 5px;
}









#wrapBS {
	width: 100%;
	background: #fff url(imgs/bg-bottom-grad.png) repeat-x left top;
	position: relative;
	z-index: 2;
	top: -1px;
		height: auto !important;
}

#contentS {
		-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
	min-height: 470px;
	height: auto !important;
	height: 470px;
	background-color: white;
		position: relative;
	z-index: 2;
	top: -22px;
}
#wrapFoot {
	position: relative;
	z-index: 5;
	top: -22px;
	background-color: #231f20;
}


#page {
padding: 25px 25px 0px 25px;

}

#page h1,h2,h3,h4,h5 {
		font-family: 'Bree Serif', Helvetica, Arial, sans-serif;
	font-weight: 400 !important;
	color: #2e71a9;	
}

#page h1 {
	color: #2e71a9;	
	font-size: 29px;
}

#page h2 {
	color: #2e71a9;	
	font-size: 24px;
	padding-top: 30px;
}

#page p {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #231f20;
	line-height: 20px;
	text-align: justify;
}
#page ul {
	list-style-type: none;
}

#page ul li {
	background: url(imgs/arrow-blue.png) no-repeat left 6px;
	margin: 0 0 5px 15px;
	padding: 0 0 0 13px;
	line-height: 20px;
}
#pagee ol {
	margin: 0 0 1em 20px;
	padding: 0;
}

#page ol li {
	margin: 0 0 3px 15px;
	padding: 0 0 0 13px;
	line-height: 20px;
}

#page .hr {
	border-bottom: 2px solid #cccccc;
}
.border {
	border: 1px solid #ccc;
}
.red {
	color: #ac423d;
}


.partnersS {
	width: 100%;
	text-align: center;
	height: 160px;
	padding: 55px 0 0 0;
	background: url(imgs/hr-shadow.png) no-repeat center 27px;
}
.partnersS img {
	margin-right: 70px;
}
.addthis_default_style {
	height: 25px;
}
#page #ss {
	width: 448px;
	height: 280px;
	float: left;
}
#page #a0 {
	width: 440px;
	float: right;
}
.h2red {
	color: #ac423d !important;
	font-size: 25px;
}

.team {
	width: 100%;
}
.team .c1 {
	width: 50%;
	float: left;
}
.team, .team .c1, .team .c2 {
	height: 635px;
}
.team span img {
	margin-right: 7px;
}
.bioL {
	margin-right: 20px;
}
.bioR {
	margin-left: 20px;
}
.colR {
	width: 200px;
	float: right;
	margin: 0 20px 0 70px;
	clear: left;
	text-align: center;
}
#testimonials div {
	margin: 20px auto;
	padding:  10px 0 20px 0;
	border-bottom: 1px solid #e2e2e2;
	/*background: url(imgs/start-quote.png) no-repeat left top;*/
}
#testimonials p {
	margin-left: 70px;
}
iframe#map {
	width: 1108px;
	height: 309px;
	margin: 0 auto;
	border: none;
max-width: 100%; max-height: 100%; overflow: hidden; position: relative;
}
#gmap {
	width: 1108px;
	height: 309px;
	margin: 0 auto;
}
.contact2 {
	
}
.contact2 .con2R {
	width: 300px;
	float: right;
}
.contact2 .con2L {
	width: 580px;
	float: left;
}
.contact2 .con2R ul {
	margin-left: 0;
}
.contact2 .con2R li {
	
}

.floorplan {
	width: 860px;
	height: 230px;
	margin: 0 auto 35px auto;
}
.floorplan div{
	width: 406px;
	height: 230px;
	float: left;
	background-color: #fafafa;
	border: 1px solid #e3e3e3;
	margin: 0 0px 0px 40px;
-moz-box-shadow: 0px 9px 15px -6px rgba(0, 0, 0, .9);
	-webkit-box-shadow: 0px 9px 15px -6px rgba(0, 0, 0, .9);
		box-shadow: 0px 9px 15px -6px rgba(0, 0, 0, .9);
}
.floorplan div p {		
margin: 5px 5px 5px 20px;
font-size:13px !important;		
	color: #696969 !important;
		font-weight:700 !important;	
	}
.floorplan div p a:link, .floorplan div p a:hover, .hpl {	
	font-size:13px !important;		
	color: #696969 !important;
		font-weight:700 !important;
}



.floorplan a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity:0.8
}

/* --------------------------------------------------------	*/
/*	Accessibility additions (2026-04-25)                  	*/
/* --------------------------------------------------------	*/

/* Page-level spacing now that <br> spacers are removed */
main {
	padding: 4em 1em 2em;
}

main h1 {
	margin-top: 1em;
}

footer {
	margin: 3em 0 2em;
	font-size: 90%;
}

/* Skip link — hidden until keyboard focus */
.skip-link {
	position: absolute;
	left: -9999px;
	top: -9999px;
	background: #ffdd00;
	color: #000;
	padding: .5em 1em;
	text-decoration: underline;
	z-index: 1000;
}

.skip-link:focus,
.skip-link:focus-visible {
	left: 0;
	top: 0;
}

/* Standard focus-visible: GOV.UK yellow outline */
a:focus-visible,
button:focus-visible {
	outline: 3px solid #ffdd00 !important;
	outline-offset: 2px !important;
	background: #fff !important;
	color: #000 !important;
	box-shadow: inset 0 -2px 0 #000 !important;
}

a:focus-visible:has(img) {
	background: transparent !important;
	display: inline-block !important;
}