@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 4, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_core.scss */
.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; }

/* makes the font 33% larger relative to the icon container */
/* line 5, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

/* line 10, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_larger.scss */
.fa-2x {
  font-size: 2em; }

/* line 11, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_larger.scss */
.fa-3x {
  font-size: 3em; }

/* line 12, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_larger.scss */
.fa-4x {
  font-size: 4em; }

/* line 13, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_larger.scss */
.fa-5x {
  font-size: 5em; }

/* line 3, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center; }

/* line 4, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  /* line 8, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_list.scss */
  .fa-ul > li {
    position: relative; }

/* line 10, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  /* line 16, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_list.scss */
  .fa-li.fa-lg {
    left: -1.85714em; }

/* line 4, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

/* line 10, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_bordered-pulled.scss */
.fa-pull-left {
  float: left; }

/* line 11, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_bordered-pulled.scss */
.fa-pull-right {
  float: right; }

/* line 14, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em; }

/* line 15, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
/* line 19, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_bordered-pulled.scss */
.pull-right {
  float: right; }

/* line 20, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_bordered-pulled.scss */
.pull-left {
  float: left; }

/* line 23, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em; }

/* line 24, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em; }

/* line 4, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear; }

/* line 9, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/* line 4, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg); }

/* line 5, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg); }

/* line 6, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg); }

/* line 8, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1); }

/* line 9, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1); }

/* line 14, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

/* line 4, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 12, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 18, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 19, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 20, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_stacked.scss */
.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-glass:before {
  content: ""; }

/* line 5, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-music:before {
  content: ""; }

/* line 6, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-search:before {
  content: ""; }

/* line 7, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-envelope-o:before {
  content: ""; }

/* line 8, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-heart:before {
  content: ""; }

/* line 9, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-star:before {
  content: ""; }

/* line 10, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-star-o:before {
  content: ""; }

/* line 11, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-user:before {
  content: ""; }

/* line 12, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-film:before {
  content: ""; }

/* line 13, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-th-large:before {
  content: ""; }

/* line 14, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-th:before {
  content: ""; }

/* line 15, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-th-list:before {
  content: ""; }

/* line 16, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-check:before {
  content: ""; }

/* line 17, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

/* line 18, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-search-plus:before {
  content: ""; }

/* line 19, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-search-minus:before {
  content: ""; }

/* line 20, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-power-off:before {
  content: ""; }

/* line 21, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-signal:before {
  content: ""; }

/* line 22, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: ""; }

/* line 23, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-trash-o:before {
  content: ""; }

/* line 24, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-home:before {
  content: ""; }

/* line 25, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-file-o:before {
  content: ""; }

/* line 26, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-clock-o:before {
  content: ""; }

/* line 27, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-road:before {
  content: ""; }

/* line 28, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-download:before {
  content: ""; }

/* line 29, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: ""; }

/* line 30, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: ""; }

/* line 31, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-inbox:before {
  content: ""; }

/* line 32, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-play-circle-o:before {
  content: ""; }

/* line 33, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

/* line 34, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-refresh:before {
  content: ""; }

/* line 35, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-list-alt:before {
  content: ""; }

/* line 36, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-lock:before {
  content: ""; }

/* line 37, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-flag:before {
  content: ""; }

/* line 38, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-headphones:before {
  content: ""; }

/* line 39, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-volume-off:before {
  content: ""; }

/* line 40, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-volume-down:before {
  content: ""; }

/* line 41, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-volume-up:before {
  content: ""; }

/* line 42, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-qrcode:before {
  content: ""; }

/* line 43, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-barcode:before {
  content: ""; }

/* line 44, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-tag:before {
  content: ""; }

/* line 45, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-tags:before {
  content: ""; }

/* line 46, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-book:before {
  content: ""; }

/* line 47, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-bookmark:before {
  content: ""; }

/* line 48, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-print:before {
  content: ""; }

/* line 49, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-camera:before {
  content: ""; }

/* line 50, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-font:before {
  content: ""; }

/* line 51, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-bold:before {
  content: ""; }

/* line 52, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-italic:before {
  content: ""; }

/* line 53, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-text-height:before {
  content: ""; }

/* line 54, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-text-width:before {
  content: ""; }

/* line 55, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-align-left:before {
  content: ""; }

/* line 56, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-align-center:before {
  content: ""; }

/* line 57, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-align-right:before {
  content: ""; }

/* line 58, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-align-justify:before {
  content: ""; }

/* line 59, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-list:before {
  content: ""; }

/* line 60, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

/* line 61, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-indent:before {
  content: ""; }

/* line 62, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-video-camera:before {
  content: ""; }

/* line 63, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

/* line 64, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-pencil:before {
  content: ""; }

/* line 65, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-map-marker:before {
  content: ""; }

/* line 66, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-adjust:before {
  content: ""; }

/* line 67, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-tint:before {
  content: ""; }

/* line 68, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

/* line 69, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-share-square-o:before {
  content: ""; }

/* line 70, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-check-square-o:before {
  content: ""; }

/* line 71, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-arrows:before {
  content: ""; }

/* line 72, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-step-backward:before {
  content: ""; }

/* line 73, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-fast-backward:before {
  content: ""; }

/* line 74, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-backward:before {
  content: ""; }

/* line 75, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-play:before {
  content: ""; }

/* line 76, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-pause:before {
  content: ""; }

/* line 77, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-stop:before {
  content: ""; }

/* line 78, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-forward:before {
  content: ""; }

/* line 79, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-fast-forward:before {
  content: ""; }

/* line 80, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-step-forward:before {
  content: ""; }

/* line 81, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-eject:before {
  content: ""; }

/* line 82, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-chevron-left:before {
  content: ""; }

/* line 83, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-chevron-right:before {
  content: ""; }

/* line 84, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-plus-circle:before {
  content: ""; }

/* line 85, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-minus-circle:before {
  content: ""; }

/* line 86, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-times-circle:before {
  content: ""; }

/* line 87, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-check-circle:before {
  content: ""; }

/* line 88, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-question-circle:before {
  content: ""; }

/* line 89, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-info-circle:before {
  content: ""; }

/* line 90, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-crosshairs:before {
  content: ""; }

/* line 91, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-times-circle-o:before {
  content: ""; }

/* line 92, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-check-circle-o:before {
  content: ""; }

/* line 93, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-ban:before {
  content: ""; }

/* line 94, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-arrow-left:before {
  content: ""; }

/* line 95, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-arrow-right:before {
  content: ""; }

/* line 96, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-arrow-up:before {
  content: ""; }

/* line 97, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-arrow-down:before {
  content: ""; }

/* line 98, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

/* line 99, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-expand:before {
  content: ""; }

/* line 100, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-compress:before {
  content: ""; }

/* line 101, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-plus:before {
  content: ""; }

/* line 102, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-minus:before {
  content: ""; }

/* line 103, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-asterisk:before {
  content: ""; }

/* line 104, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: ""; }

/* line 105, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-gift:before {
  content: ""; }

/* line 106, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-leaf:before {
  content: ""; }

/* line 107, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-fire:before {
  content: ""; }

/* line 108, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-eye:before {
  content: ""; }

/* line 109, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-eye-slash:before {
  content: ""; }

/* line 110, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

/* line 111, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-plane:before {
  content: ""; }

/* line 112, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-calendar:before {
  content: ""; }

/* line 113, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-random:before {
  content: ""; }

/* line 114, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-comment:before {
  content: ""; }

/* line 115, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-magnet:before {
  content: ""; }

/* line 116, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-chevron-up:before {
  content: ""; }

/* line 117, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-chevron-down:before {
  content: ""; }

/* line 118, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-retweet:before {
  content: ""; }

/* line 119, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-shopping-cart:before {
  content: ""; }

/* line 120, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-folder:before {
  content: ""; }

/* line 121, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-folder-open:before {
  content: ""; }

/* line 122, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-arrows-v:before {
  content: ""; }

/* line 123, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-arrows-h:before {
  content: ""; }

/* line 124, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

/* line 125, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-twitter-square:before {
  content: ""; }

/* line 126, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-facebook-square:before {
  content: ""; }

/* line 127, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-camera-retro:before {
  content: ""; }

/* line 128, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-key:before {
  content: ""; }

/* line 129, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: ""; }

/* line 130, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-comments:before {
  content: ""; }

/* line 131, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-thumbs-o-up:before {
  content: ""; }

/* line 132, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-thumbs-o-down:before {
  content: ""; }

/* line 133, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-star-half:before {
  content: ""; }

/* line 134, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-heart-o:before {
  content: ""; }

/* line 135, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-sign-out:before {
  content: ""; }

/* line 136, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-linkedin-square:before {
  content: ""; }

/* line 137, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-thumb-tack:before {
  content: ""; }

/* line 138, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-external-link:before {
  content: ""; }

/* line 139, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-sign-in:before {
  content: ""; }

/* line 140, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-trophy:before {
  content: ""; }

/* line 141, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-github-square:before {
  content: ""; }

/* line 142, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-upload:before {
  content: ""; }

/* line 143, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-lemon-o:before {
  content: ""; }

/* line 144, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-phone:before {
  content: ""; }

/* line 145, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-square-o:before {
  content: ""; }

/* line 146, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-bookmark-o:before {
  content: ""; }

/* line 147, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-phone-square:before {
  content: ""; }

/* line 148, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-twitter:before {
  content: ""; }

/* line 149, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

/* line 150, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-github:before {
  content: ""; }

/* line 151, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-unlock:before {
  content: ""; }

/* line 152, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-credit-card:before {
  content: ""; }

/* line 153, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: ""; }

/* line 154, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-hdd-o:before {
  content: ""; }

/* line 155, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-bullhorn:before {
  content: ""; }

/* line 156, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-bell:before {
  content: ""; }

/* line 157, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-certificate:before {
  content: ""; }

/* line 158, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-hand-o-right:before {
  content: ""; }

/* line 159, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-hand-o-left:before {
  content: ""; }

/* line 160, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-hand-o-up:before {
  content: ""; }

/* line 161, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-hand-o-down:before {
  content: ""; }

/* line 162, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: ""; }

/* line 163, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: ""; }

/* line 164, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: ""; }

/* line 165, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: ""; }

/* line 166, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-globe:before {
  content: ""; }

/* line 167, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-wrench:before {
  content: ""; }

/* line 168, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-tasks:before {
  content: ""; }

/* line 169, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-filter:before {
  content: ""; }

/* line 170, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-briefcase:before {
  content: ""; }

/* line 171, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-arrows-alt:before {
  content: ""; }

/* line 172, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: ""; }

/* line 173, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: ""; }

/* line 174, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-cloud:before {
  content: ""; }

/* line 175, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-flask:before {
  content: ""; }

/* line 176, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: ""; }

/* line 177, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: ""; }

/* line 178, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-paperclip:before {
  content: ""; }

/* line 179, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

/* line 180, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-square:before {
  content: ""; }

/* line 181, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

/* line 182, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-list-ul:before {
  content: ""; }

/* line 183, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-list-ol:before {
  content: ""; }

/* line 184, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-strikethrough:before {
  content: ""; }

/* line 185, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-underline:before {
  content: ""; }

/* line 186, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-table:before {
  content: ""; }

/* line 187, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-magic:before {
  content: ""; }

/* line 188, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-truck:before {
  content: ""; }

/* line 189, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-pinterest:before {
  content: ""; }

/* line 190, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-pinterest-square:before {
  content: ""; }

/* line 191, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-google-plus-square:before {
  content: ""; }

/* line 192, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-google-plus:before {
  content: ""; }

/* line 193, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-money:before {
  content: ""; }

/* line 194, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-caret-down:before {
  content: ""; }

/* line 195, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-caret-up:before {
  content: ""; }

/* line 196, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-caret-left:before {
  content: ""; }

/* line 197, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-caret-right:before {
  content: ""; }

/* line 198, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-columns:before {
  content: ""; }

/* line 199, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

/* line 200, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

/* line 201, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

/* line 202, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-envelope:before {
  content: ""; }

/* line 203, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-linkedin:before {
  content: ""; }

/* line 204, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

/* line 205, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: ""; }

/* line 206, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

/* line 207, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-comment-o:before {
  content: ""; }

/* line 208, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-comments-o:before {
  content: ""; }

/* line 209, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: ""; }

/* line 210, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-sitemap:before {
  content: ""; }

/* line 211, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-umbrella:before {
  content: ""; }

/* line 212, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

/* line 213, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-lightbulb-o:before {
  content: ""; }

/* line 214, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-exchange:before {
  content: ""; }

/* line 215, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-cloud-download:before {
  content: ""; }

/* line 216, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-cloud-upload:before {
  content: ""; }

/* line 217, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-user-md:before {
  content: ""; }

/* line 218, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-stethoscope:before {
  content: ""; }

/* line 219, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-suitcase:before {
  content: ""; }

/* line 220, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-bell-o:before {
  content: ""; }

/* line 221, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-coffee:before {
  content: ""; }

/* line 222, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-cutlery:before {
  content: ""; }

/* line 223, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-file-text-o:before {
  content: ""; }

/* line 224, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-building-o:before {
  content: ""; }

/* line 225, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-hospital-o:before {
  content: ""; }

/* line 226, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-ambulance:before {
  content: ""; }

/* line 227, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-medkit:before {
  content: ""; }

/* line 228, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-fighter-jet:before {
  content: ""; }

/* line 229, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-beer:before {
  content: ""; }

/* line 230, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-h-square:before {
  content: ""; }

/* line 231, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-plus-square:before {
  content: ""; }

/* line 232, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-angle-double-left:before {
  content: ""; }

/* line 233, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-angle-double-right:before {
  content: ""; }

/* line 234, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-angle-double-up:before {
  content: ""; }

/* line 235, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-angle-double-down:before {
  content: ""; }

/* line 236, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-angle-left:before {
  content: ""; }

/* line 237, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-angle-right:before {
  content: ""; }

/* line 238, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-angle-up:before {
  content: ""; }

/* line 239, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-angle-down:before {
  content: ""; }

/* line 240, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-desktop:before {
  content: ""; }

/* line 241, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-laptop:before {
  content: ""; }

/* line 242, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-tablet:before {
  content: ""; }

/* line 243, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

/* line 244, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-circle-o:before {
  content: ""; }

/* line 245, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-quote-left:before {
  content: ""; }

/* line 246, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-quote-right:before {
  content: ""; }

/* line 247, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-spinner:before {
  content: ""; }

/* line 248, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-circle:before {
  content: ""; }

/* line 249, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

/* line 250, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-github-alt:before {
  content: ""; }

/* line 251, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-folder-o:before {
  content: ""; }

/* line 252, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-folder-open-o:before {
  content: ""; }

/* line 253, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-smile-o:before {
  content: ""; }

/* line 254, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-frown-o:before {
  content: ""; }

/* line 255, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-meh-o:before {
  content: ""; }

/* line 256, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-gamepad:before {
  content: ""; }

/* line 257, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-keyboard-o:before {
  content: ""; }

/* line 258, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-flag-o:before {
  content: ""; }

/* line 259, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-flag-checkered:before {
  content: ""; }

/* line 260, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-terminal:before {
  content: ""; }

/* line 261, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-code:before {
  content: ""; }

/* line 262, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

/* line 263, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

/* line 264, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-location-arrow:before {
  content: ""; }

/* line 265, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-crop:before {
  content: ""; }

/* line 266, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-code-fork:before {
  content: ""; }

/* line 267, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

/* line 268, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-question:before {
  content: ""; }

/* line 269, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-info:before {
  content: ""; }

/* line 270, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-exclamation:before {
  content: ""; }

/* line 271, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-superscript:before {
  content: ""; }

/* line 272, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-subscript:before {
  content: ""; }

/* line 273, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-eraser:before {
  content: ""; }

/* line 274, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: ""; }

/* line 275, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-microphone:before {
  content: ""; }

/* line 276, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-microphone-slash:before {
  content: ""; }

/* line 277, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-shield:before {
  content: ""; }

/* line 278, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-calendar-o:before {
  content: ""; }

/* line 279, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: ""; }

/* line 280, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-rocket:before {
  content: ""; }

/* line 281, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-maxcdn:before {
  content: ""; }

/* line 282, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: ""; }

/* line 283, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: ""; }

/* line 284, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: ""; }

/* line 285, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: ""; }

/* line 286, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-html5:before {
  content: ""; }

/* line 287, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-css3:before {
  content: ""; }

/* line 288, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-anchor:before {
  content: ""; }

/* line 289, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-unlock-alt:before {
  content: ""; }

/* line 290, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-bullseye:before {
  content: ""; }

/* line 291, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-ellipsis-h:before {
  content: ""; }

/* line 292, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-ellipsis-v:before {
  content: ""; }

/* line 293, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-rss-square:before {
  content: ""; }

/* line 294, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-play-circle:before {
  content: ""; }

/* line 295, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-ticket:before {
  content: ""; }

/* line 296, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-minus-square:before {
  content: ""; }

/* line 297, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-minus-square-o:before {
  content: ""; }

/* line 298, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-level-up:before {
  content: ""; }

/* line 299, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-level-down:before {
  content: ""; }

/* line 300, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-check-square:before {
  content: ""; }

/* line 301, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-pencil-square:before {
  content: ""; }

/* line 302, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-external-link-square:before {
  content: ""; }

/* line 303, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-share-square:before {
  content: ""; }

/* line 304, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-compass:before {
  content: ""; }

/* line 305, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

/* line 306, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

/* line 307, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

/* line 308, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: ""; }

/* line 309, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-gbp:before {
  content: ""; }

/* line 310, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: ""; }

/* line 311, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: ""; }

/* line 312, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

/* line 313, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

/* line 314, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: ""; }

/* line 315, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

/* line 316, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-file:before {
  content: ""; }

/* line 317, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-file-text:before {
  content: ""; }

/* line 318, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-sort-alpha-asc:before {
  content: ""; }

/* line 319, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-sort-alpha-desc:before {
  content: ""; }

/* line 320, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-sort-amount-asc:before {
  content: ""; }

/* line 321, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-sort-amount-desc:before {
  content: ""; }

/* line 322, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-sort-numeric-asc:before {
  content: ""; }

/* line 323, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-sort-numeric-desc:before {
  content: ""; }

/* line 324, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-thumbs-up:before {
  content: ""; }

/* line 325, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-thumbs-down:before {
  content: ""; }

/* line 326, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-youtube-square:before {
  content: ""; }

/* line 327, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-youtube:before {
  content: ""; }

/* line 328, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-xing:before {
  content: ""; }

/* line 329, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-xing-square:before {
  content: ""; }

/* line 330, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-youtube-play:before {
  content: ""; }

/* line 331, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-dropbox:before {
  content: ""; }

/* line 332, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-stack-overflow:before {
  content: ""; }

/* line 333, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-instagram:before {
  content: ""; }

/* line 334, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-flickr:before {
  content: ""; }

/* line 335, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-adn:before {
  content: ""; }

/* line 336, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-bitbucket:before {
  content: ""; }

/* line 337, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-bitbucket-square:before {
  content: ""; }

/* line 338, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-tumblr:before {
  content: ""; }

/* line 339, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-tumblr-square:before {
  content: ""; }

/* line 340, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-long-arrow-down:before {
  content: ""; }

/* line 341, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-long-arrow-up:before {
  content: ""; }

/* line 342, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-long-arrow-left:before {
  content: ""; }

/* line 343, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-long-arrow-right:before {
  content: ""; }

/* line 344, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-apple:before {
  content: ""; }

/* line 345, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-windows:before {
  content: ""; }

/* line 346, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-android:before {
  content: ""; }

/* line 347, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-linux:before {
  content: ""; }

/* line 348, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-dribbble:before {
  content: ""; }

/* line 349, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-skype:before {
  content: ""; }

/* line 350, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-foursquare:before {
  content: ""; }

/* line 351, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-trello:before {
  content: ""; }

/* line 352, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-female:before {
  content: ""; }

/* line 353, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-male:before {
  content: ""; }

/* line 354, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

/* line 355, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-sun-o:before {
  content: ""; }

/* line 356, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-moon-o:before {
  content: ""; }

/* line 357, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-archive:before {
  content: ""; }

/* line 358, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-bug:before {
  content: ""; }

/* line 359, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-vk:before {
  content: ""; }

/* line 360, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-weibo:before {
  content: ""; }

/* line 361, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-renren:before {
  content: ""; }

/* line 362, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-pagelines:before {
  content: ""; }

/* line 363, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-stack-exchange:before {
  content: ""; }

/* line 364, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: ""; }

/* line 365, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: ""; }

/* line 366, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

/* line 367, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-dot-circle-o:before {
  content: ""; }

/* line 368, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-wheelchair:before {
  content: ""; }

/* line 369, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-vimeo-square:before {
  content: ""; }

/* line 370, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

/* line 371, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-plus-square-o:before {
  content: ""; }

/* line 372, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-space-shuttle:before {
  content: ""; }

/* line 373, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-slack:before {
  content: ""; }

/* line 374, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-envelope-square:before {
  content: ""; }

/* line 375, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-wordpress:before {
  content: ""; }

/* line 376, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-openid:before {
  content: ""; }

/* line 377, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

/* line 378, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

/* line 379, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-yahoo:before {
  content: ""; }

/* line 380, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-google:before {
  content: ""; }

/* line 381, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-reddit:before {
  content: ""; }

/* line 382, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-reddit-square:before {
  content: ""; }

/* line 383, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: ""; }

/* line 384, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-stumbleupon:before {
  content: ""; }

/* line 385, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-delicious:before {
  content: ""; }

/* line 386, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-digg:before {
  content: ""; }

/* line 387, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-pied-piper:before {
  content: ""; }

/* line 388, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-pied-piper-alt:before {
  content: ""; }

/* line 389, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-drupal:before {
  content: ""; }

/* line 390, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-joomla:before {
  content: ""; }

/* line 391, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-language:before {
  content: ""; }

/* line 392, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-fax:before {
  content: ""; }

/* line 393, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-building:before {
  content: ""; }

/* line 394, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-child:before {
  content: ""; }

/* line 395, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-paw:before {
  content: ""; }

/* line 396, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-spoon:before {
  content: ""; }

/* line 397, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-cube:before {
  content: ""; }

/* line 398, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-cubes:before {
  content: ""; }

/* line 399, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-behance:before {
  content: ""; }

/* line 400, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-behance-square:before {
  content: ""; }

/* line 401, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-steam:before {
  content: ""; }

/* line 402, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-steam-square:before {
  content: ""; }

/* line 403, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-recycle:before {
  content: ""; }

/* line 404, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: ""; }

/* line 405, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: ""; }

/* line 406, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-tree:before {
  content: ""; }

/* line 407, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-spotify:before {
  content: ""; }

/* line 408, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-deviantart:before {
  content: ""; }

/* line 409, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-soundcloud:before {
  content: ""; }

/* line 410, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-database:before {
  content: ""; }

/* line 411, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-file-pdf-o:before {
  content: ""; }

/* line 412, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-file-word-o:before {
  content: ""; }

/* line 413, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-file-excel-o:before {
  content: ""; }

/* line 414, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-file-powerpoint-o:before {
  content: ""; }

/* line 415, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

/* line 416, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

/* line 417, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

/* line 418, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

/* line 419, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-file-code-o:before {
  content: ""; }

/* line 420, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-vine:before {
  content: ""; }

/* line 421, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-codepen:before {
  content: ""; }

/* line 422, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-jsfiddle:before {
  content: ""; }

/* line 423, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

/* line 424, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-circle-o-notch:before {
  content: ""; }

/* line 425, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: ""; }

/* line 426, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: ""; }

/* line 427, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-git-square:before {
  content: ""; }

/* line 428, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-git:before {
  content: ""; }

/* line 429, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

/* line 430, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-tencent-weibo:before {
  content: ""; }

/* line 431, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-qq:before {
  content: ""; }

/* line 432, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

/* line 433, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

/* line 434, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

/* line 435, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-history:before {
  content: ""; }

/* line 436, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-circle-thin:before {
  content: ""; }

/* line 437, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-header:before {
  content: ""; }

/* line 438, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-paragraph:before {
  content: ""; }

/* line 439, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-sliders:before {
  content: ""; }

/* line 440, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-share-alt:before {
  content: ""; }

/* line 441, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-share-alt-square:before {
  content: ""; }

/* line 442, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-bomb:before {
  content: ""; }

/* line 443, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

/* line 444, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-tty:before {
  content: ""; }

/* line 445, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-binoculars:before {
  content: ""; }

/* line 446, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-plug:before {
  content: ""; }

/* line 447, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-slideshare:before {
  content: ""; }

/* line 448, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-twitch:before {
  content: ""; }

/* line 449, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-yelp:before {
  content: ""; }

/* line 450, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-newspaper-o:before {
  content: ""; }

/* line 451, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-wifi:before {
  content: ""; }

/* line 452, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-calculator:before {
  content: ""; }

/* line 453, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-paypal:before {
  content: ""; }

/* line 454, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-google-wallet:before {
  content: ""; }

/* line 455, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-cc-visa:before {
  content: ""; }

/* line 456, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-cc-mastercard:before {
  content: ""; }

/* line 457, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-cc-discover:before {
  content: ""; }

/* line 458, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-cc-amex:before {
  content: ""; }

/* line 459, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-cc-paypal:before {
  content: ""; }

/* line 460, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-cc-stripe:before {
  content: ""; }

/* line 461, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-bell-slash:before {
  content: ""; }

/* line 462, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-bell-slash-o:before {
  content: ""; }

/* line 463, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-trash:before {
  content: ""; }

/* line 464, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-copyright:before {
  content: ""; }

/* line 465, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-at:before {
  content: ""; }

/* line 466, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-eyedropper:before {
  content: ""; }

/* line 467, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-paint-brush:before {
  content: ""; }

/* line 468, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-birthday-cake:before {
  content: ""; }

/* line 469, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-area-chart:before {
  content: ""; }

/* line 470, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-pie-chart:before {
  content: ""; }

/* line 471, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-line-chart:before {
  content: ""; }

/* line 472, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-lastfm:before {
  content: ""; }

/* line 473, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-lastfm-square:before {
  content: ""; }

/* line 474, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-toggle-off:before {
  content: ""; }

/* line 475, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-toggle-on:before {
  content: ""; }

/* line 476, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-bicycle:before {
  content: ""; }

/* line 477, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-bus:before {
  content: ""; }

/* line 478, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-ioxhost:before {
  content: ""; }

/* line 479, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-angellist:before {
  content: ""; }

/* line 480, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-cc:before {
  content: ""; }

/* line 481, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

/* line 482, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-meanpath:before {
  content: ""; }

/* line 483, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-buysellads:before {
  content: ""; }

/* line 484, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-connectdevelop:before {
  content: ""; }

/* line 485, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-dashcube:before {
  content: ""; }

/* line 486, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-forumbee:before {
  content: ""; }

/* line 487, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-leanpub:before {
  content: ""; }

/* line 488, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-sellsy:before {
  content: ""; }

/* line 489, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-shirtsinbulk:before {
  content: ""; }

/* line 490, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-simplybuilt:before {
  content: ""; }

/* line 491, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-skyatlas:before {
  content: ""; }

/* line 492, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-cart-plus:before {
  content: ""; }

/* line 493, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-cart-arrow-down:before {
  content: ""; }

/* line 494, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-diamond:before {
  content: ""; }

/* line 495, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-ship:before {
  content: ""; }

/* line 496, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-user-secret:before {
  content: ""; }

/* line 497, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-motorcycle:before {
  content: ""; }

/* line 498, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-street-view:before {
  content: ""; }

/* line 499, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-heartbeat:before {
  content: ""; }

/* line 500, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-venus:before {
  content: ""; }

/* line 501, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-mars:before {
  content: ""; }

/* line 502, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-mercury:before {
  content: ""; }

/* line 503, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

/* line 504, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-transgender-alt:before {
  content: ""; }

/* line 505, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-venus-double:before {
  content: ""; }

/* line 506, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-mars-double:before {
  content: ""; }

/* line 507, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-venus-mars:before {
  content: ""; }

/* line 508, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-mars-stroke:before {
  content: ""; }

/* line 509, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-mars-stroke-v:before {
  content: ""; }

/* line 510, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-mars-stroke-h:before {
  content: ""; }

/* line 511, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-neuter:before {
  content: ""; }

/* line 512, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-genderless:before {
  content: ""; }

/* line 513, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-facebook-official:before {
  content: ""; }

/* line 514, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-pinterest-p:before {
  content: ""; }

/* line 515, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-whatsapp:before {
  content: ""; }

/* line 516, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-server:before {
  content: ""; }

/* line 517, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-user-plus:before {
  content: ""; }

/* line 518, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-user-times:before {
  content: ""; }

/* line 519, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: ""; }

/* line 520, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-viacoin:before {
  content: ""; }

/* line 521, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-train:before {
  content: ""; }

/* line 522, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-subway:before {
  content: ""; }

/* line 523, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-medium:before {
  content: ""; }

/* line 524, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

/* line 525, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-optin-monster:before {
  content: ""; }

/* line 526, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-opencart:before {
  content: ""; }

/* line 527, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-expeditedssl:before {
  content: ""; }

/* line 528, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

/* line 529, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

/* line 530, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

/* line 531, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

/* line 532, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

/* line 533, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-mouse-pointer:before {
  content: ""; }

/* line 534, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-i-cursor:before {
  content: ""; }

/* line 535, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-object-group:before {
  content: ""; }

/* line 536, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-object-ungroup:before {
  content: ""; }

/* line 537, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-sticky-note:before {
  content: ""; }

/* line 538, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-sticky-note-o:before {
  content: ""; }

/* line 539, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-cc-jcb:before {
  content: ""; }

/* line 540, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-cc-diners-club:before {
  content: ""; }

/* line 541, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-clone:before {
  content: ""; }

/* line 542, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-balance-scale:before {
  content: ""; }

/* line 543, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-hourglass-o:before {
  content: ""; }

/* line 544, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

/* line 545, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

/* line 546, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

/* line 547, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-hourglass:before {
  content: ""; }

/* line 548, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

/* line 549, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

/* line 550, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-hand-scissors-o:before {
  content: ""; }

/* line 551, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-hand-lizard-o:before {
  content: ""; }

/* line 552, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-hand-spock-o:before {
  content: ""; }

/* line 553, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-hand-pointer-o:before {
  content: ""; }

/* line 554, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-hand-peace-o:before {
  content: ""; }

/* line 555, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-trademark:before {
  content: ""; }

/* line 556, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-registered:before {
  content: ""; }

/* line 557, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-creative-commons:before {
  content: ""; }

/* line 558, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-gg:before {
  content: ""; }

/* line 559, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-gg-circle:before {
  content: ""; }

/* line 560, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-tripadvisor:before {
  content: ""; }

/* line 561, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-odnoklassniki:before {
  content: ""; }

/* line 562, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-odnoklassniki-square:before {
  content: ""; }

/* line 563, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-get-pocket:before {
  content: ""; }

/* line 564, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-wikipedia-w:before {
  content: ""; }

/* line 565, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-safari:before {
  content: ""; }

/* line 566, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-chrome:before {
  content: ""; }

/* line 567, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-firefox:before {
  content: ""; }

/* line 568, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-opera:before {
  content: ""; }

/* line 569, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-internet-explorer:before {
  content: ""; }

/* line 570, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: ""; }

/* line 571, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-contao:before {
  content: ""; }

/* line 572, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-500px:before {
  content: ""; }

/* line 573, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-amazon:before {
  content: ""; }

/* line 574, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-calendar-plus-o:before {
  content: ""; }

/* line 575, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-calendar-minus-o:before {
  content: ""; }

/* line 576, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-calendar-times-o:before {
  content: ""; }

/* line 577, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-calendar-check-o:before {
  content: ""; }

/* line 578, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-industry:before {
  content: ""; }

/* line 579, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-map-pin:before {
  content: ""; }

/* line 580, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-map-signs:before {
  content: ""; }

/* line 581, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-map-o:before {
  content: ""; }

/* line 582, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-map:before {
  content: ""; }

/* line 583, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-commenting:before {
  content: ""; }

/* line 584, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-commenting-o:before {
  content: ""; }

/* line 585, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-houzz:before {
  content: ""; }

/* line 586, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-vimeo:before {
  content: ""; }

/* line 587, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-black-tie:before {
  content: ""; }

/* line 588, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-fonticons:before {
  content: ""; }

/* line 589, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-reddit-alien:before {
  content: ""; }

/* line 590, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-edge:before {
  content: ""; }

/* line 591, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-credit-card-alt:before {
  content: ""; }

/* line 592, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-codiepie:before {
  content: ""; }

/* line 593, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-modx:before {
  content: ""; }

/* line 594, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-fort-awesome:before {
  content: ""; }

/* line 595, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-usb:before {
  content: ""; }

/* line 596, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-product-hunt:before {
  content: ""; }

/* line 597, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-mixcloud:before {
  content: ""; }

/* line 598, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-scribd:before {
  content: ""; }

/* line 599, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-pause-circle:before {
  content: ""; }

/* line 600, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-pause-circle-o:before {
  content: ""; }

/* line 601, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-stop-circle:before {
  content: ""; }

/* line 602, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-stop-circle-o:before {
  content: ""; }

/* line 603, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-shopping-bag:before {
  content: ""; }

/* line 604, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-shopping-basket:before {
  content: ""; }

/* line 605, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-hashtag:before {
  content: ""; }

/* line 606, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-bluetooth:before {
  content: ""; }

/* line 607, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-bluetooth-b:before {
  content: ""; }

/* line 608, /var/www/html/afsis/resources/assets/sass/font-awesome/scss/_icons.scss */
.fa-percent:before {
  content: ""; }

/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
/* line 219, /var/www/html/afsis/resources/assets/sass/_global.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
/* line 229, /var/www/html/afsis/resources/assets/sass/_global.scss */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
/* line 243, /var/www/html/afsis/resources/assets/sass/_global.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
/* line 264, /var/www/html/afsis/resources/assets/sass/_global.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
/* line 277, /var/www/html/afsis/resources/assets/sass/_global.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
/* line 287, /var/www/html/afsis/resources/assets/sass/_global.scss */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
/* line 299, /var/www/html/afsis/resources/assets/sass/_global.scss */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
/* line 308, /var/www/html/afsis/resources/assets/sass/_global.scss */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
/* line 320, /var/www/html/afsis/resources/assets/sass/_global.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
/* line 328, /var/www/html/afsis/resources/assets/sass/_global.scss */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
/* line 337, /var/www/html/afsis/resources/assets/sass/_global.scss */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
/* line 346, /var/www/html/afsis/resources/assets/sass/_global.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
/* line 355, /var/www/html/afsis/resources/assets/sass/_global.scss */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
/* line 364, /var/www/html/afsis/resources/assets/sass/_global.scss */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
/* line 372, /var/www/html/afsis/resources/assets/sass/_global.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 380, /var/www/html/afsis/resources/assets/sass/_global.scss */
sup {
  top: -0.5em; }

/* line 384, /var/www/html/afsis/resources/assets/sass/_global.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
/* line 395, /var/www/html/afsis/resources/assets/sass/_global.scss */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
/* line 403, /var/www/html/afsis/resources/assets/sass/_global.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
/* line 414, /var/www/html/afsis/resources/assets/sass/_global.scss */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
/* line 422, /var/www/html/afsis/resources/assets/sass/_global.scss */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
/* line 431, /var/www/html/afsis/resources/assets/sass/_global.scss */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
/* line 439, /var/www/html/afsis/resources/assets/sass/_global.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
/* line 462, /var/www/html/afsis/resources/assets/sass/_global.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
/* line 476, /var/www/html/afsis/resources/assets/sass/_global.scss */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
/* line 487, /var/www/html/afsis/resources/assets/sass/_global.scss */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
/* line 500, /var/www/html/afsis/resources/assets/sass/_global.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
/* line 512, /var/www/html/afsis/resources/assets/sass/_global.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
/* line 521, /var/www/html/afsis/resources/assets/sass/_global.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
/* line 532, /var/www/html/afsis/resources/assets/sass/_global.scss */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
/* line 544, /var/www/html/afsis/resources/assets/sass/_global.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
/* line 556, /var/www/html/afsis/resources/assets/sass/_global.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
/* line 566, /var/www/html/afsis/resources/assets/sass/_global.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
/* line 577, /var/www/html/afsis/resources/assets/sass/_global.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
/* line 598, /var/www/html/afsis/resources/assets/sass/_global.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
/* line 607, /var/www/html/afsis/resources/assets/sass/_global.scss */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
/* line 616, /var/www/html/afsis/resources/assets/sass/_global.scss */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
/* line 627, /var/www/html/afsis/resources/assets/sass/_global.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 632, /var/www/html/afsis/resources/assets/sass/_global.scss */
td,
th {
  padding: 0; }

/* line 119, /var/www/html/afsis/resources/assets/sass/_global.scss */
.foundation-mq {
  font-family: "small=0em&medium=41.75em&large=64.0625em&xlarge=75em&xxlarge=90.0625em"; }

/* line 123, /var/www/html/afsis/resources/assets/sass/_global.scss */
html {
  font-size: 100%;
  box-sizing: border-box; }

/* line 129, /var/www/html/afsis/resources/assets/sass/_global.scss */
*,
*:before,
*:after {
  box-sizing: inherit; }

/* line 136, /var/www/html/afsis/resources/assets/sass/_global.scss */
body {
  padding: 0;
  margin: 0;
  font-family: "kanit", "psl", "Arvo", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 151, /var/www/html/afsis/resources/assets/sass/_global.scss */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

/* line 163, /var/www/html/afsis/resources/assets/sass/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

/* line 170, /var/www/html/afsis/resources/assets/sass/_global.scss */
select {
  width: 100%;
  border-radius: 0; }

/* line 180, /var/www/html/afsis/resources/assets/sass/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

/* line 188, /var/www/html/afsis/resources/assets/sass/_global.scss */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

/* line 199, /var/www/html/afsis/resources/assets/sass/_global.scss */
.is-visible {
  display: block !important; }

/* line 203, /var/www/html/afsis/resources/assets/sass/_global.scss */
.is-hidden {
  display: none !important; }

/* line 26, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  /* line 134, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  .row::before, .row::after {
    content: ' ';
    display: table; }
  /* line 140, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  .row::after {
    clear: both; }
  /* line 31, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 35, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 41.75em) {
      /* line 35, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    /* line 47, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  /* line 54, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .row.expanded {
    max-width: none; }
    /* line 57, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

/* line 65, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.column, .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }
  @media screen and (min-width: 41.75em) {
    /* line 65, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  /* line 80, /var/www/html/afsis/resources/assets/sass/grid/_column.scss */
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  /* line 46, /var/www/html/afsis/resources/assets/sass/grid/_position.scss */
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

/* line 77, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.column.row.row, .row.row.columns {
  float: none; }
  /* line 81, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

/* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-1 {
  width: 8.33333%; }

/* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-push-1 {
  position: relative;
  left: 8.33333%; }

/* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-pull-1 {
  position: relative;
  left: -8.33333%; }

/* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%; }

/* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-2 {
  width: 16.66667%; }

/* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-push-2 {
  position: relative;
  left: 16.66667%; }

/* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-pull-2 {
  position: relative;
  left: -16.66667%; }

/* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.33333%; }

/* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-3 {
  width: 25%; }

/* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-push-3 {
  position: relative;
  left: 25%; }

/* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-pull-3 {
  position: relative;
  left: -25%; }

/* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.66667%; }

/* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-4 {
  width: 33.33333%; }

/* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-push-4 {
  position: relative;
  left: 33.33333%; }

/* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-pull-4 {
  position: relative;
  left: -33.33333%; }

/* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%; }

/* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-5 {
  width: 41.66667%; }

/* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-push-5 {
  position: relative;
  left: 41.66667%; }

/* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-pull-5 {
  position: relative;
  left: -41.66667%; }

/* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.33333%; }

/* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-6 {
  width: 50%; }

/* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-push-6 {
  position: relative;
  left: 50%; }

/* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-pull-6 {
  position: relative;
  left: -50%; }

/* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.66667%; }

/* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-7 {
  width: 58.33333%; }

/* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-push-7 {
  position: relative;
  left: 58.33333%; }

/* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-pull-7 {
  position: relative;
  left: -58.33333%; }

/* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%; }

/* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-8 {
  width: 66.66667%; }

/* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-push-8 {
  position: relative;
  left: 66.66667%; }

/* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-pull-8 {
  position: relative;
  left: -66.66667%; }

/* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.33333%; }

/* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-9 {
  width: 75%; }

/* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-push-9 {
  position: relative;
  left: 75%; }

/* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-pull-9 {
  position: relative;
  left: -75%; }

/* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.66667%; }

/* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-10 {
  width: 83.33333%; }

/* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-push-10 {
  position: relative;
  left: 83.33333%; }

/* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-pull-10 {
  position: relative;
  left: -83.33333%; }

/* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%; }

/* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-11 {
  width: 91.66667%; }

/* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-push-11 {
  position: relative;
  left: 91.66667%; }

/* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-pull-11 {
  position: relative;
  left: -91.66667%; }

/* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.33333%; }

/* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-12 {
  width: 100%; }

/* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.66667%; }

/* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

/* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

/* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

/* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

/* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

/* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

/* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

/* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

/* line 124, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

/* line 126, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

/* line 141, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

/* line 145, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

/* line 150, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 41.75em) {
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-1 {
    width: 8.33333%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-2 {
    width: 16.66667%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.33333%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-3 {
    width: 25%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-push-3 {
    position: relative;
    left: 25%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.66667%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-4 {
    width: 33.33333%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-5 {
    width: 41.66667%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.33333%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-6 {
    width: 50%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-push-6 {
    position: relative;
    left: 50%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.66667%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-7 {
    width: 58.33333%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-8 {
    width: 66.66667%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.33333%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-9 {
    width: 75%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-push-9 {
    position: relative;
    left: 75%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.66667%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-10 {
    width: 83.33333%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-11 {
    width: 91.66667%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.33333%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-12 {
    width: 100%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.66667%; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }

      .medium-up-9 > .column, .medium-up-9 > .columns {
        width: 11.1%;
        float: left; }
        /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
        .medium-up-9 > .column:nth-of-type(1n), .medium-up-9 > .columns:nth-of-type(1n) {
          clear: none; }
        /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
        .medium-up-9 > .column:nth-of-type(9n+1), .medium-up-9 > .columns:nth-of-type(9n+1) {
          clear: both; }
        /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
        .medium-up-9 > .column:last-child, .medium-up-9 > .columns:last-child {
          float: left; }


  /* line 124, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 126, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 141, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  /* line 145, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  /* line 150, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64.0625em) {
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-1 {
    width: 8.33333%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-2 {
    width: 16.66667%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.33333%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-3 {
    width: 25%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-push-3 {
    position: relative;
    left: 25%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-pull-3 {
    position: relative;
    left: -25%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.66667%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-4 {
    width: 33.33333%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-5 {
    width: 41.66667%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.33333%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-6 {
    width: 50%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-push-6 {
    position: relative;
    left: 50%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-pull-6 {
    position: relative;
    left: -50%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.66667%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-7 {
    width: 58.33333%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-8 {
    width: 66.66667%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.33333%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-9 {
    width: 75%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-push-9 {
    position: relative;
    left: 75%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-pull-9 {
    position: relative;
    left: -75%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.66667%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-10 {
    width: 83.33333%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-11 {
    width: 91.66667%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.33333%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-12 {
    width: 100%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.66667%; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  /* line 124, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 126, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 141, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  /* line 145, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  /* line 150, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 75em) {
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-1 {
    width: 8.33333%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-offset-0 {
    margin-left: 0%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-2 {
    width: 16.66667%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-3 {
    width: 25%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-4 {
    width: 33.33333%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-offset-3 {
    margin-left: 25%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-5 {
    width: 41.66667%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-6 {
    width: 50%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-7 {
    width: 58.33333%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-offset-6 {
    margin-left: 50%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-8 {
    width: 66.66667%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-9 {
    width: 75%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-10 {
    width: 83.33333%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-offset-9 {
    margin-left: 75%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-11 {
    width: 91.66667%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-12 {
    width: 100%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  /* line 124, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 126, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 141, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  /* line 145, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  /* line 150, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 90.0625em) {
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-1 {
    width: 8.33333%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-offset-0 {
    margin-left: 0%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-2 {
    width: 16.66667%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-3 {
    width: 25%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-4 {
    width: 33.33333%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-offset-3 {
    margin-left: 25%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-5 {
    width: 41.66667%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-6 {
    width: 50%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-7 {
    width: 58.33333%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-offset-6 {
    margin-left: 50%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-8 {
    width: 66.66667%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-9 {
    width: 75%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-10 {
    width: 83.33333%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-offset-9 {
    margin-left: 75%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-11 {
    width: 91.66667%; }
  /* line 98, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-12 {
    width: 100%; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    /* line 21, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    /* line 29, /var/www/html/afsis/resources/assets/sass/grid/_layout.scss */
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  /* line 124, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 126, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 141, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  /* line 145, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  /* line 150, /var/www/html/afsis/resources/assets/sass/grid/_classes.scss */
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

/* line 232, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* line 256, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

/* line 264, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
em,
i {
  font-style: italic;
  line-height: inherit; }

/* line 271, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit; }

/* line 278, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
small {
  font-size: 80%;
  line-height: inherit; }

/* line 284, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "kanit", "psl", "Arvo", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  /* line 299, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

/* line 309, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
h1 {
  font-size: 1.5rem; }

/* line 309, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
h2 {
  font-size: 1.25rem; }

/* line 309, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
h3 {
  font-size: 1.1875rem; }

/* line 309, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
h4 {
  font-size: 1.125rem; }

/* line 309, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
h5 {
  font-size: 1.0625rem; }

/* line 309, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
h6 {
  font-size: 1rem; }

@media screen and (min-width: 41.75em) {
  /* line 309, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
  h1 {
    font-size: 2.125rem; }
  /* line 309, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
  h2 {
    font-size: 2rem; }
  /* line 309, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
  h3 {
    font-size: 1.9375rem; }
  /* line 309, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
  h4 {
    font-size: 1.5625rem; }
  /* line 309, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
  h5 {
    font-size: 1.25rem; }
  /* line 309, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
  h6 {
    font-size: 1rem; } }

/* line 317, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
a {
  color: black;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  /* line 323, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
  a:hover, a:focus {
    color: black; }
  /* line 331, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
  a img {
    border: 0; }

/* line 337, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

/* line 349, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

/* line 358, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
li {
  font-size: inherit; }

/* line 363, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

/* line 369, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
ol {
  margin-left: 1.25rem; }

/* line 375, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

/* line 382, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
dl {
  margin-bottom: 1rem; }
  /* line 385, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

/* line 392, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  /* line 397, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

/* line 404, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  /* line 409, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
  cite:before {
    content: '\2014 \0020'; }

/* line 415, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

/* line 422, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* line 432, /var/www/html/afsis/resources/assets/sass/typography/_base.scss */
kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

/* line 48, /var/www/html/afsis/resources/assets/sass/typography/_helpers.scss */
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

/* line 57, /var/www/html/afsis/resources/assets/sass/typography/_helpers.scss */
.lead {
  font-size: 125%;
  line-height: 1.6; }

/* line 63, /var/www/html/afsis/resources/assets/sass/typography/_helpers.scss */
.stat {
  font-size: 2.5rem;
  line-height: 1; }
  /* line 67, /var/www/html/afsis/resources/assets/sass/typography/_helpers.scss */
  p + .stat {
    margin-top: -1rem; }

/* line 73, /var/www/html/afsis/resources/assets/sass/typography/_helpers.scss */
.no-bullet {
  margin-left: 0;
  list-style: none; }

/* line 15, /var/www/html/afsis/resources/assets/sass/typography/_alignment.scss */
.text-left {
  text-align: left; }

/* line 15, /var/www/html/afsis/resources/assets/sass/typography/_alignment.scss */
.text-right {
  text-align: right; }

/* line 15, /var/www/html/afsis/resources/assets/sass/typography/_alignment.scss */
.text-center {
  text-align: center; }

/* line 15, /var/www/html/afsis/resources/assets/sass/typography/_alignment.scss */
.text-justify {
  text-align: justify; }

@media screen and (min-width: 41.75em) {
  /* line 10, /var/www/html/afsis/resources/assets/sass/typography/_alignment.scss */
  .medium-text-left {
    text-align: left; }
  /* line 10, /var/www/html/afsis/resources/assets/sass/typography/_alignment.scss */
  .medium-text-right {
    text-align: right; }
  /* line 10, /var/www/html/afsis/resources/assets/sass/typography/_alignment.scss */
  .medium-text-center {
    text-align: center; }
  /* line 10, /var/www/html/afsis/resources/assets/sass/typography/_alignment.scss */
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64.0625em) {
  /* line 10, /var/www/html/afsis/resources/assets/sass/typography/_alignment.scss */
  .large-text-left {
    text-align: left; }
  /* line 10, /var/www/html/afsis/resources/assets/sass/typography/_alignment.scss */
  .large-text-right {
    text-align: right; }
  /* line 10, /var/www/html/afsis/resources/assets/sass/typography/_alignment.scss */
  .large-text-center {
    text-align: center; }
  /* line 10, /var/www/html/afsis/resources/assets/sass/typography/_alignment.scss */
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  /* line 10, /var/www/html/afsis/resources/assets/sass/typography/_alignment.scss */
  .xlarge-text-left {
    text-align: left; }
  /* line 10, /var/www/html/afsis/resources/assets/sass/typography/_alignment.scss */
  .xlarge-text-right {
    text-align: right; }
  /* line 10, /var/www/html/afsis/resources/assets/sass/typography/_alignment.scss */
  .xlarge-text-center {
    text-align: center; }
  /* line 10, /var/www/html/afsis/resources/assets/sass/typography/_alignment.scss */
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90.0625em) {
  /* line 10, /var/www/html/afsis/resources/assets/sass/typography/_alignment.scss */
  .xxlarge-text-left {
    text-align: left; }
  /* line 10, /var/www/html/afsis/resources/assets/sass/typography/_alignment.scss */
  .xxlarge-text-right {
    text-align: right; }
  /* line 10, /var/www/html/afsis/resources/assets/sass/typography/_alignment.scss */
  .xxlarge-text-center {
    text-align: center; }
  /* line 10, /var/www/html/afsis/resources/assets/sass/typography/_alignment.scss */
  .xxlarge-text-justify {
    text-align: justify; } }

/* line 12, /var/www/html/afsis/resources/assets/sass/typography/_print.scss */
.show-for-print {
  display: none !important; }

@media print {
  /* line 15, /var/www/html/afsis/resources/assets/sass/typography/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  /* line 22, /var/www/html/afsis/resources/assets/sass/typography/_print.scss */
  .show-for-print {
    display: block !important; }
  /* line 23, /var/www/html/afsis/resources/assets/sass/typography/_print.scss */
  .hide-for-print {
    display: none !important; }
  /* line 25, /var/www/html/afsis/resources/assets/sass/typography/_print.scss */
  table.show-for-print {
    display: table !important; }
  /* line 26, /var/www/html/afsis/resources/assets/sass/typography/_print.scss */
  thead.show-for-print {
    display: table-header-group !important; }
  /* line 27, /var/www/html/afsis/resources/assets/sass/typography/_print.scss */
  tbody.show-for-print {
    display: table-row-group !important; }
  /* line 28, /var/www/html/afsis/resources/assets/sass/typography/_print.scss */
  tr.show-for-print {
    display: table-row !important; }
  /* line 29, /var/www/html/afsis/resources/assets/sass/typography/_print.scss */
  td.show-for-print {
    display: table-cell !important; }
  /* line 30, /var/www/html/afsis/resources/assets/sass/typography/_print.scss */
  th.show-for-print {
    display: table-cell !important; }
  /* line 33, /var/www/html/afsis/resources/assets/sass/typography/_print.scss */
  a,
  a:visited {
    text-decoration: underline; }
  /* line 35, /var/www/html/afsis/resources/assets/sass/typography/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }
  /* line 38, /var/www/html/afsis/resources/assets/sass/typography/_print.scss */
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  /* line 43, /var/www/html/afsis/resources/assets/sass/typography/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /* line 46, /var/www/html/afsis/resources/assets/sass/typography/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /* line 53, /var/www/html/afsis/resources/assets/sass/typography/_print.scss */
  thead {
    display: table-header-group; }
  /* line 55, /var/www/html/afsis/resources/assets/sass/typography/_print.scss */
  tr,
  img {
    page-break-inside: avoid; }
  /* line 58, /var/www/html/afsis/resources/assets/sass/typography/_print.scss */
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  /* line 62, /var/www/html/afsis/resources/assets/sass/typography/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  /* line 70, /var/www/html/afsis/resources/assets/sass/typography/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; } }

/* line 193, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff; }
  /* line 160, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  [data-whatinput='mouse'] .button {
    outline: 0; }
  /* line 112, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fff; }
  /* line 197, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
  .button.tiny {
    font-size: 0.6rem; }
  /* line 198, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
  .button.small {
    font-size: 0.75rem; }
  /* line 199, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
  .button.large {
    font-size: 1.25rem; }
  /* line 200, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  /* line 205, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    /* line 112, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  /* line 205, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
  .button.secondary {
    background-color: #D4F0E2;
    color: #fff; }
    /* line 112, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
    .button.secondary:hover, .button.secondary:focus {
      background-color: #91d9b5;
      color: #fff; }
  /* line 205, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    /* line 112, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  /* line 205, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    /* line 112, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  /* line 205, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    /* line 112, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  /* line 222, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    /* line 120, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    /* line 132, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    /* line 227, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      /* line 132, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    /* line 227, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
    .button.hollow.secondary {
      border: 1px solid #D4F0E2;
      color: #D4F0E2; }
      /* line 132, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3aa871;
        color: #3aa871; }
    /* line 227, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      /* line 132, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    /* line 227, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      /* line 132, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    /* line 227, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      /* line 132, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  /* line 235, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  /* line 154, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: white transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  /* line 252, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

/* line 102, /var/www/html/afsis/resources/assets/sass/forms/_text.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: white;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  /* line 88, /var/www/html/afsis/resources/assets/sass/forms/_text.scss */
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: white;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

/* line 109, /var/www/html/afsis/resources/assets/sass/forms/_text.scss */
textarea {
  max-width: 100%; }
  /* line 112, /var/www/html/afsis/resources/assets/sass/forms/_text.scss */
  textarea[rows] {
    height: auto; }

/* line 120, /var/www/html/afsis/resources/assets/sass/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

/* line 128, /var/www/html/afsis/resources/assets/sass/forms/_text.scss */
[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

/* line 137, /var/www/html/afsis/resources/assets/sass/forms/_text.scss */
input[type='search'] {
  box-sizing: border-box; }

/* line 10, /var/www/html/afsis/resources/assets/sass/forms/_checkbox.scss */
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

/* line 17, /var/www/html/afsis/resources/assets/sass/forms/_checkbox.scss */
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* line 27, /var/www/html/afsis/resources/assets/sass/forms/_checkbox.scss */
label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem; }

/* line 33, /var/www/html/afsis/resources/assets/sass/forms/_checkbox.scss */
[type='file'] {
  width: 100%; }

/* line 41, /var/www/html/afsis/resources/assets/sass/forms/_label.scss */
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  /* line 44, /var/www/html/afsis/resources/assets/sass/forms/_label.scss */
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

/* line 22, /var/www/html/afsis/resources/assets/sass/forms/_help-text.scss */
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

/* line 28, /var/www/html/afsis/resources/assets/sass/forms/_input-group.scss */
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  /* line 33, /var/www/html/afsis/resources/assets/sass/forms/_input-group.scss */
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  /* line 38, /var/www/html/afsis/resources/assets/sass/forms/_input-group.scss */
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

/* line 44, /var/www/html/afsis/resources/assets/sass/forms/_input-group.scss */
.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

/* line 50, /var/www/html/afsis/resources/assets/sass/forms/_input-group.scss */
.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap; }
  /* line 62, /var/www/html/afsis/resources/assets/sass/forms/_input-group.scss */
  .input-group-label:first-child {
    border-right: 0; }
  /* line 66, /var/www/html/afsis/resources/assets/sass/forms/_input-group.scss */
  .input-group-label:last-child {
    border-left: 0; }

/* line 72, /var/www/html/afsis/resources/assets/sass/forms/_input-group.scss */
.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

/* line 78, /var/www/html/afsis/resources/assets/sass/forms/_input-group.scss */
.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  /* line 86, /var/www/html/afsis/resources/assets/sass/forms/_input-group.scss */
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

/* line 40, /var/www/html/afsis/resources/assets/sass/forms/_fieldset.scss */
fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

/* line 46, /var/www/html/afsis/resources/assets/sass/forms/_fieldset.scss */
legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

/* line 51, /var/www/html/afsis/resources/assets/sass/forms/_fieldset.scss */
.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  /* line 30, /var/www/html/afsis/resources/assets/sass/forms/_fieldset.scss */
  .fieldset legend {
    background: white;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* line 62, /var/www/html/afsis/resources/assets/sass/forms/_select.scss */
select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: white;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    /* line 62, /var/www/html/afsis/resources/assets/sass/forms/_select.scss */
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  /* line 46, /var/www/html/afsis/resources/assets/sass/forms/_select.scss */
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  /* line 52, /var/www/html/afsis/resources/assets/sass/forms/_select.scss */
  select::-ms-expand {
    display: none; }
  /* line 56, /var/www/html/afsis/resources/assets/sass/forms/_select.scss */
  select[multiple] {
    height: auto; }

/* line 43, /var/www/html/afsis/resources/assets/sass/forms/_error.scss */
.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

/* line 69, /var/www/html/afsis/resources/assets/sass/forms/_error.scss */
.is-invalid-label {
  color: #ec5840; }

/* line 75, /var/www/html/afsis/resources/assets/sass/forms/_error.scss */
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  /* line 78, /var/www/html/afsis/resources/assets/sass/forms/_error.scss */
  .form-error.is-visible {
    display: block; }

/* line 61, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
.hide {
  display: none !important; }

/* line 65, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
  /* line 81, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 41.75em) {
  /* line 85, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 41.75em) {
  /* line 72, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 41.6875em) {
  /* line 76, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 41.75em) and (max-width: 64em) {
  /* line 81, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 41.6875em), screen and (min-width: 64.0625em) {
  /* line 85, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64.0625em) {
  /* line 72, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 64em) {
  /* line 76, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  /* line 81, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 64em), screen and (min-width: 75em) {
  /* line 85, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  /* line 72, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  /* line 76, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 90em) {
  /* line 81, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90.0625em) {
  /* line 85, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90.0625em) {
  /* line 72, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 90em) {
  /* line 76, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90.0625em) {
  /* line 81, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 90em) {
  /* line 85, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
  .show-for-xxlarge-only {
    display: none !important; } }

/* line 92, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

/* line 99, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

/* line 106, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    /* line 106, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    /* line 106, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

/* line 119, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    /* line 119, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    /* line 119, /var/www/html/afsis/resources/assets/sass/components/_visibility.scss */
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

/* line 10, /var/www/html/afsis/resources/assets/sass/components/_float.scss */
.float-left {
  float: left !important; }

/* line 14, /var/www/html/afsis/resources/assets/sass/components/_float.scss */
.float-right {
  float: right !important; }

/* line 18, /var/www/html/afsis/resources/assets/sass/components/_float.scss */
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 134, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

/* line 140, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
.clearfix::after {
  clear: both; }

/* line 94, /var/www/html/afsis/resources/assets/sass/components/_accordion.scss */
.accordion {
  list-style-type: none;
  background: white;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0; }

/* line 102, /var/www/html/afsis/resources/assets/sass/components/_accordion.scss */
.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  /* line 65, /var/www/html/afsis/resources/assets/sass/components/_accordion.scss */
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  /* line 71, /var/www/html/afsis/resources/assets/sass/components/_accordion.scss */
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  /* line 79, /var/www/html/afsis/resources/assets/sass/components/_accordion.scss */
  .is-active > .accordion-title::before {
    content: '–'; }

/* line 106, /var/www/html/afsis/resources/assets/sass/components/_accordion.scss */
.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: white; }

/* line 15, /var/www/html/afsis/resources/assets/sass/components/_accordion-menu.scss */
.is-accordion-submenu-parent > a {
  position: relative; }
  /* line 18, /var/www/html/afsis/resources/assets/sass/components/_accordion-menu.scss */
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

/* line 27, /var/www/html/afsis/resources/assets/sass/components/_accordion-menu.scss */
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

/* line 40, /var/www/html/afsis/resources/assets/sass/components/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: white; }
  /* line 48, /var/www/html/afsis/resources/assets/sass/components/_badge.scss */
  .badge.secondary {
    background: #D4F0E2;
    color: #0a0a0a; }
  /* line 48, /var/www/html/afsis/resources/assets/sass/components/_badge.scss */
  .badge.success {
    background: #3adb76;
    color: white; }
  /* line 48, /var/www/html/afsis/resources/assets/sass/components/_badge.scss */
  .badge.alert {
    background: #ec5840;
    color: white; }
  /* line 48, /var/www/html/afsis/resources/assets/sass/components/_badge.scss */
  .badge.warning {
    background: #ffae00;
    color: white; }

/* line 87, /var/www/html/afsis/resources/assets/sass/components/_breadcrumbs.scss */
.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  /* line 134, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  /* line 140, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  .breadcrumbs::after {
    clear: both; }
  /* line 48, /var/www/html/afsis/resources/assets/sass/components/_breadcrumbs.scss */
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    /* line 62, /var/www/html/afsis/resources/assets/sass/components/_breadcrumbs.scss */
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  /* line 77, /var/www/html/afsis/resources/assets/sass/components/_breadcrumbs.scss */
  .breadcrumbs a {
    color: #2199e8; }
    /* line 80, /var/www/html/afsis/resources/assets/sass/components/_breadcrumbs.scss */
    .breadcrumbs a:hover {
      text-decoration: underline; }
  /* line 90, /var/www/html/afsis/resources/assets/sass/components/_breadcrumbs.scss */
  .breadcrumbs .disabled {
    color: #cacaca; }

/* line 99, /var/www/html/afsis/resources/assets/sass/components/_button-group.scss */
.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  /* line 134, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  /* line 140, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  .button-group::after {
    clear: both; }
  /* line 34, /var/www/html/afsis/resources/assets/sass/components/_button-group.scss */
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    /* line 39, /var/www/html/afsis/resources/assets/sass/components/_button-group.scss */
    .button-group .button:not(:last-child) {
      border-right: 1px solid white; }
  /* line 103, /var/www/html/afsis/resources/assets/sass/components/_button-group.scss */
  .button-group.tiny {
    font-size: 0.6rem; }
  /* line 104, /var/www/html/afsis/resources/assets/sass/components/_button-group.scss */
  .button-group.small {
    font-size: 0.75rem; }
  /* line 105, /var/www/html/afsis/resources/assets/sass/components/_button-group.scss */
  .button-group.large {
    font-size: 1.25rem; }
  /* line 106, /var/www/html/afsis/resources/assets/sass/components/_button-group.scss */
  .button-group.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    /* line 59, /var/www/html/afsis/resources/assets/sass/components/_button-group.scss */
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    /* line 64, /var/www/html/afsis/resources/assets/sass/components/_button-group.scss */
    .button-group.expanded .button {
      display: table-cell;
      float: none; }
  /* line 111, /var/www/html/afsis/resources/assets/sass/components/_button-group.scss */
  .button-group.primary .button {
    background-color: #2199e8;
    color: white; }
    /* line 112, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: white; }
  /* line 111, /var/www/html/afsis/resources/assets/sass/components/_button-group.scss */
  .button-group.secondary .button {
    background-color: #D4F0E2;
    color: #0a0a0a; }
    /* line 112, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #91d9b5;
      color: #0a0a0a; }
  /* line 111, /var/www/html/afsis/resources/assets/sass/components/_button-group.scss */
  .button-group.success .button {
    background-color: #3adb76;
    color: white; }
    /* line 112, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: white; }
  /* line 111, /var/www/html/afsis/resources/assets/sass/components/_button-group.scss */
  .button-group.alert .button {
    background-color: #ec5840;
    color: white; }
    /* line 112, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: white; }
  /* line 111, /var/www/html/afsis/resources/assets/sass/components/_button-group.scss */
  .button-group.warning .button {
    background-color: #ffae00;
    color: white; }
    /* line 112, /var/www/html/afsis/resources/assets/sass/components/_button.scss */
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: white; }
  /* line 75, /var/www/html/afsis/resources/assets/sass/components/_button-group.scss */
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%; }
    /* line 78, /var/www/html/afsis/resources/assets/sass/components/_button-group.scss */
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
      border-right: 1px solid; }
  @media screen and (min-width: 41.75em) {
    /* line 89, /var/www/html/afsis/resources/assets/sass/components/_button-group.scss */
    .button-group.stacked-for-small .button {
      width: auto; }
      /* line 92, /var/www/html/afsis/resources/assets/sass/components/_button-group.scss */
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid white; } }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 134, /var/www/html/afsis/resources/assets/sass/components/_button-group.scss */
    .button-group.stacked-for-small.expanded {
      display: block; }
      /* line 138, /var/www/html/afsis/resources/assets/sass/components/_button-group.scss */
      .button-group.stacked-for-small.expanded .button {
        display: block;
        border-right: 0; } }

/* line 88, /var/www/html/afsis/resources/assets/sass/components/_callout.scss */
.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  /* line 55, /var/www/html/afsis/resources/assets/sass/components/_callout.scss */
  .callout > :first-child {
    margin-top: 0; }
  /* line 59, /var/www/html/afsis/resources/assets/sass/components/_callout.scss */
  .callout > :last-child {
    margin-bottom: 0; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/components/_callout.scss */
  .callout.primary {
    background-color: #def0fc; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/components/_callout.scss */
  .callout.secondary {
    background-color: #f9fdfb; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/components/_callout.scss */
  .callout.success {
    background-color: #e1faea; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/components/_callout.scss */
  .callout.alert {
    background-color: #fce6e2; }
  /* line 92, /var/www/html/afsis/resources/assets/sass/components/_callout.scss */
  .callout.warning {
    background-color: #fff3d9; }
  /* line 97, /var/www/html/afsis/resources/assets/sass/components/_callout.scss */
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  /* line 101, /var/www/html/afsis/resources/assets/sass/components/_callout.scss */
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

/* line 58, /var/www/html/afsis/resources/assets/sass/components/_close-button.scss */
.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  /* line 160, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  /* line 51, /var/www/html/afsis/resources/assets/sass/components/_close-button.scss */
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

/* line 27, /var/www/html/afsis/resources/assets/sass/components/_drilldown.scss */
.is-drilldown {
  position: relative;
  overflow: hidden; }

/* line 33, /var/www/html/afsis/resources/assets/sass/components/_drilldown.scss */
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: white;
  transition: transform 0.15s linear; }
  /* line 43, /var/www/html/afsis/resources/assets/sass/components/_drilldown.scss */
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  /* line 49, /var/www/html/afsis/resources/assets/sass/components/_drilldown.scss */
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

/* line 55, /var/www/html/afsis/resources/assets/sass/components/_drilldown.scss */
.is-drilldown-submenu-parent > a {
  position: relative; }
  /* line 58, /var/www/html/afsis/resources/assets/sass/components/_drilldown.scss */
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

/* line 67, /var/www/html/afsis/resources/assets/sass/components/_drilldown.scss */
.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

/* line 56, /var/www/html/afsis/resources/assets/sass/components/_dropdown.scss */
.dropdown-pane {
  background-color: white;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  /* line 50, /var/www/html/afsis/resources/assets/sass/components/_dropdown.scss */
  .dropdown-pane.is-open {
    visibility: visible; }

/* line 61, /var/www/html/afsis/resources/assets/sass/components/_dropdown.scss */
.dropdown-pane.tiny {
  width: 100px; }

/* line 61, /var/www/html/afsis/resources/assets/sass/components/_dropdown.scss */
.dropdown-pane.small {
  width: 200px; }

/* line 61, /var/www/html/afsis/resources/assets/sass/components/_dropdown.scss */
.dropdown-pane.large {
  width: 400px; }

/* line 160, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

/* line 42, /var/www/html/afsis/resources/assets/sass/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul {
  display: none; }

/* line 48, /var/www/html/afsis/resources/assets/sass/components/_dropdown-menu.scss */
.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
  top: 100%;
  left: 0;
  right: auto; }

/* line 57, /var/www/html/afsis/resources/assets/sass/components/_dropdown-menu.scss */
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

/* line 65, /var/www/html/afsis/resources/assets/sass/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical {
  width: 100px; }
  /* line 68, /var/www/html/afsis/resources/assets/sass/components/_dropdown-menu.scss */
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  /* line 72, /var/www/html/afsis/resources/assets/sass/components/_dropdown-menu.scss */
  .is-dropdown-menu.vertical > li .is-dropdown-submenu {
    top: 0;
    left: 100%; }

/* line 78, /var/www/html/afsis/resources/assets/sass/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent {
  position: relative; }
  /* line 81, /var/www/html/afsis/resources/assets/sass/components/_dropdown-menu.scss */
  .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  /* line 88, /var/www/html/afsis/resources/assets/sass/components/_dropdown-menu.scss */
  .is-dropdown-submenu-parent.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  /* line 93, /var/www/html/afsis/resources/assets/sass/components/_dropdown-menu.scss */
  .is-dropdown-submenu-parent.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: black transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 0.825rem;
    right: 5px; }
  /* line 100, /var/www/html/afsis/resources/assets/sass/components/_dropdown-menu.scss */
  .is-dropdown-submenu-parent.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent black transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  /* line 107, /var/www/html/afsis/resources/assets/sass/components/_dropdown-menu.scss */
  .is-dropdown-submenu-parent.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent black;
    border-left-style: solid;
    border-right-width: 0; }
  /* line 112, /var/www/html/afsis/resources/assets/sass/components/_dropdown-menu.scss */
  .is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
    right: 0;
    left: auto; }
  /* line 117, /var/www/html/afsis/resources/assets/sass/components/_dropdown-menu.scss */
  .is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
    left: 0;
    right: auto; }
  /* line 122, /var/www/html/afsis/resources/assets/sass/components/_dropdown-menu.scss */
  .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%; }
  /* line 126, /var/www/html/afsis/resources/assets/sass/components/_dropdown-menu.scss */
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }

/* line 133, /var/www/html/afsis/resources/assets/sass/components/_dropdown-menu.scss */
.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: white;
  border: 1px solid #cacaca; }
  /* line 144, /var/www/html/afsis/resources/assets/sass/components/_dropdown-menu.scss */
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  /* line 149, /var/www/html/afsis/resources/assets/sass/components/_dropdown-menu.scss */
  .is-dropdown-submenu > li {
    width: 100%; }
  /* line 156, /var/www/html/afsis/resources/assets/sass/components/_dropdown-menu.scss */
  .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block; }

/* line 52, /var/www/html/afsis/resources/assets/sass/components/_flex-video.scss */
.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  /* line 39, /var/www/html/afsis/resources/assets/sass/components/_flex-video.scss */
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  /* line 55, /var/www/html/afsis/resources/assets/sass/components/_flex-video.scss */
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  /* line 59, /var/www/html/afsis/resources/assets/sass/components/_flex-video.scss */
  .flex-video.vimeo {
    padding-top: 0; }

/* line 41, /var/www/html/afsis/resources/assets/sass/components/_label.scss */
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: white; }
  /* line 49, /var/www/html/afsis/resources/assets/sass/components/_label.scss */
  .label.secondary {
    background: #D4F0E2;
    color: #0a0a0a; }
  /* line 49, /var/www/html/afsis/resources/assets/sass/components/_label.scss */
  .label.success {
    background: #3adb76;
    color: white; }
  /* line 49, /var/www/html/afsis/resources/assets/sass/components/_label.scss */
  .label.alert {
    background: #ec5840;
    color: white; }
  /* line 49, /var/www/html/afsis/resources/assets/sass/components/_label.scss */
  .label.warning {
    background: #ffae00;
    color: white; }

/* line 54, /var/www/html/afsis/resources/assets/sass/components/_media-object.scss */
.media-object {
  margin-bottom: 1rem;
  display: block; }
  /* line 57, /var/www/html/afsis/resources/assets/sass/components/_media-object.scss */
  .media-object img {
    max-width: none; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 61, /var/www/html/afsis/resources/assets/sass/components/_media-object.scss */
    .media-object.stack-for-small .media-object-section {
      display: block;
      padding: 0;
      padding-bottom: 1rem; }
      /* line 48, /var/www/html/afsis/resources/assets/sass/components/_media-object.scss */
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

/* line 68, /var/www/html/afsis/resources/assets/sass/components/_media-object.scss */
.media-object-section {
  display: table-cell;
  vertical-align: top; }
  /* line 33, /var/www/html/afsis/resources/assets/sass/components/_media-object.scss */
  .media-object-section:first-child {
    padding-right: 1rem; }
  /* line 37, /var/www/html/afsis/resources/assets/sass/components/_media-object.scss */
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  /* line 71, /var/www/html/afsis/resources/assets/sass/components/_media-object.scss */
  .media-object-section.middle {
    vertical-align: middle; }
  /* line 72, /var/www/html/afsis/resources/assets/sass/components/_media-object.scss */
  .media-object-section.bottom {
    vertical-align: bottom; }

/* line 149, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
.menu {
  margin: 0;
  list-style-type: none; }
  /* line 35, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    /* line 160, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  /* line 42, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  /* line 49, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  /* line 106, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  /* line 111, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
  .menu > li > a > span {
    vertical-align: middle; }
  /* line 119, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  /* line 67, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
  .menu > li {
    display: table-cell; }
  /* line 72, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 41.75em) {
    /* line 67, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
    .menu.medium-horizontal > li {
      display: table-cell; }
    /* line 72, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64.0625em) {
    /* line 67, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
    .menu.large-horizontal > li {
      display: table-cell; }
    /* line 72, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 75em) {
    /* line 67, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    /* line 72, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 90.0625em) {
    /* line 67, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
    .menu.xxlarge-horizontal > li {
      display: table-cell; }
    /* line 72, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
    .menu.xxlarge-vertical > li {
      display: block; } }
  /* line 83, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  /* line 89, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
  .menu.simple a {
    padding: 0; }
  /* line 181, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
  .menu.align-right > li {
    float: right; }
  /* line 187, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
  .menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    /* line 190, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  /* line 127, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
  .menu.icon-top > li > a {
    text-align: center; }
    /* line 130, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  /* line 201, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
  .menu.nested {
    margin-left: 1rem; }

/* line 206, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

/* line 211, /var/www/html/afsis/resources/assets/sass/components/_menu.scss */
.no-js [data-responsive-menu] ul {
  display: none; }

/* line 46, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
html,
body {
  height: 100%; }

/* line 51, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

/* line 59, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  /* line 134, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  /* line 140, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  .off-canvas-wrapper-inner::after {
    clear: both; }

/* line 67, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: white;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

/* line 80, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

/* line 154, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  /* line 160, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  /* line 157, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    /* line 122, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
    .is-open-left {
      transform: translateX(250px); }
  /* line 158, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    /* line 122, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 41.75em) {
  /* line 165, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    /* line 145, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  /* line 169, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    /* line 145, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64.0625em) {
  /* line 165, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    /* line 145, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  /* line 169, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    /* line 145, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 75em) {
  /* line 165, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    /* line 145, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  /* line 169, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    /* line 145, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 90.0625em) {
  /* line 165, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
  .position-left.reveal-for-xxlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    /* line 145, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 250px; }
  /* line 169, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
  .position-right.reveal-for-xxlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    /* line 145, /var/www/html/afsis/resources/assets/sass/components/_off-canvas.scss */
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 250px; } }

/* line 152, /var/www/html/afsis/resources/assets/sass/components/_orbit.scss */
.orbit {
  position: relative; }

/* line 156, /var/www/html/afsis/resources/assets/sass/components/_orbit.scss */
.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

/* line 160, /var/www/html/afsis/resources/assets/sass/components/_orbit.scss */
.orbit-slide {
  width: 100%;
  max-height: 100%; }
  /* line 72, /var/www/html/afsis/resources/assets/sass/components/_orbit.scss */
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

/* line 164, /var/www/html/afsis/resources/assets/sass/components/_orbit.scss */
.orbit-figure {
  margin: 0; }

/* line 168, /var/www/html/afsis/resources/assets/sass/components/_orbit.scss */
.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

/* line 172, /var/www/html/afsis/resources/assets/sass/components/_orbit.scss */
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: white;
  background-color: rgba(10, 10, 10, 0.5); }

/* line 176, /var/www/html/afsis/resources/assets/sass/components/_orbit.scss */
.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: white; }
  /* line 160, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  /* line 108, /var/www/html/afsis/resources/assets/sass/components/_orbit.scss */
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

/* line 180, /var/www/html/afsis/resources/assets/sass/components/_orbit.scss */
.orbit-previous {
  left: 0; }

/* line 185, /var/www/html/afsis/resources/assets/sass/components/_orbit.scss */
.orbit-next {
  left: auto;
  right: 0; }

/* line 190, /var/www/html/afsis/resources/assets/sass/components/_orbit.scss */
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  /* line 160, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  /* line 134, /var/www/html/afsis/resources/assets/sass/components/_orbit.scss */
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    /* line 141, /var/www/html/afsis/resources/assets/sass/components/_orbit.scss */
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    /* line 145, /var/www/html/afsis/resources/assets/sass/components/_orbit.scss */
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

/* line 131, /var/www/html/afsis/resources/assets/sass/components/_pagination.scss */
.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  /* line 134, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  /* line 140, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  .pagination::after {
    clear: both; }
  /* line 68, /var/www/html/afsis/resources/assets/sass/components/_pagination.scss */
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    /* line 79, /var/www/html/afsis/resources/assets/sass/components/_pagination.scss */
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 41.75em) {
      /* line 68, /var/www/html/afsis/resources/assets/sass/components/_pagination.scss */
      .pagination li {
        display: inline-block; } }
  /* line 91, /var/www/html/afsis/resources/assets/sass/components/_pagination.scss */
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    /* line 98, /var/www/html/afsis/resources/assets/sass/components/_pagination.scss */
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  /* line 134, /var/www/html/afsis/resources/assets/sass/components/_pagination.scss */
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: white;
    cursor: default; }
  /* line 138, /var/www/html/afsis/resources/assets/sass/components/_pagination.scss */
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default; }
    /* line 118, /var/www/html/afsis/resources/assets/sass/components/_pagination.scss */
    .pagination .disabled:hover {
      background: transparent; }
  /* line 142, /var/www/html/afsis/resources/assets/sass/components/_pagination.scss */
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

/* line 148, /var/www/html/afsis/resources/assets/sass/components/_pagination.scss */
.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: 0.5rem; }

/* line 155, /var/www/html/afsis/resources/assets/sass/components/_pagination.scss */
.pagination-next a::after,
.pagination-next.disabled::after {
  content: '»';
  display: inline-block;
  margin-left: 0.5rem; }

/* line 67, /var/www/html/afsis/resources/assets/sass/components/_progress-bar.scss */
.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  /* line 72, /var/www/html/afsis/resources/assets/sass/components/_progress-bar.scss */
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  /* line 72, /var/www/html/afsis/resources/assets/sass/components/_progress-bar.scss */
  .progress.secondary .progress-meter {
    background-color: #D4F0E2; }
  /* line 72, /var/www/html/afsis/resources/assets/sass/components/_progress-bar.scss */
  .progress.success .progress-meter {
    background-color: #3adb76; }
  /* line 72, /var/www/html/afsis/resources/assets/sass/components/_progress-bar.scss */
  .progress.alert .progress-meter {
    background-color: #ec5840; }
  /* line 72, /var/www/html/afsis/resources/assets/sass/components/_progress-bar.scss */
  .progress.warning .progress-meter {
    background-color: #ffae00; }

/* line 80, /var/www/html/afsis/resources/assets/sass/components/_progress-bar.scss */
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8; }

/* line 85, /var/www/html/afsis/resources/assets/sass/components/_progress-bar.scss */
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: white;
  white-space: nowrap; }

/* line 134, /var/www/html/afsis/resources/assets/sass/components/_slider.scss */
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

/* line 139, /var/www/html/afsis/resources/assets/sass/components/_slider.scss */
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  /* line 75, /var/www/html/afsis/resources/assets/sass/components/_slider.scss */
  .slider-fill.is-dragging {
    transition: all 0s linear; }

/* line 144, /var/www/html/afsis/resources/assets/sass/components/_slider.scss */
.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0; }
  /* line 160, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  /* line 95, /var/www/html/afsis/resources/assets/sass/components/_slider.scss */
  .slider-handle:hover {
    background-color: #1583cc; }
  /* line 99, /var/www/html/afsis/resources/assets/sass/components/_slider.scss */
  .slider-handle.is-dragging {
    transition: all 0s linear; }

/* line 149, /var/www/html/afsis/resources/assets/sass/components/_slider.scss */
.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

/* line 155, /var/www/html/afsis/resources/assets/sass/components/_slider.scss */
.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  /* line 116, /var/www/html/afsis/resources/assets/sass/components/_slider.scss */
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  /* line 122, /var/www/html/afsis/resources/assets/sass/components/_slider.scss */
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

/* line 6, /var/www/html/afsis/resources/assets/sass/components/_sticky.scss */
.sticky-container {
  position: relative; }

/* line 10, /var/www/html/afsis/resources/assets/sass/components/_sticky.scss */
.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

/* line 16, /var/www/html/afsis/resources/assets/sass/components/_sticky.scss */
.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  /* line 20, /var/www/html/afsis/resources/assets/sass/components/_sticky.scss */
  .sticky.is-stuck.is-at-top {
    top: 0; }
  /* line 24, /var/www/html/afsis/resources/assets/sass/components/_sticky.scss */
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

/* line 29, /var/www/html/afsis/resources/assets/sass/components/_sticky.scss */
.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  /* line 34, /var/www/html/afsis/resources/assets/sass/components/_sticky.scss */
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

/* line 117, /var/www/html/afsis/resources/assets/sass/components/_reveal.scss */
body.is-reveal-open {
  overflow: hidden; }

/* line 122, /var/www/html/afsis/resources/assets/sass/components/_reveal.scss */
.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

/* line 127, /var/www/html/afsis/resources/assets/sass/components/_reveal.scss */
.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 6.25rem auto 0;
  background-color: white;
  border-radius: 0;
  position: absolute;
  overflow-y: auto; }
  /* line 160, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 41.75em) {
    /* line 127, /var/www/html/afsis/resources/assets/sass/components/_reveal.scss */
    .reveal {
      min-height: 0; } }
  /* line 75, /var/www/html/afsis/resources/assets/sass/components/_reveal.scss */
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  /* line 81, /var/www/html/afsis/resources/assets/sass/components/_reveal.scss */
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 41.75em) {
    /* line 127, /var/www/html/afsis/resources/assets/sass/components/_reveal.scss */
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 41.75em) {
    /* line 136, /var/www/html/afsis/resources/assets/sass/components/_reveal.scss */
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  /* line 144, /var/www/html/afsis/resources/assets/sass/components/_reveal.scss */
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 41.75em) {
    /* line 149, /var/www/html/afsis/resources/assets/sass/components/_reveal.scss */
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 41.75em) {
    /* line 150, /var/www/html/afsis/resources/assets/sass/components/_reveal.scss */
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 41.75em) {
    /* line 151, /var/www/html/afsis/resources/assets/sass/components/_reveal.scss */
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  /* line 154, /var/www/html/afsis/resources/assets/sass/components/_reveal.scss */
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0; }

/* line 189, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  font-weight: bold;
  font-size: 0.875rem; }

/* line 194, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
.switch-input {
  opacity: 0;
  position: absolute; }

/* line 199, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  /* line 96, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
  input + .switch-paddle {
    margin: 0; }
  /* line 101, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
  .switch-paddle::after {
    background: white;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  /* line 116, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    /* line 119, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  /* line 160, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

/* line 204, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

/* line 209, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
.switch-active {
  left: 8%;
  display: none; }
  /* line 141, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
  input:checked + label > .switch-active {
    display: block; }

/* line 215, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
.switch-inactive {
  right: 15%; }
  /* line 150, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
  input:checked + label > .switch-inactive {
    display: none; }

/* line 171, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

/* line 177, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

/* line 182, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

/* line 171, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

/* line 177, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

/* line 182, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

/* line 171, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

/* line 177, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

/* line 182, /var/www/html/afsis/resources/assets/sass/components/_switch.scss */
.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

/* line 209, /var/www/html/afsis/resources/assets/sass/components/_table.scss */
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  /* line 64, /var/www/html/afsis/resources/assets/sass/components/_table.scss */
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f2f2f2;
    background-color: white; }
  /* line 72, /var/www/html/afsis/resources/assets/sass/components/_table.scss */
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  /* line 78, /var/www/html/afsis/resources/assets/sass/components/_table.scss */
  table thead,
  table tfoot {
    background: #f9f9f9;
    color: #0a0a0a; }
    /* line 84, /var/www/html/afsis/resources/assets/sass/components/_table.scss */
    table thead tr,
    table tfoot tr {
      background: transparent; }
    /* line 89, /var/www/html/afsis/resources/assets/sass/components/_table.scss */
    table thead th,
    table thead td,
    table tfoot th,
    table tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  /* line 115, /var/www/html/afsis/resources/assets/sass/components/_table.scss */
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 64em) {
  /* line 188, /var/www/html/afsis/resources/assets/sass/components/_table.scss */
  table.stack thead {
    display: none; }
  /* line 193, /var/www/html/afsis/resources/assets/sass/components/_table.scss */
  table.stack tfoot {
    display: none; }
  /* line 197, /var/www/html/afsis/resources/assets/sass/components/_table.scss */
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  /* line 203, /var/www/html/afsis/resources/assets/sass/components/_table.scss */
  table.stack td {
    border-top: 0; } }

/* line 219, /var/www/html/afsis/resources/assets/sass/components/_table.scss */
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

/* line 153, /var/www/html/afsis/resources/assets/sass/components/_table.scss */
table.hover tr:hover {
  background-color: #fafafa; }

/* line 121, /var/www/html/afsis/resources/assets/sass/components/_tabs.scss */
.tabs {
  margin: 0;
  list-style-type: none;
  background: white;
  border: 1px solid #e6e6e6; }
  /* line 134, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  /* line 140, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  .tabs::after {
    clear: both; }

/* line 67, /var/www/html/afsis/resources/assets/sass/components/_tabs.scss */
.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

/* line 132, /var/www/html/afsis/resources/assets/sass/components/_tabs.scss */
.tabs.simple > li > a {
  padding: 0; }
  /* line 135, /var/www/html/afsis/resources/assets/sass/components/_tabs.scss */
  .tabs.simple > li > a:hover {
    background: transparent; }

/* line 142, /var/www/html/afsis/resources/assets/sass/components/_tabs.scss */
.tabs.primary {
  background: #2199e8; }
  /* line 145, /var/www/html/afsis/resources/assets/sass/components/_tabs.scss */
  .tabs.primary > li > a {
    color: white; }
    /* line 148, /var/www/html/afsis/resources/assets/sass/components/_tabs.scss */
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

/* line 155, /var/www/html/afsis/resources/assets/sass/components/_tabs.scss */
.tabs-title {
  float: left; }
  /* line 78, /var/www/html/afsis/resources/assets/sass/components/_tabs.scss */
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #2199e8; }
    /* line 85, /var/www/html/afsis/resources/assets/sass/components/_tabs.scss */
    .tabs-title > a:hover {
      background: white; }
    /* line 89, /var/www/html/afsis/resources/assets/sass/components/_tabs.scss */
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

/* line 159, /var/www/html/afsis/resources/assets/sass/components/_tabs.scss */
.tabs-content {
  background: white;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6; }

/* line 163, /var/www/html/afsis/resources/assets/sass/components/_tabs.scss */
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

/* line 167, /var/www/html/afsis/resources/assets/sass/components/_tabs.scss */
.tabs-panel {
  display: none;
  padding: 1rem; }
  /* line 115, /var/www/html/afsis/resources/assets/sass/components/_tabs.scss */
  .tabs-panel.is-active {
    display: block; }

/* line 51, /var/www/html/afsis/resources/assets/sass/components/_thumbnail.scss */
.thumbnail {
  border: solid 4px white;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  /* line 44, /var/www/html/afsis/resources/assets/sass/components/_thumbnail.scss */
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

/* line 38, /var/www/html/afsis/resources/assets/sass/components/_title-bar.scss */
.title-bar {
  background: #0a0a0a;
  color: white;
  padding: 0.5rem; }
  /* line 134, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  /* line 140, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  .title-bar::after {
    clear: both; }
  /* line 44, /var/www/html/afsis/resources/assets/sass/components/_title-bar.scss */
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

/* line 50, /var/www/html/afsis/resources/assets/sass/components/_title-bar.scss */
.title-bar-left {
  float: left; }

/* line 54, /var/www/html/afsis/resources/assets/sass/components/_title-bar.scss */
.title-bar-right {
  float: right;
  text-align: right; }

/* line 59, /var/www/html/afsis/resources/assets/sass/components/_title-bar.scss */
.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

/* line 65, /var/www/html/afsis/resources/assets/sass/components/_title-bar.scss */
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  /* line 79, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: white;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 white, 0 14px 0 white; }
  /* line 105, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

/* line 69, /var/www/html/afsis/resources/assets/sass/components/_title-bar.scss */
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  /* line 79, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  /* line 105, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

/* line 101, /var/www/html/afsis/resources/assets/sass/components/_tooltip.scss */
.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

/* line 105, /var/www/html/afsis/resources/assets/sass/components/_tooltip.scss */
.tooltip {
  background-color: #0a0a0a;
  color: white;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  /* line 68, /var/www/html/afsis/resources/assets/sass/components/_tooltip.scss */
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  /* line 76, /var/www/html/afsis/resources/assets/sass/components/_tooltip.scss */
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  /* line 82, /var/www/html/afsis/resources/assets/sass/components/_tooltip.scss */
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  /* line 90, /var/www/html/afsis/resources/assets/sass/components/_tooltip.scss */
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

/* line 64, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
.top-bar {
  padding: 0.5rem; }
  /* line 134, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  /* line 140, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
  .top-bar::after {
    clear: both; }
  /* line 30, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  /* line 35, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  /* line 41, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .top-bar input.button {
    width: auto; }

@media screen and (max-width: 41.6875em) {
  /* line 49, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .stacked-for-small .top-bar-title {
    width: 100%; }
  /* line 53, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .stacked-for-small .top-bar-right {
    width: 100%; }
  /* line 57, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .stacked-for-small .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 64em) {
  /* line 49, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .stacked-for-medium .top-bar-title {
    width: 100%; }
  /* line 53, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .stacked-for-medium .top-bar-right {
    width: 100%; }
  /* line 57, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .stacked-for-medium .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 74.9375em) {
  /* line 49, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .stacked-for-large .top-bar-title {
    width: 100%; }
  /* line 53, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .stacked-for-large .top-bar-right {
    width: 100%; }
  /* line 57, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .stacked-for-large .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 90em) {
  /* line 49, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .stacked-for-xlarge .top-bar-title {
    width: 100%; }
  /* line 53, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .stacked-for-xlarge .top-bar-right {
    width: 100%; }
  /* line 57, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .stacked-for-xlarge .top-bar-left {
    width: 100%; } }

@media screen and (max-width: ) {
  /* line 49, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .stacked-for-xxlarge .top-bar-title {
    width: 100%; }
  /* line 53, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .stacked-for-xxlarge .top-bar-right {
    width: 100%; }
  /* line 57, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .stacked-for-xxlarge .top-bar-left {
    width: 100%; } }

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
  /* line 49, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .top-bar-title {
    width: 100%; }
  /* line 53, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .top-bar-right {
    width: 100%; }
  /* line 57, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
  .top-bar-left {
    width: 100%; } }

/* line 83, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
.top-bar-title {
  float: left;
  margin-right: 1rem; }

/* line 87, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
.top-bar-left {
  float: left; }

/* line 91, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
.top-bar-right {
  float: right; }

/* line 134, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
::before,
::after {
  content: ' ';
  display: table; }

/* line 140, /var/www/html/afsis/resources/assets/sass/util/_mixins.scss */
::after {
  clear: both; }

padding: 0.5rem;
/* line 30, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */

ul {
  background-color: #e6e6e6; }

/* line 35, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
input {
  width: 200px;
  margin-right: 1rem; }

/* line 41, /var/www/html/afsis/resources/assets/sass/components/_top-bar.scss */
input.button {
  width: auto; }

@font-face {
  font-family: 'kanit';
  src: url("../fonts/Kanit-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'kanit-m';
  src: url("../fonts/Kanit-Medium_0.ttf") format("truetype"); }

@font-face {
  font-family: 'kanit-l';
  src: url("../fonts/Kanit-Light_0.ttf") format("truetype"); }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 8, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 18, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 31, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
/* line 50, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
/* line 61, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 70, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 79, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 92, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 102, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 115, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 125, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 134, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 143, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 152, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
/* line 170, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 179, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 187, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 191, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 202, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
/* line 210, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 222, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
/* line 234, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 243, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 257, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 269, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 278, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 288, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 299, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 310, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 322, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 333, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 346, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 368, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 378, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 388, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 397, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 406, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 416, /var/www/html/afsis/resources/assets/sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* line 41, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr; }
  /* line 47, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
  .datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-size: 13px;
    line-height: 18px; }
    /* line 76, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
    .datepicker.dropdown-menu th {
      padding: 4px 5px; }
    /* line 77, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
    .datepicker.dropdown-menu td {
      padding: 4px 5px; }
  /* line 79, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
  .datepicker table {
    border: 0;
    margin: 0;
    width: auto; }
    /* line 83, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
    .datepicker table tr td span {
      display: block;
      width: 23%;
      height: 54px;
      line-height: 54px;
      float: left;
      margin: 1%;
      cursor: pointer; }
  /* line 93, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
  .datepicker td {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer; }
    /* line 102, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
    .datepicker td.active.day, .datepicker td.active.year {
      background: #2ba6cb; }
    /* line 103, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
    .datepicker td.old, .datepicker td.new {
      color: #999; }
    /* line 104, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
    .datepicker td span.active {
      background: #2ba6cb; }
    /* line 105, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
    .datepicker td.day.disabled {
      color: #eee; }
    /* line 106, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
    .datepicker td span.month.disabled, .datepicker td span.year.disabled {
      color: #eee; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
  .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer; }
    /* line 119, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
    .datepicker th.active.day, .datepicker th.active.year {
      background: #2ba6cb; }
    /* line 120, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
    .datepicker th.date-switch {
      width: 145px; }
    /* line 121, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
    .datepicker th span.active {
      background: #2ba6cb; }
  /* line 123, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }
  /* line 129, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
  .datepicker.days div.datepicker-days {
    display: block; }
  /* line 130, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
  .datepicker.months div.datepicker-months {
    display: block; }
  /* line 131, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
  .datepicker.years div.datepicker-years {
    display: block; }
  /* line 132, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
  .datepicker thead tr:first-child th {
    cursor: pointer; }
    /* line 134, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
    .datepicker thead tr:first-child th.cw {
      cursor: default;
      background-color: transparent; }
  /* line 139, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
  .datepicker tfoot tr:first-child th {
    cursor: pointer; }

/* line 141, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
.datepicker-inline {
  width: 220px; }

/* line 142, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
.datepicker-rtl {
  direction: rtl; }
  /* line 144, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
  .datepicker-rtl table tr td span {
    float: right; }

/* line 146, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
.datepicker-dropdown {
  top: 0;
  left: 0; }
  /* line 149, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px; }
  /* line 160, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px; }

/* line 171, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
.datepicker > div,
.datepicker-dropdown::before,
.datepicker-dropdown::after {
  display: none; }

/* line 174, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none; }

/* line 183, /var/www/html/afsis/resources/assets/sass/_foundation-datepicker.scss */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

/* line 1, /var/www/html/afsis/resources/assets/sass/_burger.scss */
.mobile-menu-button {
  margin: 0;
  position: absolute;
  right: 0.3em;
  top: 0.3em;
  z-index: 100; }
  /* line 8, /var/www/html/afsis/resources/assets/sass/_burger.scss */
  .mobile-menu-button a {
    float: right; }
  /* line 11, /var/www/html/afsis/resources/assets/sass/_burger.scss */
  .mobile-menu-button * {
    transition: .25s ease-in-out;
    box-sizing: border-box; }
  /* line 15, /var/www/html/afsis/resources/assets/sass/_burger.scss */
  .mobile-menu-button body {
    background: white; }
  /* line 18, /var/www/html/afsis/resources/assets/sass/_burger.scss */
  .mobile-menu-button span {
    display: block;
    background: white;
    border-radius: 2px; }
  /* line 23, /var/www/html/afsis/resources/assets/sass/_burger.scss */
  .mobile-menu-button #button-menu-mobile {
    width: 65px;
    height: 65px;
    margin: auto auto;
    position: relative;
    cursor: pointer; }
    @media screen and (min-width: 0em) and (max-width: 41.6875em) {
      /* line 23, /var/www/html/afsis/resources/assets/sass/_burger.scss */
      .mobile-menu-button #button-menu-mobile {
        width: 35px;
        height: 35px; } }
    /* line 40, /var/www/html/afsis/resources/assets/sass/_burger.scss */
    .mobile-menu-button #button-menu-mobile #hamburger {
      position: absolute;
      height: 100%;
      width: 100%; }
      /* line 45, /var/www/html/afsis/resources/assets/sass/_burger.scss */
      .mobile-menu-button #button-menu-mobile #hamburger span {
        width: 40px;
        height: 3px;
        position: relative;
        top: 5px;
        left: 12px;
        margin: 11px 0; }
        @media screen and (min-width: 0em) and (max-width: 41.6875em) {
          /* line 45, /var/www/html/afsis/resources/assets/sass/_burger.scss */
          .mobile-menu-button #button-menu-mobile #hamburger span {
            width: 25px;
            margin: 5px 0;
            top: 0px;
            left: 7px; } }
        /* line 60, /var/www/html/afsis/resources/assets/sass/_burger.scss */
        .mobile-menu-button #button-menu-mobile #hamburger span:nth-child(1) {
          transition-delay: .375s; }
        /* line 63, /var/www/html/afsis/resources/assets/sass/_burger.scss */
        .mobile-menu-button #button-menu-mobile #hamburger span:nth-child(2) {
          transition-delay: .5s; }
        /* line 66, /var/www/html/afsis/resources/assets/sass/_burger.scss */
        .mobile-menu-button #button-menu-mobile #hamburger span:nth-child(3) {
          transition-delay: .625s; }
    /* line 71, /var/www/html/afsis/resources/assets/sass/_burger.scss */
    .mobile-menu-button #button-menu-mobile #cross {
      position: absolute;
      height: 100%;
      width: 100%;
      transform: rotate(45deg); }
      /* line 78, /var/www/html/afsis/resources/assets/sass/_burger.scss */
      .mobile-menu-button #button-menu-mobile #cross span:nth-child(1) {
        height: 0%;
        width: 3px;
        position: absolute;
        top: 16%;
        left: 31px;
        transition-delay: 0s; }
        @media screen and (min-width: 0em) and (max-width: 41.6875em) {
          /* line 78, /var/www/html/afsis/resources/assets/sass/_burger.scss */
          .mobile-menu-button #button-menu-mobile #cross span:nth-child(1) {
            top: 10%;
            left: 16px; } }
      /* line 91, /var/www/html/afsis/resources/assets/sass/_burger.scss */
      .mobile-menu-button #button-menu-mobile #cross span:nth-child(2) {
        width: 0%;
        height: 3px;
        position: absolute;
        left: 16%;
        top: 31px;
        transition-delay: .25s; }
        @media screen and (min-width: 0em) and (max-width: 41.6875em) {
          /* line 91, /var/www/html/afsis/resources/assets/sass/_burger.scss */
          .mobile-menu-button #button-menu-mobile #cross span:nth-child(2) {
            left: 15%;
            top: 14px; } }
  /* line 110, /var/www/html/afsis/resources/assets/sass/_burger.scss */
  .mobile-menu-button #button-menu-mobile.open #hamburger span {
    width: 0%; }
    /* line 112, /var/www/html/afsis/resources/assets/sass/_burger.scss */
    .mobile-menu-button #button-menu-mobile.open #hamburger span:nth-child(1) {
      transition-delay: 0s; }
    /* line 115, /var/www/html/afsis/resources/assets/sass/_burger.scss */
    .mobile-menu-button #button-menu-mobile.open #hamburger span:nth-child(2) {
      transition-delay: .125s; }
    /* line 118, /var/www/html/afsis/resources/assets/sass/_burger.scss */
    .mobile-menu-button #button-menu-mobile.open #hamburger span:nth-child(3) {
      transition-delay: .25s; }
  /* line 125, /var/www/html/afsis/resources/assets/sass/_burger.scss */
  .mobile-menu-button #button-menu-mobile.open #cross span:nth-child(1) {
    height: 70%;
    transition-delay: .5s; }
  /* line 131, /var/www/html/afsis/resources/assets/sass/_burger.scss */
  .mobile-menu-button #button-menu-mobile.open #cross span:nth-child(2) {
    width: 70%;
    transition-delay: .25s; }

/* line 139, /var/www/html/afsis/resources/assets/sass/_burger.scss */
#mobile-menu {
  position: absolute;

  right: 280px; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 139, /var/www/html/afsis/resources/assets/sass/_burger.scss */
    #mobile-menu {
      right: 68%; } }
  /* line 147, /var/www/html/afsis/resources/assets/sass/_burger.scss */
  #mobile-menu a {
    color: white;
    text-transform: uppercase; }
  /* line 151, /var/www/html/afsis/resources/assets/sass/_burger.scss */
  #mobile-menu h4 {
    color: white;
    font-size: 1.2rem;
    margin-top: 0.5em;
    letter-spacing: 5px; }
  /* line 157, /var/www/html/afsis/resources/assets/sass/_burger.scss */
  #mobile-menu .mobile-menu-panel {
    overflow-y: scroll;
    width: 280px;
    height: 101vh;
    position: fixed;
    background-color: white;
    z-index: 100;
    opacity: 0;
    top: 30;
    margin-left:115px;
    border-left: 0.5rem solid #98AE30;
    transform: translateX(280px) translateZ(0);
    transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s; }
    @media screen and (min-width: 0em) and (max-width: 41.6875em) {
      /* line 157, /var/www/html/afsis/resources/assets/sass/_burger.scss */
      #mobile-menu .mobile-menu-panel {
        width: 230px; } }
    @media screen and (min-width: 0em) and (max-width: 41.6875em) {
      /* line 157, /var/www/html/afsis/resources/assets/sass/_burger.scss */
      #mobile-menu .mobile-menu-panel {
        transform: translateX(230px) translateZ(0); } }
  /* line 179, /var/www/html/afsis/resources/assets/sass/_burger.scss */
  #mobile-menu .mobile-menu-panel-active {
    opacity: 1;
    transform: translateX(0) translateZ(0);
    transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s; }
  /* line 189, /var/www/html/afsis/resources/assets/sass/_burger.scss */
  #mobile-menu .wrapper {
    padding-top: 80px; }
    /* line 192, /var/www/html/afsis/resources/assets/sass/_burger.scss */
    #mobile-menu .wrapper h2 {
      color: #1F3C5C;
      margin: 0;
      font-size: 1.25rem; }
  /* line 199, /var/www/html/afsis/resources/assets/sass/_burger.scss */
  #mobile-menu .main-logo {
    margin-left: 0 auto; }
  /* line 203, /var/www/html/afsis/resources/assets/sass/_burger.scss */
  #mobile-menu #close {
    color: white;
    text-align: center;
    font-size: 2em; }
  /* line 208, /var/www/html/afsis/resources/assets/sass/_burger.scss */
  #mobile-menu .is-accordion-submenu-parent > a::after {
    border-color: white transparent transparent; }

/* line 213, /var/www/html/afsis/resources/assets/sass/_burger.scss */
.close-layer {
 /* display: none;
  position: fixed;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  width: 100vw;
  height: 101vh; */
}

/* line 223, /var/www/html/afsis/resources/assets/sass/_burger.scss */
.close-layer-show {
  display: block !important;
 }

/* line 2, /var/www/html/afsis/resources/assets/sass/_componentImageOrbit.scss */
#home #image-orbit .orbit-figure {
  margin: 0;
  position: relative;
  height: 250px; }
  @media screen and (min-width: 64.0625em) {
    /* line 2, /var/www/html/afsis/resources/assets/sass/_componentImageOrbit.scss */
    #home #image-orbit .orbit-figure {
      height: 380px; } }
  @media screen and (min-width: 41.75em) and (max-width: 64em) {
    /* line 2, /var/www/html/afsis/resources/assets/sass/_componentImageOrbit.scss */
    #home #image-orbit .orbit-figure {
      height: 380px; } }

/* line 14, /var/www/html/afsis/resources/assets/sass/_componentImageOrbit.scss */
#home #image-orbit .orbit-image {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto; }
  @media screen and (min-width: 41.75em) {
    /* line 14, /var/www/html/afsis/resources/assets/sass/_componentImageOrbit.scss */
    #home #image-orbit .orbit-image {
      max-height: 380px; } }

/* line 26, /var/www/html/afsis/resources/assets/sass/_componentImageOrbit.scss */
#home #image-orbit .orbit-caption {
  bottom: 10%;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background-color: transparent; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 26, /var/www/html/afsis/resources/assets/sass/_componentImageOrbit.scss */
    #home #image-orbit .orbit-caption {
      bottom: -5%; } }
  /* line 38, /var/www/html/afsis/resources/assets/sass/_componentImageOrbit.scss */
  #home #image-orbit .orbit-caption h2 {
    display: inline-block;
    font-weight: bold;
    color: white;
    background-color: #98AE30;
    padding: 0.5rem 1.7rem; }

/* line 47, /var/www/html/afsis/resources/assets/sass/_componentImageOrbit.scss */
#home #image-orbit .orbit-previous, #home #image-orbit .orbit-next {
  color: #98AE30; }

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
  /* line 3, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
  #home #home-news-event h1 {
    text-align: center; } }

@media screen and (min-width: 41.75em) and (max-width: 64em) {
  /* line 3, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
  #home #home-news-event h1 {
    padding-left: 0.5em; } }

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
  /* line 11, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
  #home #home-news-event h2 {
    margin-top: 1em; } }

/* line 16, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
#home #home-news-event p {
  font-size: 1.3rem;
  line-height: 25px; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 16, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
    #home #home-news-event p {
      font-size: 1rem; } }

/* line 24, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
#home #home-news-event hr {
  max-width: none;
  margin-bottom: 2em;
  padding-top: 2em; }

/* line 30, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
#home #home-news-event .simple-content {
  position: relative; }
  @media screen and (min-width: 41.75em) and (max-width: 64em) {
    /* line 30, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
    #home #home-news-event .simple-content {
      padding-left: 0.5em; } }

/* line 37, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
#home #home-news-event .news-img-frame {
  height: 220px;
  position: relative;
  text-align: center; }
  /* line 42, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
  #home #home-news-event .news-img-frame img {
    max-height: 220px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

/* line 52, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
#home #home-news-event .news-content-frame {
  height: 220px;
  overflow: hidden; }
  @media screen and (min-width: 41.75em) and (max-width: 64em) {
    /* line 52, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
    #home #home-news-event .news-content-frame {
      height: 400px; } }

@media screen and (min-width: 41.75em) and (max-width: 64em) {
  /* line 60, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
  #home #home-news-event .read-more {
    margin-top: 0.5em; } }

@media screen and (min-width: 64.0625em) {
  /* line 60, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
  #home #home-news-event .read-more {
    position: absolute;
    bottom: 0;
    right: 0; } }

/* line 6, /var/www/html/afsis/resources/assets/sass/_home.scss */
#home p {
  font-family: 'kanit-l'; }

/* line 2, /var/www/html/afsis/resources/assets/sass/_newsEvents.scss */
#news-events h1, #news-events h2 {
  margin: 0; }

/* line 6, /var/www/html/afsis/resources/assets/sass/_newsEvents.scss */
#news-events hr {
  margin-top: 0; }

/* line 10, /var/www/html/afsis/resources/assets/sass/_newsEvents.scss */
#news-events span {
  font-size: 1rem; }

/* line 14, /var/www/html/afsis/resources/assets/sass/_newsEvents.scss */
#news-events p {
  line-height: 30px;
  overflow: hidden; }

/* line 19, /var/www/html/afsis/resources/assets/sass/_newsEvents.scss */
#news-events .feature-news-img {
  max-height: 250px; }
  @media screen and (min-width: 41.75em) {
    /* line 19, /var/www/html/afsis/resources/assets/sass/_newsEvents.scss */
    #news-events .feature-news-img {
      max-height: 350px; } }
  @media screen and (min-width: 90.0625em) {
    /* line 19, /var/www/html/afsis/resources/assets/sass/_newsEvents.scss */
    #news-events .feature-news-img {
      max-height: 450px; } }

/* line 30, /var/www/html/afsis/resources/assets/sass/_newsEvents.scss */
#news-events .first-news-content {
  margin-top: 1em;
  padding: 0 1em; }
  @media screen and (min-width: 64.0625em) {
    /* line 30, /var/www/html/afsis/resources/assets/sass/_newsEvents.scss */
    #news-events .first-news-content {
      padding-left: 3em; } }
  /* line 38, /var/www/html/afsis/resources/assets/sass/_newsEvents.scss */
  #news-events .first-news-content .read-more {
    padding: 0 1em; }

/* line 44, /var/www/html/afsis/resources/assets/sass/_newsEvents.scss */
#news-events .news-img-frame {
  height: 290px;
  position: relative;
  text-align: center; }
  /* line 49, /var/www/html/afsis/resources/assets/sass/_newsEvents.scss */
  #news-events .news-img-frame img {
    max-height: 290px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

/* line 59, /var/www/html/afsis/resources/assets/sass/_newsEvents.scss */
#news-events .news-content-frame {
  min-height: 250px;
  margin-bottom: 1rem; }

/* line 64, /var/www/html/afsis/resources/assets/sass/_newsEvents.scss */
#news-events .block-0 {
  padding: 0 1em; }
  @media screen and (min-width: 64.0625em) {
    /* line 64, /var/www/html/afsis/resources/assets/sass/_newsEvents.scss */
    #news-events .block-0 {
      padding: 0;
      padding-right: 2em; } }

/* line 74, /var/www/html/afsis/resources/assets/sass/_newsEvents.scss */
#news-events .block-1 {
  padding: 0 1em; }

/* line 78, /var/www/html/afsis/resources/assets/sass/_newsEvents.scss */
#news-events .block-2 {
  padding: 0 1em; }
  @media screen and (min-width: 64.0625em) {
    /* line 78, /var/www/html/afsis/resources/assets/sass/_newsEvents.scss */
    #news-events .block-2 {
      padding: 0;
      padding-left: 2em; } }

/* line 3, /var/www/html/afsis/resources/assets/sass/_newsEventsRead.scss */
#news-events-read h1 {
  margin: 0; }

/* line 6, /var/www/html/afsis/resources/assets/sass/_newsEventsRead.scss */
#news-events-read hr {
  margin: 0; }

/* line 9, /var/www/html/afsis/resources/assets/sass/_newsEventsRead.scss */
#news-events-read p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: black;
  font-family: 'kanit-l'; }

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
  /* line 3, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
  #news-events-read #home-news-event h1 {
    text-align: center; } }

@media screen and (min-width: 41.75em) and (max-width: 64em) {
  /* line 3, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
  #news-events-read #home-news-event h1 {
    padding-left: 0.5em; } }

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
  /* line 11, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
  #news-events-read #home-news-event h2 {
    margin-top: 1em; } }

/* line 16, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
#news-events-read #home-news-event p {
  font-size: 1.3rem;
  line-height: 25px; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 16, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
    #news-events-read #home-news-event p {
      font-size: 1rem; } }

/* line 24, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
#news-events-read #home-news-event hr {
  max-width: none;
  margin-bottom: 2em;
  padding-top: 2em; }

/* line 30, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
#news-events-read #home-news-event .simple-content {
  position: relative; }
  @media screen and (min-width: 41.75em) and (max-width: 64em) {
    /* line 30, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
    #news-events-read #home-news-event .simple-content {
      padding-left: 0.5em; } }

/* line 37, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
#news-events-read #home-news-event .news-img-frame {
  height: 220px;
  position: relative;
  text-align: center; }
  /* line 42, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
  #news-events-read #home-news-event .news-img-frame img {
    max-height: 220px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

/* line 52, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
#news-events-read #home-news-event .news-content-frame {
  height: 220px;
  overflow: hidden; }
  @media screen and (min-width: 41.75em) and (max-width: 64em) {
    /* line 52, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
    #news-events-read #home-news-event .news-content-frame {
      height: 400px; } }

@media screen and (min-width: 41.75em) and (max-width: 64em) {
  /* line 60, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
  #news-events-read #home-news-event .read-more {
    margin-top: 0.5em; } }

@media screen and (min-width: 64.0625em) {
  /* line 60, /var/www/html/afsis/resources/assets/sass/_componentNewsEvent.scss */
  #news-events-read #home-news-event .read-more {
    position: absolute;
    bottom: 0;
    right: 0; } }

/* line 19, /var/www/html/afsis/resources/assets/sass/_newsEventsRead.scss */
#news-events-read .content ::before, #news-events-read .content ::after {
  content: ' ';
  display: inline; }

/* line 24, /var/www/html/afsis/resources/assets/sass/_newsEventsRead.scss */
#news-events-read .news-read-img-frame {
  position: relative;
  text-align: center; }
  /* line 28, /var/www/html/afsis/resources/assets/sass/_newsEventsRead.scss */
  #news-events-read .news-read-img-frame img {
    max-height: 1000px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

/* line 3, /var/www/html/afsis/resources/assets/sass/_publication.scss */
#publication h1 {
  margin: 0; }

/* line 6, /var/www/html/afsis/resources/assets/sass/_publication.scss */
#publication p {
  font-family: 'kanit-l';
  color: black;
  line-height: 1.2; }

/* line 11, /var/www/html/afsis/resources/assets/sass/_publication.scss */
#publication hr {
  margin-top: 0; }

@media screen and (min-width: 90.0625em) {
  /* line 14, /var/www/html/afsis/resources/assets/sass/_publication.scss */
  #publication .report-section {
    max-width: 1390px; } }

@media screen and (min-width: 90.0625em) {
  /* line 19, /var/www/html/afsis/resources/assets/sass/_publication.scss */
  #publication .project-section {
    max-width: 1280px; } }

/* line 24, /var/www/html/afsis/resources/assets/sass/_publication.scss */
#publication .more-btn {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0;
  float: right; }

/* line 30, /var/www/html/afsis/resources/assets/sass/_publication.scss */
#publication .publication-img-block {
  text-align: center; }

/* line 33, /var/www/html/afsis/resources/assets/sass/_publication.scss */
#publication .publication-img-frame {
  max-width: 230px;
  margin: 0 auto; }

/* line 38, /var/www/html/afsis/resources/assets/sass/_publication.scss */
#publication .news-img-frame {
  height: 290px;
  position: relative;
  text-align: center; }
  /* line 43, /var/www/html/afsis/resources/assets/sass/_publication.scss */
  #publication .news-img-frame img {
    max-height: 290px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

/* line 53, /var/www/html/afsis/resources/assets/sass/_publication.scss */
#publication .news-content-frame {
  min-height: 250px;
  margin-bottom: 1rem; }

/* line 2, /var/www/html/afsis/resources/assets/sass/_contactUs.scss */
#contactUs h1 {
  margin: 0; }

/* line 5, /var/www/html/afsis/resources/assets/sass/_contactUs.scss */
#contactUs hr {
  margin-top: 3em;
  width: 90%; }
  @media screen and (min-width: 64.0625em) {
    /* line 5, /var/www/html/afsis/resources/assets/sass/_contactUs.scss */
    #contactUs hr {
      max-width: 1280px; } }

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
  /* line 14, /var/www/html/afsis/resources/assets/sass/_contactUs.scss */
  #contactUs .contactUs-input-row {
    padding-left: 1em;
    padding-right: 1em; } }

@media screen and (min-width: 41.75em) and (max-width: 64em) {
  /* line 14, /var/www/html/afsis/resources/assets/sass/_contactUs.scss */
  #contactUs .contactUs-input-row {
    padding-left: 1em;
    padding-right: 1em; } }

@media screen and (min-width: 64.0625em) {
  /* line 23, /var/www/html/afsis/resources/assets/sass/_contactUs.scss */
  #contactUs .contactUs-input-row .large-4 {
    padding-right: 3.5em;
    margin-bottom: 3.5em; } }

/* line 31, /var/www/html/afsis/resources/assets/sass/_contactUs.scss */
#contactUs .subbmit-btn {
  margin: 2em auto 0 auto;
  background-color: #98AE30;
  padding: 0.4em 3.5em; }
  /* line 36, /var/www/html/afsis/resources/assets/sass/_contactUs.scss */
  #contactUs .subbmit-btn h2 {
    color: white;
    margin: 0; }

/* line 3, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs h1 {
  margin: 0; }

/* line 6, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs p {
  font-family: 'kanit-l';
  color: black;
  line-height: 1.2;
  font-size: 1.2rem; }

/* line 15, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs .tabs {
  border: none; }

/* line 19, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs .tabs-title h4 {
  font-family: 'kanit-l'; }

/* line 23, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs .tabs-title > a:focus, #aboutUs .tabs-title > a[aria-selected='true'] {
  background: transparent; }
  /* line 25, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
  #aboutUs .tabs-title > a:focus h4, #aboutUs .tabs-title > a[aria-selected='true'] h4 {
    font-weight: bold; }

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
  /* line 29, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
  #aboutUs .tabs-title > a {
    padding: 0.8rem 1.5rem; } }

/* line 34, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs .tabs-content {
  border: none; }

/* line 39, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs .accordion {
  border: none;
  padding: 0.8rem 1.5rem; }
  @media screen and (min-width: 64.0625em) {
    /* line 39, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
    #aboutUs .accordion {
      padding: 1.25rem 1.5rem; } }

/* line 48, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs .accordion-title:hover, #aboutUs .accordion-title:focus {
  background-color: transparent; }

/* line 51, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs .accordion-title, #aboutUs .accordion-content {
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: none; }
  @media screen and (min-width: 64.0625em) {
    /* line 51, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
    #aboutUs .accordion-title, #aboutUs .accordion-content {
      padding: 0; } }

/* line 62, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs .accordion-item.is-active h4 {
  font-weight: bold; }

/* line 67, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs #country-tabs .tabs-title > a {
  padding: 0; }

/* line 70, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs #country-tabs i {
  font-size: 9px;
  line-height: 11px;
  color: #1F3C5C; }

/* line 75, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs #country-tabs p {
  color: #1F3C5C;
  padding-left: 1rem;
  margin-bottom: 0.6rem; }
  @media screen and (min-width: 64.0625em) {
    /* line 75, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
    #aboutUs #country-tabs p {
      margin-bottom: 0.4rem; } }

/* line 89, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs #country-accordion .accordion-title::before {
  content: ''; }

/* line 92, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs #country-accordion .is-active > .accordion-title::before {
  content: ''; }

/* line 97, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs #aboutUs-tab-member-label {
  padding: 0; }

/* line 101, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs #afsis3 {
  margin-bottom: 0;
  padding: 0; }

/* line 107, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs #aboutUs-tab-content h1 {
  margin-bottom: 1em; }

/* line 110, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs #aboutUs-tab-content .block-0 {
  padding: 0 1em; }
  @media screen and (min-width: 64.0625em) {
    /* line 110, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
    #aboutUs #aboutUs-tab-content .block-0 {
      padding: 0;
      padding-right: 2em; } }

/* line 120, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs #aboutUs-tab-content .block-1 {
  padding: 0 1em; }

/* line 124, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
#aboutUs #aboutUs-tab-content .block-2 {
  padding: 0 1em; }
  @media screen and (min-width: 64.0625em) {
    /* line 124, /var/www/html/afsis/resources/assets/sass/_aboutUs.scss */
    #aboutUs #aboutUs-tab-content .block-2 {
      padding: 0;
      padding-left: 2em; } }

/* line 2, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
#statistics .statistics-banner {
  background: url("../images/stats-banner.jpg") 50% 50% no-repeat;
  background-size: cover; }
  @media screen and (min-width: 64.0625em) {
    /* line 6, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
    #statistics .statistics-banner .column, #statistics .statistics-banner .columns {
      padding: 0; } }
  /* line 11, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
  #statistics .statistics-banner h1, #statistics .statistics-banner p {
    color: white !important;
    font-family: 'kanit-l'; }
  /* line 15, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
  #statistics .statistics-banner p {
    font-size: 1.3rem;
    line-height: 1.5rem; }
  @media screen and (min-width: 64.0625em) {
    /* line 2, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
    #statistics .statistics-banner {
      height: 580px;
      margin-top: -3px; } }
  /* line 25, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
  #statistics .statistics-banner .title {
    margin-bottom: 0; }
    @media screen and (min-width: 64.0625em) {
      /* line 25, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
      #statistics .statistics-banner .title {
        margin-top: 3em; } }
  /* line 31, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
  #statistics .statistics-banner hr {
    margin-top: 0;
    max-width: none; }

/* line 37, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
#statistics .emblem-row {
  max-width: 1420px; }

/* line 40, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
#statistics .emblem-text {
  font-size: 1.3rem; }

/* line 44, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
#statistics .map-frame {
  position: relative; }
  /* line 47, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
  #statistics .map-frame .base-map img {
    width: 100%;
    position: relative;
    z-index: 1; }
  /* line 53, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
  #statistics .map-frame .country-map {
    position: absolute;
    top: 0;
    z-index: -1; }
    @media screen and (min-width: 0em) and (max-width: 41.6875em) {
      /* line 53, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
      #statistics .map-frame .country-map {
        display: none; } }
  /* line 62, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
  #statistics .map-frame .show {
    z-index: 2 !important; }
  /* line 65, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
  #statistics .map-frame .country-tag {
    width: 230px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    padding-left: 2em;
    bottom: 0;
    height: 655px;
    margin: auto; }
    @media screen and (min-width: 41.75em) and (max-width: 64em) {
      /* line 65, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
      #statistics .map-frame .country-tag {
        padding-left: 1em;
        height: 400px; } }
    @media screen and (min-width: 0em) and (max-width: 41.6875em) {
      /* line 65, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
      #statistics .map-frame .country-tag {
        position: relative;
        padding: 1em;
        width: 100%; } }
    /* line 87, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
    #statistics .map-frame .country-tag h4 {
      color: white;
      line-height: 43px; }
      @media screen and (min-width: 41.75em) and (max-width: 64em) {
        /* line 87, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
        #statistics .map-frame .country-tag h4 {
          line-height: 49px; } }
      @media screen and (min-width: 0em) and (max-width: 41.6875em) {
        /* line 87, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
        #statistics .map-frame .country-tag h4 {
          color: #1F3C5C;
          font-size: 1.5em; } }
    /* line 98, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
    #statistics .map-frame .country-tag h4:hover {
      color: #98AE30;
      font-weight: bold; }
  /* line 103, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
  #statistics .map-frame .country-tag-medium {
    width: 230px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    padding-right: 1em;
    bottom: 0;
    height: 400px;
    margin: auto; }
    /* line 114, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
    #statistics .map-frame .country-tag-medium h4 {
      color: white;
      line-height: 59px;
      text-align: right; }
    /* line 119, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
    #statistics .map-frame .country-tag-medium h4:hover {
      color: #98AE30;
      font-weight: bold; }

/* line 126, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
#statistics .commodity-block {
  position: relative; }
  @media screen and (min-width: 64.0625em) {
    /* line 126, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
    #statistics .commodity-block {
      margin-bottom: 8em; } }
  @media screen and (min-width: 41.75em) and (max-width: 64em) {
    /* line 126, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
    #statistics .commodity-block {
      margin-bottom: 2em; } }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 126, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
    #statistics .commodity-block {
      margin-bottom: 1em; } }
  /* line 137, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
  #statistics .commodity-block img {
    width: 100%;
    filter: grayscale(70%);
    transition-duration: 1s; }
  /* line 144, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
  #statistics .commodity-block img:hover {
    filter: grayscale(0%);
    transform: scale(1.05); }
  /* line 150, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
  #statistics .commodity-block .top-arrow {
    border-width: 15px !important;
    width: 0px;
    height: 0px;
    margin: 0 auto;
    background: transparent;
    border-top: 0 solid transparent;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 0 solid #98AE30;
    margin-top: -19px;
    position: absolute;
    left: 0;
    right: 0; }
  /* line 165, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
  #statistics .commodity-block .show {
    opacity: 1 !important; }
  /* line 168, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
  #statistics .commodity-block .hover-tag-frame {
    opacity: 0; }
  /* line 171, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
  #statistics .commodity-block .hover-tag {
    width: calc(100% - 2rem);
    background-color: #98AE30;
    height: 130px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 10px;
    padding-top: 0.5rem; }
    /* line 186, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
    #statistics .commodity-block .hover-tag h2 {
      color: white;
      margin: 0;
      line-height: 2.3rem;
      text-align: center; }
  /* line 193, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
  #statistics .commodity-block .commodity-tag {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #98AE30;
    width: 75%;
    text-align: center; }
    /* line 205, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
    #statistics .commodity-block .commodity-tag h1 {
      display: inline-block;
      margin: 0;
      color: white;
      line-height: 1;
      padding: 0.2em 0;
      font-weight: bold; }

/* line 218, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
#statisticsCountry text {
  font-family: 'kanit';
  font-size: 14px; }

/* line 222, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
#statisticsCountry select {
  color: white;
  background-color: #1F3C5C;
  height: 45px;
  font-weight: bold; }

/* line 228, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
#statisticsCountry select option {
  color: white;
  background-color: #1F3C5C;
  height: 45px;
  font-weight: bold; }

/* line 235, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
#statisticsCountry p {
  color: #1F3C5C; }

/* line 238, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
#statisticsCountry h1 {
  margin: 1em 0 0 0; }

/* line 241, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
#statisticsCountry .statistics-banner {
  position: relative;
  background: url("../images/stats-banner.jpg") 50% 50% no-repeat;
  background-size: cover; }
  @media screen and (min-width: 64.0625em) {
    /* line 246, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
    #statisticsCountry .statistics-banner .column, #statisticsCountry .statistics-banner .columns {
      padding: 0; } }
  /* line 251, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
  #statisticsCountry .statistics-banner h1 {
    color: white !important;
    font-family: 'kanit-l';
    text-transform: uppercase;
    font-size: 2.5em; }
  @media screen and (min-width: 64.0625em) {
    /* line 241, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
    #statisticsCountry .statistics-banner {
      height: 580px;
      margin-top: -3px; } }
  /* line 263, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
  #statisticsCountry .statistics-banner .title {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0.8em; }

/* line 270, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
#statisticsCountry .search-column {
  position: relative; }
  @media screen and (min-width: 64.0625em) {
    /* line 270, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
    #statisticsCountry .search-column {
      height: 99px; } }

/* line 276, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
#statisticsCountry .search-btn {
  color: #98AE30;
  position: absolute;
  bottom: 0px;
  font-size: 1.5em; }

/* line 282, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
#statisticsCountry select:disabled {
  background-color: #e6e6e6 !important; }

/* line 287, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
#statisticsCountry table thead {
  background-color: white;
  border: none;
  color: #1F3C5C;
  font-weight: bold; }
  /* line 293, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
  #statisticsCountry table thead tr {
    border-bottom: solid 2px #1F3C5C; }
    @media screen and (min-width: 90.0625em) {
      /* line 293, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
      #statisticsCountry table thead tr {
        font-size: 1.3rem; } }

/* line 300, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
#statisticsCountry table tbody, #statisticsCountry table tr, #statisticsCountry table td {
  border: none; }
  @media screen and (min-width: 90.0625em) {
    /* line 300, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
    #statisticsCountry table tbody, #statisticsCountry table tr, #statisticsCountry table td {
      font-size: 1.2rem; } }

/* line 307, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
#statisticsCountry table tr {
  border-bottom: solid 1px #1F3C5C; }

/* line 310, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
#statisticsCountry table td {
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
  color: #1F3C5C; }

/* line 318, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
#statisticsCountry table tbody tr:first-child td {
  padding-top: 0.7em; }

/* line 322, /var/www/html/afsis/resources/assets/sass/_statistics.scss */
#statisticsCountry table tbody tr:last-child {
  border-bottom: none; }

/* line 4, /var/www/html/afsis/resources/assets/sass/_faq.scss */
#faq p {
  font-family: 'kanit-l';
  color: black;
  line-height: 1.2;
  font-size: 1.2rem; }
  @media screen and (min-width: 41.75em) {
    /* line 4, /var/www/html/afsis/resources/assets/sass/_faq.scss */
    #faq p {
      padding-left: 4em; } }

/* line 14, /var/www/html/afsis/resources/assets/sass/_faq.scss */
#faq hr {
  margin-top: 1em; }

@media screen and (min-width: 41.75em) {
  /* line 17, /var/www/html/afsis/resources/assets/sass/_faq.scss */
  #faq .inline-medium {
    display: inline-block; } }

/* line 22, /var/www/html/afsis/resources/assets/sass/_faq.scss */
#faq .search-box {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0;
  position: relative;
  width: 260px; }
  @media screen and (min-width: 41.75em) {
    /* line 22, /var/www/html/afsis/resources/assets/sass/_faq.scss */
    #faq .search-box {
      float: right; } }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 22, /var/www/html/afsis/resources/assets/sass/_faq.scss */
    #faq .search-box {
      margin-bottom: 1em; } }
  /* line 35, /var/www/html/afsis/resources/assets/sass/_faq.scss */
  #faq .search-box input {
    margin: 0;
    height: 35px;
    border-radius: 5px;
    width: 50px;
    padding-left: 0.5em;
    float: right;
    transition: width 1s; }
  /* line 46, /var/www/html/afsis/resources/assets/sass/_faq.scss */
  #faq .search-box input.show {
    width: 250px; }
  /* line 50, /var/www/html/afsis/resources/assets/sass/_faq.scss */
  #faq .search-box .search-btn {
    position: absolute;
    background-color: #1F3C5C;
    border-radius: 2px;
    width: 65px;
    height: 35px;
    right: 0;
    top: 0; }
    /* line 59, /var/www/html/afsis/resources/assets/sass/_faq.scss */
    #faq .search-box .search-btn img {
      width: 45px;
      margin-top: -6px; }
  /* line 64, /var/www/html/afsis/resources/assets/sass/_faq.scss */
  #faq .search-box .search-btn.show {
    box-shadow: 3px 3px 5px grey; }

/* line 72, /var/www/html/afsis/resources/assets/sass/_faq.scss */
#faq .accordion {
  border: none; }
  /* line 75, /var/www/html/afsis/resources/assets/sass/_faq.scss */
  #faq .accordion h1 {
    font-family: 'kanit-l'; }
    @media screen and (min-width: 0em) and (max-width: 41.6875em) {
      /* line 75, /var/www/html/afsis/resources/assets/sass/_faq.scss */
      #faq .accordion h1 {
        margin: 0.5em 0; } }
  /* line 82, /var/www/html/afsis/resources/assets/sass/_faq.scss */
  #faq .accordion hr {
    margin-bottom: 0.5em; }
    @media screen and (min-width: 0em) and (max-width: 41.6875em) {
      /* line 82, /var/www/html/afsis/resources/assets/sass/_faq.scss */
      #faq .accordion hr {
        width: 95%; } }
    @media screen and (min-width: 41.75em) and (max-width: 64em) {
      /* line 82, /var/www/html/afsis/resources/assets/sass/_faq.scss */
      #faq .accordion hr {
        width: 95%; } }

/* line 93, /var/www/html/afsis/resources/assets/sass/_faq.scss */
#faq .accordion-title:hover, #faq .accordion-title:focus {
  background-color: transparent; }

/* line 96, /var/www/html/afsis/resources/assets/sass/_faq.scss */
#faq .accordion-title, #faq .accordion-content {
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: none; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 96, /var/www/html/afsis/resources/assets/sass/_faq.scss */
    #faq .accordion-title, #faq .accordion-content {
      margin: 0.5rem 0; } }
  @media screen and (min-width: 64.0625em) {
    /* line 96, /var/www/html/afsis/resources/assets/sass/_faq.scss */
    #faq .accordion-title, #faq .accordion-content {
      padding: 0; } }

/* line 108, /var/www/html/afsis/resources/assets/sass/_faq.scss */
#faq .accordion-title::before {
  content: url("../images/arrow-down.png");
  position: absolute;
  right: 0px;
  top: 0;
  margin-top: 0;
  transform: scale(0.5); }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 108, /var/www/html/afsis/resources/assets/sass/_faq.scss */
    #faq .accordion-title::before {
      top: -7px; } }
  @media screen and (min-width: 41.75em) {
    /* line 108, /var/www/html/afsis/resources/assets/sass/_faq.scss */
    #faq .accordion-title::before {
      right: 1em; } }

/* line 122, /var/www/html/afsis/resources/assets/sass/_faq.scss */
#faq .is-active > .accordion-title::before {
  content: url("../images/arrow-up.png"); }

/* line 2, /var/www/html/afsis/resources/assets/sass/_log.scss */
#log td {
  padding: 0; }

/* line 6, /var/www/html/afsis/resources/assets/sass/_log.scss */
#log tbody tr {
  border-bottom: none !important; }

/* line 10, /var/www/html/afsis/resources/assets/sass/_log.scss */
#log .accordion {
  border: none; }

/* line 13, /var/www/html/afsis/resources/assets/sass/_log.scss */
#log .accordion-item {
  border-bottom: solid 2px #1F3C5C; }

/* line 16, /var/www/html/afsis/resources/assets/sass/_log.scss */
#log .accordion-title:hover {
  background-color: transparent; }

/* line 19, /var/www/html/afsis/resources/assets/sass/_log.scss */
#log .accordion-title {
  border-bottom: none;
  width: calc(100% - 50px);
  display: inline-block;
  color: #1F3C5C;
  font-size: 1rem; }
  @media screen and (min-width: 90.0625em) {
    /* line 19, /var/www/html/afsis/resources/assets/sass/_log.scss */
    #log .accordion-title {
      font-size: 1.2rem; } }
  /* line 30, /var/www/html/afsis/resources/assets/sass/_log.scss */
  #log .accordion-title div {
    display: inline-block; }
  /* line 33, /var/www/html/afsis/resources/assets/sass/_log.scss */
  #log .accordion-title div:nth-child(1) {
    width: 20%; }
  /* line 36, /var/www/html/afsis/resources/assets/sass/_log.scss */
  #log .accordion-title div:nth-child(2) {
    width: 16%; }
  /* line 39, /var/www/html/afsis/resources/assets/sass/_log.scss */
  #log .accordion-title div:nth-child(3) {
    width: 20%; }
  /* line 42, /var/www/html/afsis/resources/assets/sass/_log.scss */
  #log .accordion-title div:nth-child(4) {
    width: 38%; }

/* line 46, /var/www/html/afsis/resources/assets/sass/_log.scss */
#log .accordion-title:focus {
  background-color: transparent; }

/* line 49, /var/www/html/afsis/resources/assets/sass/_log.scss */
#log .is-active > .accordion-title::before {
  content: url(../images/arrow-up.png); }

/* line 52, /var/www/html/afsis/resources/assets/sass/_log.scss */
#log .accordion-title::before {
  content: url(../images/arrow-down.png);
  position: absolute;
  right: 0px;
  top: -3px;
  margin-top: 0;
  transform: scale(0.5); }

/* line 60, /var/www/html/afsis/resources/assets/sass/_log.scss */
#log .accordion-content {
  border: none;
  background-color: #1F3C5C;
  padding-left: 26%;
  color: white; }
  /* line 65, /var/www/html/afsis/resources/assets/sass/_log.scss */
  #log .accordion-content h1, #log .accordion-content h2, #log .accordion-content h3, #log .accordion-content h4, #log .accordion-content h6 {
    color: white !important;
    display: inline-block;
    margin: 0 !important; }
  /* line 70, /var/www/html/afsis/resources/assets/sass/_log.scss */
  #log .accordion-content h5 {
    display: inline-block;
    margin: 0 !important; }
  /* line 75, /var/www/html/afsis/resources/assets/sass/_log.scss */
  #log .accordion-content p {
    display: inline-block;
    color: white;
    font-size: 1rem;
    word-break: break-all; }
    @media screen and (min-width: 90.0625em) {
      /* line 75, /var/www/html/afsis/resources/assets/sass/_log.scss */
      #log .accordion-content p {
        font-size: 1.2rem; } }
  /* line 85, /var/www/html/afsis/resources/assets/sass/_log.scss */
  #log .accordion-content img {
    display: block; }

/* line 89, /var/www/html/afsis/resources/assets/sass/_log.scss */
#log .trash-btn {
  display: inline-block; }
  /* line 91, /var/www/html/afsis/resources/assets/sass/_log.scss */
  #log .trash-btn i {
    color: #98AE30;
    font-size: 1.8rem; }

/* line 1, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
#topBar {
  margin-top: -2px;
  height: 225px;
  position: relative;
  z-index: 99; }
  @media screen and (min-width: 41.75em) and (max-width: 64em) {
    /* line 1, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
    #topBar {
      height: 155px; } }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 1, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
    #topBar {
      height: 70px; } }
  /* line 13, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
  #topBar .level-1 {
    background: url("../images/header-bg.png") 50% 50% no-repeat;
    background-size: cover; }
    @media screen and (min-width: 41.75em) {
      /* line 13, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
      #topBar .level-1 {
        padding-top: 1em;
        height: 155px; } }
    /* line 22, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
    #topBar .level-1 .logo {
      padding-top: 5px; }
      /* line 24, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
      #topBar .level-1 .logo img {
        height: 60px; }
        @media screen and (min-width: 41.75em) {
          /* line 24, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
          #topBar .level-1 .logo img {
            height: 110px; } }
    /* line 32, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
    #topBar .level-1 .title {
      padding-top: 25px;
      padding-left: 10px;
      line-height: 37px; }
      @media screen and (min-width: 0em) and (max-width: 41.6875em) {
        /* line 32, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
        #topBar .level-1 .title {
          line-height: 25px;
          padding-top: 10px;
          font-size: 1.0rem; } }
    /* line 44, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
    #topBar .level-1 .user-logo {
      width: 45px;
      margin-top: 50px; }
    /* line 48, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
    #topBar .level-1 .user-profile-image {
      width: 60px;
      height: 60px;
      margin-top: 35px;
      border-radius: 50%;
      border: solid white 2px; }
    /* line 55, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
    #topBar .level-1 .login-text {
      font-size: 1.2rem;
      color: #1F3C5C; }
    /* line 60, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
    #topBar .level-1 .search-box-container {
      width: 264px;
      margin-top: 53px; }
      /* line 64, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
      #topBar .level-1 .search-box-container input[type='text'] {
        width: 200px;
        display: inline-block;
        height: 45px;
        background-color: white;
        border-radius: 5px !important;
        padding-left: 0.5em; }
      /* line 73, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
      #topBar .level-1 .search-box-container .search-btn {
        position: absolute;
        background-color: #1F3C5C;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        margin-left: -25px; }
        /* line 81, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
        #topBar .level-1 .search-box-container .search-btn img {
          width: 45px; }
    /* line 87, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
    #topBar .level-1 .profile-img-frame {
      border: solid 2px #1F3C5C;
      padding: 5px;
      border-radius: 50%;
      text-align: center;
      width: 170px;
      height: 170px; }
    /* line 95, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
    #topBar .level-1 .profile-img {
      width: 170px;
      border-radius: 50%;
      width: 100%;
      height: 100%; }
  /* line 102, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
  #topBar .level-2 {
    position: absolute;
    width: 100%;
    background-color: #98AE30;
    height: 70px;
    margin-top: -2px;
    color: white;
    font-family: 'kanit-l'; }
    /* line 104, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
    #topBar .level-2 p {
      line-height: 70px;
      margin: 0;
      color: white; }
    /* line 118, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
    #topBar .level-2 .home-logo {
      height: 38px;
      margin-top: 15px; }
  /* line 124, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
  #topBar .top-arrow {
    border-width: 15px !important;
    width: 0px;
    height: 0px;
    margin: 0 auto;
    background: transparent;
    border-top: 0 solid transparent;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 0 solid white;
    margin-top: -13px;
    position: absolute;
    left: 0;
    right: 0; }
  /* line 139, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
  #topBar .show {
    opacity: 1 !important;
    display: block !important; }
  /* line 143, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
  #topBar .hover-tag-frame {
    opacity: 0;
    width: 200px;
    position: absolute;
    left: -50px;
    top: 133px;
    z-index: 99;
    height: 40px;
    border-radius: 10px;
    display: none; }
  /* line 154, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
  #topBar .login-container {
    width: 100px;
    text-align: center; }
  /* line 158, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
  #topBar .hover-tag {
    border: solid white 3px;
    box-shadow: 5px 5px 20px dimgrey;
    width: 100%;
    padding-top: 30px;
    padding: 15px;
    background-color: #98AE30;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 10px;
    padding-top: 0.5rem; }
    /* line 161, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
    #topBar .hover-tag p {
      font-size: 1.1rem;
      margin-bottom: 5px;
      color: white;
      text-align: left; }
    /* line 171, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
    #topBar .hover-tag input[type='text'],
    #topBar .hover-tag input[type='password'] {
      height: 37px;
      border-radius: 3px;
      background-color: white;
      font-size: 1.1rem;
      padding-left: 8px; }
    /* line 189, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
    #topBar .hover-tag .login-btn {
      background-color: #1F3C5C;
      width: auto;
      padding: 10px 1.5rem;
      margin-top: 0em;
      font-weight: bold; }
    /* line 196, /var/www/html/afsis/resources/assets/sass/_topBar.scss */
    #topBar .hover-tag .forget-password {
      font-size: 14px;
      padding-right: 10px;
      padding-top: 8px;
      color: white; }

/* line 1, /var/www/html/afsis/resources/assets/sass/_bottomBar.scss */
#bottomBar {
  text-align: center; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 6, /var/www/html/afsis/resources/assets/sass/_bottomBar.scss */
    #bottomBar p {
      font-size: 1rem; } }
  /* line 11, /var/www/html/afsis/resources/assets/sass/_bottomBar.scss */
  #bottomBar .level-1-no-bg {
    background: transparent !important; }
  /* line 14, /var/www/html/afsis/resources/assets/sass/_bottomBar.scss */
  #bottomBar .level-1 {
    background: #cee3a5;
    /* For browsers that do not support gradients */
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, white, #cee3a5);
    /* Standard syntax */ }
    @media screen and (min-width: 0em) and (max-width: 41.6875em) {
      /* line 14, /var/www/html/afsis/resources/assets/sass/_bottomBar.scss */
      #bottomBar .level-1 {
        padding: 0.5em; } }
    /* line 18, /var/www/html/afsis/resources/assets/sass/_bottomBar.scss */
    #bottomBar .level-1 h2 {
      letter-spacing: 0.5px; }
    @media screen and (min-width: 41.75em) {
      /* line 14, /var/www/html/afsis/resources/assets/sass/_bottomBar.scss */
      #bottomBar .level-1 {
        height: 410px; } }
    /* line 30, /var/www/html/afsis/resources/assets/sass/_bottomBar.scss */
    #bottomBar .level-1 .mail-border {
      width: 72px;
      height: 72px;
      background-color: #1F3C5C;
      border-radius: 50%;
      margin: 0 auto;
      margin-top: 51px;
      padding-top: 20px; }
      @media screen and (min-width: 0em) and (max-width: 41.6875em) {
        /* line 30, /var/www/html/afsis/resources/assets/sass/_bottomBar.scss */
        #bottomBar .level-1 .mail-border {
          margin-top: 0px;
          margin-bottom: 15px; } }
      /* line 43, /var/www/html/afsis/resources/assets/sass/_bottomBar.scss */
      #bottomBar .level-1 .mail-border img {
        width: 42px; }
  /* line 48, /var/www/html/afsis/resources/assets/sass/_bottomBar.scss */
  #bottomBar .level-2 {
    padding: 0 0.5rem;
    background-color: #98AE30; }
    @media screen and (min-width: 64.0625em) {
      /* line 48, /var/www/html/afsis/resources/assets/sass/_bottomBar.scss */
      #bottomBar .level-2 {
        height: 70px; } }
    /* line 57, /var/www/html/afsis/resources/assets/sass/_bottomBar.scss */
    #bottomBar .level-2 p {
      color: white;
      margin: 0; }
      @media screen and (min-width: 64.0625em) {
        /* line 57, /var/www/html/afsis/resources/assets/sass/_bottomBar.scss */
        #bottomBar .level-2 p {
          line-height: 70px;
          font-size: 1.3rem; } }

/* line 35, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.wrapper {
  max-width: 1200px;
  margin: auto; }

/* line 40, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.container {
  padding: 12px; }
  @media screen and (min-width: 64.0625em) {
    /* line 40, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
    .container {
      margin-top: 150px;
      margin-left: 300px; } }

@media screen and (min-width: 64.0625em) {
  /* line 49, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
  .container-center {
    margin-left: auto; } }

/* line 57, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.ui-block {
  background-color: white;
  border: 1px solid #E8E8E8;
  box-shadow: 0px 0px 0px 0px transparent;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px 0px transparent;
  padding: 12px; }

/* line 64, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.ui-block.mg-b {
  margin-bottom: 12px; }

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
  /* line 68, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
  .ui-block.small-mg-b {
    margin-bottom: 12px; } }

@media screen and (min-width: 41.75em) {
  /* line 74, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
  .ui-block.medium-mg-b {
    margin-bottom: 12px; } }

@media screen and (min-width: 41.75em) {
  /* line 80, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
  .ui-block.medium-half-mg-l {
    margin-left: 6px; } }

@media screen and (min-width: 41.75em) {
  /* line 86, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
  .ui-block.medium-half-mg-r {
    margin-right: 6px; } }

/* line 92, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.ui-block.no-pd {
  padding: 0px; }

/* line 98, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.ui-card .card-button {
  border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  display: block;
  padding: 4px 0px; }

/* line 105, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.ui-card .card-button.end {
  border-right: none; }

/* line 109, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.ui-card .card-button.disabled {
  color: #D4F0E2; }

/* line 117, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
table.data tbody td {
  vertical-align: top; }

/* line 126, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.small-button-group button, .small-button-group .button {
  display: block;
  width: 100%; }

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
  /* line 133, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
  .small-medium-bg-fw button, .small-medium-bg-fw .button {
    display: block;
    width: 100%; } }

@media screen and (min-width: 41.75em) and (max-width: 64em) {
  /* line 133, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
  .small-medium-bg-fw button, .small-medium-bg-fw .button {
    display: block;
    width: 100%; } }

/* line 149, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.text-date, .form-label-notice {
  color: #a7a7a7;
  font-size: 0.75rem; }

/* line 154, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.text-secondary {
  color: #a7a7a7; }

/* line 158, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.tf-icon {
  color: lightgrey;
  font-size: 1.5rem; }

/* line 163, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.tf-icon.featured {
  color: #98AE30; }

/* line 169, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.far-away {
  position: absolute;
  left: -9999px;
  top: -9999px; }

/* line 175, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.f-label {
  color: #1F3C5C;
  font-size: 0.875rem; }

/* line 182, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.align-center {
  text-align: center; }

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
  /* line 186, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
  .small-medium-align-center {
    text-align: center; } }

@media screen and (min-width: 41.75em) and (max-width: 64em) {
  /* line 186, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
  .small-medium-align-center {
    text-align: center; } }

/* line 196, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.mg-r {
  margin-right: 8px; }

/* line 202, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.row.full-width {
  max-width: 100%; }

@media screen and (min-width: 41.75em) {
  /* line 207, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
  .columns.medium-bd-r {
    border-right: solid 1px #ddd; } }

@media screen and (min-width: 41.75em) {
  /* line 213, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
  .columns.medium-pd-l {
    padding-left: 0.75rem; } }

@media screen and (min-width: 41.75em) {
  /* line 219, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
  .columns.medium-pd-r {
    padding-right: 0.75rem; } }

/* line 226, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
a, button, .button {
  transition: All 0.1s ease-out;
  -webkit-transition: All 0.1s ease-out;
  -moz-transition: All 0.1s ease-out;
  -o-transition: All 0.1s ease-out; }

/* line 231, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.reveal-modal {
  margin-bottom: 2em; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 231, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
    .reveal-modal {
      left: 50%;
      width: 95%;
      height: auto;
      min-height: 200px;
      margin-top: 16px;
      margin-bottom: 16px;
      transform: translate3d(-50%, 0%, 0px);
      -webkit-transform: translate3d(-50%, 0%, 0px);
      -moz-transform: translate3d(-50%, 0%, 0px);
      -o-transform: translate3d(-50%, 0%, 0px);
      -ms-transform: translate3d(-50%, 0%, 0px); } }

/* line 245, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.alert-box {
  color: #0a0a0a;
  background-color: white; }

/* line 250, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.alert-box.success-custom {
  border: 1px solid #2199e8;
  border-left-width: 8px; }

/* line 255, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.alert-box.error-custom {
  border: 1px solid #ec5840;
  border-left-width: 8px; }

/* line 260, /var/www/html/afsis/resources/assets/sass/backend/_global.scss */
.alert-box.info-custom {
  border: 1px solid #1F3C5C;
  border-left-width: 8px; }

/* line 1, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
.side-menu {
  color: #1F3C5C;
  background-color: #98AE30;
  overflow-y: auto;
  position: fixed;
  z-index: 98;
  transition: All 0.1s ease-out;
  -webkit-transition: All 0.1s ease-out;
  -moz-transition: All 0.1s ease-out;
  -o-transition: All 0.1s ease-out; }
  /* line 9, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
  .side-menu .brand {
    color: white;
    background-color: #0a0a0a;
    margin-top: 0px;
    padding: 8px 4px; }
  /* line 16, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
  .side-menu ul {
    list-style-type: none;
    margin-left: 0px; }
  /* line 21, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
  .side-menu ul.root-menu {
    text-align: center; }
    /* line 24, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
    .side-menu ul.root-menu li {
      font-size: 1.5rem; }
    /* line 27, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
    .side-menu ul.root-menu .accordion {
      background-color: transparent;
      border: none; }
    /* line 31, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
    .side-menu ul.root-menu .accordion-content {
      background-color: #1F3C5C;
      border: none;
      text-align: left;
      padding: 1rem 0 1rem 3rem; }
      /* line 37, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
      .side-menu ul.root-menu .accordion-content a.active {
        color: #98AE30 !important; }
      /* line 40, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
      .side-menu ul.root-menu .accordion-content li {
        display: -ms-flexbox;
        display: flex;
        padding: 0.2rem 0; }
        /* line 44, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
        .side-menu ul.root-menu .accordion-content li a {
          font-size: 1.2rem !important;
          line-height: 2.6rem;
          padding: 0 !important; }
      /* line 50, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
      .side-menu ul.root-menu .accordion-content li::before {
        content: "•";
        color: white;
        margin-right: 10px; }
    /* line 56, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
    .side-menu ul.root-menu .accordion-title::before {
      content: "";
      position: absolute;
      right: 0px;
      top: 0;
      margin-top: 0;
      transform: scale(0.5); }
    /* line 65, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
    .side-menu ul.root-menu .is-active > .accordion-title::before {
      content: ""; }
    /* line 70, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
    .side-menu ul.root-menu .accordion-item.is-active .accordion-title {
      color: #1F3C5C; }
    /* line 73, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
    .side-menu ul.root-menu .accordion-item.is-active a {
      color: white;
      font-weight: bold; }
    /* line 79, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
    .side-menu ul.root-menu li a:not(.button), .side-menu ul.root-menu li h4 {
      font-size: 1.3rem;
      background-color: transparent;
      color: white;
      display: block;
      transition: All 0.1s ease-out;
      -webkit-transition: All 0.1s ease-out;
      -moz-transition: All 0.1s ease-out;
      -o-transition: All 0.1s ease-out;
      border: none;
      text-align: left;
      padding: 1em 0em 0.5em 2em;
      line-height: inherit; }
      /* line 90, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
      .side-menu ul.root-menu li a:not(.button) .icon, .side-menu ul.root-menu li h4 .icon {
        width: 24px;
        margin-right: 4px; }
      /* line 95, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
      .side-menu ul.root-menu li a:not(.button) .icon-float, .side-menu ul.root-menu li h4 .icon-float {
        float: right;
        margin-top: 4px; }
    /* line 101, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
    .side-menu ul.root-menu li a:not(.button):hover {
      font-weight: bold; }
    /* line 105, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
    .side-menu ul.root-menu li a:not(.button).active {
      color: #1F3C5C;
      font-weight: bold; }
    /* line 110, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
    .side-menu ul.root-menu li a.button {
      display: block; }
  /* line 115, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
  .side-menu ul.sub-menu {
    display: none; }
    /* line 118, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
    .side-menu ul.sub-menu li a:not(.button) {
      color: #8a8a8a;
      background-color: #171717;
      padding: 6px 12px 6px 44px; }
    /* line 124, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
    .side-menu ul.sub-menu li a:not(.button):hover, .side-menu ul.sub-menu li a:not(.button).active {
      color: white;
      background-color: #171717; }
  /* line 130, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
  .side-menu ul.sub-menu.toggled {
    display: block; }
  /* line 134, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
  .side-menu hr {
    border-color: #505050;
    margin: 6px 12px; }

/* line 141, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
#left-side-menu {
  top: 150px;
  left: 0px;
  bottom: 0px;
  width: 330px;
 // overflow: hidden;
  transform: translate3d(-100%, 0%, 0px);
  -webkit-transform: translate3d(-100%, 0%, 0px);
  -moz-transform: translate3d(-100%, 0%, 0px);
  -o-transform: translate3d(-100%, 0%, 0px);
  -ms-transform: translate3d(-100%, 0%, 0px); }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 141, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
    #left-side-menu {
      top: 60px; } }
  @media screen and (min-width: 64.0625em) {
    /* line 141, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
    #left-side-menu {
      transform: translate3d(0%, 0%, 0px);
      -webkit-transform: translate3d(0%, 0%, 0px);
      -moz-transform: translate3d(0%, 0%, 0px);
      -o-transform: translate3d(0%, 0%, 0px);
      -ms-transform: translate3d(0%, 0%, 0px); } }
  /* line 156, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
  #left-side-menu .profile {
    text-align: center;
    padding: 20px 12px 8px; }
    /* line 160, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
    #left-side-menu .profile h6 {
      color: white; }
    /* line 164, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
    #left-side-menu .profile img {
      width: 80px; }

/* line 170, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
#left-side-menu.show-for-small-medium {
  transform: translate3d(0%, 0%, 0px);
  -webkit-transform: translate3d(0%, 0%, 0px);
  -moz-transform: translate3d(0%, 0%, 0px);
  -o-transform: translate3d(0%, 0%, 0px);
  -ms-transform: translate3d(0%, 0%, 0px); }

/* line 175, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
#right-side-menu {
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 300px;
  transform: translate3d(100%, 0%, 0px);
  -webkit-transform: translate3d(100%, 0%, 0px);
  -moz-transform: translate3d(100%, 0%, 0px);
  -o-transform: translate3d(100%, 0%, 0px);
  -ms-transform: translate3d(100%, 0%, 0px); }
  @media screen and (min-width: 64.0625em) {
    /* line 175, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
    #right-side-menu {
      display: none; } }

/* line 187, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
#right-side-menu.show-for-small-medium {
  transform: translate3d(0%, 0%, 0px);
  -webkit-transform: translate3d(0%, 0%, 0px);
  -moz-transform: translate3d(0%, 0%, 0px);
  -o-transform: translate3d(0%, 0%, 0px);
  -ms-transform: translate3d(0%, 0%, 0px); }

/* line 193, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
.small-medium-header .link-icon {
  color: #0a0a0a;
  font-size: 1.375rem;
  display: inline-block; }

/* line 199, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
.small-medium-header .align-right {
  text-align: right; }

/* line 205, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
#cover-bg-menu {
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 97; }

/* line 216, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
#cover-bg-menu.show {
  display: block; }
  @media screen and (min-width: 64.0625em) {
    /* line 216, /var/www/html/afsis/resources/assets/sass/backend/_nav.scss */
    #cover-bg-menu.show {
      display: none; } }

/* line 3, /var/www/html/afsis/resources/assets/sass/backend/_index.scss */
#dashboard .stat-block-group .count-block * {
  color: #2199e8; }

/* line 8, /var/www/html/afsis/resources/assets/sass/backend/_index.scss */
#dashboard .graph-label {
  color: #707070;
  font-size: 0.875rem; }
  /* line 12, /var/www/html/afsis/resources/assets/sass/backend/_index.scss */
  #dashboard .graph-label .lb {
    display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px; }
  /* line 19, /var/www/html/afsis/resources/assets/sass/backend/_index.scss */
  #dashboard .graph-label .lb.bp, #dashboard .graph-label .lb.cs {
    background-color: #2199e8; }
  /* line 23, /var/www/html/afsis/resources/assets/sass/backend/_index.scss */
  #dashboard .graph-label .lb.ip {
    background-color: #F191B3; }

/* line 28, /var/www/html/afsis/resources/assets/sass/backend/_index.scss */
#dashboard .ui-graph {
  max-width: 100%; }

/* line 32, /var/www/html/afsis/resources/assets/sass/backend/_index.scss */
#dashboard table.full-width {
  width: 100%; }

/* line 36, /var/www/html/afsis/resources/assets/sass/backend/_index.scss */
#dashboard .red {
  color: red; }

/* line 3, /var/www/html/afsis/resources/assets/sass/backend/_publication.scss */
#publication .columns-block {
  margin-top: 2em; }

/* line 2, /var/www/html/afsis/resources/assets/sass/backend/_blog-posts.scss */
#admin-blogposts p {
  font-size: 1.2rem;
  margin: 0; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 2, /var/www/html/afsis/resources/assets/sass/backend/_blog-posts.scss */
    #admin-blogposts p {
      font-size: 1rem; } }

/* line 10, /var/www/html/afsis/resources/assets/sass/backend/_blog-posts.scss */
#admin-blogposts hr {
  border-bottom: 3px solid gray; }

/* line 14, /var/www/html/afsis/resources/assets/sass/backend/_blog-posts.scss */
#admin-blogposts .post-item .post-details {
  text-align: center; }

/* line 18, /var/www/html/afsis/resources/assets/sass/backend/_blog-posts.scss */
#admin-blogposts .post-item img {
  width: 100%; }

/* line 22, /var/www/html/afsis/resources/assets/sass/backend/_blog-posts.scss */
#admin-blogposts .post-item p {
  margin-bottom: 0.25rem; }

/* line 26, /var/www/html/afsis/resources/assets/sass/backend/_blog-posts.scss */
#admin-blogposts .post-item span.status {
  color: #AAA;
  font-weight: normal; }

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
  /* line 33, /var/www/html/afsis/resources/assets/sass/backend/_blog-posts.scss */
  #admin-blogposts .post-block h4 {
    font-size: 1.5rem; } }

@media screen and (min-width: 41.75em) {
  /* line 33, /var/www/html/afsis/resources/assets/sass/backend/_blog-posts.scss */
  #admin-blogposts .post-block h4 {
    font-size: 2rem; } }

@media screen and (min-width: 75em) {
  /* line 33, /var/www/html/afsis/resources/assets/sass/backend/_blog-posts.scss */
  #admin-blogposts .post-block h4 {
    font-size: 2.5rem; } }

/* line 47, /var/www/html/afsis/resources/assets/sass/backend/_blog-posts.scss */
#admin-blogposts .post-block .ui-tag {
  border: solid 1px #2199e8;
  border-radius: 4px;
  margin-right: 2px;
  padding: 4px 4px; }

/* line 56, /var/www/html/afsis/resources/assets/sass/backend/_blog-posts.scss */
#admin-blogposts .post-form .post-image {
  width: 100%;
  max-width: 320px; }

/* line 62, /var/www/html/afsis/resources/assets/sass/backend/_blog-posts.scss */
#admin-blogposts .post-preview .post-block {
  font-size: 17.6000px; }
  /* line 65, /var/www/html/afsis/resources/assets/sass/backend/_blog-posts.scss */
  #admin-blogposts .post-preview .post-block *:not(.fa) {
    font-family: "RSU", sans-serif; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 69, /var/www/html/afsis/resources/assets/sass/backend/_blog-posts.scss */
    #admin-blogposts .post-preview .post-block h2 {
      font-size: 1.6875em; } }
  @media screen and (min-width: 41.75em) {
    /* line 69, /var/www/html/afsis/resources/assets/sass/backend/_blog-posts.scss */
    #admin-blogposts .post-preview .post-block h2 {
      font-size: 2.3125em; } }
  /* line 79, /var/www/html/afsis/resources/assets/sass/backend/_blog-posts.scss */
  #admin-blogposts .post-preview .post-block p {
    font-size: 1em; }
  /* line 83, /var/www/html/afsis/resources/assets/sass/backend/_blog-posts.scss */
  #admin-blogposts .post-preview .post-block .text-date {
    color: #bdbdbd;
    font-size: 0.875em; }
  /* line 88, /var/www/html/afsis/resources/assets/sass/backend/_blog-posts.scss */
  #admin-blogposts .post-preview .post-block .post-featured-label {
    color: white;
    background-color: #ffc82e;
    border-radius: 16px;
    display: inline-block;
    font-size: 0.875em;
    padding: 0px 8px; }
    /* line 96, /var/www/html/afsis/resources/assets/sass/backend/_blog-posts.scss */
    #admin-blogposts .post-preview .post-block .post-featured-label .icon {
      color: white;
      font-size: 0.75em; }

/* line 4, /var/www/html/afsis/resources/assets/sass/backend/_blog-tags.scss */
#admin-blogtags table.data thead .name, #admin-imagetags table.data thead .name {
  width: 60%; }

/* line 8, /var/www/html/afsis/resources/assets/sass/backend/_blog-tags.scss */
#admin-blogtags table.data thead .featured, #admin-imagetags table.data thead .featured {
  width: 1px; }

/* line 12, /var/www/html/afsis/resources/assets/sass/backend/_blog-tags.scss */
#admin-blogtags table.data thead .total-posts, #admin-imagetags table.data thead .total-posts {
  width: 30%; }

/* line 16, /var/www/html/afsis/resources/assets/sass/backend/_blog-tags.scss */
#admin-blogtags table.data thead .actions, #admin-imagetags table.data thead .actions {
  width: 10%; }

/* line 4, /var/www/html/afsis/resources/assets/sass/backend/_image-posts.scss */
#admin-imageposts .imagepost-item .post-image img {
  width: 100%; }

/* line 9, /var/www/html/afsis/resources/assets/sass/backend/_image-posts.scss */
#admin-imageposts .imagepost-item .post-details {
  text-align: center; }

/* line 13, /var/www/html/afsis/resources/assets/sass/backend/_image-posts.scss */
#admin-imageposts .imagepost-item p {
  margin-bottom: 0.25rem; }

/* line 19, /var/www/html/afsis/resources/assets/sass/backend/_image-posts.scss */
#admin-imageposts .imagepost-form .far-away {
  position: absolute;
  left: -9999px;
  top: -9999px; }

/* line 25, /var/www/html/afsis/resources/assets/sass/backend/_image-posts.scss */
#admin-imageposts .imagepost-form .f-label {
  font-size: 0.875rem; }

/* line 29, /var/www/html/afsis/resources/assets/sass/backend/_image-posts.scss */
#admin-imageposts .imagepost-form .post-image-new {
  width: 100%;
  max-width: 400px; }

/* line 34, /var/www/html/afsis/resources/assets/sass/backend/_image-posts.scss */
#admin-imageposts .imagepost-form .post-image-edit {
  width: 100%; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 34, /var/www/html/afsis/resources/assets/sass/backend/_image-posts.scss */
    #admin-imageposts .imagepost-form .post-image-edit {
      max-width: 160px; } }
  @media screen and (min-width: 41.75em) {
    /* line 34, /var/www/html/afsis/resources/assets/sass/backend/_image-posts.scss */
    #admin-imageposts .imagepost-form .post-image-edit {
      max-width: 400px; } }

/* line 2, /var/www/html/afsis/resources/assets/sass/backend/_work-post-new.scss */
#admin-workposts .select-image-open {
  font-size: 13px;
  margin-bottom: 12px; }

/* line 7, /var/www/html/afsis/resources/assets/sass/backend/_work-post-new.scss */
#admin-workposts .remove-image {
  font-size: 13px; }

@media screen and (min-width: 41.75em) {
  /* line 2, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
  #admin-faqs .c-show-for-small-only {
    display: none; } }

@media screen and (min-width: 41.75em) and (max-width: 64em) {
  /* line 10, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
  #admin-faqs table.data thead .question {
    width: 50%; } }

@media screen and (min-width: 64.0625em) {
  /* line 10, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
  #admin-faqs table.data thead .question {
    width: 40%; } }

@media screen and (min-width: 41.75em) and (max-width: 64em) {
  /* line 20, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
  #admin-faqs table.data thead .author {
    width: 25%; } }

@media screen and (min-width: 64.0625em) {
  /* line 20, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
  #admin-faqs table.data thead .author {
    width: 15%; } }

@media screen and (min-width: 64.0625em) {
  /* line 30, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
  #admin-faqs table.data thead .date {
    width: 20%; } }

/* line 36, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
#admin-faqs table.data thead .item-order {
  width: 10%; }

/* line 40, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
#admin-faqs table.data thead .actions {
  width: 15%; }

/* line 46, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
#admin-faqs table.data tbody td {
  vertical-align: top; }

/* line 50, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
#admin-faqs table.data tbody .order-icon {
  font-size: 2rem; }

/* line 54, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
#admin-faqs table.data tbody .order-icon.mg-r {
  margin-right: 12px; }

/* line 60, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
#admin-faqs .faq-preview .faq-block {
  font-size: 17.6000px; }
  /* line 63, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
  #admin-faqs .faq-preview .faq-block * {
    font-family: "RSU", sans-serif; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 67, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
    #admin-faqs .faq-preview .faq-block h2 {
      font-size: 1.6875em; } }
  @media screen and (min-width: 41.75em) {
    /* line 67, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
    #admin-faqs .faq-preview .faq-block h2 {
      font-size: 2.3125em; } }
  /* line 77, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
  #admin-faqs .faq-preview .faq-block p, #admin-faqs .faq-preview .faq-block a, #admin-faqs .faq-preview .faq-block ul, #admin-faqs .faq-preview .faq-block li {
    font-size: 1em; }
  /* line 81, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
  #admin-faqs .faq-preview .faq-block .front-end-ui-block {
    border: 1px solid #D6D6D6;
    border-radius: 16px; }
  /* line 86, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
  #admin-faqs .faq-preview .faq-block .accordion {
    margin-left: 0px; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 90, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
    #admin-faqs .faq-preview .faq-block .accordion-navigation {
      margin-bottom: 20px !important; } }
  @media screen and (min-width: 41.75em) {
    /* line 90, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
    #admin-faqs .faq-preview .faq-block .accordion-navigation {
      margin-bottom: 36px !important; } }
  /* line 99, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
  #admin-faqs .faq-preview .faq-block .accordion-navigation .faq-q, #admin-faqs .faq-preview .faq-block .accordion-navigation .faq-a {
    border-radius: 16px; }
    @media screen and (min-width: 0em) and (max-width: 41.6875em) {
      /* line 99, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
      #admin-faqs .faq-preview .faq-block .accordion-navigation .faq-q, #admin-faqs .faq-preview .faq-block .accordion-navigation .faq-a {
        padding: 8px 12px; } }
    @media screen and (min-width: 41.75em) {
      /* line 99, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
      #admin-faqs .faq-preview .faq-block .accordion-navigation .faq-q, #admin-faqs .faq-preview .faq-block .accordion-navigation .faq-a {
        padding: 12px 18px; } }
  /* line 113, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
  #admin-faqs .faq-preview .faq-block .accordion-navigation.active .faq-q {
    background-color: whitesmoke;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  /* line 119, /var/www/html/afsis/resources/assets/sass/backend/_faqs.scss */
  #admin-faqs .faq-preview .faq-block .accordion-navigation.active .faq-a {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }

@media screen and (min-width: 41.75em) {
  /* line 2, /var/www/html/afsis/resources/assets/sass/backend/_subscriptions.scss */
  #admin-subscriptions .c-show-for-small-only {
    display: none; } }

/* line 10, /var/www/html/afsis/resources/assets/sass/backend/_subscriptions.scss */
#admin-subscriptions table.data thead .name {
  width: 25%; }

/* line 14, /var/www/html/afsis/resources/assets/sass/backend/_subscriptions.scss */
#admin-subscriptions table.data thead .contact {
  width: 40%; }

/* line 18, /var/www/html/afsis/resources/assets/sass/backend/_subscriptions.scss */
#admin-subscriptions table.data thead .date {
  width: 20%; }

/* line 22, /var/www/html/afsis/resources/assets/sass/backend/_subscriptions.scss */
#admin-subscriptions table.data thead .actions {
  width: 15%; }

/* line 3, /var/www/html/afsis/resources/assets/sass/backend/_users.scss */
#admin-users h4 {
  color: #1F3C5C;
  line-height: 60px; }

@media screen and (min-width: 41.75em) {
  /* line 7, /var/www/html/afsis/resources/assets/sass/backend/_users.scss */
  #admin-users .c-show-for-small-only {
    display: none; } }

/* line 13, /var/www/html/afsis/resources/assets/sass/backend/_users.scss */
#admin-users .profile-image {
  vertical-align: top;
  width: 40px;
  margin-right: 8px; }

@media screen and (min-width: 41.75em) and (max-width: 64em) {
  /* line 21, /var/www/html/afsis/resources/assets/sass/backend/_users.scss */
  #admin-users table.data thead .username {
    width: 60%; } }

@media screen and (min-width: 64.0625em) {
  /* line 21, /var/www/html/afsis/resources/assets/sass/backend/_users.scss */
  #admin-users table.data thead .username {
    width: 30%; } }

/* line 31, /var/www/html/afsis/resources/assets/sass/backend/_users.scss */
#admin-users table.data thead .realname {
  width: 20%; }

/* line 35, /var/www/html/afsis/resources/assets/sass/backend/_users.scss */
#admin-users table.data thead .email {
  width: 25%; }

/* line 39, /var/www/html/afsis/resources/assets/sass/backend/_users.scss */
#admin-users table.data thead .role {
  width: 1px; }

@media screen and (min-width: 41.75em) and (max-width: 64em) {
  /* line 43, /var/www/html/afsis/resources/assets/sass/backend/_users.scss */
  #admin-users table.data thead .posts {
    width: 30%; } }

@media screen and (min-width: 64.0625em) {
  /* line 43, /var/www/html/afsis/resources/assets/sass/backend/_users.scss */
  #admin-users table.data thead .posts {
    width: 15%; } }

/* line 53, /var/www/html/afsis/resources/assets/sass/backend/_users.scss */
#admin-users table.data thead .actions {
  width: 10%; }

/* line 60, /var/www/html/afsis/resources/assets/sass/backend/_users.scss */
#admin-users .user-form .far-away {
  position: absolute;
  left: -9999px;
  top: -9999px; }

/* line 66, /var/www/html/afsis/resources/assets/sass/backend/_users.scss */
#admin-users .user-form .f-label {
  font-size: 0.875rem; }

/* line 70, /var/www/html/afsis/resources/assets/sass/backend/_users.scss */
#admin-users .user-form #profile-image {
  vertical-align: top; }

/* line 1, /var/www/html/afsis/resources/assets/sass/backend/_map.scss */
.map-container {
  width: 100%; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 1, /var/www/html/afsis/resources/assets/sass/backend/_map.scss */
    .map-container {
      height: 200px; } }
  @media screen and (min-width: 41.75em) and (max-width: 64em) {
    /* line 1, /var/www/html/afsis/resources/assets/sass/backend/_map.scss */
    .map-container {
      height: 250px; } }
  @media screen and (min-width: 64.0625em) {
    /* line 1, /var/www/html/afsis/resources/assets/sass/backend/_map.scss */
    .map-container {
      height: 400px; } }

/* line 14, /var/www/html/afsis/resources/assets/sass/backend/_map.scss */
.medium-map-container {
  width: 100%; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 14, /var/www/html/afsis/resources/assets/sass/backend/_map.scss */
    .medium-map-container {
      height: 200px; } }
  @media screen and (min-width: 41.75em) and (max-width: 64em) {
    /* line 14, /var/www/html/afsis/resources/assets/sass/backend/_map.scss */
    .medium-map-container {
      height: 215px; } }
  @media screen and (min-width: 64.0625em) {
    /* line 14, /var/www/html/afsis/resources/assets/sass/backend/_map.scss */
    .medium-map-container {
      height: 250px; } }

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
  /* line 27, /var/www/html/afsis/resources/assets/sass/backend/_map.scss */
  .small-map-container {
    height: 100px;
    width: 550px; } }

@media screen and (min-width: 41.75em) and (max-width: 64em) {
  /* line 27, /var/www/html/afsis/resources/assets/sass/backend/_map.scss */
  .small-map-container {
    height: 150px;
    width: 800px; } }

@media screen and (min-width: 64.0625em) {
  /* line 27, /var/www/html/afsis/resources/assets/sass/backend/_map.scss */
  .small-map-container {
    height: 200px;
    width: 110px; } }

/* line 41, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr; }
  /* line 47, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
  .datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-size: 13px;
    line-height: 18px; }
    /* line 76, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
    .datepicker.dropdown-menu th {
      padding: 4px 5px; }
    /* line 77, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
    .datepicker.dropdown-menu td {
      padding: 4px 5px; }
  /* line 79, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
  .datepicker table {
    border: 0;
    margin: 0;
    width: auto; }
    /* line 83, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
    .datepicker table tr td span {
      display: block;
      width: 23%;
      height: 54px;
      line-height: 54px;
      float: left;
      margin: 1%;
      cursor: pointer; }
  /* line 93, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
  .datepicker td {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer; }
    /* line 102, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
    .datepicker td.active.day, .datepicker td.active.year {
      background: #2ba6cb; }
    /* line 103, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
    .datepicker td.old, .datepicker td.new {
      color: #999; }
    /* line 104, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
    .datepicker td span.active {
      background: #2ba6cb; }
    /* line 105, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
    .datepicker td.day.disabled {
      color: #eee; }
    /* line 106, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
    .datepicker td span.month.disabled, .datepicker td span.year.disabled {
      color: #eee; }
  /* line 110, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
  .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer; }
    /* line 119, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
    .datepicker th.active.day, .datepicker th.active.year {
      background: #2ba6cb; }
    /* line 120, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
    .datepicker th.date-switch {
      width: 145px; }
    /* line 121, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
    .datepicker th span.active {
      background: #2ba6cb; }
  /* line 123, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }
  /* line 129, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
  .datepicker.days div.datepicker-days {
    display: block; }
  /* line 130, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
  .datepicker.months div.datepicker-months {
    display: block; }
  /* line 131, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
  .datepicker.years div.datepicker-years {
    display: block; }
  /* line 132, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
  .datepicker thead tr:first-child th {
    cursor: pointer; }
    /* line 134, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
    .datepicker thead tr:first-child th.cw {
      cursor: default;
      background-color: transparent; }
  /* line 139, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
  .datepicker tfoot tr:first-child th {
    cursor: pointer; }

/* line 141, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
.datepicker-inline {
  width: 220px; }

/* line 142, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
.datepicker-rtl {
  direction: rtl; }
  /* line 144, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
  .datepicker-rtl table tr td span {
    float: right; }

/* line 146, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
.datepicker-dropdown {
  top: 0;
  left: 0; }
  /* line 149, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px; }
  /* line 160, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px; }

/* line 171, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
.datepicker > div,
.datepicker-dropdown::before,
.datepicker-dropdown::after {
  display: none; }

/* line 174, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none; }

/* line 183, /var/www/html/afsis/resources/assets/sass/backend/_foundation-datepicker.scss */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

/* line 1, /var/www/html/afsis/resources/assets/sass/backend/_checkout.scss */
.commission-table {
  width: 100%; }
  /* line 5, /var/www/html/afsis/resources/assets/sass/backend/_checkout.scss */
  .commission-table tr th {
    text-align: right;
    width: 20%; }
  /* line 9, /var/www/html/afsis/resources/assets/sass/backend/_checkout.scss */
  .commission-table tr th:first-child {
    width: 40%;
    text-align: center; }
  /* line 13, /var/www/html/afsis/resources/assets/sass/backend/_checkout.scss */
  .commission-table tr td {
    text-align: right;
    width: 20%; }
  /* line 17, /var/www/html/afsis/resources/assets/sass/backend/_checkout.scss */
  .commission-table tr td:first-child {
    text-align: left;
    width: 40%; }

@media screen and (min-width: 90.0625em) {
  /* line 2, /var/www/html/afsis/resources/assets/sass/backend/_aboutUs.scss */
  #aboutUs-backend ul.tabs .tabs-title > a {
    font-size: 1.3rem; } }

@media screen and (min-width: 75em) and (max-width: 90em) {
  /* line 2, /var/www/html/afsis/resources/assets/sass/backend/_aboutUs.scss */
  #aboutUs-backend ul.tabs .tabs-title > a {
    font-size: 1.2rem; } }

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  /* line 2, /var/www/html/afsis/resources/assets/sass/backend/_aboutUs.scss */
  #aboutUs-backend ul.tabs .tabs-title > a {
    font-size: 1.2rem; } }

/* line 14, /var/www/html/afsis/resources/assets/sass/backend/_aboutUs.scss */
#aboutUs-backend ul.tabs li {
  float: none !important;
  display: inline-block;
  margin-bottom: -1px; }

/* line 20, /var/www/html/afsis/resources/assets/sass/backend/_aboutUs.scss */
#aboutUs-backend .feature-img {
  border-radius: 20px;
  background-color: #e4e4e4;
  padding: 2em;
  height: 600px;
  position: relative; }
  /* line 27, /var/www/html/afsis/resources/assets/sass/backend/_aboutUs.scss */
  #aboutUs-backend .feature-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    max-height: 550px; }

/* line 38, /var/www/html/afsis/resources/assets/sass/backend/_aboutUs.scss */
#aboutUs-backend .aboutUs-container-content {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #e4e4e4;
  padding: 2em 3em 2em 3em; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 38, /var/www/html/afsis/resources/assets/sass/backend/_aboutUs.scss */
    #aboutUs-backend .aboutUs-container-content {
      padding: 2em 0.5em 2em 0.5em; } }
  /* line 48, /var/www/html/afsis/resources/assets/sass/backend/_aboutUs.scss */
  #aboutUs-backend .aboutUs-container-content .save-button {
    margin-top: 1em;
    background-color: #1F3C5C;
    color: #98AE30;
    font-size: 2rem;
    font-weight: bold;
    padding: 0.3em 1em;
    line-height: 0.9; }

/* line 2, /var/www/html/afsis/resources/assets/sass/backend/_caCommodityProduct.scss */
#commodity-products hr {
  max-width: none;
  border-bottom: solid 3px white; }

/* line 6, /var/www/html/afsis/resources/assets/sass/backend/_caCommodityProduct.scss */
#commodity-products .commodity-frame {
  background-color: white;
  padding: 0.5rem 1rem;
  margin-bottom: 1em;
  display: inline-block; }
  /* line 12, /var/www/html/afsis/resources/assets/sass/backend/_caCommodityProduct.scss */
  #commodity-products .commodity-frame h4 {
    margin-bottom: 0 !important; }

/* line 16, /var/www/html/afsis/resources/assets/sass/backend/_caCommodityProduct.scss */
#commodity-products .delete-btn {
  font-size: 1.8rem !important; }

/* line 2, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
#aco-report h4 {
  color: #1F3C5C; }

/* line 5, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
#aco-report .q-middle-text {
  line-height: 220px; }

/* line 8, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
#aco-report .font-s-h5 {
  font-size: 1.3rem;
  line-height: 35px; }

/* line 14, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
#aco-report .row .row {
  margin: 0; }

/* line 19, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
#aco-report .columns-block {
  text-align: center;
  padding: 0 0.5rem; }
  /* line 23, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
  #aco-report .columns-block h4 {
    background-color: #98AE30;
    padding: 0.8rem 0rem; }

/* line 29, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
#aco-report .commodity-block {
  position: relative; }
  @media screen and (min-width: 64.0625em) {
    /* line 29, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
    #aco-report .commodity-block {
      margin-bottom: 8em; } }
  @media screen and (min-width: 41.75em) and (max-width: 64em) {
    /* line 29, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
    #aco-report .commodity-block {
      margin-bottom: 2em; } }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 29, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
    #aco-report .commodity-block {
      margin-bottom: 1em; } }
  /* line 40, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
  #aco-report .commodity-block img {
    width: 100%;
    filter: grayscale(70%);
    transition-duration: 1s; }
  /* line 47, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
  #aco-report .commodity-block img:hover {
    filter: grayscale(0%);
    transform: scale(1.05); }
  /* line 53, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
  #aco-report .commodity-block .commodity-tag {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #98AE30;
    width: 75%;
    text-align: center; }
    /* line 65, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
    #aco-report .commodity-block .commodity-tag h1 {
      display: inline-block;
      margin: 0;
      color: white;
      line-height: 1;
      padding: 0.2em 0;
      font-weight: bold; }

@media screen and (min-width: 90.0625em) {
  /* line 77, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
  #aco-report-form ul.tabs .tabs-title > a {
    font-size: 1.3rem; } }

@media screen and (min-width: 75em) and (max-width: 90em) {
  /* line 77, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
  #aco-report-form ul.tabs .tabs-title > a {
    font-size: 1.2rem; } }

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  /* line 77, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
  #aco-report-form ul.tabs .tabs-title > a {
    font-size: 1.2rem; } }

/* line 89, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
#aco-report-form ul.tabs li {
  float: none !important;
  display: inline-block;
  margin-bottom: -1px; }

@media screen and (min-width: 90.0625em) {
  /* line 96, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
  #aco-report-form #production {
    padding: 0 2rem; } }

/* line 102, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
#aco-report-form #production h1 {
  color: #1F3C5C;
  margin: 0; }

/* line 110, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
#aco-report-price h1 {
  margin: 0;
  color: #1F3C5C; }

/* line 114, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
#aco-report-price h2 {
  text-align: left; }

/* line 117, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
#aco-report-price td {
  text-align: left; }

/* line 120, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
#aco-report-price .tabs {
  max-width: 80%;
  margin: 0 auto;
  border-color: #1F3C5C !important; }
  /* line 125, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
  #aco-report-price .tabs a {
    border-color: #1F3C5C !important;
    color: #1F3C5C !important; }
  /* line 129, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
  #aco-report-price .tabs .tabs-title > a:focus, #aco-report-price .tabs .tabs-title > a[aria-selected='true'] {
    background: #1F3C5C !important;
    color: white  !important; }

/* line 134, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
#aco-report-price .menu-block {
  background-color: #98ae30;
  position: relative;
  width: 280px;
  height: 280px; }
  /* line 140, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
  #aco-report-price .menu-block .menu-block-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    height: 95px; }
    @media screen and (min-width: 75em) and (max-width: 90em) {
      /* line 140, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
      #aco-report-price .menu-block .menu-block-text {
        height: 35px; } }
    /* line 154, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
    #aco-report-price .menu-block .menu-block-text h2 {
      color: #1F3C5C;
      font-weight: bold;
      margin: 0;
      text-align: center; }
      @media screen and (min-width: 90.0625em) {
        /* line 154, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
        #aco-report-price .menu-block .menu-block-text h2 {
          font-size: 2rem; } }
      @media screen and (min-width: 75em) and (max-width: 90em) {
        /* line 154, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
        #aco-report-price .menu-block .menu-block-text h2 {
          font-size: 1.5rem; } }

/* line 172, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
#aco-report-trade input[type='text'],
#aco-report-balance-sheet input[type='text'] {
  width: 150px; }

/* line 175, /var/www/html/afsis/resources/assets/sass/backend/_acoReportForm.scss */
#aco-report-trade .lightBg,
#aco-report-balance-sheet .lightBg {
  background-color: #f3f2f0 !important; }

/* line 2, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
#statisticsData input[type="checkbox"] {
  width: 20px;
  height: 20px; }

/* line 6, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
#statisticsData .w-300 {
  max-width: 300px; }

/* line 9, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
#statisticsData .w-150 {
  max-width: 150px; }

/* line 12, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
#statisticsData .border-b-white {
  border-bottom: solid 8px white; }

/* line 15, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
#statisticsData .blue-line {
  max-width: none;
  border-bottom: solid 2px #1F3C5C; }

/* line 19, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
#statisticsData .search-btn {
  margin: 0 !important;
  float: right;
  padding: 0 !important; }

/* line 24, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
#statisticsData .search-form {
  display: inline-block;
  float: right; }

/* line 28, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
#statisticsData .year-search {
  width: 150px;
  background-color: #f3f2f0;
  color: #1F3C5C;
  border-radius: 5px; }
  /* line 34, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
  #statisticsData .year-search option {
    background-color: #1F3C5C;
    color: #98AE30;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

/* line 41, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
#statisticsData .accordion-title::before {
  content: "" !important; }

/* line 44, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
#statisticsData .accordion-title {
  font-size: 2rem; }

/* line 47, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
#statisticsData .menu-block {
  background-color: #98ae30;
  position: relative; }
  /* line 51, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
  #statisticsData .menu-block .menu-block-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    height: 50px; }
    @media screen and (min-width: 75em) and (max-width: 90em) {
      /* line 51, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
      #statisticsData .menu-block .menu-block-text {
        height: 35px; } }
    /* line 65, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
    #statisticsData .menu-block .menu-block-text h2 {
      color: #1F3C5C;
      font-weight: bold;
      margin: 0; }
      @media screen and (min-width: 90.0625em) {
        /* line 65, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
        #statisticsData .menu-block .menu-block-text h2 {
          font-size: 2rem; } }
      @media screen and (min-width: 75em) and (max-width: 90em) {
        /* line 65, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
        #statisticsData .menu-block .menu-block-text h2 {
          font-size: 1.5rem; } }

/* line 79, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
#statisticsData .columns-block {
  padding: 2em; }
  @media screen and (min-width: 75em) and (max-width: 90em) {
    /* line 79, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
    #statisticsData .columns-block {
      padding: 1em; } }

/* line 87, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
#statisticsData .columns-block:nth-child(5) .menu-block .menu-block-text {
  height: 90px; }
  @media screen and (min-width: 75em) and (max-width: 90em) {
    /* line 87, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
    #statisticsData .columns-block:nth-child(5) .menu-block .menu-block-text {
      height: 70px; } }

/* line 95, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
#statisticsData .commodity-block {
  position: relative; }
  @media screen and (min-width: 64.0625em) {
    /* line 95, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
    #statisticsData .commodity-block {
      margin-bottom: 8em; } }
  @media screen and (min-width: 41.75em) and (max-width: 64em) {
    /* line 95, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
    #statisticsData .commodity-block {
      margin-bottom: 2em; } }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 95, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
    #statisticsData .commodity-block {
      margin-bottom: 1em; } }
  /* line 106, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
  #statisticsData .commodity-block img {
    width: 100%;
    filter: grayscale(70%);
    transition-duration: 1s; }
  /* line 113, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
  #statisticsData .commodity-block img:hover {
    filter: grayscale(0%);
    transform: scale(1.05); }
  /* line 119, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
  #statisticsData .commodity-block .commodity-tag {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #98AE30;
    width: 75%;
    text-align: center; }
    /* line 131, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
    #statisticsData .commodity-block .commodity-tag h1 {
      display: inline-block;
      margin: 0;
      color: white;
      line-height: 1;
      padding: 0.2em 0;
      font-weight: bold; }

/* line 141, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
#statisticsData .magnify::before {
  content: url(../images/magnify-map.png) !important; }

/* line 144, /var/www/html/afsis/resources/assets/sass/backend/_statisticsData.scss */
#statisticsData .is-active > .magnify::before {
  content: url(../images/magnify-minus-map.png) !important; }

/* line 3, /var/www/html/afsis/resources/assets/sass/backend/_cropYear.scss */
#crop-year .delete-btn {
  font-size: 1.8rem !important; }

/* line 8, /var/www/html/afsis/resources/assets/sass/backend/_cropYear.scss */
#crop-year .admin-container-content h4 {
  margin-bottom: 0.5em !important; }

/* line 13, /var/www/html/afsis/resources/assets/sass/backend/_cropYear.scss */
#crop-year .select-container {
  margin-bottom: 1em; }
  @media screen and (min-width: 75em) {
    /* line 13, /var/www/html/afsis/resources/assets/sass/backend/_cropYear.scss */
    #crop-year .select-container {
      padding-right: 2em; } }
  @media screen and (min-width: 75em) {
    /* line 13, /var/www/html/afsis/resources/assets/sass/backend/_cropYear.scss */
    #crop-year .select-container {
      margin-bottom: 0; } }

/* line 24, /var/www/html/afsis/resources/assets/sass/backend/_cropYear.scss */
#crop-year .commodity-block {
  position: relative; }
  @media screen and (min-width: 64.0625em) {
    /* line 24, /var/www/html/afsis/resources/assets/sass/backend/_cropYear.scss */
    #crop-year .commodity-block {
      margin-bottom: 8em; } }
  @media screen and (min-width: 41.75em) and (max-width: 64em) {
    /* line 24, /var/www/html/afsis/resources/assets/sass/backend/_cropYear.scss */
    #crop-year .commodity-block {
      margin-bottom: 2em; } }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 24, /var/www/html/afsis/resources/assets/sass/backend/_cropYear.scss */
    #crop-year .commodity-block {
      margin-bottom: 1em; } }
  /* line 35, /var/www/html/afsis/resources/assets/sass/backend/_cropYear.scss */
  #crop-year .commodity-block img {
    width: 100%; }
  /* line 39, /var/www/html/afsis/resources/assets/sass/backend/_cropYear.scss */
  #crop-year .commodity-block .top-arrow {
    border-width: 15px !important;
    width: 0px;
    height: 0px;
    margin: 0 auto;
    background: transparent;
    border-top: 0 solid transparent;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 0 solid #98AE30;
    margin-top: -19px;
    position: absolute;
    left: 0;
    right: 0; }
  /* line 54, /var/www/html/afsis/resources/assets/sass/backend/_cropYear.scss */
  #crop-year .commodity-block .show {
    opacity: 1 !important; }
  /* line 57, /var/www/html/afsis/resources/assets/sass/backend/_cropYear.scss */
  #crop-year .commodity-block .hover-tag-frame {
    opacity: 0; }
  /* line 60, /var/www/html/afsis/resources/assets/sass/backend/_cropYear.scss */
  #crop-year .commodity-block .hover-tag {
    width: calc(100% - 2rem);
    background-color: #98AE30;
    height: 130px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 10px;
    padding-top: 0.5rem; }
    /* line 75, /var/www/html/afsis/resources/assets/sass/backend/_cropYear.scss */
    #crop-year .commodity-block .hover-tag h2 {
      color: white;
      margin: 0;
      line-height: 2.3rem;
      text-align: center; }
  /* line 82, /var/www/html/afsis/resources/assets/sass/backend/_cropYear.scss */
  #crop-year .commodity-block .commodity-tag {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #98AE30;
    width: 75%;
    text-align: center; }
    /* line 94, /var/www/html/afsis/resources/assets/sass/backend/_cropYear.scss */
    #crop-year .commodity-block .commodity-tag h1 {
      display: inline-block;
      margin: 0;
      color: white;
      line-height: 1;
      padding: 0.2em 0;
      font-weight: bold; }

/* line 55, /var/www/html/afsis/resources/assets/sass/main.scss */
.kanit {
  font-family: 'kanit'; }

/* line 58, /var/www/html/afsis/resources/assets/sass/main.scss */
.kanit-l {
  font-family: 'kanit-l'; }

/* line 61, /var/www/html/afsis/resources/assets/sass/main.scss */
.kanit-m {
  font-family: 'kanit-m'; }

/* line 65, /var/www/html/afsis/resources/assets/sass/main.scss */
html, body {
  height: auto; }

/* line 68, /var/www/html/afsis/resources/assets/sass/main.scss */
h1 {
  font-size: 1.8rem;
  letter-spacing: 0.5px; }

/* line 72, /var/www/html/afsis/resources/assets/sass/main.scss */
h2 {
  font-size: 1.6rem;
  letter-spacing: 0.5px; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 72, /var/www/html/afsis/resources/assets/sass/main.scss */
    h2 {
      font-size: 1.2rem; } }

/* line 80, /var/www/html/afsis/resources/assets/sass/main.scss */
p {
  font-size: 1.2rem;
  color: dimgray; }

/* line 85, /var/www/html/afsis/resources/assets/sass/main.scss */
.size-h4 {
  font-size: 1.56rem;
  color: #1F3C5C; }

/* line 89, /var/www/html/afsis/resources/assets/sass/main.scss */
button {
  outline-color: transparent; }

/* line 92, /var/www/html/afsis/resources/assets/sass/main.scss */
.max-height-none {
  max-height: none !important; }

/* line 96, /var/www/html/afsis/resources/assets/sass/main.scss */
.pagination li {
  font-size: 1.4rem;
  color: lightgray; }

/* line 100, /var/www/html/afsis/resources/assets/sass/main.scss */
.pagination .active {
  color: #98AE30;
  font-size: 2rem; }

/* line 104, /var/www/html/afsis/resources/assets/sass/main.scss */
.pagination a {
  color: #1F3C5C; }

/* line 108, /var/www/html/afsis/resources/assets/sass/main.scss */
.fix-bottomBar {
  position: fixed;
  width: 100%;
  bottom: 0; }

/* line 113, /var/www/html/afsis/resources/assets/sass/main.scss */
.center-img {
  display: block;
  margin: auto; }

/* line 117, /var/www/html/afsis/resources/assets/sass/main.scss */
.headline-margin {
  text-align: center;
  margin-top: 2em; }
  @media screen and (min-width: 41.75em) and (max-width: 64em) {
    /* line 117, /var/www/html/afsis/resources/assets/sass/main.scss */
    .headline-margin {
      text-align: left;
      padding: 0 1em; } }
  @media screen and (min-width: 64.0625em) {
    /* line 117, /var/www/html/afsis/resources/assets/sass/main.scss */
    .headline-margin {
      text-align: left;
      margin-top: 3em;
      padding-left: 0; } }

/* line 132, /var/www/html/afsis/resources/assets/sass/main.scss */
.alert-box {
  text-align: center;
  margin-bottom: 1em;
  border-radius: 5px; }

/* line 137, /var/www/html/afsis/resources/assets/sass/main.scss */
.success-custom {
  background-color: #98ae30;
  /* color: white; */
  border-radius: 5px; }
  /* line 141, /var/www/html/afsis/resources/assets/sass/main.scss */
  .success-custom p {
    margin: 0;
    color: white; }

/* line 146, /var/www/html/afsis/resources/assets/sass/main.scss */
.error-custom {
  background-color: #a70f2c; }
  /* line 149, /var/www/html/afsis/resources/assets/sass/main.scss */
  .error-custom h4 {
    margin: 0.5em;
    color: white !important; }
  /* line 153, /var/www/html/afsis/resources/assets/sass/main.scss */
  .error-custom ul {
    list-style: none;
    color: white;
    margin: 0.5em; }

/* line 159, /var/www/html/afsis/resources/assets/sass/main.scss */
.emblem-img {
  width: 190px;
  margin-top: 30px;
  margin-bottom: 50px; }

/* line 168, /var/www/html/afsis/resources/assets/sass/main.scss */
.emblem-text {
  line-height: 30px; }

/* line 171, /var/www/html/afsis/resources/assets/sass/main.scss */
.read-more {
  display: inline-block;
  float: right; }

/* line 176, /var/www/html/afsis/resources/assets/sass/main.scss */
.pdf-logo {
  width: 30px;
  margin-top: -10px; }

/* line 180, /var/www/html/afsis/resources/assets/sass/main.scss */
.fit-line-h-h1 {
  line-height: 2.2rem; }

@media screen and (min-width: 90.0625em) {
  /* line 183, /var/www/html/afsis/resources/assets/sass/main.scss */
  .row {
    max-width: 1280px; } }

/* line 188, /var/www/html/afsis/resources/assets/sass/main.scss */
.no-data {
  width: 320px;
  margin: 20px auto; }

/* line 192, /var/www/html/afsis/resources/assets/sass/main.scss */
a {
  color: inherit; }

/* line 195, /var/www/html/afsis/resources/assets/sass/main.scss */
a:hover {
  color: inherit; }

/* line 198, /var/www/html/afsis/resources/assets/sass/main.scss */
img, a {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

/* line 207, /var/www/html/afsis/resources/assets/sass/main.scss */
textarea {
  padding-top: 1em;
  resize: none; }

/* line 211, /var/www/html/afsis/resources/assets/sass/main.scss */
input[type="radio"] {
  width: auto; }

/* line 214, /var/www/html/afsis/resources/assets/sass/main.scss */
input[type="checkbox"] {
  width: auto;
  margin: auto !important; }

/* line 218, /var/www/html/afsis/resources/assets/sass/main.scss */
input[type="text"],
input[type="textarea"],
input[type="email"],
input[type="search"],
input[type="password"],
select,
textarea,
input[type="number"] {
  color: black;
  border-radius: 0px;
  height: 60px;
  background-color: #f3f2f0;
  border: none;
  box-shadow: 0 0 0;
  padding-left: 1.5rem;
  font-size: 1.2rem; }

/* line 235, /var/www/html/afsis/resources/assets/sass/main.scss */
input[type="text"]:focus,
input[type="textarea"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus,
input[type="number"]:focus {
  background-color: #f3f2f0; }

/* line 249, /var/www/html/afsis/resources/assets/sass/main.scss */
select {
  background-image: linear-gradient(45deg, transparent 50%, #98AE30 50%), linear-gradient(135deg, #98AE30 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 20px) calc(1em - 2px), calc(100% - 15px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat; }

/* line 264, /var/www/html/afsis/resources/assets/sass/main.scss */
select:active {
  background-image: linear-gradient(45deg, #98AE30 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #98AE30 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 15px) calc(1em - 2px), calc(100% - 20px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: transparent;
  outline: 0; }

/* line 282, /var/www/html/afsis/resources/assets/sass/main.scss */
.orbit-previous, .orbit-next {
  outline: none;
  font-size: 2em; }

/* line 286, /var/www/html/afsis/resources/assets/sass/main.scss */
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: transparent; }

/* line 292, /var/www/html/afsis/resources/assets/sass/main.scss */
.overflow-y-scroll {
  overflow-y: auto; }

/* line 295, /var/www/html/afsis/resources/assets/sass/main.scss */
.clear-none {
  clear: none !important; }

/* line 298, /var/www/html/afsis/resources/assets/sass/main.scss */
.empty {
  height: 1px; }

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
  /* line 301, /var/www/html/afsis/resources/assets/sass/main.scss */
  .small-align-center {
    text-align: center; } }

/* line 306, /var/www/html/afsis/resources/assets/sass/main.scss */
.v-align-top {
  vertical-align: top; }

/* line 309, /var/www/html/afsis/resources/assets/sass/main.scss */
.align-center {
  text-align: center !important; }

/* line 312, /var/www/html/afsis/resources/assets/sass/main.scss */
.align-left {
  text-align: left !important; }

/* line 315, /var/www/html/afsis/resources/assets/sass/main.scss */
.align-right {
  text-align: right !important; }

/* line 318, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-0-auto {
  margin: 0 auto !important; }

/* line 321, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-0 {
  margin: 0 !important; }

/* line 324, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-05 {
  margin: 0.5em 0.5em !important; }

/* line 327, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-1 {
  margin: 1em 1em !important; }

/* line 330, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-t-0 {
  margin-top: 0 !important; }

/* line 333, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-t-05 {
  margin-top: 0.5em !important; }

/* line 336, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-t-1 {
  margin-top: 1em !important; }

/* line 339, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-t-2 {
  margin-top: 2em !important; }

/* line 342, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-t-3 {
  margin-top: 3em !important; }

/* line 345, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-b-0 {
  margin-bottom: 0 !important; }

/* line 348, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-b-05 {
  margin-bottom: 0.5em !important; }

/* line 351, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-b-1 {
  margin-bottom: 1em !important; }

/* line 354, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-b-2 {
  margin-bottom: 2em !important; }

/* line 357, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-b-3 {
  margin-bottom: 3em !important; }

/* line 360, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-r-0 {
  margin-right: 0 !important; }

/* line 363, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-r-05 {
  margin-right: 0.5em !important; }

/* line 366, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-r-1 {
  margin-right: 1em !important; }

/* line 369, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-r-2 {
  margin-right: 2em !important; }

/* line 372, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-r-3 {
  margin-right: 3em !important; }

/* line 375, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-l-0 {
  margin-left: 0 !important; }

/* line 378, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-l-05 {
  margin-left: 0.5em !important; }

/* line 381, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-l-1 {
  margin-left: 1em !important; }

/* line 384, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-l-2 {
  margin-left: 2em !important; }

/* line 387, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-l-3 {
  margin-left: 3em !important; }

/* line 390, /var/www/html/afsis/resources/assets/sass/main.scss */
.mg-l-m2 {
  margin-left: -2em !important; }

/* line 393, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-3px {
  padding: 3px !important; }

/* line 396, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-0 {
  padding: 0 !important; }

/* line 399, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-05 {
  padding: 0.5em !important; }

/* line 402, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-1 {
  padding: 1em !important; }

/* line 405, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-2 {
  padding: 2em !important; }

/* line 408, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-t-0 {
  padding-top: 0 !important; }

/* line 411, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-t-05 {
  padding-top: 0.5em !important; }

/* line 414, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-t-1 {
  padding-top: 1em !important; }

/* line 417, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-t-2 {
  padding-top: 2em !important; }

/* line 420, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-b-0 {
  padding-bottom: 0 !important; }

/* line 423, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-b-05 {
  padding-bottom: 0.5em !important; }

/* line 426, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-b-1 {
  padding-bottom: 1em !important; }

/* line 429, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-b-2 {
  padding-bottom: 2em !important; }

/* line 432, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-r-0 {
  padding-right: 0 !important; }

/* line 435, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-r-05 {
  padding-right: 0.5em !important; }

/* line 438, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-r-1 {
  padding-right: 1em !important; }

/* line 441, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-r-2 {
  padding-right: 2em !important; }

/* line 444, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-l-0 {
  padding-left: 0 !important; }

/* line 447, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-l-05 {
  padding-left: 0.5em !important; }

/* line 450, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-l-1 {
  padding-left: 1em !important; }

/* line 453, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-l-2 {
  padding-left: 2em !important; }

/* line 457, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-lr-05 {
  padding: 0 0.5em !important; }

/* line 461, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-lr-02 {
  padding: 0 0.2em !important; }

/* line 465, /var/www/html/afsis/resources/assets/sass/main.scss */
.pd-lr-1 {
  padding: 0 1em !important; }

/* line 469, /var/www/html/afsis/resources/assets/sass/main.scss */
.float-l {
  float: left !important; }

/* line 472, /var/www/html/afsis/resources/assets/sass/main.scss */
.float-r {
  float: right !important; }

/* line 475, /var/www/html/afsis/resources/assets/sass/main.scss */
.float-n {
  float: none !important; }

/* line 478, /var/www/html/afsis/resources/assets/sass/main.scss */
.inline-block {
  display: inline-block; }

/* line 481, /var/www/html/afsis/resources/assets/sass/main.scss */
.display-block {
  display: block !important; }

/* line 484, /var/www/html/afsis/resources/assets/sass/main.scss */
.pos-relative {
  position: relative; }

/* line 488, /var/www/html/afsis/resources/assets/sass/main.scss */
.list-style-none {
  list-style: none; }

/* line 492, /var/www/html/afsis/resources/assets/sass/main.scss */
.max-w-none {
  max-width: none; }

/* line 495, /var/www/html/afsis/resources/assets/sass/main.scss */
.width-100 {
  width: 100% !important; }

/* line 498, /var/www/html/afsis/resources/assets/sass/main.scss */
.width-20 {
  width: 20% !important; }

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
  /* line 502, /var/www/html/afsis/resources/assets/sass/main.scss */
  .small-mg-b-1 {
    margin-bottom: 1rem; } }

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
  /* line 507, /var/www/html/afsis/resources/assets/sass/main.scss */
  .small-mg-b-05 {
    margin-bottom: 0.5rem !important; } }

/* line 512, /var/www/html/afsis/resources/assets/sass/main.scss */
.c-white {
  color: white !important; }

/* line 515, /var/www/html/afsis/resources/assets/sass/main.scss */
.c-dimgray {
  color: dimgray !important; }

/* line 518, /var/www/html/afsis/resources/assets/sass/main.scss */
.c-mainBlue {
  color: #1F3C5C !important; }

/* line 521, /var/www/html/afsis/resources/assets/sass/main.scss */
.c-mainGreen {
  color: #98AE30 !important; }

/* line 524, /var/www/html/afsis/resources/assets/sass/main.scss */
.c-red {
  color: #8f0000 !important; }

/* line 527, /var/www/html/afsis/resources/assets/sass/main.scss */
.bg-lightGray {
  background-color: #f3f2f0 !important; }

/* line 530, /var/www/html/afsis/resources/assets/sass/main.scss */
.bg-gray {
  background-color: #e4e4e4 !important; }

/* line 533, /var/www/html/afsis/resources/assets/sass/main.scss */
.bg-mainBlue {
  background-color: #1F3C5C !important; }

/* line 537, /var/www/html/afsis/resources/assets/sass/main.scss */
.excel-btn {
  background-image: url("../images/excel-logo.png");
  width: 50px;
  height: 52px;
  position: absolute;
  bottom: 0;
  right: 0; }

/* line 547, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin input[type="text"]:focus,
#admin input[type="textarea"]:focus,
#admin input[type="email"]:focus,
#admin input[type="search"]:focus,
#admin input[type="password"]:focus,
#admin textarea:focus,
#admin input[type="number"]:focus {
  background-color: white; }

/* line 556, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin input[type="text"],
#admin input[type="textarea"],
#admin input[type="email"],
#admin input[type="search"],
#admin input[type="password"],
#admin select,
#admin textarea,
#admin input[type="number"] {
  background-color: white; }

/* line 566, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin select {
  background-image: linear-gradient(45deg, transparent 50%, #98AE30 50%), linear-gradient(135deg, #98AE30 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 20px) calc(1em - 2px), calc(100% - 15px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat; }

/* line 581, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin select:active {
  background-image: linear-gradient(45deg, #98AE30 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #98AE30 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 15px) calc(1em - 2px), calc(100% - 20px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: transparent;
  outline: 0; }

/* line 598, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin h5, #admin h6 {
  color: #1F3C5C;
  font-weight: bold; }

/* line 602, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin select {
  color: white;
  background-color: #1F3C5C;
  height: 60px;
  font-weight: bold; }

/* line 608, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin select option {
  color: white;
  background-color: #1F3C5C;
  height: 45px;
  font-weight: bold; }

/* line 615, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin table thead {
  background-color: white;
  border: none;
  color: #1F3C5C;
  font-weight: bold; }
  /* line 621, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin table thead tr {
    border-bottom: solid 2px #1F3C5C; }
    @media screen and (min-width: 90.0625em) {
      /* line 621, /var/www/html/afsis/resources/assets/sass/main.scss */
      #admin table thead tr {
        font-size: 1.3rem; } }

/* line 628, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin table tbody, #admin table tr, #admin table td {
  border: none; }
  @media screen and (min-width: 90.0625em) {
    /* line 628, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin table tbody, #admin table tr, #admin table td {
      font-size: 1.2rem; } }

/* line 635, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin table tr {
  border-bottom: solid 1px #1F3C5C; }

/* line 638, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin table td {
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
  color: #1F3C5C; }

/* line 646, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin table tbody tr:first-child td {
  padding-top: 0.7em; }

/* line 652, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .full-width-50 {
  width: calc(100% - 50px); }

/* line 657, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .draft-btn {
  border: solid 1px #1F3C5C;
  background-color: white;
  color: #1F3C5C;
  font-weight: bold; }

/* line 663, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .save-btn {
  background-color: #1F3C5C;
  color: #98AE30;
  font-size: 2rem;
  font-weight: bold;
  padding: 0.3em 1em; }

@media screen and (min-width: 64.0625em) {
  /* line 670, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .row {
    max-width: 86%; } }

/* line 675, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .row .row {
  max-width: none; }

/* line 679, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin textarea:-ms-input-placeholder,
#admin input[type="email"]:-ms-input-placeholder,
#admin input[type="text"]:-ms-input-placeholder {
  color: gray; }
#admin textarea::placeholder,
#admin input[type="email"]::placeholder,
#admin input[type="text"]::placeholder {
  color: gray; }

/* line 684, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin textarea,
#admin input[type="email"],
#admin input[type="password"],
#admin input[type="text"] {
  background-color: white;
  border: 2px solid gray;
  margin-bottom: 1.5em;
  font-size: 1.2rem;
  padding: 1em;
  line-height: 1; }

/* line 695, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin textarea {
  height: 200px; }

/* line 699, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin input[disabled] {
  background-color: dimgray !important; }

/* line 704, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .admin-title {
  color: #1F3C5C;
  margin-bottom: 2em;
  margin-top: 1em; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 704, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .admin-title {
      margin-bottom: 1em;
      margin-left: 0em;
      margin-top: 0em;
      font-size: 1.4rem; } }

/* line 716, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin #topBar {
  width: 100%;
  height: auto; }
  @media screen and (min-width: 64.0625em) {
    /* line 716, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin #topBar {
      position: fixed; } }

/* line 723, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .reveal {
  top: 180px !important;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto; }
  /* line 730, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .reveal h4 {
    color: #1F3C5C; }

/* line 735, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .report-export-btn {
  background-color: #1F3C5C;
  color: #98AE30;
  font-size: 1.3rem;
  padding: 0.2em 1em;
  margin-bottom: 2rem;
  display: inline-block;
  float: right;
  margin-right: 1em; }

/* line 745, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .hide-for-admin {
  display: none; }

/* line 748, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .post-feature-image {
  height: 300px;
  position: relative; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 748, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .post-feature-image {
      height: 250px; } }
  /* line 757, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .post-feature-image img {
    max-width: 220px;
    max-height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

/* line 767, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .post-details {
  margin: 0 auto;
  width: 220px; }

/* line 773, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin ul.tabs {
  text-align: center;
  border: none; }
  @media screen and (min-width: 41.75em) {
    /* line 773, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin ul.tabs {
      border-bottom: solid 3px #98AE30; } }
  /* line 781, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin ul.tabs a {
    color: #98AE30;
    font-size: 1.3rem;
    border: solid #98AE30 3px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px; }
    @media screen and (min-width: 41.75em) {
      /* line 781, /var/www/html/afsis/resources/assets/sass/main.scss */
      #admin ul.tabs a {
        border-bottom: none; } }
    @media screen and (min-width: 0em) and (max-width: 41.6875em) {
      /* line 781, /var/www/html/afsis/resources/assets/sass/main.scss */
      #admin ul.tabs a {
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        margin-bottom: 0.5em; } }
  /* line 796, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin ul.tabs .tabs-title > a:hover {
    background: transparent;
    font-weight: bold; }
  /* line 800, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin ul.tabs .tabs-title > a:focus, #admin ul.tabs .tabs-title > a[aria-selected='true'] {
    background: #98AE30;
    font-weight: bold;
    color: white;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px; }
  /* line 808, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin ul.tabs li.tabs-title.is-active a {
    color: white; }
  /* line 812, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin ul.tabs .tabs-title > a {
    padding: 0.5em; }

/* line 816, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .tabs-content {
  border: none; }

/* line 820, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .plus-btn {
  background-color: #1F3C5C;
  color: #98AE30;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 45px;
  margin-right: 10px; }
  @media screen and (min-width: 41.75em) {
    /* line 820, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .plus-btn {
      margin-top: 2em; } }

/* line 833, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .delete-btn {
  color: #98AE30;
  font-weight: bold;
  float: right;
  padding: 0.2em 0.2em;
  font-size: 1.3rem; }

/* line 841, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin ul.tabs li {
  float: none !important;
  display: inline-block; }

/* line 846, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .admin-container-header {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  background-color: #1F3C5C;
  color: white;
  padding: 0.5em 1em 0.5em 2em; }
  /* line 853, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .admin-container-header a {
    font-size: 2rem;
    line-height: 0; }
  /* line 858, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .admin-container-header h2 {
    margin: 0; }

/* line 863, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .admin-container-content {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #e4e4e4;
  padding: 2em 3em 2em 3em; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 863, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .admin-container-content {
      padding: 2em 0.5em 2em 0.5em; } }
  /* line 873, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .admin-container-content p {
    color: #1F3C5C;
    font-weight: bold; }
  /* line 877, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .admin-container-content button {
    background-color: #1F3C5C;
    color: #98AE30;
    font-size: 2rem;
    font-weight: bold;
    padding: 0.3em 1em; }
  /* line 884, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .admin-container-content h3, #admin .admin-container-content h4 {
    color: #1F3C5C;
    margin-bottom: 1em;
    font-weight: bold; }
  /* line 889, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .admin-container-content input {
    margin-bottom: 2em; }
  /* line 892, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .admin-container-content .white-line {
    border-bottom: solid white 3px; }
  /* line 895, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .admin-container-content .double-white-line {
    border-bottom: solid white 5px; }

/* line 899, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .admin-popup-container-header {
  background-color: #98AE30;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  outline: none;
  border: none;
  padding: 0; }
  /* line 909, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .admin-popup-container-header h4 {
    font-weight: bold;
    color: white;
    text-align: left;
    margin: 0; }
  /* line 916, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .admin-popup-container-header .close-button {
    background-color: white;
    border-radius: 50%;
    color: #98AE30;
    font-size: 3em;
    width: 35px;
    height: 35px;
    line-height: 27px;
    margin-top: 5px;
    text-align: center; }
  /* line 928, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .admin-popup-container-header .content {
    background-color: white;
    padding: 1em 2em 2em 2em;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px; }
    /* line 934, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .admin-popup-container-header .content h5 {
      color: #1F3C5C;
      font-weight: bold;
      text-align: left; }
    /* line 939, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .admin-popup-container-header .content input[type="text"] {
      margin-bottom: 0.5em;
      font-size: 1.2rem;
      padding: 1em;
      line-height: 1;
      height: 45px; }
    /* line 946, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .admin-popup-container-header .content button {
      background-color: #1F3C5C;
      color: #98AE30;
      font-size: 1.3rem;
      font-weight: bold;
      padding: 0.2em 1em; }
    /* line 953, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .admin-popup-container-header .content a {
      background-color: #1F3C5C;
      color: #98AE30;
      font-size: 1.3rem;
      font-weight: bold;
      padding: 0.5em 1em;
      line-height: 1; }
    /* line 961, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .admin-popup-container-header .content .cancel {
      border: solid 1px #1F3C5C;
      background-color: white; }

/* line 968, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .admin-form-container {
  background-color: #e4e4e4;
  border-radius: 15px;
  padding: 1em 2em; }
  /* line 973, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .admin-form-container h3 {
    color: #1F3C5C; }
  /* line 976, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .admin-form-container button {
    background-color: #1F3C5C;
    color: #98AE30;
    font-size: 2rem;
    font-weight: bold;
    padding: 0.3em 1em; }

/* line 986, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .upload-project-cover img {
  max-width: 220px !important;
  top: 0; }
  @media screen and (min-width: 90.0625em) {
    /* line 986, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .upload-project-cover img {
      max-width: 300px !important; } }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 986, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .upload-project-cover img {
      max-width: 260px !important;
      max-height: 250px !important; } }

/* line 1001, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .post-cover-img img {
  max-width: 300px !important;
  top: 0; }
  @media screen and (min-width: 0em) and (max-width: 41.6875em) {
    /* line 1001, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .post-cover-img img {
      max-width: 260px !important;
      max-height: 250px !important; } }

/* line 1012, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .add-profile-img {
  border-radius: 50%;
  width: 150px;
  height: 150px; }

/* line 1018, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .text-date {
  color: #1F3C5C;
  font-size: 1rem; }

/* line 1023, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .dp {
  border: none !important;
  background-color: #1F3C5C !important;
  color: white;
  height: 40px; }

/* line 1030, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .table-condensed .prev, #admin .table-condensed .next {
  color: #98AE30; }

/* line 1033, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .table-condensed td, #admin .table-condensed th {
  font-size: 18px; }

/* line 1037, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .table-condensed thead tr:last-child {
  border-bottom: solid #1F3C5C 2px; }

/* line 1041, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .table-condensed tr {
  border: none; }

/* line 1044, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .table-condensed td.active {
  background: #98AE30; }

/* line 1050, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .ul-form-table-stripe .accordion-second-bar:nth-child(8n-2) {
  background-color: #f3f2f0; }

/* line 1053, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .ul-form-table-stripe .accordion-sub-footer:nth-child(8n) {
  background-color: #f3f2f0; }

/* line 1056, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .ul-form-table-stripe .accordion-content:nth-child(8n-1),
#admin .ul-form-table-stripe .accordion-content:nth-child(8n+1) {
  background-color: #f3f2f0; }

/* line 1062, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .ul-form-table {
  border: none;
  margin-top: 1rem;
  margin-bottom: 2rem; }
  /* line 1067, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .ul-form-table p {
    color: #1F3C5C;
    margin: 0;
    line-height: 2rem;
    font-size: 1rem; }
    @media screen and (min-width: 90.0625em) {
      /* line 1067, /var/www/html/afsis/resources/assets/sass/main.scss */
      #admin .ul-form-table p {
        font-size: 1.3rem; } }
  /* line 1078, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .ul-form-table label {
    cursor: pointer;
    color: #1F3C5C; }
  /* line 1082, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .ul-form-table span {
    font-size: 0.8rem;
    color: gray; }
    @media screen and (min-width: 90.0625em) {
      /* line 1082, /var/www/html/afsis/resources/assets/sass/main.scss */
      #admin .ul-form-table span {
        font-size: 1rem; } }
  /* line 1090, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .ul-form-table input[type="text"] {
    border: none;
    margin: 0.0rem;
    padding: 0.5rem 1rem;
    height: 40px;
    color: #1F3C5C; }
  /* line 1097, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .ul-form-table button {
    background-color: #1F3C5C;
    color: #98AE30;
    font-size: 2rem;
    font-weight: bold;
    padding: 0em 1em;
    margin-bottom: 2rem; }
  /* line 1106, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .ul-form-table .input-set input {
    padding: 0.2rem 0.5rem;
    height: 30px;
    margin-bottom: 0.3rem;
    font-size: 1rem; }
  /* line 1113, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .ul-form-table .radio-container {
    background-color: #d8d8d8;
    border-radius: 6px; }
    /* line 1117, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .ul-form-table .radio-container [type="radio"]:checked,
    #admin .ul-form-table .radio-container [type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px; }
    /* line 1122, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .ul-form-table .radio-container [type="radio"]:checked + label,
    #admin .ul-form-table .radio-container [type="radio"]:not(:checked) + label {
      position: relative;
      padding-left: 28px;
      cursor: pointer;
      line-height: 20px;
      display: inline-block;
      color: #666; }
    /* line 1132, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .ul-form-table .radio-container [type="radio"]:checked + label:before,
    #admin .ul-form-table .radio-container [type="radio"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      border-radius: 4px;
      background: #fff; }
    /* line 1143, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .ul-form-table .radio-container [type="radio"]:checked + label:after,
    #admin .ul-form-table .radio-container [type="radio"]:not(:checked) + label:after {
      content: '';
      width: 10px;
      height: 10px;
      background: gray;
      position: absolute;
      top: 4px;
      left: 4px;
      border-radius: 3px;
      transition: all 0.2s ease; }
    /* line 1156, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .ul-form-table .radio-container [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      transform: scale(0); }
    /* line 1161, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .ul-form-table .radio-container [type="radio"]:checked + label:after {
      opacity: 1;
      transform: scale(1); }
  /* line 1168, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .ul-form-table .number-input {
    width: 10em; }
  /* line 1171, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .ul-form-table .transparent {
    color: transparent; }
  /* line 1175, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .ul-form-table .total-line p {
    line-height: 1.5rem; }
  /* line 1180, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .ul-form-table .white-line {
    border-bottom: solid white 3px;
    padding: 0.3rem 0.5rem; }
  /* line 1184, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .ul-form-table .double-white-line {
    border-bottom: solid white 5px; }
  /* line 1187, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .ul-form-table .accordion-item {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #e4e4e4;
    padding-bottom: 1rem; }
    /* line 1193, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .ul-form-table .accordion-item a {
      font-size: 2rem;
      line-height: 0; }
    /* line 1198, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .ul-form-table .accordion-item h2 {
      margin: 0; }
    /* line 1202, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .ul-form-table .accordion-item .accordion-title {
      border-top-right-radius: 15px;
      border-top-left-radius: 15px;
      background-color: #1F3C5C;
      color: white;
      padding: 0.5em 1em 0.5em 1em;
      border-bottom: none; }
    /* line 1210, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .ul-form-table .accordion-item .accordion-title::before {
      content: url("../images/magnify-map.png");
      right: 0.5rem;
      top: 30%;
      transform: scale(0.8); }
  /* line 1217, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .ul-form-table .is-active > .accordion-title::before {
    content: url("../images/magnify-minus-map.png"); }
  /* line 1220, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .ul-form-table .accordion-title:hover, #admin .ul-form-table .accordion-title:focus {
    background-color: #1F3C5C; }
  /* line 1223, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .ul-form-table .accordion-second-bar, #admin .ul-form-table .accordion-content {
    margin-top: -1px;
    background-color: #e4e4e4;
    padding: 0.5em 3em 0em 3em; }
    @media screen and (min-width: 0em) and (max-width: 41.6875em) {
      /* line 1223, /var/www/html/afsis/resources/assets/sass/main.scss */
      #admin .ul-form-table .accordion-second-bar, #admin .ul-form-table .accordion-content {
        padding: 1em 0.5em 0em 0.5em; } }
    /* line 1231, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .ul-form-table .accordion-second-bar select:focus, #admin .ul-form-table .accordion-content select:focus {
      background-color: #1F3C5C; }
    /* line 1234, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .ul-form-table .accordion-second-bar select:focus > option:checked, #admin .ul-form-table .accordion-content select:focus > option:checked {
      background: #98AE30 !important; }
    /* line 1237, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .ul-form-table .accordion-second-bar select:focus > option:hover, #admin .ul-form-table .accordion-content select:focus > option:hover {
      background: #98AE30 !important; }
  /* line 1241, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .ul-form-table .accordion-sub-footer {
    background-color: #e4e4e4;
    margin-top: -1px;
    padding: 0.5em 3em 0em 3em; }
    @media screen and (min-width: 0em) and (max-width: 41.6875em) {
      /* line 1241, /var/www/html/afsis/resources/assets/sass/main.scss */
      #admin .ul-form-table .accordion-sub-footer {
        padding: 1em 0.5em 2em 0.5em; } }
    /* line 1250, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .ul-form-table .accordion-sub-footer h3, #admin .ul-form-table .accordion-sub-footer h4 {
      color: #1F3C5C;
      margin-bottom: 1em;
      font-weight: bold; }
  /* line 1257, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .ul-form-table table {
    margin: 0; }
    /* line 1259, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .ul-form-table table tbody, #admin .ul-form-table table thead {
      background-color: transparent; }
    /* line 1262, /var/www/html/afsis/resources/assets/sass/main.scss */
    #admin .ul-form-table table tr {
      border-bottom: none; }

/* line 1267, /var/www/html/afsis/resources/assets/sass/main.scss */
#admin .save-with-reset {
  width: 50%; }
  /* line 1270, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .save-with-reset .reset {
    float: right;
    margin-right: 15px;
    margin-top: 25px; }
  /* line 1275, /var/www/html/afsis/resources/assets/sass/main.scss */
  #admin .save-with-reset .save {
    float: right;
    margin-right: -65px; }

/* line 1281, /var/www/html/afsis/resources/assets/sass/main.scss */
#body {
  font-size: 100%; }
  /* line 1284, /var/www/html/afsis/resources/assets/sass/main.scss */
  #body h1, #body h2, #body h3, #body h4, #body h5, #body h6 {
    color: #1F3C5C; }
  @media screen and (min-width: 41.75em) {
    /* line 1281, /var/www/html/afsis/resources/assets/sass/main.scss */
    #body {
      font-size: 125%; } }
#menu_left{
  display:none;
}

/*# sourceMappingURL=../../../sass */
