@font-face {
  font-family: 'aviddigital';
  src: url('../font/aviddigital.eot?84069409');
  src: url('../font/aviddigital.eot?84069409#iefix') format('embedded-opentype'),
       url('../font/aviddigital.woff2?84069409') format('woff2'),
       url('../font/aviddigital.woff?84069409') format('woff'),
       url('../font/aviddigital.ttf?84069409') format('truetype'),
       url('../font/aviddigital.svg?84069409#aviddigital') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'aviddigital';
    src: url('../font/aviddigital.svg?84069409#aviddigital') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "aviddigital";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-gradelevel:before { content: '\e800'; } /* '' */
.icon-arrow-down:before { content: '\e801'; } /* '' */
.icon-arrow-left:before { content: '\e802'; } /* '' */
.icon-arrow-right:before { content: '\e803'; } /* '' */
.icon-arrow-up:before { content: '\e804'; } /* '' */
.icon-download:before { content: '\e805'; } /* '' */
.icon-tips:before { content: '\e806'; } /* '' */
.icon-tool:before { content: '\e807'; } /* '' */
.icon-account:before { content: '\e808'; } /* '' */
.icon-addresses:before { content: '\e809'; } /* '' */
.icon-category:before { content: '\e80a'; } /* '' */
.icon-dashboard:before { content: '\e80b'; } /* '' */
.icon-logout:before { content: '\e80c'; } /* '' */
.icon-orders:before { content: '\e80d'; } /* '' */
.icon-team:before { content: '\e80e'; } /* '' */
.icon-time:before { content: '\e80f'; } /* '' */
.icon-add:before { content: '\e810'; } /* '' */
.icon-podcast:before { content: '\e811'; } /* '' */
.icon-video:before { content: '\e812'; } /* '' */
.icon-collection:before { content: '\e813'; } /* '' */
.icon-sort:before { content: '\e814'; } /* '' */
.icon-view-grid:before { content: '\e815'; } /* '' */
.icon-user:before { content: '\e816'; } /* '' */
.icon-external-link:before { content: '\e817'; } /* '' */
.icon-avi:before { content: '\e818'; } /* '' */
.icon-favorites:before { content: '\e819'; } /* '' */
.icon-journeys:before { content: '\e81a'; } /* '' */
.icon-facebook:before { content: '\e81b'; } /* '' */
.icon-twitter:before { content: '\e81c'; } /* '' */
.icon-instagram:before { content: '\e81d'; } /* '' */
.icon-linkedin:before { content: '\e81e'; } /* '' */
.icon-view-list:before { content: '\e81f'; } /* '' */
.icon-pencil:before { content: '\e820'; } /* '' */
.icon-unit:before { content: '\e821'; } /* '' */
.icon-calendar:before { content: '\e822'; } /* '' */
.icon-share:before { content: '\e823'; } /* '' */
.icon-delete:before { content: '\e824'; } /* '' */
.icon-check:before { content: '\e825'; } /* '' */
.icon-assign:before { content: '\e826'; } /* '' */
.icon-badge:before { content: '\e827'; } /* '' */
.icon-history:before { content: '\e828'; } /* '' */
.icon-calendar-check:before { content: '\e829'; } /* '' */
.icon-call:before { content: '\e82a'; } /* '' */
.icon-directions:before { content: '\e82b'; } /* '' */
.icon-filter:before { content: '\e82c'; } /* '' */
.icon-pdf:before { content: '\e82d'; } /* '' */
.icon-school:before { content: '\e82e'; } /* '' */
.icon-in-person:before { content: '\e82f'; } /* '' */
.icon-virtual:before { content: '\e830'; } /* '' */
.icon-search:before { content: '\e831'; } /* '' */
.icon-books:before { content: '\e832'; } /* '' */
.icon-verify:before { content: '\e833'; } /* '' */
.icon-chart:before { content: '\e834'; } /* '' */
.icon-print:before { content: '\e835'; } /* '' */
.icon-home:before { content: '\e836'; } /* '' */
.icon-jump:before { content: '\e837'; } /* '' */

.avid-terms-banner {
  position: fixed;
  width: 100%;
  z-index: 10;
  bottom: 0px;
  color: #fff;
  font-weight: bold;;
}

.avid-terms-banner.content {
  font-size: .8em;
  display: block;
  position: relative;
  margin-right: 100px;
  margin: 0 auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #00998f;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 2px solid #fff;
  border-bottom: 0px;
  
}

.avid-terms-banner.content a {
  color: #fff !important;
  text-decoration: underline;
  cursor: pointer;
}

.avid-terms-banner.terms-close {
  width: 25px;
  height: 25px;
  display: inline-block;
  border: 2px solid #fff;
  cursor: pointer;
  border-radius: 25px;
  margin-bottom: 7px;
  margin-left: 5px;
}