@-ms-viewport {
	width: device-width
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}

body {
	font-family: "Open Sans", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: "wdth" 100;
	overflow-x: hidden;
}

.cc--utility-menu .m--menu>li a {
	font-family: "Open Sans", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
	font-variation-settings: "wdth" 100;
}

html {
	-webkit-tap-highlight-color: transparent;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
}

@media screen and (min-width:1024px) {
	.transparent-header #l--main-header {
		height: auto;
	}
}

#l--main-header {
	height: 6.375rem;
}

@media screen and (min-width:1024px) {
	#l--main-header {
		height: 11.75rem;
	}
}

img:not(.ieee-legacy-bootstrap-content img):not(.parbase img) {
	width: 100%;
}

img {
	display: block;
	height: auto;
}

p {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}

ul,
ol {
	margin-top: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}

body {
	margin: 0;
	padding: 0;
}

@media screen and (min-width:1024px) {
	.transparent-header .cc--header {
		background: transparent;
	}

	.transparent-header .cc--header .c--header .header-inner .utility-menu {
		background-color: rgba(0, 0, 0, 0.8);
	}
}

@media screen and (min-width:1024px) and (min-width:1024px) {
	.transparent-header .cc--header .c--header .header-inner .header-bottom {
		position: relative;
	}

	.transparent-header .cc--header .c--header .header-inner .header-bottom::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: 100vw;
		height: 11.9375rem;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.6) 6.25rem, transparent 100%);
		transform: translateX(-50%);
		z-index: 1;
	}
}

.cc--header .c--header .header-inner>.utility-menu {
	background-color: #E3E4E5;
}

@media screen and (max-width:1023px) {
	.cc--header .c--header .header-inner>.utility-menu {
		display: none;
	}
}

.cc--header .c--header .header-inner>.utility-menu .utility-wrapper {
	max-width: 1800px;
	margin: 0 auto;
}

@media screen and (min-width:1024px) {
	.cc--header .c--header .header-inner>.utility-menu .utility-wrapper .utility-wrapper-inner {
		padding-right: 2.08333%;
		padding-left: 4.16667%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 3.375rem;
		overflow: hidden;
	}
}

.cc--header .c--header .header-inner .header-bottom {
	max-width: 1800px;
	margin: 0 auto;
}

.cc--header .c--header .header-inner .header-bottom .header-bottom-inner {
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width:1024px) {
	.cc--header .c--header .header-inner .header-bottom .header-bottom-inner {
		padding-top: 1.25rem;
		padding-right: 4.16667%;
		padding-bottom: 1.25rem;
		padding-left: 4.16667%;
	}
}

a.ieee-logo, a.uakron-logo{
	display: block;
	max-width: 6.25rem;
	z-index: 2;
}

a.uakron-logo {
	margin-right: auto;
	margin-left: 1rem;
}

@media screen and (max-width:1023px) {
	a.ieee-logo, a.uakron-logo {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
		margin-left: 0.9375rem;
	}
}

@media screen and (min-width:1024px) {
	a.ieee-logo, a.uakron-logo {
		max-width: 10.9375rem;
	}
}

a.ieee-logo svg {
	width: 100%;
}

@media screen and (min-width:1024px) {
	.transparent-header a.ieee-logo svg path {
		fill: #FFF;
	}
}

@media screen and (min-width:1024px) {
	.cc--utility-menu.account-menu {
		display: flex;
		position: relative;
		align-items: center;
		height: 100%;
	}

	.cc--utility-menu.account-menu::before {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: -2.5625rem;
		width: 2.625rem;
		transform: rotate(45deg);
		border-bottom: 0.0625rem solid #75787B;
	}

	.transparent-header .cc--utility-menu.account-menu::before {
		border-bottom: 0.0625rem solid #00B5E2;
	}

	.transparent-header.menu-open .cc--utility-menu.account-menu::before {
		border-bottom: 0.0625rem solid #75787B;
	}

	.cc--utility-menu.account-menu::after {
		content: '';
		display: block;
		position: absolute;
		right: -25%;
		bottom: 0;
		width: calc(100% + 25% + 1.25rem);
		border-bottom: 0.0625rem solid #75787B;
	}

	.transparent-header .cc--utility-menu.account-menu::after {
		border-bottom: 0.0625rem solid #00B5E2;
	}

	.transparent-header.menu-open .cc--utility-menu.account-menu::after {
		border-bottom: 0.0625rem solid #75787B;
	}

	.cc--utility-menu.account-menu .m--menu {
		-moz-column-gap: 1.875rem;
		column-gap: 1.875rem;
	}
}

@media screen and (min-width:1024px) and (min-width:1024px) {
	.cc--utility-menu.account-menu .m--menu li:first-child a {
		color: #002855;
		font-weight: 800;
	}

	.transparent-header .cc--utility-menu.account-menu .m--menu li:first-child a {
		color: #00B5E2;
	}

	.cc--utility-menu.account-menu .m--menu li:first-child a {
		transition: all 0.1s;
	}

	.cc--utility-menu.account-menu .m--menu li:first-child a:hover {
		text-decoration: underline;
	}

	.transparent-header html[data-whatintent="mouse"] .cc--utility-menu.account-menu .m--menu li:first-child a:hover {
		color: #002855;
	}
}

@media screen and (min-width:1024px) {
	.cc--utility-menu.account-menu .m--menu li a {
		font-size: 0.9375rem;
		line-height: 0.9334;
	}
}

.cc--utility-menu .m--menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media screen and (min-width:1024px) {
	.cc--utility-menu .m--menu {
		display: flex;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
	}
}

.cc--utility-menu .m--menu>li a {
	color: #00629B;
	text-decoration: none;
}

@media screen and (min-width:1024px) {
	.cc--utility-menu .m--menu>li a {
		font-size: 0.625rem;
		line-height: 1.4;
	}
}

.cc--utility-menu .m--menu>li a {
	transition: all 0.1s;
}

.cc--utility-menu .m--menu>li a:hover {
	color: #002855;
}

.transparent-header .cc--utility-menu .m--menu>li a {
	color: #FFF;
}

.transparent-header .cc--utility-menu .m--menu>li a {
	transition: all 0.1s;
}

.transparent-header .cc--utility-menu .m--menu>li a:hover {
	color: #00B5E2;
}

.arrow {
    --active: #fff;
    --border: rgba(255, 255, 255, .12);
    display: block;
    position: relative;
    width: 44px;
    height: 44px;

    &.left {
        transform: scaleX(-1);
    }

    i {
        display: block;
        position: absolute;
        margin: -10px 0 0 -10px;
        width: 20px;
        height: 20px;
        left: 50%;
        top: 50%;

        &:before,
        &:after {
            content: '';
            width: 10px;
            height: 2px;
            border-radius: 1px;
            position: absolute;
            left: 50%;
            top: 50%;
            background: var(--active);
            margin: -1px 0 0 -5px;
            display: block;
            transform-origin: 9px 50%;
        }

        &:before {
            transform: rotate(-40deg);
        }

        &:after {
            transform: rotate(40deg);
        }
    }

    &:before,
    &:after {
        content: '';
        display: block;
        position: absolute;
        left: 1px;
        right: 1px;
        top: 1px;
        bottom: 1px;
        border-radius: 50%;
        border: 2px solid var(--border);
    }

    svg {
        width: 44px;
        height: 44px;
        display: block;
        position: relative;
        z-index: 1;
        color: var(--active);
        stroke-width: 2px;
        stroke-dashoffset: 126;
        stroke-dasharray: 126 126 0;
        transform: rotate(0deg);
    }

    &.animate {
        svg {
            animation: stroke 1s ease forwards .3s;
        }

        i {
            animation: arrow 1.6s ease forwards;
            &:before {
                animation: arrowUp 1.6s ease forwards;
            }

            &:after {
                animation: arrowDown 1.6s ease forwards;
            }
        }
    }
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }
    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }
    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@keyframes arrow {
    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }
    23% {
        transform: translateX(17px);
        opacity: 1;
    }
    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }
    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@keyframes arrowUp {
    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }
    20%,
    80% {
        transform: rotate(0deg) scaleX(.1);
    }
}

@keyframes arrowDown {
    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }
    20%,
    80% {
        transform: rotate(0deg) scaleX(.1);
    }
}

* {
    box-sizing: inherit;
    &:before,
    &:after {
        box-sizing: inherit;
    }
}

.flex-box {
	display: flex;
	flex-direction: column;
	padding-left: 2vw;
}

h2 {
	font-size: 35px;
	color: #00B5E2;
	padding: 0 0 2vh 0;
	margin: 0;
}

.about-description {
	padding-left: 5vw;
	padding-top: 0;
}

.home-title {
	font-size: 50px;
	color: white;
	float: right;
	padding: 0 5vh 0 5vh;
	margin-right: 3rem;
	background-color: rgba(0, 40, 85, 0.9);
	border-radius: 5px;
}

.about {
	margin-top: 50vh;
	padding: 15px;
	color: white;
	background-color: rgba(0, 40, 85, 1.0);
	border-radius: 5px;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.75);
}

.learn-button {
	margin-left: auto;
	color: white;
	text-decoration: none;
}

.learn-button:hover {
	color: #00B5E2;
}

.page-heading {
	width: 60vw;
	height: 25vh;
	position: absolute;
	color: white;
	margin: 0;
	padding-bottom: 20vh;
	padding-left: 40vw;
	font-size: 50px;
	top: 0px;
	left: 40vw;
	overflow: hidden;
	background-image: linear-gradient(to bottom left, rgba(0, 40, 85, 1.0), rgba(0, 40, 85, 0), rgba(0, 0, 0, 0));
	z-index: 2;
}

.box {
	width: 40vw;
	padding: 15px;
	color: white;
	background-image: linear-gradient(to top, #00B5E299, rgba(0, 40, 85, 1.0), rgba(0, 40, 85, 1.0));
	border-radius: 8px;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.75);
}

.box>h2 {
	font-size: 30px;
}

.step-one {
	margin-top: 5vh;
	margin-right: auto;
}

.step-two {
	margin-top: 5vh;
	margin-left: auto;
	margin-right: 2vw;
}

.step-three {
	margin-top: 5vh;
	margin-right: auto;
}

.step-four {
	margin-top: 5vh;
	margin-left: auto;
	margin-right: 2vw;
}

.step-desc {
	width: 30vw;
	margin-left: 5vw;
	margin-top: 0;
	padding: 1vh 1vw 1vh 1vw;
	border-radius: 5px;
}

.step-desc-a {
	color: white;
	text-decoration: none;
	float: right;
	margin-right: 1vw;
	padding: 1vh 1vw 1vh 1vw;
	border-radius: 5px;
	background-color: rgba(0, 40, 85, 1.0);
}

.step-desc-a:hover {
	color: white;
	background-color: #00B5E2;
}

.background {
	background-attachment: fixed;
	background-image: url(circuitboard.jpg);
	background-size: cover;
	background-position: center;
	overflow-x: hidden;
}

.main-body {
	padding-bottom: 5vh;
	background-image: linear-gradient(to top, #FFFFFF, #888888, #00000000);
}

.construction-body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.construction-subbody {
	flex: 1;
	display: block;
}

footer {
	background-color: black;
}

.f--flexbox {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.f--socials {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.f--logos {
	margin: 2vh 0 2vh 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.f--socials>a>svg>path {
	fill: #FFF;
}

.f--socials>a {
	display: block;
}

.f--socials>a>svg {
	width: 100%;
}

.instagram-logo {
	width: 2vw;
	margin: 1vw;
}

.facebook-logo {
	width: 2vw;
	margin: 1vw;
}

#mobile-header {
	display: none;
}

#myNav {
	display: none;
}

@media screen and (max-width:500px) {
	.box {
		width: 80vw;
		padding: 5vw;
	}

	.step-one {
		margin: 5vh auto 0 auto;
	}

	.step-two {
		margin: 5vh auto 0 auto;
	}

	.step-three {
		margin: 5vh auto 0 auto;
	}

	.step-four {
		margin: 5vh auto 0 auto;
	}

	.step-desc {
		width: 68vw;
		margin: 0 5vw 0 5vw;
	}

	.step-desc-a {
		width: 68vw;
		margin: 1vw auto 1vw auto ;
		text-align: center;
	}

	.x-logo {
		width: 6vw;
		margin: 1vw;
	}

	.instagram-logo {
		width: 8vw;
		margin: 1vw;
	}

	.facebook-logo {
		width: 8vw;
		margin: 1vw;
	}

	.f--socials>a>svg {
		width: 80%;
	}

	body {
		height: 100dvh;
		margin: 0;
		padding-bottom: env(safe-area-inset-bottom); 
	}

	.background {
		background-color: black;
		background-image: none;
	}

	.m--page-heading {
		font-size: 40px;
		text-align: left;
	}

	#mobile-header {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		color: white;
		padding: 0 5vw 0 5vw;
		background-image: linear-gradient(to bottom left, rgba(0, 40, 85, 1.0), rgba(0, 0, 0, 0.75));
	}

	#mobile-header > a > svg {
		width: 15vw;
		height: auto;
	}

	.overlay {   
		height: 0;
		width: 100%;
		position: fixed;
		z-index: 3;
		left: 0;
		top: 0;
		background-color: rgb(0,0,0);
		background-color: rgba(0,0,0, 0.9);
		overflow-x: hidden;
		transition: 0.5s;
		padding-bottom: env(safe-area-inset-bottom);
	}

	.overlay-content {
		position: relative;
		top: 15%;
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}

	.overlay a {
		padding: 8px;
		text-decoration: none;
		font-size: 36px;
		color: white;
		display: block;
		transition: 0.3s;
	}

	.overlay-content a:first-child {
		color: #00B5E2;
	}

	.overlay .closebtn {
		position: absolute;
		top: 20px;
		right: 45px;
		font-size: 60px;
	}

	@media screen and (max-height: 450px) {
		.overlay a {font-size: 20px}
		.overlay .closebtn {
			font-size: 40px;
			top: 15px;
			right: 35px;
		}
	}

	.r--header {
		display: none;
	}

	#myNav {
		display: block;
	}

	.home-title {
		font-size: 6vw;
		padding: 0 3vh 0 3vh;
		justify-self: center;
		margin: auto;
		float: none;
	}

	.about {
		width: 80vw;
		padding: 5vw;
		margin: 5vh auto 0 auto;
	}

	#mobile-header > .m--ieee-logo > svg {
		height: 7vh;
		width: auto;
	}
}

.center {
	margin: 5vh auto 0 auto;
}