@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto");
/*start here --*/
/* Sticky footer styles
-------------------------------------------------- */
/*
@import "../bootstrap-sass/assets/stylesheets/bootstrap";
*/
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Exo+2");
@import url("https://fonts.googleapis.com/css?family=Armata&subset=latin");
@font-face {
  font-family: "BebasNeueRegular";
  src: url("fonts/BebasNeue-webfont.eot");
  src: url("fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/BebasNeue-webfont.woff") format("woff"), url("fonts/BebasNeue-webfont.ttf") format("truetype"), url("fonts/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*start here --*/
/*@import "../fontawesome-pro-web/scss/fontawesome";
@import "../fontawesome-pro-web/scss/light";
@import "../fontawesome-pro-web/scss/regular";
@import "../fontawesome-pro-web/scss/solid";
@import "../fontawesome-pro-web/scss/brands";
@import "../fontawesome-pro-web/scss/v4-shims";*/
/*icon shims for old fa icons -- mixins don't remove or it will break some Icons*/
/*.menuIcon {
    @include fa-icon;
    @extend .fas;

    &:before {
        content: fa-content($fa-var-bars);
    }
}

.studentIcon {
    @include fa-icon;
    @extend .fas;

    &:before {
        content: fa-content($fa-var-user-circle);
    }
}

.searchIcon {
    @include fa-icon;
    @extend .fas;

    &:before {
        content: fa-content($fa-var-search);
    }
}

.printBtn {
    @include fa-icon;
    @extend .fas;

    &:before {
        content: fa-content($fa-var-print);
    }
}

.fa-line-chart {
    @include fa-icon;
    @extend .fas;

    &:before {
        content: fa-content($fa-var-chart-line);
    }

    line-height: inherit;
}

.fa-newspaper-o {
    @include fa-icon;
    @extend .fa;

    &:before {
        content: fa-content($fa-var-newspaper);
    }

    line-height: inherit;
}

.fa-menu {
    @include fa-icon;
    @extend .fa;

    &:before {
        content: fa-content($fa-var-bars);
    }

    line-height: inherit;
}

.fa-remove {
    @include fa-icon;
    @extend .fa;

    &:before {
        content: fa-content($fa-var-times);
    }
}

.fa-file-pdf-o {
    @include fa-icon;
    @extend .fa;

    &:before {
        content: fa-content($fa-var-file-pdf);
    }
}

.fa-weixin {
    @include fa-icon;
    @extend .fab;

    &:before {
        content: fa-content($fa-var-weixin);
    }
}

.fa-square-o {
    @include fa-icon;
    @extend .far;

    &:before {
        content: fa-content($fa-var-square);
    }

    line-height: inherit;
}

.fa-check-square-o {
    @include fa-icon;
    @extend .far;

    &:before {
        content: fa-content($fa-var-check-square);
    }

    line-height: inherit;
}

.fa-trash-o {
    @include fa-icon;
    @extend .fas;

    &:before {
        content: fa-content($fa-var-trash);
    }
}*/
/*end here*/
/*.hidden{
    display:none !important;
}
.visible{
    display:block;
}*/
.hidden, .hide {
  display: none;
}

html {
  position: relative;
  min-height: 100%;
}

.body, .Login {
  margin-bottom: 50px;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
  background-color: #f6f6f6;
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f9f9f9 47%, #d8d8d8 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(47%, #f9f9f9), color-stop(100%, #d8d8d8));
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #f9f9f9 47%, #d8d8d8 100%);
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #f9f9f9 47%, #d8d8d8 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #f9f9f9 47%, #d8d8d8 100%);
  background: radial-gradient(ellipse at center, #ffffff 0%, #f9f9f9 47%, #d8d8d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#d8d8d8",GradientType=1 );
}

.toggleUserPanel {
  display: none;
}

.classes-container {
  overflow-y: auto;
  max-height: 450px;
  min-height: 50px !important;
}

/*
    .classes-container {
    overflow-y: auto;
    max-height: 325px;
    min-height: 50px !important;
}

*/
/*record subscriptions one-off check box*/
.faux-header-checkbox input[type=checkbox] + label, .faux-header-checkbox input[type=radio] + label {
  color: #ffffff;
}

/*QuickLink dashboard*/
.quicklink-container {
  max-height: 325px;
  min-height: 50px !important;
  overflow-y: auto;
}

/*End QuickLink*/
#quizBreakdown {
  color: #000;
  background: #fff;
}

/*Accordion without buttons height adjust*/
.ptsAccordion1 section .panel-heading header {
  margin: 5px 0px;
}

#accordion section .panel-heading header {
  margin: 5px 0px;
}

/* Course Scheduler Start */
.pnl-Occurrence {
  padding-bottom: 5px;
}

.pnl-Reoccurrence {
  padding-right: 5px;
}

.pnl-Active-WeekDays {
  padding: 10px 0 0 0;
}

.lbl-Dur {
  font-size: 1.8em;
}

.duration-line {
  border-bottom: solid 1px #333;
}

.pnl-count-3 {
  padding: 10px 5px 0 0;
}

.add-symbol {
  padding: 25px 5px 0 25px;
  font-size: 2em;
}

.lbl-Hdr-MM {
  padding-right: 5px;
}

.hour-min-sep {
  text-align: center;
  padding-top: 20px;
}

.pnl-Count-2 {
  text-align: center;
  font-size: 1.5em;
  padding: 20px 5px 0 0;
}

.pnl-Count-1 {
  padding: 0 5px 0 8px;
}

.sched-inner-cont {
  padding-bottom: 5px;
}

.sched-outer-cont {
  padding-left: 5px;
  border: 1px solid silver;
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  border-radius: 7px;
  padding: 10px;
}

/* Course Scheduler End */
/* Import Button */
.importTiny {
  font-size: 0.8em;
  margin: 5px 0px 0px 3px;
  display: block;
}

/* Import Button */
/* File Input*/
.fileInput {
  font-size: 0.8em;
  padding: 5px;
}

.fileInput-outer-cont {
  padding-left: 5px;
  border: 1px solid silver;
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  border-radius: 7px;
  padding: 10px;
}

/* File Input*/
/* Custom Table style*/
.table-style-cust {
  font-size: small !important;
  width: 100% !important;
  margin: 0 !important;
  clear: both;
}

.table-style-cust * td, .table-style-cust * th {
  padding: 5px !important;
}

.asideForm {
  background: #ededed;
  padding: 0.25em 0 0.5em 0;
}

.tr1container {
  margin: 0 0 1em 0;
}

.tr1container .tr1AddOrg {
  margin: 10px 0 0 0;
  float: left;
}

.tr1container .tr1AddOrg .tr1AddNode {
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
}

.tr1container .tr1AddOrg .tr1AddNode a {
  margin: 0 !important;
  /*padding: 6px 12px !important;*/
  font-weight: inherit !important;
}

#Tr1 {
  padding: 5px 10px;
  background: #efefef;
  margin-bottom: 3px;
}

#Tr1 .tr1Title {
  padding: 5px 0 0 0;
}

.RadGrid_Silk .rgHeader {
  font-size: 16px !important;
  color: #000 !important;
}

.RadGrid_Silk .rgMasterTable {
  font-size: 16px !important;
}

.input-group-btn .fa, .input-group-btn .fa-file-pdf-o, .input-group-btn .fa-remove, .input-group-btn .fa-menu, .input-group-btn .fa-newspaper-o {
  color: #797979 !important;
}

.RadCalendar {
  /* box-sizing:border-box !important;*/
}

.font-regular {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.go-top {
  float: right;
  border: 0px !important;
}

*:focus {
  outline: 0;
}

a:hover, a:focus {
  text-decoration: none;
  outline: 0;
}

p {
  padding: 10px;
}

code {
  font-size: 80%;
}

body > .container {
  padding: 20px 15px 0;
}

.container {
  padding: 0 10px;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -5px;
  margin-left: -5px;
}

.panel-heading > .trainingCheckbox {
  padding-top: 7px !important;
}

h2, .h2 {
  font-size: 20px;
}

/*-- BH 11/18/2019 Exm performance--*/
/*Exam Performance Page*/
.uListItemModalStyle {
  padding: 2px;
}

.uListItemModalStyle ul {
  padding-left: 0px;
  padding-right: 0px;
}

.uListItemModalStyle ul li {
  list-style: none;
  border: 1px solid white;
  margin: 0em;
  /*background: #CE102C;*/
  /*background: #264069;*/
  padding: 0.5em 1em 0.6em 1em;
}

.uListItemStyle > ul {
  padding-left: 0px;
  padding-right: 0px;
}

.uListItemStyle > ul > li {
  list-style: none;
}

.uListItemStyle > ul > li > div {
  border: 2px solid white;
  margin: 1em 1em 0 1em;
  /*background: #CE102C;*/
  padding: 0.5em 1em 0.6em 1em;
  cursor: pointer;
}

.uListItemStyle > ul > li > ul {
  padding-left: 0px;
  padding-right: 0px;
}

.uListItemStyle > ul > li > ul > li {
  list-style: none;
  /*border: solid rgba(255,255,255,1.0);*/
  /*border-top: 1px solid #CE102C;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;*/
  border-bottom: 0px;
  margin: 0 1em 0 1em;
  background: #ffffff;
  /*color: #CE102C;
  background: #264069;*/
  padding: 0.5em 1em 0.6em 1em;
  cursor: pointer;
  min-height: 2.5em;
}

.uListItemStyle > ul > li > ul > li:first-child {
  /*border-top: 0px solid #CE102C;*/
}

.uListItemStyle > ul > li > ul > li > a:link, .uListItemStyle > ul > li > ul > li > a:visited, .uListItemStyle > ul > li > ul > li > a:hover {
  display: block;
}

.overall-score {
  list-style: none;
  /*border: 1px solid rgba(255,255,255,1.0);*/
  margin: 0em;
  /*background: #CE102C;*/
  padding: 0.5em 1em 0.6em 1em;
  font-weight: bold;
}

.noResults {
  color: black;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
}

.floatRight {
  float: right;
}

.stripeBG {
  background: #efefef;
}

/* Exam Performance End*/
/* BH 9/5/2019 */
/*--JQuery Datatables for training dashboard #tableTraining_wrapper--*/
.scrollRegion {
  height: 235px;
  overflow-x: auto;
}

.trainingDashHeader {
  white-space: nowrap;
}

/*BH Added 7/18/2018 fix for dropdown in reports*/
.reportFilterDD {
  width: 100%;
}

/*BH Added 3/27/2018*/
.modal-classes {
  width: 95%;
}

.modal-content table > tbody > tr > td:first-child {
  word-break: keep-all !important;
}

.modal-content table > tbody > tr > td {
  word-break: break-word !important;
}

/*BH 10/18/2018 Reporting Icons*/
.reportingDashIcons i {
  font-size: 1.4em;
}

/*start Calendar BH 3/21/2018 - Use theme style sheet to add branding*/
.jobRolesDG .wrappedTableData {
  overflow-x: auto;
}

/*subscription table*/
.tableScroll {
  overflow-x: auto;
}

.textWordBreakAll tbody tr td:first-child, .textWordBreakAll tbody tr td:nth-child(2), .textWordBreakAll tbody tr td:nth-child(7) {
  word-break: break-all;
}

.tablePagingCerts {
  font-size: 14px;
}

.current-enrollment-table tbody tr td:nth-child(1) {
  word-break: break-all;
  max-width: 235px;
}

.user-details-table tbody tr td:nth-child(2) {
  word-break: break-all;
  max-width: 235px;
}

/*SUbscription Calendar*/
.tacsSubscriptionCalendar {
  background-color: #ffffff !important;
  padding: 1em;
}

.subscription-Calendar tbody tr td {
  border: #c2c2c2 solid 1px !important;
  /* background-color:#c2c2c2;*/
  min-width: 2.5em !important;
}

.subscription-Calendar {
  background-color: #ffffff !important;
  /* width: 156px;*/
  border: none !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 3px;
  padding: 1em !important;
}

.subscription-Calendar tbody {
  padding: 1em !important;
}

.subscription-Calendar a {
  text-decoration: none;
  /*color:#0f5da5 !important;*/
}

.subscription-Calendar th {
  background-color: #ffffff !important;
  /* width: 156px;*/
  border: none !important;
  font-weight: 200 !important;
}

.subscription-Calendar tr td:hover {
  /*   text-decoration: none;
      background-color:#efefef !important;
       color:#0f5da5 !important;*/
}

.selectedDayStyle {
  background-color: #c2c2c2 !important;
  border: #ffffff !important;
}

.selectedDayStyle td:hover {
  background-color: #c2c2c2 !important;
  border: #ffffff !important;
}

.selectedDayStyle a {
  color: #ffffff !important;
}

.selectedDayStyle a:hover {
  color: #e32439 !important;
}

/*.subscription-Calendar tr td:hover
    {
        text-decoration: none;
        background-color:#efefef !important;
         color:#0f5da5 !important;
    }*/
.selectorStyle {
  color: #ffffff !important;
}

.otherMonthStyle {
  background-color: #efefef !important;
}

.otherMonthStyle a {
  color: #999999 !important;
}

.titleStyle {
  color: #ffffff !important;
}

.todayStyle {
  background-color: #ededed !important;
}

/*.dayStyle {
    color:#ffffff !important;
}*/
/*Loading Ani CSS*/
.loadingBG {
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1100;
}

.loadingBG span {
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  font-size: 4em;
  color: #555;
  width: 100%;
  text-align: center;
  top: 40vh;
}

.modalLoadingBG {
  width: 100%;
  /*height: 100vh;*/
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1100;
}

.modalLoadingBG span {
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  font-size: 2em;
  color: #555;
  /*width: 100%;
  text-align: center;
  top: 40vh;*/
}

/* End loading CSS*/
/*VideoBG Default hidden*/
#videobcg {
  position: fixed;
  top: 0px;
  left: 0px;
  min-width: 100%;
  /* */
  min-height: 100vh !important;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  display: none;
}

/*Start responsive mock tables*/
/*mock tables start*/
.table-text-input {
  width: 100%;
}

.table-vert-label {
  display: none;
}

.table-mock-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  line-height: unset;
}

.table-mock-thead-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: space-around;
}

.table-mock-thead-row div {
  font-weight: bold;
}

.table-mock-1 div {
  width: 100%;
  padding: 0 1em 0 1em;
}

.table-mock-1 div:first-child {
  text-align: left;
}

.table-mock-2 div {
  width: 50%;
  padding: 0 1em 0 1em;
}

.table-mock-2 div:first-child {
  text-align: left;
}

.table-mock-3 div {
  width: 33.3%;
  padding: 0 1em 0 1em;
}

.table-mock-3 div:first-child {
  text-align: left;
}

.table-mock-4 div {
  width: 25%;
  padding: 0 1em 0 1em;
}

.table-mock-4 div:first-child {
  text-align: left;
}

.table-mock-5 div {
  width: 20%;
  padding: 0 1em 0 1em;
}

.table-mock-5 div:first-child {
  text-align: left;
}

.table-mock-6 div {
  width: 16.6%;
  padding: 0 1em 0 1em;
}

.table-mock-6 div:first-child {
  text-align: left;
}

.table-mock-7 div {
  width: 14.28%;
  padding: 0 1em 0 1em;
}

.table-mock-7 div:first-child {
  text-align: left;
}

.table-mock-8 div {
  width: 12.5%;
  padding: 0 1em 0 1em;
}

.table-mock-8 div:first-child {
  text-align: left;
}

.table-mock-9 div {
  width: 11.11%;
  padding: 0 1em 0 1em;
}

.table-mock-9 div:first-child {
  text-align: left;
}

.table-mock-10 div {
  width: 10%;
  padding: 0 1em 0 1em;
}

.table-mock-10 div:first-child {
  text-align: left;
}

.table-mock-11 div {
  width: 9.09%;
  padding: 0 1em 0 1em;
}

.table-mock-11 div:first-child {
  text-align: left;
}

/*.table-mock-container div{
    background:#ffffff;
}*/
/*.table-mock-container .table-mock-tbody-row:nth-child(odd) {*/
.table-mock-container .table-mock-tbody-row {
  background: #fff;
  border: solid #333 1px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

/*.table-mock-container .table-mock-tbody-row-foot:nth-child(odd) {*/
.table-mock-container .table-mock-tbody-row-foot {
  background: #f6f6f6;
  border: solid #333 1px;
  border-top-width: 0px;
  color: #333;
}

.table-mock-container .table-mock-tbody-row-head {
  background: #f6f6f6;
  border: solid #333 1px;
  border-bottom-width: 0px;
  color: #333;
}

.table-mock-container div div {
  background: unset !important;
  text-align: center;
  overflow: hidden;
  /*min-height:3em;*/
}

.table-mock-container div div span {
  font-weight: bold;
}

/*.table-mock-container div div:not(:first-child){
   border-left:1px solid;
   border-color:#cbcbcb;

}*/
.table-mock-tbody-row, .table-mock-edit-tbody-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: space-around;
  min-height: 5em;
}

.table-mock-tbody-row-foot, .table-mock-edit-tbody-row-foot {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: space-around;
  min-height: 3em;
  margin-bottom: 1em;
}

.table-mock-tbody-row-head, .table-mock-edit-tbody-row-head {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: space-around;
  min-height: 3em;
  margin-top: 1em;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/*mock tables end*/
/*Facilities Pagination Base Style*/
.tacs-facilities-table span span, .tacs-facilities-table span a {
  background: #efefef;
  display: inline-block;
  padding: 0.6em 1em 0.6em 1em;
  margin: 1em 0em 1em 0em;
}

.tacs-facilities-table span span {
  color: #888;
}

.paginationPrevious {
  margin-left: 1em !important;
}

.paginationNext {
  margin-right: 1em !important;
}

.paginationPrevious[disabled=disabled] {
  color: #888;
}

.paginationNext[disabled=disabled] {
  color: #888;
}

/*Facilities END Pagination Base Style*/
/*start: pin entry popup*/
.pts-pin-pop {
  /*width:360px;*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pts-pin-pop-msg {
  padding: 0.4em;
  text-align: center;
}

.pts-pin-pop-controls {
  padding: 0.4em;
  width: 148px;
  margin-left: auto;
  margin-right: auto;
}

/*Suspected area start*/
.pts-pin-pop-entry {
  padding: 0.4em;
  width: 148px;
  margin-left: auto;
  margin-right: auto;
}

/*end: pin entry popup*/
.subscriptionUserPagination span {
  padding: 0.5em;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 5px;
  background: #888888;
  color: #ffffff;
  margin-right: 5px;
}

.subscriptionUserPagination a {
  padding: 0.5em;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 5px;
  background: #c2c2c2;
  color: #ffffff;
  margin-right: 5px;
}

/*subscripiton calendar expiration*/
.subscription-Calendar tbody tr td {
  padding: 5px;
}

.RadCalendar_Bootstrap .rcMain .rcRow .rcSelected a {
  background-color: #ddd !important;
}

.subscription-Calendar tbody tr th {
  padding: 5px;
}

.RadCalendarPopup {
  border-radius: 0px !important;
}

.RadCalendar {
  /*width:280px !important;*/
}

.RadCalendar .rcTitlebar {
  background: #c2c2c2 !important;
  border-radius: 0px !important;
}

.RadCalendar .rcTitlebar .t-button {
  /*color:#555555 !important;*/
}

.RadCalendar .rcTitlebar .rcTitle {
  font-family: inherit !important;
  font-size: 1em !important;
  color: #ffffff !important;
}

.RadCalendar_Bootstrap .rcMain .rcRow a {
  width: 2em;
  border-radius: 0px !important;
  border: 1px solid #dddddd !important;
}

.rcOtherMonth a {
  background-color: #efefef !important;
  color: #999999 !important;
}

/* end Calendar*/
.move-active-check-box {
  position: relative;
  top: -110px;
}

.table100 {
  width: 100%;
}

/*TACS Facilities table scroll BH 6/6/2018*/
.tacs-facilities-table {
  /*overflow: auto !important;*/
}

/*End Tacs FACILITIES TABLE scroll*/
.Login {
  padding-top: 50px;
}

/*Suspected area end*/
.LoginArea {
  margin: 0 auto;
  margin-top: 50px;
  padding: 0px;
  max-width: 480px;
  border: 1px solid #D5D5D5;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
}

.Login .LoginBtn .btn, .Login .LoginBtn .btn:hover {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: 14px !important;
  color: #666 !important;
}

.Login .LoginBtn .btn:hover {
  background: #fff;
  color: #B3B3B3 !important;
}

.LoginArea .dropdown {
  margin: 10px;
  width: auto !important;
  float: right !important;
}

.LoginArea table {
  width: 100%;
}

.LoginArea .login-control-button {
  margin: 5px 0;
}

.SignIn {
  margin: -20px 0 10px 0;
}

.login-control-instructions {
  padding-bottom: 20px;
}

.login-control-textbox {
  height: 40px !important;
}

.LoginHeader {
  min-height: 80px;
  height: auto;
}

.alert-info, .btn-danger {
  background-image: none;
  color: #fff !important;
}

/*OrgChart Buttons*/
/*.footerPaddingAdjust{
    padding:10px 10px !important;
}
.footerPaddingAdjust input.responsiveButton[type='button'],.footerPaddingAdjust * input.responsiveButton[type='button'] {
    font-size:14px !important;
}*/
@media (max-width: 480px) {
  .responsiveButton {
    margin-top: 10px !important;
    width: 100% !important;
  }

  .orgNodeBtnContainer {
    width: 100%;
  }
}
/*End OrgChart Buttons*/
.page-header {
  border-bottom: 0;
  min-height: 25px;
  height: auto;
}

.table {
  width: 100%;
  background: #fff;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /*height: 30px;*/
  padding: 5px 0;
  background-color: #333;
  text-align: center;
  z-index: 10 !important;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

#footer a {
  color: #fff;
  text-decoration: none;
  border-right: solid 1px #fff;
  padding: 0 10px;
}

#footer a:last-child {
  border: none;
}

#footer a:hover {
  color: #CCC;
}

.loginFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  padding: 5px 0;
  background-color: #333;
  text-align: center;
  z-index: 10 !important;
}

.loginFooter > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.loginFooter a {
  color: #fff;
  text-decoration: none;
  border-right: solid 1px #fff;
  padding: 0 10px;
}

.loginFooter a:last-child {
  border: none;
}

.loginFooter a:hover {
  color: #CCC;
}

.container .text-muted {
  margin: 20px 0;
}

.sidebar-offcanvas .list-group-item {
  color: #000 !important;
}

input[type=radio], input[type=checkbox] {
  opacity: 0;
  position: absolute;
  filter: alpha(opacity=0);
  margin: 5px 0 0 5px;
}

.training-module * input[type=radio], .training-module * input[type=checkbox] {
  opacity: 1 !important;
  position: unset !important;
  filter: alpha(opacity=1) !important;
  margin: inherit !important;
}

input[type=radio]:focus + label, input[type=checkbox]:focus + label {
  color: #555;
}

input[type=checkbox] + label, input[type=radio] + label {
  background: left top no-repeat;
  position: relative;
  margin-right: 10px;
  padding-left: 25px;
  cursor: pointer;
  line-height: 25px;
  min-height: 25px;
  display: inline-block;
  z-index: 0;
  font-size: 16px;
  font-weight: 100;
  max-height: 10px;
}

input[type=radio] + label {
  background-position: 0 -93px;
  color: #555;
  margin-bottom: -2px;
}

input[type=radio]:checked + label {
  background-position: 0 -140px;
}

input[type=radio]:disabled + label {
  background-position: 0 -283px;
  color: #555;
}

input[type=radio]:disabled:checked + label {
  background-position: 0 -331px;
  color: #555;
}

input[type=checkbox] + label {
  background-position: 0 3px;
  color: #555;
}

input[type=checkbox]:checked + label {
  background-position: 0 -45px;
}

input[type=checkbox]:disabled + label {
  background-position: 0 -188px;
  color: #555;
}

input[type=checkbox]:disabled:checked + label {
  background-position: 0 -236px;
  color: #555;
}

label.css-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.colorB-none {
  background: none !important;
  color: #064081 !important;
}

.colorBcolor-none {
  background: NONE !important;
  color: #205975 !important;
}

.colorB-bronze {
  background: none #f7c391 !important;
}

.colorB-silver {
  background: none #c1c1c1 !important;
}

.colorB-gold {
  background: none #FFD700 !important;
}

.colorB-platinum {
  background: none #eeeeee !important;
}

.colorB-green {
  background: none #339933 !important;
}

.colorB-white {
  background: none #FFFFFF !important;
}

.colorB-bluelight {
  background: none #80A3C9 !important;
  color: #000000 !important;
}

.colorB-gray {
  background-color: #f5f5f5;
}

.rsSubHeader {
  background-color: #f5f5f5;
  font-weight: bold;
}

.colorT-black {
  color: #000 !important;
}

.colorT-graydark {
  color: #515151 !important;
}

.colorT-white {
  color: #fff !important;
}

.colorT-red {
  color: red !important;
}

.colorT-green,
.Login .LoginBtn .colorT-green {
  color: #339933 !important;
}

.date .ui-datepicker-trigger {
  margin-top: -32px !important;
  float: right !important;
  background: #fc9900 !important;
}

.ui-datepicker {
  z-index: 9999 !important;
}

.widthFull {
  max-width: 100% !important;
  width: 100% !important;
}

.widthHalf {
  max-width: 50% !important;
  width: 50% !important;
}

.tools .panel {
  text-align: center;
  padding: 0 5px;
}

.tools h1 {
  font-size: 18px;
  margin: 0px 0 -7px 0;
}

.tools .panel:hover, .tools .panel:hover h1 {
  color: #fff;
}

.tools .panel:hover {
  cursor: pointer;
}

.tools span {
  display: block;
  margin: 3px auto;
}

.tools .fa, .tools .fa-file-pdf-o, .tools .fa-remove, .tools .fa-menu, .tools .fa-newspaper-o, .navIcon .fa, .navIcon .fa-file-pdf-o, .navIcon .fa-remove, .navIcon .fa-menu, .navIcon .fa-newspaper-o {
  color: #fff;
  margin-top: -3px;
}

.tools .fa-circle {
  color: #00457c;
}

.tools .panel:hover .fa-circle {
  color: #00457c;
}

.navIcon .fa-stack {
  margin: 5px 0 0 -45px;
}

.navIcon .fa-circle {
  color: #00457c;
}

.list-group-item:hover .fa-circle {
  color: #555;
}

.list-group-item:hover {
  color: #777 !important;
}

.toolsArrow {
  background-color: #f2f2f2;
  border-right: 0px !important;
}

.toolsArrow div {
  float: right;
  background: url(../../images/navL_arrow.png) !important;
  height: 56px;
  width: 16px;
  margin: -18px -28px 0 5px;
  z-index: 1;
}

.list-group-item {
  padding: 10px 15px 10px 50px;
  line-height: 5px;
}

.fileContainner {
  padding: 7px;
  padding-top: 50px;
  height: 100px;
  width: 160px;
  overflow: hidden;
  margin: 5px 10px;
  text-align: center;
  background: #fff no-repeat center -90px;
  border: 1px solid #ccc;
}

.fileContainner:hover {
  background-color: #E2E2E2;
  background-position: center 25px;
  cursor: pointer;
}

.fileContainner p {
  width: 150px;
  overflow-x: hidden;
  white-space: nowrap;
}

.fileContainner:hover, .fileContainner:hover p {
  padding-top: 35px;
  transition: all 0.5s ease;
}

.adminContentMinH {
  min-height: 576px;
}

.homeList {
  padding: 10px 10px 0 10px;
  margin: 0px;
  height: auto;
  font-size: 14px;
}

.homeList h3 {
  margin: 0;
  color: #000;
}

.homeList .btn {
  float: right;
}

.homeTable thead {
  display: none;
}

/*Not sure why this isn't showing up*/
.homeTable tr {
  font-size: 17px;
  font-weight: bold;
}

.homeTable tr h3 {
  font-size: 14px;
}

/*.homeTable tr:hover .homeList{color:#fff !important; }
.homeTable tr:hover .homeList span {background-position-x:-45px;}*/
.homeTable {
  margin-top: 0px;
}

.homeTable td {
  padding: 0 5px 5px 5px !important;
  max-height: 100px;
}

.homeList span.contact {
  background-position: 0 -40px;
  width: 40px !important;
  height: 35px;
  float: left;
  margin: -5px 0 0 -40px;
  background-image: url(../../images/ptsList_icons.png);
}

.homeList span.pc {
  background-position: 0 -85px;
  width: 40px !important;
  height: 35px;
  float: left;
  margin: -5px 0 0 -40px;
  background-image: url(../../images/ptsList_icons.png);
}

.homeList span.web {
  width: 40px !important;
  height: 35px;
  float: left;
  margin: -5px 0 0 -40px;
  background-image: url(../../images/ptsList_icons.png);
}

.navbar {
  padding: 15px 0 0 0 !important;
}

.navbar-nav > li > a {
  margin: 7px 0 0 0;
  padding: 10px 15px 10px 0;
}

.navbar-nav > li .menuIcon {
  width: 25px;
  height: 20px;
  margin: -2px 2px 0 3px;
  float: left;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-brand {
  color: #fff;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .active > a {
  background: #5C7997;
  box-shadow: none;
}

.navbar-nav > li {
  font-size: 15px;
}

.navbar-nav > li > a .fa, .navbar-nav > li > a .fa-file-pdf-o, .navbar-nav > li > a .fa-remove, .navbar-nav > li > a .fa-menu, .navbar-nav > li > a .fa-newspaper-o {
  margin-left: 15px;
}

.navLinks {
  float: left;
  margin-left: 10px;
}

.navLinks .fa-stack-2x {
  font-size: 40px;
}

.navLinks .badge {
  top: 10px;
  left: 30px;
  position: absolute;
  z-index: 9999;
}

.navLang {
  margin: 1px 13px 0 5px;
}

.usernameTxt {
  font-size: 12px;
  color: #333;
  margin-top: 5px;
  max-width: 230px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.username {
  margin-top: -8px;
  text-align: center;
}

.dropdown-menu {
  min-width: 100%;
  background: #E7E7E7 !important;
  padding: 0px;
}

.dropdown-menu > li > a, .dropdown-header {
  background: none;
  padding: 10px;
  min-width: 125px;
}

.dropdown-header {
  font-size: 14px;
}

.dropdown-menu > li {
  border-bottom: 1px solid #999;
}

.dropdown-menu li a:last-child {
  border: none;
}

.username .dropdown-menu {
  text-align: left;
  overflow-y: auto;
  max-height: 650px;
}

.username .dropdown-menu li a {
  padding-left: 20px;
}

.username .dropdown-menu li:first-child a, .dropdown-header, .LangMenuLi a {
  padding-left: 10px !important;
}

.username .dropdown-header, .dropdown-header:hover {
  color: #000;
}

/*.navIcon .list-group-item{ padding:15px !important; font-size:16px; color:#3a667c; border-top-color: #C5D5E7;}
.navIcon span{
                             background:url('../images/btn_icons.png') no-repeat 2px -502px; float:left; padding:17px; margin:-5px 5px 0 -7px;
                           }*/
.navbar-brand {
  width: 220px;
  height: 70px;
  margin: -12px 10px 2px 0 !important;
  background-repeat: no-repeat;
}

/*.navNote { background-position:0 -41px; }
.navNote div{ margin: -10px -23px 0px 20px; border-radius:50%;text-align:center !important;padding:5px;}*/
.language-choice-text.badge {
  border-radius: 50%;
  text-align: center !important;
  padding: 5px;
  position: relative;
  top: -32px;
  left: 15px;
}

.LangMenuLi {
  background: #E7E7E7 !important;
}

.UserMenu {
  margin-top: -22px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control {
  height: 31px;
  min-width: 80px;
  overflow: auto !important;
}

input[type=date] {
  overflow: hidden !important;
}

.courses {
  background-position: 0 -25px !important;
}

.leaning {
  background-position: 0 -50px !important;
}

.resources {
  background-position: 0 -75px !important;
}

.reports {
  background-position: 0 -100px !important;
}

.tools {
  background-position: 0 -125px !important;
}

.userMangementFeedbackSelect {
  width: 100% !important;
}

.page-header {
  margin: 100px 0 20px 0;
}

/*.page-header h1, .panel-title, .form-signin-heading, .modal-title, .font-pts{font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;}*/
.page-header h1, .panel-title, .form-signin-heading, .modal-title {
  font-size: 25px;
  font-weight: bold;
}

.page-header h1 {
  font-size: 30px;
  margin: 0px;
}

.navbar-brand {
  margin-top: -20px;
}

.close {
  opacity: 10;
  font-size: 35px !important;
  margin-top: -5px;
}

.colorB-pts .close {
  color: #fff;
}

.modal-header {
  padding: 15px;
  padding-bottom: 5px;
}

.modal-footer {
  padding: 10px 15px 15px;
}

.navDropdown1 {
  min-height: 34px;
  overflow: hidden;
  line-height: 1;
}

.navDropdown1 select {
  width: 100%;
  height: 36px;
  border: 1px solid #ccc;
  font-family: "ProximaRegular", "Lucida Grande", sans-serif;
  line-height: 2;
  padding: 2px 40px 0 5px !important;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  overflow: hidden;
}

.navDropdown1 select::-ms-expand {
  display: none;
}

.btn-warning {
  color: #000 !important;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background: none #EAEAEA !important;
  border-color: #ABABAB !important;
  color: #BEBEBE;
}

.blockA, .blockB {
  min-height: 320px;
}

.blockC, .blockD {
  height: 350px;
  overflow: hidden;
}

.bold, .control-label {
  font-weight: bold;
}

.word-Break-All {
  word-break: break-all;
}

.btnIcons, .btnIcons:hover {
  /*background-image: url('../images/btn_icons.png') !important;*/
  background-repeat: no-repeat !important;
  cursor: pointer;
  height: 35px;
  min-width: 35px;
  padding: 7px 5px 7px 35px !important;
  margin: -3px 5px 0 5px !important;
  font-weight: bold;
  font-size: 17px !important;
  font-family: inherit;
}

.btnIconsSml, .btnIconsSml:hover {
  min-width: unset !important;
  margin: unset !important;
  padding: 7px 5px 7px 28px !important;
}

.clientFA {
  /*font-size:0.8em;
  padding:0em;
  display: block;
  padding: 0.2em;
  border-radius: 3px;*/
  position: relative;
  top: -1px;
  height: 35px;
}

.clientFA i {
  font-size: 1.4em;
}

.customHead {
  padding-bottom: 1em;
}

.classAttendTable {
  width: 100%;
}

.updateBtn-cir {
  background-position: 2px 0px !important;
}

.exportBtn-cir {
  background-position: 2px -35px !important;
}

.saveBtn-cir {
  background-position: 2px -72px !important;
}

.removeBtn-cir {
  background-position: 2px -107px !important;
}

.removeRedBtn-cir, .removeRedBtn2-cir {
  background-position: 2px -286px !important;
  color: #EE4747 !important;
}

.gridBtn-cir {
  background-position: 2px -330px !important;
}

.graphBtn-cir {
  background-position: 2px -367px !important;
}

.toolsBtn-cir {
  background-position: 2px -395px !important;
}

.searchBtn {
  background-position: 2px -539px !important;
}

.addBtn {
  background-position: 2px -143px !important;
}

.viewBtn {
  /* background-position: 2px -143px !important;*/
  background-position: 2px -217px !important;
}

.gridBtn {
  background-position: 2px -175px !important;
}

.graphBtn {
  background-position: 2px -210px !important;
}

.editBtn {
  background-position: 2px -432px !important;
}

.cloneBtn {
  /*background-position: 2px -432px !important;*/
  background-position: 2px -184px !important;
}

.okBtn {
  background-position: 2px -468px !important;
}

.printBtn {
  background-position: 2px -575px !important;
}

.print2Btn {
  background-position: 2px -610px !important;
}

.backBtn, .backBtn:hover {
  background-position: 2px -253px !important;
  padding: 5px 5px 3px 35px;
  font-size: 15px !important;
  font-weight: normal;
}

.settingBtn {
  background-position: 2px -395px !important;
  position: absolute;
  z-index: 1;
  display: none;
}

.titleBtn {
  margin-top: -50px !important;
  float: right;
}

body .search, body .search:hover {
  background-image: url(../../images/search3.png) !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  height: 31px;
  width: 33px;
}

/*.input-group .btn, .input-group .btn:hover{ background-color:#333;    }*/
.sidebar-offcanvas .search, .sidebar-offcanvas .search:hover {
  background-position: right 8px !important;
  padding: 10px;
  height: 40px;
  width: 100%;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.margin-5 {
  margin: 5px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-Y {
  margin: 5px 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.nopadding-y {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.nopadding-x {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.nowrap {
  white-space: nowrap;
}

.notext {
  font-size: 0;
}

.nobg {
  background: none !important;
}

.nodisplay {
  display: none !important;
}

.noborder {
  border: none !important;
}

.alignR {
  text-align: right;
}

.alignL {
  text-align: left;
}

.alignC {
  text-align: center !important;
}

.ptsAccordion1 .ui-accordion-header .fa-only {
  color: #fff;
}

.Login .navbar-brand {
  margin-top: 0px !important;
}

.Login .badge {
  margin-left: -20px;
}

.titleHr {
  margin-top: 0;
}

.panel-heading {
  background-image: none !important;
}

.panel-title {
  margin-bottom: -2px;
  padding-top: 5px;
}

.panel-heading .badge, .modal-header .badge {
  font-weight: normal !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 3px 5px;
  font-size: 18px;
}

/*.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {background-color: #fcf8e3;}*/
.maxWidth {
  width: 10px !important;
  overflow-x: auto !important;
}

.tableData1 {
  border: 1px solid #CFB890;
  border-bottom-width: 2px;
}

.tableData1 th {
  background-color: #685534 !important;
  color: #fff;
}

.tableData1 .colorB-white {
  padding: 5px;
  display: block;
  background: #E2D6C0 !important;
}

.divitem p {
  max-height: 270px;
  overflow-y: auto;
}

.carousel-control .fa, .carousel-control .fa-file-pdf-o, .carousel-control .fa-remove, .carousel-control .fa-menu, .carousel-control .fa-newspaper-o {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control {
  display: none;
  background: none !important;
  text-shadow: none;
}

.carousel-control .fa, .carousel-control .fa-file-pdf-o, .carousel-control .fa-remove, .carousel-control .fa-menu, .carousel-control .fa-newspaper-o {
  background: none #999 !important;
  padding: 7px !important;
}

.carousel-control .fa-chevron-left {
  left: 10px;
}

.carousel-control .fa-chevron-right {
  right: 10px;
}

/*.panel-default{height: auto;    overflow-x: hidden;    overflow-y: hidden;}*/
.row-sm-4 .panel-default {
  min-height: 300px !important;
  max-height: 320px !important;
  overflow-y: hidden;
}

.row-sm-6 .panel-default {
  min-height: 375px !important;
  max-height: 375px !important;
  overflow-y: hidden;
}

.row-sm-8 .panel-default {
  min-height: 500px !important;
  max-height: 500px !important;
  overflow-y: hidden;
}

.row-sm-12 .panel-default {
  min-height: 600px !important;
  max-height: 600px !important;
  overflow-y: hidden;
}

.row {
  clear: left;
}

.news h4 {
  margin: 15px 30px 15px 0;
}

.newsContent {
  overflow: auto;
  margin-right: 30px;
}

.row-sm-4 .newsContent {
  max-height: 145px;
}

.row-sm-6 .newsContent {
  max-height: 210px;
}

.row-sm-8 .newsContent {
  max-height: 350px;
}

.row-sm-12 .newsContent {
  max-height: 445px;
}

.newsZoom {
  z-index: 9999;
  position: absolute;
  left: 0;
}

.newsZoom .panel-default {
  max-height: 600px !important;
}

.newsZoom .content {
  max-height: 500px !important;
}

.newsZoomBtn {
  position: absolute;
  bottom: 0px;
  left: -50px;
  background: rgba(0, 0, 0, 0.34);
  color: #fff;
  display: none;
}

.kpiContent {
  overflow: auto;
  margin-right: 30px;
}

.row-sm-4 .kpiContent {
  max-height: 250px;
}

.row-sm-6 .kpiContent {
  max-height: 325px;
}

.row-sm-8 .kpiContent {
  max-height: 450px;
}

.row-sm-12 .kpiContent {
  max-height: 550px;
}

.RadGridWidth {
  width: 100% !important;
}

.pageTitle {
  margin-bottom: -55px;
  min-height: 40px;
  padding-top: 15px;
}

.searchHeader {
  position: absolute;
  right: 20px;
  margin-top: -44px;
}

.searchHeader label {
  font-size: 0px;
}

.searchHeader input {
  background: none no-repeat right;
  border: 0px;
  width: 30px !important;
}

.searchHeader input:hover {
  background-color: #fff;
  border: 1px;
  width: auto !important;
}

.table.dataTable {
  width: 100% !important;
  margin: 0 !important;
}

.table.dataTable tbody tr td select {
  width: 100% !important;
  min-width: 5em;
}

.padding-small-td td {
  padding: 2px 8px !important;
}

.popover {
  color: #333 !important;
}

.hasDatepicker {
  background: #fff url(../../images/calendar.png) right center no-repeat !important;
  padding-right: 36px;
  min-width: 125px;
  /*max-width: 150px;*/
}

div.dataTables_filter label input {
  background-image: url(../../images/search2.png) !important;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 32px;
  margin-top: 5px;
}

.dataTables_wrapper .row {
  margin: 0px;
  background: #ECECEC;
}

.nav-tabs {
  margin: 10px 0;
}

.nav-tabs > li > a {
  background-color: #F8F8F8;
  border-color: rgba(0, 0, 0, 0.15);
}

.fa-1-5x {
  font-size: 22px !important;
}

.btn-default {
  text-shadow: none;
}

.btn-default2 {
  background: #E6E6E6;
  border: 1px solid #ccc;
}

.btn-default2:hover {
  background: #ccc;
  color: #555 !important;
}

.btn-success {
  background: #5cb85c;
}

.btn-xs {
  font-size: smaller !important;
}

.rebateBtnCont {
  min-width: 110px;
}

.btn, .pagination .btn {
  font-size: 16px;
}

.panel2 .panel-heading, .rsHeader {
  background: #e0e0e0 !important;
}

.panel2 .panel-heading .panel-title {
  color: #333 !important;
  font-size: 17px;
}

.panel, .transition, .Launch, .homeList .ClassDetails, div.dataTables_wrapper div.dataTables_filter input {
  transition: width 1s, height 1s, background-color 1s, transform 1s;
}

.progress-bar {
  -webkit-animation: width 0.5s ease-in-out;
  -moz-animation: width 0.5s ease-in-out;
  -ms-animation: width 0.5s ease-in-out;
  -o-animation: width 0.5s ease-in-out;
  animation: width 0.5s ease-in-out;
  line-height: 24px;
}

.ptsAccordion1 .ui-accordion-content {
  padding: 0px;
}

.progress {
  margin: 10px;
}

/*
.progress span {
    text-align: left;
    font-size: 14px;
    padding: 8px 5px 0 7px;
    min-width: 120px;
    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;
}
*/
.hide-text-sm, .hide-text-md, .hide-text-lg {
  overflow-x: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}

.hide-text-sm {
  max-width: 75px;
}

.hide-text-md {
  max-width: 100px;
}

.hide-text-lg {
  max-width: 125px;
}

.textmaxlength {
  max-width: 50px !important;
  overflow-x: hidden !important;
}

@-webkit-keyframes width {
  from {
    width: 0%;
  }
}
@-moz-keyframes width {
  from {
    width: 0%;
  }
}
@-ms-keyframes width {
  from {
    width: 0%;
  }
}
@-o-keyframes width {
  from {
    width: 0%;
  }
}
@keyframes width {
  from {
    width: 0%;
  }
}
.courseicon-user {
  width: 30px;
  height: 40px;
  background-image: url(../../images/icons.png);
  background-position: -86px -6px;
  background-repeat: no-repeat;
  display: inline-block;
}

.courseicon-completed {
  width: 30px;
  height: 40px;
  background-image: url(../../images/icons.png);
  background-position: -200px -6px;
  background-repeat: no-repeat;
  display: inline-block;
}

.courseicon-certificate {
  width: 30px;
  height: 40px;
  background-image: url(../../images/icons.png);
  background-position: -8px -6px;
  background-repeat: no-repeat;
  display: inline-block;
}

.courseicon-branch {
  width: 30px;
  height: 40px;
  background-image: url(../../images/icons.png);
  background-position: -120px -6px;
  background-repeat: no-repeat;
  display: inline-block;
}

.courseicon-enrolled {
  width: 35px;
  height: 40px;
  background-image: url(../../images/icons.png);
  background-position: -160px -6px;
  background-repeat: no-repeat;
  display: inline-block;
}

.table-responsive {
  border: 0 !important;
}

.dataTable .table-responsive, .table-responsive {
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #ddd;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1em;
  /*--comment--*/
}

.dataTable .table-responsive > .table, .table-responsive .table {
  margin-bottom: 0;
}

/*
.table > tbody > tr > td {
    word-break:break-word;
}
*/
/* 

.wrappedTableData {
    width: 100%;
    overflow: auto;
    -ms-overflow-style: auto;
}

    .wrappedTableData > table {
        min-width: 700px;
    }
/*
.wrappedTableData > table input {
    position:relative;
}
*/
.btn-sm {
  padding: 3px 8px !important;
  font-size: 14px !important;
}

/*.RadMediaPlayer_Default .rmpToolbar {     background: none rgba(255, 255, 255, 0.80) !important;}
.RadScheduler .rsContent { border:none !important;}
.RadScheduler .rsSpacerCell, .RadScheduler .rsVerticalHeaderTable th, .RadScheduler .rsHorizontalHeaderTable th { border-color:#ccc !important;}
.RadScheduler .rsAllDayRow td, .RadScheduler .rsContentTable td {  border-color: #ccc;}
.RadScheduler_Bootstrap .rsAgendaTable .rsAgendaRowSelected, .RadScheduler .rsAptContent {*/
.RadScheduler_Bootstrap .rsAgendaTable .rsAgendaRowSelected, .RadScheduler {
  border-color: #C8C8C8 !important;
  /*border-radius: 5px;*/
  border-radius: 0px !important;
  color: #333 !important;
  background-color: #E7E7E7 !important;
}

.RadScheduler_Bootstrap .rsAptSelected .rsAptContent {
  color: #fff !important;
}

.RadScheduler .rsAgendaView .rsDateBox strong {
  width: 40px !important;
}

.RadScheduler_Bootstrap .rsAptContent {
  padding: 0 5px !important;
  font-size: 12px !important;
}

.RadMediaPlayer .rmpTitleBar {
  z-index: 2 !important;
}

/******************************************************/
#ctl00_ctl00_MainContent_main_FormView1_ucMgr_pnlLst {
  width: 125% !important;
}

.homeTable tr h3 a {
  text-decoration: underline !important;
  font-weight: bold !important;
}

.homeTable tr {
  font-weight: normal !important;
}

#ctl00_ctl00_MainContent_main_FormView1_lbCourses {
  padding: 6px 12px !important;
  border: 1px solid #ccc !important;
}

#ctl00_ctl00_MainContent_main_lbCoursePicker {
  padding: 0px !important;
  border: 0px !important;
  margin-bottom: 10px !important;
}

#ctl00_ctl00_MainContent_main_lbSelectedCourses {
  padding: 0px !important;
  border: 0px !important;
}

#ctl00_ctl00_MainContent_main_lbCoursesForUser {
  padding: 0px !important;
  border: 0px !important;
}

#ctl00_ctl00_MainContent_main_lbCoursesForNode {
  padding: 0px !important;
  border: 0px !important;
  margin-top: 15px;
  margin-bottom: 15px;
}

.rlbButton.rlbTransferAllFrom.rlbNoButtonText {
  display: none;
}

.rlbButton.rlbTransferAllTo.rlbNoButtonText {
  display: none;
}

.rlbButton.rlbNoButtonText.rlbTransferAllToDisabled.rlbDisabled {
  display: none;
}

#ctl00_ctl00_MainContent_main_ddlJobRoles {
  height: 32px;
  color: #333;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 160px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  cursor: default;
  padding: 2px 22px 2px 5px;
  border-width: 1px;
  border-style: solid;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  padding-right: 42px;
  border-color: #c2c2c2;
}

#ctl00_ctl00_MainContent_main_ddlJobRoles:hover {
  background: #e0e0e0;
}

#ctl00_ctl00_MainContent_main_ddlJobRoles:focus {
  background: #ffffff;
}

#ctl00_ctl00_MainContent_main_radDropDownTree1 .rddtInner.rddtFocused {
  background: #ffffff !important;
}

.create-class-panel.form-control {
  width: 90%;
}

.single-line-textbox.create-class-panel.form-control {
  height: 33px;
}

.ddl-class.create-class-panel.form-control {
  height: 33px;
}

.create-class-panel.DatePickerTextBox.form-control {
  height: 33px;
}

.create-class-panel.row.nopadding {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  background: #ffffff;
}

#DataTables_Table_0_filter {
  padding: 5px 10px 5px 5px;
}

div.dataTables_wrapper div.dataTables_filter input {
  vertical-align: initial;
}

.row.whitebgcolor {
  background: #ffffff !important;
}

.col-md-12.whitebgcolor {
  background: #ffffff !important;
}

.hunredpercentwidth {
  width: 100% !important;
}

.tacs-menu-icon {
  font-size: 15px !important;
  padding-right: 5px;
}

.RadScheduler .rsTopWrap {
  position: relative;
  overflow: hidden;
  overflow-y: auto !important;
  min-height: 400px;
}

.rsContentScrollArea {
  min-height: 300px;
}

.rcbList {
  color: #000 !important;
}

.RadComboBox .rcbInput {
  padding: 2px 0 1px 40px;
}

.RadComboBox_Bootstrap .rcbReadOnly .rcbArrowCell.rcbArrowCellRight {
  border-left-width: 1px !important;
}

.list-group2 .list-group-item {
  padding: 0px;
  line-height: 10px;
}

.list-group2 .list-group-item a {
  padding: 15px;
  display: block;
}

.list-group2 .list-group-item a:hover, .list-group2 .list-group-item a:focus {
  color: #231E20;
  background: #edecec;
}

#NewsItemsList1 img {
  max-width: 100%;
}

.selectionDropdown {
  position: absolute;
  margin-right: 20px;
  z-index: 1000;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 100% !important;
}

.transparent-background {
  background-color: transparent !important;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
  text-shadow: none;
}

/*Added 7/11/2018 BH to adjust for new telerik controls*/
.coursesDD {
  overflow: hidden !important;
  padding: 0px !important;
  width: 100% !important;
}

.coursesDD .rddtInner {
  padding: 0px !important;
  outline: none !important;
  margin: 0 !important;
  border: 0px !important;
  border-radius: 0px !important;
  position: unset !important;
}

.coursesDD .rddtFakeInput {
  /*line-height:unset !important;*/
  box-sizing: unset !important;
  background-color: transparent !important;
  padding-left: 10px !important;
}

/*.RadDropDownTree {
    overflow:hidden !important;
    padding:0px !important;
    width:100% !important;
}

.RadDropDownTree .rddtInner {
     padding: 0px !important;
     outline: none !important;
     margin:0 !important;
     border:0px !important;
     border-radius:0px !important;
     position:unset !important;
}

.RadDropDownTree_Bootstrap .rddtFakeInput {

    box-sizing:unset !important;
    background-color: transparent !important;
    padding-left:10px !important;
}*/
.h1 {
  font-size: 30px;
}

#selectedJobRoles {
  margin-top: 7px;
}

#selectedJobRoles > div > div {
  margin-bottom: 2px;
}

@media (max-width: 1151px) {
  .navbar-toggle {
    border-radius: 50%;
  }

  .navbar-toggle .icon-bar {
    width: 15px;
  }

  .navbar-right {
    float: right;
  }

  .usernameTxt {
    display: none;
  }

  .username, .language-choice-flag img, .navbar-toggle {
    margin-top: -3px !important;
  }

  .navbar-toggle {
    margin: 0 10px 0 5px !important;
  }

  .language-choice-flag img {
    margin-top: 0px !important;
  }

  .page-header {
    margin-top: 80px !important;
    margin-bottom: 20px;
  }

  body .navbar-nav > li {
    border-left: 0 !important;
    font-size: 18px;
  }

  .navbar-nav {
    margin-top: 10px !important;
  }

  .pageTitle {
    padding-top: 0px;
  }

  .pageTitle .h1 {
    font-size: 22px !important;
  }

  .adminRight {
    padding-right: 0 !important;
  }

  .MyTranscript td {
    min-height: 350px !important;
  }
}
@media (max-width: 767px) {
  /*mock tables start*/
  .table-text-input {
    width: unset;
  }

  .table-vert-label {
    display: block;
  }

  .table-mock-container {
    width: 100%;
    display: block;
    flex-wrap: unset;
    flex-direction: unset;
    line-height: unset;
    font-size: 1.1em !important;
    padding: 0.6em 0;
  }

  .table-mock-thead-row {
    width: 100%;
    display: none;
    flex-direction: unset;
    flex-wrap: unset;
    justify-content: unset;
    align-items: unset;
    align-content: unset;
  }

  .table-mock-thead-row div {
    /*display:flex;*/
    font-weight: bold;
  }

  .table-mock-1 div {
    width: 100%;
    padding: 0.4em 1em;
  }

  .table-mock-2 div {
    width: 100%;
    padding: 0.4em 1em;
  }

  .table-mock-3 div {
    width: 100%;
    padding: 0.4em 1em;
  }

  .table-mock-4 div {
    width: 100%;
    padding: 0.4em 1em;
  }

  .table-mock-5 div {
    width: 100%;
    padding: 0.4em 1em;
  }

  .table-mock-6 div {
    width: 100%;
    padding: 0.4em 1em;
  }

  .table-mock-7 div {
    width: 100%;
    padding: 0.4em 1em;
  }

  .table-mock-8 div {
    width: 100%;
    padding: 0.4em 1em;
  }

  .table-mock-9 div {
    width: 100%;
    padding: 0.4em 1em;
  }

  .table-mock-10 div {
    width: 100%;
    padding: 0.4em 1em;
  }

  .table-mock-11 div {
    width: 100%;
    padding: 0.4em 1em;
  }

  /*.table-mock-container > div:nth-child(even) {*/
  .table-mock-container > div {
    background: #dedede;
  }

  .table-mock-container .table-mock-tbody-row {
    background: #fff;
  }

  .table-mock-container > div > div {
    background: unset !important;
    text-align: unset;
    overflow: hidden;
    /*min-height:3em;*/
  }

  /*.table-mock-container div div:not(:first-child){
       border-left:1px solid;
       border-color:#cbcbcb;

    }*/
  .table-mock-tbody-row, .table-mock-edit-tbody-row {
    width: 100%;
    display: block;
    flex-direction: unset;
    flex-wrap: unset;
    justify-content: unset;
    align-items: unset;
    align-content: unset;
    min-height: 5em;
  }

  .table-mock-tbody-row-head, .table-mock-edit-tbody-row-head {
    width: 100%;
    display: block;
    flex-direction: unset;
    flex-wrap: unset;
    justify-content: unset;
    align-items: unset;
    align-content: unset;
    min-height: 5em;
    padding: 1em 0;
  }

  .table-mock-tbody-row-foot, .table-mock-edit-tbody-row-foot {
    width: 100%;
    display: block;
    flex-direction: unset;
    flex-wrap: unset;
    justify-content: unset;
    align-items: unset;
    align-content: unset;
    min-height: 5em;
    padding: 1em 0;
  }

  .table-mock-tbody-row-foot div, .table-mock-edit-tbody-row-foot div {
    text-align: right !important;
  }

  .table-mock-edit-tbody-row div {
    /*display:flex;
    font-weight:bold;*/
  }

  /*mock tables end*/
}
@media (max-width: 768px) {
  .navbar .container {
    margin: 0px !important;
    padding: 10px !important;
  }

  .classes-container {
    overflow-y: auto;
    max-height: 325px;
    min-height: 50px !important;
  }

  .navbar-collapse {
    max-height: 320px !important;
    overflow-y: auto !important;
    overflow-x: hidden;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

  .ptsAccordion1 .ui-accordion-header, .ptsTabs2 .ui-widget-header, .ptsAccordion1 * .panel-heading {
    font-weight: normal !important;
  }

  .pageTitle {
    display: none;
  }

  .navNote {
    margin-left: 0px !important;
  }

  body .iconlink {
    padding: 5px !important;
    text-align: center !important;
  }

  body .iconlink span {
    display: block;
  }

  body .iconlink i {
    margin: 0px !important;
  }

  .rightIcons {
    display: block;
    float: none !important;
    top: 0 !important;
    margin-top: 10px;
  }

  .navDropdown1 {
    width: 100%;
  }

  body .row-sm-4 .panel-default, body .row-sm-6 .panel-default, body .row-sm-8 .panel-default, body .row-sm-12 .panel-default {
    min-height: 1px !important;
    max-height: unset !important;
    overflow-y: auto !important;
  }
}
@media (max-width: 480px) {
  .page-header .navDropdown1 select {
    margin-top: 20px;
  }

  .LoginHeader {
    min-height: 40px;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .sidebar-offcanvas {
    margin-bottom: 70px !important;
  }
}
.backButton {
  float: left;
  height: 1em;
  font-size: 2em;
  cursor: pointer;
  margin-right: 7px;
  /* 
   position:fixed;
   top:83px;
   left:10px;
  */
}

.page-header h1 {
  margin-left: 15px;
}

/* Old Home page inline - start*/
/*.dataTable {
    height: 245px;
    max-height: 245px;
}

.dataTables_wrapper .table > thead > tr > th {
    display: none;
}

.dataTables_wrapper .list-group-item {
    background: none;
    border: none;
}

.dataTables_wrapper .row {
    padding: 0px;
    margin: 0px;
}

.dataTables_filter {
    display: none;
}

div.dataTables_wrapper div.dataTables_filter input {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: transparent !important;
    width: 50px;
    width: 30px !important;
    border-color: transparent;
}

div.dataTables_wrapper div.dataTables_filter input:hover,
div.dataTables_wrapper div.dataTables_filter input:focus {
    background-color: #fff !important;
    width: auto !important;
    border-color: inherit;
}

.pagination > li > a, .pagination > li > span {
    z-index: 1;
}

.modal-dialog {
    margin-top: 100px;
}



.carousel-indicators .active, .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0;
}

.carousel-inner .panel-body {
    max-height: 260px;
}

.active {
    margin-bottom: 20px;
}

.autoHeight {
    height: auto !important;
    min-height: 50px !important;
}

.more, .less {
    padding: 3px;
}*/
.scrollCert {
  max-height: 325px;
  min-height: 50px !important;
  overflow-y: auto;
}

.homeTable .pagination {
  bottom: 0px !important;
  position: absolute !important;
}

.col-sm-6 .panel-default {
  min-height: 375px;
  max-height: 375px;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}

/*.RadMediaPlayer, .RadMediaPlayer iframe {
    height: 320px;
}
*/
.RadImageGallery_Default {
  height: 320px;
}

.RadMediaPlayer .rmpToolbar {
  padding-bottom: 30px !important;
}

.rmpShareButton, .rmpOpenPlaylistButton, .rmpClosePlaylistButton {
  top: -20px;
}

/*       .rmpSubtitlesButton, .rmpclassHDButton {*/
.rmpSubtitlesButton, .rmpHDButton {
  display: none;
}

.yellowback {
  background: #FFFFAA !important;
}

/*.control-width, .RadDropDownTree {
    min-width: 250px !important;
    width: 100%;
}



@media screen and (max-width: 768px) {
    div.dataTables_wrapper div.dataTables_filter input {
        top: 5px;
    }

    .RadMediaPlayer, .RadImageGallery {
        height: auto;
    }

    .col-sm-6 .panel-default {
        min-height: auto;
        max-height: auto;
        height: auto;
    }

    .RadMediaPlayer, .RadMediaPlayer iframe {
        height: auto;
    }
}
*/
* {
  box-sizing: border-box !important;
}

/*
        .scrollCert {
            max-height: 325px;
            min-height: 50px !important;
            overflow-y: auto;
        }*/
/*
.dataTables_wrapper .row:first-child {
    background: none;
    float: right;
    font-size: 0;
    margin-bottom: -5px;
}*/
/*OLd Home -- End*/
/*RadMediaPlayer RadMediaPlayer_Default
*/
@media only screen and (min-width: 1px) and (max-width: 319px) {
  .RadMediaPlayer, .RadMediaPlayer .rmpOverlay, .RadMediaPlayer video {
    width: 240px !important;
    height: 170px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 360px) {
  .RadMediaPlayer, .RadMediaPlayer .rmpOverlay, .RadMediaPlayer video, .RadMediaPlayer iframe {
    width: 280px !important;
    height: 190px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (min-width: 361px) and (max-width: 384px) {
  .RadMediaPlayer, .RadMediaPlayer .rmpOverlay, .RadMediaPlayer video, .RadMediaPlayer iframe {
    width: 310px !important;
    height: 210px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (min-width: 385px) and (max-width: 479px) {
  .RadMediaPlayer, .RadMediaPlayer .rmpOverlay, .RadMediaPlayer video, .RadMediaPlayer iframe {
    width: 320px !important;
    height: 215px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 679px) {
  .RadMediaPlayer, .RadMediaPlayer .rmpOverlay, .RadMediaPlayer video, .RadMediaPlayer iframe {
    width: 420px !important;
    height: 270px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (min-width: 680px) and (max-width: 768px) {
  .RadMediaPlayer, .RadMediaPlayer .rmpOverlay, .RadMediaPlayer video, .RadMediaPlayer iframe {
    width: 640px !important;
    height: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/*@media only screen and (min-width: 768px) and (max-width: 974px) {

    .RadMediaPlayer .rmpOverlay, .RadMediaPlayer video, .RadMediaPlayer iframe {
        width: 426px !important;
        height: 240px !important;
    }
}*/
@media only screen and (min-width: 768px) and (max-width: 1390px) {
  .RadMediaPlayer, .RadMediaPlayer .rmpOverlay, .RadMediaPlayer video, .RadMediaPlayer iframe {
    width: 426px !important;
    height: 240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (min-width: 1391px) and (max-width: 1820px) {
  .RadMediaPlayer, .RadMediaPlayer .rmpOverlay, .RadMediaPlayer video, .RadMediaPlayer iframe {
    width: 426px !important;
    height: 240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (min-width: 1821px) and (max-width: 1919px) {
  .RadMediaPlayer, .RadMediaPlayer .rmpOverlay, .RadMediaPlayer video, .RadMediaPlayer iframe {
    width: 426px !important;
    height: 240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (min-width: 1920px) {
  .RadMediaPlayer, .RadMediaPlayer .rmpOverlay, .RadMediaPlayer video, .RadMediaPlayer iframe {
    /*width: 1180px !important;
    height: 700px !important;*/
    width: 426px !important;
    height: 240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.int-video-container .panel-default, .ext-video-container .panel-default {
  min-height: unset !important;
  max-height: unset !important;
}

.int-video, .ext-video {
  background: #000000 !important;
}

/*End Video Dashboards*/
/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa, .fa-file-pdf-o, .fa-remove, .fa-menu, .fa-newspaper-o,
.fas,
button.ui-dialog-titlebar-close,
button.ui-dialog-titlebar-close:hover,
.fa-trash-o,
.fa-line-chart,
.printBtn,
.searchIcon,
.studentIcon,
.menuIcon,
.far,
.fa-check-square-o,
.fa-square-o,
.fal,
.fad,
.fab,
.fa-weixin {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fa-pull-left.fa-file-pdf-o, .fa-pull-left.fa-remove, .fa-pull-left.fa-menu, .fa-pull-left.fa-newspaper-o,
.fas.fa-pull-left,
button.fa-pull-left.ui-dialog-titlebar-close,
.fa-pull-left.fa-trash-o,
.fa-pull-left.fa-line-chart,
.fa-pull-left.printBtn,
.fa-pull-left.searchIcon,
.fa-pull-left.studentIcon,
.fa-pull-left.menuIcon,
.far.fa-pull-left,
.fa-pull-left.fa-check-square-o,
.fa-pull-left.fa-square-o,
.fal.fa-pull-left,
.fab.fa-pull-left,
.fa-pull-left.fa-weixin {
  margin-right: 0.3em;
}
.fa.fa-pull-right, .fa-pull-right.fa-file-pdf-o, .fa-pull-right.fa-remove, .fa-pull-right.fa-menu, .fa-pull-right.fa-newspaper-o,
.fas.fa-pull-right,
button.fa-pull-right.ui-dialog-titlebar-close,
.fa-pull-right.fa-trash-o,
.fa-pull-right.fa-line-chart,
.fa-pull-right.printBtn,
.fa-pull-right.searchIcon,
.fa-pull-right.studentIcon,
.fa-pull-right.menuIcon,
.far.fa-pull-right,
.fa-pull-right.fa-check-square-o,
.fa-pull-right.fa-square-o,
.fal.fa-pull-right,
.fab.fa-pull-right,
.fa-pull-right.fa-weixin {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-abacus:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acorn:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-alarm-clock:before {
  content: "";
}

.fa-alarm-exclamation:before {
  content: "";
}

.fa-alarm-plus:before {
  content: "";
}

.fa-alarm-snooze:before {
  content: "";
}

.fa-album:before {
  content: "";
}

.fa-album-collection:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-alicorn:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-slash:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-amp-guitar:before {
  content: "";
}

.fa-analytics:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angel:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-crate:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-alt-down:before {
  content: "";
}

.fa-arrow-alt-from-bottom:before {
  content: "";
}

.fa-arrow-alt-from-left:before {
  content: "";
}

.fa-arrow-alt-from-right:before {
  content: "";
}

.fa-arrow-alt-from-top:before {
  content: "";
}

.fa-arrow-alt-left:before {
  content: "";
}

.fa-arrow-alt-right:before {
  content: "";
}

.fa-arrow-alt-square-down:before {
  content: "";
}

.fa-arrow-alt-square-left:before {
  content: "";
}

.fa-arrow-alt-square-right:before {
  content: "";
}

.fa-arrow-alt-square-up:before {
  content: "";
}

.fa-arrow-alt-to-bottom:before {
  content: "";
}

.fa-arrow-alt-to-left:before {
  content: "";
}

.fa-arrow-alt-to-right:before {
  content: "";
}

.fa-arrow-alt-to-top:before {
  content: "";
}

.fa-arrow-alt-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-from-bottom:before {
  content: "";
}

.fa-arrow-from-left:before {
  content: "";
}

.fa-arrow-from-right:before {
  content: "";
}

.fa-arrow-from-top:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-square-down:before {
  content: "";
}

.fa-arrow-square-left:before {
  content: "";
}

.fa-arrow-square-right:before {
  content: "";
}

.fa-arrow-square-up:before {
  content: "";
}

.fa-arrow-to-bottom:before {
  content: "";
}

.fa-arrow-to-left:before {
  content: "";
}

.fa-arrow-to-right:before {
  content: "";
}

.fa-arrow-to-top:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-atom-alt:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-axe:before {
  content: "";
}

.fa-axe-battle:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backpack:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-badge:before {
  content: "";
}

.fa-badge-check:before {
  content: "";
}

.fa-badge-dollar:before {
  content: "";
}

.fa-badge-percent:before {
  content: "";
}

.fa-badge-sheriff:before {
  content: "";
}

.fa-badger-honey:before {
  content: "";
}

.fa-bags-shopping:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ball-pile:before {
  content: "";
}

.fa-ballot:before {
  content: "";
}

.fa-ballot-check:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-banjo:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-barcode-alt:before {
  content: "";
}

.fa-barcode-read:before {
  content: "";
}

.fa-barcode-scan:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-basketball-hoop:before {
  content: "";
}

.fa-bat:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-bolt:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-slash:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-exclamation:before {
  content: "";
}

.fa-bell-plus:before {
  content: "";
}

.fa-bell-school:before {
  content: "";
}

.fa-bell-school-slash:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bells:before {
  content: "";
}

.fa-betamax:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-biking-mountain:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blanket:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bone-break:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-alt:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-heart:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-book-spells:before {
  content: "";
}

.fa-book-user:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-books:before {
  content: "";
}

.fa-books-medical:before {
  content: "";
}

.fa-boombox:before {
  content: "";
}

.fa-boot:before {
  content: "";
}

.fa-booth-curtain:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-bottom:before {
  content: "";
}

.fa-border-center-h:before {
  content: "";
}

.fa-border-center-v:before {
  content: "";
}

.fa-border-inner:before {
  content: "";
}

.fa-border-left:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-outer:before {
  content: "";
}

.fa-border-right:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-border-style-alt:before {
  content: "";
}

.fa-border-top:before {
  content: "";
}

.fa-bow-arrow:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-bowling-pins:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-alt:before {
  content: "";
}

.fa-box-ballot:before {
  content: "";
}

.fa-box-check:before {
  content: "";
}

.fa-box-fragile:before {
  content: "";
}

.fa-box-full:before {
  content: "";
}

.fa-box-heart:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-up:before {
  content: "";
}

.fa-box-usd:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-boxes-alt:before {
  content: "";
}

.fa-boxing-glove:before {
  content: "";
}

.fa-brackets:before {
  content: "";
}

.fa-brackets-curly:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-loaf:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-bring-forward:before {
  content: "";
}

.fa-bring-front:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-browser:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-bullseye-arrow:before {
  content: "";
}

.fa-bullseye-pointer:before {
  content: "";
}

.fa-burger-soda:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-burrito:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-bus-school:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-cabinet-filing:before {
  content: "";
}

.fa-cactus:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calculator-alt:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-edit:before {
  content: "";
}

.fa-calendar-exclamation:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-star:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camcorder:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-alt:before {
  content: "";
}

.fa-camera-movie:before {
  content: "";
}

.fa-camera-polaroid:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campfire:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candle-holder:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-candy-corn:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-building:before {
  content: "";
}

.fa-car-bump:before {
  content: "";
}

.fa-car-bus:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-garage:before {
  content: "";
}

.fa-car-mechanic:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-car-tilt:before {
  content: "";
}

.fa-car-wash:before {
  content: "";
}

.fa-caret-circle-down:before {
  content: "";
}

.fa-caret-circle-left:before {
  content: "";
}

.fa-caret-circle-right:before {
  content: "";
}

.fa-caret-circle-up:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cars:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cassette-tape:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cauldron:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cctv:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chair-office:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-line-down:before {
  content: "";
}

.fa-chart-network:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-chart-pie-alt:before {
  content: "";
}

.fa-chart-scatter:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-cheese-swiss:before {
  content: "";
}

.fa-cheeseburger:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-bishop-alt:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-clock:before {
  content: "";
}

.fa-chess-clock-alt:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-king-alt:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-knight-alt:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-pawn-alt:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-queen-alt:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chess-rook-alt:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-double-down:before {
  content: "";
}

.fa-chevron-double-left:before {
  content: "";
}

.fa-chevron-double-right:before {
  content: "";
}

.fa-chevron-double-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-square-down:before {
  content: "";
}

.fa-chevron-square-left:before {
  content: "";
}

.fa-chevron-square-right:before {
  content: "";
}

.fa-chevron-square-up:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chimney:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clarinet:before {
  content: "";
}

.fa-claw-marks:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clipboard-list-check:before {
  content: "";
}

.fa-clipboard-prescription:before {
  content: "";
}

.fa-clipboard-user:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-drizzle:before {
  content: "";
}

.fa-cloud-hail:before {
  content: "";
}

.fa-cloud-hail-mixed:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-music:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-rainbow:before {
  content: "";
}

.fa-cloud-showers:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sleet:before {
  content: "";
}

.fa-cloud-snow:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-clouds:before {
  content: "";
}

.fa-clouds-moon:before {
  content: "";
}

.fa-clouds-sun:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-club:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-code-commit:before {
  content: "";
}

.fa-code-merge:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-coffee-togo:before {
  content: "";
}

.fa-coffin:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coin:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-alt-check:before {
  content: "";
}

.fa-comment-alt-dollar:before {
  content: "";
}

.fa-comment-alt-dots:before {
  content: "";
}

.fa-comment-alt-edit:before {
  content: "";
}

.fa-comment-alt-exclamation:before {
  content: "";
}

.fa-comment-alt-lines:before {
  content: "";
}

.fa-comment-alt-medical:before {
  content: "";
}

.fa-comment-alt-minus:before {
  content: "";
}

.fa-comment-alt-music:before {
  content: "";
}

.fa-comment-alt-plus:before {
  content: "";
}

.fa-comment-alt-slash:before {
  content: "";
}

.fa-comment-alt-smile:before {
  content: "";
}

.fa-comment-alt-times:before {
  content: "";
}

.fa-comment-check:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-edit:before {
  content: "";
}

.fa-comment-exclamation:before {
  content: "";
}

.fa-comment-lines:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-minus:before {
  content: "";
}

.fa-comment-music:before {
  content: "";
}

.fa-comment-plus:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comment-smile:before {
  content: "";
}

.fa-comment-times:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-alt:before {
  content: "";
}

.fa-comments-alt-dollar:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compass-slash:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-compress-wide:before {
  content: "";
}

.fa-computer-classic:before {
  content: "";
}

.fa-computer-speaker:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-construction:before {
  content: "";
}

.fa-container-storage:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-conveyor-belt:before {
  content: "";
}

.fa-conveyor-belt-alt:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-corn:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cow:before {
  content: "";
}

.fa-cowbell:before {
  content: "";
}

.fa-cowbell-more:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-credit-card-blank:before {
  content: "";
}

.fa-credit-card-front:before {
  content: "";
}

.fa-cricket:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-croissant:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-crutches:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-curling:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dagger:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-debug:before {
  content: "";
}

.fa-deer:before {
  content: "";
}

.fa-deer-rudolph:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-desktop-alt:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dewpoint:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d10:before {
  content: "";
}

.fa-dice-d12:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d4:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-d8:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digging:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-diploma:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-disc-drive:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-do-not-enter:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dog-leashed:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-empty:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-dolly-flatbed-alt:before {
  content: "";
}

.fa-dolly-flatbed-empty:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-circle:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-draw-square:before {
  content: "";
}

.fa-dreidel:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-drone:before {
  content: "";
}

.fa-drone-alt:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dryer:before {
  content: "";
}

.fa-dryer-alt:before {
  content: "";
}

.fa-duck:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-ear:before {
  content: "";
}

.fa-ear-muffs:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-eclipse:before {
  content: "";
}

.fa-eclipse-alt:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-egg-fried:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-elephant:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-h-alt:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ellipsis-v-alt:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-empty-set:before {
  content: "";
}

.fa-engine-warning:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-dollar:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-square:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expand-wide:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-evil:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-farm:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-field-hockey:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-certificate:before {
  content: "";
}

.fa-file-chart-line:before {
  content: "";
}

.fa-file-chart-pie:before {
  content: "";
}

.fa-file-check:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-edit:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-exclamation:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-minus:before {
  content: "";
}

.fa-file-music:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-plus:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-search:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-spreadsheet:before {
  content: "";
}

.fa-file-times:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-user:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-files-medical:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-film-alt:before {
  content: "";
}

.fa-film-canister:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-fire-smoke:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-fireplace:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fish-cooked:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-alt:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flame:before {
  content: "";
}

.fa-flashlight:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flask-poison:before {
  content: "";
}

.fa-flask-potion:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flower:before {
  content: "";
}

.fa-flower-daffodil:before {
  content: "";
}

.fa-flower-tulip:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-flute:before {
  content: "";
}

.fa-flux-capacitor:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-fog:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-folder-times:before {
  content: "";
}

.fa-folder-tree:before {
  content: "";
}

.fa-folders:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-font-case:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-football-helmet:before {
  content: "";
}

.fa-forklift:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-fragile:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-french-fries:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frosty-head:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-function:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-game-board:before {
  content: "";
}

.fa-game-board-alt:before {
  content: "";
}

.fa-game-console-handheld:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gamepad-alt:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gas-pump-slash:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gift-card:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-gingerbread-man:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass:before {
  content: "";
}

.fa-glass-champagne:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-citrus:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glass-whiskey-rocks:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glasses-alt:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-globe-snow:before {
  content: "";
}

.fa-globe-stand:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-golf-club:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gramophone:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-guitar-electric:before {
  content: "";
}

.fa-guitars:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-h1:before {
  content: "";
}

.fa-h2:before {
  content: "";
}

.fa-h3:before {
  content: "";
}

.fa-h4:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hammer-war:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-heart:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-box:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-magic:before {
  content: "";
}

.fa-hand-holding-seedling:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-receiving:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-heart:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-usd:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-chef:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-santa:before {
  content: "";
}

.fa-hat-winter:before {
  content: "";
}

.fa-hat-witch:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-haykal:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side:before {
  content: "";
}

.fa-head-side-brain:before {
  content: "";
}

.fa-head-side-headphones:before {
  content: "";
}

.fa-head-side-medical:before {
  content: "";
}

.fa-head-vr:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heart-circle:before {
  content: "";
}

.fa-heart-rate:before {
  content: "";
}

.fa-heart-square:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-helmet-battle:before {
  content: "";
}

.fa-hexagon:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-mask:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-hockey-sticks:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-home-alt:before {
  content: "";
}

.fa-home-heart:before {
  content: "";
}

.fa-home-lg:before {
  content: "";
}

.fa-home-lg-alt:before {
  content: "";
}

.fa-hood-cloak:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-horizontal-rule:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-horse-saddle:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hospitals:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-flood:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-humidity:before {
  content: "";
}

.fa-hurricane:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-ice-skate:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-icons-alt:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-image-polaroid:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-inbox-in:before {
  content: "";
}

.fa-inbox-out:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-industry-alt:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-info-square:before {
  content: "";
}

.fa-inhaler:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-integral:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-intersection:before {
  content: "";
}

.fa-inventory:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-island-tropical:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-jack-o-lantern:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-joystick:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-jug:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-kazoo:before {
  content: "";
}

.fa-kerning:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-key-skeleton:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-keynote:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kidneys:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kite:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-knife-kitchen:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-lambda:before {
  content: "";
}

.fa-lamp:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-landmark-alt:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lasso:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-layer-minus:before {
  content: "";
}

.fa-layer-plus:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leaf-heart:before {
  content: "";
}

.fa-leaf-maple:before {
  content: "";
}

.fa-leaf-oak:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-lightbulb-dollar:before {
  content: "";
}

.fa-lightbulb-exclamation:before {
  content: "";
}

.fa-lightbulb-on:before {
  content: "";
}

.fa-lightbulb-slash:before {
  content: "";
}

.fa-lights-holiday:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-line-columns:before {
  content: "";
}

.fa-line-height:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lips:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-music:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-location-circle:before {
  content: "";
}

.fa-location-slash:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-alt:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-lock-open-alt:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-loveseat:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luchador:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-mace:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailbox:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-mandolin:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-marker-alt-slash:before {
  content: "";
}

.fa-map-marker-check:before {
  content: "";
}

.fa-map-marker-edit:before {
  content: "";
}

.fa-map-marker-exclamation:before {
  content: "";
}

.fa-map-marker-minus:before {
  content: "";
}

.fa-map-marker-plus:before {
  content: "";
}

.fa-map-marker-question:before {
  content: "";
}

.fa-map-marker-slash:before {
  content: "";
}

.fa-map-marker-smile:before {
  content: "";
}

.fa-map-marker-times:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-meat:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaphone:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microphone-stand:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-mind-share:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-hexagon:before {
  content: "";
}

.fa-minus-octagon:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mistletoe:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-mobile-android:before {
  content: "";
}

.fa-mobile-android-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-money-check-edit:before {
  content: "";
}

.fa-money-check-edit-alt:before {
  content: "";
}

.fa-monitor-heart-rate:before {
  content: "";
}

.fa-monkey:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-moon-cloud:before {
  content: "";
}

.fa-moon-stars:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mountains:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-alt:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mp3-player:before {
  content: "";
}

.fa-mug:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-mug-marshmallows:before {
  content: "";
}

.fa-mug-tea:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-music-alt:before {
  content: "";
}

.fa-music-alt-slash:before {
  content: "";
}

.fa-music-slash:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-narwhal:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octagon:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-oil-temp:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-omega:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-ornament:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-overline:before {
  content: "";
}

.fa-page-break:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-brush-alt:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-pallet-alt:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-paragraph-rtl:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-parking-circle:before {
  content: "";
}

.fa-parking-circle-slash:before {
  content: "";
}

.fa-parking-slash:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paw-alt:before {
  content: "";
}

.fa-paw-claws:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pegasus:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-paintbrush:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-pennant:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-person-carry:before {
  content: "";
}

.fa-person-dolly:before {
  content: "";
}

.fa-person-dolly-empty:before {
  content: "";
}

.fa-person-sign:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-laptop:before {
  content: "";
}

.fa-phone-office:before {
  content: "";
}

.fa-phone-plus:before {
  content: "";
}

.fa-phone-rotary:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pi:before {
  content: "";
}

.fa-piano:before {
  content: "";
}

.fa-piano-keyboard:before {
  content: "";
}

.fa-pie:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pig:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-alt:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-hexagon:before {
  content: "";
}

.fa-plus-octagon:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-podium:before {
  content: "";
}

.fa-podium-star:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poll-people:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-popcorn:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-presentation:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-print-search:before {
  content: "";
}

.fa-print-slash:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-projector:before {
  content: "";
}

.fa-pumpkin:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-question-square:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-rabbit:before {
  content: "";
}

.fa-rabbit-fast:before {
  content: "";
}

.fa-racquet:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-radio:before {
  content: "";
}

.fa-radio-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-raindrops:before {
  content: "";
}

.fa-ram:before {
  content: "";
}

.fa-ramp-loading:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-rectangle-landscape:before {
  content: "";
}

.fa-rectangle-portrait:before {
  content: "";
}

.fa-rectangle-wide:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-repeat:before {
  content: "";
}

.fa-repeat-1:before {
  content: "";
}

.fa-repeat-1-alt:before {
  content: "";
}

.fa-repeat-alt:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-retweet-alt:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-rings-wedding:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-route-highway:before {
  content: "";
}

.fa-route-interstate:before {
  content: "";
}

.fa-router:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-triangle:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rv:before {
  content: "";
}

.fa-sack:before {
  content: "";
}

.fa-sack-dollar:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salad:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sandwich:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-sausage:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-sax-hot:before {
  content: "";
}

.fa-saxophone:before {
  content: "";
}

.fa-scalpel:before {
  content: "";
}

.fa-scalpel-path:before {
  content: "";
}

.fa-scanner:before {
  content: "";
}

.fa-scanner-image:before {
  content: "";
}

.fa-scanner-keyboard:before {
  content: "";
}

.fa-scanner-touchscreen:before {
  content: "";
}

.fa-scarecrow:before {
  content: "";
}

.fa-scarf:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-scroll-old:before {
  content: "";
}

.fa-scrubber:before {
  content: "";
}

.fa-scythe:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-send-back:before {
  content: "";
}

.fa-send-backward:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-all:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-sheep:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-check:before {
  content: "";
}

.fa-shield-cross:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shipping-timed:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shish-kebab:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shovel:before {
  content: "";
}

.fa-shovel-snow:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shredder:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-shuttlecock:before {
  content: "";
}

.fa-sickle:before {
  content: "";
}

.fa-sigma:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signal-1:before {
  content: "";
}

.fa-signal-2:before {
  content: "";
}

.fa-signal-3:before {
  content: "";
}

.fa-signal-4:before {
  content: "";
}

.fa-signal-alt:before {
  content: "";
}

.fa-signal-alt-1:before {
  content: "";
}

.fa-signal-alt-2:before {
  content: "";
}

.fa-signal-alt-3:before {
  content: "";
}

.fa-signal-alt-slash:before {
  content: "";
}

.fa-signal-slash:before {
  content: "";
}

.fa-signal-stream:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-skeleton:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-ski-jump:before {
  content: "";
}

.fa-ski-lift:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-cow:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sledding:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-sliders-h-square:before {
  content: "";
}

.fa-sliders-v:before {
  content: "";
}

.fa-sliders-v-square:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-plus:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoke:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snake:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snooze:before {
  content: "";
}

.fa-snow-blowing:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowflakes:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowmobile:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-shapes-down:before {
  content: "";
}

.fa-sort-shapes-down-alt:before {
  content: "";
}

.fa-sort-shapes-up:before {
  content: "";
}

.fa-sort-shapes-up-alt:before {
  content: "";
}

.fa-sort-size-down:before {
  content: "";
}

.fa-sort-size-down-alt:before {
  content: "";
}

.fa-sort-size-up:before {
  content: "";
}

.fa-sort-size-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-soup:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-spade:before {
  content: "";
}

.fa-sparkles:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-speakers:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spider-black-widow:before {
  content: "";
}

.fa-spider-web:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spinner-third:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-squirrel:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-staff:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-christmas:before {
  content: "";
}

.fa-star-exclamation:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-stars:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steak:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-steering-wheel:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stocking:before {
  content: "";
}

.fa-stomach:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-stretcher:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-sun-cloud:before {
  content: "";
}

.fa-sun-dust:before {
  content: "";
}

.fa-sun-haze:before {
  content: "";
}

.fa-sunglasses:before {
  content: "";
}

.fa-sunrise:before {
  content: "";
}

.fa-sunset:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-sword:before {
  content: "";
}

.fa-swords:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablet-android:before {
  content: "";
}

.fa-tablet-android-alt:before {
  content: "";
}

.fa-tablet-rugged:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tachometer-alt-average:before {
  content: "";
}

.fa-tachometer-alt-fast:before {
  content: "";
}

.fa-tachometer-alt-fastest:before {
  content: "";
}

.fa-tachometer-alt-slow:before {
  content: "";
}

.fa-tachometer-alt-slowest:before {
  content: "";
}

.fa-tachometer-average:before {
  content: "";
}

.fa-tachometer-fast:before {
  content: "";
}

.fa-tachometer-fastest:before {
  content: "";
}

.fa-tachometer-slow:before {
  content: "";
}

.fa-tachometer-slowest:before {
  content: "";
}

.fa-taco:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tally:before {
  content: "";
}

.fa-tanakh:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-tasks-alt:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-frigid:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-hot:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-tennis-ball:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-size:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-theta:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-thunderstorm:before {
  content: "";
}

.fa-thunderstorm-moon:before {
  content: "";
}

.fa-thunderstorm-sun:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tilde:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-times-hexagon:before {
  content: "";
}

.fa-times-octagon:before {
  content: "";
}

.fa-times-square:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tire:before {
  content: "";
}

.fa-tire-flat:before {
  content: "";
}

.fa-tire-pressure-warning:before {
  content: "";
}

.fa-tire-rugged:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-alt:before {
  content: "";
}

.fa-tombstone:before {
  content: "";
}

.fa-tombstone-alt:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-toothbrush:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tornado:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-cone:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-traffic-light-go:before {
  content: "";
}

.fa-traffic-light-slow:before {
  content: "";
}

.fa-traffic-light-stop:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-trash-undo:before {
  content: "";
}

.fa-trash-undo-alt:before {
  content: "";
}

.fa-treasure-chest:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-tree-alt:before {
  content: "";
}

.fa-tree-christmas:before {
  content: "";
}

.fa-tree-decorated:before {
  content: "";
}

.fa-tree-large:before {
  content: "";
}

.fa-tree-palm:before {
  content: "";
}

.fa-trees:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-triangle:before {
  content: "";
}

.fa-triangle-music:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-trophy-alt:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-container:before {
  content: "";
}

.fa-truck-couch:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-truck-plow:before {
  content: "";
}

.fa-truck-ramp:before {
  content: "";
}

.fa-trumpet:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-turkey:before {
  content: "";
}

.fa-turntable:before {
  content: "";
}

.fa-turtle:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-tv-alt:before {
  content: "";
}

.fa-tv-music:before {
  content: "";
}

.fa-tv-retro:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typewriter:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-unicorn:before {
  content: "";
}

.fa-union:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-usb-drive:before {
  content: "";
}

.fa-usd-circle:before {
  content: "";
}

.fa-usd-square:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-chart:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-cowboy:before {
  content: "";
}

.fa-user-crown:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-hard-hat:before {
  content: "";
}

.fa-user-headset:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-md-chat:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-music:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-class:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-crown:before {
  content: "";
}

.fa-users-medical:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-fork:before {
  content: "";
}

.fa-utensil-knife:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-utensils-alt:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-value-absolute:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-vhs:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-plus:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-violin:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volcano:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-slash:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-nay:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-wagon-covered:before {
  content: "";
}

.fa-walker:before {
  content: "";
}

.fa-walkie-talkie:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-wand:before {
  content: "";
}

.fa-wand-magic:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-warehouse-alt:before {
  content: "";
}

.fa-washer:before {
  content: "";
}

.fa-watch:before {
  content: "";
}

.fa-watch-calculator:before {
  content: "";
}

.fa-watch-fitness:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-water-lower:before {
  content: "";
}

.fa-water-rise:before {
  content: "";
}

.fa-wave-sine:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-wave-triangle:before {
  content: "";
}

.fa-waveform:before {
  content: "";
}

.fa-waveform-path:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-webcam:before {
  content: "";
}

.fa-webcam-slash:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whale:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheat:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whistle:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wifi-1:before {
  content: "";
}

.fa-wifi-2:before {
  content: "";
}

.fa-wifi-slash:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-wind-turbine:before {
  content: "";
}

.fa-wind-warning:before {
  content: "";
}

.fa-window:before {
  content: "";
}

.fa-window-alt:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-windsock:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wreath:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../../fontawesome-pro-web/webfonts/fa-light-300.eot");
  src: url("../../fontawesome-pro-web/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../../fontawesome-pro-web/webfonts/fa-light-300.woff2") format("woff2"), url("../../fontawesome-pro-web/webfonts/fa-light-300.woff") format("woff"), url("../../fontawesome-pro-web/webfonts/fa-light-300.ttf") format("truetype"), url("../../fontawesome-pro-web/webfonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../../fontawesome-pro-web/webfonts/fa-regular-400.eot");
  src: url("../../fontawesome-pro-web/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../fontawesome-pro-web/webfonts/fa-regular-400.woff2") format("woff2"), url("../../fontawesome-pro-web/webfonts/fa-regular-400.woff") format("woff"), url("../../fontawesome-pro-web/webfonts/fa-regular-400.ttf") format("truetype"), url("../../fontawesome-pro-web/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far, .fa-check-square-o, .fa-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../../fontawesome-pro-web/webfonts/fa-solid-900.eot");
  src: url("../../fontawesome-pro-web/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../fontawesome-pro-web/webfonts/fa-solid-900.woff2") format("woff2"), url("../../fontawesome-pro-web/webfonts/fa-solid-900.woff") format("woff"), url("../../fontawesome-pro-web/webfonts/fa-solid-900.ttf") format("truetype"), url("../../fontawesome-pro-web/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa, .fa-file-pdf-o, .fa-remove, .fa-menu, .fa-newspaper-o,
.fas,
button.ui-dialog-titlebar-close,
button.ui-dialog-titlebar-close:hover,
.fa-trash-o,
.fa-line-chart,
.printBtn,
.searchIcon,
.studentIcon,
.menuIcon {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../../fontawesome-pro-web/webfonts/fa-brands-400.eot");
  src: url("../../fontawesome-pro-web/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../fontawesome-pro-web/webfonts/fa-brands-400.woff2") format("woff2"), url("../../fontawesome-pro-web/webfonts/fa-brands-400.woff") format("woff"), url("../../fontawesome-pro-web/webfonts/fa-brands-400.ttf") format("truetype"), url("../../fontawesome-pro-web/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab, .fa-weixin {
  font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa.fa-glass:before, .fa-glass.fa-file-pdf-o:before, .fa-glass.fa-remove:before, .fa-glass.fa-menu:before, .fa-glass.fa-newspaper-o:before {
  content: "";
}

.fa.fa-meetup, .fa-meetup.fa-file-pdf-o, .fa-meetup.fa-remove, .fa-meetup.fa-menu, .fa-meetup.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-star-o, .fa-star-o.fa-file-pdf-o, .fa-star-o.fa-remove, .fa-star-o.fa-menu, .fa-star-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-star-o:before, .fa-star-o.fa-file-pdf-o:before, .fa-star-o.fa-remove:before, .fa-star-o.fa-menu:before, .fa-star-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-remove:before, .fa-remove:before {
  content: "";
}

.fa.fa-close:before, .fa-close.fa-file-pdf-o:before, .fa-close.fa-remove:before, .fa-close.fa-menu:before, .fa-close.fa-newspaper-o:before {
  content: "";
}

.fa.fa-gear:before, .fa-gear.fa-file-pdf-o:before, .fa-gear.fa-remove:before, .fa-gear.fa-menu:before, .fa-gear.fa-newspaper-o:before {
  content: "";
}

.fa.fa-trash-o, .fa-trash-o.fa-file-pdf-o, .fa-trash-o.fa-remove, .fa-trash-o.fa-menu, .fa-trash-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-trash-o:before, .fa-trash-o.fa-file-pdf-o:before, .fa-trash-o.fa-remove:before, .fa-trash-o.fa-menu:before, .fa-trash-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-file-o, .fa-file-o.fa-file-pdf-o, .fa-file-o.fa-remove, .fa-file-o.fa-menu, .fa-file-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-o:before, .fa-file-o.fa-file-pdf-o:before, .fa-file-o.fa-remove:before, .fa-file-o.fa-menu:before, .fa-file-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-clock-o, .fa-clock-o.fa-file-pdf-o, .fa-clock-o.fa-remove, .fa-clock-o.fa-menu, .fa-clock-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-clock-o:before, .fa-clock-o.fa-file-pdf-o:before, .fa-clock-o.fa-remove:before, .fa-clock-o.fa-menu:before, .fa-clock-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-arrow-circle-o-down, .fa-arrow-circle-o-down.fa-file-pdf-o, .fa-arrow-circle-o-down.fa-remove, .fa-arrow-circle-o-down.fa-menu, .fa-arrow-circle-o-down.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before, .fa-arrow-circle-o-down.fa-file-pdf-o:before, .fa-arrow-circle-o-down.fa-remove:before, .fa-arrow-circle-o-down.fa-menu:before, .fa-arrow-circle-o-down.fa-newspaper-o:before {
  content: "";
}

.fa.fa-arrow-circle-o-up, .fa-arrow-circle-o-up.fa-file-pdf-o, .fa-arrow-circle-o-up.fa-remove, .fa-arrow-circle-o-up.fa-menu, .fa-arrow-circle-o-up.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before, .fa-arrow-circle-o-up.fa-file-pdf-o:before, .fa-arrow-circle-o-up.fa-remove:before, .fa-arrow-circle-o-up.fa-menu:before, .fa-arrow-circle-o-up.fa-newspaper-o:before {
  content: "";
}

.fa.fa-play-circle-o, .fa-play-circle-o.fa-file-pdf-o, .fa-play-circle-o.fa-remove, .fa-play-circle-o.fa-menu, .fa-play-circle-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-play-circle-o:before, .fa-play-circle-o.fa-file-pdf-o:before, .fa-play-circle-o.fa-remove:before, .fa-play-circle-o.fa-menu:before, .fa-play-circle-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-repeat:before, .fa-repeat.fa-file-pdf-o:before, .fa-repeat.fa-remove:before, .fa-repeat.fa-menu:before, .fa-repeat.fa-newspaper-o:before {
  content: "";
}

.fa.fa-rotate-right:before, .fa-rotate-right.fa-file-pdf-o:before, .fa-rotate-right.fa-remove:before, .fa-rotate-right.fa-menu:before, .fa-rotate-right.fa-newspaper-o:before {
  content: "";
}

.fa.fa-refresh:before, .fa-refresh.fa-file-pdf-o:before, .fa-refresh.fa-remove:before, .fa-refresh.fa-menu:before, .fa-refresh.fa-newspaper-o:before {
  content: "";
}

.fa.fa-list-alt, .fa-list-alt.fa-file-pdf-o, .fa-list-alt.fa-remove, .fa-list-alt.fa-menu, .fa-list-alt.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-dedent:before, .fa-dedent.fa-file-pdf-o:before, .fa-dedent.fa-remove:before, .fa-dedent.fa-menu:before, .fa-dedent.fa-newspaper-o:before {
  content: "";
}

.fa.fa-video-camera:before, .fa-video-camera.fa-file-pdf-o:before, .fa-video-camera.fa-remove:before, .fa-video-camera.fa-menu:before, .fa-video-camera.fa-newspaper-o:before {
  content: "";
}

.fa.fa-picture-o, .fa-picture-o.fa-file-pdf-o, .fa-picture-o.fa-remove, .fa-picture-o.fa-menu, .fa-picture-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-picture-o:before, .fa-picture-o.fa-file-pdf-o:before, .fa-picture-o.fa-remove:before, .fa-picture-o.fa-menu:before, .fa-picture-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-photo, .fa-photo.fa-file-pdf-o, .fa-photo.fa-remove, .fa-photo.fa-menu, .fa-photo.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-photo:before, .fa-photo.fa-file-pdf-o:before, .fa-photo.fa-remove:before, .fa-photo.fa-menu:before, .fa-photo.fa-newspaper-o:before {
  content: "";
}

.fa.fa-image, .fa-image.fa-file-pdf-o, .fa-image.fa-remove, .fa-image.fa-menu, .fa-image.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-image:before, .fa-image.fa-file-pdf-o:before, .fa-image.fa-remove:before, .fa-image.fa-menu:before, .fa-image.fa-newspaper-o:before {
  content: "";
}

.fa.fa-pencil:before, .fa-pencil.fa-file-pdf-o:before, .fa-pencil.fa-remove:before, .fa-pencil.fa-menu:before, .fa-pencil.fa-newspaper-o:before {
  content: "";
}

.fa.fa-map-marker:before, .fa-map-marker.fa-file-pdf-o:before, .fa-map-marker.fa-remove:before, .fa-map-marker.fa-menu:before, .fa-map-marker.fa-newspaper-o:before {
  content: "";
}

.fa.fa-pencil-square-o, .fa-pencil-square-o.fa-file-pdf-o, .fa-pencil-square-o.fa-remove, .fa-pencil-square-o.fa-menu, .fa-pencil-square-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-pencil-square-o:before, .fa-pencil-square-o.fa-file-pdf-o:before, .fa-pencil-square-o.fa-remove:before, .fa-pencil-square-o.fa-menu:before, .fa-pencil-square-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-share-square-o, .fa-share-square-o.fa-file-pdf-o, .fa-share-square-o.fa-remove, .fa-share-square-o.fa-menu, .fa-share-square-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-share-square-o:before, .fa-share-square-o.fa-file-pdf-o:before, .fa-share-square-o.fa-remove:before, .fa-share-square-o.fa-menu:before, .fa-share-square-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-check-square-o, .fa-check-square-o.fa-file-pdf-o, .fa-check-square-o.fa-remove, .fa-check-square-o.fa-menu, .fa-check-square-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-check-square-o:before, .fa-check-square-o.fa-file-pdf-o:before, .fa-check-square-o.fa-remove:before, .fa-check-square-o.fa-menu:before, .fa-check-square-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-arrows:before, .fa-arrows.fa-file-pdf-o:before, .fa-arrows.fa-remove:before, .fa-arrows.fa-menu:before, .fa-arrows.fa-newspaper-o:before {
  content: "";
}

.fa.fa-times-circle-o, .fa-times-circle-o.fa-file-pdf-o, .fa-times-circle-o.fa-remove, .fa-times-circle-o.fa-menu, .fa-times-circle-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-times-circle-o:before, .fa-times-circle-o.fa-file-pdf-o:before, .fa-times-circle-o.fa-remove:before, .fa-times-circle-o.fa-menu:before, .fa-times-circle-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-check-circle-o, .fa-check-circle-o.fa-file-pdf-o, .fa-check-circle-o.fa-remove, .fa-check-circle-o.fa-menu, .fa-check-circle-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-check-circle-o:before, .fa-check-circle-o.fa-file-pdf-o:before, .fa-check-circle-o.fa-remove:before, .fa-check-circle-o.fa-menu:before, .fa-check-circle-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-mail-forward:before, .fa-mail-forward.fa-file-pdf-o:before, .fa-mail-forward.fa-remove:before, .fa-mail-forward.fa-menu:before, .fa-mail-forward.fa-newspaper-o:before {
  content: "";
}

.fa.fa-eye, .fa-eye.fa-file-pdf-o, .fa-eye.fa-remove, .fa-eye.fa-menu, .fa-eye.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-eye-slash, .fa-eye-slash.fa-file-pdf-o, .fa-eye-slash.fa-remove, .fa-eye-slash.fa-menu, .fa-eye-slash.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-warning:before, .fa-warning.fa-file-pdf-o:before, .fa-warning.fa-remove:before, .fa-warning.fa-menu:before, .fa-warning.fa-newspaper-o:before {
  content: "";
}

.fa.fa-calendar:before, .fa-calendar.fa-file-pdf-o:before, .fa-calendar.fa-remove:before, .fa-calendar.fa-menu:before, .fa-calendar.fa-newspaper-o:before {
  content: "";
}

.fa.fa-arrows-v:before, .fa-arrows-v.fa-file-pdf-o:before, .fa-arrows-v.fa-remove:before, .fa-arrows-v.fa-menu:before, .fa-arrows-v.fa-newspaper-o:before {
  content: "";
}

.fa.fa-arrows-h:before, .fa-arrows-h.fa-file-pdf-o:before, .fa-arrows-h.fa-remove:before, .fa-arrows-h.fa-menu:before, .fa-arrows-h.fa-newspaper-o:before {
  content: "";
}

.fa.fa-bar-chart, .fa-bar-chart.fa-file-pdf-o, .fa-bar-chart.fa-remove, .fa-bar-chart.fa-menu, .fa-bar-chart.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bar-chart:before, .fa-bar-chart.fa-file-pdf-o:before, .fa-bar-chart.fa-remove:before, .fa-bar-chart.fa-menu:before, .fa-bar-chart.fa-newspaper-o:before {
  content: "";
}

.fa.fa-bar-chart-o, .fa-bar-chart-o.fa-file-pdf-o, .fa-bar-chart-o.fa-remove, .fa-bar-chart-o.fa-menu, .fa-bar-chart-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bar-chart-o:before, .fa-bar-chart-o.fa-file-pdf-o:before, .fa-bar-chart-o.fa-remove:before, .fa-bar-chart-o.fa-menu:before, .fa-bar-chart-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-twitter-square, .fa-twitter-square.fa-file-pdf-o, .fa-twitter-square.fa-remove, .fa-twitter-square.fa-menu, .fa-twitter-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-square, .fa-facebook-square.fa-file-pdf-o, .fa-facebook-square.fa-remove, .fa-facebook-square.fa-menu, .fa-facebook-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gears:before, .fa-gears.fa-file-pdf-o:before, .fa-gears.fa-remove:before, .fa-gears.fa-menu:before, .fa-gears.fa-newspaper-o:before {
  content: "";
}

.fa.fa-thumbs-o-up, .fa-thumbs-o-up.fa-file-pdf-o, .fa-thumbs-o-up.fa-remove, .fa-thumbs-o-up.fa-menu, .fa-thumbs-o-up.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before, .fa-thumbs-o-up.fa-file-pdf-o:before, .fa-thumbs-o-up.fa-remove:before, .fa-thumbs-o-up.fa-menu:before, .fa-thumbs-o-up.fa-newspaper-o:before {
  content: "";
}

.fa.fa-thumbs-o-down, .fa-thumbs-o-down.fa-file-pdf-o, .fa-thumbs-o-down.fa-remove, .fa-thumbs-o-down.fa-menu, .fa-thumbs-o-down.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before, .fa-thumbs-o-down.fa-file-pdf-o:before, .fa-thumbs-o-down.fa-remove:before, .fa-thumbs-o-down.fa-menu:before, .fa-thumbs-o-down.fa-newspaper-o:before {
  content: "";
}

.fa.fa-heart-o, .fa-heart-o.fa-file-pdf-o, .fa-heart-o.fa-remove, .fa-heart-o.fa-menu, .fa-heart-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-heart-o:before, .fa-heart-o.fa-file-pdf-o:before, .fa-heart-o.fa-remove:before, .fa-heart-o.fa-menu:before, .fa-heart-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-sign-out:before, .fa-sign-out.fa-file-pdf-o:before, .fa-sign-out.fa-remove:before, .fa-sign-out.fa-menu:before, .fa-sign-out.fa-newspaper-o:before {
  content: "";
}

.fa.fa-linkedin-square, .fa-linkedin-square.fa-file-pdf-o, .fa-linkedin-square.fa-remove, .fa-linkedin-square.fa-menu, .fa-linkedin-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin-square:before, .fa-linkedin-square.fa-file-pdf-o:before, .fa-linkedin-square.fa-remove:before, .fa-linkedin-square.fa-menu:before, .fa-linkedin-square.fa-newspaper-o:before {
  content: "";
}

.fa.fa-thumb-tack:before, .fa-thumb-tack.fa-file-pdf-o:before, .fa-thumb-tack.fa-remove:before, .fa-thumb-tack.fa-menu:before, .fa-thumb-tack.fa-newspaper-o:before {
  content: "";
}

.fa.fa-external-link:before, .fa-external-link.fa-file-pdf-o:before, .fa-external-link.fa-remove:before, .fa-external-link.fa-menu:before, .fa-external-link.fa-newspaper-o:before {
  content: "";
}

.fa.fa-sign-in:before, .fa-sign-in.fa-file-pdf-o:before, .fa-sign-in.fa-remove:before, .fa-sign-in.fa-menu:before, .fa-sign-in.fa-newspaper-o:before {
  content: "";
}

.fa.fa-github-square, .fa-github-square.fa-file-pdf-o, .fa-github-square.fa-remove, .fa-github-square.fa-menu, .fa-github-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lemon-o, .fa-lemon-o.fa-file-pdf-o, .fa-lemon-o.fa-remove, .fa-lemon-o.fa-menu, .fa-lemon-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-lemon-o:before, .fa-lemon-o.fa-file-pdf-o:before, .fa-lemon-o.fa-remove:before, .fa-lemon-o.fa-menu:before, .fa-lemon-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-square-o, .fa-square-o.fa-file-pdf-o, .fa-square-o.fa-remove, .fa-square-o.fa-menu, .fa-square-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-square-o:before, .fa-square-o.fa-file-pdf-o:before, .fa-square-o.fa-remove:before, .fa-square-o.fa-menu:before, .fa-square-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-bookmark-o, .fa-bookmark-o.fa-file-pdf-o, .fa-bookmark-o.fa-remove, .fa-bookmark-o.fa-menu, .fa-bookmark-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bookmark-o:before, .fa-bookmark-o.fa-file-pdf-o:before, .fa-bookmark-o.fa-remove:before, .fa-bookmark-o.fa-menu:before, .fa-bookmark-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-twitter, .fa-twitter.fa-file-pdf-o, .fa-twitter.fa-remove, .fa-twitter.fa-menu, .fa-twitter.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook, .fa-facebook.fa-file-pdf-o, .fa-facebook.fa-remove, .fa-facebook.fa-menu, .fa-facebook.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook:before, .fa-facebook.fa-file-pdf-o:before, .fa-facebook.fa-remove:before, .fa-facebook.fa-menu:before, .fa-facebook.fa-newspaper-o:before {
  content: "";
}

.fa.fa-facebook-f, .fa-facebook-f.fa-file-pdf-o, .fa-facebook-f.fa-remove, .fa-facebook-f.fa-menu, .fa-facebook-f.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-f:before, .fa-facebook-f.fa-file-pdf-o:before, .fa-facebook-f.fa-remove:before, .fa-facebook-f.fa-menu:before, .fa-facebook-f.fa-newspaper-o:before {
  content: "";
}

.fa.fa-github, .fa-github.fa-file-pdf-o, .fa-github.fa-remove, .fa-github.fa-menu, .fa-github.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card, .fa-credit-card.fa-file-pdf-o, .fa-credit-card.fa-remove, .fa-credit-card.fa-menu, .fa-credit-card.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-feed:before, .fa-feed.fa-file-pdf-o:before, .fa-feed.fa-remove:before, .fa-feed.fa-menu:before, .fa-feed.fa-newspaper-o:before {
  content: "";
}

.fa.fa-hdd-o, .fa-hdd-o.fa-file-pdf-o, .fa-hdd-o.fa-remove, .fa-hdd-o.fa-menu, .fa-hdd-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hdd-o:before, .fa-hdd-o.fa-file-pdf-o:before, .fa-hdd-o.fa-remove:before, .fa-hdd-o.fa-menu:before, .fa-hdd-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-hand-o-right, .fa-hand-o-right.fa-file-pdf-o, .fa-hand-o-right.fa-remove, .fa-hand-o-right.fa-menu, .fa-hand-o-right.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-right:before, .fa-hand-o-right.fa-file-pdf-o:before, .fa-hand-o-right.fa-remove:before, .fa-hand-o-right.fa-menu:before, .fa-hand-o-right.fa-newspaper-o:before {
  content: "";
}

.fa.fa-hand-o-left, .fa-hand-o-left.fa-file-pdf-o, .fa-hand-o-left.fa-remove, .fa-hand-o-left.fa-menu, .fa-hand-o-left.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-left:before, .fa-hand-o-left.fa-file-pdf-o:before, .fa-hand-o-left.fa-remove:before, .fa-hand-o-left.fa-menu:before, .fa-hand-o-left.fa-newspaper-o:before {
  content: "";
}

.fa.fa-hand-o-up, .fa-hand-o-up.fa-file-pdf-o, .fa-hand-o-up.fa-remove, .fa-hand-o-up.fa-menu, .fa-hand-o-up.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-up:before, .fa-hand-o-up.fa-file-pdf-o:before, .fa-hand-o-up.fa-remove:before, .fa-hand-o-up.fa-menu:before, .fa-hand-o-up.fa-newspaper-o:before {
  content: "";
}

.fa.fa-hand-o-down, .fa-hand-o-down.fa-file-pdf-o, .fa-hand-o-down.fa-remove, .fa-hand-o-down.fa-menu, .fa-hand-o-down.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-down:before, .fa-hand-o-down.fa-file-pdf-o:before, .fa-hand-o-down.fa-remove:before, .fa-hand-o-down.fa-menu:before, .fa-hand-o-down.fa-newspaper-o:before {
  content: "";
}

.fa.fa-arrows-alt:before, .fa-arrows-alt.fa-file-pdf-o:before, .fa-arrows-alt.fa-remove:before, .fa-arrows-alt.fa-menu:before, .fa-arrows-alt.fa-newspaper-o:before {
  content: "";
}

.fa.fa-group:before, .fa-group.fa-file-pdf-o:before, .fa-group.fa-remove:before, .fa-group.fa-menu:before, .fa-group.fa-newspaper-o:before {
  content: "";
}

.fa.fa-chain:before, .fa-chain.fa-file-pdf-o:before, .fa-chain.fa-remove:before, .fa-chain.fa-menu:before, .fa-chain.fa-newspaper-o:before {
  content: "";
}

.fa.fa-scissors:before, .fa-scissors.fa-file-pdf-o:before, .fa-scissors.fa-remove:before, .fa-scissors.fa-menu:before, .fa-scissors.fa-newspaper-o:before {
  content: "";
}

.fa.fa-files-o, .fa-files-o.fa-file-pdf-o, .fa-files-o.fa-remove, .fa-files-o.fa-menu, .fa-files-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-files-o:before, .fa-files-o.fa-file-pdf-o:before, .fa-files-o.fa-remove:before, .fa-files-o.fa-menu:before, .fa-files-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-floppy-o, .fa-floppy-o.fa-file-pdf-o, .fa-floppy-o.fa-remove, .fa-floppy-o.fa-menu, .fa-floppy-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-floppy-o:before, .fa-floppy-o.fa-file-pdf-o:before, .fa-floppy-o.fa-remove:before, .fa-floppy-o.fa-menu:before, .fa-floppy-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-navicon:before, .fa-navicon.fa-file-pdf-o:before, .fa-navicon.fa-remove:before, .fa-navicon.fa-menu:before, .fa-navicon.fa-newspaper-o:before {
  content: "";
}

.fa.fa-reorder:before, .fa-reorder.fa-file-pdf-o:before, .fa-reorder.fa-remove:before, .fa-reorder.fa-menu:before, .fa-reorder.fa-newspaper-o:before {
  content: "";
}

.fa.fa-pinterest, .fa-pinterest.fa-file-pdf-o, .fa-pinterest.fa-remove, .fa-pinterest.fa-menu, .fa-pinterest.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square, .fa-pinterest-square.fa-file-pdf-o, .fa-pinterest-square.fa-remove, .fa-pinterest-square.fa-menu, .fa-pinterest-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-square, .fa-google-plus-square.fa-file-pdf-o, .fa-google-plus-square.fa-remove, .fa-google-plus-square.fa-menu, .fa-google-plus-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus, .fa-google-plus.fa-file-pdf-o, .fa-google-plus.fa-remove, .fa-google-plus.fa-menu, .fa-google-plus.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus:before, .fa-google-plus.fa-file-pdf-o:before, .fa-google-plus.fa-remove:before, .fa-google-plus.fa-menu:before, .fa-google-plus.fa-newspaper-o:before {
  content: "";
}

.fa.fa-money, .fa-money.fa-file-pdf-o, .fa-money.fa-remove, .fa-money.fa-menu, .fa-money.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-money:before, .fa-money.fa-file-pdf-o:before, .fa-money.fa-remove:before, .fa-money.fa-menu:before, .fa-money.fa-newspaper-o:before {
  content: "";
}

.fa.fa-unsorted:before, .fa-unsorted.fa-file-pdf-o:before, .fa-unsorted.fa-remove:before, .fa-unsorted.fa-menu:before, .fa-unsorted.fa-newspaper-o:before {
  content: "";
}

.fa.fa-sort-desc:before, .fa-sort-desc.fa-file-pdf-o:before, .fa-sort-desc.fa-remove:before, .fa-sort-desc.fa-menu:before, .fa-sort-desc.fa-newspaper-o:before {
  content: "";
}

.fa.fa-sort-asc:before, .fa-sort-asc.fa-file-pdf-o:before, .fa-sort-asc.fa-remove:before, .fa-sort-asc.fa-menu:before, .fa-sort-asc.fa-newspaper-o:before {
  content: "";
}

.fa.fa-linkedin, .fa-linkedin.fa-file-pdf-o, .fa-linkedin.fa-remove, .fa-linkedin.fa-menu, .fa-linkedin.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin:before, .fa-linkedin.fa-file-pdf-o:before, .fa-linkedin.fa-remove:before, .fa-linkedin.fa-menu:before, .fa-linkedin.fa-newspaper-o:before {
  content: "";
}

.fa.fa-rotate-left:before, .fa-rotate-left.fa-file-pdf-o:before, .fa-rotate-left.fa-remove:before, .fa-rotate-left.fa-menu:before, .fa-rotate-left.fa-newspaper-o:before {
  content: "";
}

.fa.fa-legal:before, .fa-legal.fa-file-pdf-o:before, .fa-legal.fa-remove:before, .fa-legal.fa-menu:before, .fa-legal.fa-newspaper-o:before {
  content: "";
}

.fa.fa-tachometer:before, .fa-tachometer.fa-file-pdf-o:before, .fa-tachometer.fa-remove:before, .fa-tachometer.fa-menu:before, .fa-tachometer.fa-newspaper-o:before {
  content: "";
}

.fa.fa-dashboard:before, .fa-dashboard.fa-file-pdf-o:before, .fa-dashboard.fa-remove:before, .fa-dashboard.fa-menu:before, .fa-dashboard.fa-newspaper-o:before {
  content: "";
}

.fa.fa-comment-o, .fa-comment-o.fa-file-pdf-o, .fa-comment-o.fa-remove, .fa-comment-o.fa-menu, .fa-comment-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-comment-o:before, .fa-comment-o.fa-file-pdf-o:before, .fa-comment-o.fa-remove:before, .fa-comment-o.fa-menu:before, .fa-comment-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-comments-o, .fa-comments-o.fa-file-pdf-o, .fa-comments-o.fa-remove, .fa-comments-o.fa-menu, .fa-comments-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-comments-o:before, .fa-comments-o.fa-file-pdf-o:before, .fa-comments-o.fa-remove:before, .fa-comments-o.fa-menu:before, .fa-comments-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-flash:before, .fa-flash.fa-file-pdf-o:before, .fa-flash.fa-remove:before, .fa-flash.fa-menu:before, .fa-flash.fa-newspaper-o:before {
  content: "";
}

.fa.fa-clipboard, .fa-clipboard.fa-file-pdf-o, .fa-clipboard.fa-remove, .fa-clipboard.fa-menu, .fa-clipboard.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-paste, .fa-paste.fa-file-pdf-o, .fa-paste.fa-remove, .fa-paste.fa-menu, .fa-paste.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-paste:before, .fa-paste.fa-file-pdf-o:before, .fa-paste.fa-remove:before, .fa-paste.fa-menu:before, .fa-paste.fa-newspaper-o:before {
  content: "";
}

.fa.fa-lightbulb-o, .fa-lightbulb-o.fa-file-pdf-o, .fa-lightbulb-o.fa-remove, .fa-lightbulb-o.fa-menu, .fa-lightbulb-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-lightbulb-o:before, .fa-lightbulb-o.fa-file-pdf-o:before, .fa-lightbulb-o.fa-remove:before, .fa-lightbulb-o.fa-menu:before, .fa-lightbulb-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-exchange:before, .fa-exchange.fa-file-pdf-o:before, .fa-exchange.fa-remove:before, .fa-exchange.fa-menu:before, .fa-exchange.fa-newspaper-o:before {
  content: "";
}

.fa.fa-cloud-download:before, .fa-cloud-download.fa-file-pdf-o:before, .fa-cloud-download.fa-remove:before, .fa-cloud-download.fa-menu:before, .fa-cloud-download.fa-newspaper-o:before {
  content: "";
}

.fa.fa-cloud-upload:before, .fa-cloud-upload.fa-file-pdf-o:before, .fa-cloud-upload.fa-remove:before, .fa-cloud-upload.fa-menu:before, .fa-cloud-upload.fa-newspaper-o:before {
  content: "";
}

.fa.fa-bell-o, .fa-bell-o.fa-file-pdf-o, .fa-bell-o.fa-remove, .fa-bell-o.fa-menu, .fa-bell-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bell-o:before, .fa-bell-o.fa-file-pdf-o:before, .fa-bell-o.fa-remove:before, .fa-bell-o.fa-menu:before, .fa-bell-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-cutlery:before, .fa-cutlery.fa-file-pdf-o:before, .fa-cutlery.fa-remove:before, .fa-cutlery.fa-menu:before, .fa-cutlery.fa-newspaper-o:before {
  content: "";
}

.fa.fa-file-text-o, .fa-file-text-o.fa-file-pdf-o, .fa-file-text-o.fa-remove, .fa-file-text-o.fa-menu, .fa-file-text-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-text-o:before, .fa-file-text-o.fa-file-pdf-o:before, .fa-file-text-o.fa-remove:before, .fa-file-text-o.fa-menu:before, .fa-file-text-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-building-o, .fa-building-o.fa-file-pdf-o, .fa-building-o.fa-remove, .fa-building-o.fa-menu, .fa-building-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-building-o:before, .fa-building-o.fa-file-pdf-o:before, .fa-building-o.fa-remove:before, .fa-building-o.fa-menu:before, .fa-building-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-hospital-o, .fa-hospital-o.fa-file-pdf-o, .fa-hospital-o.fa-remove, .fa-hospital-o.fa-menu, .fa-hospital-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hospital-o:before, .fa-hospital-o.fa-file-pdf-o:before, .fa-hospital-o.fa-remove:before, .fa-hospital-o.fa-menu:before, .fa-hospital-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-tablet:before, .fa-tablet.fa-file-pdf-o:before, .fa-tablet.fa-remove:before, .fa-tablet.fa-menu:before, .fa-tablet.fa-newspaper-o:before {
  content: "";
}

.fa.fa-mobile:before, .fa-mobile.fa-file-pdf-o:before, .fa-mobile.fa-remove:before, .fa-mobile.fa-menu:before, .fa-mobile.fa-newspaper-o:before {
  content: "";
}

.fa.fa-mobile-phone:before, .fa-mobile-phone.fa-file-pdf-o:before, .fa-mobile-phone.fa-remove:before, .fa-mobile-phone.fa-menu:before, .fa-mobile-phone.fa-newspaper-o:before {
  content: "";
}

.fa.fa-circle-o, .fa-circle-o.fa-file-pdf-o, .fa-circle-o.fa-remove, .fa-circle-o.fa-menu, .fa-circle-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-circle-o:before, .fa-circle-o.fa-file-pdf-o:before, .fa-circle-o.fa-remove:before, .fa-circle-o.fa-menu:before, .fa-circle-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-mail-reply:before, .fa-mail-reply.fa-file-pdf-o:before, .fa-mail-reply.fa-remove:before, .fa-mail-reply.fa-menu:before, .fa-mail-reply.fa-newspaper-o:before {
  content: "";
}

.fa.fa-github-alt, .fa-github-alt.fa-file-pdf-o, .fa-github-alt.fa-remove, .fa-github-alt.fa-menu, .fa-github-alt.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-folder-o, .fa-folder-o.fa-file-pdf-o, .fa-folder-o.fa-remove, .fa-folder-o.fa-menu, .fa-folder-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-folder-o:before, .fa-folder-o.fa-file-pdf-o:before, .fa-folder-o.fa-remove:before, .fa-folder-o.fa-menu:before, .fa-folder-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-folder-open-o, .fa-folder-open-o.fa-file-pdf-o, .fa-folder-open-o.fa-remove, .fa-folder-open-o.fa-menu, .fa-folder-open-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-folder-open-o:before, .fa-folder-open-o.fa-file-pdf-o:before, .fa-folder-open-o.fa-remove:before, .fa-folder-open-o.fa-menu:before, .fa-folder-open-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-smile-o, .fa-smile-o.fa-file-pdf-o, .fa-smile-o.fa-remove, .fa-smile-o.fa-menu, .fa-smile-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-smile-o:before, .fa-smile-o.fa-file-pdf-o:before, .fa-smile-o.fa-remove:before, .fa-smile-o.fa-menu:before, .fa-smile-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-frown-o, .fa-frown-o.fa-file-pdf-o, .fa-frown-o.fa-remove, .fa-frown-o.fa-menu, .fa-frown-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-frown-o:before, .fa-frown-o.fa-file-pdf-o:before, .fa-frown-o.fa-remove:before, .fa-frown-o.fa-menu:before, .fa-frown-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-meh-o, .fa-meh-o.fa-file-pdf-o, .fa-meh-o.fa-remove, .fa-meh-o.fa-menu, .fa-meh-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-meh-o:before, .fa-meh-o.fa-file-pdf-o:before, .fa-meh-o.fa-remove:before, .fa-meh-o.fa-menu:before, .fa-meh-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-keyboard-o, .fa-keyboard-o.fa-file-pdf-o, .fa-keyboard-o.fa-remove, .fa-keyboard-o.fa-menu, .fa-keyboard-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-keyboard-o:before, .fa-keyboard-o.fa-file-pdf-o:before, .fa-keyboard-o.fa-remove:before, .fa-keyboard-o.fa-menu:before, .fa-keyboard-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-flag-o, .fa-flag-o.fa-file-pdf-o, .fa-flag-o.fa-remove, .fa-flag-o.fa-menu, .fa-flag-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-flag-o:before, .fa-flag-o.fa-file-pdf-o:before, .fa-flag-o.fa-remove:before, .fa-flag-o.fa-menu:before, .fa-flag-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-mail-reply-all:before, .fa-mail-reply-all.fa-file-pdf-o:before, .fa-mail-reply-all.fa-remove:before, .fa-mail-reply-all.fa-menu:before, .fa-mail-reply-all.fa-newspaper-o:before {
  content: "";
}

.fa.fa-star-half-o, .fa-star-half-o.fa-file-pdf-o, .fa-star-half-o.fa-remove, .fa-star-half-o.fa-menu, .fa-star-half-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-star-half-o:before, .fa-star-half-o.fa-file-pdf-o:before, .fa-star-half-o.fa-remove:before, .fa-star-half-o.fa-menu:before, .fa-star-half-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-star-half-empty, .fa-star-half-empty.fa-file-pdf-o, .fa-star-half-empty.fa-remove, .fa-star-half-empty.fa-menu, .fa-star-half-empty.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-star-half-empty:before, .fa-star-half-empty.fa-file-pdf-o:before, .fa-star-half-empty.fa-remove:before, .fa-star-half-empty.fa-menu:before, .fa-star-half-empty.fa-newspaper-o:before {
  content: "";
}

.fa.fa-star-half-full, .fa-star-half-full.fa-file-pdf-o, .fa-star-half-full.fa-remove, .fa-star-half-full.fa-menu, .fa-star-half-full.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-star-half-full:before, .fa-star-half-full.fa-file-pdf-o:before, .fa-star-half-full.fa-remove:before, .fa-star-half-full.fa-menu:before, .fa-star-half-full.fa-newspaper-o:before {
  content: "";
}

.fa.fa-code-fork:before, .fa-code-fork.fa-file-pdf-o:before, .fa-code-fork.fa-remove:before, .fa-code-fork.fa-menu:before, .fa-code-fork.fa-newspaper-o:before {
  content: "";
}

.fa.fa-chain-broken:before, .fa-chain-broken.fa-file-pdf-o:before, .fa-chain-broken.fa-remove:before, .fa-chain-broken.fa-menu:before, .fa-chain-broken.fa-newspaper-o:before {
  content: "";
}

.fa.fa-shield:before, .fa-shield.fa-file-pdf-o:before, .fa-shield.fa-remove:before, .fa-shield.fa-menu:before, .fa-shield.fa-newspaper-o:before {
  content: "";
}

.fa.fa-calendar-o, .fa-calendar-o.fa-file-pdf-o, .fa-calendar-o.fa-remove, .fa-calendar-o.fa-menu, .fa-calendar-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-o:before, .fa-calendar-o.fa-file-pdf-o:before, .fa-calendar-o.fa-remove:before, .fa-calendar-o.fa-menu:before, .fa-calendar-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-maxcdn, .fa-maxcdn.fa-file-pdf-o, .fa-maxcdn.fa-remove, .fa-maxcdn.fa-menu, .fa-maxcdn.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-html5, .fa-html5.fa-file-pdf-o, .fa-html5.fa-remove, .fa-html5.fa-menu, .fa-html5.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-css3, .fa-css3.fa-file-pdf-o, .fa-css3.fa-remove, .fa-css3.fa-menu, .fa-css3.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ticket:before, .fa-ticket.fa-file-pdf-o:before, .fa-ticket.fa-remove:before, .fa-ticket.fa-menu:before, .fa-ticket.fa-newspaper-o:before {
  content: "";
}

.fa.fa-minus-square-o, .fa-minus-square-o.fa-file-pdf-o, .fa-minus-square-o.fa-remove, .fa-minus-square-o.fa-menu, .fa-minus-square-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-minus-square-o:before, .fa-minus-square-o.fa-file-pdf-o:before, .fa-minus-square-o.fa-remove:before, .fa-minus-square-o.fa-menu:before, .fa-minus-square-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-level-up:before, .fa-level-up.fa-file-pdf-o:before, .fa-level-up.fa-remove:before, .fa-level-up.fa-menu:before, .fa-level-up.fa-newspaper-o:before {
  content: "";
}

.fa.fa-level-down:before, .fa-level-down.fa-file-pdf-o:before, .fa-level-down.fa-remove:before, .fa-level-down.fa-menu:before, .fa-level-down.fa-newspaper-o:before {
  content: "";
}

.fa.fa-pencil-square:before, .fa-pencil-square.fa-file-pdf-o:before, .fa-pencil-square.fa-remove:before, .fa-pencil-square.fa-menu:before, .fa-pencil-square.fa-newspaper-o:before {
  content: "";
}

.fa.fa-external-link-square:before, .fa-external-link-square.fa-file-pdf-o:before, .fa-external-link-square.fa-remove:before, .fa-external-link-square.fa-menu:before, .fa-external-link-square.fa-newspaper-o:before {
  content: "";
}

.fa.fa-compass, .fa-compass.fa-file-pdf-o, .fa-compass.fa-remove, .fa-compass.fa-menu, .fa-compass.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-down, .fa-caret-square-o-down.fa-file-pdf-o, .fa-caret-square-o-down.fa-remove, .fa-caret-square-o-down.fa-menu, .fa-caret-square-o-down.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before, .fa-caret-square-o-down.fa-file-pdf-o:before, .fa-caret-square-o-down.fa-remove:before, .fa-caret-square-o-down.fa-menu:before, .fa-caret-square-o-down.fa-newspaper-o:before {
  content: "";
}

.fa.fa-toggle-down, .fa-toggle-down.fa-file-pdf-o, .fa-toggle-down.fa-remove, .fa-toggle-down.fa-menu, .fa-toggle-down.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-toggle-down:before, .fa-toggle-down.fa-file-pdf-o:before, .fa-toggle-down.fa-remove:before, .fa-toggle-down.fa-menu:before, .fa-toggle-down.fa-newspaper-o:before {
  content: "";
}

.fa.fa-caret-square-o-up, .fa-caret-square-o-up.fa-file-pdf-o, .fa-caret-square-o-up.fa-remove, .fa-caret-square-o-up.fa-menu, .fa-caret-square-o-up.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before, .fa-caret-square-o-up.fa-file-pdf-o:before, .fa-caret-square-o-up.fa-remove:before, .fa-caret-square-o-up.fa-menu:before, .fa-caret-square-o-up.fa-newspaper-o:before {
  content: "";
}

.fa.fa-toggle-up, .fa-toggle-up.fa-file-pdf-o, .fa-toggle-up.fa-remove, .fa-toggle-up.fa-menu, .fa-toggle-up.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-toggle-up:before, .fa-toggle-up.fa-file-pdf-o:before, .fa-toggle-up.fa-remove:before, .fa-toggle-up.fa-menu:before, .fa-toggle-up.fa-newspaper-o:before {
  content: "";
}

.fa.fa-caret-square-o-right, .fa-caret-square-o-right.fa-file-pdf-o, .fa-caret-square-o-right.fa-remove, .fa-caret-square-o-right.fa-menu, .fa-caret-square-o-right.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before, .fa-caret-square-o-right.fa-file-pdf-o:before, .fa-caret-square-o-right.fa-remove:before, .fa-caret-square-o-right.fa-menu:before, .fa-caret-square-o-right.fa-newspaper-o:before {
  content: "";
}

.fa.fa-toggle-right, .fa-toggle-right.fa-file-pdf-o, .fa-toggle-right.fa-remove, .fa-toggle-right.fa-menu, .fa-toggle-right.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-toggle-right:before, .fa-toggle-right.fa-file-pdf-o:before, .fa-toggle-right.fa-remove:before, .fa-toggle-right.fa-menu:before, .fa-toggle-right.fa-newspaper-o:before {
  content: "";
}

.fa.fa-eur:before, .fa-eur.fa-file-pdf-o:before, .fa-eur.fa-remove:before, .fa-eur.fa-menu:before, .fa-eur.fa-newspaper-o:before {
  content: "";
}

.fa.fa-euro:before, .fa-euro.fa-file-pdf-o:before, .fa-euro.fa-remove:before, .fa-euro.fa-menu:before, .fa-euro.fa-newspaper-o:before {
  content: "";
}

.fa.fa-gbp:before, .fa-gbp.fa-file-pdf-o:before, .fa-gbp.fa-remove:before, .fa-gbp.fa-menu:before, .fa-gbp.fa-newspaper-o:before {
  content: "";
}

.fa.fa-usd:before, .fa-usd.fa-file-pdf-o:before, .fa-usd.fa-remove:before, .fa-usd.fa-menu:before, .fa-usd.fa-newspaper-o:before {
  content: "";
}

.fa.fa-dollar:before, .fa-dollar.fa-file-pdf-o:before, .fa-dollar.fa-remove:before, .fa-dollar.fa-menu:before, .fa-dollar.fa-newspaper-o:before {
  content: "";
}

.fa.fa-inr:before, .fa-inr.fa-file-pdf-o:before, .fa-inr.fa-remove:before, .fa-inr.fa-menu:before, .fa-inr.fa-newspaper-o:before {
  content: "";
}

.fa.fa-rupee:before, .fa-rupee.fa-file-pdf-o:before, .fa-rupee.fa-remove:before, .fa-rupee.fa-menu:before, .fa-rupee.fa-newspaper-o:before {
  content: "";
}

.fa.fa-jpy:before, .fa-jpy.fa-file-pdf-o:before, .fa-jpy.fa-remove:before, .fa-jpy.fa-menu:before, .fa-jpy.fa-newspaper-o:before {
  content: "";
}

.fa.fa-cny:before, .fa-cny.fa-file-pdf-o:before, .fa-cny.fa-remove:before, .fa-cny.fa-menu:before, .fa-cny.fa-newspaper-o:before {
  content: "";
}

.fa.fa-rmb:before, .fa-rmb.fa-file-pdf-o:before, .fa-rmb.fa-remove:before, .fa-rmb.fa-menu:before, .fa-rmb.fa-newspaper-o:before {
  content: "";
}

.fa.fa-yen:before, .fa-yen.fa-file-pdf-o:before, .fa-yen.fa-remove:before, .fa-yen.fa-menu:before, .fa-yen.fa-newspaper-o:before {
  content: "";
}

.fa.fa-rub:before, .fa-rub.fa-file-pdf-o:before, .fa-rub.fa-remove:before, .fa-rub.fa-menu:before, .fa-rub.fa-newspaper-o:before {
  content: "";
}

.fa.fa-ruble:before, .fa-ruble.fa-file-pdf-o:before, .fa-ruble.fa-remove:before, .fa-ruble.fa-menu:before, .fa-ruble.fa-newspaper-o:before {
  content: "";
}

.fa.fa-rouble:before, .fa-rouble.fa-file-pdf-o:before, .fa-rouble.fa-remove:before, .fa-rouble.fa-menu:before, .fa-rouble.fa-newspaper-o:before {
  content: "";
}

.fa.fa-krw:before, .fa-krw.fa-file-pdf-o:before, .fa-krw.fa-remove:before, .fa-krw.fa-menu:before, .fa-krw.fa-newspaper-o:before {
  content: "";
}

.fa.fa-won:before, .fa-won.fa-file-pdf-o:before, .fa-won.fa-remove:before, .fa-won.fa-menu:before, .fa-won.fa-newspaper-o:before {
  content: "";
}

.fa.fa-btc, .fa-btc.fa-file-pdf-o, .fa-btc.fa-remove, .fa-btc.fa-menu, .fa-btc.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin, .fa-bitcoin.fa-file-pdf-o, .fa-bitcoin.fa-remove, .fa-bitcoin.fa-menu, .fa-bitcoin.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin:before, .fa-bitcoin.fa-file-pdf-o:before, .fa-bitcoin.fa-remove:before, .fa-bitcoin.fa-menu:before, .fa-bitcoin.fa-newspaper-o:before {
  content: "";
}

.fa.fa-file-text:before, .fa-file-text.fa-file-pdf-o:before, .fa-file-text.fa-remove:before, .fa-file-text.fa-menu:before, .fa-file-text.fa-newspaper-o:before {
  content: "";
}

.fa.fa-sort-alpha-asc:before, .fa-sort-alpha-asc.fa-file-pdf-o:before, .fa-sort-alpha-asc.fa-remove:before, .fa-sort-alpha-asc.fa-menu:before, .fa-sort-alpha-asc.fa-newspaper-o:before {
  content: "";
}

.fa.fa-sort-alpha-desc:before, .fa-sort-alpha-desc.fa-file-pdf-o:before, .fa-sort-alpha-desc.fa-remove:before, .fa-sort-alpha-desc.fa-menu:before, .fa-sort-alpha-desc.fa-newspaper-o:before {
  content: "";
}

.fa.fa-sort-amount-asc:before, .fa-sort-amount-asc.fa-file-pdf-o:before, .fa-sort-amount-asc.fa-remove:before, .fa-sort-amount-asc.fa-menu:before, .fa-sort-amount-asc.fa-newspaper-o:before {
  content: "";
}

.fa.fa-sort-amount-desc:before, .fa-sort-amount-desc.fa-file-pdf-o:before, .fa-sort-amount-desc.fa-remove:before, .fa-sort-amount-desc.fa-menu:before, .fa-sort-amount-desc.fa-newspaper-o:before {
  content: "";
}

.fa.fa-sort-numeric-asc:before, .fa-sort-numeric-asc.fa-file-pdf-o:before, .fa-sort-numeric-asc.fa-remove:before, .fa-sort-numeric-asc.fa-menu:before, .fa-sort-numeric-asc.fa-newspaper-o:before {
  content: "";
}

.fa.fa-sort-numeric-desc:before, .fa-sort-numeric-desc.fa-file-pdf-o:before, .fa-sort-numeric-desc.fa-remove:before, .fa-sort-numeric-desc.fa-menu:before, .fa-sort-numeric-desc.fa-newspaper-o:before {
  content: "";
}

.fa.fa-youtube-square, .fa-youtube-square.fa-file-pdf-o, .fa-youtube-square.fa-remove, .fa-youtube-square.fa-menu, .fa-youtube-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube, .fa-youtube.fa-file-pdf-o, .fa-youtube.fa-remove, .fa-youtube.fa-menu, .fa-youtube.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing, .fa-xing.fa-file-pdf-o, .fa-xing.fa-remove, .fa-xing.fa-menu, .fa-xing.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing-square, .fa-xing-square.fa-file-pdf-o, .fa-xing-square.fa-remove, .fa-xing-square.fa-menu, .fa-xing-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play, .fa-youtube-play.fa-file-pdf-o, .fa-youtube-play.fa-remove, .fa-youtube-play.fa-menu, .fa-youtube-play.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play:before, .fa-youtube-play.fa-file-pdf-o:before, .fa-youtube-play.fa-remove:before, .fa-youtube-play.fa-menu:before, .fa-youtube-play.fa-newspaper-o:before {
  content: "";
}

.fa.fa-dropbox, .fa-dropbox.fa-file-pdf-o, .fa-dropbox.fa-remove, .fa-dropbox.fa-menu, .fa-dropbox.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-overflow, .fa-stack-overflow.fa-file-pdf-o, .fa-stack-overflow.fa-remove, .fa-stack-overflow.fa-menu, .fa-stack-overflow.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-instagram, .fa-instagram.fa-file-pdf-o, .fa-instagram.fa-remove, .fa-instagram.fa-menu, .fa-instagram.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-flickr, .fa-flickr.fa-file-pdf-o, .fa-flickr.fa-remove, .fa-flickr.fa-menu, .fa-flickr.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-adn, .fa-adn.fa-file-pdf-o, .fa-adn.fa-remove, .fa-adn.fa-menu, .fa-adn.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket, .fa-bitbucket.fa-file-pdf-o, .fa-bitbucket.fa-remove, .fa-bitbucket.fa-menu, .fa-bitbucket.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square, .fa-bitbucket-square.fa-file-pdf-o, .fa-bitbucket-square.fa-remove, .fa-bitbucket-square.fa-menu, .fa-bitbucket-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square:before, .fa-bitbucket-square.fa-file-pdf-o:before, .fa-bitbucket-square.fa-remove:before, .fa-bitbucket-square.fa-menu:before, .fa-bitbucket-square.fa-newspaper-o:before {
  content: "";
}

.fa.fa-tumblr, .fa-tumblr.fa-file-pdf-o, .fa-tumblr.fa-remove, .fa-tumblr.fa-menu, .fa-tumblr.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square, .fa-tumblr-square.fa-file-pdf-o, .fa-tumblr-square.fa-remove, .fa-tumblr-square.fa-menu, .fa-tumblr-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-long-arrow-down:before, .fa-long-arrow-down.fa-file-pdf-o:before, .fa-long-arrow-down.fa-remove:before, .fa-long-arrow-down.fa-menu:before, .fa-long-arrow-down.fa-newspaper-o:before {
  content: "";
}

.fa.fa-long-arrow-up:before, .fa-long-arrow-up.fa-file-pdf-o:before, .fa-long-arrow-up.fa-remove:before, .fa-long-arrow-up.fa-menu:before, .fa-long-arrow-up.fa-newspaper-o:before {
  content: "";
}

.fa.fa-long-arrow-left:before, .fa-long-arrow-left.fa-file-pdf-o:before, .fa-long-arrow-left.fa-remove:before, .fa-long-arrow-left.fa-menu:before, .fa-long-arrow-left.fa-newspaper-o:before {
  content: "";
}

.fa.fa-long-arrow-right:before, .fa-long-arrow-right.fa-file-pdf-o:before, .fa-long-arrow-right.fa-remove:before, .fa-long-arrow-right.fa-menu:before, .fa-long-arrow-right.fa-newspaper-o:before {
  content: "";
}

.fa.fa-apple, .fa-apple.fa-file-pdf-o, .fa-apple.fa-remove, .fa-apple.fa-menu, .fa-apple.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-windows, .fa-windows.fa-file-pdf-o, .fa-windows.fa-remove, .fa-windows.fa-menu, .fa-windows.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-android, .fa-android.fa-file-pdf-o, .fa-android.fa-remove, .fa-android.fa-menu, .fa-android.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linux, .fa-linux.fa-file-pdf-o, .fa-linux.fa-remove, .fa-linux.fa-menu, .fa-linux.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dribbble, .fa-dribbble.fa-file-pdf-o, .fa-dribbble.fa-remove, .fa-dribbble.fa-menu, .fa-dribbble.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skype, .fa-skype.fa-file-pdf-o, .fa-skype.fa-remove, .fa-skype.fa-menu, .fa-skype.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-foursquare, .fa-foursquare.fa-file-pdf-o, .fa-foursquare.fa-remove, .fa-foursquare.fa-menu, .fa-foursquare.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-trello, .fa-trello.fa-file-pdf-o, .fa-trello.fa-remove, .fa-trello.fa-menu, .fa-trello.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gratipay, .fa-gratipay.fa-file-pdf-o, .fa-gratipay.fa-remove, .fa-gratipay.fa-menu, .fa-gratipay.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip, .fa-gittip.fa-file-pdf-o, .fa-gittip.fa-remove, .fa-gittip.fa-menu, .fa-gittip.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip:before, .fa-gittip.fa-file-pdf-o:before, .fa-gittip.fa-remove:before, .fa-gittip.fa-menu:before, .fa-gittip.fa-newspaper-o:before {
  content: "";
}

.fa.fa-sun-o, .fa-sun-o.fa-file-pdf-o, .fa-sun-o.fa-remove, .fa-sun-o.fa-menu, .fa-sun-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-sun-o:before, .fa-sun-o.fa-file-pdf-o:before, .fa-sun-o.fa-remove:before, .fa-sun-o.fa-menu:before, .fa-sun-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-moon-o, .fa-moon-o.fa-file-pdf-o, .fa-moon-o.fa-remove, .fa-moon-o.fa-menu, .fa-moon-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-moon-o:before, .fa-moon-o.fa-file-pdf-o:before, .fa-moon-o.fa-remove:before, .fa-moon-o.fa-menu:before, .fa-moon-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-vk, .fa-vk.fa-file-pdf-o, .fa-vk.fa-remove, .fa-vk.fa-menu, .fa-vk.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weibo, .fa-weibo.fa-file-pdf-o, .fa-weibo.fa-remove, .fa-weibo.fa-menu, .fa-weibo.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-renren, .fa-renren.fa-file-pdf-o, .fa-renren.fa-remove, .fa-renren.fa-menu, .fa-renren.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pagelines, .fa-pagelines.fa-file-pdf-o, .fa-pagelines.fa-remove, .fa-pagelines.fa-menu, .fa-pagelines.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-exchange, .fa-stack-exchange.fa-file-pdf-o, .fa-stack-exchange.fa-remove, .fa-stack-exchange.fa-menu, .fa-stack-exchange.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right, .fa-arrow-circle-o-right.fa-file-pdf-o, .fa-arrow-circle-o-right.fa-remove, .fa-arrow-circle-o-right.fa-menu, .fa-arrow-circle-o-right.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before, .fa-arrow-circle-o-right.fa-file-pdf-o:before, .fa-arrow-circle-o-right.fa-remove:before, .fa-arrow-circle-o-right.fa-menu:before, .fa-arrow-circle-o-right.fa-newspaper-o:before {
  content: "";
}

.fa.fa-arrow-circle-o-left, .fa-arrow-circle-o-left.fa-file-pdf-o, .fa-arrow-circle-o-left.fa-remove, .fa-arrow-circle-o-left.fa-menu, .fa-arrow-circle-o-left.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before, .fa-arrow-circle-o-left.fa-file-pdf-o:before, .fa-arrow-circle-o-left.fa-remove:before, .fa-arrow-circle-o-left.fa-menu:before, .fa-arrow-circle-o-left.fa-newspaper-o:before {
  content: "";
}

.fa.fa-caret-square-o-left, .fa-caret-square-o-left.fa-file-pdf-o, .fa-caret-square-o-left.fa-remove, .fa-caret-square-o-left.fa-menu, .fa-caret-square-o-left.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before, .fa-caret-square-o-left.fa-file-pdf-o:before, .fa-caret-square-o-left.fa-remove:before, .fa-caret-square-o-left.fa-menu:before, .fa-caret-square-o-left.fa-newspaper-o:before {
  content: "";
}

.fa.fa-toggle-left, .fa-toggle-left.fa-file-pdf-o, .fa-toggle-left.fa-remove, .fa-toggle-left.fa-menu, .fa-toggle-left.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-toggle-left:before, .fa-toggle-left.fa-file-pdf-o:before, .fa-toggle-left.fa-remove:before, .fa-toggle-left.fa-menu:before, .fa-toggle-left.fa-newspaper-o:before {
  content: "";
}

.fa.fa-dot-circle-o, .fa-dot-circle-o.fa-file-pdf-o, .fa-dot-circle-o.fa-remove, .fa-dot-circle-o.fa-menu, .fa-dot-circle-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-dot-circle-o:before, .fa-dot-circle-o.fa-file-pdf-o:before, .fa-dot-circle-o.fa-remove:before, .fa-dot-circle-o.fa-menu:before, .fa-dot-circle-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-vimeo-square, .fa-vimeo-square.fa-file-pdf-o, .fa-vimeo-square.fa-remove, .fa-vimeo-square.fa-menu, .fa-vimeo-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-try:before, .fa-try.fa-file-pdf-o:before, .fa-try.fa-remove:before, .fa-try.fa-menu:before, .fa-try.fa-newspaper-o:before {
  content: "";
}

.fa.fa-turkish-lira:before, .fa-turkish-lira.fa-file-pdf-o:before, .fa-turkish-lira.fa-remove:before, .fa-turkish-lira.fa-menu:before, .fa-turkish-lira.fa-newspaper-o:before {
  content: "";
}

.fa.fa-plus-square-o, .fa-plus-square-o.fa-file-pdf-o, .fa-plus-square-o.fa-remove, .fa-plus-square-o.fa-menu, .fa-plus-square-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-plus-square-o:before, .fa-plus-square-o.fa-file-pdf-o:before, .fa-plus-square-o.fa-remove:before, .fa-plus-square-o.fa-menu:before, .fa-plus-square-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-slack, .fa-slack.fa-file-pdf-o, .fa-slack.fa-remove, .fa-slack.fa-menu, .fa-slack.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wordpress, .fa-wordpress.fa-file-pdf-o, .fa-wordpress.fa-remove, .fa-wordpress.fa-menu, .fa-wordpress.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-openid, .fa-openid.fa-file-pdf-o, .fa-openid.fa-remove, .fa-openid.fa-menu, .fa-openid.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-institution:before, .fa-institution.fa-file-pdf-o:before, .fa-institution.fa-remove:before, .fa-institution.fa-menu:before, .fa-institution.fa-newspaper-o:before {
  content: "";
}

.fa.fa-bank:before, .fa-bank.fa-file-pdf-o:before, .fa-bank.fa-remove:before, .fa-bank.fa-menu:before, .fa-bank.fa-newspaper-o:before {
  content: "";
}

.fa.fa-mortar-board:before, .fa-mortar-board.fa-file-pdf-o:before, .fa-mortar-board.fa-remove:before, .fa-mortar-board.fa-menu:before, .fa-mortar-board.fa-newspaper-o:before {
  content: "";
}

.fa.fa-yahoo, .fa-yahoo.fa-file-pdf-o, .fa-yahoo.fa-remove, .fa-yahoo.fa-menu, .fa-yahoo.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google, .fa-google.fa-file-pdf-o, .fa-google.fa-remove, .fa-google.fa-menu, .fa-google.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit, .fa-reddit.fa-file-pdf-o, .fa-reddit.fa-remove, .fa-reddit.fa-menu, .fa-reddit.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square, .fa-reddit-square.fa-file-pdf-o, .fa-reddit-square.fa-remove, .fa-reddit-square.fa-menu, .fa-reddit-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon-circle, .fa-stumbleupon-circle.fa-file-pdf-o, .fa-stumbleupon-circle.fa-remove, .fa-stumbleupon-circle.fa-menu, .fa-stumbleupon-circle.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon, .fa-stumbleupon.fa-file-pdf-o, .fa-stumbleupon.fa-remove, .fa-stumbleupon.fa-menu, .fa-stumbleupon.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-delicious, .fa-delicious.fa-file-pdf-o, .fa-delicious.fa-remove, .fa-delicious.fa-menu, .fa-delicious.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-digg, .fa-digg.fa-file-pdf-o, .fa-digg.fa-remove, .fa-digg.fa-menu, .fa-digg.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-pp, .fa-pied-piper-pp.fa-file-pdf-o, .fa-pied-piper-pp.fa-remove, .fa-pied-piper-pp.fa-menu, .fa-pied-piper-pp.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-alt, .fa-pied-piper-alt.fa-file-pdf-o, .fa-pied-piper-alt.fa-remove, .fa-pied-piper-alt.fa-menu, .fa-pied-piper-alt.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-drupal, .fa-drupal.fa-file-pdf-o, .fa-drupal.fa-remove, .fa-drupal.fa-menu, .fa-drupal.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-joomla, .fa-joomla.fa-file-pdf-o, .fa-joomla.fa-remove, .fa-joomla.fa-menu, .fa-joomla.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spoon:before, .fa-spoon.fa-file-pdf-o:before, .fa-spoon.fa-remove:before, .fa-spoon.fa-menu:before, .fa-spoon.fa-newspaper-o:before {
  content: "";
}

.fa.fa-behance, .fa-behance.fa-file-pdf-o, .fa-behance.fa-remove, .fa-behance.fa-menu, .fa-behance.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-behance-square, .fa-behance-square.fa-file-pdf-o, .fa-behance-square.fa-remove, .fa-behance-square.fa-menu, .fa-behance-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam, .fa-steam.fa-file-pdf-o, .fa-steam.fa-remove, .fa-steam.fa-menu, .fa-steam.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam-square, .fa-steam-square.fa-file-pdf-o, .fa-steam-square.fa-remove, .fa-steam-square.fa-menu, .fa-steam-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-automobile:before, .fa-automobile.fa-file-pdf-o:before, .fa-automobile.fa-remove:before, .fa-automobile.fa-menu:before, .fa-automobile.fa-newspaper-o:before {
  content: "";
}

.fa.fa-cab:before, .fa-cab.fa-file-pdf-o:before, .fa-cab.fa-remove:before, .fa-cab.fa-menu:before, .fa-cab.fa-newspaper-o:before {
  content: "";
}

.fa.fa-envelope-o, .fa-envelope-o.fa-file-pdf-o, .fa-envelope-o.fa-remove, .fa-envelope-o.fa-menu, .fa-envelope-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-envelope-o:before, .fa-envelope-o.fa-file-pdf-o:before, .fa-envelope-o.fa-remove:before, .fa-envelope-o.fa-menu:before, .fa-envelope-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-deviantart, .fa-deviantart.fa-file-pdf-o, .fa-deviantart.fa-remove, .fa-deviantart.fa-menu, .fa-deviantart.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-soundcloud, .fa-soundcloud.fa-file-pdf-o, .fa-soundcloud.fa-remove, .fa-soundcloud.fa-menu, .fa-soundcloud.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-file-pdf-o, .fa-file-pdf-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-pdf-o:before, .fa-file-pdf-o:before {
  content: "";
}

.fa.fa-file-word-o, .fa-file-word-o.fa-file-pdf-o, .fa-file-word-o.fa-remove, .fa-file-word-o.fa-menu, .fa-file-word-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-word-o:before, .fa-file-word-o.fa-file-pdf-o:before, .fa-file-word-o.fa-remove:before, .fa-file-word-o.fa-menu:before, .fa-file-word-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-file-excel-o, .fa-file-excel-o.fa-file-pdf-o, .fa-file-excel-o.fa-remove, .fa-file-excel-o.fa-menu, .fa-file-excel-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-excel-o:before, .fa-file-excel-o.fa-file-pdf-o:before, .fa-file-excel-o.fa-remove:before, .fa-file-excel-o.fa-menu:before, .fa-file-excel-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-file-powerpoint-o, .fa-file-powerpoint-o.fa-file-pdf-o, .fa-file-powerpoint-o.fa-remove, .fa-file-powerpoint-o.fa-menu, .fa-file-powerpoint-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before, .fa-file-powerpoint-o.fa-file-pdf-o:before, .fa-file-powerpoint-o.fa-remove:before, .fa-file-powerpoint-o.fa-menu:before, .fa-file-powerpoint-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-file-image-o, .fa-file-image-o.fa-file-pdf-o, .fa-file-image-o.fa-remove, .fa-file-image-o.fa-menu, .fa-file-image-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-image-o:before, .fa-file-image-o.fa-file-pdf-o:before, .fa-file-image-o.fa-remove:before, .fa-file-image-o.fa-menu:before, .fa-file-image-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-file-photo-o, .fa-file-photo-o.fa-file-pdf-o, .fa-file-photo-o.fa-remove, .fa-file-photo-o.fa-menu, .fa-file-photo-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-photo-o:before, .fa-file-photo-o.fa-file-pdf-o:before, .fa-file-photo-o.fa-remove:before, .fa-file-photo-o.fa-menu:before, .fa-file-photo-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-file-picture-o, .fa-file-picture-o.fa-file-pdf-o, .fa-file-picture-o.fa-remove, .fa-file-picture-o.fa-menu, .fa-file-picture-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-picture-o:before, .fa-file-picture-o.fa-file-pdf-o:before, .fa-file-picture-o.fa-remove:before, .fa-file-picture-o.fa-menu:before, .fa-file-picture-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-file-archive-o, .fa-file-archive-o.fa-file-pdf-o, .fa-file-archive-o.fa-remove, .fa-file-archive-o.fa-menu, .fa-file-archive-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-archive-o:before, .fa-file-archive-o.fa-file-pdf-o:before, .fa-file-archive-o.fa-remove:before, .fa-file-archive-o.fa-menu:before, .fa-file-archive-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-file-zip-o, .fa-file-zip-o.fa-file-pdf-o, .fa-file-zip-o.fa-remove, .fa-file-zip-o.fa-menu, .fa-file-zip-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-zip-o:before, .fa-file-zip-o.fa-file-pdf-o:before, .fa-file-zip-o.fa-remove:before, .fa-file-zip-o.fa-menu:before, .fa-file-zip-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-file-audio-o, .fa-file-audio-o.fa-file-pdf-o, .fa-file-audio-o.fa-remove, .fa-file-audio-o.fa-menu, .fa-file-audio-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-audio-o:before, .fa-file-audio-o.fa-file-pdf-o:before, .fa-file-audio-o.fa-remove:before, .fa-file-audio-o.fa-menu:before, .fa-file-audio-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-file-sound-o, .fa-file-sound-o.fa-file-pdf-o, .fa-file-sound-o.fa-remove, .fa-file-sound-o.fa-menu, .fa-file-sound-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-sound-o:before, .fa-file-sound-o.fa-file-pdf-o:before, .fa-file-sound-o.fa-remove:before, .fa-file-sound-o.fa-menu:before, .fa-file-sound-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-file-video-o, .fa-file-video-o.fa-file-pdf-o, .fa-file-video-o.fa-remove, .fa-file-video-o.fa-menu, .fa-file-video-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-video-o:before, .fa-file-video-o.fa-file-pdf-o:before, .fa-file-video-o.fa-remove:before, .fa-file-video-o.fa-menu:before, .fa-file-video-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-file-movie-o, .fa-file-movie-o.fa-file-pdf-o, .fa-file-movie-o.fa-remove, .fa-file-movie-o.fa-menu, .fa-file-movie-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-movie-o:before, .fa-file-movie-o.fa-file-pdf-o:before, .fa-file-movie-o.fa-remove:before, .fa-file-movie-o.fa-menu:before, .fa-file-movie-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-file-code-o, .fa-file-code-o.fa-file-pdf-o, .fa-file-code-o.fa-remove, .fa-file-code-o.fa-menu, .fa-file-code-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-code-o:before, .fa-file-code-o.fa-file-pdf-o:before, .fa-file-code-o.fa-remove:before, .fa-file-code-o.fa-menu:before, .fa-file-code-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-vine, .fa-vine.fa-file-pdf-o, .fa-vine.fa-remove, .fa-vine.fa-menu, .fa-vine.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-codepen, .fa-codepen.fa-file-pdf-o, .fa-codepen.fa-remove, .fa-codepen.fa-menu, .fa-codepen.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-jsfiddle, .fa-jsfiddle.fa-file-pdf-o, .fa-jsfiddle.fa-remove, .fa-jsfiddle.fa-menu, .fa-jsfiddle.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-life-ring, .fa-life-ring.fa-file-pdf-o, .fa-life-ring.fa-remove, .fa-life-ring.fa-menu, .fa-life-ring.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-life-bouy, .fa-life-bouy.fa-file-pdf-o, .fa-life-bouy.fa-remove, .fa-life-bouy.fa-menu, .fa-life-bouy.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-life-bouy:before, .fa-life-bouy.fa-file-pdf-o:before, .fa-life-bouy.fa-remove:before, .fa-life-bouy.fa-menu:before, .fa-life-bouy.fa-newspaper-o:before {
  content: "";
}

.fa.fa-life-buoy, .fa-life-buoy.fa-file-pdf-o, .fa-life-buoy.fa-remove, .fa-life-buoy.fa-menu, .fa-life-buoy.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-life-buoy:before, .fa-life-buoy.fa-file-pdf-o:before, .fa-life-buoy.fa-remove:before, .fa-life-buoy.fa-menu:before, .fa-life-buoy.fa-newspaper-o:before {
  content: "";
}

.fa.fa-life-saver, .fa-life-saver.fa-file-pdf-o, .fa-life-saver.fa-remove, .fa-life-saver.fa-menu, .fa-life-saver.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-life-saver:before, .fa-life-saver.fa-file-pdf-o:before, .fa-life-saver.fa-remove:before, .fa-life-saver.fa-menu:before, .fa-life-saver.fa-newspaper-o:before {
  content: "";
}

.fa.fa-support, .fa-support.fa-file-pdf-o, .fa-support.fa-remove, .fa-support.fa-menu, .fa-support.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-support:before, .fa-support.fa-file-pdf-o:before, .fa-support.fa-remove:before, .fa-support.fa-menu:before, .fa-support.fa-newspaper-o:before {
  content: "";
}

.fa.fa-circle-o-notch:before, .fa-circle-o-notch.fa-file-pdf-o:before, .fa-circle-o-notch.fa-remove:before, .fa-circle-o-notch.fa-menu:before, .fa-circle-o-notch.fa-newspaper-o:before {
  content: "";
}

.fa.fa-rebel, .fa-rebel.fa-file-pdf-o, .fa-rebel.fa-remove, .fa-rebel.fa-menu, .fa-rebel.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra, .fa-ra.fa-file-pdf-o, .fa-ra.fa-remove, .fa-ra.fa-menu, .fa-ra.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra:before, .fa-ra.fa-file-pdf-o:before, .fa-ra.fa-remove:before, .fa-ra.fa-menu:before, .fa-ra.fa-newspaper-o:before {
  content: "";
}

.fa.fa-resistance, .fa-resistance.fa-file-pdf-o, .fa-resistance.fa-remove, .fa-resistance.fa-menu, .fa-resistance.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-resistance:before, .fa-resistance.fa-file-pdf-o:before, .fa-resistance.fa-remove:before, .fa-resistance.fa-menu:before, .fa-resistance.fa-newspaper-o:before {
  content: "";
}

.fa.fa-empire, .fa-empire.fa-file-pdf-o, .fa-empire.fa-remove, .fa-empire.fa-menu, .fa-empire.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge, .fa-ge.fa-file-pdf-o, .fa-ge.fa-remove, .fa-ge.fa-menu, .fa-ge.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge:before, .fa-ge.fa-file-pdf-o:before, .fa-ge.fa-remove:before, .fa-ge.fa-menu:before, .fa-ge.fa-newspaper-o:before {
  content: "";
}

.fa.fa-git-square, .fa-git-square.fa-file-pdf-o, .fa-git-square.fa-remove, .fa-git-square.fa-menu, .fa-git-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-git, .fa-git.fa-file-pdf-o, .fa-git.fa-remove, .fa-git.fa-menu, .fa-git.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hacker-news, .fa-hacker-news.fa-file-pdf-o, .fa-hacker-news.fa-remove, .fa-hacker-news.fa-menu, .fa-hacker-news.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square, .fa-y-combinator-square.fa-file-pdf-o, .fa-y-combinator-square.fa-remove, .fa-y-combinator-square.fa-menu, .fa-y-combinator-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square:before, .fa-y-combinator-square.fa-file-pdf-o:before, .fa-y-combinator-square.fa-remove:before, .fa-y-combinator-square.fa-menu:before, .fa-y-combinator-square.fa-newspaper-o:before {
  content: "";
}

.fa.fa-yc-square, .fa-yc-square.fa-file-pdf-o, .fa-yc-square.fa-remove, .fa-yc-square.fa-menu, .fa-yc-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc-square:before, .fa-yc-square.fa-file-pdf-o:before, .fa-yc-square.fa-remove:before, .fa-yc-square.fa-menu:before, .fa-yc-square.fa-newspaper-o:before {
  content: "";
}

.fa.fa-tencent-weibo, .fa-tencent-weibo.fa-file-pdf-o, .fa-tencent-weibo.fa-remove, .fa-tencent-weibo.fa-menu, .fa-tencent-weibo.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-qq, .fa-qq.fa-file-pdf-o, .fa-qq.fa-remove, .fa-qq.fa-menu, .fa-qq.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weixin, .fa-weixin.fa-file-pdf-o, .fa-weixin.fa-remove, .fa-weixin.fa-menu, .fa-weixin.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat, .fa-wechat.fa-file-pdf-o, .fa-wechat.fa-remove, .fa-wechat.fa-menu, .fa-wechat.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat:before, .fa-wechat.fa-file-pdf-o:before, .fa-wechat.fa-remove:before, .fa-wechat.fa-menu:before, .fa-wechat.fa-newspaper-o:before {
  content: "";
}

.fa.fa-send:before, .fa-send.fa-file-pdf-o:before, .fa-send.fa-remove:before, .fa-send.fa-menu:before, .fa-send.fa-newspaper-o:before {
  content: "";
}

.fa.fa-paper-plane-o, .fa-paper-plane-o.fa-file-pdf-o, .fa-paper-plane-o.fa-remove, .fa-paper-plane-o.fa-menu, .fa-paper-plane-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-paper-plane-o:before, .fa-paper-plane-o.fa-file-pdf-o:before, .fa-paper-plane-o.fa-remove:before, .fa-paper-plane-o.fa-menu:before, .fa-paper-plane-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-send-o, .fa-send-o.fa-file-pdf-o, .fa-send-o.fa-remove, .fa-send-o.fa-menu, .fa-send-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-send-o:before, .fa-send-o.fa-file-pdf-o:before, .fa-send-o.fa-remove:before, .fa-send-o.fa-menu:before, .fa-send-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-circle-thin, .fa-circle-thin.fa-file-pdf-o, .fa-circle-thin.fa-remove, .fa-circle-thin.fa-menu, .fa-circle-thin.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-circle-thin:before, .fa-circle-thin.fa-file-pdf-o:before, .fa-circle-thin.fa-remove:before, .fa-circle-thin.fa-menu:before, .fa-circle-thin.fa-newspaper-o:before {
  content: "";
}

.fa.fa-header:before, .fa-header.fa-file-pdf-o:before, .fa-header.fa-remove:before, .fa-header.fa-menu:before, .fa-header.fa-newspaper-o:before {
  content: "";
}

.fa.fa-sliders:before, .fa-sliders.fa-file-pdf-o:before, .fa-sliders.fa-remove:before, .fa-sliders.fa-menu:before, .fa-sliders.fa-newspaper-o:before {
  content: "";
}

.fa.fa-futbol-o, .fa-futbol-o.fa-file-pdf-o, .fa-futbol-o.fa-remove, .fa-futbol-o.fa-menu, .fa-futbol-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-futbol-o:before, .fa-futbol-o.fa-file-pdf-o:before, .fa-futbol-o.fa-remove:before, .fa-futbol-o.fa-menu:before, .fa-futbol-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-soccer-ball-o, .fa-soccer-ball-o.fa-file-pdf-o, .fa-soccer-ball-o.fa-remove, .fa-soccer-ball-o.fa-menu, .fa-soccer-ball-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before, .fa-soccer-ball-o.fa-file-pdf-o:before, .fa-soccer-ball-o.fa-remove:before, .fa-soccer-ball-o.fa-menu:before, .fa-soccer-ball-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-slideshare, .fa-slideshare.fa-file-pdf-o, .fa-slideshare.fa-remove, .fa-slideshare.fa-menu, .fa-slideshare.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-twitch, .fa-twitch.fa-file-pdf-o, .fa-twitch.fa-remove, .fa-twitch.fa-menu, .fa-twitch.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yelp, .fa-yelp.fa-file-pdf-o, .fa-yelp.fa-remove, .fa-yelp.fa-menu, .fa-yelp.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-newspaper-o, .fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-newspaper-o:before, .fa-newspaper-o:before {
  content: "";
}

.fa.fa-paypal, .fa-paypal.fa-file-pdf-o, .fa-paypal.fa-remove, .fa-paypal.fa-menu, .fa-paypal.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-wallet, .fa-google-wallet.fa-file-pdf-o, .fa-google-wallet.fa-remove, .fa-google-wallet.fa-menu, .fa-google-wallet.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-visa, .fa-cc-visa.fa-file-pdf-o, .fa-cc-visa.fa-remove, .fa-cc-visa.fa-menu, .fa-cc-visa.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-mastercard, .fa-cc-mastercard.fa-file-pdf-o, .fa-cc-mastercard.fa-remove, .fa-cc-mastercard.fa-menu, .fa-cc-mastercard.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-discover, .fa-cc-discover.fa-file-pdf-o, .fa-cc-discover.fa-remove, .fa-cc-discover.fa-menu, .fa-cc-discover.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-amex, .fa-cc-amex.fa-file-pdf-o, .fa-cc-amex.fa-remove, .fa-cc-amex.fa-menu, .fa-cc-amex.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-paypal, .fa-cc-paypal.fa-file-pdf-o, .fa-cc-paypal.fa-remove, .fa-cc-paypal.fa-menu, .fa-cc-paypal.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-stripe, .fa-cc-stripe.fa-file-pdf-o, .fa-cc-stripe.fa-remove, .fa-cc-stripe.fa-menu, .fa-cc-stripe.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bell-slash-o, .fa-bell-slash-o.fa-file-pdf-o, .fa-bell-slash-o.fa-remove, .fa-bell-slash-o.fa-menu, .fa-bell-slash-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bell-slash-o:before, .fa-bell-slash-o.fa-file-pdf-o:before, .fa-bell-slash-o.fa-remove:before, .fa-bell-slash-o.fa-menu:before, .fa-bell-slash-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-trash:before, .fa-trash.fa-file-pdf-o:before, .fa-trash.fa-remove:before, .fa-trash.fa-menu:before, .fa-trash.fa-newspaper-o:before {
  content: "";
}

.fa.fa-copyright, .fa-copyright.fa-file-pdf-o, .fa-copyright.fa-remove, .fa-copyright.fa-menu, .fa-copyright.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-eyedropper:before, .fa-eyedropper.fa-file-pdf-o:before, .fa-eyedropper.fa-remove:before, .fa-eyedropper.fa-menu:before, .fa-eyedropper.fa-newspaper-o:before {
  content: "";
}

.fa.fa-area-chart:before, .fa-area-chart.fa-file-pdf-o:before, .fa-area-chart.fa-remove:before, .fa-area-chart.fa-menu:before, .fa-area-chart.fa-newspaper-o:before {
  content: "";
}

.fa.fa-pie-chart:before, .fa-pie-chart.fa-file-pdf-o:before, .fa-pie-chart.fa-remove:before, .fa-pie-chart.fa-menu:before, .fa-pie-chart.fa-newspaper-o:before {
  content: "";
}

.fa.fa-line-chart:before, .fa-line-chart.fa-file-pdf-o:before, .fa-line-chart.fa-remove:before, .fa-line-chart.fa-menu:before, .fa-line-chart.fa-newspaper-o:before {
  content: "";
}

.fa.fa-lastfm, .fa-lastfm.fa-file-pdf-o, .fa-lastfm.fa-remove, .fa-lastfm.fa-menu, .fa-lastfm.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square, .fa-lastfm-square.fa-file-pdf-o, .fa-lastfm-square.fa-remove, .fa-lastfm-square.fa-menu, .fa-lastfm-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ioxhost, .fa-ioxhost.fa-file-pdf-o, .fa-ioxhost.fa-remove, .fa-ioxhost.fa-menu, .fa-ioxhost.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-angellist, .fa-angellist.fa-file-pdf-o, .fa-angellist.fa-remove, .fa-angellist.fa-menu, .fa-angellist.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc, .fa-cc.fa-file-pdf-o, .fa-cc.fa-remove, .fa-cc.fa-menu, .fa-cc.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-cc:before, .fa-cc.fa-file-pdf-o:before, .fa-cc.fa-remove:before, .fa-cc.fa-menu:before, .fa-cc.fa-newspaper-o:before {
  content: "";
}

.fa.fa-ils:before, .fa-ils.fa-file-pdf-o:before, .fa-ils.fa-remove:before, .fa-ils.fa-menu:before, .fa-ils.fa-newspaper-o:before {
  content: "";
}

.fa.fa-shekel:before, .fa-shekel.fa-file-pdf-o:before, .fa-shekel.fa-remove:before, .fa-shekel.fa-menu:before, .fa-shekel.fa-newspaper-o:before {
  content: "";
}

.fa.fa-sheqel:before, .fa-sheqel.fa-file-pdf-o:before, .fa-sheqel.fa-remove:before, .fa-sheqel.fa-menu:before, .fa-sheqel.fa-newspaper-o:before {
  content: "";
}

.fa.fa-meanpath, .fa-meanpath.fa-file-pdf-o, .fa-meanpath.fa-remove, .fa-meanpath.fa-menu, .fa-meanpath.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-meanpath:before, .fa-meanpath.fa-file-pdf-o:before, .fa-meanpath.fa-remove:before, .fa-meanpath.fa-menu:before, .fa-meanpath.fa-newspaper-o:before {
  content: "";
}

.fa.fa-buysellads, .fa-buysellads.fa-file-pdf-o, .fa-buysellads.fa-remove, .fa-buysellads.fa-menu, .fa-buysellads.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-connectdevelop, .fa-connectdevelop.fa-file-pdf-o, .fa-connectdevelop.fa-remove, .fa-connectdevelop.fa-menu, .fa-connectdevelop.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dashcube, .fa-dashcube.fa-file-pdf-o, .fa-dashcube.fa-remove, .fa-dashcube.fa-menu, .fa-dashcube.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-forumbee, .fa-forumbee.fa-file-pdf-o, .fa-forumbee.fa-remove, .fa-forumbee.fa-menu, .fa-forumbee.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-leanpub, .fa-leanpub.fa-file-pdf-o, .fa-leanpub.fa-remove, .fa-leanpub.fa-menu, .fa-leanpub.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-sellsy, .fa-sellsy.fa-file-pdf-o, .fa-sellsy.fa-remove, .fa-sellsy.fa-menu, .fa-sellsy.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-shirtsinbulk, .fa-shirtsinbulk.fa-file-pdf-o, .fa-shirtsinbulk.fa-remove, .fa-shirtsinbulk.fa-menu, .fa-shirtsinbulk.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-simplybuilt, .fa-simplybuilt.fa-file-pdf-o, .fa-simplybuilt.fa-remove, .fa-simplybuilt.fa-menu, .fa-simplybuilt.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skyatlas, .fa-skyatlas.fa-file-pdf-o, .fa-skyatlas.fa-remove, .fa-skyatlas.fa-menu, .fa-skyatlas.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-diamond, .fa-diamond.fa-file-pdf-o, .fa-diamond.fa-remove, .fa-diamond.fa-menu, .fa-diamond.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-diamond:before, .fa-diamond.fa-file-pdf-o:before, .fa-diamond.fa-remove:before, .fa-diamond.fa-menu:before, .fa-diamond.fa-newspaper-o:before {
  content: "";
}

.fa.fa-intersex:before, .fa-intersex.fa-file-pdf-o:before, .fa-intersex.fa-remove:before, .fa-intersex.fa-menu:before, .fa-intersex.fa-newspaper-o:before {
  content: "";
}

.fa.fa-facebook-official, .fa-facebook-official.fa-file-pdf-o, .fa-facebook-official.fa-remove, .fa-facebook-official.fa-menu, .fa-facebook-official.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-official:before, .fa-facebook-official.fa-file-pdf-o:before, .fa-facebook-official.fa-remove:before, .fa-facebook-official.fa-menu:before, .fa-facebook-official.fa-newspaper-o:before {
  content: "";
}

.fa.fa-pinterest-p, .fa-pinterest-p.fa-file-pdf-o, .fa-pinterest-p.fa-remove, .fa-pinterest-p.fa-menu, .fa-pinterest-p.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-whatsapp, .fa-whatsapp.fa-file-pdf-o, .fa-whatsapp.fa-remove, .fa-whatsapp.fa-menu, .fa-whatsapp.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hotel:before, .fa-hotel.fa-file-pdf-o:before, .fa-hotel.fa-remove:before, .fa-hotel.fa-menu:before, .fa-hotel.fa-newspaper-o:before {
  content: "";
}

.fa.fa-viacoin, .fa-viacoin.fa-file-pdf-o, .fa-viacoin.fa-remove, .fa-viacoin.fa-menu, .fa-viacoin.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-medium, .fa-medium.fa-file-pdf-o, .fa-medium.fa-remove, .fa-medium.fa-menu, .fa-medium.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator, .fa-y-combinator.fa-file-pdf-o, .fa-y-combinator.fa-remove, .fa-y-combinator.fa-menu, .fa-y-combinator.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc, .fa-yc.fa-file-pdf-o, .fa-yc.fa-remove, .fa-yc.fa-menu, .fa-yc.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc:before, .fa-yc.fa-file-pdf-o:before, .fa-yc.fa-remove:before, .fa-yc.fa-menu:before, .fa-yc.fa-newspaper-o:before {
  content: "";
}

.fa.fa-optin-monster, .fa-optin-monster.fa-file-pdf-o, .fa-optin-monster.fa-remove, .fa-optin-monster.fa-menu, .fa-optin-monster.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opencart, .fa-opencart.fa-file-pdf-o, .fa-opencart.fa-remove, .fa-opencart.fa-menu, .fa-opencart.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-expeditedssl, .fa-expeditedssl.fa-file-pdf-o, .fa-expeditedssl.fa-remove, .fa-expeditedssl.fa-menu, .fa-expeditedssl.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-battery-4:before, .fa-battery-4.fa-file-pdf-o:before, .fa-battery-4.fa-remove:before, .fa-battery-4.fa-menu:before, .fa-battery-4.fa-newspaper-o:before {
  content: "";
}

.fa.fa-battery:before, .fa-battery.fa-file-pdf-o:before, .fa-battery.fa-remove:before, .fa-battery.fa-menu:before, .fa-battery.fa-newspaper-o:before {
  content: "";
}

.fa.fa-battery-3:before, .fa-battery-3.fa-file-pdf-o:before, .fa-battery-3.fa-remove:before, .fa-battery-3.fa-menu:before, .fa-battery-3.fa-newspaper-o:before {
  content: "";
}

.fa.fa-battery-2:before, .fa-battery-2.fa-file-pdf-o:before, .fa-battery-2.fa-remove:before, .fa-battery-2.fa-menu:before, .fa-battery-2.fa-newspaper-o:before {
  content: "";
}

.fa.fa-battery-1:before, .fa-battery-1.fa-file-pdf-o:before, .fa-battery-1.fa-remove:before, .fa-battery-1.fa-menu:before, .fa-battery-1.fa-newspaper-o:before {
  content: "";
}

.fa.fa-battery-0:before, .fa-battery-0.fa-file-pdf-o:before, .fa-battery-0.fa-remove:before, .fa-battery-0.fa-menu:before, .fa-battery-0.fa-newspaper-o:before {
  content: "";
}

.fa.fa-object-group, .fa-object-group.fa-file-pdf-o, .fa-object-group.fa-remove, .fa-object-group.fa-menu, .fa-object-group.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-object-ungroup, .fa-object-ungroup.fa-file-pdf-o, .fa-object-ungroup.fa-remove, .fa-object-ungroup.fa-menu, .fa-object-ungroup.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-sticky-note-o, .fa-sticky-note-o.fa-file-pdf-o, .fa-sticky-note-o.fa-remove, .fa-sticky-note-o.fa-menu, .fa-sticky-note-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-sticky-note-o:before, .fa-sticky-note-o.fa-file-pdf-o:before, .fa-sticky-note-o.fa-remove:before, .fa-sticky-note-o.fa-menu:before, .fa-sticky-note-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-cc-jcb, .fa-cc-jcb.fa-file-pdf-o, .fa-cc-jcb.fa-remove, .fa-cc-jcb.fa-menu, .fa-cc-jcb.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-diners-club, .fa-cc-diners-club.fa-file-pdf-o, .fa-cc-diners-club.fa-remove, .fa-cc-diners-club.fa-menu, .fa-cc-diners-club.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-clone, .fa-clone.fa-file-pdf-o, .fa-clone.fa-remove, .fa-clone.fa-menu, .fa-clone.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hourglass-o, .fa-hourglass-o.fa-file-pdf-o, .fa-hourglass-o.fa-remove, .fa-hourglass-o.fa-menu, .fa-hourglass-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hourglass-o:before, .fa-hourglass-o.fa-file-pdf-o:before, .fa-hourglass-o.fa-remove:before, .fa-hourglass-o.fa-menu:before, .fa-hourglass-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-hourglass-1:before, .fa-hourglass-1.fa-file-pdf-o:before, .fa-hourglass-1.fa-remove:before, .fa-hourglass-1.fa-menu:before, .fa-hourglass-1.fa-newspaper-o:before {
  content: "";
}

.fa.fa-hourglass-2:before, .fa-hourglass-2.fa-file-pdf-o:before, .fa-hourglass-2.fa-remove:before, .fa-hourglass-2.fa-menu:before, .fa-hourglass-2.fa-newspaper-o:before {
  content: "";
}

.fa.fa-hourglass-3:before, .fa-hourglass-3.fa-file-pdf-o:before, .fa-hourglass-3.fa-remove:before, .fa-hourglass-3.fa-menu:before, .fa-hourglass-3.fa-newspaper-o:before {
  content: "";
}

.fa.fa-hand-rock-o, .fa-hand-rock-o.fa-file-pdf-o, .fa-hand-rock-o.fa-remove, .fa-hand-rock-o.fa-menu, .fa-hand-rock-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-rock-o:before, .fa-hand-rock-o.fa-file-pdf-o:before, .fa-hand-rock-o.fa-remove:before, .fa-hand-rock-o.fa-menu:before, .fa-hand-rock-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-hand-grab-o, .fa-hand-grab-o.fa-file-pdf-o, .fa-hand-grab-o.fa-remove, .fa-hand-grab-o.fa-menu, .fa-hand-grab-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-grab-o:before, .fa-hand-grab-o.fa-file-pdf-o:before, .fa-hand-grab-o.fa-remove:before, .fa-hand-grab-o.fa-menu:before, .fa-hand-grab-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-hand-paper-o, .fa-hand-paper-o.fa-file-pdf-o, .fa-hand-paper-o.fa-remove, .fa-hand-paper-o.fa-menu, .fa-hand-paper-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-paper-o:before, .fa-hand-paper-o.fa-file-pdf-o:before, .fa-hand-paper-o.fa-remove:before, .fa-hand-paper-o.fa-menu:before, .fa-hand-paper-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-hand-stop-o, .fa-hand-stop-o.fa-file-pdf-o, .fa-hand-stop-o.fa-remove, .fa-hand-stop-o.fa-menu, .fa-hand-stop-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-stop-o:before, .fa-hand-stop-o.fa-file-pdf-o:before, .fa-hand-stop-o.fa-remove:before, .fa-hand-stop-o.fa-menu:before, .fa-hand-stop-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-hand-scissors-o, .fa-hand-scissors-o.fa-file-pdf-o, .fa-hand-scissors-o.fa-remove, .fa-hand-scissors-o.fa-menu, .fa-hand-scissors-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before, .fa-hand-scissors-o.fa-file-pdf-o:before, .fa-hand-scissors-o.fa-remove:before, .fa-hand-scissors-o.fa-menu:before, .fa-hand-scissors-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-hand-lizard-o, .fa-hand-lizard-o.fa-file-pdf-o, .fa-hand-lizard-o.fa-remove, .fa-hand-lizard-o.fa-menu, .fa-hand-lizard-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before, .fa-hand-lizard-o.fa-file-pdf-o:before, .fa-hand-lizard-o.fa-remove:before, .fa-hand-lizard-o.fa-menu:before, .fa-hand-lizard-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-hand-spock-o, .fa-hand-spock-o.fa-file-pdf-o, .fa-hand-spock-o.fa-remove, .fa-hand-spock-o.fa-menu, .fa-hand-spock-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-spock-o:before, .fa-hand-spock-o.fa-file-pdf-o:before, .fa-hand-spock-o.fa-remove:before, .fa-hand-spock-o.fa-menu:before, .fa-hand-spock-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-hand-pointer-o, .fa-hand-pointer-o.fa-file-pdf-o, .fa-hand-pointer-o.fa-remove, .fa-hand-pointer-o.fa-menu, .fa-hand-pointer-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before, .fa-hand-pointer-o.fa-file-pdf-o:before, .fa-hand-pointer-o.fa-remove:before, .fa-hand-pointer-o.fa-menu:before, .fa-hand-pointer-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-hand-peace-o, .fa-hand-peace-o.fa-file-pdf-o, .fa-hand-peace-o.fa-remove, .fa-hand-peace-o.fa-menu, .fa-hand-peace-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-peace-o:before, .fa-hand-peace-o.fa-file-pdf-o:before, .fa-hand-peace-o.fa-remove:before, .fa-hand-peace-o.fa-menu:before, .fa-hand-peace-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-registered, .fa-registered.fa-file-pdf-o, .fa-registered.fa-remove, .fa-registered.fa-menu, .fa-registered.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-creative-commons, .fa-creative-commons.fa-file-pdf-o, .fa-creative-commons.fa-remove, .fa-creative-commons.fa-menu, .fa-creative-commons.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg, .fa-gg.fa-file-pdf-o, .fa-gg.fa-remove, .fa-gg.fa-menu, .fa-gg.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg-circle, .fa-gg-circle.fa-file-pdf-o, .fa-gg-circle.fa-remove, .fa-gg-circle.fa-menu, .fa-gg-circle.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tripadvisor, .fa-tripadvisor.fa-file-pdf-o, .fa-tripadvisor.fa-remove, .fa-tripadvisor.fa-menu, .fa-tripadvisor.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki, .fa-odnoklassniki.fa-file-pdf-o, .fa-odnoklassniki.fa-remove, .fa-odnoklassniki.fa-menu, .fa-odnoklassniki.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square, .fa-odnoklassniki-square.fa-file-pdf-o, .fa-odnoklassniki-square.fa-remove, .fa-odnoklassniki-square.fa-menu, .fa-odnoklassniki-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-get-pocket, .fa-get-pocket.fa-file-pdf-o, .fa-get-pocket.fa-remove, .fa-get-pocket.fa-menu, .fa-get-pocket.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wikipedia-w, .fa-wikipedia-w.fa-file-pdf-o, .fa-wikipedia-w.fa-remove, .fa-wikipedia-w.fa-menu, .fa-wikipedia-w.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-safari, .fa-safari.fa-file-pdf-o, .fa-safari.fa-remove, .fa-safari.fa-menu, .fa-safari.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-chrome, .fa-chrome.fa-file-pdf-o, .fa-chrome.fa-remove, .fa-chrome.fa-menu, .fa-chrome.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-firefox, .fa-firefox.fa-file-pdf-o, .fa-firefox.fa-remove, .fa-firefox.fa-menu, .fa-firefox.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opera, .fa-opera.fa-file-pdf-o, .fa-opera.fa-remove, .fa-opera.fa-menu, .fa-opera.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-internet-explorer, .fa-internet-explorer.fa-file-pdf-o, .fa-internet-explorer.fa-remove, .fa-internet-explorer.fa-menu, .fa-internet-explorer.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-television:before, .fa-television.fa-file-pdf-o:before, .fa-television.fa-remove:before, .fa-television.fa-menu:before, .fa-television.fa-newspaper-o:before {
  content: "";
}

.fa.fa-contao, .fa-contao.fa-file-pdf-o, .fa-contao.fa-remove, .fa-contao.fa-menu, .fa-contao.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-500px, .fa-500px.fa-file-pdf-o, .fa-500px.fa-remove, .fa-500px.fa-menu, .fa-500px.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-amazon, .fa-amazon.fa-file-pdf-o, .fa-amazon.fa-remove, .fa-amazon.fa-menu, .fa-amazon.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-calendar-plus-o, .fa-calendar-plus-o.fa-file-pdf-o, .fa-calendar-plus-o.fa-remove, .fa-calendar-plus-o.fa-menu, .fa-calendar-plus-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before, .fa-calendar-plus-o.fa-file-pdf-o:before, .fa-calendar-plus-o.fa-remove:before, .fa-calendar-plus-o.fa-menu:before, .fa-calendar-plus-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-calendar-minus-o, .fa-calendar-minus-o.fa-file-pdf-o, .fa-calendar-minus-o.fa-remove, .fa-calendar-minus-o.fa-menu, .fa-calendar-minus-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before, .fa-calendar-minus-o.fa-file-pdf-o:before, .fa-calendar-minus-o.fa-remove:before, .fa-calendar-minus-o.fa-menu:before, .fa-calendar-minus-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-calendar-times-o, .fa-calendar-times-o.fa-file-pdf-o, .fa-calendar-times-o.fa-remove, .fa-calendar-times-o.fa-menu, .fa-calendar-times-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-times-o:before, .fa-calendar-times-o.fa-file-pdf-o:before, .fa-calendar-times-o.fa-remove:before, .fa-calendar-times-o.fa-menu:before, .fa-calendar-times-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-calendar-check-o, .fa-calendar-check-o.fa-file-pdf-o, .fa-calendar-check-o.fa-remove, .fa-calendar-check-o.fa-menu, .fa-calendar-check-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-check-o:before, .fa-calendar-check-o.fa-file-pdf-o:before, .fa-calendar-check-o.fa-remove:before, .fa-calendar-check-o.fa-menu:before, .fa-calendar-check-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-map-o, .fa-map-o.fa-file-pdf-o, .fa-map-o.fa-remove, .fa-map-o.fa-menu, .fa-map-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-map-o:before, .fa-map-o.fa-file-pdf-o:before, .fa-map-o.fa-remove:before, .fa-map-o.fa-menu:before, .fa-map-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-commenting:before, .fa-commenting.fa-file-pdf-o:before, .fa-commenting.fa-remove:before, .fa-commenting.fa-menu:before, .fa-commenting.fa-newspaper-o:before {
  content: "";
}

.fa.fa-commenting-o, .fa-commenting-o.fa-file-pdf-o, .fa-commenting-o.fa-remove, .fa-commenting-o.fa-menu, .fa-commenting-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-commenting-o:before, .fa-commenting-o.fa-file-pdf-o:before, .fa-commenting-o.fa-remove:before, .fa-commenting-o.fa-menu:before, .fa-commenting-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-houzz, .fa-houzz.fa-file-pdf-o, .fa-houzz.fa-remove, .fa-houzz.fa-menu, .fa-houzz.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo, .fa-vimeo.fa-file-pdf-o, .fa-vimeo.fa-remove, .fa-vimeo.fa-menu, .fa-vimeo.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo:before, .fa-vimeo.fa-file-pdf-o:before, .fa-vimeo.fa-remove:before, .fa-vimeo.fa-menu:before, .fa-vimeo.fa-newspaper-o:before {
  content: "";
}

.fa.fa-black-tie, .fa-black-tie.fa-file-pdf-o, .fa-black-tie.fa-remove, .fa-black-tie.fa-menu, .fa-black-tie.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fonticons, .fa-fonticons.fa-file-pdf-o, .fa-fonticons.fa-remove, .fa-fonticons.fa-menu, .fa-fonticons.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-alien, .fa-reddit-alien.fa-file-pdf-o, .fa-reddit-alien.fa-remove, .fa-reddit-alien.fa-menu, .fa-reddit-alien.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-edge, .fa-edge.fa-file-pdf-o, .fa-edge.fa-remove, .fa-edge.fa-menu, .fa-edge.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card-alt:before, .fa-credit-card-alt.fa-file-pdf-o:before, .fa-credit-card-alt.fa-remove:before, .fa-credit-card-alt.fa-menu:before, .fa-credit-card-alt.fa-newspaper-o:before {
  content: "";
}

.fa.fa-codiepie, .fa-codiepie.fa-file-pdf-o, .fa-codiepie.fa-remove, .fa-codiepie.fa-menu, .fa-codiepie.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-modx, .fa-modx.fa-file-pdf-o, .fa-modx.fa-remove, .fa-modx.fa-menu, .fa-modx.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fort-awesome, .fa-fort-awesome.fa-file-pdf-o, .fa-fort-awesome.fa-remove, .fa-fort-awesome.fa-menu, .fa-fort-awesome.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-usb, .fa-usb.fa-file-pdf-o, .fa-usb.fa-remove, .fa-usb.fa-menu, .fa-usb.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-product-hunt, .fa-product-hunt.fa-file-pdf-o, .fa-product-hunt.fa-remove, .fa-product-hunt.fa-menu, .fa-product-hunt.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-mixcloud, .fa-mixcloud.fa-file-pdf-o, .fa-mixcloud.fa-remove, .fa-mixcloud.fa-menu, .fa-mixcloud.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-scribd, .fa-scribd.fa-file-pdf-o, .fa-scribd.fa-remove, .fa-scribd.fa-menu, .fa-scribd.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pause-circle-o, .fa-pause-circle-o.fa-file-pdf-o, .fa-pause-circle-o.fa-remove, .fa-pause-circle-o.fa-menu, .fa-pause-circle-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-pause-circle-o:before, .fa-pause-circle-o.fa-file-pdf-o:before, .fa-pause-circle-o.fa-remove:before, .fa-pause-circle-o.fa-menu:before, .fa-pause-circle-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-stop-circle-o, .fa-stop-circle-o.fa-file-pdf-o, .fa-stop-circle-o.fa-remove, .fa-stop-circle-o.fa-menu, .fa-stop-circle-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-stop-circle-o:before, .fa-stop-circle-o.fa-file-pdf-o:before, .fa-stop-circle-o.fa-remove:before, .fa-stop-circle-o.fa-menu:before, .fa-stop-circle-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-bluetooth, .fa-bluetooth.fa-file-pdf-o, .fa-bluetooth.fa-remove, .fa-bluetooth.fa-menu, .fa-bluetooth.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bluetooth-b, .fa-bluetooth-b.fa-file-pdf-o, .fa-bluetooth-b.fa-remove, .fa-bluetooth-b.fa-menu, .fa-bluetooth-b.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gitlab, .fa-gitlab.fa-file-pdf-o, .fa-gitlab.fa-remove, .fa-gitlab.fa-menu, .fa-gitlab.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpbeginner, .fa-wpbeginner.fa-file-pdf-o, .fa-wpbeginner.fa-remove, .fa-wpbeginner.fa-menu, .fa-wpbeginner.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpforms, .fa-wpforms.fa-file-pdf-o, .fa-wpforms.fa-remove, .fa-wpforms.fa-menu, .fa-wpforms.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-envira, .fa-envira.fa-file-pdf-o, .fa-envira.fa-remove, .fa-envira.fa-menu, .fa-envira.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt, .fa-wheelchair-alt.fa-file-pdf-o, .fa-wheelchair-alt.fa-remove, .fa-wheelchair-alt.fa-menu, .fa-wheelchair-alt.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before, .fa-wheelchair-alt.fa-file-pdf-o:before, .fa-wheelchair-alt.fa-remove:before, .fa-wheelchair-alt.fa-menu:before, .fa-wheelchair-alt.fa-newspaper-o:before {
  content: "";
}

.fa.fa-question-circle-o, .fa-question-circle-o.fa-file-pdf-o, .fa-question-circle-o.fa-remove, .fa-question-circle-o.fa-menu, .fa-question-circle-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-question-circle-o:before, .fa-question-circle-o.fa-file-pdf-o:before, .fa-question-circle-o.fa-remove:before, .fa-question-circle-o.fa-menu:before, .fa-question-circle-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-volume-control-phone:before, .fa-volume-control-phone.fa-file-pdf-o:before, .fa-volume-control-phone.fa-remove:before, .fa-volume-control-phone.fa-menu:before, .fa-volume-control-phone.fa-newspaper-o:before {
  content: "";
}

.fa.fa-asl-interpreting:before, .fa-asl-interpreting.fa-file-pdf-o:before, .fa-asl-interpreting.fa-remove:before, .fa-asl-interpreting.fa-menu:before, .fa-asl-interpreting.fa-newspaper-o:before {
  content: "";
}

.fa.fa-deafness:before, .fa-deafness.fa-file-pdf-o:before, .fa-deafness.fa-remove:before, .fa-deafness.fa-menu:before, .fa-deafness.fa-newspaper-o:before {
  content: "";
}

.fa.fa-hard-of-hearing:before, .fa-hard-of-hearing.fa-file-pdf-o:before, .fa-hard-of-hearing.fa-remove:before, .fa-hard-of-hearing.fa-menu:before, .fa-hard-of-hearing.fa-newspaper-o:before {
  content: "";
}

.fa.fa-glide, .fa-glide.fa-file-pdf-o, .fa-glide.fa-remove, .fa-glide.fa-menu, .fa-glide.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-glide-g, .fa-glide-g.fa-file-pdf-o, .fa-glide-g.fa-remove, .fa-glide-g.fa-menu, .fa-glide-g.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-signing:before, .fa-signing.fa-file-pdf-o:before, .fa-signing.fa-remove:before, .fa-signing.fa-menu:before, .fa-signing.fa-newspaper-o:before {
  content: "";
}

.fa.fa-viadeo, .fa-viadeo.fa-file-pdf-o, .fa-viadeo.fa-remove, .fa-viadeo.fa-menu, .fa-viadeo.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square, .fa-viadeo-square.fa-file-pdf-o, .fa-viadeo-square.fa-remove, .fa-viadeo-square.fa-menu, .fa-viadeo-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat, .fa-snapchat.fa-file-pdf-o, .fa-snapchat.fa-remove, .fa-snapchat.fa-menu, .fa-snapchat.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost, .fa-snapchat-ghost.fa-file-pdf-o, .fa-snapchat-ghost.fa-remove, .fa-snapchat-ghost.fa-menu, .fa-snapchat-ghost.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-square, .fa-snapchat-square.fa-file-pdf-o, .fa-snapchat-square.fa-remove, .fa-snapchat-square.fa-menu, .fa-snapchat-square.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper, .fa-pied-piper.fa-file-pdf-o, .fa-pied-piper.fa-remove, .fa-pied-piper.fa-menu, .fa-pied-piper.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-first-order, .fa-first-order.fa-file-pdf-o, .fa-first-order.fa-remove, .fa-first-order.fa-menu, .fa-first-order.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yoast, .fa-yoast.fa-file-pdf-o, .fa-yoast.fa-remove, .fa-yoast.fa-menu, .fa-yoast.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-themeisle, .fa-themeisle.fa-file-pdf-o, .fa-themeisle.fa-remove, .fa-themeisle.fa-menu, .fa-themeisle.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official, .fa-google-plus-official.fa-file-pdf-o, .fa-google-plus-official.fa-remove, .fa-google-plus-official.fa-menu, .fa-google-plus-official.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official:before, .fa-google-plus-official.fa-file-pdf-o:before, .fa-google-plus-official.fa-remove:before, .fa-google-plus-official.fa-menu:before, .fa-google-plus-official.fa-newspaper-o:before {
  content: "";
}

.fa.fa-google-plus-circle, .fa-google-plus-circle.fa-file-pdf-o, .fa-google-plus-circle.fa-remove, .fa-google-plus-circle.fa-menu, .fa-google-plus-circle.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-circle:before, .fa-google-plus-circle.fa-file-pdf-o:before, .fa-google-plus-circle.fa-remove:before, .fa-google-plus-circle.fa-menu:before, .fa-google-plus-circle.fa-newspaper-o:before {
  content: "";
}

.fa.fa-font-awesome, .fa-font-awesome.fa-file-pdf-o, .fa-font-awesome.fa-remove, .fa-font-awesome.fa-menu, .fa-font-awesome.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa, .fa-fa.fa-file-pdf-o, .fa-fa.fa-remove, .fa-fa.fa-menu, .fa-fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa:before, .fa-fa.fa-file-pdf-o:before, .fa-fa.fa-remove:before, .fa-fa.fa-menu:before, .fa-fa.fa-newspaper-o:before {
  content: "";
}

.fa.fa-handshake-o, .fa-handshake-o.fa-file-pdf-o, .fa-handshake-o.fa-remove, .fa-handshake-o.fa-menu, .fa-handshake-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-handshake-o:before, .fa-handshake-o.fa-file-pdf-o:before, .fa-handshake-o.fa-remove:before, .fa-handshake-o.fa-menu:before, .fa-handshake-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-envelope-open-o, .fa-envelope-open-o.fa-file-pdf-o, .fa-envelope-open-o.fa-remove, .fa-envelope-open-o.fa-menu, .fa-envelope-open-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-envelope-open-o:before, .fa-envelope-open-o.fa-file-pdf-o:before, .fa-envelope-open-o.fa-remove:before, .fa-envelope-open-o.fa-menu:before, .fa-envelope-open-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-linode, .fa-linode.fa-file-pdf-o, .fa-linode.fa-remove, .fa-linode.fa-menu, .fa-linode.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-address-book-o, .fa-address-book-o.fa-file-pdf-o, .fa-address-book-o.fa-remove, .fa-address-book-o.fa-menu, .fa-address-book-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-address-book-o:before, .fa-address-book-o.fa-file-pdf-o:before, .fa-address-book-o.fa-remove:before, .fa-address-book-o.fa-menu:before, .fa-address-book-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-vcard:before, .fa-vcard.fa-file-pdf-o:before, .fa-vcard.fa-remove:before, .fa-vcard.fa-menu:before, .fa-vcard.fa-newspaper-o:before {
  content: "";
}

.fa.fa-address-card-o, .fa-address-card-o.fa-file-pdf-o, .fa-address-card-o.fa-remove, .fa-address-card-o.fa-menu, .fa-address-card-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-address-card-o:before, .fa-address-card-o.fa-file-pdf-o:before, .fa-address-card-o.fa-remove:before, .fa-address-card-o.fa-menu:before, .fa-address-card-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-vcard-o, .fa-vcard-o.fa-file-pdf-o, .fa-vcard-o.fa-remove, .fa-vcard-o.fa-menu, .fa-vcard-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-vcard-o:before, .fa-vcard-o.fa-file-pdf-o:before, .fa-vcard-o.fa-remove:before, .fa-vcard-o.fa-menu:before, .fa-vcard-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-user-circle-o, .fa-user-circle-o.fa-file-pdf-o, .fa-user-circle-o.fa-remove, .fa-user-circle-o.fa-menu, .fa-user-circle-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-user-circle-o:before, .fa-user-circle-o.fa-file-pdf-o:before, .fa-user-circle-o.fa-remove:before, .fa-user-circle-o.fa-menu:before, .fa-user-circle-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-user-o, .fa-user-o.fa-file-pdf-o, .fa-user-o.fa-remove, .fa-user-o.fa-menu, .fa-user-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-user-o:before, .fa-user-o.fa-file-pdf-o:before, .fa-user-o.fa-remove:before, .fa-user-o.fa-menu:before, .fa-user-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-id-badge, .fa-id-badge.fa-file-pdf-o, .fa-id-badge.fa-remove, .fa-id-badge.fa-menu, .fa-id-badge.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-drivers-license:before, .fa-drivers-license.fa-file-pdf-o:before, .fa-drivers-license.fa-remove:before, .fa-drivers-license.fa-menu:before, .fa-drivers-license.fa-newspaper-o:before {
  content: "";
}

.fa.fa-id-card-o, .fa-id-card-o.fa-file-pdf-o, .fa-id-card-o.fa-remove, .fa-id-card-o.fa-menu, .fa-id-card-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-id-card-o:before, .fa-id-card-o.fa-file-pdf-o:before, .fa-id-card-o.fa-remove:before, .fa-id-card-o.fa-menu:before, .fa-id-card-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-drivers-license-o, .fa-drivers-license-o.fa-file-pdf-o, .fa-drivers-license-o.fa-remove, .fa-drivers-license-o.fa-menu, .fa-drivers-license-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-drivers-license-o:before, .fa-drivers-license-o.fa-file-pdf-o:before, .fa-drivers-license-o.fa-remove:before, .fa-drivers-license-o.fa-menu:before, .fa-drivers-license-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-quora, .fa-quora.fa-file-pdf-o, .fa-quora.fa-remove, .fa-quora.fa-menu, .fa-quora.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-free-code-camp, .fa-free-code-camp.fa-file-pdf-o, .fa-free-code-camp.fa-remove, .fa-free-code-camp.fa-menu, .fa-free-code-camp.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-telegram, .fa-telegram.fa-file-pdf-o, .fa-telegram.fa-remove, .fa-telegram.fa-menu, .fa-telegram.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-thermometer-4:before, .fa-thermometer-4.fa-file-pdf-o:before, .fa-thermometer-4.fa-remove:before, .fa-thermometer-4.fa-menu:before, .fa-thermometer-4.fa-newspaper-o:before {
  content: "";
}

.fa.fa-thermometer:before, .fa-thermometer.fa-file-pdf-o:before, .fa-thermometer.fa-remove:before, .fa-thermometer.fa-menu:before, .fa-thermometer.fa-newspaper-o:before {
  content: "";
}

.fa.fa-thermometer-3:before, .fa-thermometer-3.fa-file-pdf-o:before, .fa-thermometer-3.fa-remove:before, .fa-thermometer-3.fa-menu:before, .fa-thermometer-3.fa-newspaper-o:before {
  content: "";
}

.fa.fa-thermometer-2:before, .fa-thermometer-2.fa-file-pdf-o:before, .fa-thermometer-2.fa-remove:before, .fa-thermometer-2.fa-menu:before, .fa-thermometer-2.fa-newspaper-o:before {
  content: "";
}

.fa.fa-thermometer-1:before, .fa-thermometer-1.fa-file-pdf-o:before, .fa-thermometer-1.fa-remove:before, .fa-thermometer-1.fa-menu:before, .fa-thermometer-1.fa-newspaper-o:before {
  content: "";
}

.fa.fa-thermometer-0:before, .fa-thermometer-0.fa-file-pdf-o:before, .fa-thermometer-0.fa-remove:before, .fa-thermometer-0.fa-menu:before, .fa-thermometer-0.fa-newspaper-o:before {
  content: "";
}

.fa.fa-bathtub:before, .fa-bathtub.fa-file-pdf-o:before, .fa-bathtub.fa-remove:before, .fa-bathtub.fa-menu:before, .fa-bathtub.fa-newspaper-o:before {
  content: "";
}

.fa.fa-s15:before, .fa-s15.fa-file-pdf-o:before, .fa-s15.fa-remove:before, .fa-s15.fa-menu:before, .fa-s15.fa-newspaper-o:before {
  content: "";
}

.fa.fa-window-maximize, .fa-window-maximize.fa-file-pdf-o, .fa-window-maximize.fa-remove, .fa-window-maximize.fa-menu, .fa-window-maximize.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-window-restore, .fa-window-restore.fa-file-pdf-o, .fa-window-restore.fa-remove, .fa-window-restore.fa-menu, .fa-window-restore.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-times-rectangle:before, .fa-times-rectangle.fa-file-pdf-o:before, .fa-times-rectangle.fa-remove:before, .fa-times-rectangle.fa-menu:before, .fa-times-rectangle.fa-newspaper-o:before {
  content: "";
}

.fa.fa-window-close-o, .fa-window-close-o.fa-file-pdf-o, .fa-window-close-o.fa-remove, .fa-window-close-o.fa-menu, .fa-window-close-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-window-close-o:before, .fa-window-close-o.fa-file-pdf-o:before, .fa-window-close-o.fa-remove:before, .fa-window-close-o.fa-menu:before, .fa-window-close-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-times-rectangle-o, .fa-times-rectangle-o.fa-file-pdf-o, .fa-times-rectangle-o.fa-remove, .fa-times-rectangle-o.fa-menu, .fa-times-rectangle-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before, .fa-times-rectangle-o.fa-file-pdf-o:before, .fa-times-rectangle-o.fa-remove:before, .fa-times-rectangle-o.fa-menu:before, .fa-times-rectangle-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-bandcamp, .fa-bandcamp.fa-file-pdf-o, .fa-bandcamp.fa-remove, .fa-bandcamp.fa-menu, .fa-bandcamp.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-grav, .fa-grav.fa-file-pdf-o, .fa-grav.fa-remove, .fa-grav.fa-menu, .fa-grav.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-etsy, .fa-etsy.fa-file-pdf-o, .fa-etsy.fa-remove, .fa-etsy.fa-menu, .fa-etsy.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-imdb, .fa-imdb.fa-file-pdf-o, .fa-imdb.fa-remove, .fa-imdb.fa-menu, .fa-imdb.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ravelry, .fa-ravelry.fa-file-pdf-o, .fa-ravelry.fa-remove, .fa-ravelry.fa-menu, .fa-ravelry.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast, .fa-eercast.fa-file-pdf-o, .fa-eercast.fa-remove, .fa-eercast.fa-menu, .fa-eercast.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast:before, .fa-eercast.fa-file-pdf-o:before, .fa-eercast.fa-remove:before, .fa-eercast.fa-menu:before, .fa-eercast.fa-newspaper-o:before {
  content: "";
}

.fa.fa-snowflake-o, .fa-snowflake-o.fa-file-pdf-o, .fa-snowflake-o.fa-remove, .fa-snowflake-o.fa-menu, .fa-snowflake-o.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-snowflake-o:before, .fa-snowflake-o.fa-file-pdf-o:before, .fa-snowflake-o.fa-remove:before, .fa-snowflake-o.fa-menu:before, .fa-snowflake-o.fa-newspaper-o:before {
  content: "";
}

.fa.fa-superpowers, .fa-superpowers.fa-file-pdf-o, .fa-superpowers.fa-remove, .fa-superpowers.fa-menu, .fa-superpowers.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpexplorer, .fa-wpexplorer.fa-file-pdf-o, .fa-wpexplorer.fa-remove, .fa-wpexplorer.fa-menu, .fa-wpexplorer.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spotify, .fa-spotify.fa-file-pdf-o, .fa-spotify.fa-remove, .fa-spotify.fa-menu, .fa-spotify.fa-newspaper-o {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*icon shims for old fa icons -- mixins don't remove or it will break some Icons*/
.menuIcon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}
.menuIcon:before {
  content: "";
}

.studentIcon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}
.studentIcon:before {
  content: "";
}

.searchIcon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}
.searchIcon:before {
  content: "";
}

.printBtn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}
.printBtn:before {
  content: "";
}

.fa-line-chart {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  line-height: inherit;
}
.fa-line-chart:before {
  content: "";
}

.fa-newspaper-o {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  line-height: inherit;
}
.fa-newspaper-o:before {
  content: "";
}

.fa-menu {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  line-height: inherit;
}
.fa-menu:before {
  content: "";
}

.fa-remove {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}
.fa-remove:before {
  content: "";
}

.fa-file-pdf-o {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}
.fa-file-pdf-o:before {
  content: "";
}

.fa-weixin {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}
.fa-weixin:before {
  content: "";
}

.fa-square-o {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  line-height: inherit;
}
.fa-square-o:before {
  content: "";
}

.fa-check-square-o {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  line-height: inherit;
}
.fa-check-square-o:before {
  content: "";
}

.fa-trash-o {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}
.fa-trash-o:before {
  content: "";
}

button.ui-dialog-titlebar-close, button.ui-dialog-titlebar-close:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  /*padding: 7px 5px 7px 5px !important;*/
}
button.ui-dialog-titlebar-close:before, button.ui-dialog-titlebar-close:hover:before {
  content: "";
}

.ui-widget-header button.ui-dialog-titlebar-close {
  color: #ce102c !important;
  line-height: 1em;
}

/*end here*/
.body, .Login {
  background: url(images/bg.jpg) no-repeat fixed !important;
  background-size: cover !important;
  background-position: center !important;
  /* font-family: 'Fjalla One', sans-serif;
  font-family: 'Open Sans Condensed', sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Oswald', sans-serif;
  font-family: 'Exo 2', sans-serif; .btn-default, .Login .SignIn font-family: 'Arimo', sans-serif;*/
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}

/*Facilities Pagination Style*/
.tacs-facilities-table {
  font-size: 14px;
}

.tacs-facilities-table span span, .tacs-facilities-table span a {
  background: #CE102C;
  display: inline-block;
  padding: 0.65em 1em 0.7em 1em;
  margin: 0em;
  /*padding:0.6em 1em 0.6em 1em;*/
  color: #fff;
  /*font-weight:bold;*/
}

.tacs-facilities-table span a {
  font-size: 14px;
  /* margin: 2.2em 0em 1em 0em;
   padding:8px 12px;*/
}

.tacs-facilities-table span a.paginationPrevious, .tacs-facilities-table span a.paginationNext {
  /* margin: 0em 0em 1em 0em;*/
}

.tacs-facilities-table #ctl00_ctl00_MainContent_main_DataPager1 {
  display: block;
  height: 5em;
  margin-left: 1em;
}

.tacs-facilities-table span a.paginationNumbers {
  padding: 1px 6px;
  font-size: 26px;
}

.tacs-facilities-table span span {
  color: #fff !important;
  font-weight: bold;
  background: #264069 !important;
  font-size: 26px;
  padding: 1px 5px;
}

.paginationPrevious {
  margin-left: 0em !important;
  float: left;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.paginationNext {
  /*margin-right:1em !important;
  position: absolute;
  right: 15px;*/
  float: right;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.paginationPrevious[disabled=disabled] {
  color: #999;
  display: none;
}

.paginationNext[disabled=disabled] {
  color: #999;
  display: none;
}

/*Facilities END Pagination Style*/
/*Back Button*/
.backButton {
  float: left;
  height: 1em;
  font-size: 2em;
  /*position:fixed;
   top:103px;
   left:10px;
  color:#CE102C !important;*/
  color: #ffffff;
}

.page-header h1 {
  margin-left: 25px;
}

.reportingDashIcons i {
  color: #CE102C;
}

/*SUbscription Calendar*/
.tacsSubscriptionCalendar {
  background-color: #ffffff !important;
  padding: 1em;
}

.subscription-Calendar tbody tr td {
  border: #c2c2c2 solid 1px !important;
  /* background-color:#c2c2c2;*/
  min-width: 2.5em !important;
}

.subscription-Calendar {
  background-color: #ffffff !important;
  /* width: 156px;*/
  border: none !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 3px;
  padding: 1em !important;
}

.subscription-Calendar tbody {
  padding: 1em !important;
}

.subscription-Calendar a {
  text-decoration: none;
  color: #CE102C !important;
}

.subscription-Calendar th {
  background-color: #ffffff !important;
  /* width: 156px;*/
  border: none !important;
  font-weight: 200 !important;
}

.subscription-Calendar tr td:hover {
  /*   text-decoration: none;
     background-color:#efefef !important;
      color:#0f5da5 !important;*/
}

.selectedDayStyle {
  background-color: #CE102C !important;
  border: #ffffff !important;
}

.selectedDayStyle td:hover {
  background-color: #CE102C !important;
  border: #ffffff !important;
}

.selectedDayStyle a {
  color: #ffffff !important;
}

.selectedDayStyle a:hover {
  color: #ffffff !important;
}

/*.subscription-Calendar tr td:hover
{
    text-decoration: none;
    background-color:#efefef !important;
     color:#0f5da5 !important;
}*/
.selectorStyle {
  color: #ffffff !important;
}

.otherMonthStyle {
  background-color: #efefef !important;
}

.otherMonthStyle a {
  color: #999999 !important;
}

.titleStyle {
  color: #ffffff !important;
}

.todayStyle {
  background-color: #ededed !important;
}

/*.dayStyle {
    color:#ffffff !important;
}*/
.subscriptionUserPagination span {
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 3px 5px !important;
  background: #264069 !important;
  color: #ffffff !important;
  margin-right: 5px !important;
}

.subscriptionUserPagination a {
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 3px 5px !important;
  background: #CE102C !important;
  color: #ffffff !important;
  margin-right: 5px !important;
}

section.panel .printBtn, section.panel .printBtn:hover, section.panel .editBtn, section.panel .editBtn:hover {
  /*background-image: unset !important;*/
  font-family: inherit !important;
}

section.panel .printBtn, section.panel .printBtn:hover {
  background-position: 2px -580px !important;
}

section.panel .printBtn::before, section.panel .printBtn:hover::before, section.panel .editBtn::before, section.panel .editBtn:hover::before {
  content: none !important;
}

#languageMenuLabel {
  color: #fff !important;
}

#quizFooterLogo {
  background: url(images/courseLogo.svg) no-repeat !important;
  background-size: 172px !important;
  padding: 0px !important;
}

#quizBreakdown {
  color: #000;
  background: #fff;
}

.quiz, #quizDiv {
  background: #264069;
  /* background:rgba(38, 103, 179, 1) !important;
  color:#ffffff !important;*/
}

#resultDiv {
  background: #fff !important;
  height: auto !important;
}

#quizFooterLogo img {
  display: none;
}

.progress span {
  /*text-align: right;*/
  font-size: 16px;
  padding: 9px 10px 0 10px;
}

.body {
  color: #fff;
}

.table, .body .panel {
  color: #000;
}

a, .colorT-pts, .homeList {
  color: #264069;
}

a:hover, a:focus {
  color: #231E20;
}

.iconlink .colorT-pts {
  color: #333;
}

.usernameTxt {
  color: #fff;
}

/* None */
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
  text-shadow: none !important;
}

.panel, .panel-heading, .progress, .pagination .btn, .homeList .badge {
  border-radius: 5px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-radius: 0 0 5px 5px;
}

.Login .container {
  padding: 0;
}

.navbar-inverse {
  background: url(images/header_bg.png) -200px top no-repeat #CE102C !important;
  border-bottom: 1px solid #CE102C;
  background-size: 40% 100% !important;
}

.navbar-nav > li {
  border-left: 1px solid #CBCBCb !important;
  font-size: 18px;
}

.navbar-nav > li:first-child {
  border-left: 0px !important;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #C6C6C6 !important;
}

.navbar-nav > li .fa, .navbar-nav > li .fa-newspaper-o, .navbar-nav > li .fa-menu, .navbar-nav > li .fa-remove, .navbar-nav > li .fa-file-pdf-o {
  display: none;
}

/* Background */
.bg-warning, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #fff !important;
}

.colorB-pts {
  background: #CE102C;
}

.panel-heading, .modal-header {
  color: #fff;
  background-color: #CE102C !important;
}

.panel-heading .colorBlack, .panel-heading h1, .panel-heading .panel-title, .panel-heading a {
  color: #fff !important;
}

.panel-heading .badge, .modal-header .badge {
  background: #264069;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination a:hover {
  background-color: #333;
}

.btn-default, .Login .SignIn {
  background: #264069;
  color: #fff;
  text-shadow: none;
}

.tr1container .tr1AddOrg .tr1AddNode a, .tr1container .tr1AddOrg .tr1AddNode a:hover {
  margin: 0 !important;
  font-weight: inherit !important;
  background-position: 0 -143px !important;
}

.btn-primary {
  background: #333;
}

.btn-primary:hover,
.btn-default:hover,
.btn-default:focus,
.btn-primary:focus, .Login .btn-primary, .Login .SignIn:hover {
  background: #e0e0e0;
  border-color: #B5B2B2;
  color: #333 !important;
}

.input-group .btn {
  background-color: #264069;
}

.Login .panel-footer .fa, .Login .panel-footer .fa-newspaper-o, .Login .panel-footer .fa-menu, .Login .panel-footer .fa-remove, .Login .panel-footer .fa-file-pdf-o {
  display: inline;
}

.Login .LoginBtn .btn, .Login .LoginBtn .btn:hover {
  background: none;
  border: none;
  box-shadow: none;
  font-size: 14px;
  color: #666;
}

.Login .LoginBtn .btn:hover {
  background: #fff;
  color: #264069 !important;
}

.btn-primary:hover,
.btn-default:hover {
  background: #ccc;
}

.btn-warning {
  color: #FFF !important;
  background: none #eb9316 !important;
}

.Login .colorB-pts {
  color: #fff;
}

.progress span {
  color: #fff !important;
  min-width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.themeSwitcher {
  color: #264069;
}

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #8a9cb7 0, #264069 100%);
  background-image: linear-gradient(to bottom, #8a9cb7 0, #264069 100%);
}

.theme-showcase {
  background: rgba(38, 64, 105, 0.78);
  margin: 100px auto;
  min-height: 150px;
  padding-bottom: 50px;
  /*color:#fff;*/
}

.theme-showcase .panel {
  color: #000;
}

/*end*/
/* Border None */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border: none;
  padding: 1px 5px;
}

/*end*/
.row-offcanvas-left {
  padding-left: 10px;
}

.mainRight {
  padding-left: 25px;
}

.mainRight, .adminRight {
  margin-top: 10px;
}

.panel, .panel-info {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
  border-color: #CECECE;
  background-color: #fff;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgba(249, 249, 249, 0.65);
}

.adminContainer, .adminContainer .sidebar-offcanvas {
  background: none !important;
  box-shadow: none;
  padding-left: 5px;
}

.alert-warning {
  background: none #EFF4F8;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-brand, .dropdown-menu > li > a, .text-option {
  color: #fff !important;
}

.sidebar-offcanvas {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.47);
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 10px;
}

#footer {
  background-color: #000;
  color: #6f6f6f !important;
  font-size: 13px;
  padding-top: 8px;
}

#footer .colorT-white, #footer a {
  color: #888 !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .active > a {
  background: #000;
  box-shadow: none;
  color: #fff !important;
}

.panel-heading {
  padding: 5px 2px;
}

.page-header {
  margin-top: 10px;
}

#accordion section .panel-heading {
  padding: 10px 15px;
}

.page-header h1, .panel-title, .form-signin-heading, .modal-title, .panel-info > .panel-heading, .font-pts {
  font-family: inherit;
}

.panel-title, .panel-info > .panel-heading, .panel-default > .panel-heading, .modal-title .colorT-pts {
  color: #fff;
}

.panel-heading select, .sidebar-offcanvas .hasDatepicker, .sidebar-offcanvas {
  color: #000;
}

.page-header h1 {
  text-transform: uppercase !important;
  font-size: 22px !important;
  color: #eee !important;
  padding: 10px !important;
  border-radius: 10px !important;
}

.page-header .col-sm-6 {
  /*width: auto;
  min-width: 150px;*/
}

.panel-title, .form-signin-heading, .modal-title {
  font-size: 20px;
}

.panel-heading .btn, .modal-header .btn, .backBtn, .open .dropdown-toggle.btn-primary {
  background-color: #E0E0E0 !important;
  border-color: #7E909F;
  color: #264069 !important;
}

.panel-heading .btn, .modal-header .btn, .backBtn {
  padding: 3px 8px;
}

.panel-heading .btn:hover, .modal-header .btn:hover, .btn-warning:hover {
  background-color: #EDEDED !important;
}

.checkboxColorOverride input[type=checkbox] + label, .checkboxColorOverride input[type=radio] + label, .panel-heading input[type=checkbox] + label, .panel-heading input[type=radio] + label {
  background-image: url(images/checkbox_radio2.png);
  color: #fff !important;
  border: 0px !important;
}

.page-header .navDropdown1 select {
  background-color: #fff;
  font-size: 18px;
  color: #264069;
}

.dropdown-menu, .LangMenuLi {
  min-width: 100%;
  background: none rgba(0, 0, 0, 0.9) !important;
  padding: 0px;
  font-size: 16px;
  box-shadow: none;
}

.dropdown-menu > li {
  border-bottom: 1px solid #777;
}

.dropdown-menu li a:last-child, .dropdown-header, .alignC,
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .ui-widget-content .btn-primary {
  color: #fff !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .username li:last-child {
  background: #777;
}

.navbar-nav {
  margin-left: 10%;
}

.navbar-nav > li > a {
  margin: 0;
  padding: 15px 15px 10px 0;
}

.dropdown-menu .colorB-white {
  background: #2D587D !important;
}

.tools .panel, .MyTranscript td {
  background-color: rgba(34, 31, 31, 0.83) !important;
  color: #d2d2d2;
  background-color: rgba(38, 64, 105, 0.91) !important;
}

.tools .panel h1 {
  color: #fff;
}

.tools .panel:hover {
  background-color: rgba(255, 255, 255, 0.82) !important;
  color: #CE102C !important;
}

.tools .panel:hover, .tools .panel:hover h1 {
  color: #264069 !important;
}

.tools .fa, .tools .fa-newspaper-o, .tools .fa-menu, .tools .fa-remove, .tools .fa-file-pdf-o {
  color: #fff;
}

.tools .panel:hover .fa-circle {
  color: #CE102C;
}

.navIcon .fa, .navIcon .fa-newspaper-o, .navIcon .fa-menu, .navIcon .fa-remove, .navIcon .fa-file-pdf-o {
  color: #264069;
}

.tools .fa-circle, .navIcon .fa-circle {
  color: transparent;
}

.list-group-item:hover .fa-circle {
  color: #fff;
}

.navbar-brand {
  background: url(images/logo.png) no-repeat;
  background-size: contain;
  width: 150px;
}

.navbar {
  padding: 13px 0 0 0 !important;
}

.colorBcolor-none {
  color: #CE102C !important;
  font-weight: normal !important;
  padding: 7px 5px 7px 35px !important;
  background-color: #efefef !important;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.btn, .pagination .btn {
  padding: 8px 12px;
  font-size: 16px;
}

.progress {
  height: 35px;
  background: none !important;
  box-shadow: none;
}

.navDropdown1 select {
  float: right;
  background: #fff url("images/select_arrow.png") no-repeat right 7px;
  padding: 0 30px 10px 5px !important;
  color: #000;
}

.sidebar-offcanvas h3 {
  color: #264069 !important;
  background: rgba(142, 146, 148, 0.18);
  padding: 5px;
  font-size: 18px !important;
}

.navDropdown1 option {
  font-size: 16px;
  line-height: 15px;
}

.username {
  font-size: 12px;
  color: #fff;
}

.panel-title {
  padding: 5px;
  margin-bottom: 0;
}

.navLinks {
  margin-bottom: 10px;
}

.homeList #ctl00_MainContent_ctl01_lvCourseListLearningPath_ctrl0_lnkButton1 {
  display: block;
  font-size: 0px;
  margin: -10px -10px 0 0px !important;
  background: none;
  border: 0;
}

.btnIcons, .btnIcons:hover {
  background-image: url("images/btn_icons.png") !important;
  /*background-color: rgba(255, 255, 255, 0.85);*/
}

.btnIcons:hover {
  background-color: rgba(255, 255, 255, 0.85);
}

.carousel .panel-title {
  font-size: 22px;
  padding-left: 20px;
  color: #264069 !important;
}

.carousel .panel-heading {
  background: none !important;
  border: 0px;
  padding-left: 0px;
  margin-left: -5px;
}

.carousel-control {
  background: none !important;
  z-index: 2;
  width: inherit;
}

.carousel-inner {
  padding: 25px;
  padding-top: 0px;
}

.carousel .colorT-pts {
  font-weight: normal !important;
  color: #264069;
}

.scrollCert strong {
  font-weight: bold;
  color: #000;
}

.carousel-indicators .active {
  background-color: #264069;
}

.carousel-indicators li {
  border-color: #264069;
}

.ClassDetails {
  position: absolute;
  display: block;
  float: left !important;
  width: 90%;
  font-size: 0;
  height: 70px;
  margin: -10px 0px -97px -9px !important;
  opacity: 0;
}

.ClassDetails:hover {
  opacity: 0.5;
  background-color: #80714C;
}

div.dataTables_paginate {
  background: #ECECEC;
  border-top: 1px solid #ddd;
  border-radius: 0px;
}

.dataTable .table-responsive, .table-responsive {
  border-color: #FFFFFF;
}

.dataTable {
  max-height: 240px !important;
}

div.dataTables_paginate {
  text-align: left !important;
  width: 100%;
  margin: -25px auto -15px auto;
  padding: 8px 0 !important;
}

.pagination {
  padding-left: 5px;
}

.pagination .disabled {
  display: none;
}

.pagination .btn {
  background: #333;
  font-weight: normal;
}

.pagination .next .btn {
  position: absolute;
  right: 15px;
}

.pagination .btn i {
  /*float: left;*/
  font-size: 20px;
  margin: 2px 7px 0 0;
}

.pagination > li a, .pagination > .active > a, .pagination > .active > a:hover {
  font-size: 18px;
  font-weight: bold;
  padding: 3px 5px !important;
  background: #CE102C !important;
  color: #fff;
  margin-right: 5px;
}

.pagination > .active > a {
  background: #264069 !important;
}

.homeTable td {
  padding: 5px !important;
  border-top: 1px solid #CBBD9A !important;
  background: url(images/table_bg.png) repeat-y;
  vertical-align: middle;
}

.homeListMain {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

.homeList {
  padding: 5px 10px 0 40px;
  font-size: inherit;
}

.homeList .badge {
  background: none;
  width: 37px;
  height: auto;
  padding: 10px;
  float: left;
  margin: -10px 0 -10px -44px;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
}

.AssignedO {
  color: #BCA31D;
}

.AssignedC {
  color: #CE102C;
}

.AssignedR {
  color: #CE102C;
}

.AssignedP {
  color: #CE102C;
}

.Launch i {
  color: #fff;
  font-size: 25px;
  display: inline !important;
  visibility: visible !important;
}

.certBlock .scrollCert {
  max-height: 320px;
  min-height: 320px !important;
  overflow-y: auto;
}

.ui-datepicker-header, .ui-datepicker-trigger {
  background: none #CE102C;
}

input[type=checkbox] + label, input[type=radio] + label {
  background-image: url(images/checkbox_radio.png);
  color: #000;
}

div.dataTables_filter label input {
  background-image: url(images/search2.png) !important;
}

.table {
  background: rgba(255, 255, 255, 0.9);
}

.btnIcons, .btnIcons:hover {
  font-size: 15px !important;
}

.ptsAccordion1 .ui-accordion-header, .ptsTabs2 .ui-widget-header {
  background: #CE102C;
  border: 1px #ccc solid;
  padding: 16px 12px 10px 55px;
  font-weight: bold;
  font-family: inherit;
  font-size: inherit;
  color: #FFF;
}

.ptsAccordion1 * .panel-heading {
  background: #CE102C;
  border: 1px #ccc solid;
  padding: 10px 12px 10px 15px;
  font-weight: bold;
  font-family: inherit;
  font-size: inherit;
  color: #FFF;
}

.ptsAccordion1 .ui-state-active.ui-accordion-header {
  background: #CE102C;
}

.ptsAccordion1 .ui-state-active .ui-icon {
  background-image: url(images/icons.png);
}

.ptsAccordion1 .glyphicon {
  color: #fff !important;
}

.close {
  color: #FFF;
  text-shadow: none;
}

.icon-on {
  color: #929292 !important;
}

.btn-primary {
  border-color: #ce102c;
}

.sidebar-offcanvas {
  padding-top: 10px !important;
  margin-top: 10px;
}

.adminContainer .sidebar-offcanvas {
  margin-top: 0px;
}

.pageTitle {
  display: none;
}

/*Exam Performance Page*/
.uListItemModalStyle {
  /*padding: 2px;*/
}

.uListItemModalStyle ul {
  /*padding-left: 0px;
  padding-right: 0px;*/
}

.uListItemModalStyle ul li {
  /*list-style: none;*/
  border: 1px solid white;
  margin: 0em;
  /*background: #CE102C;*/
  background: #264069;
  padding: 0.5em 1em 0.6em 1em;
}

.uListItemStyle > ul {
  /*padding-left: 0px;
  padding-right: 0px;*/
}

.uListItemStyle > ul > li {
  /*list-style: none;*/
}

.uListItemStyle > ul > li > div {
  border: 2px solid white;
  margin: 1em 1em 0 1em;
  background: #CE102C;
  padding: 0.5em 1em 0.6em 1em;
}

.uListItemStyle > ul > li > ul {
  /*padding-left: 0px;
  padding-right: 0px;*/
}

.uListItemStyle > ul > li > ul > li {
  /*list-style: none;*/
  border-top: 1px solid #CE102C;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  /*border-bottom: 0px;
  margin: 0 1em 0 1em;*/
  background: #ffffff;
  color: #CE102C;
  /*padding: 0.5em 1em 0.6em 1em;
  cursor: pointer;*/
}

.uListItemStyle > ul > li > ul > li:first-child {
  border-top: 0px solid #CE102C;
}

.uListItemStyle > ul > li > ul > li > a:link, .uListItemStyle > ul > li > ul > li > a:visited, .uListItemStyle > ul > li > ul > li > a:hover {
  color: #CE102C;
}

.overall-score {
  /*list-style: none;*/
  border: 1px solid white;
  /*margin: 0em;*/
  background: #CE102C;
  padding: 0.5em 1em 0.6em 1em;
  font-weight: bold;
}

.noResults {
  color: black;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
}

.floatRight {
  float: right;
}

/* Exam Performance End*/
#ui-datepicker-div .ui-datepicker-header {
  background-color: #CE102C !important;
  color: #ffffff !important;
}

@media (max-width: 1150px) {
  .theme-showcase {
    margin-top: 65px;
  }

  .page-header {
    margin-top: 40px !important;
  }

  .username {
    margin: 15px 10px 0 10px !important;
    height: 40px;
  }

  body .navbar-brand {
    width: 75px !important;
    height: 60px;
    background-size: 100%;
    margin: 0px 10px -10px 5px !important;
  }

  .navbar-nav > li .menuIcon {
    display: none;
  }

  .navbar-nav {
    margin-left: -15px;
  }

  .navbar-header {
    background: #fff !important;
    padding: 10px !important;
    margin: -15px -10px 0 -10px !important;
  }

  .navbar-toggle {
    margin-top: 17px !important;
  }

  .navbar-nav > li {
    border-bottom: 1px solid #848484;
  }

  .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-brand, .dropdown-menu > li > a {
    padding-left: 15px;
  }

  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .active > a, .dropdown-menu li a:last-child {
    color: #f6f6f6 !important;
  }

  .dropdown-menu, .navbar-inverse .navbar-toggle, .navbar-inverse {
    background: #264069 !important;
  }
}
.hasDatepicker {
  background-image: url(images/calendar.png) !important;
}

.page-header {
  margin-top: 40px !important;
}

@media screen and (max-width: 992px) {
  .mainRight {
    padding-left: 0px;
    padding-right: 0px;
  }

  .adminRight {
    padding-left: 0px;
  }

  .row-offcanvas-left:not(.active) {
    padding-left: 0px !important;
  }

  .row-offcanvas-left.active {
    padding-left: 15px !important;
  }
}
/*
@media(min-width:1152px) {

    .backButton {

        background-color:#CE102C;
        width:40px;
        height:44px;
        padding:0px 5px 0px 5px;
        left:0px;

    }
    .page-header h1 {
        margin-left:0px;
    }
}
*/
/*Begin EVAL Styling*/
body.evalStyles * {
  font-family: Roboto !important;
}

.evalStyles * h2 .fa, .evalStyles * h2 .fa-newspaper-o, .evalStyles * h2 .fa-menu, .evalStyles * h2 .fa-remove, .evalStyles * h2 .fa-file-pdf-o {
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit !important;
}

.evalStyles * .fa, .evalStyles * .fa-newspaper-o, .evalStyles * .fa-menu, .evalStyles * .fa-remove, .evalStyles * .fa-file-pdf-o {
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit;
}

.evalStyles * .navbar-header {
  padding: 0px !important;
  margin: 0px !important;
  background: none !important;
}

@media (max-width: 767px) {
  .evalStyles * #progress_indicator {
    /**/
    text-align: center;
  }

  .evalStyles * #progress_indicator .btn-primary {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .evalStyles * .container {
    width: 100%;
    padding-left: 15px !important;
  }

  .evalStyles * .body-content {
    padding-left: 1em !important;
  }
}
.evalStyles * h2 {
  line-height: 1.1em;
}

.evalStyles * body {
  font-family: Roboto !important;
}

.evalStyles div.navbar {
  padding: 0 0 0 0 !important;
}

.evalStyles div.navbar-default {
  background: #ce102c !important;
  border-color: #ffffff !important;
}

.evalStyles * .navbar-nav > li > a {
  padding-right: 20px;
  border-bottom: none;
}

.evalStyles * .navbar-default .navbar-toggle {
  border-color: #ffffff !important;
}

.evalStyles * .navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff !important;
}

.evalStyles * .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:visited {
  background-color: #D82E46 !important;
}

.evalStyles * #login_button {
  width: 100%;
  min-height: 40px;
}

.evalStyles * blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.2;
  color: #ce102c;
  text-align: justify;
  border-left: 15px solid #000;
  border-right: 2px solid #000;
  /*border-top: 1px solid #000;
  border-bottom: 1px solid #000;*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

.evalStyles * blockquote::before {
  content: "“";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #d6a1a9;
  position: absolute;
  left: 10px;
  top: 5px;
}

.evalStyles * blockquote::after {
  content: "";
}

.evalStyles * blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #001d7a;
}

.evalStyles * blockquote a:hover {
  color: #001d7a;
}

.evalStyles * blockquote em {
  font-style: italic;
}

.evalStyles * .footer {
  /*background: #ce102c !important;*/
}

.evalStyles * .navbar-default {
  background: #ce102c;
  border-color: #ffffff !important;
}

.evalStyles * .navbar-default .navbar-nav > li > a.foreground {
  color: #ffffff !important;
}

.evalStyles * .text-muted {
  color: #ffffff !important;
}

.evalStyles * .navbar {
  font-size: 1em !important;
  font-family: Roboto !important;
  padding: 0px !important;
}

.evalStyles * .navbar-default .navbar-collapse {
  border-color: #ffffff !important;
}

.evalStyles * .navbar-nav > li {
  border-color: #ffffff !important;
  font-size: 14px !important;
  border-bottom: 0px !important;
}

.evalStyles * .navbar-nav > li:first-child {
  border-left: 2px !important;
}

.evalStyles * .navbar-nav > li > a {
  color: #ffffff !important;
  font-family: Roboto !important;
  padding: 15px 20px 15px 15px !important;
}

.evalStyles * .navbar-nav > li > a:hover, .evalStyles * .navbar-nav > li > a:focus {
  color: #cccccc !important;
  background: #ce102c !important;
}

.evalStyles * .dropdown-menu {
  background: #D82E46 !important;
  border-color: #ffffff !important;
  color: #ffffff;
  padding: 0em !important;
  /*margin:;*/
}

.evalStyles * .dropdown-menu li {
  background: #D82E46 !important;
  border-bottom: 0px solid #777;
}

.evalStyles * .navbar-default .navbar-nav > .open > a, .evalStyles * .navbar-default .navbar-nav > .open > a:hover, .evalStyles * .navbar-default .navbar-nav > .open > a:focus {
  background: #D82E46 !important;
}

.evalStyles * .dropdown-menu .divider {
  background: #ce102c !important;
}

.evalStyles * .dropdown-header {
  color: #eaeaea !important;
}

.evalStyles * .dropdown-menu > li > a {
  color: #ffffff !important;
  font-size: 14px !important;
  padding: 0.5em 1em 0.5em 1em !important;
}

.evalStyles * .dropdown-menu > li > a:hover {
  background-image: none !important;
  background: #ce102c !important;
  color: #ffffff !important;
}

/*  .evalStyles *  .disabled {
    background: #D82E46 !important;
}
.evalStyles * .disabled:hover{
    background: #D82E46 !important;
}*/
/*-start-*/
.evalStyles * .btn-default {
  /*
    background: #e0e0e0 !important;
    color: #264069 !important;
    border-color: #7e909f !important;
  */
  background: #428bca !important;
  color: #ffffff !important;
}

.evalStyles * .btn-default:focus,
.evalStyles * .btn-default.focus {
  color: #264069 !important;
  background-color: #fff !important;
  /*border-color: #000 !important;
  font-weight: bold;
  font-size: larger;*/
}

.evalStyles * .btn-default:hover {
  /*background: #cbcaca !important;
  color: #2d4c7d !important;
  border-color: #7e909f !important;*/
  color: #ffffff !important;
  background-color: #264069 !important;
}

.evalStyles * .btn-default:active,
.evalStyles * .btn-default.active,
.evalStyles * .open > .dropdown-toggle.btn-default {
  color: #fff !important;
  background-color: #264069 !important;
  border-color: #000 !important;
  background-image: none !important;
  /* font-weight: bold;
   font-size: larger;*/
}

.evalStyles * .btn-default:active:hover,
.evalStyles * .btn-default.active:hover,
.evalStyles * .open > .dropdown-toggle.btn-default:hover,
.evalStyles * .btn-default:active:focus,
.evalStyles * .btn-default.active:focus,
.evalStyles * .open > .dropdown-toggle.btn-default:focus,
.evalStyles * .open > .dropdown-toggle.btn-default.focus {
  color: #ffffff !important;
  background-color: #3276b1 !important;
  /*border-color: #000 !important;
  font-weight: bold;
  font-size: larger;*/
}

.evalStyles * .btn-default.disabled:hover,
.evalStyles * .btn-default[disabled]:hover,
.evalStyles * fieldset[disabled] .btn-default:hover,
.evalStyles * .btn-default.disabled:focus,
.evalStyles * .btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.evalStyles * .btn-default.disabled.focus,
.evalStyles * .btn-default[disabled].focus,
.evalStyles * fieldset[disabled] .btn-default.focus {
  background-color: #ffffff !important;
  /*border-color: #bbb;*/
}

.evalStyles * .navbar-default .navbar-nav > .open > a,
.evalStyles * .navbar-default .navbar-nav > .open > a:hover,
.evalStyles * .navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff !important;
}

/*-End-*/
.evalStyles * .btn-primary {
  /*
    background: #e0e0e0 !important;
    color: #264069 !important;
    border-color: #7e909f !important;
  */
  background: #428bca !important;
  color: #ffffff !important;
  border: none !important;
}

.evalStyles * .btn-primary:focus,
.evalStyles * .btn-primary.focus {
  color: #3276b1 !important;
  background-color: #fff !important;
  /*border-color: #000 !important;
  font-weight: bold;
  font-size: larger;*/
}

.evalStyles * .btn-primary:hover {
  /*background: #cbcaca !important;
  color: #2d4c7d !important;
  border-color: #7e909f !important;*/
  color: #efefef !important;
  background-color: #3276b1 !important;
}

.evalStyles * .btn-primary:active,
.evalStyles * .btn-primary.active,
.evalStyles * .open > .dropdown-toggle.btn-primary {
  color: #fff !important;
  background-color: #3276b1 !important;
  border-color: #000 !important;
  background-image: none !important;
  /* font-weight: bold;
   font-size: larger;*/
}

.evalStyles * .btn-primary:active:hover,
.evalStyles * .btn-primary.active:hover,
.evalStyles * .open > .dropdown-toggle.btn-primary:hover,
.evalStyles * .btn-primary:active:focus,
.evalStyles * .btn-primary.active:focus,
.evalStyles * .open > .dropdown-toggle.btn-primary:focus,
.evalStyles * .open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff !important;
  background-color: #3276b1 !important;
  /*border-color: #000 !important;
  font-weight: bold;
  font-size: larger;*/
}

.evalStyles * .btn-primary.disabled:hover,
.evalStyles * .btn-primary[disabled]:hover,
.evalStyles * fieldset[disabled] .btn-primary:hover,
.evalStyles * .btn-primary.disabled:focus,
.evalStyles * .btn-primary[disabled]:focus,
.evalStyles * fieldset[disabled] .btn-primary:focus,
.evalStyles * .btn-primary.disabled.focus,
.evalStyles * .btn-primary[disabled].focus,
.evalStyles * fieldset[disabled] .btn-primary.focus {
  background-color: #999999 !important;
  border-color: #ce102c;
  /*border-color: #bbb;*/
}

.evalStyles * .date > input, .evalStyles * input, .evalStyles * select, .evalStyles * textarea {
  background: #ffffff !important;
  color: #555555 !important;
  border-color: #cccccc !important;
}

.evalStyles * label {
  color: #000000 !important;
}

.evalStyles * .required::before {
  color: #ff0000 !important;
}

.evalStyles * .navbar-brand {
  display: none !important;
}

.evalStyles * .user-message.box {
  background: #ffffff !important;
  border-color: #cccccc !important;
  color: #555555 !important;
}

.evalStyles * .btn, .evalStyles * .pagination .btn {
  /*padding: 6px 12px !important;*/
  font-size: 14px !important;
}

/*# sourceMappingURL=style.css.map */
