@import url("font-awesome.min.css");

@font-face {
  font-family: 'aleo';
  src: url('../fonts/aleo-regular-webfont.eot');
  src: url('../fonts/aleo-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/aleo-regular-webfont.woff') format('woff'),
    url('../fonts/aleo-regular-webfont.ttf') format('truetype'),
    url('../fonts/aleo-regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: Gotham;
  src: url(../fonts/Gotham-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: Gotham;
  src: url(../fonts/Gotham-Book.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Gotham;
  src: url(../fonts/Gotham-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: Gotham;
  src: url(../fonts/Gotham-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: avidmoon;
  src: url(../fonts/avidmoon.eot?u9vvwx);
  src: url(../fonts/avidmoon.eot?u9vvwx#iefix) format("embedded-opentype"),
    url(../fonts/avidmoon.ttf?u9vvwx) format("truetype"),
    url(../fonts/avidmoon.woff?u9vvwx) format("woff"),
    url(../fonts/avidmoon.svg?u9vvwx#avidmoon) format("svg");
  font-weight: 400;
  font-style: normal
}

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

#avid-footer {
  clear: both;
  text-align: center;
  font: normal 13px/1.5 Arial, sans-serif;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  background-color: #252525;
}

#avid-footer a {
  color: white;
}

#avid-footer a:hover {
  color: #c1c1c1;
}

#avid-footer i {
  font-size: 1.4em;
  position: relative;
  bottom: 2px;
  display: inline-block;
  vertical-align: middle;
}

#avid-footer .sep {
  margin: 0 12px;
}

#footer-menu > a, #footer-menu > span,
#footer-social-icons > a, #footer-social-icons > span {
  display: inline-block;
}

#footer-menu {
  clear: both;
  padding: 25px 0 2px 0;
}

#footer-social-icons {
  clear: both;
  font-family: FontAwesome;
  color: #666;
  font-size: 2.25rem;
  padding: 0 0 10px 0;
}

#footer-social-icons a {
  color: #666;
  margin: 0 5px;
}

#footer-social-icons a,
#footer-social-icons a:hover {
  -webkit-transition: color .2s;
  transition: color .2s;
  cursor: pointer
}

#footer-social-icons a:hover {
  color: #aeaeae;
  text-decoration: none
}

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

.ai {
  font-family: avidmoon!important;
  font-size: 1.4em;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ai-avid-everywhere-color .path1:before {
  content: "\e620";
  color: #0f75b8
}

.ai-avid-everywhere-color .path2:before {
  content: "\e622";
  margin-left: -1.2919921875em;
  color: #a0d07c
}

.ai-avid-everywhere-color .path3:before {
  content: "\e623";
  margin-left: -1.2919921875em;
  color: #e8352c
}

.ai-avid-everywhere-color .path4:before {
  content: "\e625";
  margin-left: -1.2919921875em;
  color: #f8c61c
}

.ai-about:before {
  content: "\e607"
}

/**********
 * Header *
 **********/

.top-bar {
  background-color: #166188;
  height: 80px;
  line-height: 60px;
  padding: 0 24px;
  text-align: left;
  white-space: nowrap;
  position: relative;
  z-index: 100;
  box-shadow: 0 3px 12px rgba(0,0,0,.23),0 3px 12px rgba(0,0,0,.16);
}

.top-bar img {
  vertical-align: middle;
  margin-top:15px;
}

#avid-logo {
  margin-right: 40px;
  margin-left:2px;
  width:85px;
}

#sibelius-banner {
  width: 65px;
  height: auto;
}

#change_page_language {
  float: right;
  height: 30px;
  margin-top: 25px;
  padding: 0 10px;
  border: 1px solid #6f2a8e;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

#sub-header {
  height: 70px;
  background-color:#f5f5f5;
}

#sub-header > h1 {
  /* top: 37px; */
  left: 31px;
  width:54px;
}

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

#content {
  float: right !important;
  margin-top: 40px;
}

.left-nav {
  position: absolute;
  padding: 40px 60px 0 35px;
  text-align: left;
}

.left-nav > ul {
	list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
  text-transform: uppercase;
}

.left-nav > ul > li {
  line-height: 2em;
}

.left-nav > ul > li > a {
  text-decoration: none;
  color: black;
}
