*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	font-size: 62.5%;
}




/* Purple to Blue */
body.aa {
	background: #150E2B;
	background: -webkit-linear-gradient(to right, #150E2B, #5490C2);
	background: linear-gradient(to right, #150E2B, #5490C2);
	color: #f0f0f0;
	font-family: 'Open Sans Condensed', sans-serif;
	-webkit-overflow-scrolling: touch;
}*/

/* Blue to Green */
body.hyro {
	background: #624CBC;
	background: -webkit-linear-gradient(to right, #624CBC, #5490C2);
	background: linear-gradient(to right, #624CBC, #5490C2);
	color: #f0f0f0;
	font-family: 'Open Sans Condensed', sans-serif;
	-webkit-overflow-scrolling: touch;
}

a {
	color: #27AFD8;
}

a:hover {
	color: #f0f0f0;
}

h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
}

p {
    font-family: 'Muli', sans-serif;
	font-size: 2.0rem !important;
	font-weight: 100;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

p.s-spacer {
    margin-bottom: 24px;
}

p.m-spacer {
    margin-bottom: 24px;
}

p.l-spacer {
    margin-bottom: 48px;
}

p.xl-spacer {
    margin-bottom: 72px;
}

p span {
	display: block;
	margin-top: 2%;
	font-size: 1.3rem !important;
}

p.splash {
    margin-top: 15%;
    text-align: center;
}

hr {
    border-top: 1px solid #9fa8b8;
    height: 1px;
    margin: 54px auto 72px auto;
    padding: 0px 0px 0px 0px;
    width: 80px;
}


/* Main Navigation */

.topbar {
    background-color: #000000;
    margin: 0px 0px 0px 0px;
    padding: 18px 0px 18px 0px;
    width: 100%;
}

.topbar .logo {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 20%;
}

.topbar .logo span.company-name {
    background: #5890bf;
	background: -webkit-linear-gradient(to right, #5283b1, #578ebc);
	background: linear-gradient(to right, #5283b1, #578ebc);
    border-radius: 8px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.5rem;
    font-weight: 100;
    margin: 0px 0px 0px 0px;
    padding: 4px 18px 7px 18px;
}

.topbar .menu {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 80%;
}

.topbar .menu ul {
    float: right;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.topbar .menu ul li {
    display: inline-block;
    margin: 9px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.topbar .menu ul li a {
    border-right: 1px solid #585858;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    margin: 0px 0px 0px 0px;
    padding: 6px 16px 6px 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.topbar .menu ul li:last-of-type a {
    border-right: none !important;
    padding-right: 0px !important;
}

.topbar .menu ul li a:hover {
    color: #5490C2;
}


/* Audio */


.soundwave .row {
    height: 400px;
    width: 100%;
}

.soundwave {
    background: transparent url('../images/aa-soundwave-bg40.svg') no-repeat center top;
        height: 400px;
    width: 100%;
}

.soundwave h1 {
    font-family: 'Muli', sans-serif;
    font-size: 12rem;
    font-weight: 100;
    text-align: center;
    padding-top: 110px;
}

.soundwave h1 span {
    background-color: #5490C2;
    border-radius: 12px;
    font-size: 9.5rem;
    padding: 0px 30px;
    width: auto;
}



/* Audio Vendors */

.audio-vendors {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.audio-vendors li {
    border: 1px solid #9fa8b8;
    border-radius: 12px;
    float: left;
    margin: 0px 48px 48px 12px;
    padding: 18px 0px 0px 0px;
    min-height: 200px;
    text-align: center;
    width: 180px;
}

.audio-vendors li img {
    font-weight: 600;
    padding-bottom: 6px;
}

.audio-vendors li span {
    display: block;
    font-weight: 600;
    padding-bottom: 12px;
}

.audio-vendors:after {
  content: "";
  display: table;
  clear: both;
}


/* Footer */

.footer {
    border-top: 1px solid #9fa8b8;
    margin: 96px 0px 96px 0px;
    padding: 0px 0px 0px 0px;
    
}

.footer ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

.footer ul li {
    color: #9fa8b8;
    float: left;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.6rem;
    margin: 12px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    text-transform: uppercase;
}

.footer ul li:last-of-type {
    float: right;
}

.footer ul li a {
    color: #9fa8b8;
}



.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.sticky + .content {
    padding-top: 74px;
}

