@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../../../../node_modules/slick-carousel/slick/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../../../../node_modules/slick-carousel/slick/fonts/slick.eot');
  src: url('../../../../node_modules/slick-carousel/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../../node_modules/slick-carousel/slick/fonts/slick.woff') format('woff'), url('../../../../node_modules/slick-carousel/slick/fonts/slick.ttf') format('truetype'), url('../../../../node_modules/slick-carousel/slick/fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-prev::before {
  font-family: FontAwesome;
  content: "\f0d9";
  font-size: 22px;
}
.slick-next::before {
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 22px;
}
.slick-loading .slick-list {
  background: #fff url('//qmod.quotemedia.com/img/ajax-loader.gif') center center no-repeat;
}
.slick-track {
  margin: 0;
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eceef1;
}
.flatpickr-calendar.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  border: 1px solid #eceef1;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eceef1;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #eceef1;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eceef1;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #eceef1;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #eceef1;
  color: #5a6171;
  fill: #5a6171;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #5a6171;
  fill: #5a6171;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72, 72, 72, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72, 72, 72, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72, 72, 72, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(90, 97, 113, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #5a6171;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #5a6171;
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(90, 97, 113, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #eceef1;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #eceef1;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: #eceef1;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #eceef1;
  color: #5a6171;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid #eceef1;
  border-right: 1px solid #eceef1;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #eceef1;
  box-shadow: -1px 0 0 #eceef1;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}
.flatpickr-day.today {
  border-color: #bbb;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #ff5a5f;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #ff5a5f;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #ff5a5f;
  box-shadow: -10px 0 0 #ff5a5f;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
  box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72, 72, 72, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
  box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid #eceef1;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #eceef1;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
span.flatpickr-day.selected {
  font-weight: bold;
}
.flatpickr-calendar {
  font-family: var(--QMOD-font-family);
  z-index: 9999;
}
.flatpickr-calendar .flatpickr-day.selected {
  border: 0;
  background: var(--QMOD-primary-color);
}
.numInputWrapper span {
  opacity: 1;
  border: 0;
}
.flatpickr-next-month:hover svg,
.flatpickr-next-month:hover svg path,
.flatpickr-prev-month svg,
.flatpickr-prev-month:hover svg path {
  fill: #5a6171;
}
.flatpickr-day {
  width: 32px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  transition: all 0.1s ease-in-out;
  max-width: unset;
}
.flatpickr-day.inRange {
  box-shadow: none;
}
.flatpickr-day:focus-visible {
  outline: 2px solid #222 !important;
}
.rangeMode .flatpickr-day {
  margin-top: 5px;
}
span.flatpickr-weekday {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.85em;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  padding: 0 5px;
}
.flatpickr-rContainer {
  margin-top: 10px;
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  font-size: 0.8em;
  background-color: white;
}
.dayContainer {
  justify-content: flex-start;
  padding: 5px;
}
.flatpickr-months .arrowUp,
.flatpickr-months .arrowDown {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flatpickr-current-month {
    padding: 0;
  }
  .flatpickr-prev-month,
  .flatpickr-next-month {
    top: -10px;
  }
}
.qmod-fullnews {
  /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
  /* FONT PATH
 * -------------------------- */
  /* makes the font 33% larger relative to the icon container */
  /* Deprecated as of 4.4.0 */
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
}
.qmod-fullnews a.qmod-tooltip {
  color: #555 !important;
  text-decoration: none;
}
.qmod-fullnews a.qmod-tooltip:hover {
  text-decoration: none !important;
}
.qmod-fullnews #qmod-tooltip {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: normal;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 3px;
  color: #000;
  background: #fff;
  position: absolute;
  z-index: 100000;
  padding: 15px;
  max-width: 350px;
}
.qmod-fullnews #qmod-tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.qmod-fullnews #qmod-tooltip:before {
  top: 100%;
  left: 50%;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.qmod-fullnews #qmod-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.qmod-fullnews #qmod-tooltip:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #ccc;
  border-width: 13px;
  margin-left: -13px;
}
.qmod-fullnews #qmod-tooltip.top:after {
  top: auto;
  bottom: 100%;
}
.qmod-fullnews #qmod-tooltip.top:before {
  top: auto;
  bottom: 100%;
}
.qmod-fullnews #qmod-tooltip.top:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.qmod-fullnews #qmod-tooltip.top:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ccc;
  border-width: 13px;
  margin-left: -13px;
}
.qmod-fullnews #qmod-tooltip.left:after {
  right: 100%;
  left: auto;
  top: 50%;
  bottom: auto;
}
.qmod-fullnews #qmod-tooltip.left:before {
  right: 100%;
  left: auto;
  top: 50%;
  bottom: auto;
}
.qmod-fullnews #qmod-tooltip.left:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
  margin-left: -60px;
}
.qmod-fullnews #qmod-tooltip.left:before {
  border-color: rgba(204, 204, 204, 0);
  border-right-color: #ccc;
  border-width: 13px;
  margin-top: -13px;
  margin-left: -65px;
}
.qmod-fullnews #qmod-tooltip.right:after {
  right: auto;
  left: 100%;
  top: 50%;
  bottom: auto;
}
.qmod-fullnews #qmod-tooltip.right:before {
  right: auto;
  left: 100%;
  top: 50%;
  bottom: auto;
}
.qmod-fullnews #qmod-tooltip.right:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 10px;
  margin-top: -10px;
  margin-left: 0;
}
.qmod-fullnews #qmod-tooltip.right:before {
  border-color: rgba(204, 204, 204, 0);
  border-left-color: #ccc;
  border-width: 13px;
  margin-top: -13px;
  margin-left: 0;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts//fontawesome-webfont.eot?v=4.7.0');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts//fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts//fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts//fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts//fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.qmod-fullnews .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.qmod-fullnews .fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.qmod-fullnews .fa-2x {
  font-size: 2em;
}
.qmod-fullnews .fa-3x {
  font-size: 3em;
}
.qmod-fullnews .fa-4x {
  font-size: 4em;
}
.qmod-fullnews .fa-5x {
  font-size: 5em;
}
.qmod-fullnews .fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.qmod-fullnews .fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.qmod-fullnews .fa-ul > li {
  position: relative;
}
.qmod-fullnews .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.qmod-fullnews .fa-li.fa-lg {
  left: -1.85714286em;
}
.qmod-fullnews .fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.qmod-fullnews .fa-pull-left {
  float: left;
}
.qmod-fullnews .fa-pull-right {
  float: right;
}
.qmod-fullnews .fa.fa-pull-left {
  margin-right: 0.3em;
}
.qmod-fullnews .fa.fa-pull-right {
  margin-left: 0.3em;
}
.qmod-fullnews .pull-right {
  float: right;
}
.qmod-fullnews .pull-left {
  float: left;
}
.qmod-fullnews .fa.pull-left {
  margin-right: 0.3em;
}
.qmod-fullnews .fa.pull-right {
  margin-left: 0.3em;
}
.qmod-fullnews .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.qmod-fullnews .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.qmod-fullnews .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.qmod-fullnews .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.qmod-fullnews .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.qmod-fullnews .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.qmod-fullnews .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.qmod-fullnews :root .fa-rotate-90,
.qmod-fullnews :root .fa-rotate-180,
.qmod-fullnews :root .fa-rotate-270,
.qmod-fullnews :root .fa-flip-horizontal,
.qmod-fullnews :root .fa-flip-vertical {
  filter: none;
}
.qmod-fullnews .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.qmod-fullnews .fa-stack-1x,
.qmod-fullnews .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.qmod-fullnews .fa-stack-1x {
  line-height: inherit;
}
.qmod-fullnews .fa-stack-2x {
  font-size: 2em;
}
.qmod-fullnews .fa-inverse {
  color: #fff;
}
.qmod-fullnews .fa-glass:before {
  content: "\f000";
}
.qmod-fullnews .fa-music:before {
  content: "\f001";
}
.qmod-fullnews .fa-search:before {
  content: "\f002";
}
.qmod-fullnews .fa-envelope-o:before {
  content: "\f003";
}
.qmod-fullnews .fa-heart:before {
  content: "\f004";
}
.qmod-fullnews .fa-star:before {
  content: "\f005";
}
.qmod-fullnews .fa-star-o:before {
  content: "\f006";
}
.qmod-fullnews .fa-user:before {
  content: "\f007";
}
.qmod-fullnews .fa-film:before {
  content: "\f008";
}
.qmod-fullnews .fa-th-large:before {
  content: "\f009";
}
.qmod-fullnews .fa-th:before {
  content: "\f00a";
}
.qmod-fullnews .fa-th-list:before {
  content: "\f00b";
}
.qmod-fullnews .fa-check:before {
  content: "\f00c";
}
.qmod-fullnews .fa-remove:before,
.qmod-fullnews .fa-close:before,
.qmod-fullnews .fa-times:before {
  content: "\f00d";
}
.qmod-fullnews .fa-search-plus:before {
  content: "\f00e";
}
.qmod-fullnews .fa-search-minus:before {
  content: "\f010";
}
.qmod-fullnews .fa-power-off:before {
  content: "\f011";
}
.qmod-fullnews .fa-signal:before {
  content: "\f012";
}
.qmod-fullnews .fa-gear:before,
.qmod-fullnews .fa-cog:before {
  content: "\f013";
}
.qmod-fullnews .fa-trash-o:before {
  content: "\f014";
}
.qmod-fullnews .fa-home:before {
  content: "\f015";
}
.qmod-fullnews .fa-file-o:before {
  content: "\f016";
}
.qmod-fullnews .fa-clock-o:before {
  content: "\f017";
}
.qmod-fullnews .fa-road:before {
  content: "\f018";
}
.qmod-fullnews .fa-download:before {
  content: "\f019";
}
.qmod-fullnews .fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.qmod-fullnews .fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.qmod-fullnews .fa-inbox:before {
  content: "\f01c";
}
.qmod-fullnews .fa-play-circle-o:before {
  content: "\f01d";
}
.qmod-fullnews .fa-rotate-right:before,
.qmod-fullnews .fa-repeat:before {
  content: "\f01e";
}
.qmod-fullnews .fa-refresh:before {
  content: "\f021";
}
.qmod-fullnews .fa-list-alt:before {
  content: "\f022";
}
.qmod-fullnews .fa-lock:before {
  content: "\f023";
}
.qmod-fullnews .fa-flag:before {
  content: "\f024";
}
.qmod-fullnews .fa-headphones:before {
  content: "\f025";
}
.qmod-fullnews .fa-volume-off:before {
  content: "\f026";
}
.qmod-fullnews .fa-volume-down:before {
  content: "\f027";
}
.qmod-fullnews .fa-volume-up:before {
  content: "\f028";
}
.qmod-fullnews .fa-qrcode:before {
  content: "\f029";
}
.qmod-fullnews .fa-barcode:before {
  content: "\f02a";
}
.qmod-fullnews .fa-tag:before {
  content: "\f02b";
}
.qmod-fullnews .fa-tags:before {
  content: "\f02c";
}
.qmod-fullnews .fa-book:before {
  content: "\f02d";
}
.qmod-fullnews .fa-bookmark:before {
  content: "\f02e";
}
.qmod-fullnews .fa-print:before {
  content: "\f02f";
}
.qmod-fullnews .fa-camera:before {
  content: "\f030";
}
.qmod-fullnews .fa-font:before {
  content: "\f031";
}
.qmod-fullnews .fa-bold:before {
  content: "\f032";
}
.qmod-fullnews .fa-italic:before {
  content: "\f033";
}
.qmod-fullnews .fa-text-height:before {
  content: "\f034";
}
.qmod-fullnews .fa-text-width:before {
  content: "\f035";
}
.qmod-fullnews .fa-align-left:before {
  content: "\f036";
}
.qmod-fullnews .fa-align-center:before {
  content: "\f037";
}
.qmod-fullnews .fa-align-right:before {
  content: "\f038";
}
.qmod-fullnews .fa-align-justify:before {
  content: "\f039";
}
.qmod-fullnews .fa-list:before {
  content: "\f03a";
}
.qmod-fullnews .fa-dedent:before,
.qmod-fullnews .fa-outdent:before {
  content: "\f03b";
}
.qmod-fullnews .fa-indent:before {
  content: "\f03c";
}
.qmod-fullnews .fa-video-camera:before {
  content: "\f03d";
}
.qmod-fullnews .fa-photo:before,
.qmod-fullnews .fa-image:before,
.qmod-fullnews .fa-picture-o:before {
  content: "\f03e";
}
.qmod-fullnews .fa-pencil:before {
  content: "\f040";
}
.qmod-fullnews .fa-map-marker:before {
  content: "\f041";
}
.qmod-fullnews .fa-adjust:before {
  content: "\f042";
}
.qmod-fullnews .fa-tint:before {
  content: "\f043";
}
.qmod-fullnews .fa-edit:before,
.qmod-fullnews .fa-pencil-square-o:before {
  content: "\f044";
}
.qmod-fullnews .fa-share-square-o:before {
  content: "\f045";
}
.qmod-fullnews .fa-check-square-o:before {
  content: "\f046";
}
.qmod-fullnews .fa-arrows:before {
  content: "\f047";
}
.qmod-fullnews .fa-step-backward:before {
  content: "\f048";
}
.qmod-fullnews .fa-fast-backward:before {
  content: "\f049";
}
.qmod-fullnews .fa-backward:before {
  content: "\f04a";
}
.qmod-fullnews .fa-play:before {
  content: "\f04b";
}
.qmod-fullnews .fa-pause:before {
  content: "\f04c";
}
.qmod-fullnews .fa-stop:before {
  content: "\f04d";
}
.qmod-fullnews .fa-forward:before {
  content: "\f04e";
}
.qmod-fullnews .fa-fast-forward:before {
  content: "\f050";
}
.qmod-fullnews .fa-step-forward:before {
  content: "\f051";
}
.qmod-fullnews .fa-eject:before {
  content: "\f052";
}
.qmod-fullnews .fa-chevron-left:before {
  content: "\f053";
}
.qmod-fullnews .fa-chevron-right:before {
  content: "\f054";
}
.qmod-fullnews .fa-plus-circle:before {
  content: "\f055";
}
.qmod-fullnews .fa-minus-circle:before {
  content: "\f056";
}
.qmod-fullnews .fa-times-circle:before {
  content: "\f057";
}
.qmod-fullnews .fa-check-circle:before {
  content: "\f058";
}
.qmod-fullnews .fa-question-circle:before {
  content: "\f059";
}
.qmod-fullnews .fa-info-circle:before {
  content: "\f05a";
}
.qmod-fullnews .fa-crosshairs:before {
  content: "\f05b";
}
.qmod-fullnews .fa-times-circle-o:before {
  content: "\f05c";
}
.qmod-fullnews .fa-check-circle-o:before {
  content: "\f05d";
}
.qmod-fullnews .fa-ban:before {
  content: "\f05e";
}
.qmod-fullnews .fa-arrow-left:before {
  content: "\f060";
}
.qmod-fullnews .fa-arrow-right:before {
  content: "\f061";
}
.qmod-fullnews .fa-arrow-up:before {
  content: "\f062";
}
.qmod-fullnews .fa-arrow-down:before {
  content: "\f063";
}
.qmod-fullnews .fa-mail-forward:before,
.qmod-fullnews .fa-share:before {
  content: "\f064";
}
.qmod-fullnews .fa-expand:before {
  content: "\f065";
}
.qmod-fullnews .fa-compress:before {
  content: "\f066";
}
.qmod-fullnews .fa-plus:before {
  content: "\f067";
}
.qmod-fullnews .fa-minus:before {
  content: "\f068";
}
.qmod-fullnews .fa-asterisk:before {
  content: "\f069";
}
.qmod-fullnews .fa-exclamation-circle:before {
  content: "\f06a";
}
.qmod-fullnews .fa-gift:before {
  content: "\f06b";
}
.qmod-fullnews .fa-leaf:before {
  content: "\f06c";
}
.qmod-fullnews .fa-fire:before {
  content: "\f06d";
}
.qmod-fullnews .fa-eye:before {
  content: "\f06e";
}
.qmod-fullnews .fa-eye-slash:before {
  content: "\f070";
}
.qmod-fullnews .fa-warning:before,
.qmod-fullnews .fa-exclamation-triangle:before {
  content: "\f071";
}
.qmod-fullnews .fa-plane:before {
  content: "\f072";
}
.qmod-fullnews .fa-calendar:before {
  content: "\f073";
}
.qmod-fullnews .fa-random:before {
  content: "\f074";
}
.qmod-fullnews .fa-comment:before {
  content: "\f075";
}
.qmod-fullnews .fa-magnet:before {
  content: "\f076";
}
.qmod-fullnews .fa-chevron-up:before {
  content: "\f077";
}
.qmod-fullnews .fa-chevron-down:before {
  content: "\f078";
}
.qmod-fullnews .fa-retweet:before {
  content: "\f079";
}
.qmod-fullnews .fa-shopping-cart:before {
  content: "\f07a";
}
.qmod-fullnews .fa-folder:before {
  content: "\f07b";
}
.qmod-fullnews .fa-folder-open:before {
  content: "\f07c";
}
.qmod-fullnews .fa-arrows-v:before {
  content: "\f07d";
}
.qmod-fullnews .fa-arrows-h:before {
  content: "\f07e";
}
.qmod-fullnews .fa-bar-chart-o:before,
.qmod-fullnews .fa-bar-chart:before {
  content: "\f080";
}
.qmod-fullnews .fa-twitter-square:before {
  content: "\f081";
}
.qmod-fullnews .fa-facebook-square:before {
  content: "\f082";
}
.qmod-fullnews .fa-camera-retro:before {
  content: "\f083";
}
.qmod-fullnews .fa-key:before {
  content: "\f084";
}
.qmod-fullnews .fa-gears:before,
.qmod-fullnews .fa-cogs:before {
  content: "\f085";
}
.qmod-fullnews .fa-comments:before {
  content: "\f086";
}
.qmod-fullnews .fa-thumbs-o-up:before {
  content: "\f087";
}
.qmod-fullnews .fa-thumbs-o-down:before {
  content: "\f088";
}
.qmod-fullnews .fa-star-half:before {
  content: "\f089";
}
.qmod-fullnews .fa-heart-o:before {
  content: "\f08a";
}
.qmod-fullnews .fa-sign-out:before {
  content: "\f08b";
}
.qmod-fullnews .fa-linkedin-square:before {
  content: "\f08c";
}
.qmod-fullnews .fa-thumb-tack:before {
  content: "\f08d";
}
.qmod-fullnews .fa-external-link:before {
  content: "\f08e";
}
.qmod-fullnews .fa-sign-in:before {
  content: "\f090";
}
.qmod-fullnews .fa-trophy:before {
  content: "\f091";
}
.qmod-fullnews .fa-github-square:before {
  content: "\f092";
}
.qmod-fullnews .fa-upload:before {
  content: "\f093";
}
.qmod-fullnews .fa-lemon-o:before {
  content: "\f094";
}
.qmod-fullnews .fa-phone:before {
  content: "\f095";
}
.qmod-fullnews .fa-square-o:before {
  content: "\f096";
}
.qmod-fullnews .fa-bookmark-o:before {
  content: "\f097";
}
.qmod-fullnews .fa-phone-square:before {
  content: "\f098";
}
.qmod-fullnews .fa-twitter:before {
  content: "\f099";
}
.qmod-fullnews .fa-facebook-f:before,
.qmod-fullnews .fa-facebook:before {
  content: "\f09a";
}
.qmod-fullnews .fa-github:before {
  content: "\f09b";
}
.qmod-fullnews .fa-unlock:before {
  content: "\f09c";
}
.qmod-fullnews .fa-credit-card:before {
  content: "\f09d";
}
.qmod-fullnews .fa-feed:before,
.qmod-fullnews .fa-rss:before {
  content: "\f09e";
}
.qmod-fullnews .fa-hdd-o:before {
  content: "\f0a0";
}
.qmod-fullnews .fa-bullhorn:before {
  content: "\f0a1";
}
.qmod-fullnews .fa-bell:before {
  content: "\f0f3";
}
.qmod-fullnews .fa-certificate:before {
  content: "\f0a3";
}
.qmod-fullnews .fa-hand-o-right:before {
  content: "\f0a4";
}
.qmod-fullnews .fa-hand-o-left:before {
  content: "\f0a5";
}
.qmod-fullnews .fa-hand-o-up:before {
  content: "\f0a6";
}
.qmod-fullnews .fa-hand-o-down:before {
  content: "\f0a7";
}
.qmod-fullnews .fa-arrow-circle-left:before {
  content: "\f0a8";
}
.qmod-fullnews .fa-arrow-circle-right:before {
  content: "\f0a9";
}
.qmod-fullnews .fa-arrow-circle-up:before {
  content: "\f0aa";
}
.qmod-fullnews .fa-arrow-circle-down:before {
  content: "\f0ab";
}
.qmod-fullnews .fa-globe:before {
  content: "\f0ac";
}
.qmod-fullnews .fa-wrench:before {
  content: "\f0ad";
}
.qmod-fullnews .fa-tasks:before {
  content: "\f0ae";
}
.qmod-fullnews .fa-filter:before {
  content: "\f0b0";
}
.qmod-fullnews .fa-briefcase:before {
  content: "\f0b1";
}
.qmod-fullnews .fa-arrows-alt:before {
  content: "\f0b2";
}
.qmod-fullnews .fa-group:before,
.qmod-fullnews .fa-users:before {
  content: "\f0c0";
}
.qmod-fullnews .fa-chain:before,
.qmod-fullnews .fa-link:before {
  content: "\f0c1";
}
.qmod-fullnews .fa-cloud:before {
  content: "\f0c2";
}
.qmod-fullnews .fa-flask:before {
  content: "\f0c3";
}
.qmod-fullnews .fa-cut:before,
.qmod-fullnews .fa-scissors:before {
  content: "\f0c4";
}
.qmod-fullnews .fa-copy:before,
.qmod-fullnews .fa-files-o:before {
  content: "\f0c5";
}
.qmod-fullnews .fa-paperclip:before {
  content: "\f0c6";
}
.qmod-fullnews .fa-save:before,
.qmod-fullnews .fa-floppy-o:before {
  content: "\f0c7";
}
.qmod-fullnews .fa-square:before {
  content: "\f0c8";
}
.qmod-fullnews .fa-navicon:before,
.qmod-fullnews .fa-reorder:before,
.qmod-fullnews .fa-bars:before {
  content: "\f0c9";
}
.qmod-fullnews .fa-list-ul:before {
  content: "\f0ca";
}
.qmod-fullnews .fa-list-ol:before {
  content: "\f0cb";
}
.qmod-fullnews .fa-strikethrough:before {
  content: "\f0cc";
}
.qmod-fullnews .fa-underline:before {
  content: "\f0cd";
}
.qmod-fullnews .fa-table:before {
  content: "\f0ce";
}
.qmod-fullnews .fa-magic:before {
  content: "\f0d0";
}
.qmod-fullnews .fa-truck:before {
  content: "\f0d1";
}
.qmod-fullnews .fa-pinterest:before {
  content: "\f0d2";
}
.qmod-fullnews .fa-pinterest-square:before {
  content: "\f0d3";
}
.qmod-fullnews .fa-google-plus-square:before {
  content: "\f0d4";
}
.qmod-fullnews .fa-google-plus:before {
  content: "\f0d5";
}
.qmod-fullnews .fa-money:before {
  content: "\f0d6";
}
.qmod-fullnews .fa-caret-down:before {
  content: "\f0d7";
}
.qmod-fullnews .fa-caret-up:before {
  content: "\f0d8";
}
.qmod-fullnews .fa-caret-left:before {
  content: "\f0d9";
}
.qmod-fullnews .fa-caret-right:before {
  content: "\f0da";
}
.qmod-fullnews .fa-columns:before {
  content: "\f0db";
}
.qmod-fullnews .fa-unsorted:before,
.qmod-fullnews .fa-sort:before {
  content: "\f0dc";
}
.qmod-fullnews .fa-sort-down:before,
.qmod-fullnews .fa-sort-desc:before {
  content: "\f0dd";
}
.qmod-fullnews .fa-sort-up:before,
.qmod-fullnews .fa-sort-asc:before {
  content: "\f0de";
}
.qmod-fullnews .fa-envelope:before {
  content: "\f0e0";
}
.qmod-fullnews .fa-linkedin:before {
  content: "\f0e1";
}
.qmod-fullnews .fa-rotate-left:before,
.qmod-fullnews .fa-undo:before {
  content: "\f0e2";
}
.qmod-fullnews .fa-legal:before,
.qmod-fullnews .fa-gavel:before {
  content: "\f0e3";
}
.qmod-fullnews .fa-dashboard:before,
.qmod-fullnews .fa-tachometer:before {
  content: "\f0e4";
}
.qmod-fullnews .fa-comment-o:before {
  content: "\f0e5";
}
.qmod-fullnews .fa-comments-o:before {
  content: "\f0e6";
}
.qmod-fullnews .fa-flash:before,
.qmod-fullnews .fa-bolt:before {
  content: "\f0e7";
}
.qmod-fullnews .fa-sitemap:before {
  content: "\f0e8";
}
.qmod-fullnews .fa-umbrella:before {
  content: "\f0e9";
}
.qmod-fullnews .fa-paste:before,
.qmod-fullnews .fa-clipboard:before {
  content: "\f0ea";
}
.qmod-fullnews .fa-lightbulb-o:before {
  content: "\f0eb";
}
.qmod-fullnews .fa-exchange:before {
  content: "\f0ec";
}
.qmod-fullnews .fa-cloud-download:before {
  content: "\f0ed";
}
.qmod-fullnews .fa-cloud-upload:before {
  content: "\f0ee";
}
.qmod-fullnews .fa-user-md:before {
  content: "\f0f0";
}
.qmod-fullnews .fa-stethoscope:before {
  content: "\f0f1";
}
.qmod-fullnews .fa-suitcase:before {
  content: "\f0f2";
}
.qmod-fullnews .fa-bell-o:before {
  content: "\f0a2";
}
.qmod-fullnews .fa-coffee:before {
  content: "\f0f4";
}
.qmod-fullnews .fa-cutlery:before {
  content: "\f0f5";
}
.qmod-fullnews .fa-file-text-o:before {
  content: "\f0f6";
}
.qmod-fullnews .fa-building-o:before {
  content: "\f0f7";
}
.qmod-fullnews .fa-hospital-o:before {
  content: "\f0f8";
}
.qmod-fullnews .fa-ambulance:before {
  content: "\f0f9";
}
.qmod-fullnews .fa-medkit:before {
  content: "\f0fa";
}
.qmod-fullnews .fa-fighter-jet:before {
  content: "\f0fb";
}
.qmod-fullnews .fa-beer:before {
  content: "\f0fc";
}
.qmod-fullnews .fa-h-square:before {
  content: "\f0fd";
}
.qmod-fullnews .fa-plus-square:before {
  content: "\f0fe";
}
.qmod-fullnews .fa-angle-double-left:before {
  content: "\f100";
}
.qmod-fullnews .fa-angle-double-right:before {
  content: "\f101";
}
.qmod-fullnews .fa-angle-double-up:before {
  content: "\f102";
}
.qmod-fullnews .fa-angle-double-down:before {
  content: "\f103";
}
.qmod-fullnews .fa-angle-left:before {
  content: "\f104";
}
.qmod-fullnews .fa-angle-right:before {
  content: "\f105";
}
.qmod-fullnews .fa-angle-up:before {
  content: "\f106";
}
.qmod-fullnews .fa-angle-down:before {
  content: "\f107";
}
.qmod-fullnews .fa-desktop:before {
  content: "\f108";
}
.qmod-fullnews .fa-laptop:before {
  content: "\f109";
}
.qmod-fullnews .fa-tablet:before {
  content: "\f10a";
}
.qmod-fullnews .fa-mobile-phone:before,
.qmod-fullnews .fa-mobile:before {
  content: "\f10b";
}
.qmod-fullnews .fa-circle-o:before {
  content: "\f10c";
}
.qmod-fullnews .fa-quote-left:before {
  content: "\f10d";
}
.qmod-fullnews .fa-quote-right:before {
  content: "\f10e";
}
.qmod-fullnews .fa-spinner:before {
  content: "\f110";
}
.qmod-fullnews .fa-circle:before {
  content: "\f111";
}
.qmod-fullnews .fa-mail-reply:before,
.qmod-fullnews .fa-reply:before {
  content: "\f112";
}
.qmod-fullnews .fa-github-alt:before {
  content: "\f113";
}
.qmod-fullnews .fa-folder-o:before {
  content: "\f114";
}
.qmod-fullnews .fa-folder-open-o:before {
  content: "\f115";
}
.qmod-fullnews .fa-smile-o:before {
  content: "\f118";
}
.qmod-fullnews .fa-frown-o:before {
  content: "\f119";
}
.qmod-fullnews .fa-meh-o:before {
  content: "\f11a";
}
.qmod-fullnews .fa-gamepad:before {
  content: "\f11b";
}
.qmod-fullnews .fa-keyboard-o:before {
  content: "\f11c";
}
.qmod-fullnews .fa-flag-o:before {
  content: "\f11d";
}
.qmod-fullnews .fa-flag-checkered:before {
  content: "\f11e";
}
.qmod-fullnews .fa-terminal:before {
  content: "\f120";
}
.qmod-fullnews .fa-code:before {
  content: "\f121";
}
.qmod-fullnews .fa-mail-reply-all:before,
.qmod-fullnews .fa-reply-all:before {
  content: "\f122";
}
.qmod-fullnews .fa-star-half-empty:before,
.qmod-fullnews .fa-star-half-full:before,
.qmod-fullnews .fa-star-half-o:before {
  content: "\f123";
}
.qmod-fullnews .fa-location-arrow:before {
  content: "\f124";
}
.qmod-fullnews .fa-crop:before {
  content: "\f125";
}
.qmod-fullnews .fa-code-fork:before {
  content: "\f126";
}
.qmod-fullnews .fa-unlink:before,
.qmod-fullnews .fa-chain-broken:before {
  content: "\f127";
}
.qmod-fullnews .fa-question:before {
  content: "\f128";
}
.qmod-fullnews .fa-info:before {
  content: "\f129";
}
.qmod-fullnews .fa-exclamation:before {
  content: "\f12a";
}
.qmod-fullnews .fa-superscript:before {
  content: "\f12b";
}
.qmod-fullnews .fa-subscript:before {
  content: "\f12c";
}
.qmod-fullnews .fa-eraser:before {
  content: "\f12d";
}
.qmod-fullnews .fa-puzzle-piece:before {
  content: "\f12e";
}
.qmod-fullnews .fa-microphone:before {
  content: "\f130";
}
.qmod-fullnews .fa-microphone-slash:before {
  content: "\f131";
}
.qmod-fullnews .fa-shield:before {
  content: "\f132";
}
.qmod-fullnews .fa-calendar-o:before {
  content: "\f133";
}
.qmod-fullnews .fa-fire-extinguisher:before {
  content: "\f134";
}
.qmod-fullnews .fa-rocket:before {
  content: "\f135";
}
.qmod-fullnews .fa-maxcdn:before {
  content: "\f136";
}
.qmod-fullnews .fa-chevron-circle-left:before {
  content: "\f137";
}
.qmod-fullnews .fa-chevron-circle-right:before {
  content: "\f138";
}
.qmod-fullnews .fa-chevron-circle-up:before {
  content: "\f139";
}
.qmod-fullnews .fa-chevron-circle-down:before {
  content: "\f13a";
}
.qmod-fullnews .fa-html5:before {
  content: "\f13b";
}
.qmod-fullnews .fa-css3:before {
  content: "\f13c";
}
.qmod-fullnews .fa-anchor:before {
  content: "\f13d";
}
.qmod-fullnews .fa-unlock-alt:before {
  content: "\f13e";
}
.qmod-fullnews .fa-bullseye:before {
  content: "\f140";
}
.qmod-fullnews .fa-ellipsis-h:before {
  content: "\f141";
}
.qmod-fullnews .fa-ellipsis-v:before {
  content: "\f142";
}
.qmod-fullnews .fa-rss-square:before {
  content: "\f143";
}
.qmod-fullnews .fa-play-circle:before {
  content: "\f144";
}
.qmod-fullnews .fa-ticket:before {
  content: "\f145";
}
.qmod-fullnews .fa-minus-square:before {
  content: "\f146";
}
.qmod-fullnews .fa-minus-square-o:before {
  content: "\f147";
}
.qmod-fullnews .fa-level-up:before {
  content: "\f148";
}
.qmod-fullnews .fa-level-down:before {
  content: "\f149";
}
.qmod-fullnews .fa-check-square:before {
  content: "\f14a";
}
.qmod-fullnews .fa-pencil-square:before {
  content: "\f14b";
}
.qmod-fullnews .fa-external-link-square:before {
  content: "\f14c";
}
.qmod-fullnews .fa-share-square:before {
  content: "\f14d";
}
.qmod-fullnews .fa-compass:before {
  content: "\f14e";
}
.qmod-fullnews .fa-toggle-down:before,
.qmod-fullnews .fa-caret-square-o-down:before {
  content: "\f150";
}
.qmod-fullnews .fa-toggle-up:before,
.qmod-fullnews .fa-caret-square-o-up:before {
  content: "\f151";
}
.qmod-fullnews .fa-toggle-right:before,
.qmod-fullnews .fa-caret-square-o-right:before {
  content: "\f152";
}
.qmod-fullnews .fa-euro:before,
.qmod-fullnews .fa-eur:before {
  content: "\f153";
}
.qmod-fullnews .fa-gbp:before {
  content: "\f154";
}
.qmod-fullnews .fa-dollar:before,
.qmod-fullnews .fa-usd:before {
  content: "\f155";
}
.qmod-fullnews .fa-rupee:before,
.qmod-fullnews .fa-inr:before {
  content: "\f156";
}
.qmod-fullnews .fa-cny:before,
.qmod-fullnews .fa-rmb:before,
.qmod-fullnews .fa-yen:before,
.qmod-fullnews .fa-jpy:before {
  content: "\f157";
}
.qmod-fullnews .fa-ruble:before,
.qmod-fullnews .fa-rouble:before,
.qmod-fullnews .fa-rub:before {
  content: "\f158";
}
.qmod-fullnews .fa-won:before,
.qmod-fullnews .fa-krw:before {
  content: "\f159";
}
.qmod-fullnews .fa-bitcoin:before,
.qmod-fullnews .fa-btc:before {
  content: "\f15a";
}
.qmod-fullnews .fa-file:before {
  content: "\f15b";
}
.qmod-fullnews .fa-file-text:before {
  content: "\f15c";
}
.qmod-fullnews .fa-sort-alpha-asc:before {
  content: "\f15d";
}
.qmod-fullnews .fa-sort-alpha-desc:before {
  content: "\f15e";
}
.qmod-fullnews .fa-sort-amount-asc:before {
  content: "\f160";
}
.qmod-fullnews .fa-sort-amount-desc:before {
  content: "\f161";
}
.qmod-fullnews .fa-sort-numeric-asc:before {
  content: "\f162";
}
.qmod-fullnews .fa-sort-numeric-desc:before {
  content: "\f163";
}
.qmod-fullnews .fa-thumbs-up:before {
  content: "\f164";
}
.qmod-fullnews .fa-thumbs-down:before {
  content: "\f165";
}
.qmod-fullnews .fa-youtube-square:before {
  content: "\f166";
}
.qmod-fullnews .fa-youtube:before {
  content: "\f167";
}
.qmod-fullnews .fa-xing:before {
  content: "\f168";
}
.qmod-fullnews .fa-xing-square:before {
  content: "\f169";
}
.qmod-fullnews .fa-youtube-play:before {
  content: "\f16a";
}
.qmod-fullnews .fa-dropbox:before {
  content: "\f16b";
}
.qmod-fullnews .fa-stack-overflow:before {
  content: "\f16c";
}
.qmod-fullnews .fa-instagram:before {
  content: "\f16d";
}
.qmod-fullnews .fa-flickr:before {
  content: "\f16e";
}
.qmod-fullnews .fa-adn:before {
  content: "\f170";
}
.qmod-fullnews .fa-bitbucket:before {
  content: "\f171";
}
.qmod-fullnews .fa-bitbucket-square:before {
  content: "\f172";
}
.qmod-fullnews .fa-tumblr:before {
  content: "\f173";
}
.qmod-fullnews .fa-tumblr-square:before {
  content: "\f174";
}
.qmod-fullnews .fa-long-arrow-down:before {
  content: "\f175";
}
.qmod-fullnews .fa-long-arrow-up:before {
  content: "\f176";
}
.qmod-fullnews .fa-long-arrow-left:before {
  content: "\f177";
}
.qmod-fullnews .fa-long-arrow-right:before {
  content: "\f178";
}
.qmod-fullnews .fa-apple:before {
  content: "\f179";
}
.qmod-fullnews .fa-windows:before {
  content: "\f17a";
}
.qmod-fullnews .fa-android:before {
  content: "\f17b";
}
.qmod-fullnews .fa-linux:before {
  content: "\f17c";
}
.qmod-fullnews .fa-dribbble:before {
  content: "\f17d";
}
.qmod-fullnews .fa-skype:before {
  content: "\f17e";
}
.qmod-fullnews .fa-foursquare:before {
  content: "\f180";
}
.qmod-fullnews .fa-trello:before {
  content: "\f181";
}
.qmod-fullnews .fa-female:before {
  content: "\f182";
}
.qmod-fullnews .fa-male:before {
  content: "\f183";
}
.qmod-fullnews .fa-gittip:before,
.qmod-fullnews .fa-gratipay:before {
  content: "\f184";
}
.qmod-fullnews .fa-sun-o:before {
  content: "\f185";
}
.qmod-fullnews .fa-moon-o:before {
  content: "\f186";
}
.qmod-fullnews .fa-archive:before {
  content: "\f187";
}
.qmod-fullnews .fa-bug:before {
  content: "\f188";
}
.qmod-fullnews .fa-vk:before {
  content: "\f189";
}
.qmod-fullnews .fa-weibo:before {
  content: "\f18a";
}
.qmod-fullnews .fa-renren:before {
  content: "\f18b";
}
.qmod-fullnews .fa-pagelines:before {
  content: "\f18c";
}
.qmod-fullnews .fa-stack-exchange:before {
  content: "\f18d";
}
.qmod-fullnews .fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.qmod-fullnews .fa-arrow-circle-o-left:before {
  content: "\f190";
}
.qmod-fullnews .fa-toggle-left:before,
.qmod-fullnews .fa-caret-square-o-left:before {
  content: "\f191";
}
.qmod-fullnews .fa-dot-circle-o:before {
  content: "\f192";
}
.qmod-fullnews .fa-wheelchair:before {
  content: "\f193";
}
.qmod-fullnews .fa-vimeo-square:before {
  content: "\f194";
}
.qmod-fullnews .fa-turkish-lira:before,
.qmod-fullnews .fa-try:before {
  content: "\f195";
}
.qmod-fullnews .fa-plus-square-o:before {
  content: "\f196";
}
.qmod-fullnews .fa-space-shuttle:before {
  content: "\f197";
}
.qmod-fullnews .fa-slack:before {
  content: "\f198";
}
.qmod-fullnews .fa-envelope-square:before {
  content: "\f199";
}
.qmod-fullnews .fa-wordpress:before {
  content: "\f19a";
}
.qmod-fullnews .fa-openid:before {
  content: "\f19b";
}
.qmod-fullnews .fa-institution:before,
.qmod-fullnews .fa-bank:before,
.qmod-fullnews .fa-university:before {
  content: "\f19c";
}
.qmod-fullnews .fa-mortar-board:before,
.qmod-fullnews .fa-graduation-cap:before {
  content: "\f19d";
}
.qmod-fullnews .fa-yahoo:before {
  content: "\f19e";
}
.qmod-fullnews .fa-google:before {
  content: "\f1a0";
}
.qmod-fullnews .fa-reddit:before {
  content: "\f1a1";
}
.qmod-fullnews .fa-reddit-square:before {
  content: "\f1a2";
}
.qmod-fullnews .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.qmod-fullnews .fa-stumbleupon:before {
  content: "\f1a4";
}
.qmod-fullnews .fa-delicious:before {
  content: "\f1a5";
}
.qmod-fullnews .fa-digg:before {
  content: "\f1a6";
}
.qmod-fullnews .fa-pied-piper-pp:before {
  content: "\f1a7";
}
.qmod-fullnews .fa-pied-piper-alt:before {
  content: "\f1a8";
}
.qmod-fullnews .fa-drupal:before {
  content: "\f1a9";
}
.qmod-fullnews .fa-joomla:before {
  content: "\f1aa";
}
.qmod-fullnews .fa-language:before {
  content: "\f1ab";
}
.qmod-fullnews .fa-fax:before {
  content: "\f1ac";
}
.qmod-fullnews .fa-building:before {
  content: "\f1ad";
}
.qmod-fullnews .fa-child:before {
  content: "\f1ae";
}
.qmod-fullnews .fa-paw:before {
  content: "\f1b0";
}
.qmod-fullnews .fa-spoon:before {
  content: "\f1b1";
}
.qmod-fullnews .fa-cube:before {
  content: "\f1b2";
}
.qmod-fullnews .fa-cubes:before {
  content: "\f1b3";
}
.qmod-fullnews .fa-behance:before {
  content: "\f1b4";
}
.qmod-fullnews .fa-behance-square:before {
  content: "\f1b5";
}
.qmod-fullnews .fa-steam:before {
  content: "\f1b6";
}
.qmod-fullnews .fa-steam-square:before {
  content: "\f1b7";
}
.qmod-fullnews .fa-recycle:before {
  content: "\f1b8";
}
.qmod-fullnews .fa-automobile:before,
.qmod-fullnews .fa-car:before {
  content: "\f1b9";
}
.qmod-fullnews .fa-cab:before,
.qmod-fullnews .fa-taxi:before {
  content: "\f1ba";
}
.qmod-fullnews .fa-tree:before {
  content: "\f1bb";
}
.qmod-fullnews .fa-spotify:before {
  content: "\f1bc";
}
.qmod-fullnews .fa-deviantart:before {
  content: "\f1bd";
}
.qmod-fullnews .fa-soundcloud:before {
  content: "\f1be";
}
.qmod-fullnews .fa-database:before {
  content: "\f1c0";
}
.qmod-fullnews .fa-file-pdf-o:before {
  content: "\f1c1";
}
.qmod-fullnews .fa-file-word-o:before {
  content: "\f1c2";
}
.qmod-fullnews .fa-file-excel-o:before {
  content: "\f1c3";
}
.qmod-fullnews .fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.qmod-fullnews .fa-file-photo-o:before,
.qmod-fullnews .fa-file-picture-o:before,
.qmod-fullnews .fa-file-image-o:before {
  content: "\f1c5";
}
.qmod-fullnews .fa-file-zip-o:before,
.qmod-fullnews .fa-file-archive-o:before {
  content: "\f1c6";
}
.qmod-fullnews .fa-file-sound-o:before,
.qmod-fullnews .fa-file-audio-o:before {
  content: "\f1c7";
}
.qmod-fullnews .fa-file-movie-o:before,
.qmod-fullnews .fa-file-video-o:before {
  content: "\f1c8";
}
.qmod-fullnews .fa-file-code-o:before {
  content: "\f1c9";
}
.qmod-fullnews .fa-vine:before {
  content: "\f1ca";
}
.qmod-fullnews .fa-codepen:before {
  content: "\f1cb";
}
.qmod-fullnews .fa-jsfiddle:before {
  content: "\f1cc";
}
.qmod-fullnews .fa-life-bouy:before,
.qmod-fullnews .fa-life-buoy:before,
.qmod-fullnews .fa-life-saver:before,
.qmod-fullnews .fa-support:before,
.qmod-fullnews .fa-life-ring:before {
  content: "\f1cd";
}
.qmod-fullnews .fa-circle-o-notch:before {
  content: "\f1ce";
}
.qmod-fullnews .fa-ra:before,
.qmod-fullnews .fa-resistance:before,
.qmod-fullnews .fa-rebel:before {
  content: "\f1d0";
}
.qmod-fullnews .fa-ge:before,
.qmod-fullnews .fa-empire:before {
  content: "\f1d1";
}
.qmod-fullnews .fa-git-square:before {
  content: "\f1d2";
}
.qmod-fullnews .fa-git:before {
  content: "\f1d3";
}
.qmod-fullnews .fa-y-combinator-square:before,
.qmod-fullnews .fa-yc-square:before,
.qmod-fullnews .fa-hacker-news:before {
  content: "\f1d4";
}
.qmod-fullnews .fa-tencent-weibo:before {
  content: "\f1d5";
}
.qmod-fullnews .fa-qq:before {
  content: "\f1d6";
}
.qmod-fullnews .fa-wechat:before,
.qmod-fullnews .fa-weixin:before {
  content: "\f1d7";
}
.qmod-fullnews .fa-send:before,
.qmod-fullnews .fa-paper-plane:before {
  content: "\f1d8";
}
.qmod-fullnews .fa-send-o:before,
.qmod-fullnews .fa-paper-plane-o:before {
  content: "\f1d9";
}
.qmod-fullnews .fa-history:before {
  content: "\f1da";
}
.qmod-fullnews .fa-circle-thin:before {
  content: "\f1db";
}
.qmod-fullnews .fa-header:before {
  content: "\f1dc";
}
.qmod-fullnews .fa-paragraph:before {
  content: "\f1dd";
}
.qmod-fullnews .fa-sliders:before {
  content: "\f1de";
}
.qmod-fullnews .fa-share-alt:before {
  content: "\f1e0";
}
.qmod-fullnews .fa-share-alt-square:before {
  content: "\f1e1";
}
.qmod-fullnews .fa-bomb:before {
  content: "\f1e2";
}
.qmod-fullnews .fa-soccer-ball-o:before,
.qmod-fullnews .fa-futbol-o:before {
  content: "\f1e3";
}
.qmod-fullnews .fa-tty:before {
  content: "\f1e4";
}
.qmod-fullnews .fa-binoculars:before {
  content: "\f1e5";
}
.qmod-fullnews .fa-plug:before {
  content: "\f1e6";
}
.qmod-fullnews .fa-slideshare:before {
  content: "\f1e7";
}
.qmod-fullnews .fa-twitch:before {
  content: "\f1e8";
}
.qmod-fullnews .fa-yelp:before {
  content: "\f1e9";
}
.qmod-fullnews .fa-newspaper-o:before {
  content: "\f1ea";
}
.qmod-fullnews .fa-wifi:before {
  content: "\f1eb";
}
.qmod-fullnews .fa-calculator:before {
  content: "\f1ec";
}
.qmod-fullnews .fa-paypal:before {
  content: "\f1ed";
}
.qmod-fullnews .fa-google-wallet:before {
  content: "\f1ee";
}
.qmod-fullnews .fa-cc-visa:before {
  content: "\f1f0";
}
.qmod-fullnews .fa-cc-mastercard:before {
  content: "\f1f1";
}
.qmod-fullnews .fa-cc-discover:before {
  content: "\f1f2";
}
.qmod-fullnews .fa-cc-amex:before {
  content: "\f1f3";
}
.qmod-fullnews .fa-cc-paypal:before {
  content: "\f1f4";
}
.qmod-fullnews .fa-cc-stripe:before {
  content: "\f1f5";
}
.qmod-fullnews .fa-bell-slash:before {
  content: "\f1f6";
}
.qmod-fullnews .fa-bell-slash-o:before {
  content: "\f1f7";
}
.qmod-fullnews .fa-trash:before {
  content: "\f1f8";
}
.qmod-fullnews .fa-copyright:before {
  content: "\f1f9";
}
.qmod-fullnews .fa-at:before {
  content: "\f1fa";
}
.qmod-fullnews .fa-eyedropper:before {
  content: "\f1fb";
}
.qmod-fullnews .fa-paint-brush:before {
  content: "\f1fc";
}
.qmod-fullnews .fa-birthday-cake:before {
  content: "\f1fd";
}
.qmod-fullnews .fa-area-chart:before {
  content: "\f1fe";
}
.qmod-fullnews .fa-pie-chart:before {
  content: "\f200";
}
.qmod-fullnews .fa-line-chart:before {
  content: "\f201";
}
.qmod-fullnews .fa-lastfm:before {
  content: "\f202";
}
.qmod-fullnews .fa-lastfm-square:before {
  content: "\f203";
}
.qmod-fullnews .fa-toggle-off:before {
  content: "\f204";
}
.qmod-fullnews .fa-toggle-on:before {
  content: "\f205";
}
.qmod-fullnews .fa-bicycle:before {
  content: "\f206";
}
.qmod-fullnews .fa-bus:before {
  content: "\f207";
}
.qmod-fullnews .fa-ioxhost:before {
  content: "\f208";
}
.qmod-fullnews .fa-angellist:before {
  content: "\f209";
}
.qmod-fullnews .fa-cc:before {
  content: "\f20a";
}
.qmod-fullnews .fa-shekel:before,
.qmod-fullnews .fa-sheqel:before,
.qmod-fullnews .fa-ils:before {
  content: "\f20b";
}
.qmod-fullnews .fa-meanpath:before {
  content: "\f20c";
}
.qmod-fullnews .fa-buysellads:before {
  content: "\f20d";
}
.qmod-fullnews .fa-connectdevelop:before {
  content: "\f20e";
}
.qmod-fullnews .fa-dashcube:before {
  content: "\f210";
}
.qmod-fullnews .fa-forumbee:before {
  content: "\f211";
}
.qmod-fullnews .fa-leanpub:before {
  content: "\f212";
}
.qmod-fullnews .fa-sellsy:before {
  content: "\f213";
}
.qmod-fullnews .fa-shirtsinbulk:before {
  content: "\f214";
}
.qmod-fullnews .fa-simplybuilt:before {
  content: "\f215";
}
.qmod-fullnews .fa-skyatlas:before {
  content: "\f216";
}
.qmod-fullnews .fa-cart-plus:before {
  content: "\f217";
}
.qmod-fullnews .fa-cart-arrow-down:before {
  content: "\f218";
}
.qmod-fullnews .fa-diamond:before {
  content: "\f219";
}
.qmod-fullnews .fa-ship:before {
  content: "\f21a";
}
.qmod-fullnews .fa-user-secret:before {
  content: "\f21b";
}
.qmod-fullnews .fa-motorcycle:before {
  content: "\f21c";
}
.qmod-fullnews .fa-street-view:before {
  content: "\f21d";
}
.qmod-fullnews .fa-heartbeat:before {
  content: "\f21e";
}
.qmod-fullnews .fa-venus:before {
  content: "\f221";
}
.qmod-fullnews .fa-mars:before {
  content: "\f222";
}
.qmod-fullnews .fa-mercury:before {
  content: "\f223";
}
.qmod-fullnews .fa-intersex:before,
.qmod-fullnews .fa-transgender:before {
  content: "\f224";
}
.qmod-fullnews .fa-transgender-alt:before {
  content: "\f225";
}
.qmod-fullnews .fa-venus-double:before {
  content: "\f226";
}
.qmod-fullnews .fa-mars-double:before {
  content: "\f227";
}
.qmod-fullnews .fa-venus-mars:before {
  content: "\f228";
}
.qmod-fullnews .fa-mars-stroke:before {
  content: "\f229";
}
.qmod-fullnews .fa-mars-stroke-v:before {
  content: "\f22a";
}
.qmod-fullnews .fa-mars-stroke-h:before {
  content: "\f22b";
}
.qmod-fullnews .fa-neuter:before {
  content: "\f22c";
}
.qmod-fullnews .fa-genderless:before {
  content: "\f22d";
}
.qmod-fullnews .fa-facebook-official:before {
  content: "\f230";
}
.qmod-fullnews .fa-pinterest-p:before {
  content: "\f231";
}
.qmod-fullnews .fa-whatsapp:before {
  content: "\f232";
}
.qmod-fullnews .fa-server:before {
  content: "\f233";
}
.qmod-fullnews .fa-user-plus:before {
  content: "\f234";
}
.qmod-fullnews .fa-user-times:before {
  content: "\f235";
}
.qmod-fullnews .fa-hotel:before,
.qmod-fullnews .fa-bed:before {
  content: "\f236";
}
.qmod-fullnews .fa-viacoin:before {
  content: "\f237";
}
.qmod-fullnews .fa-train:before {
  content: "\f238";
}
.qmod-fullnews .fa-subway:before {
  content: "\f239";
}
.qmod-fullnews .fa-medium:before {
  content: "\f23a";
}
.qmod-fullnews .fa-yc:before,
.qmod-fullnews .fa-y-combinator:before {
  content: "\f23b";
}
.qmod-fullnews .fa-optin-monster:before {
  content: "\f23c";
}
.qmod-fullnews .fa-opencart:before {
  content: "\f23d";
}
.qmod-fullnews .fa-expeditedssl:before {
  content: "\f23e";
}
.qmod-fullnews .fa-battery-4:before,
.qmod-fullnews .fa-battery:before,
.qmod-fullnews .fa-battery-full:before {
  content: "\f240";
}
.qmod-fullnews .fa-battery-3:before,
.qmod-fullnews .fa-battery-three-quarters:before {
  content: "\f241";
}
.qmod-fullnews .fa-battery-2:before,
.qmod-fullnews .fa-battery-half:before {
  content: "\f242";
}
.qmod-fullnews .fa-battery-1:before,
.qmod-fullnews .fa-battery-quarter:before {
  content: "\f243";
}
.qmod-fullnews .fa-battery-0:before,
.qmod-fullnews .fa-battery-empty:before {
  content: "\f244";
}
.qmod-fullnews .fa-mouse-pointer:before {
  content: "\f245";
}
.qmod-fullnews .fa-i-cursor:before {
  content: "\f246";
}
.qmod-fullnews .fa-object-group:before {
  content: "\f247";
}
.qmod-fullnews .fa-object-ungroup:before {
  content: "\f248";
}
.qmod-fullnews .fa-sticky-note:before {
  content: "\f249";
}
.qmod-fullnews .fa-sticky-note-o:before {
  content: "\f24a";
}
.qmod-fullnews .fa-cc-jcb:before {
  content: "\f24b";
}
.qmod-fullnews .fa-cc-diners-club:before {
  content: "\f24c";
}
.qmod-fullnews .fa-clone:before {
  content: "\f24d";
}
.qmod-fullnews .fa-balance-scale:before {
  content: "\f24e";
}
.qmod-fullnews .fa-hourglass-o:before {
  content: "\f250";
}
.qmod-fullnews .fa-hourglass-1:before,
.qmod-fullnews .fa-hourglass-start:before {
  content: "\f251";
}
.qmod-fullnews .fa-hourglass-2:before,
.qmod-fullnews .fa-hourglass-half:before {
  content: "\f252";
}
.qmod-fullnews .fa-hourglass-3:before,
.qmod-fullnews .fa-hourglass-end:before {
  content: "\f253";
}
.qmod-fullnews .fa-hourglass:before {
  content: "\f254";
}
.qmod-fullnews .fa-hand-grab-o:before,
.qmod-fullnews .fa-hand-rock-o:before {
  content: "\f255";
}
.qmod-fullnews .fa-hand-stop-o:before,
.qmod-fullnews .fa-hand-paper-o:before {
  content: "\f256";
}
.qmod-fullnews .fa-hand-scissors-o:before {
  content: "\f257";
}
.qmod-fullnews .fa-hand-lizard-o:before {
  content: "\f258";
}
.qmod-fullnews .fa-hand-spock-o:before {
  content: "\f259";
}
.qmod-fullnews .fa-hand-pointer-o:before {
  content: "\f25a";
}
.qmod-fullnews .fa-hand-peace-o:before {
  content: "\f25b";
}
.qmod-fullnews .fa-trademark:before {
  content: "\f25c";
}
.qmod-fullnews .fa-registered:before {
  content: "\f25d";
}
.qmod-fullnews .fa-creative-commons:before {
  content: "\f25e";
}
.qmod-fullnews .fa-gg:before {
  content: "\f260";
}
.qmod-fullnews .fa-gg-circle:before {
  content: "\f261";
}
.qmod-fullnews .fa-tripadvisor:before {
  content: "\f262";
}
.qmod-fullnews .fa-odnoklassniki:before {
  content: "\f263";
}
.qmod-fullnews .fa-odnoklassniki-square:before {
  content: "\f264";
}
.qmod-fullnews .fa-get-pocket:before {
  content: "\f265";
}
.qmod-fullnews .fa-wikipedia-w:before {
  content: "\f266";
}
.qmod-fullnews .fa-safari:before {
  content: "\f267";
}
.qmod-fullnews .fa-chrome:before {
  content: "\f268";
}
.qmod-fullnews .fa-firefox:before {
  content: "\f269";
}
.qmod-fullnews .fa-opera:before {
  content: "\f26a";
}
.qmod-fullnews .fa-internet-explorer:before {
  content: "\f26b";
}
.qmod-fullnews .fa-tv:before,
.qmod-fullnews .fa-television:before {
  content: "\f26c";
}
.qmod-fullnews .fa-contao:before {
  content: "\f26d";
}
.qmod-fullnews .fa-500px:before {
  content: "\f26e";
}
.qmod-fullnews .fa-amazon:before {
  content: "\f270";
}
.qmod-fullnews .fa-calendar-plus-o:before {
  content: "\f271";
}
.qmod-fullnews .fa-calendar-minus-o:before {
  content: "\f272";
}
.qmod-fullnews .fa-calendar-times-o:before {
  content: "\f273";
}
.qmod-fullnews .fa-calendar-check-o:before {
  content: "\f274";
}
.qmod-fullnews .fa-industry:before {
  content: "\f275";
}
.qmod-fullnews .fa-map-pin:before {
  content: "\f276";
}
.qmod-fullnews .fa-map-signs:before {
  content: "\f277";
}
.qmod-fullnews .fa-map-o:before {
  content: "\f278";
}
.qmod-fullnews .fa-map:before {
  content: "\f279";
}
.qmod-fullnews .fa-commenting:before {
  content: "\f27a";
}
.qmod-fullnews .fa-commenting-o:before {
  content: "\f27b";
}
.qmod-fullnews .fa-houzz:before {
  content: "\f27c";
}
.qmod-fullnews .fa-vimeo:before {
  content: "\f27d";
}
.qmod-fullnews .fa-black-tie:before {
  content: "\f27e";
}
.qmod-fullnews .fa-fonticons:before {
  content: "\f280";
}
.qmod-fullnews .fa-reddit-alien:before {
  content: "\f281";
}
.qmod-fullnews .fa-edge:before {
  content: "\f282";
}
.qmod-fullnews .fa-credit-card-alt:before {
  content: "\f283";
}
.qmod-fullnews .fa-codiepie:before {
  content: "\f284";
}
.qmod-fullnews .fa-modx:before {
  content: "\f285";
}
.qmod-fullnews .fa-fort-awesome:before {
  content: "\f286";
}
.qmod-fullnews .fa-usb:before {
  content: "\f287";
}
.qmod-fullnews .fa-product-hunt:before {
  content: "\f288";
}
.qmod-fullnews .fa-mixcloud:before {
  content: "\f289";
}
.qmod-fullnews .fa-scribd:before {
  content: "\f28a";
}
.qmod-fullnews .fa-pause-circle:before {
  content: "\f28b";
}
.qmod-fullnews .fa-pause-circle-o:before {
  content: "\f28c";
}
.qmod-fullnews .fa-stop-circle:before {
  content: "\f28d";
}
.qmod-fullnews .fa-stop-circle-o:before {
  content: "\f28e";
}
.qmod-fullnews .fa-shopping-bag:before {
  content: "\f290";
}
.qmod-fullnews .fa-shopping-basket:before {
  content: "\f291";
}
.qmod-fullnews .fa-hashtag:before {
  content: "\f292";
}
.qmod-fullnews .fa-bluetooth:before {
  content: "\f293";
}
.qmod-fullnews .fa-bluetooth-b:before {
  content: "\f294";
}
.qmod-fullnews .fa-percent:before {
  content: "\f295";
}
.qmod-fullnews .fa-gitlab:before {
  content: "\f296";
}
.qmod-fullnews .fa-wpbeginner:before {
  content: "\f297";
}
.qmod-fullnews .fa-wpforms:before {
  content: "\f298";
}
.qmod-fullnews .fa-envira:before {
  content: "\f299";
}
.qmod-fullnews .fa-universal-access:before {
  content: "\f29a";
}
.qmod-fullnews .fa-wheelchair-alt:before {
  content: "\f29b";
}
.qmod-fullnews .fa-question-circle-o:before {
  content: "\f29c";
}
.qmod-fullnews .fa-blind:before {
  content: "\f29d";
}
.qmod-fullnews .fa-audio-description:before {
  content: "\f29e";
}
.qmod-fullnews .fa-volume-control-phone:before {
  content: "\f2a0";
}
.qmod-fullnews .fa-braille:before {
  content: "\f2a1";
}
.qmod-fullnews .fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.qmod-fullnews .fa-asl-interpreting:before,
.qmod-fullnews .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.qmod-fullnews .fa-deafness:before,
.qmod-fullnews .fa-hard-of-hearing:before,
.qmod-fullnews .fa-deaf:before {
  content: "\f2a4";
}
.qmod-fullnews .fa-glide:before {
  content: "\f2a5";
}
.qmod-fullnews .fa-glide-g:before {
  content: "\f2a6";
}
.qmod-fullnews .fa-signing:before,
.qmod-fullnews .fa-sign-language:before {
  content: "\f2a7";
}
.qmod-fullnews .fa-low-vision:before {
  content: "\f2a8";
}
.qmod-fullnews .fa-viadeo:before {
  content: "\f2a9";
}
.qmod-fullnews .fa-viadeo-square:before {
  content: "\f2aa";
}
.qmod-fullnews .fa-snapchat:before {
  content: "\f2ab";
}
.qmod-fullnews .fa-snapchat-ghost:before {
  content: "\f2ac";
}
.qmod-fullnews .fa-snapchat-square:before {
  content: "\f2ad";
}
.qmod-fullnews .fa-pied-piper:before {
  content: "\f2ae";
}
.qmod-fullnews .fa-first-order:before {
  content: "\f2b0";
}
.qmod-fullnews .fa-yoast:before {
  content: "\f2b1";
}
.qmod-fullnews .fa-themeisle:before {
  content: "\f2b2";
}
.qmod-fullnews .fa-google-plus-circle:before,
.qmod-fullnews .fa-google-plus-official:before {
  content: "\f2b3";
}
.qmod-fullnews .fa-fa:before,
.qmod-fullnews .fa-font-awesome:before {
  content: "\f2b4";
}
.qmod-fullnews .fa-handshake-o:before {
  content: "\f2b5";
}
.qmod-fullnews .fa-envelope-open:before {
  content: "\f2b6";
}
.qmod-fullnews .fa-envelope-open-o:before {
  content: "\f2b7";
}
.qmod-fullnews .fa-linode:before {
  content: "\f2b8";
}
.qmod-fullnews .fa-address-book:before {
  content: "\f2b9";
}
.qmod-fullnews .fa-address-book-o:before {
  content: "\f2ba";
}
.qmod-fullnews .fa-vcard:before,
.qmod-fullnews .fa-address-card:before {
  content: "\f2bb";
}
.qmod-fullnews .fa-vcard-o:before,
.qmod-fullnews .fa-address-card-o:before {
  content: "\f2bc";
}
.qmod-fullnews .fa-user-circle:before {
  content: "\f2bd";
}
.qmod-fullnews .fa-user-circle-o:before {
  content: "\f2be";
}
.qmod-fullnews .fa-user-o:before {
  content: "\f2c0";
}
.qmod-fullnews .fa-id-badge:before {
  content: "\f2c1";
}
.qmod-fullnews .fa-drivers-license:before,
.qmod-fullnews .fa-id-card:before {
  content: "\f2c2";
}
.qmod-fullnews .fa-drivers-license-o:before,
.qmod-fullnews .fa-id-card-o:before {
  content: "\f2c3";
}
.qmod-fullnews .fa-quora:before {
  content: "\f2c4";
}
.qmod-fullnews .fa-free-code-camp:before {
  content: "\f2c5";
}
.qmod-fullnews .fa-telegram:before {
  content: "\f2c6";
}
.qmod-fullnews .fa-thermometer-4:before,
.qmod-fullnews .fa-thermometer:before,
.qmod-fullnews .fa-thermometer-full:before {
  content: "\f2c7";
}
.qmod-fullnews .fa-thermometer-3:before,
.qmod-fullnews .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.qmod-fullnews .fa-thermometer-2:before,
.qmod-fullnews .fa-thermometer-half:before {
  content: "\f2c9";
}
.qmod-fullnews .fa-thermometer-1:before,
.qmod-fullnews .fa-thermometer-quarter:before {
  content: "\f2ca";
}
.qmod-fullnews .fa-thermometer-0:before,
.qmod-fullnews .fa-thermometer-empty:before {
  content: "\f2cb";
}
.qmod-fullnews .fa-shower:before {
  content: "\f2cc";
}
.qmod-fullnews .fa-bathtub:before,
.qmod-fullnews .fa-s15:before,
.qmod-fullnews .fa-bath:before {
  content: "\f2cd";
}
.qmod-fullnews .fa-podcast:before {
  content: "\f2ce";
}
.qmod-fullnews .fa-window-maximize:before {
  content: "\f2d0";
}
.qmod-fullnews .fa-window-minimize:before {
  content: "\f2d1";
}
.qmod-fullnews .fa-window-restore:before {
  content: "\f2d2";
}
.qmod-fullnews .fa-times-rectangle:before,
.qmod-fullnews .fa-window-close:before {
  content: "\f2d3";
}
.qmod-fullnews .fa-times-rectangle-o:before,
.qmod-fullnews .fa-window-close-o:before {
  content: "\f2d4";
}
.qmod-fullnews .fa-bandcamp:before {
  content: "\f2d5";
}
.qmod-fullnews .fa-grav:before {
  content: "\f2d6";
}
.qmod-fullnews .fa-etsy:before {
  content: "\f2d7";
}
.qmod-fullnews .fa-imdb:before {
  content: "\f2d8";
}
.qmod-fullnews .fa-ravelry:before {
  content: "\f2d9";
}
.qmod-fullnews .fa-eercast:before {
  content: "\f2da";
}
.qmod-fullnews .fa-microchip:before {
  content: "\f2db";
}
.qmod-fullnews .fa-snowflake-o:before {
  content: "\f2dc";
}
.qmod-fullnews .fa-superpowers:before {
  content: "\f2dd";
}
.qmod-fullnews .fa-wpexplorer:before {
  content: "\f2de";
}
.qmod-fullnews .fa-meetup:before {
  content: "\f2e0";
}
.qmod-fullnews .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.qmod-fullnews .sr-only-focusable:active,
.qmod-fullnews .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.qmod-fullnews .flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.qmod-fullnews .flag {
  display: inline-block;
  width: 26px;
  height: 16px;
  vertical-align: middle;
  margin: 1px;
}
.qmod-fullnews .flag.flag-big {
  width: 34px;
  height: 24px;
  background-size: 34px 24px;
  margin: 0;
}
.qmod-fullnews .undefined {
  text-align: center;
}
.qmod-fullnews .undefined:after {
  content: '-';
}
.qmod-fullnews .USD,
.qmod-fullnews .USA,
.qmod-fullnews .US,
.qmod-fullnews .United.States {
  background: url('//qmod.quotemedia.com/img/flags/4x3/us.svg') no-repeat;
  background-size: 24px 14px;
  background-position: 1px 1px;
}
.qmod-fullnews .TUR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/tr.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .FRA {
  background: url('//qmod.quotemedia.com/img/flags/4x3/fr.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .NLD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/nl.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .IDN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/id.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .IRL {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ie.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .LUX {
  background: url('//qmod.quotemedia.com/img/flags/4x3/lu.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .ITA {
  background: url('//qmod.quotemedia.com/img/flags/4x3/it.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .BMU {
  background: url('//qmod.quotemedia.com/img/flags/4x3/bm.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .TWN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/tw.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .AED {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ae.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .ALL {
  background: url('//qmod.quotemedia.com/img/flags/4x3/al.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .ARS,
.qmod-fullnews .ARG {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ar.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .AUT {
  background: url('//qmod.quotemedia.com/img/flags/4x3/at.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .AUD,
.qmod-fullnews .AUS,
.qmod-fullnews .\$CADAUD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/au.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .ZAR,
.qmod-fullnews .ZAF {
  background: url('//qmod.quotemedia.com/img/flags/4x3/za.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .BBD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/bb.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .BDT {
  background: url('//qmod.quotemedia.com/img/flags/4x3/bd.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .BGN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/bg.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .BHD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/bh.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .\$USDBRL {
  background: url('//qmod.quotemedia.com/img/flags/4x3/br.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .CAD,
.qmod-fullnews .CAN,
.qmod-fullnews .CA,
.qmod-fullnews .CND {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ca.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .XAF {
  background: url('//qmod.quotemedia.com/img/flags/4x3/xa.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .CHF,
.qmod-fullnews .\$CADCHF {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ch.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .CLP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/cl.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .CNY,
.qmod-fullnews .CHN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/cn.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .COP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/co.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .CRC {
  background: url('//qmod.quotemedia.com/img/flags/4x3/cr.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .GRC {
  background: url('//qmod.quotemedia.com/img/flags/4x3/gr.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .CZK {
  background: url('//qmod.quotemedia.com/img/flags/4x3/cz.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .DKK,
.qmod-fullnews .DNK {
  background: url('//qmod.quotemedia.com/img/flags/4x3/dk.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .DZD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/dz.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .EGP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/eg.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .EURO,
.qmod-fullnews .\$CADEUR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/eu.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .GBP,
.qmod-fullnews .GBR,
.qmod-fullnews .GBX,
.qmod-fullnews .\$CADGBP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/gb.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .HKD,
.qmod-fullnews .HKG,
.qmod-fullnews .\$CADHKD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/hk.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .HRK {
  background: url('//qmod.quotemedia.com/img/flags/4x3/hr.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .HUF {
  background: url('//qmod.quotemedia.com/img/flags/4x3/hu.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .PRT {
  background: url('//qmod.quotemedia.com/img/flags/4x3/pt.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .DEU {
  background: url('//qmod.quotemedia.com/img/flags/4x3/de.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .ILS,
.qmod-fullnews .ISR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/il.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .CHE {
  background: url('//qmod.quotemedia.com/img/flags/4x3/sz.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .INR,
.qmod-fullnews .IND {
  background: url('//qmod.quotemedia.com/img/flags/4x3/in.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .IQD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/iq.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .JMD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/jmd.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .JOD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/jo.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .JPY,
.qmod-fullnews .JPN,
.qmod-fullnews .\$CADJPY {
  background: url('//qmod.quotemedia.com/img/flags/4x3/jp.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .ESP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/es.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .KES {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ke.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .KPW {
  background: url('//qmod.quotemedia.com/img/flags/4x3/kp.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .KWD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/kw.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .LBP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/lb.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .LKR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/lk.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .MAD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ma.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .MUR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/mu.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .MXN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/mx.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .MYR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/my.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .XOF {
  background: url('//qmod.quotemedia.com/img/flags/4x3/xo.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .NOK {
  background: url('//qmod.quotemedia.com/img/flags/4x3/no.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .NZD,
.qmod-fullnews .NZL,
.qmod-fullnews .\$CADNZD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/nz.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .OMR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/om.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .PEN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/pe.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .XPF {
  background: url('//qmod.quotemedia.com/img/flags/4x3/xp.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .PHP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ph.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .PLN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/pl.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .QAR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/qa.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .RON {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ro.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .\$USDRUB,
.qmod-fullnews .RUS {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ru.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .SAR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/sa.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .SDD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/sd.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .SEK {
  background: url('//qmod.quotemedia.com/img/flags/4x3/se.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .SGD,
.qmod-fullnews .SGP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/sg.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .SKK {
  background: url('//qmod.quotemedia.com/img/flags/4x3/sk.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .THB {
  background: url('//qmod.quotemedia.com/img/flags/4x3/th.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .TND {
  background: url('//qmod.quotemedia.com/img/flags/4x3/tn.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .VND {
  background: url('//qmod.quotemedia.com/img/flags/4x3/vn.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .BEL {
  background: url('//qmod.quotemedia.com/img/flags/4x3/be.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-fullnews .flag-icon:before {
  content: "\00a0";
}
.qmod-fullnews .qmod-quotehead .qmod-inline-ul {
  float: right;
}
.qmod-fullnews .qmod-quotehead .qmod-inline-ul ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.qmod-fullnews .qmod-quotehead .qmod-inline-ul ul:nth-child(2) {
  padding-left: 25px;
}
.qmod-fullnews .qmod-quotehead .qmod-inline-ul li {
  padding: 0 4px;
  display: inline-block;
}
.qmod-fullnews .qmod-quotehead .qmod-inline-ul li button {
  text-decoration: none;
}
.qmod-fullnews .qmod-quotehead .qmod-inline-ul .qmod-frm-wrap {
  padding-top: 4px;
}
.qmod-fullnews .qmod-quotehead .qmod-bid > .qmod-dp {
  color: var(--QMOD-ticker-green);
}
.qmod-fullnews .qmod-quotehead .qmod-ask > .qmod-dp {
  color: var(--QMOD-ticker-red);
}
.qmod-fullnews .qmod-quotehead .qmod-reghalt .qmod-tooltip {
  color: #ff0000 !important;
}
.qmod-fullnews .qmod-quotehead .qmod-datetimezone {
  margin-left: 5px;
}
.qmod-fullnews .qmod-quotehead .qmod-icon-space {
  padding: 10px;
}
.qmod-fullnews .qmod-quotehead .qmod-change-icon {
  margin-right: 5px;
}
.qmod-fullnews .qmod-quotehead .qmod-separator {
  margin-bottom: 1rem;
}
.qmod-fullnews .qmod-quotehead .qmod-mkt-hours > div + div,
.qmod-fullnews .qmod-quotehead .qmod-after-hours,
.qmod-fullnews .qmod-quotehead .qmod-entline {
  line-height: 20px;
}
.qmod-fullnews .qmod-quotehead .qmod-mkt-hours .qmod-last,
.qmod-fullnews .qmod-quotehead .qmod-mkt-hours .qmod-change {
  font-size: 190%;
}
.qmod-fullnews .qmod-quotehead .qmod-pipe-sep {
  font-size: 85%;
  vertical-align: text-top;
  color: #666;
  line-height: normal;
}
.qmod-fullnews .qmod-quotehead .qmod-bid,
.qmod-fullnews .qmod-quotehead .qmod-datetime,
.qmod-fullnews .qmod-quotehead .qmod-afh {
  margin-right: 20px;
  display: inline-block;
}
.qmod-fullnews .qmod-quotehead .qmod-volume,
.qmod-fullnews .qmod-quotehead .qmod-ask,
.qmod-fullnews .qmod-quotehead .qmod-ah-bottom {
  display: inline-block;
}
.qmod-fullnews .qmod-quotehead .qmod-heading .flag {
  margin-right: 5px;
}
.qmod-fullnews .qmod-quotehead .qmod-heading .qmod-t-text {
  vertical-align: bottom;
}
.qmod-fullnews .qmod-quotehead .qmod-head-left,
.qmod-fullnews .qmod-quotehead .qmod-head-right {
  margin-left: 20px;
  margin-top: 13px;
  margin-right: 20px;
  height: 100%;
}
.qmod-fullnews .qmod-quotehead .qmod-entline {
  text-transform: uppercase;
  font-size: 12px;
}
.qmod-fullnews .qmod-quotehead .textr {
  text-align: right;
}
.qmod-fullnews .qmod-quotehead .qmod-daylow ~ .qmod-daylow {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
}
.qmod-fullnews .qmod-quotehead .qmod-day-high {
  float: right;
}
.qmod-fullnews .qmod-quotehead .qmod-daylowbar {
  font-size: 12px;
  position: relative;
  margin-top: 15px;
  background-color: #cccccc;
}
.qmod-fullnews .qmod-quotehead .qmod-barpct {
  background-color: var(--QMOD-primary-color);
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  text-align: right;
  white-space: nowrap;
  max-width: 100%;
  height: 100%;
}
.qmod-fullnews .qmod-quotehead .qmod-cplogo {
  text-align: right;
}
@media (max-width: 767px) {
  .qmod-fullnews .qmod-quotehead .qmod-cplogo {
    display: none;
  }
}
.qmod-fullnews .qmod-quotehead .qmod-tradecont {
  text-align: right;
}
@media (max-width: 568px) {
  .qmod-fullnews .qmod-quotehead .qmod-tradecont {
    text-align: center;
  }
}
.qmod-fullnews .qmod-quotehead .qmod-tradecont a {
  text-decoration: none;
  color: #fff;
}
.qmod-fullnews .qmod-quotehead .qmod-tradecont a ~ a {
  margin-left: 10px;
}
.qmod-fullnews .qmod-quotehead .qmod-tradecont .qmod-btn {
  padding: 10px 5px;
  font-size: 18px;
  display: inline-block;
}
@media (max-width: 568px) {
  .qmod-fullnews .qmod-quotehead .qmod-tradecont .qmod-btn {
    width: 45%;
    padding: 10px;
  }
}
.qmod-fullnews .qmod-quotehead .qmod-hl-arrow {
  position: absolute;
  top: -16px;
}
.qmod-fullnews .qmod-quotehead .qmod-hl-label {
  white-space: nowrap;
}
.qmod-fullnews .qmod-quotehead .qmod-hl-label.qmod-hl-left {
  position: absolute;
  left: -115px;
}
@media (max-width: 568px) {
  .qmod-fullnews .qmod-quotehead .qmod-head-left,
  .qmod-fullnews .qmod-quotehead .qmod-head-right {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.qmod-fullnews .qmod-quotehead .qmod-tot,
.qmod-fullnews .qmod-quotehead .qmod-pct,
.qmod-fullnews .qmod-quotehead .qmod-last {
  margin-right: 5px;
}
.qmod-fullnews .qmod-news-list.qmod-show-thumbnails li .qmod-news-with-thumbnail {
  min-height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qmod-fullnews .qmod-news-list.qmod-show-thumbnails li .qmod-news-with-thumbnail .qmod-news-column-left {
  display: flex;
  align-items: flex-start;
  flex-grow: 2;
  flex-direction: column;
}
.qmod-fullnews .qmod-news-list.qmod-show-thumbnails li .qmod-news-with-thumbnail .qmod-news-column-left .qmod-news-date-container .qmod-news-date {
  white-space: nowrap;
  width: 75px;
  min-width: 75px;
  margin-right: 0.5rem;
  display: table-cell;
  padding-right: 20px;
}
.qmod-fullnews .qmod-news-list.qmod-show-thumbnails li .qmod-news-with-thumbnail .qmod-news-column-left .qmod-headline-container {
  display: flex;
  flex-direction: column;
}
.qmod-fullnews .qmod-news-list.qmod-show-thumbnails li .qmod-news-with-thumbnail .qmod-news-column-left .qmod-headline-container .qmod-headline {
  margin-bottom: 5px;
}
.qmod-fullnews .qmod-news-list.qmod-show-thumbnails li .qmod-news-with-thumbnail .qmod-news-column-left .qmod-headline-container .qmod-news-source {
  font-size: 90%;
  color: #999;
  float: none;
  padding-left: 0;
  padding-top: 5px;
}
.qmod-fullnews .qmod-news-list.qmod-show-thumbnails li .qmod-news-with-thumbnail .qmod-news-column-right .qmod-news-thumbnail-container {
  margin-left: 10px;
  min-width: 64px;
}
.qmod-fullnews .qmod-news-list.qmod-show-thumbnails li .qmod-news-with-thumbnail .qmod-news-column-right .qmod-news-thumbnail-container .qmod-news-thumbnail {
  display: table-cell;
  vertical-align: middle;
  height: 64px;
  width: 64px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 35.5em) {
  .qmod-fullnews .qmod-news-list.qmod-show-thumbnails li {
    padding: 10px 5px;
  }
  .qmod-fullnews .qmod-news-list.qmod-show-thumbnails li .qmod-news-with-thumbnail .qmod-headline {
    padding-top: 5px;
  }
  .qmod-fullnews .qmod-news-list.qmod-show-thumbnails li .qmod-news-with-thumbnail .qmod-news-column-left {
    flex-direction: column;
    align-items: flex-start;
  }
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('https://cdn.rawgit.com/google/material-design-icons/a6145e16/iconfont/MaterialIcons-Regular.eot');
  /* For IE6-8 */
  src: url('https://cdn.rawgit.com/google/material-design-icons/a6145e16/iconfont/MaterialIcons-Regular.woff2') format('woff2'), url('https://cdn.rawgit.com/google/material-design-icons/a6145e16/iconfont/MaterialIcons-Regular.woff') format('woff'), url('https://cdn.rawgit.com/google/material-design-icons/a6145e16/iconfont/MaterialIcons-Regular.ttf') format('truetype');
}
.qmod-fullnews input[type=checkbox].qmod-chkrad {
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid transparent;
  margin-top: 3px;
}
.qmod-fullnews .material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.qmod-fullnews .qmod-radio-group-label {
  line-height: 32px;
}
.qmod-fullnews .qmod-chkrad {
  opacity: 0;
  position: fixed;
}
.qmod-fullnews .qmod-chkrad:focus + label:before,
.qmod-fullnews .qmod-chkrad:focus + label:after {
  color: #0060DF;
}
.qmod-fullnews .qmod-checkradio {
  padding-top: 5px;
}
.qmod-fullnews .qmod-chkradlabel {
  vertical-align: middle;
  display: inline-block;
  height: 21px;
  padding-top: 4px;
  line-height: 24px;
  padding-bottom: 3px;
}
.qmod-fullnews .qmod-chkradlabel:before {
  color: #eee;
}
.qmod-fullnews .qmod-chkradlabel:after {
  color: #0477DA;
}
.qmod-fullnews .qmod-chkradlabel-brown:after {
  color: #cdbc8e;
}
.qmod-fullnews .qmod-chkrad:not(:checked) + label,
.qmod-fullnews .qmod-chkrad:checked + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  min-height: 26px;
  padding-right: 15px;
}
.qmod-fullnews .qmod-chkrad:not(:checked) + label:before,
.qmod-fullnews .qmod-chkrad:checked + label:before,
.qmod-fullnews .qmod-chkrad:not(:checked) + label:after,
.qmod-fullnews .qmod-chkrad:checked + label:after {
  font-family: 'Material Icons';
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  line-height: 1.2em;
  font-size: 2em;
  width: fit-content;
  height: fit-content;
  text-align: center;
  position: absolute;
  top: -1px;
  left: 0px;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s;
}
.qmod-fullnews .qmod-chkrad[type="checkbox"]:not(:checked) + label:before,
.qmod-fullnews .qmod-chkrad[type="checkbox"]:checked + label:before {
  content: 'check_box_outline_blank';
}
.qmod-fullnews .qmod-chkrad[type="radio"]:not(:checked) + label:before,
.qmod-fullnews .qmod-chkrad[type="radio"]:checked + label:before {
  content: 'radio_button_unchecked';
}
.qmod-fullnews .qmod-chkrad[type="checkbox"]:not(:checked) + label:after,
.qmod-fullnews .qmod-chkrad[type="checkbox"]:checked + label:after {
  content: 'check_box';
}
.qmod-fullnews .qmod-chkrad[type="radio"]:not(:checked) + label:after,
.qmod-fullnews .qmod-chkrad[type="radio"]:checked + label:after {
  content: 'radio_button_checked';
}
.qmod-fullnews .qmod-chkrad:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0.3);
}
.qmod-fullnews .qmod-chkrad:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.qmod-fullnews .qmod-chkrad:disabled + label,
.qmod-fullnews .qmod-chkrad:disabled:not(:checked) + label:before,
.qmod-fullnews .qmod-chkrad:disabled:checked + label:before,
.qmod-fullnews .qmod-chkrad:disabled:checked + label:after {
  opacity: 0.6;
  cursor: not-allowed;
}
.qmod-fullnews .qmod-checrad-mar {
  margin: 10px 0 10px 40px;
  line-height: 32px;
}
.qmod-fullnews .qmod-pkg-check-lp {
  top: -5px;
}
.qmod-fullnews .qmod-chkrad-alert {
  left: -14px;
}
.qmod-fullnews .qmod-chkrad-pos:not(:checked) + label::before,
.qmod-fullnews .qmod-chkrad-pos:checked + label::before,
.qmod-fullnews .qmod-chkrad-pos:not(:checked) + label::after,
.qmod-fullnews .qmod-chkrad-pos:checked + label::after {
  left: -42px;
  top: -5px;
}
.qmod-fullnews .qmod-news-output {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -10px;
}
.qmod-fullnews .qmod-sources-btn {
  margin-right: 10px;
}
.qmod-fullnews .qmod-nonvideo-news-column,
.qmod-fullnews .qmod-video-news-column {
  margin: 10px;
}
.qmod-fullnews img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  display: none;
}
.qmod-fullnews .qmod-nonvideo-news-column {
  flex: 3 3 400px;
  padding-bottom: 30px;
}
.qmod-fullnews .qmod-video-news-column {
  flex: 1 1 200px;
  padding-bottom: 30px;
}
.qmod-fullnews .qmod-video-news-list {
  display: flex;
  justify-content: space-around;
}
.qmod-fullnews .qmod-headlines-videos {
  margin-bottom: 10px;
  padding: 0 20px;
}
.qmod-fullnews .qmod-story-source {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.qmod-fullnews .qmod-news-videos {
  margin: 0;
  list-style: none;
  padding: 0;
}
.qmod-fullnews .qmod-video-iframe-container {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 10px 0;
}
.qmod-fullnews .qmod-video-container {
  text-align: center;
}
.qmod-fullnews .qmod-video-object {
  width: 70%;
  height: auto;
  margin-bottom: 10px;
}
@media (max-width: 48em) {
  .qmod-fullnews .qmod-video-object {
    width: 100%;
  }
}
.qmod-fullnews .qmod-video-box {
  position: relative;
  display: block;
}
.qmod-fullnews .qmod-video-box .qmod-play-icon {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 30px;
  color: #fff;
  opacity: 0.8;
  transition: all 0.3s;
}
.qmod-fullnews input[type="text"] {
  padding: 7px 12px;
  font-size: 14px;
}
.qmod-fullnews .right-addon i {
  top: 0px;
}
.qmod-fullnews .qmod-btn-icon {
  width: 49%;
}
.qmod-fullnews .qmod-btn {
  text-decoration: none;
  border-radius: 4px;
  padding: 8px 16px;
  border: none;
  text-shadow: none;
  transition: all 0.3s;
}
.qmod-fullnews .qmod-pagenum {
  margin: 0 1px;
}
.qmod-fullnews .qmod-pagenum:focus {
  outline: 1px solid black;
}
.qmod-fullnews .qmod-paginator-next:focus,
.qmod-fullnews .qmod-paginator-last:focus,
.qmod-fullnews .qmod-paginator-prev:focus,
.qmod-fullnews .qmod-paginator-first:focus {
  outline: 1px solid black;
}
.qmod-fullnews .qmod-video-show-control {
  padding-right: 15px;
}
.qmod-fullnews .qmod-play-icon {
  padding-left: 7px;
}
@media screen and (max-width: 48em) {
  .qmod-fullnews .qmod-btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .qmod-fullnews .qmod-pagenum {
    padding-left: 10px;
    padding-right: 10px;
  }
  .qmod-fullnews .qmod-btn-icon {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 35.5em) {
  .qmod-fullnews .qmod-btn {
    padding-left: 5px;
    padding-right: 5px;
  }
  .qmod-fullnews .qmod-pagenum {
    padding-left: 10px;
    padding-right: 10px;
  }
  .qmod-fullnews .qmod-video-show-control {
    padding-right: 5px;
  }
  .qmod-fullnews .qmod-play-icon {
    padding-left: 3px;
  }
}
.qmod-fullnews .qmod-f-right {
  float: right;
}
.qmod-fullnews .qmod-news-video {
  cursor: pointer;
}
.qmod-fullnews .qmod-news-video:hover .qmod-play-icon {
  color: #2980b9;
  top: 50%;
  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, -50%);
  font-size: 50px;
}
.qmod-fullnews .qmod-feat-box {
  border: 1px solid #ccc;
  padding: 5px;
  clear: both;
}
.qmod-fullnews .qmod-video-thumb {
  width: 100%;
}
.qmod-fullnews .qmod-video-title {
  margin-top: 10px;
  font-size: 13px;
  min-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.qmod-fullnews .qmod-video-title a {
  text-decoration: none;
}
.qmod-fullnews .qmod-multi-video {
  padding: 20px 0;
}
.qmod-fullnews .qmod-multi-video .qmod-video-details {
  display: flex;
  justify-content: flex-start;
  margin-top: 8px;
}
.qmod-fullnews .qmod-multi-video .qmod-video-details .qmod-video-src {
  font-size: 12px;
}
.qmod-fullnews .qmod-multi-video .qmod-video-details .qmod-video-date {
  padding-left: 10px;
  font-size: 12px;
  color: #666;
}
.qmod-fullnews .qmod-error-msg {
  border: 1px solid red;
  display: inline-block;
  padding: 2px;
  margin-top: 5px;
}
.qmod-fullnews table.dataTable thead th.qmod-textr {
  padding-right: 18px;
}
.qmod-fullnews .qmod-headlines-topics {
  padding-top: 10px;
}
.qmod-fullnews .qmod-headlines-topics .qmod-btn.qmod-pull-right {
  float: right;
}
.qmod-fullnews .qmod-headlines-topics .qmod-news-list:first-child h6 {
  margin-top: 0;
}
.qmod-fullnews .qmod-headlines-topics .qmod-news-list-group.anim {
  transform: translate3d(-200%, 0, 0);
  transition: all 1s ease-in-out 0s;
}
.qmod-fullnews .qmod-news-list {
  background-color: #fff;
  list-style-type: none;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}
.qmod-fullnews .qmod-news-list .qmod-news-date {
  margin-right: 0.5rem;
  white-space: nowrap;
  width: 75px;
  display: table-cell;
  padding-right: 20px;
}
.qmod-fullnews .qmod-news-list li {
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
}
.qmod-fullnews .qmod-news-list li:first-child {
  padding-top: 0;
}
.qmod-fullnews .qmod-news-list li.qmod-news-error {
  text-align: center;
  padding: 40px 0;
}
.qmod-fullnews .qmod-news-list li .qmod-news-date {
  margin-right: 0.5rem;
  display: table-cell;
  padding-right: 20px;
}
.qmod-fullnews .qmod-news-list li .qmod-headline {
  display: table-cell;
}
.qmod-fullnews .qmod-news-list li .qmod-headline h4 {
  font-weight: normal;
  margin: 0;
}
.qmod-fullnews .qmod-news-list li a {
  overflow: hidden;
  margin-bottom: 5px;
}
.qmod-fullnews .qmod-news-list li .qmod-news-source {
  float: right;
  padding-left: 5px;
}
.qmod-fullnews .qmod-no-date-headings {
  margin: 0;
}
.qmod-fullnews .qmod-no-date-headings .qmod-heading {
  display: none;
}
.qmod-fullnews .qmod-no-date-headings li + li {
  border-top: 1px none #ddd;
}
.qmod-fullnews .qmod-no-date-headings li {
  border-bottom: 1px solid #ddd;
}
.qmod-fullnews .qmod-no-date-headings .qmod-news-datetime {
  margin-right: 0.5rem;
  padding-right: 5px;
  display: inline-block;
  font-size: 85%;
  color: #999;
}
.qmod-fullnews .qmod-allnews-story table {
  width: 100%;
}
.qmod-fullnews .qmod-allnews-story table tr td,
.qmod-fullnews .qmod-allnews-story table tr th {
  border-bottom: 1px solid #c4c4c4;
}
.qmod-fullnews .qmod-allnews-story table tr:last-child td,
.qmod-fullnews .qmod-allnews-story table tr:last-child th {
  border-bottom: 0;
}
.qmod-fullnews .qmod-error-wrap {
  display: flex;
  margin: auto;
  margin-top: 40px;
}
.qmod-fullnews .qmod-pagin-top {
  margin-top: 5px;
  margin-bottom: 15px;
}
.qmod-fullnews .qmod-paginator-last {
  margin-left: 10px;
}
.qmod-fullnews .qmod-paginator-first {
  margin-right: 10px;
}
.qmod-fullnews .qmod-paginator,
.qmod-fullnews .qmod-news-modifiers {
  margin-top: 20px;
}
@media screen and (max-width: 35.5em) {
  .qmod-fullnews .qmod-paginator,
  .qmod-fullnews .qmod-news-modifiers {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.qmod-fullnews .qmod-modifiers {
  text-align: left;
  padding: 20px 0 20px 0;
}
.qmod-fullnews .qmod-modifiers .qmod-btn-icon {
  padding-right: 1%;
}
.qmod-fullnews .qmod-modifiers .qmod-btn-icon:last-child {
  padding-right: 0;
}
@media (max-width: 480px) {
  .qmod-fullnews .qmod-news-list .qmod-news-date {
    display: block;
  }
  .qmod-fullnews .qmod-news-list li .qmod-headline {
    display: block;
  }
  .qmod-fullnews .qmod-news-modifiers .qmod-mod-pad {
    text-align: center;
  }
}
@media (min-width: 600px) {
  .qmod-fullnews .qmod-pure-sm {
    display: none;
  }
}
@media (max-width: 559px) {
  .qmod-fullnews .qmod-pure-md {
    display: none;
  }
  .qmod-fullnews .qmod-pure-sm {
    display: block;
  }
}
@media print {
  .qmod-fullnews body {
    display: none !important;
  }
  .qmod-fullnews .qmod-ui-modal-body {
    display: block;
    background-color: white;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
  }
}
.qmod-fullnews .qmod-socialshare-btn-group {
  display: inline-block;
}
.qmod-fullnews .qmod-sharesocial-twitter {
  border: 0;
}
.qmod-fullnews .qmod-sharesocial-twitter:hover {
  color: #000;
  background-color: #2795e9;
}
.qmod-fullnews .qmod-sharesocial-facebook {
  border: 0;
}
.qmod-fullnews .qmod-sharesocial-facebook:hover {
  color: #000;
  background-color: #5a7abf;
}
.qmod-fullnews .qmod-ui-modal .qmod-btn {
  border-radius: 0;
}
.qmod-fullnews .qmod-icon-linkedin::before {
  content: "\e819";
}
.qmod-fullnews .qmod-sharesocial-linkedin {
  border: 0;
}
.qmod-fullnews .qmod-sharesocial-linkedin:hover {
  color: #000;
  background-color: #009de6;
}
.qmod-fullnews .qm-login .qmod-icon-gplus::before {
  vertical-align: middle;
}
.qmod-fullnews .qmod-icon-gplus::before {
  content: "\e811";
}
.qmod-fullnews .qmod-sharesocial-google {
  border: 0;
}
.qmod-fullnews .qmod-sharesocial-google:hover {
  color: #000;
  background-color: #c23321;
}
.qmod-fullnews .qmod-news-menu {
  display: inline-block;
}
.qmod-fullnews .qmod-titlebar-buttons {
  line-height: 24px;
  float: right;
}
.qmod-fullnews .qmod-titlebar-buttons .qmod-btn {
  width: 25px;
  height: 27px;
  padding: 0;
  vertical-align: top;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
}
.qmod-fullnews .qmod-titlebar-buttons .qmod-btn:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}
.qmod-fullnews .qmod-titlebar-buttons .qmod-font-shrink {
  font-size: 9px;
}
.qmod-fullnews .qmod-titlebar-buttons .qmod-font-grow {
  font-size: 15px;
}
.qmod-fullnews .qmod-modal-close {
  width: 25px;
  height: 27px;
  float: right;
  padding: 0;
  margin-left: 5px;
}
.qmod-fullnews .qmod-dropdown-menu {
  max-height: 70vh;
}
.qmod-fullnews .qmod-modal-close:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}
.qmod-fullnews .qmod-news-menu-sm {
  display: none;
  text-align: right;
  position: relative;
}
.qmod-fullnews .qmod-news-menu-sm .qmod-news-menu-items {
  display: none;
  position: absolute;
  right: 0;
}
.qmod-fullnews .qmod-titlebar-buttons {
  display: inline-block;
}
.qmod-fullnews .qmod-ui-modal {
  overflow: hidden;
}
.qmod-fullnews .qmod-ui-modal .qmod-headlines-story table {
  width: 100%;
}
.qmod-fullnews .qmod-ui-modal .qmod-headlines-story img,
.qmod-fullnews .qmod-ui-modal .qmod-headlines-story video,
.qmod-fullnews .qmod-ui-modal .qmod-headlines-story iframe {
  height: auto;
  max-width: 100%;
  display: block;
  margin: 5px 0px;
}
.qmod-fullnews .qmod-ui-modal-body {
  max-height: 70vh;
  overflow-y: auto;
}
.qmod-fullnews .qmod-ui-modal-title {
  font-size: 1.2em;
}
.qmod-fullnews .qmod-popup-wrapper {
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.15);
  display: table;
}
.qmod-fullnews .qmod-popup-wrapper .pop-up-middle {
  display: table-cell;
  vertical-align: middle;
}
.qmod-fullnews .qmod-popup-wrapper .qmod-popup {
  opacity: 0;
  transition: opacity 0.3s;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.25);
  min-height: 475px;
  max-width: 600px;
  width: 75vw;
  margin: auto;
  z-index: 101;
  border-radius: 5px;
}
@media screen and (max-width: 590px) {
  .qmod-fullnews .qmod-popup-wrapper .qmod-popup {
    width: 95%;
  }
}
.qmod-fullnews .qmod-popup-wrapper .qmod-popup .qmod-popup-body {
  border-radius: 0 0 5px 5px;
  padding: 20px;
  text-align: left;
  clear: both;
  border-top: 1px solid #c4c4c4;
  height: auto;
}
.qmod-fullnews .qmod-popup-wrapper .qmod-popup .qmod-popup-title {
  border-radius: 5px 5px 0 0;
  background-color: var(--QMOD-primary-color);
  font-size: 110%;
  color: #fff;
  padding: 10px 20px;
  min-height: 18px;
  position: relative;
}
.qmod-fullnews .qmod-popup-wrapper .qmod-popup .qmod-alertpopup-footer {
  padding: 20px;
  background-color: #f0f0f0;
}
.qmod-fullnews .qmod-popup-wrapper .qmod-popup .qmod-alertpopup-footer .qmod-popupbtns {
  text-align: right;
}
.qmod-fullnews .qmod-popup-wrapper .qmod-popup .qmod-popup-titlebar-buttons {
  position: absolute;
  right: 20px;
  top: 6px;
}
.qmod-fullnews .qmod-popup-wrapper .qmod-popup .qmod-popup-titlebar-buttons .qmod-btn {
  font-size: 24px;
  cursor: pointer;
  background-color: transparent;
  padding: 0em;
  color: #fff;
  border: none;
}
.qmod-fullnews .qmod-popup-wrapper .qmod-anim-fadein {
  opacity: 1;
}
.qmod-fullnews .qmod-new-sources-head {
  margin-bottom: 20px;
  font-size: 16px;
}
.qmod-fullnews .qmod-new-sources-head .qmod-news-modal-head {
  font-weight: bold;
}
.qmod-fullnews .qmod-new-sources-head .qmod-newsToggle {
  text-align: right;
  font-size: 13px;
  vertical-align: bottom;
}
.qmod-fullnews .qmod-news-sources {
  border: 1px solid black;
  max-height: calc(100vh - 230px);
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 13px;
}
.qmod-fullnews .qmod-news-sources .qmod-source-row {
  line-height: 30px;
  transition: 0.2s;
}
.qmod-fullnews .qmod-news-sources .qmod-source-row label {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.qmod-fullnews .qmod-news-sources .qmod-source-row:hover {
  background-color: #f7db74;
}
.qmod-fullnews .qmod-news-sources .qmod-src-active {
  background-color: #ecc42f;
}
.qmod-fullnews .qmod-load-more-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.qmod-fullnews .qmod-load-more-wrap:hover {
  color: grey !important;
}
.qmod-fullnews .qmod-load-more-wrap button.qmod-load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 0;
  background: unset;
  font-weight: bold;
  cursor: pointer;
}
.qmod-fullnews .qmod-load-more-wrap button.qmod-load-more:hover {
  color: grey !important;
}
.qmod-fullnews .qmod-load-more-wrap .qmod-icon {
  font-weight: bold;
}
@media (max-width: 837px) {
  .qmod-fullnews .qmod-sources-btn {
    clear: right;
    margin-right: 0;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .qmod-fullnews .qmod-ui-modal-title {
    font-size: 1em !important;
  }
  .qmod-fullnews .qmod-modal-close {
    width: 16px;
    height: 17px;
    float: right;
    padding: 0;
    margin-left: 0;
  }
  .qmod-fullnews .qmod-icon-cancel::before {
    top: -3px;
    position: relative;
  }
  .qmod-fullnews .qmod-titlebar-buttons {
    display: block;
    float: left;
    clear: both;
  }
}
@media screen and (max-width: 35.5em) {
  .qmod-fullnews .qmod-btn-icon {
    width: 100%;
    margin-bottom: 10px;
  }
}
