/* Baseline Design */

body, h1, h2, h3, h4, h5, h6, button {
    margin: 0px;
    font-family: "Raleway";
    font-weight: 300;
    overflow-x:hidden;
}

hr {
    width:60%;
    color: #1C1816;
}

button:focus {
    outline: none;
}

.username:empty:before {
	content:"Jane DOE";
	display:inline-block;
	color:#AAAAAA;
}


.white-text {
    color: #fff;
}

.green-text {
    color: #008081;
}


 

.centered-text {
    text-align: center;
}

p {
    margin: 1em 10% 1em 10%;
    hyphens: auto;
    line-height: 1.4em;
}

a {
    text-decoration: none ;
}


.orange-to-pale{
    background-image: linear-gradient(#FF9C73, #FFBA9D);
    position: fixed;
    top:0;
    z-index: -2;
    min-height: 100vh;
    width: 100vw;
}

.pale-green-to-orange{
    background-image: linear-gradient(#06A0AB, #FF9C73);
    position: fixed;
    top:0;
    z-index: -2;
    min-height: 100vh;
    width: 100vw;
}

.red-to-green{
    background-image: linear-gradient(#FF6B6C, #008081);
    position: fixed;
    top:0;
    z-index: -2;
    min-height: 100vh;
    width: 100vw;
}

.orange-to-green{
    background-image: linear-gradient(#FF9C73, #008081);
    position: fixed;
    top:0;
    z-index: -2;
    min-height: 100vh;
    width: 100vw;
}

.green-to-orange{
    background-image: linear-gradient(#008081, #FF9C73);
    position: fixed;
    top:0;
    z-index: -2;
    min-height: 100vh;
    width: 100vw;
}

.green-to-red{
    background-image: linear-gradient(#008081, #FF6B6C);
    position: fixed;
    top:0;
    z-index: -2;
    min-height: 100vh;
    width: 100vw;
}

.green-to-red{
    background-image: linear-gradient(#008081, #FF6B6C);
    position: fixed;
    top:0;
    z-index: -2;
    min-height: 100vh;
    width: 100vw;
}


.city-background {
    background-color: #008081;
    background-image: url("media/Dublin Vue Web.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top:0;
    z-index: -2;
    min-height: 100vh;
    width: 100vw;
}

#clouds {
    position: fixed;
    top: 45%;
    transform: translateY(-50%);
    width: 170%;
    opacity: 40%;
    z-index: -1;
}


#sunburst {
    position: fixed;
    top: 45%;
    transform: translateY(-50%);
    width: 98vw;
    opacity: 77%;
    z-index: -1;
}

@keyframes sunburst {
	0% {
		transform:rotate(0deg) scale(1);
	}
	20% {
		transform:rotate(72deg) scale(1.2);
	}
	40% {
		transform:rotate(144deg) scale(0.9);
	}
	60% {
		transform:rotate(216deg) scale(1.1);
	}
	80% {
		transform:rotate(288deg) scale(1.1);
	}
	100% {
		transform:rotate(360deg) scale(1);
	}
}	

button:focus {
    outline: none;
}

.logo {
    z-index: 600;
    width: 245px;
    min-height: 65px;
    top: 37px;
    left: 39px;
    position: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logo.white{
    background-image: url("../media/main_logo_white_large.png");
}

.logo.green{
    background-image: url("../media/main_logo_green_large.png");
}



/* Main Menu */

.main-menu {
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 500;
    width: 100vw;
    height:15vw;
}


nav {
    width: 80vw;
    display: block;
    margin-left: 10vw;
    font-size:0;

}

nav:before, nav:after {
    display: inline-block;
    background-color: #0A5D5E;
    height: 100%;
    position: absolute;
    bottom: 0px;
    width: 10vw;
    margin-right: 0px;
    content: "";
    font-size: 0;
}

nav:before {
    left: 0px;
    border-radius: 10px 0px 0px 0px;
}

nav:after {
    right: 0px;
    border-radius: 0px 10px 0px 0px;
}

nav a{
    cursor: pointer;
    height: 10vw;
    position: relative;
    display: inline-block;
    width: 17%;
    text-align: center;
	background-color:rgba(255,255,255,0.65);
}

nav a:not(.current) {
    background-color: #0A5D5E;
}

nav a::before, nav a::after {
    display: inline-block;
    background-color: #0A5D5E;
    height: 15vw;
    position: absolute;
    bottom: 0px;
    width: 12px;
    margin-right: 0px;
    content: "";
    font-size: 0;
}

nav a::before {
    left: -1px;
    border-radius: 0px 10px 0px 0px;
}

nav a::after {
    right: -1px;
    border-radius: 10px 0px 0px 0px;
}

nav a span {
    position: absolute;
    width: calc(100% - 20px);
    margin: 0px 11px;
    height: 0px;
    padding-bottom:80%;
    right: -1px;
    bottom: 5px;
    border-radius: 0px 0px 50% 50%;
    box-shadow: 0 10vw 0 0 #0A5D5E;
}

nav a img{
    min-width: 36px !important;
    margin-left: auto;
	margin-top:11% !important;
	width:40% !important;
}

nav a img.active{
    background-color: #008081;
    border-radius: 0px 0px 13px 13px;
    overflow: visible;
}


.profile-tab {
    bottom: 0;
    position: fixed;
    left: 1.5%;
    width: 100vw;
    display: inline;
    width: 12vh !important;
    box-sizing: border-box;
    margin: auto;
/*    background-color: #008081; */
    border-radius: 0.85em 0.85em 0px 0px;
    height: 75px;
	z-index:55;
}

.profile-tab .avatar-housing-agent {
	position: absolute;
    bottom: 2em;
    left: 2%;
    width: 12vh;
    height: 12vh;
    z-index: 22;
}

.profile-tab p.username {
	position: absolute;
    top: 62%;
    color: white;
    font-size: 0.8em;
    display: block;
    z-index: 555;
    width: 12vh;
    margin: 0px;
    text-align: center;
    left: 2%;
}

.avatar-housing-agent {
    background-color: rgb(122, 211, 222, 0.4);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border: solid 2px #7AD3DE;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 4px 4px 12px rgb(10, 93, 94, 0.45);
}

.avatar-housing-agent #avatar-container .avatar {
    width: 260%;
    margin: -55% -80%;
}

.profile-tab-content {
    width: calc(100% - (8% + 4px + 15.5vh));
    margin-left: calc(8% + 15.5vh);
    height:40px;
    text-align: center;
    height: calc(32vw - 15vw);
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.profile-tab h2 {
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #7AD3DE;
    font-family: "Raleway";
    font-weight: 300;
    font-size: 1.35em;

}

.main-page-backdrop {
    height: 18vh;
    width: 100vw;
    background-color: #FFBA9D;
    position: fixed;
    top: 10%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}



.main-page-static {
    position: fixed;
    top: 10%;
    width: 100vw;
    overflow: hidden;
}

.main-page-static img {
    width: 100%;
    overflow: hidden;
}

.animated-vector {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    position: fixed;
    height: inherit;
    overflow: hidden;
}

#plane-vector {
    width: 100%;
    position: absolute;
    overflow: hidden;
}

#plane{
    transform: scale(1.4);
}

.main-page-backdrop h4 {
    z-index: 50;
    color: #0A5D5E;
    font-family: "Raleway";
    font-weight: 400;
    font-size: 1.2em;
    margin-top: 1.2em;

}


.square-navigation {
    width: 76vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -52.5%);
    position: fixed;
}

.square-navigation a {
    height: 0px;
    width: inherit;
}

.element {
    position: relative;
    width: calc(38vw - 10.5px);
    height: calc(38vw - 20px);
    margin: 4px;
    border-radius: 0.85em;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

.square-1 {
    background-color: #008081;
    box-shadow: 4px 4px 8px rgb(6, 160, 171, 0.65);
}

.square-2 {
    background-color: #0A5D5E;
    box-shadow: 4px 4px 8px rgb(10, 93, 94, 0.65);
}

.square-3 {
    background-color: #FF6B6C;
    box-shadow: 4px 4px 8px rgb(255, 107, 108, 0.65);
}

.square-4 {
    background-color: #06A0AB;
    box-shadow: 4px 4px 8px rgb(6, 160, 171, 0.65);
}

.square-5 {
    background-color: #76CAD4;
    box-shadow: 4px 4px 8px rgb(118, 202, 212, 0.65);
}

.square-6 {
    background-color: #FF9C73;
    box-shadow: 4px 4px 8px rgb(255, 156, 115, 0.65);
}


.square-icon{
    float: right;
    width: 24%;
    height: 24%;
    padding: 7px;
    border: solid 1.5px #fff;
    background-color: rgb(255, 255, 255, 0.3);
    border-radius: 50% 0.85em 50% 50%;
    overflow: visible;
}

.square-icon img {
    width: 100%;
    transform: translate(5%, -5%);
}


.element h3 {
    margin-block-start: 0px;
    margin-block-end: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    width: 100%;
}

#text-icon {
    display: inline;
    width: 0.7em;
    padding-right: 4px;
    transform: translateY(15%);
}

.current-prep {
    height: 38%;
    width: 100%;
    background-color: rgb(255, 255, 255, 0.3);
    border-radius: 0.85em;
    position: absolute;
    bottom: 0;
}

.current-prep h6 {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    font-size: 0.4em;
    text-align: left;
    padding-top: 0.2em;
    padding-left: 1em;
    color: #fff;
    font-weight: 300;
}

.current-prep h5 {
    display: inline;
    color: #fff;
    font-size: 0.7em;
    font-weight: 300;
}

.current-prep-skill {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.progress, .tools {
    height: 38%;
    width: 100%;
    position: absolute;
    bottom: 0;
}


.progress h6 {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    font-size: 0.4em;
    padding: 0.2em 1em;
    color: #fff;
    font-weight: 300;
    display: inline;
}


.align-left {
    position: absolute;
    text-align: left;
    left: 1.5em;
}

.align-right {
    position: absolute;
    text-align: right;
    right: 1.5em;
}

.progress-bar {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 3px;
    background-color: rgb(255, 255, 255, 0.8);
    border-radius: 0.85em;
}

.dark-progress-bar{
    width: 24%;
    height: 3px;
    border-radius: 0.85em;
    background-color: #5c9393;

}

.tools span {
    width: calc(50% - 6px);
    margin: -1px  -1px;
    height: calc(50% - 4px);
    padding: 1px;
    display: inline-block;
    overflow: hidden;
    border-radius: 9px;
    background-color: rgb(255, 255, 255, 0.3);
}

.tools span h5 {
    margin-block-start: 0em;
    margin-block-end: 0em;
    display: inline;
    color: #fff;
    font-size: 0.55em;
    font-weight: 300;
}




/* Profile Page */


.profile-page-tab {
    /* margin-top: 13vh; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
    position: fixed;
}

.profile-page-tab .avatar-housing-agent {
    margin: auto;
    left: 8%;
    height: 19vh;
    width: 19vh;
}

.profile-buttons{
    text-align: center;
}

.profile-buttons button {

    display: inline-block;
    margin: 1.7vh 7.5px;
    width: 7vw;
    height: 7vw;
    border-radius: 100%;
    border: solid 2px #7AD3DE;
    background-color: #008081;
}


.profile-buttons button img {
    width: 100%;
    margin-left: 0%;
    margin-top: 2px;
    
}

.profile-page-tab h2 {
    margin-block-start: 0em;
    margin-block-end: 0em;
    text-align: center;
    color: #fff;
    font-family: "Raleway";
    font-weight: 300;
    font-size: 1.5em;
}




/* Secondary Square Navigation White on Green and Green on White */


.secondary-square-navigation {
    width: 76vw;
    margin: 1.7vh auto;
}

.secondary-square-navigation a {
    height: 0px;
    width: inherit;
}

.secondary-element {
    position: relative;
    width: calc(38vw - 10.5px);
    height: calc(38vw - 20px);
    margin: 4px;
    border-radius: 0.85em;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    box-shadow: 4px 4px 8px rgb(11, 14, 38, 0.25);
}

.white-on-dark a .secondary-element{
    background-color: #fff;
}

.dark-on-white a .secondary-element{
    background-color: #008081;
    box-shadow: 4px 4px 8px rgb(0, 128, 129, 0.25);
}

.secondary-square-icon{
    float: right;
    width: 24%;
    height: 24%;
    padding: 7px;
    border-radius: 50% 0.85em 50% 50%;
    overflow: visible;
}

.white-on-dark .secondary-square-icon{ 
    border: solid 1.5px #008081;
    background-color: rgb(0, 128, 129, 0.3);
}

.dark-on-white .secondary-square-icon{ 
    border: solid 1.5px #fff;
    background-color: rgb(255, 255, 255, 0.3);
}

.secondary-square-icon img {
    width: 100%;
    transform: translate(5%, -5%);
}


.secondary-element h3 {
    margin-block-start: 0px;
    margin-block-end: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1em;
    font-weight: 300;
    width: 100%;
}

.white-on-dark .secondary-element h3 {
    color: #008081;
}

.dark-on-white .secondary-element h3 {
    color: #fff;
}







/* Page Title */

.page-title {
    margin-top: 20%;   
}


/* List Item Button Menu  */

.inline-menu {
    margin-bottom: 10%;
}


.inline-menu-list-element {
    width: 80%;
    margin: 15px 10%;
    border-radius: 0.85em;
    text-align: center;
}

.inline-menu-list-element.dark-on-white {
    background-color: #06A0AB;
    box-shadow: 4px 4px 12px rgb(6, 160, 171, 0.65);
}

.inline-menu-list-element.dark-on-white h3 {
    color: #fff;
    padding: 0.4em;
}

.inline-menu-list-element.white-on-dark {
    background-color: #fff;
    box-shadow: 4px 4px 8px rgb(11, 14, 38, 0.25);
}

.inline-menu-list-element.white-on-dark h3 {
    color: #008081;
    padding: 0.4em;
}


.inline-menu-list-element.orange-on-dark {
    background-color: #FF9C73;
    box-shadow: 4px 4px 8px rgb(11, 14, 38, 0.25);
}

.inline-menu-list-element.orange-on-dark h3 {
    color: #fff;
    padding: 0.4em;
}


.not-static{
    margin-bottom: 40%;
}

/* Walkthrough */

.profile-tab-content button{
    display: inline-block;
    margin: 0px 7.5px;
    width: 9vw;
    height: 9vw;
    border-radius: 100%;
    border: solid 2px #7AD3DE;
    background-color: #06A0AB;

}

.profile-tab-content button img {
    width: 100%;
    transform: translate(0, 9%);
}

.walkthrough-step {
    position: fixed;
    top: 43%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    transition: transform 0.5s;
}

#current-step {
    display: block;
    z-index: 30;
}

/* :not(#current-step) .avatar-container { */
/*    visibility:hidden; */
/* } */

#current-step .avatar-container, .profile-tab .avatar-container, .avatar-customisation-housing .avatar-container, .profile-page-tab .avatar-container, .login-register .avatar-container, .visible-avatar .avatar-container{
    visibility: visible !important;
}

#next-step {
    display: block;
    position: fixed;
    transform: translate(65%, -50%) scale(0.95);
    z-index: 20;
}

#next-step[onClick] {
    transform: translate(55%, -50%) scale(0.95);
    z-index: 20;

}

#previous-step {
    display: block;
    position: fixed;
    transform: translate(-165%, -50%) scale(0.95);
    z-index: 20;


}

#previous-step[onClick] {
    transform: translate(-155%, -50%) scale(0.95);
    z-index: 20;

}

.walkthrough-card h1 {
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.4em !important;
	line-height:1.4em !important;
	padding:0px !important;
	border:none !important;
	width:100% !important;
	word-spacing: 9999999px;
	height:auto;
	overflow:auto;
	max-width:290px;
}

.walkthrough-card h2 {
    font-size: 1.25em;
    text-align: center;
    text-transform: uppercase;
    color: #008081;
    margin-bottom: 1.7vh;
}

.walkthrough-card.title-card .title hr {
    border: 2px solid #76CAD4;
    width: 100% !important;
	max-width:290px;
}

.title-card.walkthrough-card {
    background-image: linear-gradient(
125deg, #FF9C73, #FF6B6C);
    box-shadow: 4px 4px 8px rgb(255 156 115 / 65%);
}

.walkthrough-card {
    background-color: #fff;
    height: 50vh;
    width: 50%;
    margin: auto;
    border-radius: 0.85em;
    box-shadow: 4px 4px 8px rgb(11, 14, 38, 0.25);
    overflow: auto;
    overflow-x:hidden;
	position:relative;
}

.title-card.walkthrough-card  .title {
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	text-transform:uppercase;
}

.title-card.walkthrough-card h5 {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 1.4em;
    color: #fff;
    font-weight: 400;
    font-family: 'Antro Vectra';
}

.avatar-illustration-container {
    /* height: 35%; */
    height: calc(100% - 28px - 28px - 0.5em - 0.5em - 2px - 17vw - 5px - 0.6em - 80px - 3% - 4% - 20px);
    margin: 10px;
    margin-top: calc( 5% + 10px);
    overflow: hidden;

}

.avatar-illustration-container #avatar-container, .avatar-illustration-container #avatar-container .avatar{
    height: 100%;
    width: 100%;
}


.listed-skills, 
.listed-tools {
    text-align: center;
}

.listed-skills a img{
    max-width: 16px;
    max-height: 16px;
    padding: 4px;
    border-radius: 9px;
    background-color: #76CAD4;
}

.listed-tools a img{
    max-width: 16px;
    max-height: 16px;
    padding: 4px;
    border-radius: 9px;
    background-color: #008081;
}

.play-button {
    text-align: center;
}

.play-button span {
    font-size: 0.6em;
    display: block;
    color: #1C1816;
    padding-top: 5px;
}

.play-button .play {
    margin: auto;
}

.play {
    width: 17vw;
    height: 17vw;
    border-radius: 100%;
    border: none;
    background-color: #008081;
    z-index: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play svg {
    width: 100%;
    height: 100%;
    margin-left: 3px;
    fill: #fff;
}

.play svg rect {
    fill:#fff;
}

.video-control-buttons button[data-state="play"] {
	background-image: url('../content/media/button-icons/play.svg');
    background-repeat:no-repeat;
    background-position: 70% 50%;
    background-size:75%;
}

.video-control-buttons button[data-state="pause"] {
	background-image: url('../content/media/button-icons/pause.svg');
    background-repeat:no-repeat;
    background-position: 55% 50%;
    background-size:75%;    
}

.video-control-buttons button#playpause svg {
    display:none
}

.walkthrough-card .description p {
    width: 92%;
    /* max-height: 75px; */
    margin: 1em 4% 4% 4%;
    

}

.walkthrough-card .description p {
    font-size: 0.9em;
}

.main-progress-bar{
    margin-top: calc(43vh + 30vh + 20px);
    height: calc(100vh - 43vh - 30vh - 20px - 32vw);
    width: calc(100% - (8% + 4px + 15.5vh) - 13.5vw);
    margin-left: calc(8% + 4px + 15.5vh);
    display: flex;
    justify-content: center;
    align-items: center;
  

}

.full-progress {
    width: 96%;
    margin-left: 4%;
    margin-top: -2px;
    height: 4px;
    border-radius: 10px;
    background-color: #76CAD4;
}

#current-progress {
    width: 24%;
    height: 4px;
    border-radius: 10px;
    background-color: #0A5D5E;
    transition:width 0.1s;
}

.walkthrough-step .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.walkthrough-step .title hr {
    border: 1px solid #008081;
}

.walkthrough-step h1 {
    font-weight: 600;
    color: #008081;
    text-align: center;
    font-size: 2.5em;
}


/* Negative Styling */

.negative h2 {
    color: #FF9C73;
}

.negative .walkthrough-card{
    background-color: #FF9C73;
    -webkit-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

.negative .walkthrough-card .listed-skills img, .negative .walkthrough-card .listed-tools img{
    background-color: #FF6B6C;
}

.negative .walkthrough-card hr {
    border: white solid 1px;
}

.negative .walkthrough-card .play {
    background-color: #fff;
}

.negative .walkthrough-card .play svg {
    fill:#FF9C73
}


.negative .walkthrough-card .description p, 
.negative .walkthrough-card .play-button span  {
    color: #fff;
}


/* Neutral Styling */

.neutral h2 {
    color: #008081;

}

.neutral .walkthrough-card{
    background-color: #008081;
    -webkit-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

.neutral .walkthrough-card .listed-skills img, .neutral .walkthrough-card .listed-tools img{
    background-color: #76CAD4;
}

.neutral .walkthrough-card hr {
    border: white solid 1px;
}

.neutral .walkthrough-card .play {
    background-color: #fff;
}

.neutral .walkthrough-card .play svg {
    fill:#008081;
}


.neutral .walkthrough-card .description p, 
.neutral .walkthrough-card .play-button span  {
    color: #fff;
}


/* Positive Styling */


.positive h2 {
    color: #76CAD4;

}

.positive .walkthrough-card{
    background-color: #cdf3f7;
    -webkit-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}



.positive .walkthrough-card .listed-skills img, .positive .walkthrough-card .listed-tools img{
    background-color: #76CAD4;
}

.positive .walkthrough-card hr {
    border: white solid 1px;
}

.positive .walkthrough-card .play {
    background-color: #76CAD4;
}

.positive .walkthrough-card .play svg {
    fill:#fff;
}


.positive .walkthrough-card .description p, 
.positive .walkthrough-card .play-button span  {
    color: #1C1816;
}


/* Quote Card Styling */

.quotation-mark {
    font-family: Montserrat;
    font-weight: 700;
    color: #fff;
    font-size: 4em;
    padding: 10px 20px;
}

.quote-beginning {
    position: absolute;
}
.quote-ending {
    margin-top: -10px;
    float: right;
}

.quote .walkthrough-card {
    background-color: #06A0AB;
    overflow: hidden;
}

.quote-text {
    
    width: 85%;
    max-height: 65%;
    font-size: 1.45em;
    color: #fff;
    margin: auto;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-top: 2.5em;
    z-index: 300;

}

.avatar-quote-container {
    position: absolute;
    height: 30%;
    width: 100%;
    bottom: 0;
    z-index: 10;
    overflow: hidden;
}

.avatar-quote-container svg {
    width: 120%;
    margin: -20% -10%;
}



/* Minor Walkthrough Menu */

#second-walkthrough-menu {
    display: none;
    z-index: 550;
    height: calc(100vh - 2px);
    width: 60vw;
    position: fixed;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    top: 0;
    right: 0;
    border-radius: 32px 0px 0px 32px;
    border:rgb(118, 202, 212) solid 1px;
    background-color: rgb(118, 202, 212, 0.4);
    /* overflow: scroll; */
}


#second-walkthrough-menu ul {
    list-style-type: none;
    margin: 5vh 0px;
    width: 80%;
    height: 90vh;
    overflow: scroll;
}


.main-menu-element{
    font-size: 1.4em ;
    text-transform: capitalize;
    text-align: left;
    padding: 0.2em;
    color:#1C1816;
    
}

.sub-menu-element {
    font-size: 1.2em;
    text-transform: capitalize;
    text-align: left;
    padding: 0.2em;
    margin-left: 20px;
    color:#1C1816;
}

.sub-menu-element.negative {
    color: #FF9C73;
}

.sub-menu-element.positive {
    color: #008081;
}

.sub-menu-element.positive {
    color: #76CAD4
}

.sub-menu-element.quote {
    color : #06A0AB;
}


#close-tab{
    fill: #008081;
    width: 35px;
    height: 35px;
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 600;
}

#close-tab svg{
    width: 100%;
    height: 100%;
}


/* Specific Step Styling */


.step-3 .walkthrough-card .avatar-illustration-container, .step-3 .avatar-container {
    background-image: url(../media/large-crowds.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;


}

.step-4 .walkthrough-card .avatar-illustration-container #avatar-container{
    height: 300%;
    margin-top: -20%;
}


/* Video Page Styling */


.video-screen {
    width: calc(100% - 20px);
    border-radius: 0.85em;
    margin: 10px;
    z-index: 10;

}

#videoContainer {
    position: sticky;
    top: 20px;
	margin-right: 20px;
}

.video-controls {
    text-align: center;
}

.video-control-buttons {
    margin-top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
}



.fast-forward, .rewind {
    width: 13vw;
    height: 13vw;
    border-radius: 100%;
    border: none;
    background-color: #06A0AB;
    z-index: inherit;
    display: flex;
    justify-content: center;
    align-items: center;

}

.fast-forward svg, .rewind svg{
    width: 100%;
    height: 100%;
    fill: #fff;
}


.full-screen {
    width: 8vw;
    height: 8vw;
    position: absolute;
    right: 5%;
    border-radius: 100%;
    border: none;
    background-color: #06A0AB;
    display: flex;
    justify-content: center;
    align-items: center;

}

.full-screen svg{
    width: 100%;
    height: 100%;
    fill: #fff;
}


.sound[data-state] {
    width: 8vw;
    height: 8vw;
    position: absolute;
    left: 5%;
    border-radius: 100%;
    border: none;
    background-color: #06A0AB;
    display: flex;
    justify-content: center;
    align-items: center;

}

.sound[data-state="mute"] {
	background-image: url('../content/media/button-icons/mute.svg');
    background-repeat:no-repeat;
    background-position: 50% 50%;
}

.sound[data-state="unmute"] {
	background-image: url('../content/media/button-icons/sound.svg');
    background-repeat:no-repeat;
    background-position: 50% 50%;
}

.sound svg{
    width: 100%;
    height: 100%;
    fill: #fff;
    display:none;
}



.video-progress {
    width: 90%;
    margin: 0 5%;
    top: 0;
    height: 3px;
    background-color: #1C1816;
    transform: translateY(-18px);
    border-radius: 10px ;
    cursor:pointer;

}

#video-progress {
    width: 100%;
    height: 3px;
    border-radius: 10px;
}

#video-progress span {
    background-color: #06A0AB;
    border-radius: 10px;
    display: block;
    height: 100%;
    width: 0%;
}

.video-elements .description p {
    margin: 1em 5% 2em 5%;
}



/* .video-controls[data-state=hidden] {
    display:none;
 }
 
 .video-controls[data-state=visible] {
    display:block;
} */



/* Loading Page */


#logo-centered {
    width: 60vw;
    margin: 13% 20% 0px 20%;
}

.loading-bar {
    width: 78vw;
    height: 5px;
    margin: 1% 11% 0px 11%;
    border-radius: 10px;
    background-color: #fff;

}

.loading-progress {
    height: 5px;
    border-radius: 10px;
    background-color: #06A0AB;
}

#zero-percent {
    width: 0%;

}

#hundred-percent {
    transition: width 5s;
    width: 100%;
}


/* Registration */

.centered-card {
    position: absolute;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 40%;
    width: 35%;
    

}



.card-containter.centered-card {
    overflow: visible;
    padding: 7vh 0px 4vh 0px;
    transition:all 0.3s;
}

.login-register .avatar-housing-agent {
    position: absolute;
    top: 0%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 18vh;
    width: 18vh;
    z-index: 50;
}

.login-toggle-tabs{
    margin-top: 8px;
    margin-left: 2px;
    width: 100%;
}

.login-register fieldset {
    height:auto;
    overflow: auto;
    transition:all 0.3s;
    padding: 0px;
    border: 0px;
}

.login-register fieldset:not(.active) {
    height:0px;
    overflow:hidden;
}
.login-toggle-tabs button{
    width: 50%;
    box-sizing: border-box;
    border: 0px none;
    background-color: transparent;
    padding: 8px 0px;
    margin: -2px;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #7AD3DE;
    border-bottom: solid 2px #7AD3DE;
}

.login-toggle-tabs button.active {
    padding: 8px 0px 7px 0px;
    color: #008081;
    border-bottom: solid 4px #008081;
}

.card-containter form {
    margin: 18px 10% 18px 10%;
    width: 80%;
}

.card-containter form .smallprint{
    font-size: 0.9em;
}

.card-containter form label {
    color: #008081;
    font-size: 1em;
}


form input[type=text], 
form input[type=password],
form input[type=email],
select {
    margin: 4px 0px 12px 0px;
    width: 100%;
    border: solid 1px #76CAD4;
    background-color: rgb(122, 211, 222, 0.3);
    padding: 5px;
    font-size: 1em;
    color: #1C1816;
    border-radius: 8px;
    box-sizing: border-box;
    font-family: 'Raleway';
    font-weight: 300;
}

form input[type=text], 
form input[type=password],
form input[type=email] {
	text-align: center;
}

form input[type=number] {
    margin: 4px 0px 12px 0px;
    border: solid 1px #76CAD4;
    background-color: rgb(122, 211, 222, 0.3);
    padding: 5px;
    font-size: 1em;
    color: #1C1816;
    border-radius: 8px;
    box-sizing: border-box;
    font-family: 'Raleway';
    font-weight: 300;
}

form input[type=text]:focus, 
form input[type=password]:focus,
form input[type=email]:focus,
form input[type=number]:focus,
select:focus {
    border: solid 1px #76CAD4;
    background-color: rgb(122, 211, 222, 0.6);
    color: #1C1816;
    outline: none;
}

#hoursForm {
    width: 2em;
    margin: 0 4px;
}

/* .card-containter form input[type=checkbox]{
    appearance: none;
} */

.card-containter form #forgotten-password {
    color: #008081;
    float: right;
    text-decoration: underline;
    margin-top: 1px
}

.card-containter form a {
    color: #008081;
    text-decoration: underline;
}


.card-containter form.verification-code input[type=text] {
    margin: 4px 0px 12px 0px;
    border: solid 1px #76CAD4;
    background-color: rgb(122, 211, 222, 0.3);
    padding: 5px;
    border-radius: 8px;
    box-sizing: border-box;
    font-family: 'Raleway';
    font-weight: 300;
    width: 15%;
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    color: #008081;
}

.card-containter form.verification-code{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}





.regular-checkbox {
    margin: 0px 4px 0px 0px;
    margin-bottom: -3px;
	-webkit-appearance: none;
    background-color: rgb(122, 211, 222, 0.3);
    border: 1px solid #76CAD4;
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.regular-checkbox:active, .regular-checkbox:checked:active {
    background-color: rgb(122, 211, 222, 0.6);
}

.regular-checkbox:checked {
    background-color: rgb(122, 211, 222, 0.3);
    border: 1px solid #76CAD4;
	color: #008081;
}


.regular-checkbox:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 1px;
	left: 3px;
	color: #008081;
}







/* Avatar Customization */

.card-containter {
    background-color: #fff;
    border-radius: 32px;
    box-shadow: 4px 4px 12px rgb(11, 14, 38, 0.25);
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
}

.customisation-container {
	position: absolute;
    top: 50%;
    right: 5%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 75%;
    width: 50%;
    max-width: 600px;
}

h2{
   color: #008081;
   font-family: 'Raleway';
   font-weight: 300;
   text-transform: uppercase;
   text-align: center;
}

h3{
    color: #fff;
    font-family: 'Raleway';
    font-weight: 300;
}

.controls {
    margin-top: 20px;
    overflow: auto;
    overflow-x:hidden;
    height: 75%;
}


.accordion {
    background: none;
    color: #008081;
    cursor: pointer;
    width: 98.5%;
    text-align: center;
    border: none;
    outline: none;
    border-bottom:#008081 solid 1px;
    font-family: 'Raleway';
    margin: 1.5%;
    box-sizing: border-box;
    position:relative;
}

.accordion:after {
    content:"^";
    transform:scaleX(2) rotate(540deg);
    transition:transform 0.3s;
    position:absolute;
    right:3%;
}

.accordion.active:after {
    transform:scaleX(2) rotate(0deg);
}

.active, .accordion:hover {
    color: #06A0AB;
}
  
.panel {
    display: none;
    overflow: visible;
    text-align: center;
    width: 80%;
    margin: 20px 10% 20px 10%;
}

.panel.active {
    display:block;
}

.main_button {
    cursor: pointer;
    background-color: #06A0AB;
    color: #fff;
    font-family: 'Raleway';
    font-weight: 300;
    text-transform: uppercase;
    padding: 8px;
    font-size: 18px;
    width: 190px;
    border-radius: 50px;
    border: none;
    box-shadow: 4px 4px 12px rgb(6, 160, 171, 0.65);
}

.main_button:disabled {
	background-color: #DEDEDE;
	box-shadow: 4px 4px 12px rgb(171, 171, 171, 0.35);
	cursor:default;
}

.main_button:not(:disabled):hover {
    background-color: #50bdc5;
    box-shadow: 4px 4px 20px rgb(80, 189, 197, 0.65);
}

#bottom-button {
    margin: 30px 2px 0px 2px;
    text-align: center;
    bottom: 6%;


}

.square {
    cursor: pointer;
    width: 58px;
    height: 58px;
    box-shadow: 4px 4px 12px rgb(11, 14, 38, 0.25);
    border-radius: 11px;
    border: none;
    margin: 4px;
    transition: all .2s ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.square[onclick^="setAvatarColor"] {
	width:42px;
	height:42px;
}

.square:hover {
    transform: scale(1.15); 
}

.inside_square{
    height: 90%;
    width: auto;
    object-fit: contain;
    margin-top: 5%;
    text-align: center;
    overflow: hidden;

    
}

.avatar-customisation-housing #avatar-container {
	position: absolute;
    left: 40%;
    top: 38%;
    width: 30%;
    height: 40vw;
    transform: translate(-50%,-30%);
}


.avatar-customisation-housing #avatar-container .avatar {
    margin-top: -20%;
    margin-left: -50%;
    height: 110%;
    
}

#random-button {
    position: fixed;
    width: 8vh;
    height: 8vh;
    top: 20px;
    right: 20px;
    z-index: 500;
}

#random-button img{
    max-height: 100%;
    max-width: 100%;  
}



/* About You Page */

.about-you h2 {
    color: #fff;
}

.about-you {
    width: 60%;
    margin: 10% 20% 10% 20%;
}

.col-6 {
    width: calc(50% - 14px);
    margin: 5px;
    display: inline-block;
}

.answers {
    list-style-type: none;
    margin: 25px 10% 0 10%;
    width: 80%;
    padding: 0;
  }
  
.answers li {
    float: left;
    margin: 6px;
    height: 0; 
    width: calc(50% - 12px);
    padding-bottom: calc(50% - 12px);
    position: relative;
}
  
.answers label,
.answers input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
  
.answers input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}
  
.answers input[type="radio"]:checked+label,
.Checked+label {
    background: #06A0AB;
    color: #fff;
}
  
.answers label {
    padding: 5px;
    background-color: #fff;
    border-radius: 11px;
    cursor: pointer;
    z-index: 90;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 12px rgb(11, 14, 38, 0.25);
    transition: all 0.1s;

}
  
.answers label:hover {
    transform: scale(1.05); 
    z-index: 100;
}
  
.about-you #bottom-button {
    margin-top: 70px;
}


.breathing-guide {
    width: 100vw;
    height: 100vw;
    position: fixed;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.breathing-guide button {
    position: fixed;
    bottom: 30px;
    z-index: 700;
    left: 50%;
    transform: translateX(-50%);
}


#breathing-background {
    width: 120%;
    height:120%;
    margin: -10%;
    opacity: 30%;
    z-index: 0;
    position: absolute;
     background: #06A0AB;
    border-radius: 50%; 
    mix-blend-mode: multiply;
}

.breathing-guide.animated #breathing-background {
    -webkit-animation: breathing 11s ease-out infinite normal;
    animation: breathing 11s ease-out infinite normal;
}

#breathing-background-two {
    width: 100%;
    height:100%;
    /* margin: 7.5vw; */
    opacity: 30%;
    z-index: 0;
    position: absolute;
    background: #06A0AB;
    border-radius: 50%; 
    mix-blend-mode: multiply;
    animation-delay: 0.1s;
}

.breathing-guide.animated #breathing-background-two {
    -webkit-animation: breathing 11s ease-out infinite normal;
    animation: breathing 11s ease-out infinite normal;

}

#breathing-background-three {
    width: 80%;
    height:80%;
    margin: 10%;
    opacity: 30%;
    z-index: 0;
    position: absolute;
    background: #06A0AB;
    border-radius: 50%; 
    mix-blend-mode: multiply;
    animation-delay: 0.2s;
}

.breathing-guide.animated #breathing-background-three {
    -webkit-animation: breathing 11s ease-out infinite normal;
    animation: breathing 11s ease-out infinite normal;
}

.breathing-guide .visible-avatar .avatar-container{
    width: 70%;
    margin: -5px 15%;
    position: absolute;

}

.breathing-avatar .avatar-container .avatar #LEFT-HAND, .breathing-avatar .avatar-container .avatar #RIGHT-HAND {
    display: none;
}

.breathing-avatar .avatar-container .avatar #LEFT-ZEN-HAND, .breathing-avatar .avatar-container .avatar #RIGHT-ZEN-HAND {
    display: block;
}



@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  38% {
    -webkit-transform: scale(1.2);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  38% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  /* 60% {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  } */

  100% {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}


/* Search Page */


.searchBox {
    width: 100%;
    height: calc(100vh - 32vw);
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchForm {
    width: 90%;
    margin: 5%;
    text-align: center;
}

/* .searchForm img {
    height: calc(1em + 1px + 1px + 5px + 5px + 3px);
    display: inline;
    margin: 4px 7px 12px 3px;
    transform: translateY(71%);
} */

/* Plan a Flight */

.plan-flight{
    width: 80%;
    margin: 10%;
}


/* See The Science */

.see-the-science {
    position: fixed;
    width: 90vw;
    margin: 5vh 5vw;
    height: 90vh;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
    background-color: rgb(118, 202, 212, 0.4);
    border-radius: 32px;
    border: rgb(118, 202, 212) solid 1px; 
    z-index: 600;
    overflow: scroll;
    display:none;
}


/* Stimuli */

.stimuli-form {
    margin: 0 10% 0 10%;
    /* width: 72vw; */

}

.stimuli-form select {
    color: #fff;
}

.secondary-element.positive {
    background-color: #cdf3f7;
}

.secondary-element.positive h3{
    color: #76CAD4;
}

.secondary-element.positive .secondary-square-icon{
    border: #76CAD4 solid 1.5px;
    background-color: rgb(118, 202, 212, 0.3);
}

.secondary-element.neutral {
    background-color: #008081;
}

.secondary-element.neutral h3{
    color: #fff;
}

.secondary-element.neutral .secondary-square-icon{
    border: #fff solid 1.5px;
    background-color: rgb(225, 225, 225, 0.3);
}

.secondary-element.negative {
    background-color: #FF9C73;
}

.secondary-element.negative h3{
    color: #fff;
}

.secondary-element.negative .secondary-square-icon{
    border: #fff solid 1.5px;
    background-color: rgb(225, 225, 225, 0.3);
}


.stimuli-menu a .secondary-element .secondary-square-icon {
    width: 20%;
    height: 20%;
}

.stimuli-menu a .secondary-element .avatar-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%;
    height: auto;
    padding: 5%;
    box-sizing: border-box;
}

.stimuli-menu a .secondary-element h3 {
    position: absolute;
    bottom: 5px;
    top: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

main#container ul.cards li.card.selected:after {
    content: "X";
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    color: #7ad3de;
    font-weight: bold;
    transform: scaleX(1.2);
}


@media only screen and (max-width: 1000px) and (min-width: 600px) {
    .col-6 {
        width: calc(100% - 10px);
        margin: 5px;
        display: inline-block;
    }

    .logo {
        width: 15vw;
        min-height: 65px;
        top: 3%;
        left: 8%;
        position: fixed;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .logo.white {
        background-image: url("../media/main_logo_white.png");
    }

    .logo.white {
        background-image: url("../media/main_logo_green.png");
    }

    .about-you {
        width: 60%;
        margin-top: 20%;
    }

    .answers {
        list-style-type: none;
        margin: 25px 17% 0 17%;
        width: 66%;
        padding: 0;
      }

}

@media only screen and (min-width: 650px) {
	body.profile main#container {
		background-position: 35px 35px;
		background-size:300px;
	}
}

@media only screen and (max-width: 650px) {

    .logo {
        width: auto;
        min-width: 15vw;
        height: 13.8vh;
        top: 3%;
        left: 8%;
        position: fixed;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .logo.white {
        background-image: url("../media/main_logo_white.png");
    }

    .logo.green {
        background-image: url("../media/main_logo_green.png");
    } 


    .city-background {
        background-color: #008081;
        background-image: url("media/Dublin Vue Phone.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: fixed;
        top:0;
        z-index: -2;
        min-height: 100vh;
        width: 100vw;
    }

    /* Loading Page */
    
    .centered-card {
        position: absolute;
        top: 53.5%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-height: 40%;
        width: 84%;
    }

    .centered-card.login-register {
        height:50vh;
        transition:height 0.5s;
    }

    .centered-card.login-register.register {
        max-height:75vh;
        height:75vh;
    }


    
    /* About You Page */

    .col-6 {
        width: calc(100% - 10px);
        margin: 5px;
        display: inline-block;
    }


    .about-you {
        width: 80%;
        margin: 28% 10% 20% 10%;
    }

    .about-you h3 {
        font-size: 1em;
        hyphens: auto;
    }

    .answers {
        list-style-type: none;
        margin: 25px 12% 0 12%;
        width: 76%;
        padding: 0;
    }

    #clouds {
        position: fixed;
        top: 10%;
        transform: translateY(0);
        width: auto;
        height: 100vh;
        opacity: 40%;
        z-index: -1;
    }


    /* Customize Page */
    
    #random-button {
        position: fixed;
        width: 8vh;
        height: 8vh;
        top: 20px;
        right: 20px;
        z-index: 500;

    }
    #random-button img{
        max-height: 100%;
        max-width: 100%;  
    }

    .avatar-customisation-housing #avatar-container {
        position: absolute;
        left: 38% !important;
        top: 28% !important;
        height: 45vh;
        width: 28% !important;
        transform: translate(-50%, -50%);
    }

    .customisation-container h2 {
        color: #008081;
        font-family: 'Raleway';
        font-weight: 300;
        font-size: 1.2em;
        text-transform: uppercase;
        text-align: center;
        margin-block-start: 0em;
        margin-block-end: 0em;
        margin: 0px;
    }

    .customisation-container {
        position: absolute;
        top: 73.5vh;
        right: 50%;
        -ms-transform: translateY(-50%);
        transform: translate(50%, -50%);
        height: auto;
        width: 84%;
        background-color: #fff;
        border-radius: 32px;
        box-shadow: 4px 4px 12px rgb(11, 14, 38, 25%);
        box-sizing: border-box;
        padding: 20px;
        overflow: hidden;
    }

	main#container ul.cards li.card h1 {
		font-size:1.6em;
	}
	
    #sunburst {
        position: fixed;
        top: 50%;
        transform: translate(50%, -50%);
        width: auto;
        right: 50%;
        height: 100vh;
        opacity: 77%;
        z-index: -1;
    }

    .controls {
        margin-top: 10px;
        overflow-y: scroll;
        height: 75%;
        width: 100%;
        overflow-x: hidden;
    }

    #bottom-button {
        margin: auto;
        text-align: center;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        z-index: 80;
    }

    .square {
        width: 40px;
        height: 40px;
    }

    .panel {
        width: 90%;
        margin: 10px 5% 10px 5%;
    }

    .avatar-customisation-housing #avatar-container .avatar {
        margin-top: 0%;
        margin-left: 0%;
        height: 100%;
        
    }



}

@media only screen and (max-width: 375px) {

    body { 
       font-size: 0.9em; 
    }    
 
 }

@media only screen and (max-width: 320px) {

    body { 
       font-size: 0.75em; 
    }

    .avatar-illustration-container {
        /* height: 35%; */
        height: calc(100% - 28px - 28px - 0.5em - 0.5em - 2px - 17vw - 5px - 0.6em - 50px - 3% - 4% - 20px);
        margin: 10px;
    }
    
 
 }
 
.box {
	width: 44%;
    margin: 4%;
	border-radius:6px;
	color:white;
	padding-bottom:44%;
	margin-right:0%;
	margin-bottom:0%;
	float:left;
	background-image: linear-gradient(145deg, #6FC7EF, #B2DFF5);
    box-shadow: 4px 4px 12px rgb(6 160 171 / 65%);
	position:relative;
	display:block;
}

a.box.letterbox[onclick^="loadVideo"], a.box.letterbox[onclick^="playAudio"] {
	padding-bottom:4em !important;
}

a.box.letterbox.playing[onclick^="playAudio"], body.relieve_stress a.box.playing[onclick^="playAudio"] {
	outline:2px solid rgb(1,128,129,0.75);
}


a.box.letterbox p {
    background-color: transparent;
    color: black;
}

a.box.letterbox[onclick^="loadVideo"]:before, a.box.letterbox[onclick^="playAudio"]:before, body.relieve_stress a.box[onclick^="playAudio"]:before {
    content: "";
    background-image: url(../content/media/button-icons/play.svg);
    width: 50%;
    left: 25%;
    display: block;
    position: absolute;
    top: 0px;
    height: 60%;
    z-index: 5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}

body.relieve_stress a.box[onclick^="playAudio"]:before {
	top:40%;
}

a.box.letterbox.playing[onclick^="playAudio"]:before, body.relieve_stress a.box.playing[onclick^="playAudio"]:before {
	background-image: url(../content/media/button-icons/pause.svg);
}

a.box.letterbox.paused[onclick^="playAudio"]:before, body.relieve_stress a.box.paused[onclick^="playAudio"] {
	-webkit-animation: blinkslow 2s linear forwards infinite;
    animation: blinkslow 2s linear forwards infinite;
}


.box.pseudohidden {
	display:none;
}

.box.forceshow {
	display:block !important;
}

.box p {
	position:absolute;
	bottom:0px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	background-color:black;
	padding:3px;
	width:100%;
	margin:0px;
	text-align:center;
	letter-spacing: 1px;
}

.boxes.stimuli .box {
	background-color:#ffac89;
    width: 28%;
    padding-bottom: 18%;
	overflow: hidden;
}

.boxes.stimuli .box:before, .boxes.stimuli .box:after {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
    text-align: center;
    background-color: transparent;
    border-radius: 0px;
    border: none !important;
    font-size: 2.5em;
    left: 0px;
    padding: 0px;
    margin: 0px !important;
}

.boxes.stimuli .box.video:before {
	content: "\25B6";
}

.boxes.stimuli .box.audio:after {
    content: "";
    background-image: url(../content/media/button-icons/sound.svg);
    background-repeat: no-repeat;
    background-position: 50% 21%;
    background-size: 1.4em;
}


.boxes.stimuli .box p {
	font-size: 0.65em;
	text-transform:uppercase;
}

.boxes.videoboxes .box {
	width:28%;
}

@media screen and (min-width:800px) {
	.box {
		width: 20%;
		padding-bottom:20%;
	}
	
	.box p {
		font-size: 1em;
		white-space: nowrap;
	}

	body.index .box {
		width:28%;
		padding-bottom:28%;
	}
}



.box img {
	margin:10%;
	width:80%;
	height:80%;
	position:absolute;
}

.boxes .box::before {
	right:5px;
	top:5px;
	position:absolute;
	width:20%;
	padding-bottom:20%;
	height:0px;
	content:"\00A0";
	overflow:hidden;
	border-radius:50%;
	background-color:rgba(255,255,255,0.4);
	border:1px solid black;
    background-size: contain;
    z-index: 2;
}

.box.sight::before {
	background-image:url(../content/media/nav-icons/sight.png);
}

.box.sight_sound::before {
	background-image:url(../content/media/nav-icons/sight_sound.png);
}

.box.other::before {
	background-image:url(../content/media/nav-icons/other.png);
}

.box.sound::before {
	background-image:url(../content/media/nav-icons/sound.png);
}

.box.smell::before {
	background-image:url(../content/media/nav-icons/smell.png);
}

.box.taste::before {
	background-image:url(../content/media/nav-icons/taste.png);
}

.box.touch::before {
	background-image:url(../content/media/nav-icons/touch.png);
}

.iconfilter {
	width:50%;
	margin-left:25%;
}

.icon {
	width:14%;
	padding-bottom:13%;
	margin:1% 3%;
	float:left;
	position:relative;
	border-radius:50%;
	border:2px solid #0a5d5e;
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(1,128,129,1) 100%);
	overflow:hidden;
	cursor:pointer;
}
/*
.icon.selected {
	background: radial-gradient(circle, #ffac89 0%, rgb(255, 107, 108) 100%);
	border:2px solid #a46240;
}
*/
.icon img {
	margin:10%;
	width:80%;
	height:80%;
	position:absolute;
}

body.profile main#container {
    width: 100%;
	background-color: transparent;
}

body.profile #main-menu {
	display:none;
}

#random-button {
	cursor:pointer;
	transition:transform 0.3s;
	transform-origin:50% 50%;
}

#random-button:hover {
	transform:rotate(1080deg)
}

ul.togglelist, ul.togglelist_controller {
	list-style:none;
	padding:0px;
	margin:0px;
}

ul.togglelist li {
	display:none;
	list-style:none;
}

ul.togglelist li * {
	max-width:100%;
}

ul.togglelist li.show {
	display:block;
}

<<<<<<< HEAD
=======
ul.togglelist_controller {
	border-bottom:1px solid teal;
}

>>>>>>> 15dff5622dddb2c6d4541dfd3bacb210bca0e1dc
ul.togglelist_controller li {
	display: inline-block;
    list-style: none;
    margin: 0.5em 0em 0em 0.5em;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: teal;
	border:1px solid teal;
    padding: 0.5em;
	border-bottom:none;
    color: white;
	cursor:pointer;
}

ul.togglelist_controller li.selected {
	background-color:white;
	color:teal
}

a[onclick="loadPage('whatworks.html')"] {
	display:none;
}


#debuggingInfo {
	position:fixed;
	right:0px;
	top:0px;
	width:350px;
	height:100vh;
	text-align:right;
	font-size:0.8em;
}

#debuggingInfo h3 {
    margin-top:0.4em;
    border-right: 1em solid transparent;
}

#debuggingInfo table, #debuggingInfo h3 {
    width: 100%;
}

#debuggingInfo td {
	text-align:right;
	width:50%;
}

#debuggingInfo {
	display:none;
}

#targetToggleImage[src=""] {
	display:none;
}

@-webkit-keyframes blinkslow {
  0%,100% { opacity: 1; }
  50% { opacity: 0; }
}

@keyframes blinkslow {
  0%,100% { opacity: 1; }
  50% { opacity: 0; }
}

@media only screen and (max-width: 880px) {

	body.home #video_overlay {
		min-height: 56%;
	}
	
	body.index .box {
		max-width:28%;
	    padding-bottom: 34%;
	}
	
	.box img {
		height:auto;
	}
	
	.box p {
		min-height:3.2em;
	    font-size: 0.70em;
	}
	
	#boardingPass {
		transform: scale(1.25) rotate(-5deg);
    	width: 68%;
    	height: 29vw;
    	left: 12%;
	}
	
	body.social_stories .box {
		padding-bottom:26%;
	}
	
	table#socialStory {
		width: 95vw;
	}
	
	
	table#socialStory td {
		display:block;
		min-width:100%;
	}
	
	body.walkthrough a.box.letterbox[onclick^="loadVideo"], body.walkthrough a.box.letterbox[onclick^="playAudio"] {
		clear: both;
 	   position: relative;
 	   display: block;
  	  margin-left: 26% !important;
	}
	
	body:not(.communication_boards) ul.cards li.card:not(.active) {
		max-width:16%;
		height: 16vw;
	    border: 1px solid white;
	}
	
	ul.cards {
		margin-top:0px;
	    background-size: cover;
	    padding-bottom: 55%;
	}
	
	ul.cards li.card.active ul.subcards li img, ul.cards li.card.active ul.subcards li video {
		margin-top:2em;
		width: 106%;
	}
	
	ul.cards li.card.active {
	    height: 82vh;
	}
	
	#avatar-bubble {
		left: 16%;
	}
	
	#avatar-bubble[style*="null.png"] {
		display:none !important;
	}
	
	main#container ul.cards li.card h1 {
		font-size:0.5em;
	}
	
	body.sos .avatar-puppet {
		margin-top: 13%;
	}
	
	#related.sos ul#sosTools {
		height: 70vw;
	}
	
	.quick_access .square {
		width:50%;
	}
	
	.quick_access .prompt {
		white-space:normal;
	}
	
	body.relieve_stress .box {
    	max-width: 26%;
	}
	
	.boxes.stimuli .box {
	    width: 42%;
	    padding-bottom: 30%;
	}
	
	main:not(.loading) .box.nopad {
	    min-width: 41%;
	}
	
	a.box.nopad img[src*='avatar-icons'] {
	    width: 72%;
	    margin-left: 12%;
	}
	
	body.relieve_stress a.box[onclick^="playAudio"]:before {
   		top: 16%;
	}
	
	.main_button {
	    margin-top: 1em;
	}
	
	body:not(.home) #video_overlay #video_controls {
		top:40%;
	}

	body.home #video_overlay #video_controls {
		height:15%;
	}
	
	body.home main#container.loading #cityscape:before {
	    background-position: center 20px;
	}
	
	body.home #video_overlay #video_controls button {
		line-height: 1.2em;
		overflow: hidden;
		white-space: nowrap;
		font-size: 1.2em;
	}
	
	#video_overlay #video_controls #skip_intro a:after {
	    top: 0px;
	}	
	
	#video_overlay #video_controls button {
		line-height:1.2em;
		overflow:hidden;
	}
	
	#video_overlay #video_controls p {
		hyphens:initial;
	    margin-top: 2em;
	}
	
	ul.cards:not(.title) li.card.active ul.subcards li h2 {
	    font-size: 1.2em;
		word-spacing: 30000px;
	}
	
	div.avatar-puppet.speaking:before, div.avatar-puppet.speaking.likes:after, div.avatar-puppet.speaking.ok:after {
		font-size: 1em;
	    white-space: nowrap;
	}
	
	body.sos .base-timer {
		top: 38%;
	}
}