 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	padding-top: 100px;
	font-family: 'KievitOT';
	padding-bottom: 30px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
}

.only-mobile {
    display: none;
}

.container {
    max-width: 1010px;
}

.section-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    background: white;
    padding: 10px 0px;
}
.logo img {
    height: 40px;
    margin: auto;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;

  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
    image-rendering: -webkit-optimize-contrast;
}

.header-container {
    max-width: 1210px;
    width: 100%;
    margin: auto;
}

.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 240px;
    margin: auto 0px;
}

nav.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 15%;
}

nav.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.title, h1 {
    font-family: 'KievitOT';
    font-weight: 700;
}

.title {
    color: #007db1;
    font-size: 45px;
    line-height: 1.2;
}

.hero-video {
    /* height: 900px; */
    /* max-height: 100vh; */
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    top: 0;
    left: 0;
    z-index: 0;
}

.section-video {
    position: relative;
    width: 100%;
    height: 650px;
    max-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0px;
}

.hero-video:before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;/* background: linear-gradient(90deg, #683DEA 0%, #276DE2 51.114439964294434%, #18E0FF 100%); */display: block;}

.hero-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: table;
    /* opacity: 0.25; */
}

.section-video > .container {
    margin: auto;
    position: relative;
    z-index: 1;
}

h1 {
    font-size: 65px;
    line-height: 1.1;
    color: #007db1;
    max-width: 450px;
}


.sub-title {
    font-size: 22px;
    color: black;
    font-weight: 400;
    line-height: 1.5;
    margin: 20px 0px;
    max-width: 500px;
}

a.button {
    display: table;
    line-height: 59px;
    padding: 0px 30px;
    color: white;
    background: #328128;
    font-weight: 800;
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    font-family: 'KievitOT';
    letter-spacing: 3.5px;
    border-radius: 40px;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

a.button.white {
    background: white;
    color: #007db1;
}
 
a.button:hover {
    background: #22621a;
}
a.button.white:hover {
    background: #006e9b;
    color: white;
    box-shadow: inset 0px 0px 0px 2px white;
}
.header-bottom {
    font-size: 18px;
    margin-top: 20px;
    color: #084398;
    font-weight: 600;
}

nav.menu ul li a {
    color: #007db1;
    letter-spacing: 0.05em;
    font-weight: 800;
    font-size: 15px;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

nav.menu ul li.menu-button {
    height: 60px;
    margin: auto 0px;
}

nav.menu ul li {
    margin: auto 0px;
}

nav.menu ul li.menu-button a {
    border: 3px solid #328128;
    height: 100%;
    line-height: 55px;
    display: block;
    color: #328128;
    border-radius: 40px;
    padding: 0px 31px;
}

nav.menu ul li a:hover {
    color: #007db1;
    text-decoration: underline;
}

nav.menu ul li.menu-button a:hover {
    color: white;
    background: #328128;
    text-decoration: none;
}

.section-box {
    text-align: center;
    padding: 90px 0px;
    background: #ffffff;
}

.section-navigate {
    padding: 90px 0px;
}

.section-personalized {
    padding: 80px 0px;
    background: #F6F6F6;
}

*.color-white {
    color: white;
}

.blue-box {
    background: #007db1;
    border-radius: 13px;
    padding: 140px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.blue-box-inner {
    margin: auto;
    color: white;
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
}

.blue-boxes-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 850px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px auto auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blue-box-small {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    letter-spacing: 0.05em;
    background: white;
    margin: 0px 15px;
    color: black;
    position: relative;
    padding: 20px 0px;
    margin-top: 60px;
    font-size: 22px;
    font-weight: 500;
}

.blue-box-small .icon {
    height: 95px;
    margin-bottom: 30px;
    margin-top: -50px;
}

.blue-box-small .icon img {
    object-fit: scale-down;
    height: 75px;
    margin: auto;
    object-position: center;
}

.boxes-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* width: 600px; */
    /* max-width: 100%; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.box-small {
    background: #007caf;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    margin: 0px 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 65px 15px;
    border-radius: 10px;
}
 
.box-small .icon {
    height: 40px;
    margin-bottom: 25px;
}

.box-small .icon img {
    height: 100%;
}

.box-small .label {
    letter-spacing: 0.05em;
    font-size: 16px;
    color: white;
}

.box-small.b-1 {
    background: #006e9b;
}

.box-small.b-2 {
    /* background: #0095d2; */
}

.box-small.b-3 {
    background: #006e9b;
}

.box-small.b-5 {
    background: #006e9b;
}



.section-navigate a.button {
    margin: 70px auto 0px;
}
.section-personalized .text p {
    font-size: 19px;
    color: #3A4758;
    line-height: 1.5;
}

.section-personalized .text {
    margin: 30px 0px;
}

.pers-image img {
    border-radius: 13px;
}

.section-better {
    padding: 90px 0px;
}

.prcnt-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* width: 600px; */
    /* max-width: 100%; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 90px;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.prcnt-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    margin: 0px 3px 0px;
    padding: 40px 20px;
    background: #006e9b;
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.prcnt-text {
    max-width: 160px;
    text-align: left;
    margin: 0px auto;
    line-height: 1.3;
    color: white;
    font-size: 22px;
    width: 100%;
    margin-bottom: auto;
}

.prcnt-number {
    width: 143px;
    text-align: left;
    margin: 20px auto 0px;
    color: #ffffff;
    font-size: 50px;
    font-weight: 900;
}

.prcnt-box.box-2 {
    background: #007caf;
}

.prcnt-box.box-3 {
    background: #006e9b;
}
 

.section-better a.button {
    margin: 110px auto 0px;
}

.section-blue {
    background: #006e9b;
    padding: 90px 0px;
    margin-bottom: 0px;
}

.blue-images {
    position: relative;
    width: 100%;
    height: 610px;
}

.bimg-1 {
    position: absolute;
    left: -14%;
    top: -15%;
}

.bimg-2 {
    position: absolute;
    left: 30%;
    top: 10%;
}

.bimg-s {
    position: absolute;
    bottom: -11%;
    left: -30%;
}
 

.bimg-1 img {
    max-width: 100%;
}
 

.section-blue .title.color-white {
    font-size: 50px;
    max-width: 410px;
    margin-bottom: 35px;
}






.bb-svg-aqua_tab {
    top: 0;
    left: 0;
    right: 0;
    width: 60px;
    z-index: 2;
    position: absolute;
    margin: auto;
    background: #ffffff;
    padding: 25px 18px 15px;
    border-radius: 0px 0px 30px 30px;
}

.bb-svg-aqua_tab img {width: 100%;}

.bb-svg-aqua_plus {
    top: 45px;
    left: 0;
    right: -90px;
    width: 12px;
    z-index: 2;
    position: absolute;
    margin: auto;
}

.svg-bulb {
    position: absolute;
    background: white;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    padding: 28px;
    left: 30%;
    top: -14%;
    z-index: 2;
}

.svg-ex {
    position: absolute;
    right: 34%;
    bottom: -14%;
    width: 30px;
}



.col-video-left-cont {
    max-width: 600px;
    margin-left: auto;
    padding: 30px 10px;
}

h1 strong {
    color: #328128;
}

.blue-box-small--tophalf {content: '';position: absolute;width: 100%;height: 0;left: 0;top: 0;padding-top: 80%;line-height: 1;background: white;border-radius: 50%;z-index: -1;transform: translateY(-47%);}

.section-blue .header-bottom {
    color: white;
}




.hide-desktop {
    display: none;
}



.animate-in {
	-webkit-transition: 0.7s all cubic-bezier(0.25, 0.69, 0.46, 0.83) ;
	-o-transition: 0.7s all cubic-bezier(0.25, 0.69, 0.46, 0.83) ;
	transition: 0.7s all cubic-bezier(0.25, 0.69, 0.46, 0.83) ;
	opacity: 0 !important; 
}
.animate-in.animate-in-right
{
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	    transform: translateX(50px);
	
}
.animate-in.animate-in-left
{
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	    transform: translateX(-50px);
	
}
.animate-in.animate-in-up
{
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	    transform: translateY(50px); 
}
.animate-in.animate-in-down
{
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	    transform: translateY(-50px); 
}
.animate-in.animate-in-down-2
{
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	    transform: translateY(-25px); 
}

.animate-in.animate-in-done {
    opacity: 1!important;
    -ms-transform: translateX(0px)!important;
    transform: translateX(0px)!important;
    -webkit-transform: translateX(0px)!important;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}
button.mobile-toggler {
    display: none;
}
@media (min-width:992px)
{	
	.animate-in.animate-in-delay-1 { -webkit-transition-delay:0.3s; -o-transition-delay:0.3s; transition-delay:0.3s; }
	.animate-in.animate-in-delay-2 { -webkit-transition-delay:0.6s; -o-transition-delay:0.6s; transition-delay:0.6s; }
	.animate-in.animate-in-delay-3 { -webkit-transition-delay:0.9s; -o-transition-delay:0.9s; transition-delay:0.9s; }
	.animate-in.animate-in-delay-4 { -webkit-transition-delay:1.2s; -o-transition-delay:1.2s; transition-delay:1.2s; } 
	.animate-in.animate-in-delay-5 { -webkit-transition-delay:1.5s; -o-transition-delay:1.5s; transition-delay:1.5s; }
	.animate-in.animate-in-delay-6 { -webkit-transition-delay:1.8s; -o-transition-delay:1.8s; transition-delay:1.8s; }
}
.hero-image {
    background: url(../images/yoga_hero.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
}

footer.footer {
    background-color: #37475a;
    padding: 70px 3%;
    color: white;
    word-break: break-word;
    margin-bottom: 15px;
}

.footer-content p {
    margin-top: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 1px;
}


.footer-content img {
    max-width: 270px;
}

.footer-content img {
    margin: auto 0px;
    align-items: center;
    height: 30px;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;

  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
    image-rendering: -webkit-optimize-contrast;
}

.footer-content p {
    /* margin: auto 40px; */
    font-weight: 400;
    /* font-style: italic; */
}

.footer-content-2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    /* letter-spacing: 1px; */
    font-weight: 300;
    margin: auto;
    /* font-style: italic; */
    margin-top: 40px;
    max-width: 1200px;
    width: 100%;
}


.footer-content {
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

.img-carets-quotes {
    position: relative;
    font-size: 40px;
}

.img-carets-quotes:before {content: '<"';left: 0;transform: translateX(-100%);}
.img-carets-quotes:after {content: '">';right: 0;transform: translateX(100%);}
.img-carets-quotes:before,
.img-carets-quotes:after {
    position:absolute;
    top:0;
    bottom:0;
    height: 20px;
    line-height: 20px;
    margin: auto;
    padding: 0px 10px;
    display: none;
}

.img-carets {
    position: relative;
    font-size: 40px;
    display: table;
}

.img-carets:before {content: '<';left: 0;transform: translateX(-100%);}
.img-carets:after {content: '>';right: 0;transform: translateX(100%);}
.img-carets:before,
.img-carets:after {
    position:absolute;
    top:0;
    bottom:0;
    height: 20px;
    line-height: 20px;
    margin: auto;
    padding: 0px 10px;
    display: none;
}

@media (max-width:1240px) and (min-width:768px) {
    nav.menu ul {
        margin-left: 30px;
    }
    
    nav.menu ul li.menu-button a {
        padding: 0px 15px;
        line-height: 46px;
    }
    
    nav.menu ul li.menu-button {
        height: 50px;
    }
     
    .section-header {
        padding: 10px;
    }
    
    .section-video {
        height: auto;
    }
    
    h1 {
        font-size: clamp(30px, 6vw, 50px);
    }
    
    .logo {
        flex: 0 0 auto;
    }
    
    .box-small {
        margin: 10px;
    }
    
    .section-navigate {
        padding: 0px 0px 80px;
    }
    
    .blue-box {
        padding: 100px 0px;
    }
    
    .section-personalized {
        padding: 50px 0px;
    }
    
    h2.title {
        font-size: 38px;
    }
    
    .prcnt-box {
        margin: 6px 7px;
    }
    
}

@media (max-width:767px)
{ 
 

	.hero-image {
		position: relative;
		height: 60vw;
		margin: 0px -15px;
		width: calc(100% + 30px);
	}
	.wrapper {
		overflow-x: hidden;
	}
	.blue-images {
		/* overflow: hidden; */
		height: 200vw;
	}
	.mobile-order-2 {
		order: -1;
	}

	.hero-video {
		position: relative;
		margin: 0 -15vw;
		width: 130vw;
	}

	.blue-box-small .icon {
		margin-bottom: 10px;
	}
	nav.menu {
		position: fixed;
		/* display: none; */
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.4s all ease;
		-o-transition: 0.4s all ease;
		transition: 0.4s all ease;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		background: white;
		height: calc(100vh - 64px);
		top: 64px;
		left: 0;
		width: 100%;
		text-align: center;
		bottom: 0;
		padding: 10% 10%  160px;
	}

	.section-header {
		padding: 5px 15px;
	}

	.logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 90px;
		flex: 0 0 110px; min-height: 50px;
	}

	.only-mobile {
		display: block;
		margin: auto;
	}

	button.mobile-toggler {
		background:none; 
		border:0px;
		padding:0px;
		margin: auto 0px;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 30px;
		        flex: 0 0 30px;
		height: 32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
	}

	.mobile-toggler span {
		height: 2px;
		background: #30519e;
		width: 100%;
		display: block;
		-webkit-transition: 0.3s all ease;
		-o-transition: 0.3s all ease;
		transition: 0.3s all ease;
	}

	body {
		padding-top: 64px;
	}

	a.mobile-enroll {
		border: 3px solid #328128;
		height: 100%;
		line-height: 48px;
		display: block;
		color: #328128;
		border-radius: 40px;
		padding: 0px 13px;
		margin: auto;
		font-size: 14px;
		font-weight: 800;
		text-decoration: none;
	}

	h1 {
		font-size: 37px;
		max-width: 257px;
	}

	div#home {
		padding: 0px 0px 0px;
		height: auto;
		max-height: initial;
	}

	.blue-box {
		padding: 100px 0px 0px;
	}

	.title {
		font-size: 30px;
	}

	.blue-box-small {
		margin: 40px 10px 50px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 2 - 40px);
		flex: 0 0 calc(100% / 2 - 20px);
		font-size: 20px;
	}

	div#program {
		padding: 50px 0px;
	}

	div#features {
		padding: 10px 0px 70px;
	}

	.box-small {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100%  / 2 - 10px);
		flex: 0 0 calc(100%  / 2 - 10px);
		margin-bottom: 8px;
		padding: 40px 0px;
	}

	div#expert {
		padding: 50px 15px;
	}

	
	.hide-mobile {
		display: none;
	}

	.hide-desktop {
		display: block;
	}

	.pers-image {
		margin-bottom: 30px;
	}

	div#expert a.button {
		margin: 60px auto 30px;
	}

	.prcnt-box {
		padding: 70px 0px;
		margin-bottom: 5px;
	}

	.svg-bulb {
		left: -4%;
		top: 27%;
	}

	.svg-ex {
		bottom: -24px;
		background: white;
		padding: 17px;
		width: 60px;
		border-radius: 40px;
		right: 23%;
		z-index: 2;
	}

	.section-better a.button {
		margin-top: 70px;
	}

	div#impact {
		padding: 50px 0px;
	}

	.prcnt-row {
		margin-top: 50px;
	}

	.section-blue .title.color-white {
		font-size: 35px;
	}

	.section-blue {
		padding: 50px 15px;
		overflow: hidden;
		margin-bottom: 0px;
	}

	.bimg-1 {
		width: 100%;
		left: -26%;
		top: 16%;
	}

	.bimg-2 {
		left: 26%;
		width: 100%;
		top: 3%;
	}

	.bimg-s {
		left: -13%;
		bottom: 0;
	}

	.logo img {
		height: auto;
	}
	 

	body.mobile-menu-open nav.menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	nav.menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: auto;
		line-height: 3.7;
	}

	nav.menu ul li.menu-button {
		display: none;
	}

	nav.menu ul li a {
		font-size: 22px;
	}


	body.mobile-menu-open span.hm-1 {
		-webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
		    -ms-transform: rotate(45deg) translateX(6px) translateY(6px);
		        transform: rotate(45deg) translateX(6px) translateY(6px);
	}

	body.mobile-menu-open span.hm-3 {-webkit-transform: rotate(-45deg) translateX(6px) translateY(-6px);-ms-transform: rotate(-45deg) translateX(6px) translateY(-6px);transform: rotate(-45deg) translateX(6px) translateY(-6px);}

	body.mobile-menu-open span.hm-2 {
		-webkit-transform: rotate(445deg);
		    -ms-transform: rotate(445deg);
		        transform: rotate(445deg);
		opacity: 0;
	}

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


footer.footer  a {color:white !important;}
a.skip-to-content-link {
	font-size: 1rem;
    font-weight: 500;
    height: 0.0625rem;
    left: -62.4375rem;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 0.0625rem;
    z-index: -999;}

a.skip-to-content-link:active, a.skip-to-content-link:focus {
    background-color: #ffffff;
    border: 0.25rem solid #276DE2;
    border-radius: 0.9375rem;
    color: #000000;
    height: auto;
    left: auto;
    margin: 0.625rem 35%;
    overflow: auto;
    padding: 0.3125rem;
    text-align: center;
    top: auto;
    width: 30%;
    z-index: 999;
}
a:focus {
    border: 1px solid red;
}