/*--------------------------------

Austen Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'Austen';
  src: url('../fonts/Austen.eot');
  src: url('../fonts/Austen.eot') format('embedded-opentype'), url('../fonts/Austen.woff2') format('woff2'), url('../fonts/Austen.woff') format('woff'), url('../fonts/Austen.ttf') format('truetype'), url('../fonts/Austen.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'Austen';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
/* relative units */
.icon-sm {
  font-size: 0.8em;
}
.icon-lg {
  font-size: 1.2em;
}
/* absolute units */
.icon-16 {
  font-size: 16px;
}
.icon-32 {
  font-size: 32px;
}
/*----------------------------------
  add a square/circle background
-----------------------------------*/
.icon-bg-square,
.icon-bg-circle {
  padding: 0.35em;
  background-color: #eee;
}
.icon-bg-circle {
  border-radius: 50%;
}
/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.icon-ul {
  padding-left: 0;
  list-style-type: none;
}
.icon-ul > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}
.icon-ul > li > .icon {
  margin-right: 0.4em;
  line-height: inherit;
}
/*------------------------
  spinning icons
-------------------------*/
.icon-is-spinning {
  -webkit-animation: icon-spin 2s infinite linear;
  -moz-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/*------------------------
	icons
-------------------------*/

.icon-arrow-down::before {
  content: "\ea02";
}

.icon-home::before {
  content: "\ea03";
}

.icon-arrow-left::before {
  content: "\ea04";
}

.icon-icon-announcement::before {
  content: "\ea05";
}

.icon-icon-app::before {
  content: "\ea06";
}

.icon-arrow-up::before {
  content: "\ea07";
}

.icon-icon-backpack::before {
  content: "\ea08";
}

.icon-icon-bell::before {
  content: "\ea09";
}

.icon-arrow-right::before {
  content: "\ea0a";
}

.icon-icon-briefcase::before {
  content: "\ea0b";
}

.icon-icon-calendar::before {
  content: "\ea0c";
}

.icon-icon-alert::before {
  content: "\ea0d";
}

.icon-icon-clock::before {
  content: "\ea0e";
}

.icon-icon-directory::before {
  content: "\ea0f";
}

.icon-icon-athletics::before {
  content: "\ea10";
}

.icon-icon-enroll::before {
  content: "\ea11";
}

.icon-icon-family::before {
  content: "\ea12";
}

.icon-icon-book::before {
  content: "\ea13";
}

.icon-icon-graduate::before {
  content: "\ea14";
}

.icon-icon-help::before {
  content: "\ea15";
}

.icon-icon-chat::before {
  content: "\ea16";
}

.icon-icon-login::before {
  content: "\ea17";
}

.icon-icon-meals::before {
  content: "\ea18";
}

.icon-icon-music::before {
  content: "\ea19";
}

.icon-icon-news::before {
  content: "\ea1a";
}

.icon-icon-pencil::before {
  content: "\ea1b";
}

.icon-icon-pulse::before {
  content: "\ea1c";
}

.icon-icon-form::before {
  content: "\ea1d";
}

.icon-icon-school::before {
  content: "\ea1e";
}

.icon-icon-security::before {
  content: "\ea1f";
}

.icon-icon-staff::before {
  content: "\ea20";
}

.icon-icon-stream::before {
  content: "\ea21";
}

.icon-icon-transportation::before {
  content: "\ea22";
}

.icon-icon-video::before {
  content: "\ea23";
}

.icon-icon-virtual-learning::before {
  content: "\ea24";
}

.icon-icon-virus::before {
  content: "\ea25";
}

.icon-icon-schedule::before {
  content: "\ea26";
}

.icon-links-links::before {
  content: "\ea27";
}

.icon-links-login::before {
  content: "\ea28";
}

.icon-icon-email::before {
  content: "\ea29";
}

.icon-menu::before {
  content: "\ea2a";
}

.icon-play::before {
  content: "\ea2b";
}

.icon-schools::before {
  content: "\ea2c";
}

.icon-links-family::before {
  content: "\ea2d";
}

.icon-social-facebook::before {
  content: "\ea2f";
}

.icon-social-instagram::before {
  content: "\ea30";
}

.icon-icon-information::before {
  content: "\ea31";
}

.icon-social-pinterest::before {
  content: "\ea32";
}

.icon-social-snapchat::before {
  content: "\ea33";
}

.icon-social-twitter-old::before {
  content: "\ea34";
}

.icon-links-menu::before {
  content: "\ea35";
}

.icon-search::before {
  content: "\ea37";
}

.icon-social-linkedin::before {
  content: "\ea38";
}

.icon-social-youtube::before {
  content: "\ea39";
}

.icon-translate::before {
  content: "\ea3a";
}

.icon-services::before {
  content: "\ea3b";
}

.icon-close::before {
  content: "\ea3c";
}

.icon-social-twitter::before {
  content: "\ea3d";
}
